.v-application{background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));display:flex}.v-application__wrap{backface-visibility:hidden;max-width:100%;min-height:100vh;flex-direction:column;flex:auto;min-height:100dvh;display:flex;position:relative}.v-btn{letter-spacing:normal;max-width:100%;text-indent:normal;text-transform:capitalize;user-select:none;vertical-align:middle;border-radius:6px;outline:none;flex-shrink:0;grid-template-columns:max-content auto max-content;grid-template-areas:"prepend content append";justify-content:center;align-items:center;font-weight:500;line-height:1.375rem;text-decoration:none;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-grid;position:relative}.v-btn--size-x-small{--v-btn-size:.6875rem;--v-btn-height:22px;font-size:var(--v-btn-size);min-width:40px;padding:0 10px}.v-btn--size-small{--v-btn-size:.8125rem;--v-btn-height:30px;font-size:var(--v-btn-size);min-width:54px;padding:0 14px}.v-btn--size-default{--v-btn-size:.9375rem;--v-btn-height:38px;font-size:var(--v-btn-size);min-width:68px;padding:0 18px}.v-btn--size-large{--v-btn-size:1.0625rem;--v-btn-height:46px;font-size:var(--v-btn-size);min-width:82px;padding:0 22px}.v-btn--size-x-large{--v-btn-size:1.1875rem;--v-btn-height:54px;font-size:var(--v-btn-size);min-width:96px;padding:0 26px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -4px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -8px)}.v-btn{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{box-shadow:none;border-width:thin}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{color:inherit;background:0 0}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-btn--variant-flat{box-shadow:0 0 0 0 rgba(var(--v-shadow-key-umbra-color), 1), 0 0 transparent, 0 0 transparent}.v-btn--variant-outlined{border:thin solid}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border-radius:inherit;opacity:0;content:"";border:2px solid;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size:1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 8px);height:calc(var(--v-btn-height) + 8px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -4px);height:calc(var(--v-btn-height) + -4px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-btn--elevated:active{box-shadow:0 0 0 0 rgba(var(--v-shadow-key-umbra-color), 1), 0 0 transparent, 0 0 transparent}.v-btn--flat{box-shadow:none}.v-btn--block{flex:1 0 auto;min-width:100%;display:flex}.v-btn--spaced{grid-template-columns:max-content 1fr max-content;display:grid}.v-btn--spaced.v-btn--spaced-start>.v-btn__content{justify-content:end}.v-btn--spaced.v-btn--spaced-end>.v-btn__content{justify-content:start}.v-btn--disabled{pointer-events:none;opacity:.45}.v-btn--disabled:hover{opacity:.45}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface), .45);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.266667}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template:"prepend"max-content"content"max-content"append"max-content/auto;align-content:center;justify-items:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size:.6875rem;--v-btn-height:56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size:.8125rem;--v-btn-height:64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size:.9375rem;--v-btn-height:72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size:1.0625rem;--v-btn-height:80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size:1.1875rem;--v-btn-height:88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:36px}.v-btn--rounded.v-btn--icon{border-radius:6px}.v-btn .v-icon{--v-icon-size-multiplier:.857143}.v-btn--icon .v-icon{--v-icon-size-multiplier:1}.v-btn--stacked .v-icon{--v-icon-size-multiplier:1.14286}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1);display:flex}.v-btn__prepend{grid-area:prepend;margin-inline:0 .375rem}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:.375rem 0}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{white-space:nowrap;grid-area:content;justify-content:center}.v-btn__content>.v-icon--start{margin-inline:0 .375rem}.v-btn__content>.v-icon--end{margin-inline:.375rem 0}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{border-radius:inherit;opacity:0;background-color:currentColor;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.v-pagination .v-btn{width:auto;padding-inline:5px}.v-pagination .v-btn.v-btn--density-default{min-width:calc(var(--v-btn-height) + 8px)}.v-pagination .v-btn.v-btn--density-comfortable{min-width:calc(var(--v-btn-height) + 0px)}.v-pagination .v-btn.v-btn--density-compact{min-width:calc(var(--v-btn-height) + -4px)}.v-pagination .v-btn{border-radius:6px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination__prev .v-btn,.v-pagination__next .v-btn{padding-inline:0}.v-pagination__prev .v-btn.v-btn--density-default,.v-pagination__next .v-btn.v-btn--density-default{width:calc(var(--v-btn-height) + 8px)}.v-pagination__prev .v-btn.v-btn--density-comfortable,.v-pagination__next .v-btn.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px)}.v-pagination__prev .v-btn.v-btn--density-compact,.v-pagination__next .v-btn.v-btn--density-compact{width:calc(var(--v-btn-height) + -4px)}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}@media (forced-colors:active){.v-btn:not(.v-btn--variant-text,.v-btn--variant-plain){border:thin solid}.v-btn:focus-visible{outline-offset:2px;outline:2px solid}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}@media (forced-colors:active){.v-btn-toggle>.v-btn:not(.v-btn--disabled){border-color:buttontext!important}.v-btn-toggle>.v-btn:not(.v-btn--disabled):focus-visible{outline:0}.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):hover,.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible{color:highlight;border-color:currentColor!important}.v-btn-toggle>.v-btn--active{forced-color-adjust:preserve-parent-color;color:highlight!important}.v-btn-toggle>.v-btn--active:not(.v-btn--variant-text,.v-btn--variant-plain){color:highlighttext!important;background-color:highlight!important;border-color:highlight!important}}.v-btn-group{vertical-align:middle;border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;flex-wrap:nowrap;min-width:0;max-width:100%;display:inline-flex;overflow:auto hidden}.v-btn-group--border{box-shadow:none;border-width:thin}.v-btn-group{box-shadow:0 0 0 0 rgba(var(--v-shadow-key-umbra-color), 1), 0 0 transparent, 0 0 transparent;color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));background:0 0;border-radius:6px}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:44px}.v-btn-group--density-compact.v-btn-group{height:40px}.v-btn-group .v-btn{border-color:inherit;border-radius:0}.v-btn-group--tile{border-radius:0}.v-btn-group--horizontal .v-btn:not(:last-child){border-inline-end:none}.v-btn-group--horizontal .v-btn:not(:first-child){border-inline-start:none}.v-btn-group--horizontal .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group--horizontal .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-style:solid;border-inline-end-width:thin;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))}.v-btn-group--vertical{flex-direction:column;height:auto!important}.v-btn-group--vertical .v-btn:not(:last-child){border-block-end:none}.v-btn-group--vertical .v-btn:not(:first-child){border-block-start:none}.v-btn-group--vertical .v-btn:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit}.v-btn-group--vertical .v-btn:last-child{border-end-end-radius:inherit;border-end-start-radius:inherit}.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child){border-block-end-style:solid;border-block-end-width:thin;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))}.v-icon{--v-icon-size-multiplier:1;font-feature-settings:"liga";letter-spacing:normal;height:1em;opacity:var(--v-icon-opacity,1);text-indent:0;text-align:center;user-select:none;vertical-align:middle;justify-content:center;align-items:center;width:1em;min-width:1em;line-height:1;display:inline-flex;position:relative}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.v-progress-circular>svg{z-index:0;width:100%;height:100%;margin:auto;position:absolute;inset:0}.v-progress-circular__content{justify-content:center;align-items:center;display:flex}.v-progress-circular__underlay{color:rgba(var(--v-border-color), var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .2s ease-in-out,stroke-width}.v-progress-circular--size-x-small{width:16px;height:16px}.v-progress-circular--size-small{width:24px;height:24px}.v-progress-circular--size-default{width:32px;height:32px}.v-progress-circular--size-large{width:48px;height:48px}.v-progress-circular--size-x-large{width:64px;height:64px}.v-progress-circular--indeterminate>svg{transform-origin:50%;transition:all .2s ease-in-out;animation:1.4s linear infinite progress-circular-rotate}.v-progress-circular--indeterminate .v-progress-circular__overlay{stroke-dasharray:25 200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:50%;animation:1.4s ease-in-out infinite progress-circular-dash,1.4s linear infinite progress-circular-rotate;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-15px}to{stroke-dasharray:100 200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-ripple__container{color:inherit;border-radius:inherit;z-index:0;pointer-events:none;contain:strict;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.v-ripple__animation{color:inherit;opacity:0;pointer-events:none;will-change:transform, opacity;background:currentColor;border-radius:50%;position:absolute;top:0;left:0;overflow:hidden}.v-ripple__animation--enter{opacity:0;transition:none}.v-ripple__animation--in{opacity:calc(.25 * var(--v-theme-overlay-multiplier));transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1)}@media (prefers-reduced-motion:reduce){.v-ripple__animation--in{transition-property:opacity;transition-duration:.1s}}.v-ripple__animation--out{opacity:0;transition:opacity .3s cubic-bezier(0,0,.2,1)}.v-locale-provider{display:contents}.loading[data-v-15dc429d]{flex-direction:column;align-items:center;gap:1rem;display:flex}.loading__spinner[data-v-15dc429d]{box-sizing:border-box;border:3px solid #0000;border-radius:50%;block-size:3.438rem;inline-size:3.438rem;position:relative}.loading__title[data-v-15dc429d]{color:rgb(var(--v-main-color), var(--v-text-primary-opacity))}.loading .effect-1[data-v-15dc429d],.loading .effect-2[data-v-15dc429d],.loading .effect-3[data-v-15dc429d]{box-sizing:border-box;border:3px solid #0000;border-inline-start:3px solid var(--initial-loader-color,#00ba77);border-radius:50%;block-size:100%;inline-size:100%;position:absolute}.loading .effect-1[data-v-15dc429d]{animation:1s infinite rotate-15dc429d}.loading .effect-2[data-v-15dc429d]{animation:1s .1s infinite rotate-opacity-15dc429d}.loading .effect-3[data-v-15dc429d]{animation:1s .2s infinite rotate-opacity-15dc429d}.loading .effects[data-v-15dc429d]{transition:all .3s}@keyframes rotate-15dc429d{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotate-opacity-15dc429d{0%{opacity:.1;transform:rotate(0)}to{opacity:1;transform:rotate(1turn)}}.loading-bg[data-v-90fd55e2]{background:rgb(var(--v-theme-background));flex-direction:column;justify-content:center;align-items:center;gap:1rem 0;block-size:100%;inline-size:100%;display:flex;position:absolute}.screen-loader[data-v-fca32a25]{z-index:9999;background:rgb(var(--v-backdrop-overlay), .6);flex-direction:column;justify-content:center;align-items:center;gap:1rem 0;display:flex;position:fixed;inset:0}.screen-loader__content[data-v-fca32a25]{background:rgb(var(--v-theme-surface));border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;display:flex}.screen-loader__title[data-v-fca32a25]{color:rgb(var(--v-text-primary));font-size:.938rem}.notification{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);width:var(--width);box-sizing:border-box;opacity:0;overflow-wrap:anywhere;touch-action:none;transform:var(--y);border-radius:.625rem;outline:none;align-items:center;gap:.375rem;padding:1.125rem;font-size:.75rem;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;display:flex;position:absolute;box-shadow:0 .25rem .75rem #0000001a}.notification__icon{flex-shrink:0}.notification__close{top:calc(var(--notification-close-button-size) / 2 * -1);right:calc(var(--notification-close-button-size) / 2 * -1);width:var(--notification-close-button-size);height:var(--notification-close-button-size);background:0 0;background-color:rgb(var(--v-theme-background));cursor:pointer;border:none;border-radius:100%;padding:0;display:block;position:absolute}.notification__close--container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.notification__close--icon{width:calc(var(--notification-close-button-size) * .9);height:calc(var(--notification-close-button-size) * .9);color:rgb(var(--v-theme-grey))}@media (max-width:1024px){.notification__close{display:none}}.notification__text{flex-direction:column;gap:.25rem;display:flex}.notification__text--title{font-size:.875rem;font-weight:600}.notification__text--message{font-size:.75rem;font-weight:400}.notification__visual,.notification__container{gap:.75rem;width:100%;display:flex}.notification__container{flex-direction:column}.notification__actions{grid-auto-flow:column;gap:.5rem;display:grid}.notification[data-type=info]{background:linear-gradient(90deg, rgb(var(--v-theme-info-darken-1), 0%) 0%, rgb(var(--v-theme-info-darken-1), 30%) 100%), linear-gradient(0deg, rgb(var(--v-theme-background)), rgb(var(--v-theme-background)))}.notification[data-type=error]{background:linear-gradient(90deg, rgb(var(--v-theme-error-darken-1), 0%) 0%, rgb(var(--v-theme-error-darken-1), 30%) 100%), linear-gradient(0deg, rgb(var(--v-theme-background)), rgb(var(--v-theme-background)))}.notification[data-type=warning]{background:linear-gradient(90deg, rgb(var(--v-theme-warning-darken-1), 0%) 0%, rgb(var(--v-theme-warning-darken-1), 30%) 100%), linear-gradient(0deg, rgb(var(--v-theme-background)), rgb(var(--v-theme-background)))}.notification[data-type=success]{background:linear-gradient(90deg, rgb(var(--v-theme-success-darken-1), 0%) 0%, rgb(var(--v-theme-success-darken-1), 30%) 100%), linear-gradient(0deg, rgb(var(--v-theme-background)), rgb(var(--v-theme-background)))}.notification[data-y-position=top]{--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap));top:0}.notification[data-y-position=bottom]{--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap));bottom:0}.notification[data-y-position=bottom][data-expanded=false]{--lift:1}.notification[data-swiping=true]:before{z-index:-1;content:"";height:100%;position:absolute;left:-100%;right:-100%}.notification[data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3)translateY(50%)}.notification[data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3)translateY(-50%)}.notification[data-swiping=false][data-removed=true]:before{content:"";position:absolute;inset:0;transform:scaleY(2)}.notification[data-expanded=true]:after{width:100%;height:calc(var(--gap) + .0625rem);content:"";position:absolute;bottom:100%;left:0}.notification[data-mounted=true]{--y:translateY(0);opacity:1}.notification[data-expanded=false][data-front=false]{--scale:var(--notifications-before) * .05 + 1;--y:translateY(calc(var(--lift-amount) * var(--notifications-before))) scale(calc(-1 * var(--notifications-before) * .05 + 1));height:var(--front-notification-height)}.notification>*{transition:opacity .4s}.notification[data-x-position=right]{right:0}.notification[data-x-position=left]{left:0}.notification[data-expanded=false][data-front=false]>*{opacity:0}.notification[data-visible=false]{opacity:0;pointer-events:none}.notification[data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}.notification[data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}.notification[data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}.notification[data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}.notification[data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}.notification[data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}.notification[data-swiped=true]{user-select:none}.notification[data-swipe-out=true][data-y-position=bottom],.notification[data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}.notification[data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}.notification[data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}.notification[data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}.notification[data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{opacity:1;transform:var(--y) translateX(var(--swipe-amount-x))}to{opacity:0;transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%))}}@keyframes swipe-out-right{0%{opacity:1;transform:var(--y) translateX(var(--swipe-amount-x))}to{opacity:0;transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%))}}@keyframes swipe-out-up{0%{opacity:1;transform:var(--y) translateY(var(--swipe-amount-y))}to{opacity:0;transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%))}}@keyframes swipe-out-down{0%{opacity:1;transform:var(--y) translateY(var(--swipe-amount-y))}to{opacity:0;transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%))}}@media (prefers-reduced-motion){.notification,.notification>*{transition:none!important;animation:none!important}}.notifications{--notification-close-button-size:1rem;z-index:999999999;width:var(--width);box-sizing:border-box;outline:none;margin:0;padding:0;list-style:none;transition:transform .4s;position:fixed;left:auto;right:auto}.notifications .notification{width:100%;left:auto;right:auto}.notifications[data-x-position=right]{right:var(--offset-right)}.notifications[data-x-position=left]{left:var(--offset-left)}.notifications[data-x-position=center]{left:50%;transform:translate(-50%)}.notifications[data-y-position=top]{top:var(--offset-top)}.notifications[data-y-position=bottom]{bottom:var(--offset-bottom)}@media (max-width:1024px){.notifications{right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}.notifications .notification{width:calc(100% - var(--mobile-offset-left) * 2);left:0;right:0}.notifications[data-x-position=right]{right:var(--mobile-offset-right)}.notifications[data-x-position=left]{left:var(--mobile-offset-left)}.notifications[data-x-position=center]{right:var(--mobile-offset-right);left:var(--mobile-offset-left);transform:none}.notifications[data-y-position=top]{top:var(--mobile-offset-top)}.notifications[data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}}.scroll-to-top{z-index:999;inset-block-end:5%;inset-inline-end:1.5625rem;position:fixed!important}.v-dialog .v-card::-webkit-scrollbar{background:rgb(var(--v-theme-surface));border-start-end-radius:14px;border-end-end-radius:14px;block-size:8px;inline-size:4px}.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar{background:rgb(var(--v-theme-surface));border-start-end-radius:14px;border-end-end-radius:14px;block-size:8px;inline-size:4px}.v-dialog .v-card::-webkit-scrollbar-track{background:0 0}.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-track{background:0 0}.v-dialog .v-card::-webkit-scrollbar-thumb{background:rgb(var(--v-theme-scrollbar-thumb));border-radius:.5rem}.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-thumb{background:rgb(var(--v-theme-scrollbar-thumb));border-radius:.5rem}.v-dialog .v-card::-webkit-scrollbar-corner{display:none}.layout-horizontal-nav .nav-group .popper-content>div::-webkit-scrollbar-corner{display:none}.layout-horizontal-nav .nav-link a,.layout-horizontal-nav .nav-group .popper-triggerer .nav-group-label{padding-block:.6rem;padding-inline:1rem}.layout-horizontal-nav .nav-link.disabled,.layout-horizontal-nav .nav-group.disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.layout-horizontal-nav .nav-item-icon{margin-inline-end:.5rem;font-size:1.375rem}.layout-horizontal-nav .nav-link.sub-item,.layout-horizontal-nav .nav-group.sub-item{min-inline-size:12rem}.layout-horizontal-nav .nav-link.sub-item .nav-item-title,.layout-horizontal-nav .nav-group.sub-item .nav-item-title{margin-inline-end:1rem}.layout-horizontal-nav .nav-group.sub-item .sub-item .nav-item-icon{margin-inline:.3125rem .75rem;font-size:.75rem}.layout-horizontal-nav .nav-group .nav-item-title{white-space:nowrap;margin-inline-end:.3rem}.layout-horizontal-nav .nav-group .popper-content{box-shadow:0 3px 6px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-sm-opacity)), 0 0 transparent, 0 0 transparent;border-radius:6px;padding-block:.3rem}.layout-nav-type-vertical .layout-vertical-nav .nav-header .header-action{font-size:1.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{white-space:nowrap;margin-block:0;margin-inline:0 1rem;padding-block:0;padding-inline:1.4375rem 1rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{border-radius:.4rem;block-size:2.75rem;margin-block-end:.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-item-icon{flex-shrink:0;margin-inline-end:0;font-size:1.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-group .nav-item-icon{visibility:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:hover:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:hover:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:hover:first-child .nav-group.open>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:hover:first-child .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus-visible:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus-visible:first-child .nav-group.active>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus-visible:first-child .nav-group.open>:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus-visible:first-child .nav-group.open>:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-group.active>:focus:first-child:before,.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>:focus:first-child:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{block-size:1.5rem;color:rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));text-transform:uppercase;font-size:.75rem}.layout-nav-type-vertical .layout-vertical-nav .nav-item-badge{text-align:center;vertical-align:baseline;white-space:nowrap;border-radius:1.5rem;padding-block:.25em;padding-inline:.55em;font-size:.8em;font-weight:500;line-height:1;display:inline-block}.layout-horizontal-nav,.layout-nav-type-vertical .layout-vertical-nav{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.layout-horizontal-nav .nav-item-title,.layout-nav-type-vertical .layout-vertical-nav .nav-item-title{letter-spacing:.15px}.layout-horizontal-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{letter-spacing:.4px}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{background-color:rgb(var(--v-global-theme-primary));color:rgb(var(--v-theme-on-primary));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent}.layout-horizontal-nav .nav-link a,.layout-nav-type-vertical .layout-vertical-nav .nav-link a{color:inherit}.layout-navbar{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{background-color:rgb(var(--v-theme-surface));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent;padding-inline:1.2rem}.layout-wrapper.layout-nav-type-horizontal .layout-navbar-and-nav-container{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent;z-index:1001;background-color:rgb(var(--v-theme-surface))}.layout-wrapper.layout-nav-type-horizontal .layout-navbar{border-block-end:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}.layout-wrapper.layout-nav-type-horizontal .layout-horizontal-nav{padding-block:.625rem}.layout-wrapper.layout-nav-type-horizontal .layout-horizontal-nav .nav-items{gap:8px}.layout-horizontal-nav .nav-link:not(.sub-item) a,.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer>.nav-group-label{border-radius:3.125rem!important}.layout-horizontal-nav .nav-link a,.layout-horizontal-nav .nav-group .popper-triggerer .nav-group-label{padding-block:.5rem}.layout-horizontal-nav .nav-group .nav-item-title{margin-inline-end:.5rem}.layout-horizontal-nav .nav-group .popper-content{box-shadow:0 6px 16px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-lg-opacity)), 0 0 transparent, 0 0 transparent}.layout-horizontal-nav .nav-group.sub-item .sub-item .nav-item-icon{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity))}.layout-horizontal-nav .nav-link.sub-item a.router-link-active{background:rgba(var(--v-theme-primary), .16);color:rgb(var(--v-theme-primary))}.layout-horizontal-nav .nav-link.sub-item a.router-link-active i{color:rgb(var(--v-theme-primary))!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{background:linear-gradient(-72.47deg, rgb(var(--v-global-theme-primary)) 22.16%, rgba(var(--v-global-theme-primary), .7) 76.47%)!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active i,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label i,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active i{color:rgb(var(--v-theme-on-primary))!important}.layout-horizontal-nav .nav-link:not(.sub-item) a.router-link-active,.layout-horizontal-nav .nav-group:not(.sub-item).active>.popper-triggerer>.nav-group-label,.layout-nav-type-vertical .layout-vertical-nav .nav-link>.router-link-exact-active{box-shadow:0 3px 6px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-sm-opacity)), 0 0 transparent, 0 0 transparent}.layout-horizontal-nav .nav-item-title,.layout-nav-type-vertical .layout-vertical-nav .nav-item-title{line-height:1.375rem}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{box-shadow:0 4px 8px -4px rgba(var(--v-shadow-key-umbra-color), 42%);padding-inline:1.5rem}html.v-overlay-scroll-blocked:not([style*="--v-body-scroll-y: 0px;"]) .layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .navbar-blur.layout-navbar .navbar-content-container,.layout-wrapper.layout-nav-type-horizontal .header-blur.layout-navbar-and-nav-container{backdrop-filter:blur(9px);background-color:rgb(var(--v-theme-surface), .85)}.layout-wrapper.layout-nav-type-horizontal .layout-navbar-and-nav-container{box-shadow:0 4px 8px -4px rgba(var(--v-shadow-key-umbra-color), 42%)}.layout-nav-type-vertical .layout-vertical-nav .nav-header .header-action{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));font-size:0}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{block-size:2rem;font-size:.8125rem;line-height:1.125rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text{flex-wrap:nowrap;justify-content:flex-start;align-items:center;column-gap:.625rem;display:flex}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:before,.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:after{border-block-end:1px solid rgba(var(--v-border-color), var(--v-border-opacity));content:""}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:after{flex:auto}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .title-text:before{flex:0 .8125rem;margin-inline-start:-1.4375rem}.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-section-title{margin-inline:4px 0}.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{will-change:margin-inline;transition:margin-inline .15s ease-in-out;border-start-start-radius:0!important;border-start-end-radius:3.125rem!important;border-end-end-radius:3.125rem!important;border-end-start-radius:0!important;block-size:2.375rem!important}.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-link>:first-child,.layout-nav-type-vertical.layout-vertical-nav-collapsed .layout-vertical-nav:not(.hovered) .nav-group>:first-child{margin-inline:0 5px}.layout-nav-type-vertical .layout-vertical-nav .nav-item-badge{padding-block:.125rem;padding-inline:.75rem;font-size:.8125rem;line-height:20px}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title,.layout-nav-type-vertical .layout-vertical-nav .nav-link>:first-child,.layout-nav-type-vertical .layout-vertical-nav .nav-group>:first-child{gap:.5rem;padding-block:.4375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-link .nav-item-icon,.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group .nav-group .nav-item-icon{visibility:visible;margin-inline-start:1rem}.layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav.hovered{box-shadow:0 4px 10px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-md-opacity)), 0 0 transparent, 0 0 transparent}.layout-nav-type-vertical .layout-vertical-nav{background-color:rgb(var(--v-theme-background))}.layout-nav-type-vertical .layout-vertical-nav .nav-header{min-block-size:64px;margin-inline:0 1rem;padding:1.25rem 0 1.25rem 1.4375rem;overflow:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-header .app-logo{flex-shrink:0;transition:transform .25s ease-in-out}.layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav:not(.hovered) .nav-header .app-logo{transform:translate(-4px)}[dir=rtl] .layout-vertical-nav-collapsed.layout-nav-type-vertical .layout-vertical-nav:not(.hovered) .nav-header .app-logo{transform:translate(4px)}.layout-nav-type-vertical .layout-vertical-nav .nav-header .app-title{margin-inline-start:.9rem}.layout-nav-type-vertical .layout-vertical-nav .vertical-nav-items-shadow{z-index:1;background:linear-gradient(rgb(var(--v-theme-background)) 5%, rgba(var(--v-theme-background), 75%) 45%, rgba(var(--v-theme-background), 20%) 80%, transparent);opacity:0;pointer-events:none;will-change:opacity;block-size:55px;inline-size:100%;transition:opacity .15s ease-in-out;position:absolute;inset-block-start:62px}[dir=rtl] .layout-nav-type-vertical .layout-vertical-nav .vertical-nav-items-shadow{transform:translate(8px)}.layout-nav-type-vertical .layout-vertical-nav.scrolled .vertical-nav-items-shadow{opacity:1}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title{margin-block-end:.5rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title:not(:first-child){margin-block-start:1.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{margin-inline:auto}.layout-nav-type-vertical .layout-vertical-nav .nav-link,.layout-nav-type-vertical .layout-vertical-nav .nav-group{overflow:hidden}.layout-nav-type-vertical .layout-vertical-nav .nav-link.disabled,.layout-nav-type-vertical .layout-vertical-nav .nav-group.disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a{position:relative}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:before{border-radius:inherit;content:"";opacity:0;pointer-events:none;background:currentColor;block-size:100%;inline-size:100%;position:absolute;inset:0}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-link>a:not(.router-link-active,.router-link-exact-active):focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group-arrow{transform-origin:50%;will-change:transform;flex-shrink:0;transition:transform .15s ease-in-out}.layout-nav-type-vertical .layout-vertical-nav .nav-group.open>.nav-group-label .nav-group-arrow{transform:rotate(180deg)}.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-nav-type-vertical .layout-vertical-nav .nav-group:not(.active,.open)>:first-child:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.vertical-nav-section-title-enter-active,.vertical-nav-section-title-leave-active{transition:opacity .1s ease-in-out,transform .1s ease-in-out}.vertical-nav-section-title-enter-from,.vertical-nav-section-title-leave-to{opacity:0;transform:translate(15px)}[dir=rtl] .vertical-nav-section-title-enter-from,[dir=rtl] .vertical-nav-section-title-leave-to{transform:translate(-15px)}.transition-slide-x-enter-active,.transition-slide-x-leave-active{transition:opacity .1s ease-in-out,transform .12s ease-in-out}.transition-slide-x-enter-from,.transition-slide-x-leave-to{opacity:0;transform:translate(-15px)}[dir=rtl] .transition-slide-x-enter-from,[dir=rtl] .transition-slide-x-leave-to{transform:translate(15px)}.vertical-nav-app-title-enter-active,.vertical-nav-app-title-leave-active{transition:opacity .1s ease-in-out,transform .12s ease-in-out}.vertical-nav-app-title-enter-from,.vertical-nav-app-title-leave-to{opacity:0;transform:translate(-15px)}[dir=rtl] .vertical-nav-app-title-enter-from,[dir=rtl] .vertical-nav-app-title-leave-to{transform:translate(15px)}.layout-horizontal-nav .nav-link a{position:relative}.layout-horizontal-nav .nav-link a:before{border-radius:inherit;content:"";opacity:0;pointer-events:none;background:currentColor;block-size:100%;inline-size:100%;position:absolute;inset:0}.layout-horizontal-nav .nav-link a:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-link a:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-link a:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label{position:relative}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:before{border-radius:inherit;content:"";opacity:0;pointer-events:none;background:currentColor;block-size:100%;inline-size:100%;position:absolute;inset:0}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:focus-visible:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group>.popper-triggerer>.nav-group-label:focus:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group .popper-content{background-color:rgb(var(--v-theme-surface))}.layout-horizontal-nav .nav-group .popper-content>div{max-block-size:calc(100dvh - 120px - 4rem)}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer{position:relative}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-triggerer:after{content:"";pointer-events:none;block-size:.75rem;inline-size:100%;position:absolute;inset-block-start:100%;inset-inline-start:0}.layout-horizontal-nav .nav-group:not(.sub-item).show-content>.popper-triggerer:after{z-index:2;pointer-events:auto}.layout-horizontal-nav .nav-group:not(.sub-item)>.popper-content{margin-block-start:.75rem!important}.layout-horizontal-nav .nav-group.sub-item.active>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.sub-item.active:hover>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.sub-item.active:focus-visible>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group.sub-item.active:focus>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-horizontal-nav .nav-group .nav-group-arrow{margin-inline-start:auto;font-size:1.375rem}.layout-horizontal-nav .nav-group.popper-inline-end .nav-group-arrow{transform:rotate(270deg)}[dir=rtl] .layout-horizontal-nav .nav-group.popper-inline-end .nav-group-arrow{transform:rotate(90deg)}.layout-horizontal-nav .nav-group.show-content:not(.active)>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.show-content:not(.active):hover>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.layout-horizontal-nav .nav-group.show-content:not(.active):focus-visible>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.layout-horizontal-nav .nav-group.show-content:not(.active):focus>.popper-triggerer>.nav-group-label:before{opacity:calc(var(--v-selected-opacity) + var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.layout-vertical-nav ol,.layout-vertical-nav ul,.layout-horizontal-nav ol,.layout-horizontal-nav ul{list-style:none}code{color:rgb(var(--v-code-color));border-radius:3px;padding-block:.2em;padding-inline:.4em;font-size:90%;font-weight:400}.layout-wrapper.layout-nav-type-vertical .layout-navbar .navbar-content-container{border-radius:0 0 10px 10px;transition:padding .2s,background-color .18s}.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{border-radius:10px 10px 0 0}.layout-footer-sticky.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{background-color:rgb(var(--v-theme-surface));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent;padding-block:0;padding-inline:1.2rem}.layout-wrapper.layout-nav-type-horizontal .navbar-content-container{align-items:center;block-size:100%;display:flex}.layout-footer-sticky.layout-wrapper.layout-nav-type-horizontal .layout-footer{background-color:rgb(var(--v-theme-surface));box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent}.layout-wrapper.layout-nav-type-vertical.layout-content-height-fixed .page-content-container>.v-layout:first-child{min-block-size:100%;overflow:hidden}.layout-wrapper.layout-nav-type-vertical.layout-content-height-fixed .page-content-container>.v-layout:first-child>.v-main .v-main__wrap>:first-child{block-size:100%;overflow-y:auto}.layout-wrapper.layout-nav-type-horizontal.layout-content-height-fixed>.layout-page-content{display:flex}.skin--bordered .v-card:not(.v-card--flat),.skin--bordered .v-menu .v-overlay__content>.v-card,.skin--bordered .v-menu .v-overlay__content>.v-sheet,.skin--bordered .v-menu .v-overlay__content>.v-list,.skin--bordered .popper-content{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity));box-shadow:none!important}.skin--bordered .layout-navbar-and-nav-container{border-bottom:1px solid rgba(var(--v-border-color), var(--v-border-opacity));box-shadow:none!important}.skin--bordered .layout-nav-type-vertical.window-scrolled.layout-navbar-sticky .layout-navbar .navbar-content-container{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity));box-shadow:none!important}.skin--bordered .layout-nav-type-vertical.window-scrolled .layout-navbar .navbar-content-container{border-block-start:none!important}.skin--bordered .layout-nav-type-vertical.layout-footer-sticky .layout-footer .footer-content-container,.skin--bordered .layout-nav-type-horizontal.layout-footer-sticky .layout-footer{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity));border-block-end:none;box-shadow:none!important}.skin--bordered .layout-vertical-nav{border-inline-end:thin solid rgba(var(--v-border-color), var(--v-border-opacity))}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel__shadow{box-shadow:none!important}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel:not(:last-child){margin-block-end:-1px}.skin--bordered .v-expansion-panels:not(.customized-panels) .v-expansion-panel:after{content:none}.v-avatar-group{align-items:center;display:flex}.v-avatar-group>:not(:first-child){margin-inline-start:-.8rem}.v-avatar-group>*{transition:transform .25s,box-shadow .15s}.v-avatar-group>:hover{z-index:2;box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent;transform:translateY(-5px)scale(1.05)}.v-avatar-group>.v-avatar{border:2px solid rgb(var(--v-theme-surface));transition:transform .15s}.v-alert--variant-outlined:not([class*=text-]),.v-avatar--variant-outlined:not([class*=text-]),.v-btn.v-btn--variant-outlined:not([class*=text-]),.v-card--variant-outlined:not([class*=text-]),.v-chip--variant-outlined:not([class*=text-]),.v-list-item--variant-outlined:not([class*=text-]),.v-alert--variant-outlined.text-default,.v-avatar--variant-outlined.text-default,.v-btn.v-btn--variant-outlined.text-default,.v-card--variant-outlined.text-default,.v-chip--variant-outlined.text-default,.v-list-item--variant-outlined.text-default{border-color:rgba(var(--v-border-color), var(--v-border-opacity))}.v-label.custom-input{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity));opacity:1;white-space:normal;padding:1rem}.v-label.custom-input:hover{border-color:rgba(var(--v-border-color), .25)}.v-label.custom-input.active{border-color:rgb(var(--v-theme-primary))}.v-label.custom-input.active .v-icon{color:rgb(var(--v-theme-primary))!important}.v-label.custom-input.custom-checkbox .v-input__control,.v-label.custom-input.custom-radio .v-input__control{grid-area:none}[dir=rtl] .v-data-table-footer__pagination .v-btn .v-icon{transform:rotate(180deg)}.v-dialog .v-dialog-close-btn{z-index:1;position:absolute;inset-block-start:.8rem;inset-inline-end:.6rem;color:rgba(var(--v-theme-on-surface), var(--v-disabled-opacity))!important}.v-dialog .v-dialog-close-btn .v-btn__overlay{display:none}@media (min-width:600px){.v-dialog.v-dialog-sm .v-overlay__content,.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:565px!important}}@media (min-width:960px){.v-dialog.v-dialog-lg .v-overlay__content,.v-dialog.v-dialog-xl .v-overlay__content{inline-size:865px!important}}@media (min-width:1264px){.v-dialog.v-dialog-xl .v-overlay__content{inline-size:1165px!important}}.v-expansion-panels.customized-panels{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity));border-radius:6px}.v-expansion-panels.customized-panels .v-expansion-panel-title{background-color:rgb(var(--v-theme-expansion-panel-text-custom-bg));border-block-end:1px solid rgba(var(--v-border-color), var(--v-border-opacity));margin-block-end:-1px}.v-expansion-panels.customized-panels .v-expansion-panel-text__wrapper{padding:20px}.v-tabs.v-tabs-pill .v-tab.v-btn{transition:none;border-radius:.25rem!important}.v-tabs.v-tabs-pill .v-tab.v-btn .v-tab__slider{visibility:hidden}body .v-tabs.v-tabs-pill .v-tab--selected.text-primary{background-color:rgb(var(--v-theme-primary));color:rgb(var(--v-theme-on-primary))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-secondary{background-color:rgb(var(--v-theme-secondary));color:rgb(var(--v-theme-on-secondary))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-error{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-info{background-color:rgb(var(--v-theme-info));color:rgb(var(--v-theme-on-info))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-success{background-color:rgb(var(--v-theme-success));color:rgb(var(--v-theme-on-success))!important}body .v-tabs.v-tabs-pill .v-tab--selected.text-warning{background-color:rgb(var(--v-theme-warning));color:rgb(var(--v-theme-on-warning))!important}.v-timeline--vertical.v-timeline .v-timeline-item .v-timeline-item__body{justify-self:stretch!important}.v-switch .v-selection-control:not(.v-selection-control--dirty) .v-switch__thumb{color:#fff!important}.demo-space-x{flex-wrap:wrap;align-items:center;margin-block-start:-16px;display:flex}.demo-space-x>*{margin-block-start:16px;margin-inline-end:16px}.demo-space-y>*{margin-block-end:16px}.demo-space-y>:last-child{margin-block-end:0}.match-height.v-row .v-card{block-size:100%}.whitespace-no-wrap{white-space:nowrap}.text-white{color:#fff!important}.text-white-variant{color:rgba(255, 255, 255, var(--v-high-emphasis-opacity))}.text-link:not(:hover){color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.bg-var-theme-background{background-color:rgba(var(--v-theme-on-background), var(--v-hover-opacity))!important}.bg-global-primary{background-color:rgb(var(--v-global-theme-primary))!important;color:rgb(var(--v-theme-on-primary))!important}.bg-light-primary{background-color:rgba(var(--v-theme-primary), var(--v-activated-opacity))!important}.bg-light-secondary{background-color:rgba(var(--v-theme-secondary), var(--v-activated-opacity))!important}.bg-light-error{background-color:rgba(var(--v-theme-error), var(--v-activated-opacity))!important}.bg-light-info{background-color:rgba(var(--v-theme-info), var(--v-activated-opacity))!important}.bg-light-success{background-color:rgba(var(--v-theme-success), var(--v-activated-opacity))!important}.bg-light-warning{background-color:rgba(var(--v-theme-warning), var(--v-activated-opacity))!important}.clamp-text{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.custom-badge .v-badge__badge{border-radius:6px!important;block-size:12px!important;inline-size:12px!important}.leading-normal{line-height:normal!important}[dir=rtl] .flip-in-rtl{transform:scaleX(-1)}.carousel-delimiter-top-end .v-carousel__controls{justify-content:end;block-size:40px;padding-inline:1rem;inset-block-start:0}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default{block-size:calc(var(--v-btn-height) - 10px);color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));inline-size:calc(var(--v-btn-height) - 8px)}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default.v-btn--active{color:#fff}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-btn__overlay{opacity:0}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-ripple__container{display:none}.carousel-delimiter-top-end .v-carousel__controls .v-btn--icon.v-btn--density-default .v-btn__content .v-icon{block-size:8px!important;inline-size:8px!important;font-size:8px!important}.carousel-delimiter-top-end.dots-active-primary .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-primary))!important}.carousel-delimiter-top-end.dots-active-secondary .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-secondary))!important}.carousel-delimiter-top-end.dots-active-error .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-error))!important}.carousel-delimiter-top-end.dots-active-info .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-info))!important}.carousel-delimiter-top-end.dots-active-success .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-success))!important}.carousel-delimiter-top-end.dots-active-warning .v-carousel__controls .v-btn--active{color:rgb(var(--v-theme-warning))!important}.v-timeline-item .app-timeline-title{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));font-size:16px;font-weight:500;line-height:1.3125rem}.v-timeline-item .app-timeline-meta{color:rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));font-size:12px;line-height:.875rem}.v-timeline-item .app-timeline-text{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));font-size:14px;line-height:1.25rem}.v-timeline-item .timeline-chip{background:rgba(var(--v-theme-on-surface), var(--v-hover-opacity));border-radius:6px;padding-block:5px;padding-inline:10px}.no-pointer-events{pointer-events:none}.app-transition-zoom-fade-enter-active,.app-transition-zoom-fade-leave-active{transition:transform .35s,opacity .28s ease-in-out}.app-transition-zoom-fade-enter-from{opacity:0;transform:scale(.98)}.app-transition-zoom-fade-leave-to{opacity:0;transform:scale(1.02)}.app-transition-fade-enter-active,.app-transition-fade-leave-active{transition:opacity .25s ease-in-out}.app-transition-fade-enter-from,.app-transition-fade-leave-to{opacity:0}.app-transition-fade-bottom-enter-active,.app-transition-fade-bottom-leave-active{transition:opacity .3s,transform .35s}.app-transition-fade-bottom-enter-from{opacity:0;transform:translateY(-.6rem)}.app-transition-fade-bottom-leave-to{opacity:0;transform:translateY(.6rem)}.app-transition-slide-fade-enter-active,.app-transition-slide-fade-leave-active{transition:opacity .3s,transform .35s}.app-transition-slide-fade-enter-from{opacity:0;transform:translate(-.6rem)}.app-transition-slide-fade-leave-to{opacity:0;transform:translate(.6rem)}.app-transition-zoom-out-enter-active,.app-transition-zoom-out-leave-active{transition:opacity .26s ease-in-out,transform .3s ease-out}.app-transition-zoom-out-enter-from,.app-transition-zoom-out-leave-to{opacity:0;transform:scale(.98)}a{color:rgb(var(--v-theme-primary));text-decoration:none}p{margin-block-end:1rem}svg.iconify{block-size:1em;inline-size:1em}.layout-nav-type-vertical .layout-vertical-nav .nav-items{padding-block-start:.25rem}.layout-nav-type-vertical .layout-vertical-nav .nav-group .nav-group-arrow{font-size:1.375rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link,.layout-nav-type-vertical .layout-vertical-nav .nav-group{margin-block-end:-.5rem;padding-block-end:.5rem}.layout-nav-type-vertical .layout-vertical-nav .nav-link a,.layout-nav-type-vertical .layout-vertical-nav .nav-group a{outline:none}.layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{transform:translate(-3px)}[dir=rtl] .layout-nav-type-vertical .layout-vertical-nav .nav-section-title .placeholder-icon{transform:translate(3px)}.layout-nav-type-vertical .layout-vertical-nav .nav-header{padding-block:1.25rem;padding-inline:23px 0}.layout-overlay{touch-action:none}.layout-footer-sticky.layout-wrapper.layout-nav-type-vertical .layout-footer .footer-content-container{box-shadow:0 -4px 8px -4px rgba(var(--v-shadow-key-umbra-color), 42%);padding-inline:1.5rem}.layout-footer-sticky.layout-wrapper.layout-nav-type-horizontal .layout-footer{box-shadow:0 -4px 8px -4px rgba(var(--v-shadow-key-umbra-color), 42%)}.layout-wrapper.layout-nav-type-horizontal .layout-page-content{padding-block:1.5rem}.v-timeline .v-timeline-item .app-timeline-title{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));letter-spacing:.15px;font-size:15px;font-weight:500;line-height:1.375rem}.v-timeline .v-timeline-item .app-timeline-meta{color:rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));letter-spacing:.4px;font-size:13px;line-height:1.125rem}.v-timeline .v-timeline-item .app-timeline-text{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));font-size:.9375rem;line-height:1.375rem}.per-page-select{margin-block:auto}.per-page-select .v-field__input{align-items:center;padding:2px}.per-page-select .v-field__append-inner{align-items:center;padding:0}.per-page-select .v-field__append-inner .v-icon{margin-inline-start:0!important}.leading-normal{letter-spacing:.0094rem;font-weight:600}.bg-custom-background{background-color:rgb(var(--v-table-header-color))!important}.skin--bordered .flatpickr-calendar{border:1px solid rgba(var(--v-border-color), var(--v-border-opacity));box-shadow:none}.skin--bordered .v-select__content,.skin--bordered .v-combobox__content,.skin--bordered .v-autocomplete__content{box-shadow:none}::-webkit-scrollbar{background:rgb(var(--v-theme-surface));border-start-end-radius:14px;border-end-end-radius:14px;block-size:8px;inline-size:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:rgb(var(--v-theme-scrollbar-thumb));border-radius:.5rem}::-webkit-scrollbar-corner{display:none}#app .v-expansion-panel:after{content:none!important}#app .v-expansion-panel-title{background-color:rgb(var(--v-theme-grey-light))}#app .v-expansion-panels:not(.v-expansion-panels--flat) .v-expansion-panel--after-active{border-radius:6px!important}#app .line-container__text{font-size:.813rem}#app .v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:first-child:not(:last-child,.v-expansion-panel--active,.v-expansion-panel--before-active),#app .v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:last-child:not(:first-child,.v-expansion-panel--active,.v-expansion-panel--after-active),#app .v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child,:last-child,.v-expansion-panel--active,.v-expansion-panel--after-active){border-radius:6px!important}.v-table .v-data-table__th{position:relative}.v-table .v-data-table__th:not(:last-child)>div:after{background:rgb(var(--v-divider));content:"";width:.125rem;height:.875rem;position:absolute;right:0}.v-table .v-data-table__th .v-data-table-header__content{color:rgb(var(--v-text-primary), var(--v-text-primary-opacity))}.v-table .v-data-table-header__sort-icon{font-size:.875rem}.v-table .v-data-table__tr{color:rgb(var(--v-text-primary), var(--v-text-primary-opacity))}@media (max-width:1024px){.v-dialog{align-items:end!important}.v-dialog>.v-overlay__content{width:100%!important;max-width:100%!important;margin:0!important}.v-dialog>.v-overlay__content>.v-card{border-radius:6px 6px 0 0!important}.v-card{border-radius:0!important}}.ri-add-circle-line,.ri-add-line,.ri-alert-line,.ri-arrow-down-line,.ri-arrow-down-long-line,.ri-arrow-down-s-fill,.ri-arrow-down-s-line,.ri-arrow-go-back-line,.ri-arrow-left-line,.ri-arrow-left-s-line,.ri-arrow-right-line,.ri-arrow-right-s-line,.ri-arrow-up-line,.ri-arrow-up-long-line,.ri-terminal-window-line,.ri-arrow-up-s-line,.ri-asterisk,.ri-attachment-2,.ri-base-station-fill,.ri-bold,.ri-calendar-2-line,.ri-calendar-event-line,.ri-calendar-line,.ri-check-line,.ri-checkbox-circle-fill,.ri-checkbox-circle-line,.ri-circle-line,.ri-close-circle-fill,.ri-close-circle-line,.ri-close-line,.ri-code-s-slash-line,.ri-coins-line,.ri-corner-down-right-line,.ri-coupon-3-line,.ri-coupon-line,.ri-dashboard-3-line,.ri-database-fill,.ri-database-line,.ri-delete-bin-5-fill,.ri-delete-bin-5-line,.ri-discount-percent-line,.ri-download-2-fill,.ri-draggable,.ri-earth-line,.ri-edit-2-line,.ri-error-warning-line,.ri-eye-close-line,.ri-eye-line,.ri-eye-off-line,.ri-file-copy-line,.ri-file-copy-2-line,.ri-file-shred-line,.ri-filter-3-line,.ri-flight-takeoff-line,.ri-folder-4-line,.ri-h-1,.ri-h-2,.ri-h-3,.ri-hand-coin-line,.ri-image-line,.ri-import-line,.ri-information-line,.ri-italic,.ri-link,.ri-link-m,.ri-list-check-2,.ri-list-unordered,.ri-logout-box-r-line,.ri-macbook-line,.ri-map-pin-line,.ri-menu-line,.ri-money-dollar-circle-line,.ri-moon-clear-line,.ri-organization-chart,.ri-palette-line,.ri-pencil-line,.ri-radio-button-line,.ri-record-circle-line,.ri-refresh-line,.ri-reset-left-line,.ri-restart-line,.ri-search-line,.ri-settings-5-line,.ri-settings-6-line,.ri-settings-line,.ri-skip-back-mini-line,.ri-skip-forward-mini-line,.ri-split-cells-vertical,.ri-star-fill,.ri-star-half-line,.ri-star-line,.ri-subtract-line,.ri-sun-line,.ri-superscript-2,.ri-table-line,.ri-trophy-line,.ri-upload-2-fill,.ri-upload-2-line,.ri-user-line,.ri-user-settings-line,.ri-wallet-line,.ri-wifi-off-line,.ri-window-line,.ri-links-line,.ri-football-fill,.ri-flag-2-line{width:1em;height:1em;-webkit-mask-image:var(--svg);-webkit-mask-image:var(--svg);mask-image:var(--svg);background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ri-add-circle-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 11V7h2v4h4v2h-4v4h-2v-4H7v-2zm1 11C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E")}.ri-add-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E")}.ri-alert-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12.866 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.474a1 1 0 0 1-.866-1.5L11.134 3a1 1 0 0 1 1.732 0m-8.66 16h15.588L12 5.5zM11 16h2v2h-2zm0-7h2v5h-2z'/%3E%3C/svg%3E")}.ri-arrow-down-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13 16.172l5.364-5.364l1.414 1.414L12 20l-7.778-7.778l1.414-1.414L11 16.172V4h2z'/%3E%3C/svg%3E")}.ri-arrow-down-long-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 2h-2v16.172l-3.95-3.95l-1.414 1.414L12 22l6.364-6.364l-1.414-1.414l-3.95 3.95z'/%3E%3C/svg%3E")}.ri-arrow-down-s-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 16l-6-6h12z'/%3E%3C/svg%3E")}.ri-arrow-down-s-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E")}.ri-arrow-go-back-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m5.828 7l2.536 2.535L6.95 10.95L2 6l4.95-4.95l1.414 1.415L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 0 0 0-12z'/%3E%3C/svg%3E")}.ri-arrow-left-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.828 11H20v2H7.828l5.364 5.364l-1.414 1.414L4 12l7.778-7.778l1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-left-s-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.828 12l4.95 4.95l-1.414 1.415L8 12l6.364-6.364l1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-right-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E")}.ri-arrow-right-s-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13.172 12l-4.95-4.95l1.414-1.413L16 12l-6.364 6.364l-1.414-1.415z'/%3E%3C/svg%3E")}.ri-arrow-up-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414z'/%3E%3C/svg%3E")}.ri-arrow-up-long-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 22h-2V5.828l-3.95 3.95l-1.414-1.414L12 2l6.364 6.364l-1.414 1.414L13 5.828z'/%3E%3C/svg%3E")}.ri-terminal-window-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 9V5H4v4zm0 2H4v8h16zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m2 9h3v5H5zm0-6h2v2H5zm4 0h2v2H9z'/%3E%3C/svg%3E")}.ri-arrow-up-s-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 10.828l-4.95 4.95l-1.414-1.414L12 8l6.364 6.364l-1.414 1.414z'/%3E%3C/svg%3E")}.ri-asterisk{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 3v7.267l6.294-3.633l1 1.732l-6.293 3.633l6.293 3.635l-1 1.732L13 13.732V21h-2v-7.268l-6.294 3.634l-1-1.732L9.999 12L3.706 8.366l1-1.732L11 10.267V3z'/%3E%3C/svg%3E")}.ri-attachment-2{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m14.829 7.757l-5.657 5.657a1 1 0 1 0 1.414 1.414l5.657-5.656A3 3 0 0 0 12 4.929l-5.657 5.657a5 5 0 0 0 7.071 7.07L19.071 12l1.414 1.414l-5.656 5.657a7 7 0 0 1-9.9-9.9l5.657-5.656a5 5 0 0 1 7.071 7.07L12 16.244A3 3 0 0 1 7.758 12l5.656-5.657z'/%3E%3C/svg%3E")}.ri-base-station-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 13l6 9H6zm-1.06-2.44a1.5 1.5 0 1 1 2.12-2.12a1.5 1.5 0 0 1-2.12 2.12M5.281 2.783l1.415 1.415a7.5 7.5 0 0 0 0 10.606l-1.415 1.415a9.5 9.5 0 0 1 0-13.436m13.436 0a9.5 9.5 0 0 1 0 13.436l-1.415-1.415a7.5 7.5 0 0 0 0-10.606zM8.11 5.611l1.414 1.414a3.5 3.5 0 0 0 0 4.95L8.11 13.389a5.5 5.5 0 0 1 0-7.778m7.778 0a5.5 5.5 0 0 1 0 7.778l-1.414-1.414a3.5 3.5 0 0 0 0-4.95z'/%3E%3C/svg%3E")}.ri-bold{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 11h4.5a2.5 2.5 0 0 0 0-5H8zm10 4.5a4.5 4.5 0 0 1-4.5 4.5H6V4h6.5a4.5 4.5 0 0 1 3.256 7.606A4.5 4.5 0 0 1 18 15.5M8 13v5h5.5a2.5 2.5 0 0 0 0-5z'/%3E%3C/svg%3E")}.ri-calendar-2-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM8 13v2H6v-2zm5 0v2h-2v-2zm5 0v2h-2v-2zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-calendar-event-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zm-9 2v4H6v-4zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-calendar-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E")}.ri-check-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10 15.17l9.192-9.191l1.414 1.414L10 17.999l-6.364-6.364l1.414-1.414z'/%3E%3C/svg%3E")}.ri-checkbox-circle-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10m5.457-12.543L11 15.914l-4.207-4.207l1.414-1.414L11 13.086l5.043-5.043z'/%3E%3C/svg%3E")}.ri-checkbox-circle-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 12a8 8 0 1 1 16 0a8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m5.457 7.457l-1.414-1.414L11 13.086l-2.793-2.793l-1.414 1.414L11 15.914z'/%3E%3C/svg%3E")}.ri-circle-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E")}.ri-close-circle-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-11.414L9.172 7.757L7.757 9.172L10.586 12l-2.829 2.828l1.415 1.415L12 13.414l2.828 2.829l1.415-1.415L13.414 12l2.829-2.828l-1.415-1.415z'/%3E%3C/svg%3E")}.ri-close-circle-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-9.414l2.828-2.829l1.415 1.415L13.414 12l2.829 2.828l-1.415 1.415L12 13.414l-2.828 2.829l-1.415-1.415L10.586 12L7.757 9.172l1.415-1.415z'/%3E%3C/svg%3E")}.ri-close-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 10.587l4.95-4.95l1.414 1.414l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.949 4.95l-1.414-1.415l4.95-4.95l-4.95-4.95L7.05 5.638z'/%3E%3C/svg%3E")}.ri-code-s-slash-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m24 12l-5.657 5.657l-1.414-1.414L21.172 12l-4.243-4.243l1.414-1.414zM2.828 12l4.243 4.243l-1.414 1.414L0 12l5.657-5.657L7.07 7.757zm6.96 9H7.66l6.552-18h2.128z'/%3E%3C/svg%3E")}.ri-coins-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14.005 2.003a8 8 0 0 1 3.292 15.293A8 8 0 1 1 6.711 6.71a8 8 0 0 1 7.294-4.707m-4 6a6 6 0 1 0 0 12a6 6 0 0 0 0-12m1 1v1h2v2h-4a.5.5 0 0 0-.09.992l.09.008h2a2.5 2.5 0 0 1 0 5v1h-2v-1h-2v-2h4a.5.5 0 0 0 .09-.992l-.09-.008h-2a2.5 2.5 0 0 1 0-5v-1zm3-5A6 6 0 0 0 9.52 6.016a8 8 0 0 1 8.47 8.471a6 6 0 0 0-3.986-10.484'/%3E%3C/svg%3E")}.ri-corner-down-right-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 14V5h2v7h10.172l-3.95-3.95l1.414-1.414L21 13l-6.364 6.364l-1.414-1.414l3.95-3.95z'/%3E%3C/svg%3E")}.ri-coupon-3-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.005 4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 0 0 0 5V20a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1zM8.09 19a1.5 1.5 0 0 1 2.83 0h9.085v-2.968a4.5 4.5 0 0 1 0-8.064V5H10.92a1.5 1.5 0 0 1-2.83 0H4.005v14zm1.415-8a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E")}.ri-coupon-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.005 9.5V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v5.5a2.5 2.5 0 0 0 0 5V20a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1v-5.5a2.5 2.5 0 0 0 0-5m2-1.532a4.5 4.5 0 0 1 0 8.064V19h16v-2.968a4.5 4.5 0 0 1 0-8.064V5h-16zm5 1.032h6v2h-6zm0 4h6v2h-6z'/%3E%3C/svg%3E")}.ri-dashboard-3-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16m3.833 3.337a.596.596 0 0 1 .763.067a.59.59 0 0 1 .063.76q-3.27 4.569-3.598 4.897a1.5 1.5 0 0 1-2.122-2.122q.56-.56 4.894-3.602M17.5 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-11 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2m2.318-3.596a1 1 0 1 1-1.414 1.414a1 1 0 0 1 1.414-1.414M12 5.5a1 1 0 1 1 0 2a1 1 0 0 1 0-2'/%3E%3C/svg%3E")}.ri-database-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 7V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm-6 9v2h5v-2zm9 0v2h5v-2zm0-3v2h5v-2zm0-3v2h5v-2zm-9 3v2h5v-2z'/%3E%3C/svg%3E")}.ri-database-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 19V9H4v10zm0-12V4a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1zm2-2v14h7V5zM5 16h5v2H5zm9 0h5v2h-5zm0-3h5v2h-5zm0-3h5v2h-5zm-9 3h5v2H5z'/%3E%3C/svg%3E")}.ri-delete-bin-5-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm3-3V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h5v2H2V5zm2-1v1h6V4zm0 8v6h2v-6zm4 0v6h2v-6z'/%3E%3C/svg%3E")}.ri-delete-bin-5-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm2 2v10h12V10zm3 2h2v6H9zm4 0h2v6h-2zM7 5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h5v2H2V5zm2-1v1h6V4z'/%3E%3C/svg%3E")}.ri-discount-percent-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10.054 2.094a3 3 0 0 1 3.892 0l1.348 1.149a1 1 0 0 0 .57.236l1.765.14a3 3 0 0 1 2.752 2.752l.14 1.766a1 1 0 0 0 .236.569l1.149 1.348a3 3 0 0 1 0 3.892l-1.149 1.348a1 1 0 0 0-.236.569l-.14 1.765a3 3 0 0 1-2.752 2.752l-1.766.14a1 1 0 0 0-.569.237l-1.348 1.148a3 3 0 0 1-3.892 0l-1.348-1.148a1 1 0 0 0-.569-.236l-1.765-.141a3 3 0 0 1-2.752-2.752l-.14-1.765a1 1 0 0 0-.237-.57l-1.148-1.348a3 3 0 0 1 0-3.891l1.148-1.348a1 1 0 0 0 .236-.57l.141-1.765A3 3 0 0 1 6.372 3.62l1.765-.14a1 1 0 0 0 .57-.236zm2.595 1.522a1 1 0 0 0-1.297 0l-1.348 1.15a3 3 0 0 1-1.708.706l-1.765.141a1 1 0 0 0-.917.917l-.141 1.766a3 3 0 0 1-.707 1.707l-1.15 1.348a1 1 0 0 0 0 1.297l1.15 1.348a3 3 0 0 1 .707 1.707l.14 1.766a1 1 0 0 0 .918.917l1.765.141a3 3 0 0 1 1.708.707l1.348 1.15a1 1 0 0 0 1.297 0l1.348-1.15a3 3 0 0 1 1.707-.707l1.765-.14a1 1 0 0 0 .918-.918l.14-1.766c.05-.629.298-1.226.708-1.707l1.149-1.348a1 1 0 0 0 0-1.297l-1.15-1.348a3 3 0 0 1-.706-1.707l-.141-1.766a1 1 0 0 0-.918-.917l-1.765-.14a3 3 0 0 1-1.707-.708zm2.18 4.141l1.414 1.414l-7.071 7.072l-1.415-1.415zm-4.597 2.475a1.5 1.5 0 1 1-2.121-2.121a1.5 1.5 0 0 1 2.121 2.121m3.536 5.657a1.5 1.5 0 1 0 2.121-2.121a1.5 1.5 0 0 0-2.121 2.12'/%3E%3C/svg%3E")}.ri-download-2-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zM14 9h5l-7 7l-7-7h5V3h4z'/%3E%3C/svg%3E")}.ri-draggable{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m0 6.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M15.5 7a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m1.5 5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1.5 8a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E")}.ri-earth-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.235 6.453a8 8 0 0 0 8.817 12.944c.115-.75-.137-1.47-.24-1.722c-.23-.56-.988-1.517-2.253-2.844c-.338-.355-.316-.627-.195-1.437l.013-.091c.082-.554.22-.882 2.085-1.178c.948-.15 1.197.228 1.542.753l.116.172c.328.48.571.59.938.756c.165.075.37.17.645.325c.652.373.652.794.652 1.716v.105c0 .391-.038.735-.098 1.034a8.002 8.002 0 0 0-3.105-12.341c-.553.373-1.312.902-1.577 1.265c-.135.185-.327 1.132-.95 1.21c-.162.02-.381.006-.613-.009c-.622-.04-1.472-.095-1.744.644c-.173.468-.203 1.74.356 2.4c.09.105.107.3.046.519c-.08.287-.241.462-.292.498c-.096-.056-.288-.279-.419-.43c-.313-.366-.705-.82-1.211-.96c-.184-.051-.386-.093-.583-.135c-.549-.115-1.17-.246-1.315-.554c-.106-.226-.105-.537-.105-.865c0-.417 0-.888-.204-1.345a1.3 1.3 0 0 0-.306-.43M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10'/%3E%3C/svg%3E")}.ri-edit-2-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 18.89h1.414l9.314-9.314l-1.414-1.414L5 17.476zm16 2H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 18.89H21zM15.728 6.748l1.414 1.414l1.414-1.414l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-error-warning-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-1-5h2v2h-2zm0-8h2v6h-2z'/%3E%3C/svg%3E")}.ri-eye-close-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.343 18.782l-1.932-.518l.787-2.939a11 11 0 0 1-3.237-1.872l-2.153 2.154l-1.414-1.414l2.153-2.154a10.96 10.96 0 0 1-2.371-5.07l1.968-.359a9.002 9.002 0 0 0 17.713 0l1.968.358a10.96 10.96 0 0 1-2.372 5.071l2.154 2.154l-1.414 1.414l-2.154-2.154a11 11 0 0 1-3.237 1.872l.788 2.94l-1.932.517l-.788-2.94a11 11 0 0 1-3.74 0z'/%3E%3C/svg%3E")}.ri-eye-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9s-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3m0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19m0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E")}.ri-eye-off-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z'/%3E%3C/svg%3E")}.ri-file-copy-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1zM5.002 8L5 20h10V8zM9 6h8v10h2V4H9z'/%3E%3C/svg%3E")}.ri-file-copy-2-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-3v3c0 .552-.45 1-1.007 1H4.007A1 1 0 0 1 3 21l.003-14c0-.552.45-1 1.006-1zM5.002 8L5 20h10V8zM9 6h8v10h2V4H9zm-2 5h6v2H7zm0 4h6v2H7z'/%3E%3C/svg%3E")}.ri-file-shred-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 12h12V8h-4V4H6zm-2 0V2.995c0-.55.445-.995.996-.995H15l5 5v5h2v2H2v-2zm-1 4h2v6H3zm16 0h2v6h-2zm-4 0h2v6h-2zm-4 0h2v6h-2zm-4 0h2v6H7z'/%3E%3C/svg%3E")}.ri-filter-3-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z'/%3E%3C/svg%3E")}.ri-flight-takeoff-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21.949 10.112a1.5 1.5 0 0 1-1.06 1.837L5.221 16.147a1 1 0 0 1-1.133-.48l-2.623-4.725l1.449-.389l2.468 2.445l5.095-1.365l-4.51-7.074l1.931-.518l6.952 6.42l5.26-1.41a1.5 1.5 0 0 1 1.838 1.06M4 19h16v2H4z'/%3E%3C/svg%3E")}.ri-folder-4-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zM8 19h12v-8H8zm-2 0v-9a1 1 0 0 1 1-1h13V7h-8.414l-2-2H4v14z'/%3E%3C/svg%3E")}.ri-h-1{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 20h-2v-7H4v7H2V4h2v7h7V4h2zm8-12v12h-2v-9.796l-2 .536V8.67L19.5 8z'/%3E%3C/svg%3E")}.ri-h-2{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 4v7h7V4h2v16h-2v-7H4v7H2V4zm14.5 4a3.75 3.75 0 0 1 2.978 6.03l-.148.18L18.034 18H22v2h-7v-1.556l4.82-5.546a1.75 1.75 0 1 0-3.065-1.292l-.005.144h-2A3.75 3.75 0 0 1 18.5 8'/%3E%3C/svg%3E")}.ri-h-3{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m22 8l-.002 2l-2.505 2.883a3.752 3.752 0 0 1-.993 7.367a3.75 3.75 0 0 1-3.682-3.033l1.964-.382a1.75 1.75 0 1 0 .924-1.895l-1.307-1.547L19.35 10H15V8zM4 4v7h7V4h2v16h-2v-7H4v7H2V4z'/%3E%3C/svg%3E")}.ri-hand-coin-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5.005 9.003a1 1 0 0 1 1 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.53.58 3.354 1.5h3.146a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149c-2.79 0-5.15-.603-7.061-1.658a1 1 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1zm1 3v5.022l.045.032c1.794 1.26 4.133 1.946 6.955 1.946c3.004 0 5.798-1.156 7.835-3.13l.133-.133l-.12-.1a3 3 0 0 0-1.643-.63l-.205-.007h-2.112q.11.483.112 1v1h-9v-2l6.79-.001l-.034-.079a2.5 2.5 0 0 0-2.092-1.415l-.164-.005h-2.93a5 5 0 0 0-3.57-1.5m-2-1h-1v7h1zm14-6a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-7-5a3 3 0 1 1 0 6a3 3 0 0 1 0-6m0 2a1 1 0 1 0 0 2a1 1 0 0 0 0-2'/%3E%3C/svg%3E")}.ri-image-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.992 21A.993.993 0 0 1 2 20.007V3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993zM20 15V5H4v14L14 9zm0 2.828l-6-6L6.828 19H20zM8 11a2 2 0 1 1 0-4a2 2 0 0 1 0 4'/%3E%3C/svg%3E")}.ri-import-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1zM4 15h3.416a5.001 5.001 0 0 0 9.168 0H20v4H4zM4 5h16v8h-5a3 3 0 1 1-6 0H4zm12 4h-3V6h-2v3H8l4 4.5z'/%3E%3C/svg%3E")}.ri-information-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16M11 7h2v2h-2zm0 4h2v6h-2z'/%3E%3C/svg%3E")}.ri-italic{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15 20H7v-2h2.927l2.116-12H9V4h8v2h-2.927l-2.116 12H15z'/%3E%3C/svg%3E")}.ri-link{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 0 0-7.071-7.071L9.878 7.05L8.464 5.636l1.414-1.414a7 7 0 0 1 9.9 9.9zm-2.829 2.828l-1.414 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 0 0 7.07 7.071l1.415-1.414zm-.707-10.607l1.415 1.415l-7.072 7.07l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-link-m{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17.657 14.828l-1.415-1.414L17.658 12A4 4 0 1 0 12 6.343l-1.414 1.414L9.17 6.343l1.415-1.414a6 6 0 0 1 8.485 8.485zm-2.829 2.829l-1.414 1.414a6 6 0 0 1-8.485-8.485l1.414-1.414l1.414 1.414L6.343 12A4 4 0 0 0 12 17.657l1.414-1.414zm0-9.9l1.415 1.415l-7.072 7.07l-1.414-1.414z'/%3E%3C/svg%3E")}.ri-list-check-2{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 4h10v2H11zm0 4h6v2h-6zm0 6h10v2H11zm0 4h6v2h-6zM3 4h6v6H3zm2 2v2h2V6zm-2 8h6v6H3zm2 2v2h2v-2z'/%3E%3C/svg%3E")}.ri-list-unordered{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 4h13v2H8zM4.5 6.5a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 7a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m0 6.9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M8 11h13v2H8zm0 7h13v2H8z'/%3E%3C/svg%3E")}.ri-logout-box-r-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v3h-2V4H6v16h12v-2h2v3a1 1 0 0 1-1 1zm13-6v-3h-7v-2h7V8l5 4z'/%3E%3C/svg%3E")}.ri-macbook-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 5v11h16V5zm-2-.993C2 3.451 2.455 3 2.992 3h18.016c.548 0 .992.449.992 1.007V18H2zM1 19h22v2H1z'/%3E%3C/svg%3E")}.ri-map-pin-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 20.9l4.95-4.95a7 7 0 1 0-9.9 0zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0zM12 13a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 2a4 4 0 1 1 0-8a4 4 0 0 1 0 8'/%3E%3C/svg%3E")}.ri-menu-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 4h18v2H3zm0 7h18v2H3zm0 7h18v2H3z'/%3E%3C/svg%3E")}.ri-money-dollar-circle-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.005 22.003c-5.523 0-10-4.477-10-10s4.477-10 10-10s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m-3.5-6h5.5a.5.5 0 1 0 0-1h-4a2.5 2.5 0 1 1 0-5h1v-2h2v2h2.5v2h-5.5a.5.5 0 0 0 0 1h4a2.5 2.5 0 0 1 0 5h-1v2h-2v-2h-2.5z'/%3E%3C/svg%3E")}.ri-moon-clear-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 6a8 8 0 0 0 11.955 6.956C21.474 18.03 17.2 22 12 22C6.477 22 2 17.523 2 12c0-5.2 3.97-9.474 9.044-9.955A7.96 7.96 0 0 0 10 6m-6 6a8 8 0 0 0 8 8a8 8 0 0 0 6.957-4.045Q18.482 16 18 16C12.477 16 8 11.523 8 6q0-.481.045-.957A8 8 0 0 0 4 12m14.164-9.709L19 2.5v1l-.836.209a2 2 0 0 0-1.455 1.455L16.5 6h-1l-.209-.836a2 2 0 0 0-1.455-1.455L13 3.5v-1l.836-.209A2 2 0 0 0 15.29.836L15.5 0h1l.209.836a2 2 0 0 0 1.455 1.455m5 5L24 7.5v1l-.836.209a2 2 0 0 0-1.455 1.455L21.5 11h-1l-.209-.836a2 2 0 0 0-1.455-1.455L18 8.5v-1l.836-.209a2 2 0 0 0 1.455-1.455L20.5 5h1l.209.836a2 2 0 0 0 1.455 1.455'/%3E%3C/svg%3E")}.ri-organization-chart{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M15 3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-2v2h4a1 1 0 0 1 1 1v3h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2v-2H8v2h2a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2v-3a1 1 0 0 1 1-1h4V9H9a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM9 17H5v2h4zm10 0h-4v2h4zM14 5h-4v2h4z'/%3E%3C/svg%3E")}.ri-palette-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.522 0 10 3.978 10 8.889a5.56 5.56 0 0 1-5.556 5.555h-1.966c-.922 0-1.667.745-1.667 1.667c0 .422.167.811.422 1.1c.267.3.434.689.434 1.122C13.667 21.256 12.9 22 12 22C6.478 22 2 17.522 2 12S6.478 2 12 2m-1.189 16.111a3.664 3.664 0 0 1 3.667-3.667h1.966A3.56 3.56 0 0 0 20 10.89C20 7.139 16.468 4 12 4a8 8 0 0 0-.676 15.972a3.65 3.65 0 0 1-.513-1.86M7.5 12a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3m9 0a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3M12 9a1.5 1.5 0 1 1 0-3a1.5 1.5 0 0 1 0 3'/%3E%3C/svg%3E")}.ri-pencil-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m15.728 9.576l-1.414-1.414L5 17.476v1.414h1.414zm1.414-1.414l1.414-1.414l-1.414-1.414l-1.414 1.414zm-9.9 12.728H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414z'/%3E%3C/svg%3E")}.ri-radio-button-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-3a5 5 0 1 1 0-10a5 5 0 0 1 0 10'/%3E%3C/svg%3E")}.ri-record-circle-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-5a3 3 0 1 1 0-6a3 3 0 0 1 0 6'/%3E%3C/svg%3E")}.ri-refresh-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5.463 4.433A9.96 9.96 0 0 1 12 2c5.523 0 10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228zm13.074 15.134A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772z'/%3E%3C/svg%3E")}.ri-reset-left-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2v2a8 8 0 1 0 4.5 1.385V8h-2V2h6v2H18a9.99 9.99 0 0 1 4 8'/%3E%3C/svg%3E")}.ri-restart-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.537 19.567A9.96 9.96 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10c0 2.136-.67 4.116-1.81 5.74L17 12h3a8 8 0 1 0-2.46 5.772z'/%3E%3C/svg%3E")}.ri-search-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m18.031 16.617l4.283 4.282l-1.415 1.415l-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9s9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617m-2.006-.742A6.98 6.98 0 0 0 18 11c0-3.867-3.133-7-7-7s-7 3.133-7 7s3.133 7 7 7a6.98 6.98 0 0 0 4.875-1.975z'/%3E%3C/svg%3E")}.ri-settings-5-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.212 14.06a9.95 9.95 0 0 1 .001-4.12c1.11.131 2.079-.236 2.396-1.001s-.109-1.71-.986-2.402a9.95 9.95 0 0 1 2.913-2.914c.692.878 1.637 1.303 2.402.986s1.133-1.286 1.002-2.396a9.95 9.95 0 0 1 4.12 0c-.131 1.11.236 2.08 1.001 2.396c.765.317 1.71-.108 2.402-.985a9.9 9.9 0 0 1 2.914 2.912c-.878.692-1.303 1.638-.986 2.403s1.286 1.132 2.396 1.001a9.95 9.95 0 0 1 0 4.12c-1.11-.13-2.08.237-2.396 1.002c-.317.764.108 1.71.985 2.402a9.95 9.95 0 0 1-2.912 2.914c-.693-.878-1.638-1.304-2.403-.987s-1.132 1.286-1.001 2.397a9.9 9.9 0 0 1-4.12-.001c.13-1.11-.237-2.079-1.002-2.396s-1.71.109-2.402.986a9.9 9.9 0 0 1-2.914-2.913c.878-.692 1.304-1.637.987-2.402s-1.286-1.133-2.397-1.002M4 12.21c1.1.305 2.007 1.002 2.456 2.086c.45 1.085.3 2.22-.262 3.212q.145.153.298.298c.993-.563 2.127-.712 3.212-.262c1.084.449 1.781 1.356 2.085 2.456q.21.006.42 0c.305-1.1 1.002-2.007 2.087-2.456c1.084-.45 2.219-.3 3.212.262q.152-.145.297-.298c-.562-.993-.711-2.127-.262-3.212c.45-1.084 1.357-1.781 2.456-2.085q.006-.21 0-.421c-1.1-.304-2.007-1.001-2.456-2.086c-.45-1.084-.3-2.22.262-3.212a8 8 0 0 0-.297-.297c-.993.562-2.128.711-3.212.262C13.21 6.007 12.514 5.1 12.21 4a8 8 0 0 0-.42 0c-.305 1.1-1.002 2.008-2.086 2.457c-1.085.45-2.22.3-3.212-.262q-.153.144-.298.297c.563.993.712 2.128.262 3.212S5.1 11.485 4 11.79q-.006.21 0 .42M12 15a3 3 0 1 1 0-6a3 3 0 0 1 0 6m0-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3C/svg%3E")}.ri-settings-6-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.5 2.474L23 12l-5.5 9.526h-11L1 12l5.5-9.526zm-1.155 2h-8.69L3.309 12l4.346 7.526h8.69L20.691 12zM8.634 8.17l1.732-1l5 8.66l-1.732 1z'/%3E%3C/svg%3E")}.ri-settings-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 1l9.5 5.5v11L12 23l-9.5-5.5v-11zm0 2.311L4.5 7.653v8.694l7.5 4.342l7.5-4.342V7.653zM12 16a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-2a2 2 0 1 0 0-4a2 2 0 0 0 0 4'/%3E%3C/svg%3E")}.ri-skip-back-mini-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 6a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1m8 8.14V9.86L11.968 12zm-5.921-1.732a.5.5 0 0 1 0-.816l7.133-5.036a.5.5 0 0 1 .788.409v10.07a.5.5 0 0 1-.788.409z'/%3E%3C/svg%3E")}.ri-skip-forward-mini-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.032 12L9 9.86v4.28zM7.5 17.535a.5.5 0 0 1-.5-.5V6.965a.5.5 0 0 1 .788-.409l7.133 5.036a.5.5 0 0 1 0 .816l-7.133 5.036a.5.5 0 0 1-.288.091M16 7a1 1 0 1 1 2 0v10a1 1 0 1 1-2 0z'/%3E%3C/svg%3E")}.ri-split-cells-vertical{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-1 2H5v5.999L9 11v2H5v6h14v-6h-4v-2l4-.001zm-7 1l3 3h-2v6h2l-3 3l-3-3h2V9H9z'/%3E%3C/svg%3E")}.ri-star-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 18.26l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928z'/%3E%3C/svg%3E")}.ri-star-half-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 15.968l4.247 2.377l-.948-4.773l3.573-3.305l-4.833-.573l-2.038-4.419zm0 2.292l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928z'/%3E%3C/svg%3E")}.ri-star-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 18.26l-7.053 3.948l1.575-7.928L.588 8.792l8.027-.952L12 .5l3.385 7.34l8.027.952l-5.934 5.488l1.575 7.928zm0-2.292l4.247 2.377l-.948-4.773l3.573-3.305l-4.833-.573l-2.038-4.419l-2.039 4.42l-4.833.572l3.573 3.305l-.948 4.773z'/%3E%3C/svg%3E")}.ri-subtract-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 11v2h14v-2z'/%3E%3C/svg%3E")}.ri-sun-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 18a6 6 0 1 1 0-12a6 6 0 0 1 0 12m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8M11 1h2v3h-2zm0 19h2v3h-2zM3.515 4.929l1.414-1.414L7.05 5.636L5.636 7.05zM16.95 18.364l1.414-1.414l2.121 2.121l-1.414 1.414zm2.121-14.85l1.414 1.415l-2.121 2.121l-1.414-1.414zM5.636 16.95l1.414 1.414l-2.121 2.121l-1.414-1.414zM23 11v2h-3v-2zM4 11v2H1v-2z'/%3E%3C/svg%3E")}.ri-superscript-2{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 7v13H9V7H3V5h12v2zm8.55-.42a.8.8 0 1 0-1.32-.36l-1.154.33A2.001 2.001 0 1 1 21 6c0 .573-.24 1.09-.626 1.454L18.744 9H21v1h-4V9z'/%3E%3C/svg%3E")}.ri-table-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 8h16V5H4zm10 11v-9h-4v9zm2 0h4v-9h-4zm-8 0v-9H4v9zM3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1'/%3E%3C/svg%3E")}.ri-trophy-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.005 16.94v2.063h5v2h-12v-2h5V16.94a8 8 0 0 1-7-7.938v-6h16v6a8 8 0 0 1-7 7.938m-7-11.937v4a6 6 0 1 0 12 0v-4zm-5 0h2v4h-2zm20 0h2v4h-2z'/%3E%3C/svg%3E")}.ri-upload-2-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zM14 9v6h-4V9H5l7-7l7 7z'/%3E%3C/svg%3E")}.ri-upload-2-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 19h16v-7h2v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-8h2zm9-10v7h-2V9H6l6-6l6 6z'/%3E%3C/svg%3E")}.ri-user-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 22a8 8 0 1 1 16 0h-2a6 6 0 0 0-12 0zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4'/%3E%3C/svg%3E")}.ri-user-settings-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 14v2a6 6 0 0 0-6 6H4a8 8 0 0 1 8-8m0-1c-3.315 0-6-2.685-6-6s2.685-6 6-6s6 2.685 6 6s-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m2.595 7.811a3.5 3.5 0 0 1 0-1.622l-.992-.573l1-1.732l.992.573A3.5 3.5 0 0 1 17 14.645V13.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573l1 1.732l-.991.573a3.5 3.5 0 0 1 0 1.622l.991.573l-1 1.732l-.992-.573a3.5 3.5 0 0 1-1.405.812V22.5h-2v-1.145a3.5 3.5 0 0 1-1.405-.812l-.992.573l-1-1.732zM18 19.5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3'/%3E%3C/svg%3E")}.ri-wallet-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.005 7h3a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h15zm-14 2v10h16V9zm0-4v2h12V5zm11 8h3v2h-3z'/%3E%3C/svg%3E")}.ri-wifi-off-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 18c.714 0 1.37.25 1.886.666L12 21l-1.886-2.334A3 3 0 0 1 12 18M2.808 1.393l17.677 17.678l-1.414 1.414l-5.18-5.18a6 6 0 0 0-1.89-.305c-1.43 0-2.74.499-3.771 1.332l-1.256-1.556a7.96 7.96 0 0 1 4.622-1.766L9 10.414a11 11 0 0 0-3.912 2.029L3.83 10.887A13 13 0 0 1 7.416 8.83L5.132 6.545a16 16 0 0 0-3.185 2.007L.689 6.997a18 18 0 0 1 2.952-1.942L1.393 2.808zM14.5 10.285l-2.283-2.283L12 8c3.095 0 5.937 1.081 8.17 2.887l-1.258 1.556a10.96 10.96 0 0 0-4.412-2.158M12 3c4.285 0 8.22 1.497 11.31 3.997l-1.257 1.555A15.93 15.93 0 0 0 12 5q-1.319 0-2.58.207L7.726 3.51A18 18 0 0 1 12 3'/%3E%3C/svg%3E")}.ri-window-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm-1 8H4v8h16zm0-6H4v4h16zm-9 1v2H9V6zM7 6v2H5V6z'/%3E%3C/svg%3E")}.ri-links-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m13.06 8.111l1.415 1.414a7 7 0 0 1 0 9.9l-.354.353a7 7 0 1 1-9.9-9.9l1.415 1.415a5 5 0 1 0 7.071 7.071l.354-.354a5 5 0 0 0 0-7.07l-1.415-1.415zm6.718 6.01l-1.414-1.414a5 5 0 0 0-7.071-7.07l-.354.353a5 5 0 0 0 0 7.07l1.415 1.415l-1.415 1.414l-1.414-1.414a7 7 0 0 1 0-9.9l.354-.353a7 7 0 1 1 9.9 9.9'/%3E%3C/svg%3E")}.ri-football-fill{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m1.67 14h-3.34l-1.38 1.897l.554 1.706A8 8 0 0 0 12 20c.871 0 1.71-.14 2.496-.397l.553-1.706zm-8.376-5.128l-1.292.938L4 12c0 1.73.549 3.331 1.482 4.64h1.91l1.323-1.82l-1.028-3.17zm13.412 0l-2.393.778l-1.028 3.17l1.322 1.82h1.91A7.96 7.96 0 0 0 20 12l-.003-.191zM14.29 4.333l-1.29.94V7.79l2.694 1.957l2.24-.727l.554-1.703a8 8 0 0 0-4.196-2.984m-4.582 0a8 8 0 0 0-4.196 2.985l.554 1.702l2.239.727L11 7.79V5.273z'/%3E%3C/svg%3E")}.ri-flag-2-line{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21.138 3a.5.5 0 0 1 .434.748L18 10l3.573 6.252a.5.5 0 0 1-.435.748H4v5H2V3zm-2.584 2H4v10h14.554l-2.857-5z'/%3E%3C/svg%3E")}.adv-agt,.adv-alea,.adv-amatic,.adv-aviatrix,.adv-belatra,.adv-betgames,.adv-betsoft,.adv-boldplay,.adv-booming,.adv-ctinteractive,.adv-dwg,.adv-elbet,.adv-eurasian,.adv-fbastards,.adv-gamingcorps,.adv-gaminghub,.adv-habanero,.adv-lobby,.adv-luckymonaco,.adv-mascot,.adv-ngmgames,.adv-playtech,.adv-pragmatic,.adv-promatic,.adv-skypilot,.adv-spadegaming,.adv-spinoro,.adv-spribe,.adv-synot,.adv-tomhorn{width:1em;height:1em;-webkit-mask-image:var(--svg);-webkit-mask-image:var(--svg);mask-image:var(--svg);background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.adv-agt{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21.444 18.79h-3.407c-.55 0-4.998-8.292-5.748-9.345l-.472.205-3.613 5.829h5.743c.42.627 1.804 2.31 1.962 2.914.054.214-.144.397-.21.397H2.556l9.637-15.58z'/%3E%3C/svg%3E")}.adv-alea{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.141 17.56c.813 0 1.491.679 1.533 1.532 0 .854-.68 1.533-1.533 1.533a1.523 1.523 0 01-1.532-1.533c0-.853.679-1.532 1.532-1.532M12.2 3.769c4.648 0 8.432 3.785 8.432 8.434 0 .812-.678 1.49-1.49 1.49h-.01l-1.666-.041h-5.092c-.812 0-1.49-.679-1.49-1.491s.678-1.49 1.49-1.49h5.092c-.535-1.893-2.068-3.334-4.011-3.786-2.931-.679-5.863 1.173-6.49 4.104-.679 2.93 1.172 5.862 4.103 6.49.678.185 1.173.77 1.173 1.49 0 .093-.041.227-.041.32-.185.812-.946 1.356-1.758 1.171-3.878-.863-6.676-4.288-6.676-8.257 0-4.65 3.785-8.434 8.434-8.434'/%3E%3C/svg%3E")}.adv-amatic{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19.193 19.1c-2.798-5.188-4.349-11.415-7.179-16.65h-.656l-6.85 16.948c-.17.317-.303.697-.567.962-.603.602-1.669.312-1.464 1.188h5.261c.261-1.049-1.065-.306-1.5-.862-.528-.67.636-4.496 1.134-5.134.211-.268 6.836-.306 7.284-.039.38.933 2.33 4.71 1.323 5.322-.636.383-1.936-.342-1.666.715h7.235c-1.468-.974-1.577-1.003-2.355-2.45M8.064 14.204c.228-.59 2.761-7.709 3.286-7.344l2.962 7.345z'/%3E%3C/svg%3E")}.adv-aviatrix{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M16.01 4.35q.62-.001.704.598l2.637 13.356-.004-.003q.02.289-.125.453a.48.48 0 01-.372.165l-2.494-.04c-.372 0-.513-.165-.569-.495l-.395-1.961H9.007l-1.083 2.003q-.289.452-.785.453H4.65a.4.4 0 01-.29-.103.43.43 0 01-.102-.287q0-.105.061-.228l7.405-13.313q.352-.6.952-.599zm-5.343 9.021h4.356l-1.117-5.806z' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-belatra{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.084 2v2.793h2.297c.035 0 .203.104.232.151.112.181.133 1.871.08 2.143-.018.1-.155.318-.222.318H17.22l-.135.136v3.513l.135.135h2.793c.067 0 .203.22.222.318.05.263.032 2.391-.045 2.563-.038.086-.15.165-.225.226h-5.762c-.055-.05-.272-.244-.272-.269V2zm0 17.117V22H13.93v-5.72c0-.036.104-.203.151-.232l5.885-.039c.15.114.235.272.265.456.046.285.04 2.199-.042 2.38-.021.047-.25.272-.268.272zM11.678 2c.057.67-.32 1.417-.871 1.786-.096.065-.74.376-.796.376H4.427a1.5 1.5 0 01-.225-.225V2zm-.023 13.672a2.1 2.1 0 00-.532-1.089c-.213-.232-.86-.542-.887-.735l.99-.814c.227-.289.375-.551.43-.922.114-.782.109-3.65-.114-4.343-.267-.827-1.043-1.564-1.865-1.83-.81-.26-4.037-.252-4.986-.16-.299.03-.476.047-.494.407v15.323L4.29 22h5.901c.115 0 .829-.46.945-.586.249-.267.5-.806.541-1.17.109-.957.111-3.634-.023-4.572m-4.39-6.6c.328-.283 1.1-.18 1.283.248.119.278.118 2.56 0 2.837-.182.427-.95.532-1.284.248zm1.283 9.482c-.193.452-.878.4-1.284.293v-3.604c.433-.018 1.153-.162 1.31.356.094.306.087 2.693-.026 2.955'/%3E%3C/svg%3E")}.adv-betgames{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.048 7.745c2.321 0 4.158 1.934 4.158 4.255s-1.934 4.255-4.254 4.255c-2.321 0-4.159-1.934-4.159-4.255s1.934-4.255 4.255-4.255m-9.38.29c.58-.29 1.257 0 1.547.58l2.514 5.61c.193.677 0 1.354-.58 1.644s-1.258-.001-1.548-.581L2.087 9.583c-.29-.58.001-1.257.581-1.547m15.182.098c.58-.29 1.257 0 1.547.58l2.515 5.608c.29.58 0 1.258-.58 1.548s-1.257-.001-1.547-.581L17.27 9.68c-.29-.58 0-1.257.58-1.547m-5.802 1.933c-1.063 0-1.837.87-1.837 1.837s.87 1.838 1.837 1.838 1.838-.87 1.838-1.838c0-.967-.87-1.837-1.838-1.837'/%3E%3C/svg%3E")}.adv-betsoft{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14.476 12.317c.284.44.452.945.491 1.468q.012.137 0 .276l.008 4.521a3.17 3.17 0 01-.946 2.28 3.08 3.08 0 01-2.272.946h-3.21v-9.49zm-3.785 7.346h1.066c.277 0 .544-.113.737-.313a1.06 1.06 0 00.32-.768l.015-4.514-.007-.089a1.08 1.08 0 00-.343-.708 1.02 1.02 0 00-.715-.282h-1.073zm9.73-4.052-3.755-3.718 3.754-3.725zM6.533 11.879 2.78 15.566V8.124zm5.007-9.88a3.12 3.12 0 012.19.85 3.13 3.13 0 011.02 2.101 2 2 0 010 .283l.007 4.522a3.1 3.1 0 01-.513 1.742H8.539V2zm-.88 8.829h.874a1.07 1.07 0 001.063-1.073l-.007-4.522-.008-.09a1.04 1.04 0 00-.335-.707 1.05 1.05 0 00-.738-.283h-.849z'/%3E%3C/svg%3E")}.adv-boldplay{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M8.78 3.68c.301 0 .545.237.545.528v4.233a5.95 5.95 0 013.068-.822c3.8 0 6.484 2.64 6.484 6.35s-2.685 6.351-6.484 6.351c-1.44 0-2.72-.467-3.722-1.277l-.26.57a.55.55 0 01-.498.316H5.669a.54.54 0 01-.546-.527V5.94c0-.166.08-.323.218-.423l2.387-1.73a.56.56 0 01.329-.107zm3.044 7.567c-1.592 0-2.762 1.164-2.763 2.722 0 1.546 1.171 2.71 2.763 2.71 1.582 0 2.763-1.164 2.763-2.71 0-1.558-1.171-2.722-2.763-2.722' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-booming{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M18.053 5.815q.713-.001 1.416.122.626.114 1.221.34.535.208 1.022.512.442.283.825.644l-.808 1.234a.8.8 0 01-.491.36.87.87 0 01-.65-.153 9 9 0 00-.626-.346 3.6 3.6 0 00-.6-.237 4 4 0 00-.645-.134 6 6 0 00-.76-.043 3.4 3.4 0 00-1.416.28 2.9 2.9 0 00-1.07.784 3.4 3.4 0 00-.684 1.217 5 5 0 00-.238 1.575c-.006.58.087 1.159.273 1.708.158.467.413.897.748 1.259.325.342.721.61 1.16.784.477.183.984.273 1.494.267q.465.006.917-.097a4.6 4.6 0 00.797-.268v-1.83h-1.193a.6.6 0 01-.413-.138.48.48 0 01-.152-.36v-1.532h4.279v5.092a6.3 6.3 0 01-1.976.99 7.7 7.7 0 01-2.189.303 7.6 7.6 0 01-2.71-.468 6.2 6.2 0 01-2.09-1.293 5.7 5.7 0 01-1.342-1.95 6.3 6.3 0 01-.474-2.456 6.7 6.7 0 01.45-2.481 5.6 5.6 0 011.277-1.952 5.8 5.8 0 012.01-1.277 7.3 7.3 0 012.638-.456'/%3E%3Cpath fill-rule='evenodd' d='M5.97 5.939a8.6 8.6 0 012.128.227 4 4 0 011.435.659c.355.265.634.62.808 1.027.176.428.263.887.256 1.35.002.268-.039.535-.118.79a2.4 2.4 0 01-.365.705q-.272.353-.638.603a4 4 0 01-.936.474 3.33 3.33 0 011.762.934c.393.466.597 1.063.571 1.672.005.494-.097.983-.298 1.435a3.3 3.3 0 01-.875 1.156 4.2 4.2 0 01-1.42.775 6.2 6.2 0 01-1.927.28h-4.82V5.938zM4.33 15.9H6.3c.307.009.614-.039.904-.14.211-.075.402-.2.554-.366a1.2 1.2 0 00.273-.503q.075-.282.076-.573.001-.305-.087-.596a1.03 1.03 0 00-.298-.45 1.5 1.5 0 00-.562-.28 3.2 3.2 0 00-.873-.096H4.329zm0-4.884h1.463q.421.002.836-.067a1.7 1.7 0 00.631-.228c.174-.109.311-.269.395-.457a1.7 1.7 0 00.134-.728 2 2 0 00-.11-.72 1.1 1.1 0 00-.328-.464 1.4 1.4 0 00-.565-.25 4 4 0 00-.814-.074H4.329z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.adv-ctinteractive{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M11.197 3.472a1.14 1.14 0 011.605 0l3.766 3.767H14.6c-2.808 0-3.63.867-3.63 3.269v2.989c0 2.401.822 3.268 3.63 3.268h1.966l-3.763 3.765a1.14 1.14 0 01-1.606 0L3.47 12.802a1.14 1.14 0 010-1.606l2.13-2.13h1.907c2.15 0 3.134-.51 3.48-1.828H7.43z'/%3E%3Cpath fill-rule='evenodd' d='m18.4 9.072 2.129 2.129-.002.001a1.14 1.14 0 010 1.606l-2.142 2.144h-3.672c-1.312 0-1.633-.348-1.633-1.535v-2.794c0-1.174.321-1.551 1.62-1.551zm-2.543 2.738v2.107h1.078V11.81zm0-1.706v1.053h1.078v-1.053z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.adv-dwg{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m21.944 5.933.058 12.105-9.991 3.453-10.013-3.453V5.977l10.008-3.468zm-7.811 2.794.007 9.552-1.293.448V9.259l-.14-.075c-.575.327-.916.173-1.49-.027v9.57l-1.291-.448.006-9.552-1.293-.452v10.146c0 .3.645.85.905.997.325.183 2.215.883 2.52.874.277-.01 2.16-.707 2.457-.875.297-.166.905-.703.905-1.064V8.276zm6.655-2.285c-.115-.014-.218.018-.326.048-.592.16-2.644.834-3.09 1.117-.538.342-.751.902-.794 1.513-.184 2.662.146 5.534.001 8.218.014.57.346 1.04.956 1.018l3.254-1.054V9.089l-2.172.68v1.29l.814-.204v5.632l-1.56.476v-8.28l2.918-.95v-1.29zM3.278 7.733l2.834.966a.56.56 0 01.084.288c.047.505-.064 1.182-.07 1.695-.027 2.095.054 4.187.07 6.28l-1.62-.585-.018-6.837-1.28-.45v8.212l.25.047c1.333.339 3.873 2.074 3.962-.147-.143-2.617.18-5.417 0-8.013-.048-.681-.278-1.268-.891-1.621L3.278 6.444zm12.61-2.358c-1.69.179-1.106 1.245.32 1.207.244-.007 1.044-.187 1.154-.41.338-.693-1.038-.843-1.475-.797m-4.023-.018c-.402.025-1.486.314-1.033.862.388.468 2.096.484 2.426-.078.356-.606-.99-.809-1.393-.784m-4.259.018c-.881.115-1.497.77-.325 1.103.496.14 2.135.13 1.89-.666-.116-.374-1.229-.48-1.565-.437' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-elbet{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='m22.644 6.748-.145 6.926-2.336 4.775-7.472-1.892-6.461 1.839-5.375-3.514.398-6.192 6.802-3.155L11.68 9.74l2.896-4.278zM6.691 16.795c-.405-.039-.747.094-.765.292-.017.2.297.388.702.423.405.038.747-.095.764-.293.018-.199-.297-.387-.701-.422m12.215-.524c-.411-.248-.868-.251-1.018-.007-.147.244.07.645.482.896.415.252.868.255 1.018.01.146-.248-.066-.648-.482-.899m1.994-.883c-.1-.021-.252.28-.339.67-.087.391-.076.723.026.747.097.02.247-.28.334-.67.087-.391.077-.726-.02-.747m-10.443.248c-.443-.017-.809.146-.82.366-.007.22.345.412.791.43.443.017.81-.147.821-.367.007-.22-.346-.411-.792-.429m3.769-.594c-.401-.24-.842-.244-.985-.006-.142.237.068.624.466.865.35.21.728.24.913.085l.067-.078c.147-.234-.063-.625-.461-.866m-7.116.157c-.436-.039-.81.105-.828.321-.021.22.322.426.76.464.437.039.812-.105.83-.32.02-.22-.323-.426-.762-.465m-3.31-.422c-.44-.045-.813.095-.834.31-.02.217.314.43.754.472.436.045.81-.095.834-.31.02-.217-.318-.43-.754-.472m7.577-1.585c-.128.046-.114.413.033.818.146.404.369.696.498.648.129-.046.116-.412-.031-.816-.147-.405-.371-.699-.5-.65m-3.765.181c-.464-.042-.859.126-.88.37-.02.248.339.48.803.521s.856-.126.88-.37c.021-.248-.339-.478-.803-.52m14.618-.808c-.08-.017-.207.279-.283.655-.074.38-.073.701.007.715.08.017.207-.279.28-.655.077-.38.072-.701-.005-.715m-3.725.041c-.436-.265-.92-.261-1.081.003-.16.265.062.699.498.96.436.266.922.266 1.082-.002.161-.265-.063-.7-.5-.96m3.017-.398c-.108-.018-.255.31-.332.733-.073.422-.05.782.055.8.105.02.252-.308.329-.73.076-.425.052-.781-.052-.803m-18.65.08c-.206-.192-.611-.094-.911.223-.3.314-.377.727-.174.919.203.191.61.094.907-.22.3-.318.38-.73.178-.922m17.777-.537c-.133-.024-.305.346-.385.824-.076.478-.034.882.098.904.133.025.305-.346.385-.824.077-.478.034-.882-.098-.904m-7.082-.336c-.419-.254-.884-.257-1.038-.006-.15.248.07.66.492.915.42.254.883.257 1.037.006.15-.248-.069-.66-.49-.915m-6.514-.761c-.21-.223-.662-.139-1.008.186-.345.328-.457.771-.248.995.21.222.66.138 1.01-.186.345-.325.456-.772.246-.995m3-.415c-.133.053-.106.43.062.839.164.411.405.7.534.648.132-.053.104-.429-.06-.837-.168-.411-.408-.701-.537-.65m-7.048.233c-.203-.188-.604-.089-.904.225-.3.318-.377.726-.179.915.203.191.604.09.904-.225.3-.314.377-.723.179-.915m15.73-.72c-.509.007-.92.257-.917.567 0 .307.415.552.925.549s.921-.258.922-.565c-.004-.307-.42-.555-.93-.552m3.492-1.15c-.109-.017-.26.36-.337.842-.08.48-.058.885.05.904.104.017.255-.36.336-.842.076-.48.055-.885-.05-.904m-15.111.162c-.202-.22-.646-.14-.984.18-.34.318-.447.755-.241.971.205.22.645.137.984-.181s.447-.754.24-.97m-3.99-.028c-.191-.182-.58-.085-.862.216-.286.3-.362.691-.17.872s.579.088.862-.212c.286-.304.362-.695.17-.876m10.672.058c-.457.02-.817.273-.806.559.014.286.393.502.85.485.457-.021.821-.272.808-.558-.014-.29-.395-.507-.852-.486m5.783-.477c-.502.024-.896.278-.883.575.014.293.428.516.931.492.5-.02.894-.279.883-.572-.014-.297-.431-.516-.93-.495M8.732 7.3c-.128.06-.087.419.088.799.178.383.426.646.551.587.13-.06.09-.42-.087-.8-.179-.384-.423-.645-.552-.586m5.934.135c-.44.018-.786.258-.772.534.01.241.291.43.656.461l.162.003c.436-.02.78-.261.77-.537-.014-.275-.38-.481-.816-.46M7.18 6.92c-.189-.202-.615-.104-.953.213-.335.318-.457.736-.27.935.19.203.615.108.954-.21.338-.317.457-.739.269-.937m13.224-.02c-.478.02-.855.26-.845.54.014.279.413.486.89.465.479-.021.856-.262.842-.541-.01-.28-.41-.485-.887-.464m-4.893-.782c-.423.017-.755.247-.741.513.01.231.28.412.629.44l.153.003c.423-.018.754-.248.744-.513-.015-.265-.363-.464-.785-.443' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-eurasian{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M12.349 18.125h6.104c.473 0 .807-.538.874-.972.084-.547.09-3.483-.009-3.996-.103-.539-.475-.715-.963-.78-.59-.08-4.65-.082-5.088.05-1.03.31-.548 1.904.159 1.904h4.873v2.564H13.22c-1.962 0-3.499-2.843-2.8-4.596a4.66 4.66 0 003.537-2.486c2.6.166 7.164-.963 7.7 2.749.333 2.31.615 8.13-2.898 8.13h-6.412z'/%3E%3Cpath d='M11.732 4.328c-1.247-.483-6.8-.465-7.932.273-2.407 1.57-2.336 10.036 1.214 10.036h4.462v-2.565H5.424c-.383 0-.716-.615-.772-.973-.107-.702-.175-4.028.477-4.349.338-.166 5.146-.199 5.583-.07 1.024.303.631 1.904-.159 1.904h-4.77v2.564h5.078c3.051 0 4.183-5.54.871-6.82'/%3E%3C/g%3E%3C/svg%3E")}.adv-fbastards{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.985 12.588c.044-1.252.657-1.57.263-3.12a28 28 0 00-.663-2.189C16.885 2.595 7 2.552 5.32 7.564c-.345 1.03-.805 2.424-.678 3.494.052.444.311.896.346 1.348.07.898-.478 1.35.18 2.227.59.785 2.323 1.255 2.766 1.87.343.477-.062 1.77.2 2.565.172.525.988 1.374 1.536.96l.044-1.25c.755-.032.704.69.755 1.253 1.153.534 1.27-.174 1.246-1.168l.502-.046.07.108c-.093.968.174 1.628 1.22 1.106.052-.591-.016-1.227.754-1.252l.09 1.296c.209.247.783-.108.983-.269.98-.794.473-2.18.668-3.255.839-.846 3.165-1.384 3.17-2.81.002-.371-.201-.756-.187-1.153m-7.854.341c-.069.672-.776 1.787-1.483 1.905-3.39.571-3.804-3.943-1.025-4.323a2.202 2.202 0 012.508 2.418m.636 3.043c-.209.097-.377.624-.613.27.12-.499.228-1.11.478-1.563.646-1.174 1.148 1.187 1.202 1.693-.477.036-.518-.657-1.067-.4m4.38-1.415c-.64.383-1.82.482-2.415-.018-1.46-1.226-.985-3.736.952-4.03 2.337-.354 3.54 2.804 1.463 4.048'/%3E%3C/svg%3E")}.adv-gamingcorps{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M23.366 19.532H17.94L11.992 9.235 6.03 19.532H.603L9.258 4.503l.073-.049 5.245-.015.167.049 8.654 14.982'/%3E%3Cpath d='m15.911 19.561-7.778-.015 3.844-6.684c.028-.02.164.199.184.23a90 90 0 012.803 4.605c.115.202 1.024 1.776.947 1.864'/%3E%3C/g%3E%3C/svg%3E")}.adv-gaminghub{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 19' width='13' height='19'%3E%3Cpath fill='black' fill-opacity='.9' d='M8.008 17.54q.44 0 .673-.127.231-.128.255-.198-.07-.092-.012-.521.057-.43.197-1.01t.313-1.252.337-1.275q.162-.604.278-1.056t.116-.591a.9.9 0 00-.278-.72q.44.048.58.186.045 0 .115-.15.07-.151.128-.395.057-.243.104-.521.047-.279.047-.51 0-.303-.174-.43a.75.75 0 00-.452-.127q-.14 0-.522.058l-.87.127-1.032.15q-.545.082-1.01.128-.463.048-.8.058-.336.011-.405-.08-.07 0-.14.127t-.127.325q-.058.196-.093.417a3 3 0 00-.035.406q0 .417.534.417.07 0 .29-.023l.533-.058a32 32 0 011.52-.127.1.1 0 01.046.011q.023.012-.047.151l-.208.44q-.162.349-.418.824-.255.475-.568.986a11 11 0 01-.65.95 4.4 4.4 0 01-.672.72q-.337.278-.638.278a.85.85 0 01-.591-.22 1.5 1.5 0 01-.383-.557 3.5 3.5 0 01-.209-.742q-.07-.406-.07-.777 0-1.16.256-2.389.255-1.23.672-2.4.418-1.171.975-2.227.555-1.055 1.16-1.844.603-.789 1.229-1.252.625-.464 1.182-.464.696 0 .696.997 0 .44-.22.986a7.6 7.6 0 01-.51 1.032 5.3 5.3 0 01-.603.835q-.314.348-.522.37 0 .187.162.453.163.266.406.534.243.266.568.452.324.185.673.185.324 0 .452-.116t.174-.185a5.4 5.4 0 00.348-.65q.209-.44.394-.997.185-.555.325-1.171.14-.615.14-1.218 0-.788-.244-1.368a2.7 2.7 0 00-.65-.951 2.6 2.6 0 00-.928-.545A3.3 3.3 0 008.75.725q-1.09 0-2.099.545A7.8 7.8 0 004.75 2.743q-.892.928-1.635 2.134a16.8 16.8 0 00-2.099 5.195 12 12 0 00-.29 2.528q0 2.296.893 3.34t2.517 1.044q.857 0 1.635-.65a8.7 8.7 0 001.426-1.53q-.163.58-.255 1.043-.093.464-.093.72 0 .532.371.753.37.22.789.22'/%3E%3C/svg%3E");width:.69em}.adv-habanero{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M12.493 5.422a.47.47 0 01.892-.031c.057.695-.054 1.46.007 2.148.016.186.093.436.28.516.22.091.528-.019.617-.243.103-.26.003-.697.043-.988.071-.527.864-.563.934.059.072.64-.06 1.4.007 2.054.061.179.206.32.398.335a.44.44 0 00.406-.173c.126-.16.073-.3.142-.483.14-.37.65-.388.829-.048.168.319-.01 1.103.068 1.492.033.159.183.253.305.336q.016-.002.031 0a.35.35 0 00.219 0c.444-.132.304-.43.355-.72l.036-.124c.179-.42.816-.339.888.112l-.014 8.85c-.49.31-1.012.58-1.515.872-.58.338-1.171.665-1.748 1-.485.28-.977.59-1.469.874l-1.25.719c-.303.174-.612.34-.906.53h-.062c-.674-.268-1.335-.678-1.906-1.125-.775-.447-1.564-.893-2.343-1.342-.573-.33-1.145-.668-1.718-.999-.31-.179-.64-.33-.937-.53H5.05V9.74l.063-.063c.05-.355.554-.458.781-.203.216.241.092.783.125 1.093.012.11.088.206.094.234.294.304.771.181.813-.264.065-.691-.07-1.496-.001-2.186.064-.64.874-.617.937-.063.032.279-.002.66 0 .952l.014.03c.182.392.61.429.86.064.002-.086.064-.189.065-.295.01-.99-.01-1.98-.003-2.969.06-.495.856-.504.909.063.058.622-.081 1.391.001 1.996.022.16.124.341.279.394.23.077.49-.003.6-.228.159-.329-.008-1.273.057-1.691.075-.48.845-.489.905.029.033.295-.09.821.14 1.047.062.06.157.09.234.125q.032.001.06.005c.28.013.475-.167.503-.457.057-.613-.05-1.309.007-1.93m-3.757 6.534c.105 1.712.073 3.436.039 5.15.445-.044.895-.05 1.337.032a1.45 1.45 0 01.812 0l-.063-.027v-1.59l.063-.036a.4.4 0 01.17-.058c.534-.026 1.197-.05 1.724-.014a.3.3 0 01.085.025q.043.02.082.047c.037-.104.164-.08.188.027v1.57a4.3 4.3 0 011.031.056l.074-.061q.48.032.953-.009a639 639 0 00-.035-5.049h-2.023c.02.556.007 1.14-.027 1.688-.113.127-1.872.097-2.15.04l-.01-.074c.005.105-.1.068-.125-.022l-.007-1.632h-2.08z' clip-rule='evenodd'/%3E%3Cpath d='M14.727 4.938c.493-.072.744.618.3.863-.637.352-1.023-.757-.3-.863m-3.749-1.685c.268-.056.539.105.57.383.024.208.034.815.018 1.214l-.024.308c-.083.453-.84.462-.9-.055-.031-.28-.04-1.263.008-1.522.025-.139.194-.3.328-.328m1.812-1.219c.269-.061.567.053.603.353.044.363-.001.794-.012 1.196l.004.39c-.173.442-.842.383-.9-.086-.032-.277-.037-1.232.004-1.498.018-.12.179-.327.3-.355m-1.811-.53c.7-.145.805.976.055.9-.528-.055-.5-.807-.055-.9'/%3E%3C/g%3E%3C/svg%3E")}.adv-lobby{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 17' width='20' height='17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:black}%3C/style%3E%3C/defs%3E%3Cpath d='M19.38 3.51h-2.99C14.85 1.55 12.47.39 10 .39S5.15 1.55 3.61 3.51H.62c-.34 0-.62.27-.62.61v8.75c0 .34.28.62.62.62h2.99c1.53 1.96 3.92 3.12 6.39 3.12s4.85-1.17 6.39-3.12h2.99c.34 0 .62-.28.62-.62V4.12c0-.34-.28-.62-.62-.62Zm-.62 1.23v7.51h-5.01V4.74zM10 15.38c-1.74 0-3.45-.68-4.72-1.89h9.45c-1.28 1.2-2.98 1.89-4.72 1.89Zm-2.51-3.12V4.75h5.01v7.51zM10 1.62c1.75 0 3.45.68 4.72 1.89H5.28C6.56 2.31 8.26 1.62 10 1.62M6.26 4.74v7.51H1.24V4.74h5.01Z' class='cls-1'/%3E%3Cpath d='M2.81 7.24h1.02l-.98 2.94c-.05.16-.04.32.03.47s.2.26.36.31a.625.625 0 00.79-.39l1.25-3.75a.65.65 0 00-.08-.56.63.63 0 00-.5-.26H2.82c-.34 0-.62.28-.62.62s.28.62.62.62Zm8.63-.98a.63.63 0 00-.5-.26H9.06c-.34 0-.62.28-.62.62s.28.62.62.62h1.02l-.98 2.94c-.05.16-.04.32.03.47s.2.26.36.31a.625.625 0 00.79-.39l1.25-3.75a.65.65 0 00-.08-.56Zm3.87.98h1.02l-.98 2.94c-.05.16-.04.32.03.47s.2.26.36.31a.625.625 0 00.79-.39l1.25-3.75a.65.65 0 00-.08-.56.63.63 0 00-.5-.26h-1.88c-.34 0-.62.28-.62.62s.28.62.62.62Z' class='cls-1'/%3E%3C/svg%3E");width:1.18em}.adv-luckymonaco{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath fill-rule='evenodd' d='M11.545 7.353v.064q.002.041.012.121c.068.467.07 1.225 0 1.706l.47.002-.47.585c.933-.14 1.252.516 1.839.927.164.116.494.115.513.134.189.19-.44.418-.455.525-.01.1.374.667.516.766-.341-.88.877-.245 1.115-.597.029-.044-.113-.25-.058-.348.05-.09.451-.292.53-.228.086.07-.787 1.915-.588 2.114.047.047 1.17.09 1.278-.193.05-.134.05-1.1.014-1.274-.057-.27-.329-.357-.354-.592-.027-.26.197-.503.192-.704-.003-.11-.368-.645-.012-.645h4.707c.277 0 .043.568.062.749.059.584.318.486-.128 1.183l.006 9.467.001.002c.04-.009.145-.006.264-.002v.589h-5.56v-3.056c0-.037-.551.012-.736-.029-1.31-.296-2.122-.598-3.23-.622-1.077.035-1.883.33-3.166.62-.185.041-.737-.008-.737.028v3.057H2.01v-.589l.002-.001c.117-.005.225-.008.264.001l.005-9.467c-.445-.698-.186-.6-.127-1.184.02-.18-.215-.749.062-.749h4.707c.356 0-.01.538-.013.646-.004.201.22.443.193.704-.025.234-.298.323-.354.592-.037.173-.038 1.14.014 1.274.107.28 1.23.24 1.278.192.2-.198-.673-2.044-.589-2.114.08-.065.48.138.53.23.056.098-.086.303-.057.347.237.352 1.456-.282 1.115.597.141-.099.528-.667.515-.767-.014-.108-.643-.335-.455-.525.02-.018.35-.018.514-.133.587-.412.906-1.068 1.839-.927l-.47-.585.47-.003a7 7 0 010-1.705q.01-.08.012-.121v-.06h.034a.2.2 0 01.046-.002m-.053 7.159c-.888.097-.738 2.002-.433 2.119.086.032.279.053.486.05.175-.002.33-.02.406-.048.307-.117.457-2.058-.459-2.121m-2.399.675c-.184-1.044-1.286-.57-1.287-.36 0 .26-.065 1.755 0 1.821.039.04.999.023 1.101-.016.291-.111.232-1.183.186-1.446m6.11-.36c-.001-.21-1.104-.684-1.288.36-.046.263-.103 1.333.186 1.445.102.039 1.063.055 1.101.016.065-.064 0-1.56 0-1.821M4.896 10.324c-1.405-.304-1.813 1.705-.745 2.04 1.655.519 2.057-1.755.745-2.04m13.962 2.04c1.066-.336.658-2.344-.745-2.04-1.312.285-.909 2.559.745 2.04' clip-rule='evenodd'/%3E%3Cpath d='M4.625 2.308c.038.478-.045 1.001-.005 1.474.027.309.024.667.038.817.015.159.404.276.429.578.014.178-.238 1.005-.109 1.126.046.042.407-.045.473 0 .03.02-.181.554-.098.678.063.092.638.328.903.691.283.387.438 1.284.49 1.335.029.028.306-.165.352-.118.08.082-.152.512-.314.567-.25.087-4.307.06-4.51-.039-.108-.05-.17-.15-.216-.255-.182-.412.194-.139.273-.261.209-.326.206-.81.532-1.244.272-.362.889-.612.926-.66.036-.046-.133-.672-.103-.69.066-.044.426.043.472 0 .133-.125-.144-1.025-.099-1.212.047-.2.414-.356.423-.493.007-.106-.217-.287-.213-.467.001-.053.195-.064.202-.093l-.002-.003zm13.912 1.734c.007.029.201.04.203.093.003.18-.22.36-.214.467.01.137.377.292.424.493.044.188-.232 1.088-.1 1.212.047.043.407-.044.473 0 .03.02-.14.644-.103.69.036.048.654.298.926.66.325.433.323.918.531 1.244.08.122.456-.151.274.261-.046.105-.108.205-.216.255-.204.098-4.26.126-4.51.039-.162-.056-.394-.485-.314-.567.046-.047.323.146.351.118.052-.05.208-.948.49-1.335.266-.363.84-.599.903-.69.084-.125-.127-.659-.098-.679.066-.045.427.042.473 0 .13-.121-.122-.948-.108-1.126.024-.302.413-.42.429-.578.014-.15.01-.508.037-.817.04-.47-.044-.992-.006-1.472z'/%3E%3C/g%3E%3C/svg%3E")}.adv-mascot{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M15.607 18.6c.396 0 .681.308.682.717a.683.683 0 11-1.362 0 .7.7 0 01.19-.503.7.7 0 01.49-.214m-6.673.022c.273 0 .472.143.472.565v.375H8.46v-.385c0-.4.2-.566.475-.555'/%3E%3Cpath fill-rule='evenodd' d='M8.157 8.47a3.77 3.77 0 011.923.68 2.27 2.27 0 01-.45 1.137 2.612 2.612 0 00-3.922.566c-.272.425-.416.92-.415 1.424v5.07H18.71v-5.07a4.3 4.3 0 001-1.138c.113.368.172.752.174 1.138v9.042H4.127v-9.052a3.81 3.81 0 012.035-3.374 3.77 3.77 0 011.995-.423m2.953 9.819c-.417 0-.66.276-.66.575 0 .231.133.42.518.564.349.132.429.21.429.342s-.111.244-.342.244a1 1 0 01-.539-.174l-.121.317c.195.12.42.186.649.189.45 0 .715-.223.717-.576 0-.264-.132-.43-.571-.607-.275-.1-.385-.178-.386-.31 0-.143.1-.253.308-.253a.95.95 0 01.44.13l.11-.308a1.1 1.1 0 00-.552-.133m2.265-.004c-.583 0-1.066.456-1.066 1.03 0 .588.44 1.03 1.11 1.03.231.006.463-.052.665-.167l-.112-.298c-.18.087-.377.131-.576.13a.7.7 0 01-.504-.195.7.7 0 01-.209-.503c0-.408.285-.695.747-.696q.272.016.517.133l.121-.299a1.4 1.4 0 00-.693-.165m2.232 0a1.02 1.02 0 00-.744.29c-.199.194-.31.462-.31.74 0 .588.449 1.03 1.054 1.03s1.055-.431 1.056-1.03c0-.599-.44-1.03-1.056-1.03M5.293 20.312h.341l.012-1.128.615 1.14h.122l.604-1.151.011 1.139h.342l-.055-2h-.159l-.801 1.447-.82-1.447H5.35zm3.64-2.023c-.517 0-.814.276-.814.884v1.139h.351v-.476h.946v.476h.34l.002-1.14c0-.606-.32-.883-.824-.883m8.114.354h.66v1.669h.353v-1.669h.648v-.322h-1.661z' clip-rule='evenodd'/%3E%3Cpath d='M16.337 8.475a3.77 3.77 0 011.921.677 2.27 2.27 0 01-.45 1.138 2.61 2.61 0 00-3.967.647 2.635 2.635 0 001.337 3.804.926.926 0 011.74.2.93.93 0 01.432 1.479.92.92 0 01-.984.29.89.89 0 01-.902.198.934.934 0 01-.636-1.036 3.85 3.85 0 01-2.519-3.603 3.81 3.81 0 012.034-3.37 3.77 3.77 0 011.994-.424m-4.82 2.652a3.82 3.82 0 01-2.355 4.73.934.934 0 01-.638 1.039.89.89 0 01-.902-.2.926.926 0 01-1.156-.607.93.93 0 01.605-1.161.92.92 0 01.63-.685.926.926 0 011.11.486 2.64 2.64 0 001.705-2.464 4.3 4.3 0 001.001-1.138'/%3E%3Cpath d='M19.872 8.94a3.81 3.81 0 01-2.036 3.367 3.77 3.77 0 01-3.913-.25 2.27 2.27 0 01.45-1.139 2.61 2.61 0 002.804.406 2.64 2.64 0 001.533-2.396V3.856H5.293v5.072a4.3 4.3 0 00-1.001 1.138 4 4 0 01-.175-1.138V2.682h15.755z'/%3E%3Cpath d='M8.047 4.278a.94.94 0 01.477.018.92.92 0 01.638 1.039 3.81 3.81 0 012.502 3.236A3.82 3.82 0 019.8 12.216a3.78 3.78 0 01-4.074-.16c.033-.415.191-.812.452-1.138a2.61 2.61 0 003.965-.649c.261-.443.386-.954.362-1.467a2.63 2.63 0 00-.499-1.424 2.63 2.63 0 00-1.201-.915.926.926 0 01-1.451.287.93.93 0 01-.283-.486.934.934 0 01-.349-1.567.92.92 0 01.9-.202.94.94 0 01.425-.217m7.426.018a.89.89 0 01.902.199.924.924 0 011.094 1.313.93.93 0 01-.542.456.92.92 0 01-1.272.65.93.93 0 01-.465-.451 2.63 2.63 0 00-1.705 2.465 4.3 4.3 0 00-1.001 1.138 3.81 3.81 0 012.355-4.73.93.93 0 01.634-1.04'/%3E%3C/g%3E%3C/svg%3E")}.adv-ngmgames{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M10.913 19.354c-.627.498-1.169.683-1.483.56l-1.129-.374c.502.104 1.067-.083 1.673-.518z'/%3E%3Cpath fill-rule='evenodd' d='M9.381 7.401c1.543-2.926 3.396-4.717 4.603-4.262 1.525.58 1.4 4.665-.25 9.103l-.004.002c-1.65 4.375-4.198 7.487-5.765 7.03a.7.7 0 01-.334-.166c-.917-.705-.836-2.669-.836-2.674 0-.258.02-.534.04-.827.105-.676.21-1.226.283-1.594l.014-.067-2.092-2.532h-.021v4.147h-2.09V7.43h1.672l3.184 3.799q.123-.418.242-.784V7.432h1.336zm-.667 10.87c-.008.048-.03.188-.078.329a.7.7 0 00.078-.33m4.85-14.055c-.976-.35-2.43.964-3.721 3.185l-.014.03h.288v8.128h-1.65l-.945-1.144q-.113.622-.193 1.188c-.007.292 0 .567.03.828.368 2.02 1.31 1.815 1.358 1.823 1.336-.145 3.322-2.695 4.638-6.157 1.462-3.858 1.546-7.383.21-7.881' clip-rule='evenodd'/%3E%3Cpath d='M12.772 17.468a12.4 12.4 0 01-1.443 1.577l-.939-.354a9 9 0 001.4-1.596s.962.373.982.373m1.398-2.075c-.355.623-.71 1.183-1.087 1.7l-1.022-.372c.355-.518.688-1.1 1.022-1.722 0 0 1.066.394 1.087.394m7.23-3.212c0 2.26-1.4 3.629-3.74 3.629-1.085 0-1.984-.291-2.672-.85a27 27 0 00.919-2.282c.293.891.94 1.41 1.796 1.41.96 0 1.63-.562 1.67-1.39v-.124h-1.525v-1.408l3.551-.042zm-6.186.973a21 21 0 01-.856 1.824l-1.085-.394c.271-.58.562-1.182.812-1.824zm.776-2.282c-.167.622-.396 1.225-.627 1.868l-1.129-.394c.02-.02.02-.042.041-.062l.003-.001c.229-.623.438-1.202.605-1.784zm.563-2.382c-.104.642-.25 1.285-.438 1.968l-1.106-.394c.187-.683.333-1.346.437-1.948zm1.023-1.245c2.027 0 3.508 1.14 3.718 2.882h-2.068.001c-.208-.727-.835-1.162-1.65-1.162-.252 0-.502.04-.71.145.145-.829.207-1.472.27-1.846.145-.02.293-.02.44-.02m-.9-1.242c.042.602.02 1.285-.083 2.052l-1.086-.394c.104-.747.124-1.43.103-2.033zm-1.066-2.365c.544.292.878.955 1.025 1.888l-1.066-.373c-.145-.976-.48-1.68-1.024-2.033z'/%3E%3C/g%3E%3C/svg%3E")}.adv-playtech{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M7.916 6.098a.988.988 0 011.482-.821l2.164 1.292c4.883-1.643 9.394-1.086 10.476 1.453 1.201 2.804-2.238 6.971-7.686 9.305-5.444 2.333-10.838 1.946-12.04-.858-1.041-2.424 1.398-5.874 5.604-8.277zm-3.3 8.449c-.616 2.023.33 3.506 2.699 3.676H7.31c2.043.145 4.667-.723 7.026-2.17-.085.04-.17.082-.255.117-4.201 1.798-8.358 1.501-9.284-.662a2.4 2.4 0 01-.182-.961m11.648-6.751c-.721-.05-1.532.065-2.378.305l3.129 1.714a.877.877 0 01.03 1.522L9.33 15.813a.947.947 0 01-1.403-.866v-3.184q-.069.074-.13.155c-2.103 2.544-1.712 4.751.867 4.937 2.579.18 6.375-1.577 8.473-4.121s1.707-4.753-.872-4.938m-6.22-.896a.67.67 0 00-1.006.555l.025 6.03c-.01.556.55.816.95.596l5.235-3.035c.41-.25.365-.817-.02-1.037l-5.184-3.105zm7.136-.616c-1.347-.095-2.95.25-4.562.91l.537.321c3.274-.8 6.114-.27 6.86 1.472l.03.087h.004c.12-1.558-.86-2.645-2.869-2.79' clip-rule='evenodd'/%3E%3C/svg%3E")}.adv-pragmatic{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M12.823 10.013c2.076-.128 3.187 2.394 1.08 2.525-2.154.134-3.029-2.404-1.08-2.525'/%3E%3Cpath fill-rule='evenodd' d='M12 8.446a6.277 6.277 0 110 12.553 6.277 6.277 0 010-12.553m-.002.66A5.619 5.619 0 1012 20.344a5.619 5.619 0 00-.003-11.238' clip-rule='evenodd'/%3E%3Cpath d='M8.427 2.999c1.205 1.473 2.136 3.875 2.152 3.917-.005-.036-.243-1.739 1.231-2.853-.785 1.634-.351 3.321-.23 3.722a6.24 6.24 0 00-3.06.925c-.138-.43-.739-2.032-2.286-2.921 1.853.087 2.617 1.638 2.627 1.659-.006-.027-.598-2.546-.434-4.449'/%3E%3C/g%3E%3C/svg%3E")}.adv-promatic{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.5 5.909c.89.216 2.035.356 2.434 1.31.338.81.38 4.097.004 4.873-.235.482-.859.903-1.367 1.043-.27.075-1.168.26-1.389.26h-9.96v4.696H3.795v-6.599c.175-.15.327-.238.565-.26 3.696-.347 7.904.293 11.655-.02.977-.044.883-2.377.545-2.777-.082-.099-.554-.369-.645-.37H8.11l2.92 2.412H6.904L3.795 7.94V5.91z'/%3E%3C/svg%3E")}.adv-skypilot{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cpath fill='black' fill-opacity='.9' d='M16.669 11.89c-.526-.08-.954-.073-1.216-.073-.263 0-.46.008-.68.012-.228.008-.452.02-.68.03q-.339.023-.679.051a19 19 0 00-.675.07q-.338.039-.676.088c-.224.031-.448.07-.672.105q-.336.058-.668.123c-.432.085-.868.17-1.297.282l-.27.07c-.147.038-.297.073-.444.115-.278.081-.556.17-.834.259l-.444.139c-.571.197-1.135.405-1.694.633-.02.008-.047.015-.07.023-.066.023-.139.046-.178.077.105.035.209.058.313.085l.155.039c1.12.286 1.918.367 1.918.367s.348.034 1.463.085c0 0 .259.007.51.003 2.023-.023 4.617-.432 6.447-1.293.398-.185 1.278-.621 1.432-1.042a7 7 0 00-1.061-.247m1.432 1.26c-.035-.109-.078-.213-.12-.317l-.077-.186c-.402.973-1.714 1.718-2.637 2.104a10 10 0 01-1.154.39q-.138.041-.282.078c-.093.023-.19.05-.282.069-.092.023-.189.042-.285.066l-.286.058q-.146.027-.286.05-.144.023-.29.042l-.289.035q-.144.016-.29.027l-.289.023a7 7 0 01-.29.015c-.096 0-.192.008-.293.008h-.293q-.144.002-.294-.008-.144-.002-.29-.015c-.096-.008-.192-.011-.289-.023-.096-.008-.193-.02-.29-.027a9 9 0 01-1.169-.178 8 8 0 01-.977-.235c-.617-.182-1.196-.394-1.752-.722.104.262.258.513.409.753.83 1.328 2.03 2.216 3.44 2.857.088.042.181.08.27.12a8 8 0 00.552.208l.282.092c.092.027.189.058.285.081q.146.04.286.074l.29.065q.144.03.29.054l.292.047c.097.011.197.027.294.034a8 8 0 00.59.043q.148.007.298.008h.297c.1 0 .197-.008.297-.012q.148-.006.298-.023a6 6 0 001.575-.34c.996-.374 1.926-1.007 2.378-2.003.13-.294.235-.626.29-.942.123-.742.018-1.653-.201-2.363zm-5.606-2.329c.251-.03.587-.069 1.039-.1a16 16 0 013.092.081h.02c.335.043.671.089 1 .174.038-.031.184-.236.289-.386.046-.066.085-.12.104-.15.054-.074.116-.147.174-.217.019-.023.038-.042.054-.066.39-.467.791-.907 1.262-1.297q.135-.109.282-.212.076-.052.147-.108c-.05-.054-.116-.1-.178-.147l-.046-.035a11 11 0 00-.653-.455c-1.49-.961-3.123-1.556-4.89-1.703-.337-.027-1.298-.096-1.553.128-.212.189-.228.51-.243.776v.023a3 3 0 00-.25.023l-.105.012a3 3 0 01-.112-.209c-.104-.212-.205-.409-.46-.498-.505-.177-2.335.471-2.856.684-.305.123-.602.27-.9.413q-.106.05-.204.1c-.44.236-.873.486-1.29.757-.139.088-.274.185-.409.278q-.203.143-.401.293-.199.149-.39.305-.191.155-.383.317-.185.161-.37.328-.185.168-.36.343-.179.175-.347.355-.173.181-.335.367c-.19.213-.379.429-.549.66.73.267 1.444.626 2.077 1.077.012.008.023.02.039.027.108.078.224.159.32.251.15-.065.301-.139.452-.208.185-.089.374-.178.564-.259q.7-.295 1.416-.544.72-.248 1.448-.456l.174-.05a22.4 22.4 0 013.34-.668h-.009zm.193-.799c-.03-.03-.05-.08-.07-.123q-.006-.022-.015-.039l-.034-.077c-.078-.178-.19-.44-.31-.537-.123-.1-.37-.112-.574-.12-.15-.007-.282-.01-.325-.05.012-.027.027-.034.05-.046.085-.046.182-.077.275-.112.162-.054.324-.112.451-.231.147-.14.132-.433.116-.68q-.007-.136-.008-.235c.055.088.093.185.132.281.05.12.096.24.173.348.166.24.471.235.742.232h.127c.046 0 .104 0 .143.015a.1.1 0 01-.046.039l-.008.003q-.094.05-.193.1c-.155.074-.31.151-.433.263a.5.5 0 00-.146.224c-.031.112-.035.352-.035.545v.197l-.008.007h-.004zm8.285-2.466c-.085-.19-.39-.452-.544-.599l-.201-.185a9 9 0 00-.209-.182c-.07-.058-.139-.12-.212-.177q-.106-.087-.216-.174a11 11 0 00-.672-.483l-.231-.15q-.116-.074-.236-.147l-.236-.139q-.116-.068-.239-.135l-.243-.127c-.081-.043-.162-.081-.247-.124l-.251-.116q-.126-.055-.25-.112l-.256-.104c-1.135-.46-2.374-.799-3.605-.837-.66-.024-1.317.034-1.97.12-1.03.13-2.06.385-3.018.794q-.18.07-.36.151-.178.076-.35.158-.174.082-.348.17-.172.088-.343.182-.168.093-.336.193c-.112.065-.22.13-.332.2q-.162.104-.325.213-.161.11-.316.22c-1.56 1.12-3.282 2.903-4.061 4.667v.008c-.039.089-.093.212-.054.305q.036.075.12.104a.5.5 0 00.13.027c.07-.077.132-.162.194-.247q.042-.053.077-.104c.185-.24.367-.479.567-.703C3.79 8.675 5.458 7.32 7.346 6.428a12.4 12.4 0 014.088-1.212c-.004-.533.062-.68.316-1.123.348.343.518.513.618 1.007q.38-.04.76-.058.383-.016.765 0c.073 0 .143.008.216.012.073 0 .143.012.216.015.074.008.143.012.216.02.074.007.143.015.217.027q.108.012.212.03l.212.035q.106.016.213.039.105.018.212.042l.212.047q.105.024.209.05c.07.02.139.035.208.054l.209.058.208.062c.07.023.139.042.205.065.07.023.135.047.204.074q.104.035.201.077l.2.08c.066.028.136.055.201.086q.1.041.197.089l.197.092q.1.045.193.097.097.046.193.1l.19.104c.061.035.127.07.189.108q.092.054.185.112l.185.116q.091.057.182.12c.061.038.12.081.177.12.058.042.12.08.178.123l.174.127c.058.043.115.09.17.132l.17.135c.185.15.362.313.547.463.078-.038.159-.093.194-.177a.28.28 0 00-.012-.209z'/%3E%3C/svg%3E")}.adv-spadegaming{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='black'%3E%3Cpath d='M12.001 4.6c.663.454 4.044 2.838 5.443 5.144 1.478 2.41 1.062 4.81-.091 5.834-1.193 1.062-3.577.427-3.603.427l-.233-.065-.026.234c0 .07-.114 1.414.934 2.526.83.894 2.137 1.361 3.913 1.361v.817c-2.009 0-3.538-.557-4.523-1.633-1.23-1.347-1.115-2.953-1.102-3.136l.104-1.206 1.167.311c.518.143 2.138.388 2.85-.247.907-.803 1.194-2.773-.05-4.807-1.128-1.84-3.63-3.772-4.757-4.575-1.128.816-3.643 2.747-4.757 4.575-1.244 2.034-.96 4.004-.052 4.807.712.635 2.333.377 2.851.247l1.154-.311.116 1.193c.013.184.129 1.789-1.1 3.135-.985 1.089-2.516 1.633-4.525 1.633v-.816c1.763 0 3.085-.453 3.914-1.36.996-1.1.883-2.456.883-2.514l-.027-.234-.233.065c-.026 0-2.41.635-3.603-.427-1.14-1.024-1.569-3.423-.091-5.834C7.957 7.437 11.34 5.054 12 4.6'/%3E%3Cpath d='M12.558 3.498c.181.116 4.239 2.838 5.924 5.612 1.84 3.007 1.23 5.988-.325 7.375-.92.83-2.203.97-3.149.906.078.156.194.325.337.48.583.622 1.594.946 2.993.946v.817c-1.659 0-2.864-.415-3.616-1.231-.648-.713-.777-1.568-.79-1.97.687.142 2.605.414 3.72-.583 1.296-1.167 1.775-3.72.169-6.351-1.594-2.617-5.506-5.222-5.677-5.34l-.117-.078-.117.078c-.158.104-4.084 2.722-5.677 5.34-1.607 2.63-1.14 5.184.169 6.35 1.114 1.011 3.033.726 3.72.584-.013.402-.143 1.257-.79 1.97-.753.816-1.972 1.231-3.618 1.231v-.817c1.4 0 2.411-.31 2.994-.945.143-.156.26-.312.337-.481-.998.052-2.281-.09-3.201-.92-1.555-1.387-2.164-4.367-.324-7.374 1.684-2.773 5.754-5.482 5.923-5.6l.558-.375z'/%3E%3C/g%3E%3C/svg%3E")}.adv-spinoro{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.055 3.648c2.833.01 5.589 2.063 6.5 4.693.33.954 1.076 4.038-.054 4.59-.546.268.045-1.005-.66-.754.032 4.538-5.109 6.863-9.103 6.435.28.38 1.184.677 1.626.738 3.097.43 5.756-1.11 7.852-3.2.125.137-.966 1.46-1.127 1.618-1.107 1.095-3.402 2.336-4.94 2.545a9 9 0 01-1.707 0c-4.513-.615-8.679-6.076-7.265-10.559.08-.25.342-.905.626-.98-1.164 5.668 4.191 11.412 9.935 8.49 6.973-3.549 1.313-14.032-4.795-9.894-2.704 1.83-2.243 5.418-.587 7.832-1.369-.252-2.68-1.891-2.95-3.203-1.107-5.405 4.691-8.054 9.208-6.823-.857-1.022-2.34-1.216-3.6-1.137.027-.344.79-.391 1.04-.391'/%3E%3C/svg%3E")}.adv-spribe{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.1 4.22q1.671 0 2.568.987.896.987.897 2.833v.488H13.29v-.636q0-1.498-1.206-1.498t-1.205 1.5q0 .626.263 1.195t.68 1.025q.419.457.922.903.504.447.995.935.49.488.906 1.046t.678 1.318a5 5 0 01.261 1.652q0 1.843-.917 2.828-.918.985-2.59.984-1.673 0-2.668-.986-.995-.988-.995-2.835v-.934h2.465v1.086q0 1.493 1.153 1.494h.009q1.142 0 1.142-1.488 0-.85-.492-1.594a7 7 0 00-1.18-1.36l-1.235-1.275a5.6 5.6 0 01-1.28-1.657 4.66 4.66 0 01-.518-2.19q0-1.847.975-2.834.974-.988 2.645-.987'/%3E%3C/svg%3E")}.adv-synot{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13.38 14.05v3.673h-2.765V14.05zm-2.745-2.235V6.277h2.719v5.538h.005l5.289-5.538h3.269v1.834h-1.945l-5.002 5.267H9.04L4.027 8.116H2.083V6.277h3.27z'/%3E%3C/svg%3E")}.adv-tomhorn{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M17.718 3.76c.82 0 1.435.656 1.435 1.435v2.46h-5.206V20.24h-3.936V7.696H4.847V3.76z'/%3E%3C/svg%3E")}.adv-notification-close,.adv-notification-error,.adv-notification-info,.adv-notification-success,.adv-notification-warning{width:1em;height:1em;-webkit-mask-image:var(--svg);-webkit-mask-image:var(--svg);mask-image:var(--svg);background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.adv-notification-close{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cg fill='none' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6.857 6.859 5.88 5.878m-5.88 0 5.88-5.878'/%3E%3Ccircle cx='9.797' cy='9.798' r='7.338'/%3E%3C/g%3E%3C/svg%3E")}.adv-notification-error{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001M8.7 7.524c.135.037.404.287 1.73 1.609L12 10.698l1.55-1.544c1.688-1.682 1.65-1.652 2.11-1.649.29.002.441.074.636.301.216.252.275.546.18.894-.037.135-.287.404-1.609 1.73L13.302 12l1.565 1.57c.86.864 1.592 1.625 1.625 1.691.17.339.116.672-.157.977-.2.221-.467.362-.685.361-.331-.002-.437-.09-2.08-1.731L12 13.301l-1.59 1.586c-.875.872-1.648 1.614-1.718 1.649-.277.138-.796.045-1.046-.188-.25-.234-.321-.677-.163-1.028.06-.135.472-.572 1.648-1.75l1.568-1.569-1.546-1.551C7.636 8.929 7.605 8.896 7.539 8.666c-.115-.402-.03-.707.268-.963.251-.215.545-.274.893-.179'/%3E%3C/svg%3E")}.adv-notification-info{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001m1.46 5.418c1.353.577 1.705 2.234.691 3.256A1.9 1.9 0 0112 9.291a1.9 1.9 0 01-1.411-.594c-1.078-1.087-.598-2.874.891-3.322.288-.087.967-.051 1.24.066m.468 4.957c.286.175.27.021.292 2.8l.02 2.502.402.02c.446.022.566.072.7.292.07.116.078.206.078.946 0 .78-.004.823-.089.947a.8.8 0 01-.236.213c-.142.08-.201.082-2.392.082-2.49 0-2.422.007-2.628-.263l-.115-.151-.012-.728c-.015-.831.009-.935.255-1.123.138-.106.183-.116.544-.129l.393-.013V12.73l-.371-.017c-.435-.019-.6-.096-.741-.346-.082-.146-.088-.209-.088-.867 0-.791.031-.906.291-1.09.128-.09.128-.09 1.848-.09 1.635 0 1.727.004 1.849.078'/%3E%3C/svg%3E")}.adv-notification-success{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001m6.92 7.134c.214.1 1.396 1.293 1.478 1.492a.77.77 0 01-.021.631c-.063.14-1.07 1.17-4.548 4.65-2.458 2.459-4.493 4.47-4.522 4.47a.4.4 0 00-.161.076.8.8 0 01-.826.055c-.155-.077-5.107-5.015-5.262-5.248-.097-.146-.118-.218-.118-.412a1 1 0 01.064-.363c.088-.177 1.242-1.336 1.424-1.431A.86.86 0 016.072 11c.193 0 .265.021.411.118.097.065.933.875 1.856 1.799l1.679 1.681 3.661-3.679c2.901-2.916 3.698-3.696 3.841-3.759a.78.78 0 01.66-.003'/%3E%3C/svg%3E")}.adv-notification-warning{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.26.023C9.372.205 8.127.54 6.7 1.25A12.08 12.08 0 00.264 9.52c-.2.929-.241 1.348-.241 2.48s.041 1.551.241 2.48a12.07 12.07 0 006.401 8.252c1.189.595 2.391.967 3.795 1.174.678.1 2.402.1 3.08 0 2.676-.394 4.927-1.493 6.814-3.325 1.95-1.892 3.152-4.281 3.553-7.061.1-.695.1-2.374-.001-3.06-.525-3.572-2.406-6.55-5.371-8.499C16.638.713 14.523.064 12.22.022c-.44-.008-.872-.007-.96.001m2.702 5.885c.266.223.264.019.04 3.766-.222 3.724-.204 3.582-.482 3.744-.131.077-.217.083-1.34.095-1.38.016-1.552-.005-1.733-.211a.56.56 0 01-.141-.348c-.013-.117-.108-1.633-.211-3.367-.127-2.12-.175-3.163-.148-3.18a.4.4 0 00.088-.171c.052-.159.162-.278.345-.373.103-.054.355-.063 1.787-.063h1.667zM12.47 14.46a2.24 2.24 0 011.697 1.83c.131.857-.326 1.787-1.093 2.223A2.6 2.6 0 0112 18.8c-.308 0-.8-.131-1.074-.287-.506-.288-.928-.859-1.066-1.443-.359-1.523 1.087-2.969 2.61-2.61'/%3E%3C/svg%3E")}.adv-calendar,.adv-checklist,.adv-coins,.adv-crown,.adv-custom,.adv-give-freebets,.adv-hand-money,.adv-hand-star,.adv-lotto,.adv-lotto-ball,.adv-money,.adv-percentage,.adv-stepper-check,.adv-timer,.adv-trophy,.adv-tv-manager,.adv-two-up,.adv-wallet,.adv-world{width:1em;height:1em;-webkit-mask-image:var(--svg);-webkit-mask-image:var(--svg);mask-image:var(--svg);background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.adv-calendar{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M177.865 17.999c-6.993 1.392-19.97 5.489-28.838 9.104-45.591 18.588-81.139 56.396-97.011 103.184-8.731 25.737-10.571 46.427-9.908 111.431l.561 54.992 996.895.956-.853-67.796c-.831-65.665-1.013-68.381-5.803-86.386-17.146-64.443-66.799-112.177-130.645-125.608-7.231-1.521-16.503-2.766-20.605-2.766h-7.464l-.04 50.726c-.04 45.24-.421 51.56-3.55 58.445-6.098 13.426-22.249 23.57-37.535 23.57-9.307 0-25.509-9.482-31.869-18.648l-5.7-8.218-1.115-105.876H293.929l-.044 45.038c-.049 48.216-.955 55.896-7.759 65.827-14.496 21.157-42.088 23.367-60.599 4.855-12.121-12.12-13.138-17.624-13.138-71.047V15.11l-10.904.179c-5.997.098-16.626 1.317-23.619 2.709zM41.727 610.076c.004 151.506.701 236.737 2.028 247.939 4.534 38.275 21.849 73.847 49.31 101.308s63.033 44.777 101.309 49.311c23.698 2.81 668.449 2.81 692.149 0 38.275-4.534 73.847-21.851 101.308-49.311s44.777-63.033 49.311-101.308c1.326-11.201 2.025-96.432 2.025-247.939l.006-230.877H41.723zm581.212-87.194c6.542 3.279 11.395 7.45 46.455 39.93 58.806 54.478 98.975 94.124 102.633 101.292 4.574 8.954 5.069 24.496 1.092 34.014-2.799 6.707-23.632 30.043-79.07 88.61-17.209 18.176-36.642 38.81-43.179 45.852-15.28 16.458-25.145 21.419-40.374 20.321-13.921-1.007-25.236-8.232-31.966-20.412-5.979-10.815-6.224-26.266-.586-37.052 2.179-4.17 16.777-21.237 32.438-37.928l28.467-30.339-310.464-1.894-8.221-5.7c-11.804-8.186-19.269-23.222-18.011-36.278 1.083-11.258 4.386-18.455 11.984-26.123 11.046-11.145 4.342-10.729 171.728-10.633l153.832.097-3.641-4.062c-2.002-2.23-16.606-15.957-32.455-30.504-39.366-36.124-45.071-48.281-33.53-71.443 9.882-19.823 33.132-27.63 52.867-17.748z'/%3E%3C/svg%3E");width:1.06em}.adv-checklist{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 853 1024' width='853' height='1024'%3E%3Cpath fill='black' d='M290.64 19.157c-13.351 5.167-29.341 20.096-35.96 33.572-4.727 9.629-5.297 12.832-5.297 29.753 0 17.969.337 19.586 6.446 30.85 7.711 14.221 17.772 23.757 32.201 30.523l10.657 4.997 126.88.527c114.712.476 127.805.22 136.533-2.666 29.296-9.684 47.233-34.46 47.284-65.312.023-12.098-.893-16.319-5.814-26.836-6.884-14.707-17.402-25.863-31.278-33.174l-10.02-5.279-130.844-.402c-127.444-.391-131.103-.301-140.787 3.447zM122.33 60.882c-37.939 3.744-72.878 28.083-89.912 62.631-14.467 29.34-13.561.848-12.994 408.902l.507 365.473 4.453 13.278c13.444 40.067 38.555 69.262 73.638 85.618 29.851 13.909 6.484 12.988 328.665 12.988 324.697 0 299.609 1.075 330.904-14.188 35.681-17.402 61.577-49.254 72.482-89.162 3.174-11.611 3.368-33.701 3.368-382.103V154.541l-5.08-13.909c-10.001-27.376-25.941-47.862-48.68-62.559-16.503-10.669-32.08-15.646-52.799-16.872l-17.431-1.033-5.797 5.797c-5.712 5.709-5.797 6.089-5.837 25.378-.097 50.219-10.945 78.78-41.677 109.718-12.976 13.059-19.268 17.76-32.239 24.09-31.812 15.524-21.038 14.723-198.163 14.723H268.345l-14.156-4.445c-39.066-12.268-67.461-36.266-84.488-71.406-10.264-21.187-14.183-39.883-14.193-67.713-.006-18.001-.605-22.396-3.764-27.576-2.067-3.39-3.989-6.163-4.272-6.163s-3.069-.675-6.191-1.499-11.649-.91-18.95-.19zm460.519 366.12c15.104 7.704 23.888 22.199 23.922 39.481.046 20.304-.347 20.774-105.449 125.406-104.285 103.817-101.063 101.148-121.518 100.745-16.845-.336-24.223-5.99-77.03-59.051-52.69-52.946-56.136-57.611-56.177-76.078-.075-33.523 35.182-55.642 64.786-40.643 3.446 1.745 20.564 17.336 38.038 34.645l31.774 31.473 76.315-76.047c41.974-41.824 79.304-77.565 82.954-79.424 14.37-7.318 28.704-7.49 42.386-.507z'/%3E%3C/svg%3E");width:.84em}.adv-coins{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 20' width='15' height='20'%3E%3Cpath fill='black' fill-opacity='.9' d='M9.53 1.787V1.76c0-.026 0-.051-.026-.051V1.69c0-.026 0-.026-.026-.051a.026.026 0 00-.026-.026c0-.026-.025-.026-.025-.052a.026.026 0 00-.026-.026.055.055 0 00-.052-.051c0-.026-.026-.026-.026-.052s-.025-.026-.025-.051c0-.026-.026-.026-.052-.026l-.024-.033-.05-.048-.025-.026-.052-.05-.026-.025c-.101-.078-.23-.128-.357-.205h-.026C8.66.943 8.61.943 8.585.918h-.026a12.3 12.3 0 00-7.358 0h-.026c-.026.025-.077.025-.101.051h-.026a1.6 1.6 0 00-.358.205l-.025.025-.052.05-.031.026-.046.048-.026.026c-.026 0-.026.025-.052.025s-.025.026-.025.052-.026.026-.026.051l-.052.052a.026.026 0 01-.026.026c0 .026-.025.026-.025.051a.026.026 0 01-.026.026c0 .026-.026.026-.026.052v.026c0 .025 0 .051-.026.051v1.072c0 1.048 2.395 1.533 4.65 1.533 2.254 0 4.648-.487 4.648-1.533v-.945a.08.08 0 00.006-.101M4.905 2.809C2.247 2.81.867 2.17.867 1.89v-.052a.026.026 0 01.026-.026l.026-.026.051-.051c.026 0 .026-.026.052-.052.026 0 .052-.026.077-.026q.21-.112.435-.184c.184-.052.383-.127.613-.184.052-.026.128-.026.185-.052a13.8 13.8 0 015.008 0c.051.026.127.026.184.052.23.051.435.127.613.184q.223.079.435.184c.026 0 .052.026.077.026.026.026.052.026.052.052l.051.051a.026.026 0 01.026.026l.026.026v.051c.138.282-1.241.921-3.9.921m0 2.325a9.06 9.06 0 004.65-1.025v1.584a9 9 0 01-4.65 1.023A9 9 0 01.28 5.695L.254 4.19a.1.1 0 01.026-.08 9 9 0 004.625 1.023M.282 10.396.256 8.889a.1.1 0 01.026-.077 8.3 8.3 0 004.164 1.022v.078c0 .077-.026.127-.026.204v1.302a8.15 8.15 0 01-4.138-1.022m0-2.35L.256 6.539a.1.1 0 01.026-.077 9 9 0 004.625 1.022 9.06 9.06 0 004.649-1.022v1.307c-1.255-.009-2.5.199-3.684.614h-.026c-.052.026-.077.026-.127.051h-.026c-.184.078-.331.184-.486.256l-.026.026c-.026.026-.052.052-.077.052l-.052.051c-.026.026-.051.052-.077.052l-.052.051-.051.052-.052.052a8.16 8.16 0 01-4.538-.98m0 4.7L.256 11.24a.1.1 0 01.026-.077A8.2 8.2 0 004.45 12.19v1.584a7.9 7.9 0 01-4.168-1.031zM4.42 16.12a8 8 0 01-4.164-1.023L.23 13.59a.1.1 0 01.026-.078 8.2 8.2 0 004.164 1.023zm10.066-6.106V9.98c0-.026 0-.052-.026-.052v-.016c0-.026 0-.026-.025-.052a.026.026 0 00-.026-.026c0-.026-.026-.026-.026-.051a.026.026 0 00-.026-.026.055.055 0 00-.051-.052c0-.026-.026-.026-.026-.051 0-.026-.026-.026-.026-.052s-.026-.026-.051-.026l-.026-.026-.052-.051-.026-.026-.047-.046-.024-.028c-.102-.077-.23-.127-.358-.204h-.025c-.026-.026-.078-.026-.102-.052h-.026a12.3 12.3 0 00-7.358 0h-.026c-.026.026-.077.026-.101.052h-.026a1.6 1.6 0 00-.357.204l-.026.026-.052.052-.025.026-.052.051-.026.026c-.025 0-.025.026-.051.026s-.026.026-.026.051c0 .026-.026.026-.026.052l-.051.051a.026.026 0 01-.026.026c0 .026-.026.026-.026.052a.026.026 0 01-.026.026c0 .025-.026.025-.026.051v.026c0 .026 0 .052-.025.052v1.073c0 1.048 2.394 1.533 4.649 1.533s4.649-.486 4.649-1.533v-.95c.029-.052.029-.077.003-.103m-4.625.996c-2.658 0-4.037-.639-4.037-.92v-.05a.026.026 0 01.026-.026l.025-.026.052-.052c.026 0 .026-.025.052-.051.025 0 .051-.026.077-.026q.208-.113.435-.184c.184-.052.383-.127.613-.184.052-.026.127-.026.184-.052a13.8 13.8 0 015.008 0c.052.026.127.026.184.052.23.051.435.127.614.184q.223.079.434.184c.026 0 .052.026.078.026.026.026.051.026.051.051l.052.052a.026.026 0 01.026.026l.026.026v.051c.138.28-1.242.92-3.9.92m-4.649 1.406a.1.1 0 01.026-.078 9 9 0 004.625 1.023 9.06 9.06 0 004.649-1.023v1.584a11.03 11.03 0 01-9.274 0m-.026.844a.1.1 0 01.026-.078 9 9 0 004.625 1.023 9.06 9.06 0 004.649-1.023v1.585a11.03 11.03 0 01-9.274 0m-.026.843a.1.1 0 01.026-.077 11.03 11.03 0 009.274 0v1.584a11.03 11.03 0 01-9.274 0'/%3E%3C/svg%3E");width:.75em}.adv-crown{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M529.62 17.207c-2.304.928-6.571 4.978-9.482 9-7.811 10.796-48.862 83.322-146.3 258.475-54.62 98.185-88.143 156.55-90.142 156.943-2.091.412-31.593-27.54-86.074-81.548-45.591-45.197-90.788-89.747-100.436-99.001l-17.543-16.827-9.399.903c-6.213.597-11.624 2.6-15.962 5.909-11.99 9.144-11.998 10.608-.394 79.211 18.617 110.066 67.721 375.053 74.108 399.914 3.079 11.981 10.845 19.94 21.728 22.266 8.788 1.877 772.663 1.877 781.446 0 10.883-2.327 18.654-10.286 21.732-22.266 6.4-24.923 55.074-287.612 74.092-399.914 11.617-68.604 11.611-70.064-.381-79.211-4.255-3.247-9.751-5.312-15.644-5.879l-9.079-.872-17.863 16.737c-9.819 9.205-55.177 53.739-100.784 98.964-54.568 54.112-84.014 82.016-86.118 81.607-2.014-.391-32.137-52.739-81.647-141.895C552.746 6.7 557.912 15.153 541.727 15.4c-4.353.066-9.799.879-12.104 1.807zM165.598 858.96c-17.108.996-19.876 1.655-24.422 5.86-9.667 8.937-10.329 13.062-10.329 64.319 0 26.624.893 51.541 2.038 56.883 2.421 11.287 11.046 20.008 22.1 22.352 9.346 1.98 761.581 1.98 770.928 0 3.931-.836 10.064-4.079 13.631-7.208 9.586-8.414 10.786-17.345 10.121-75.321-.62-54.369-.54-53.982-13.619-63.75l-5.239-3.908-372.956-.176c-205.127-.097-381.64.33-392.251.95z'/%3E%3C/svg%3E");width:1.06em}.adv-custom{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 967 1024' width='967' height='1024'%3E%3Cpath fill='black' d='m512.009 18.889 284.452 474.074H227.574zm47.417 592.593h379.258v379.261H559.426zM263.13 1014.443c124.366 0 225.185-100.813 225.185-225.183S387.496 564.074 263.13 564.074c-124.367 0-225.185 100.815-225.185 225.186s100.819 225.183 225.185 225.183'/%3E%3C/svg%3E");width:.95em}.adv-give-freebets{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' fill-rule='evenodd' d='M11.473.869a6.4 6.4 0 00-2.223.634 5.1 5.1 0 00-1.516 1.096c-.501.503-.791.9-1.094 1.501a6.3 6.3 0 00-.609 3.938 5.68 5.68 0 001.601 3.121l.293.291-.221.22a3 3 0 00-.351.444l-.13.222-.152-.146a373 373 0 00-2.684-2.445 2.3 2.3 0 00-.87-.461 3 3 0 00-1.069 0 2.2 2.2 0 00-1.38 1.117c-.352.734-.305 1.479.136 2.167.076.117.771.785 2.179 2.091a157 157 0 002.382 2.181c1.221 1.02 2.859 1.794 4.495 2.125.904.182.787.177 4.685.191l3.63.013.179-.088a.7.7 0 00.035-1.258l-.14-.075-3.634-.019c-3.958-.02-3.774-.011-4.716-.219a8.9 8.9 0 01-3.52-1.694c-.445-.355-4.375-4.011-4.433-4.123a.72.72 0 01.476-1.024.75.75 0 01.573.117c.066.05 1.07.961 2.231 2.025a213 213 0 002.25 2.046c.204.164.393.268.665.367l.241.088 2.041.01c1.313.006 2.085-.003 2.166-.024a.725.725 0 00.508-.679.68.68 0 00-.383-.635c-.131-.071-.165-.073-2.139-.089l-2.005-.016-.145-.1c-.383-.266-.432-.844-.098-1.126.234-.196.125-.191 3.954-.191 2.373 0 3.567.013 3.701.036a1.7 1.7 0 011.087.745c.204.314.234.454.258 1.186.02.63.022.654.111.805a.7.7 0 00.774.321.57.57 0 00.324-.189c.219-.219.239-.318.219-1.105-.019-.754-.068-.996-.305-1.482a3.13 3.13 0 00-2.178-1.685l-.204-.04.186-.219c.595-.703 1.11-1.766 1.309-2.711.357-1.691-.059-3.481-1.14-4.906a7 7 0 00-1.116-1.115C14.457 1.154 12.972.719 11.47.864m-.17 2.2v.73l-.24.073a3.1 3.1 0 00-1.164.654 1 1 0 01-.198.146c-.037 0-1.126-.656-1.198-.721-.043-.039-.022-.073.15-.247a4.75 4.75 0 011.57-1.07c.316-.131.856-.289 1.004-.293l.075-.001zm1.837-.651a4.6 4.6 0 012.172 1.245l.259.264-.614.372c-.339.205-.624.372-.634.372s-.146-.103-.304-.227a3.6 3.6 0 00-1.093-.586l-.191-.054v-.732c0-.599.007-.732.045-.732.025 0 .186.035.359.079M8.344 5.536l.611.375c.003.004-.026.117-.064.255-.099.356-.098 1.175 0 1.526l.068.241-.61.37a10 10 0 01-.637.37c-.037-.001-.169-.39-.249-.737-.086-.371-.12-1.25-.065-1.64.063-.445.256-1.13.32-1.13.011 0 .294.168.626.37m4.119-.321c.449.12.9.479 1.1.876.357.71.25 1.476-.288 2.046a1.7 1.7 0 01-1.573.521c-.698-.138-1.198-.584-1.385-1.235a2.5 2.5 0 01-.019-.939 1.74 1.74 0 011.239-1.266c.232-.063.698-.064.925-.004m3.964.26c.056.17.128.459.159.641.074.435.076 1.194.003 1.607-.065.371-.244.943-.294.943-.02 0-.305-.161-.633-.357-.547-.33-.595-.365-.583-.443.007-.045.039-.2.068-.344a3.6 3.6 0 000-1.211c-.091-.441-.136-.372.52-.779.321-.198.6-.361.621-.362.02-.001.083.135.139.305M9.99 9.402c.311.251.754.486 1.101.587l.209.06v.984H9.813l-.198-.12a6 6 0 01-.431-.295c-.258-.194-.724-.649-.71-.691a25 25 0 011.216-.76c.004 0 .139.105.3.235m4.951.143.624.378-.168.188a5 5 0 01-.958.775l-.242.149h-1.464v-.988l.241-.076c.42-.133 1.017-.486 1.239-.732.035-.039.073-.071.084-.071s.301.17.644.379'/%3E%3C/svg%3E")}.adv-hand-money{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19' width='20' height='19'%3E%3Cpath fill='black' fill-opacity='.9' fill-rule='evenodd' d='m2.114 12.116 2.92 5.047a.54.54 0 01-.211.747l-1.067.59a.57.57 0 01-.763-.206l-2.92-5.06a.54.54 0 01.21-.748l1.068-.59a.57.57 0 01.763.22M11.292 0c.928 0 1.834.27 2.605.774a4.6 4.6 0 011.727 2.06c.355.838.448 1.761.268 2.652a4.56 4.56 0 01-1.283 2.35 4.7 4.7 0 01-2.4 1.258 4.8 4.8 0 01-2.709-.26 4.67 4.67 0 01-2.105-1.69 4.51 4.51 0 01-.436-4.308 4.6 4.6 0 011.016-1.49A4.7 4.7 0 019.497.35c.57-.231 1.18-.35 1.795-.35m1.872 3.024a1.65 1.65 0 00-.725-.886 2.1 2.1 0 00-.64-.26V1.64a.5.5 0 00-.148-.35.51.51 0 00-.717 0 .5.5 0 00-.148.35v.24c-.305.065-.59.198-.834.387a1.5 1.5 0 00-.447.524 1.46 1.46 0 00.447 1.854c.38.292.85.449 1.334.444.25-.005.495.073.695.222a.5.5 0 01.238.417.48.48 0 01-.238.417c-.2.15-.445.228-.695.222a1.2 1.2 0 01-.57-.139.72.72 0 01-.316-.31.5.5 0 00-.283-.257.52.52 0 00-.386.013.5.5 0 00-.263.277.5.5 0 00.014.379c.158.325.416.593.739.765q.264.145.558.21v.24a.5.5 0 00.148.351.51.51 0 00.717 0 .5.5 0 00.149-.35v-.242c.304-.065.589-.197.833-.387.189-.138.342-.318.447-.524a1.46 1.46 0 00-.447-1.854 2.15 2.15 0 00-1.334-.444 1.12 1.12 0 01-.695-.222.5.5 0 01-.238-.417.48.48 0 01.238-.417c.2-.149.445-.227.695-.222.215-.002.426.054.609.163.138.077.243.2.297.346a.5.5 0 00.249.291c.12.061.258.073.387.033a.5.5 0 00.297-.244.5.5 0 00.033-.378zM3.33 12.202l2.216 3.833.205-.116 5 1.305a2.58 2.58 0 002.051-.282l6.726-3.917c.984-.593.549-3.186-2.407-1.5l-3.627 1.93a2.5 2.5 0 01-1.696.288c-.5-.08-1.716-.411-2.925-.728a.4.4 0 01-.243-.19.396.396 0 01.149-.544.42.42 0 01.307-.045l3.418.897q.052-.105.083-.217c.067-.27.026-.555-.116-.795a1.1 1.1 0 00-.644-.495 28 28 0 01-3.91-1.177 2.86 2.86 0 00-2.315.46z' clip-rule='evenodd'/%3E%3C/svg%3E");width:1.06em}.adv-hand-star{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M2.54 10.234H.585A.586.586 0 000 10.82v7.813c0 .323.262.586.586.586h1.953a.586.586 0 00.586-.586V10.82a.586.586 0 00-.586-.586m7.456-3.279-.547 3.191a.586.586 0 00.85.618l2.866-1.507 2.866 1.507a.586.586 0 00.85-.618l-.547-3.191 2.318-2.26a.586.586 0 00-.325-1l-3.203-.465L13.69.327a.586.586 0 00-1.051 0L11.206 3.23l-3.204.466a.586.586 0 00-.325.999zm9.792 7.179a1.495 1.495 0 00-1.927-.58l-3.55 1.697a2.827 2.827 0 01-3.223 2.04l-3.965-.7a.597.597 0 01-.496-.653.586.586 0 01.683-.503l3.981.702a1.66 1.66 0 10.577-3.27l-2.211-.39a1.56 1.56 0 01-.794-.395 4.43 4.43 0 00-4.565-.9v7.197l4.095 1.25a8.49 8.49 0 007.095-.992l3.83-2.478a1.495 1.495 0 00.47-2.025'/%3E%3C/svg%3E")}.adv-lotto{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cdefs%3E%3Cpath id='svgID0' fill='%23fff' d='M0 0h22v22H0z'/%3E%3C/defs%3E%3Cg fill='black'%3E%3Cg clip-path='url(%23svgID1)'%3E%3Cg fill-opacity='.9' clip-path='url(%23svgID2)'%3E%3Cpath d='M8.985 3.738a2.58 2.58 0 00-2.578 2.578c.13 3.416 5.027 3.415 5.156 0a2.58 2.58 0 00-2.578-2.578m0 3.438a.86.86 0 01-.86-.86c.044-1.138 1.677-1.138 1.72 0a.86.86 0 01-.86.86m9.067 3.652a2.58 2.58 0 00-2.578-2.578c-3.416.13-3.415 5.027 0 5.156a2.58 2.58 0 002.578-2.578m-2.578.86a.86.86 0 01-.86-.86c.043-1.138 1.676-1.138 1.719 0a.86.86 0 01-.86.86'/%3E%3Cpath d='M16.87 18.414c8.004-5.756 4-18.35-5.865-18.414C1.933.014-2.54 11.063 3.913 17.391c.045.046.842.75 1.227 1.023l-1.325 2.297c-.333.56.093 1.297.744 1.289H17.45c.652.008 1.077-.728.745-1.289zM3.914 13.621a.86.86 0 01-.86-.86c.044-1.138 1.676-1.137 1.72 0a.86.86 0 01-.86.86m.988 1.977a.86.86 0 01.86-.86c1.138.043 1.138 1.676 0 1.719a.86.86 0 01-.86-.86m1.144 4.683 1.837-3.18c1.341-2.386 4.903-2.385 6.244 0l1.835 3.181zm1.391-7.004a.86.86 0 01.86-.86c1.138.044 1.138 1.677 0 1.72a.86.86 0 01-.86-.86m8.178 2.964a5.34 5.34 0 00-4.758-2.66c.293-2.585-2.992-3.916-4.583-1.899-.574-1.38-2.387-1.987-3.683-1.175-.221-4.766 3.642-8.8 8.413-8.788 8.081.014 11.49 10.409 5 15.198z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='svgID1'%3E%3Cuse href='%23svgID0'/%3E%3C/clipPath%3E%3CclipPath id='svgID2'%3E%3Cuse href='%23svgID0'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")}.adv-lotto-ball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M494.952 16.275c-25.329 3.034-51.216 7.318-68.267 11.296-22.573 5.267-62.578 17.844-62.578 19.676 0 1.588 27.575 15.462 44.97 22.626 81.863 33.716 180.906 33.716 262.769 0 17.397-7.164 44.971-21.039 44.971-22.626 0-3.896-66.753-21.802-102.4-27.47-19.103-3.037-102.85-5.491-119.466-3.501zM286.234 84.486c-36.038 21.295-67.375 45.952-98.925 77.841-31.854 32.195-56.693 64.323-77.918 100.785l-6.942 11.927 10.024 11.818c42.58 50.192 65.636 120.351 68.977 209.899 3.546 95.031-21.316 183.322-66.957 237.782l-12.011 14.33 6.925 11.901c42.927 73.745 108.486 139.292 182.271 182.244l11.959 6.963 13.641-11.548c33.919-28.712 84.097-50.421 139.621-60.41 115.6-20.793 238.776 3.288 305.956 59.819l14.524 12.22 17.601-10.553c72.3-43.344 134.246-106.092 176.646-178.927l7.037-12.083-9.25-10.672c-34.082-39.316-56.377-93.901-65.65-160.751-15.434-111.222 9.102-223.954 62.566-287.493l12.18-14.476-6.94-11.957c-38.508-66.344-94.857-125.724-158.987-167.536-11.474-7.479-24.223-15.314-28.325-17.411l-7.464-3.811-12.271 10.409c-51.661 43.825-132.858 68.732-224.061 68.732-91.379 0-172.281-24.85-224-68.803l-12.562-10.677-17.666 10.44zm303.977 184.828c48.31 9.786 88.667 31.749 124.888 67.974 48.327 48.322 72.226 105.297 72.476 172.742.159 44.1-8.073 78.992-27.233 115.43-36.244 68.915-98.788 115.331-175.753 130.423-22.467 4.403-65.789 4.403-88.254 0-103.124-20.224-182.25-100.028-199.483-201.194-4.419-25.945-4.155-64.835.608-89.296 9.993-51.326 33.727-95.09 71.257-131.394 59.248-57.316 140.592-81.071 221.493-64.685zm-75.402 54.958c-27.349 3.577-57.958 15.541-82.668 32.312-36.342 24.665-64.686 66.268-76.121 111.728-5.481 21.794-5.83 62.347-.725 84.384 21.003 90.672 104.031 153.653 195.457 148.266 74.093-4.363 137.837-50.233 165.576-119.154 10.012-24.878 12.84-40.965 12.624-71.779-.21-29.601-2.856-43.455-13.284-69.569-31.516-78.923-115.28-127.379-200.859-116.189zM67.706 356.904c-29.65 92.161-32.922 185.073-9.748 276.873 5.971 23.654 16.028 54.505 17.765 54.505.7 0 4.822-7.037 9.161-15.644 27.056-53.646 38.731-102.451 38.663-161.632-.044-40.119-5.709-74.493-18.595-112.857-5.276-15.71-27.072-62.578-29.101-62.578-.705 0-4.371 9.6-8.146 21.333zm924.561 2.844c-21.316 44.746-31.152 81.659-34.469 129.421-3.538 50.914 5.552 107.612 24.718 154.142 7.282 17.681 21.049 44.971 22.687 44.971 1.735 0 11.793-30.851 17.761-54.505 19.638-77.773 19.991-163.871.996-239.991-5.262-21.102-17.306-58.214-18.887-58.214-.705 0-6.468 10.88-12.806 24.178zM504.433 930.207c-2.607.449-11.14 1.729-18.962 2.85-17.257 2.475-39.666 7.953-58.786 14.376-15.71 5.279-62.578 27.073-62.578 29.104 0 1.838 39.167 14.256 62.578 19.843 74.194 17.687 158.605 17.34 231.918-.956 20.901-5.217 58.214-17.3 58.214-18.853 0-1.456-40.044-20.946-54.255-26.408-13.255-5.092-42.553-12.954-61.696-16.555-15.104-2.844-85.243-5.313-96.433-3.402z'/%3E%3C/svg%3E");width:1.06em}.adv-money{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M12 0a8 8 0 013.292 15.293A8 8 0 114.706 4.707 8 8 0 0112 0M8 6a6 6 0 100 12A6 6 0 008 6m1 1v1h2v2H7a.5.5 0 00-.09.992L7 11h2a2.5 2.5 0 110 5v1H7v-1H5v-2h4a.5.5 0 00.09-.992L9 13H7a2.5 2.5 0 010-5V7zm3-5a6 6 0 00-4.484 2.013 8 8 0 018.47 8.471A6 6 0 0012 2'/%3E%3C/svg%3E")}.adv-percentage{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Cpath fill='black' d='M9.054 1.095a3 3 0 013.892 0l1.348 1.148a1 1 0 00.57.236l1.765.14a3 3 0 012.752 2.753l.14 1.765a1 1 0 00.236.57l1.149 1.347a3 3 0 010 3.892l-1.149 1.348a1 1 0 00-.236.57l-.14 1.765a3 3 0 01-2.752 2.751l-1.766.141a1 1 0 00-.569.236l-1.348 1.149a3 3 0 01-3.892 0l-1.348-1.149a1 1 0 00-.569-.236l-1.765-.14a3 3 0 01-2.752-2.752l-.14-1.766a1 1 0 00-.237-.569l-1.148-1.348a3 3 0 010-3.892l1.148-1.348a1 1 0 00.236-.569l.141-1.765A3 3 0 015.372 2.62l1.765-.14a1 1 0 00.57-.237zm2.595 1.522a1 1 0 00-1.297 0L9.004 3.766a3 3 0 01-1.708.707l-1.765.14a1 1 0 00-.917.918l-.141 1.765a3 3 0 01-.707 1.708l-1.15 1.348a1 1 0 000 1.297l1.15 1.348a3 3 0 01.707 1.707l.14 1.765a1 1 0 00.918.918l1.765.14a3 3 0 011.708.708l1.348 1.149a1 1 0 001.297 0l1.348-1.15a3 3 0 011.707-.706l1.765-.141a1 1 0 00.918-.918l.14-1.765c.05-.63.298-1.227.708-1.707l1.149-1.348a1 1 0 000-1.297l-1.15-1.348a3 3 0 01-.706-1.708l-.141-1.765a1 1 0 00-.918-.917l-1.765-.141a3 3 0 01-1.707-.707zm2.18 4.14 1.414 1.415-7.071 7.071-1.415-1.414zM9.231 9.233a1.5 1.5 0 11-2.121-2.12 1.5 1.5 0 012.121 2.12m3.536 5.657a1.5 1.5 0 102.121-2.12 1.5 1.5 0 00-2.121 2.12'/%3E%3C/svg%3E")}.adv-stepper-check{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cg fill='black'%3E%3Ccircle cx='10' cy='10' r='10'/%3E%3Cpath d='m8.833 11.85 5.362-5.362.826.825L8.833 13.5 5.121 9.788l.825-.825z'/%3E%3C/g%3E%3C/svg%3E")}.adv-timer{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 19' width='17' height='19'%3E%3Cg fill='black' fill-opacity='.9'%3E%3Cpath d='m14.167 5.653 1.137-1.137-1.119-1.12-1.216 1.217a7.86 7.86 0 00-3.763-1.408V1.583h1.582V0H6.04v1.583h1.583v1.622A7.86 7.86 0 003.86 4.613L2.643 3.397l-1.119 1.12 1.137 1.136a7.913 7.913 0 1011.506 0M8.414 17.41a6.33 6.33 0 116.33-6.33 6.34 6.34 0 01-6.33 6.33'/%3E%3Cpath d='M8.415 6.332v4.748H3.667a4.748 4.748 0 104.748-4.748'/%3E%3C/g%3E%3C/svg%3E");width:.9em}.adv-trophy{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 18' width='22' height='18'%3E%3Cpath fill='black' d='M12 13.938V16h5v2H5v-2h5v-2.062A8 8 0 013 6V0h16v6a8 8 0 01-7 7.938M5 2v4a6 6 0 1012 0V2zM0 2h2v4H0zm20 0h2v4h-2z'/%3E%3C/svg%3E");width:1.23em}.adv-tv-manager{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 1.5 24 24' width='24' height='24'%3E%3Cpath fill='black' fill-opacity='.9' d='M6.38 7.002h4.5v1.886h-4.5v8.992H4.497V8.888H0V7.002h4.496V7h1.885zm8.693 2.061 3.773 8.817h-2.05l-4.67-10.858h2.064zm5.81 4.869-1.042-2.396 1.95-4.514h2.064z'/%3E%3C/svg%3E")}.adv-two-up{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 526.7 208' width='526.7' height='208'%3E%3Cpath fill='black' fill-opacity='.9' d='m311.9 2-22.7 128.3c-2.2 13.1-6.2 22.1-11.8 26.9-5.6 4.9-13.1 7.3-22.5 7.3-15.7 0-23.6-6.5-23.6-19.6s.4-9.9 1.1-14.6L255.2 2h-50.5L182 131.4c-1.5 8-2.2 15.4-2.2 22.2 0 15.2 3.7 27 11.2 35.6 10.5 12.5 29.3 18.8 56.4 18.8s48.1-6.2 62.9-18.5c15-12.5 24.8-31.9 29.5-58.1L362.4 2zM106.7 0C78.3 0 56.4 6.8 41 20.5 25.8 34 18.3 52 18.3 74.7s.6 12.9 1.7 17.4l56.1-29.6-6.9-12.2c-1.3-2.4.4-5.3 3.1-5.2l71.3.7c2.7 0 4.4 3 3 5.3l-36.2 61.4c-1.4 2.3-4.8 2.3-6.1 0l-7.2-12.7c-.5.5-1 .9-1.6 1.2-8 3.9-17 8.5-26.9 13.8-9.7 5.1-19 10.2-27.8 15.4s-16.7 12.5-23.6 21.9c-6.9 9.2-11.4 19.6-13.5 31.4L.1 204.3h146.8l7.9-43.8H79.9v-.3c.6-1.9 4.2-4.6 10.9-8.1 6.7-3.7 14.7-8.2 23.9-13.5 9.2-5.4 18.3-11.7 27.5-18.8 9.2-7.3 16.9-16.6 23.3-27.8 6.4-11.4 9.5-23.7 9.5-36.8C174.9 18.3 152.1 0 106.7 0m410.2 16.6c-9-9.7-24-14.6-45.2-14.6h-85.6l-35.6 202.1H401l10.9-61.5h33.4c19.6 0 36.3-5 50-14.9 13.7-10.1 21.9-22.9 24.7-38.5l5.6-31.7c.7-4.3 1.1-8.4 1.1-12.4 0-11.6-3.3-21.1-9.8-28.6Zm-43.8 50.2-2 11.5c-2.4 13.7-11.3 20.5-26.7 20.5h-25l9.3-53.1H454c7.5 0 12.6 1.7 15.4 5.1q4.2 5.1 4.2 9.3c0 4.2-.2 5.1-.6 6.7Z' class='st0'/%3E%3C/svg%3E");width:2.54em}.adv-wallet{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18' width='20' height='18'%3E%3Cpath fill='black' d='M16 4h3a1 1 0 011 1v12a1 1 0 01-1 1H1a1 1 0 01-1-1V1a1 1 0 011-1h15zM2 6v10h16V6zm0-4v2h12V2zm11 8h3v2h-3z'/%3E%3C/svg%3E");width:1.12em}.adv-world{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1081 1024' width='1081' height='1024'%3E%3Cpath fill='black' d='M520.084 19.08c-13.767 5.43-37.385 28.084-51.897 49.779-13.478 20.149-23.385 39.334-34.789 67.363-7.793 19.155-23.801 66.364-23.801 70.194 0 2.302 17.663 5.337 52.631 9.039 34.053 3.607 115.153 4.127 147.426.945 24.013-2.367 60.075-7.519 61.315-8.761 1.183-1.186-12.595-43.643-21.851-67.319-10.234-26.196-25.822-56.367-38.855-75.215-11.924-17.255-33.917-38.339-46.241-44.333-12.894-6.272-30.598-6.954-43.939-1.693zM413.39 30.595c-72.373 19.776-145.006 58.096-198.131 104.532l-7.555 6.602 15.236 7.66c24.643 12.391 53.032 23.971 81.413 33.212 39.56 12.88 46.56 14.657 47.55 12.067.464-1.21 4.13-12.865 8.151-25.903 15.298-49.611 33.491-91.255 54.057-123.734 5.779-9.126 9.474-16.516 8.212-16.421s-5.282.987-8.933 1.984zm243.813.012c.859 1.416 5.154 8.144 9.54 14.956 9.95 15.44 27.079 49.471 35.851 71.23 6.821 16.929 22.204 63.41 24.502 74.047l1.291 5.956 10.798-2.726c33.86-8.548 85.595-28.006 118.67-44.634 14.683-7.383 15.03-7.711 11.298-10.736l-18.842-15.283c-41.097-33.339-102.519-66.713-153.424-83.369-34.606-11.322-41.876-13.051-39.686-9.44zM154.421 198.632c-57.248 68.88-96.623 161.073-107.896 252.625-1.601 13.005-2.912 25.598-2.912 27.983v4.337l270.222-.973 1.283-30.341c2.346-55.495 8.499-113.283 17.856-167.693 2.589-15.051 4.317-28.383 3.839-29.627-.477-1.244-4.136-2.856-8.13-3.583-12.393-2.257-78.291-24.949-99.199-34.16-10.932-4.816-29.562-13.844-41.401-20.062-11.837-6.218-21.861-11.306-22.273-11.306s-5.536 5.76-11.388 12.8zM896 195.412c-27.324 14.935-66.401 31.46-102.77 43.454-18.569 6.125-37.035 11.739-41.028 12.476s-7.646 2.34-8.118 3.564c-.466 1.222 1.69 17.114 4.801 35.315 8.994 52.709 15.679 120.525 17.738 180.056l.427 12.327 135.111.486c120.832.435 135.111.177 135.111-2.446 0-9.866-4.79-43.751-9.557-67.656-12.305-61.632-37.706-122.817-73.057-175.956-13.187-19.83-36.716-49.748-39.697-50.483-1.041-.258-9.574 3.731-18.961 8.863m-500.696 72.076c-2.018 3.264-12.423 70.621-15.948 103.233-3.326 30.767-7.567 90.366-7.658 107.616l-.027 5.214h167.71c92.244 0 168.145-.7 168.668-1.556 1.667-2.689-2.463-71.776-6.531-109.377-3.447-31.85-14.188-102.296-16.06-105.322-.381-.62-11.56.38-24.843 2.223-77.096 10.7-163.252 10.7-240.351 0-13.28-1.843-24.512-2.757-24.961-2.031zM44.498 557.032c3.424 37.798 14.52 87.246 27.979 124.685 18.159 50.506 54.377 113.152 86.708 149.976l6.236 7.105 30.593-15.326c44.791-22.443 105.43-45.335 134.533-50.796 3.995-.745 6.993-2.418 6.993-3.891 0-1.422-2.509-17.328-5.575-35.345-9.215-54.164-17.118-134.508-17.162-174.511l-.019-16.592H43.167l1.331 14.696zm327.95 0c.57 8.083 1.527 24.936 2.128 37.451 1.576 32.899 7.565 85.51 14.531 127.716l6.059 36.693 6.742-1.138c83.333-14.046 193.736-14.046 277.123.011l6.798 1.143 2.253-12.999c10.405-60.086 17.505-124.399 20.008-181.292l.984-22.281H371.411zm393.652 1.272c0 39.922-7.862 120.335-17.163 175.517-3.078 18.233-5.592 34.139-5.592 35.351 0 1.206 3.146 2.782 6.997 3.504 29.338 5.507 89.611 28.257 134.525 50.779l30.595 15.343 6.241-7.105c32.114-36.574 68.807-100.033 86.721-149.976 13.466-37.541 24.542-86.938 27.961-124.685l1.331-14.696H766.1zM463.143 808.852c-32.863 3.254-53.546 6.65-53.546 8.789 0 3.772 16.073 51.137 23.801 70.127 17.6 43.258 36.944 75.048 58.998 96.956 15.754 15.65 29.243 22.75 45.107 23.734 17.899 1.109 30.529-4.551 48.532-21.754 30.857-29.474 55.74-75.679 77.614-144.111 4.204-13.136 7.64-24.508 7.64-25.276 0-1.917-21.993-5.279-55.945-8.567-35.203-3.402-117.375-3.351-152.201.102m-139.826 26.709c-28.221 8.3-69.601 24.57-95.373 37.49l-19.52 9.785 17.625 14.308c49.388 40.09 103.809 69.683 162.691 88.468 30.627 9.768 37.003 11.184 34.974 7.771-.841-1.417-5.579-9.074-10.528-17.027-22.275-35.783-41.087-80.253-56.65-133.928-2.971-10.251-4.811-13.727-7.224-13.659-1.781.051-13.478 3.106-25.994 6.793zm400.179 11.463c-13.733 47.44-35.925 99.129-56.644 131.937-6.474 10.251-9.483 16.589-7.873 16.589 4.807 0 46.063-13.153 65.32-20.827 49.727-19.809 105.375-53.419 140.174-84.645l8.294-7.447-24.417-11.725c-38.662-18.563-87.967-36.608-112.725-41.256l-6.736-1.263z'/%3E%3C/svg%3E");width:1.06em}.adv-palette-arrow-down,.adv-palette-arrow-up,.adv-palette-command,.adv-palette-enter,.adv-palette-k{width:1em;height:1em;-webkit-mask-image:var(--svg);-webkit-mask-image:var(--svg);mask-image:var(--svg);background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.adv-palette-arrow-down{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='M12 5v14m7-7-7 7-7-7'/%3E%3C/svg%3E")}.adv-palette-arrow-up{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m5 12 7-7 7 7m-7 7V5'/%3E%3C/svg%3E")}.adv-palette-command{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='M8.195 8.768h-.861q-.463 0-.844-.217a1.7 1.7 0 01-.61-.598 1.6 1.6 0 01-.222-.844q0-.463.223-.843a1.75 1.75 0 01.61-.61q.38-.228.843-.228t.844.228q.381.23.603.61.23.381.229.843v.856h1.98v-.856q0-.463.229-.843.228-.38.603-.61.38-.228.844-.228t.844.228.603.61q.23.381.229.843 0 .47-.229.844-.223.376-.603.598a1.7 1.7 0 01-.844.217h-.856v2.01h.856q.463 0 .844.222.381.217.603.592.23.375.229.843 0 .464-.229.844-.223.38-.603.61a1.6 1.6 0 01-.844.228q-.463 0-.844-.228a1.8 1.8 0 01-.603-.61 1.6 1.6 0 01-.229-.844v-.855H9.01v.855q0 .464-.229.844-.223.38-.603.61a1.6 1.6 0 01-.844.228 1.6 1.6 0 01-.844-.228 1.75 1.75 0 01-.61-.61 1.64 1.64 0 01-.222-.844q0-.468.223-.843A1.67 1.67 0 016.49 11q.38-.223.843-.223h.861zm-.861-.791h.861v-.868a.8.8 0 00-.258-.603.8.8 0 00-.603-.258.83.83 0 00-.61.258.82.82 0 00-.251.603.85.85 0 00.252.616.84.84 0 00.609.252m5.332 0a.82.82 0 00.604-.252.84.84 0 00.257-.616.8.8 0 00-.257-.603.8.8 0 00-.604-.258.8.8 0 00-.604.258.82.82 0 00-.252.603v.868zm-3.656 2.8h1.98v-2.01H9.01zm-1.676.786a.83.83 0 00-.61.257.83.83 0 00-.251.61q0 .35.252.61a.84.84 0 00.609.251.82.82 0 00.604-.252.83.83 0 00.257-.61v-.867zm5.332 0h-.856v.867q0 .35.252.61.252.25.604.251a.82.82 0 00.604-.252.83.83 0 00.257-.61.82.82 0 00-.257-.609.8.8 0 00-.604-.258'/%3E%3C/svg%3E")}.adv-palette-enter{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'%3E%3Cpath d='m9 10-5 5 5 5'/%3E%3Cpath d='M20 4v7a4 4 0 01-4 4H4'/%3E%3C/g%3E%3C/svg%3E")}.adv-palette-k{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='black' d='m8.016 11.176-.059-1.524h.27l3.703-4.107h1.324l-3.498 3.78-.492.474zM7.078 14V5.545h1.055V14zm5.121 0L9.041 9.787l.727-.732L13.565 14z'/%3E%3C/svg%3E")}.adv-sport-alpine-skiing,.adv-sport-american-football,.adv-sport-archery,.adv-sport-athletics,.adv-sport-australian-football,.adv-sport-badminton,.adv-sport-bandy,.adv-sport-baseball,.adv-sport-basketball,.adv-sport-basketball-3x3,.adv-sport-beach-soccer,.adv-sport-beach-volleyball,.adv-sport-biathlon,.adv-sport-bikes,.adv-sport-bmx-racing,.adv-sport-bowls,.adv-sport-boxing,.adv-sport-canoeing,.adv-sport-counter-strike,.adv-sport-cricket,.adv-sport-cross-country,.adv-sport-curling,.adv-sport-cycling,.adv-sport-darts,.adv-sport-default,.adv-sport-diving,.adv-sport-dota2,.adv-sport-e-soccer,.adv-sport-equestrian,.adv-sport-fencing,.adv-sport-field-hockey,.adv-sport-floorball,.adv-sport-football,.adv-sport-formula-1,.adv-sport-formula-e,.adv-sport-futsal,.adv-sport-gaelic-football,.adv-sport-gaelic-hurling,.adv-sport-golf,.adv-sport-gymnastics,.adv-sport-handball,.adv-sport-ice-hockey,.adv-sport-indy-racing,.adv-sport-judo,.adv-sport-kabaddi,.adv-sport-lacrosse,.adv-sport-league-of-legends,.adv-sport-marathon-swimming,.adv-sport-mma,.adv-sport-modern-pentathlon,.adv-sport-motorcycle-racing,.adv-sport-motorsport,.adv-sport-netball,.adv-sport-olympics,.adv-sport-overwatch,.adv-sport-pesapallo,.adv-sport-pool,.adv-sport-rally,.adv-sport-rowing,.adv-sport-rugby,.adv-sport-sailing,.adv-sport-skateboarding,.adv-sport-ski-jumping,.adv-sport-snooker,.adv-sport-softball,.adv-sport-specials,.adv-sport-speedway,.adv-sport-squash,.adv-sport-stock-car-racing,.adv-sport-surfing,.adv-sport-swimming,.adv-sport-table-tennis,.adv-sport-taekwondo,.adv-sport-tennis,.adv-sport-touring-car-racing,.adv-sport-triathlon,.adv-sport-volleyball,.adv-sport-waterpolo,.adv-sport-weightlifting,.adv-sport-winter-sports,.adv-sport-wrestling{width:1em;height:1em;-webkit-mask-image:var(--svg);-webkit-mask-image:var(--svg);mask-image:var(--svg);background-color:currentColor;display:inline-block;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.adv-sport-alpine-skiing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='m1019.44 603.895-79.364-79.363a59.75 59.75 0 00-15.463-57.989L757.47 299.401c-21.603-21.603-49.347-33.2-77.545-35.02L515.967 100.423l30.245-30.245-42.524-42.525-30.018 30.472L415.455-.09 372.93 42.435l58.216 58.215-33.657 33.428 42.525 42.525 33.429-33.428L611.25 280.983a109.4 109.4 0 00-23.877 18.646l-76.18 76.18c-63.674 63.674-63.674 166.688 0 230.134l61.626 61.626c13.417 13.417 13.417 35.475 0 48.892L469.578 819.7l-304.04-304.038-42.525 42.524L528.02 963.421c37.75 37.75 88.006 58.67 141.445 58.67 53.44 0 103.696-20.92 141.445-58.67l-42.525-42.524c-26.379 26.379-61.626 40.932-98.92 40.932s-72.543-14.553-98.922-40.932l-16.145-16.147 153.725-153.725c32.518-32.52 32.518-85.504 0-118.023l-60.262-60.261 106.197-106.198 85.05 85.048a59.74 59.74 0 0057.987 15.463l79.364 79.365 42.98-42.526zm-77.544-374.08c0-58.216-47.073-105.288-105.288-105.288-58.216 0-105.288 47.072-105.288 105.288 0 29.107 11.824 55.259 30.927 74.36 19.101 19.103 45.253 30.927 74.361 30.927 58.215 0 105.288-47.072 105.288-105.287M212.611 201.39l42.524-42.524 132.577 132.577-42.524 42.524zM44.56 198.661l42.525-42.525L237.399 306.45l-42.525 42.524z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-american-football{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1037.41 391.272c-30.7-112.339-95.282-198.297-186.927-248.78-47.981-26.379-103.924-42.98-162.365-47.982l-4.321-.455c-29.335-2.274-61.172-1.137-92.326 2.729-316.091 17.738-422.744 228.086-423.2 229.905 0 .227-5.002 22.513-7.05 45.708-.91 9.55-1.136 17.51-.91 25.014-10.46 7.277-16.372 19.556-15.462 32.29 1.364 20.012 18.875 35.703 39.113 34.339 34.565-2.275 63.673.455 85.731 8.64l-1.364 6.823c-8.642 44.343-17.283 87.778-28.198 131.667-4.321-.227-8.87-.456-13.644-.456-9.551-.455-16.6-5.003-26.38-11.142-17.282-10.915-38.658-24.56-85.959-24.787l-4.32.226c-27.743 1.365-50.03 4.322-65.72 22.059-8.869 9.777-13.19 22.286-13.19 37.975 0 1.137 0 2.275.227 4.093v.683c-1.136 15.69-8.868 153.952-11.369 243.776 0 16.146 10.461 30.245 25.924 35.248 20.921 6.596 41.388 9.778 61.172 9.778 30.245 0 58.898-7.959 84.822-23.423 61.626-36.839 75.726-86.186 97.1-161.002 2.275-8.414 5.004-17.283 7.505-26.379 11.37-.227 23.65-.91 37.975-1.592 1.82 15.01 5.686 31.609 14.327 61.399l.682 1.592c22.513 47.527 55.94 78 99.83 90.734 19.557 5.685 38.431 12.736 56.624 19.557 37.522 14.1 72.996 27.516 108.698 27.516 24.787 0 47.301-6.595 68.904-20.239 17.054-12.962 45.026-28.198 80.727-28.198 11.599 0 23.424 1.592 35.248 5.003l3.411 2.5c22.514 12.508 70.724 18.876 86.642 21.15q6.14.682 10.915.682c17.282 0 28.652-7.732 35.93-24.56 3.41-7.732 5.458-16.146 10.006-37.067 1.364-5.913 2.046-10.915 2.274-14.554l.682-3.184c.91-5.458 2.5-12.052 4.32-20.466l1.82-8.187c3.865-17.283 13.416-44.116 24.331-75.498 32.746-93.236 81.865-234.227 57.762-323.142zM207.153 790.593c-5.23 10.915-8.414 19.103-10.915 25.697-7.277 18.647-9.778 24.787-34.111 39.341-17.283 10.234-35.248 15.236-55.26 15.236-7.049 0-14.325-.682-21.603-1.819l-6.594-1.137.227-6.822c.682-20.24 1.819-42.978 3.184-69.586l.455-2.047c3.411-8.187 7.959-14.78 13.872-20.694 11.37-10.688 20.466-9.096 37.521-3.865 12.962 3.865 32.52 9.777 67.313 14.553l10.46 1.365-4.547 9.777zm30.245-78.909c-5.004 16.147-10.688 32.065-16.6 47.3l-2.274 5.685-6.14-.91c-26.835-4.093-46.164-10.687-61.627-15.918-23.65-7.959-37.975-11.37-53.667-1.137l-12.962 8.415.91-15.463c1.365-21.376 2.73-54.122 4.322-94.373l.455-8.188 6.366-2.956c4.094-.455 10.461-1.137 18.875-1.363 47.301.226 69.132 27.742 85.05 47.755 9.096 11.37 16.145 20.238 24.332 20.466l15.918.681-2.956 10.006zm106.653-93.463-.455 6.822-6.821.455c-11.37.682-21.15 1.137-30.245 1.592l-10.234.455 2.501-10.006c8.414-35.02 15.463-70.04 21.376-99.83l5.23-26.606 9.551 25.47c12.962 33.655 10.688 72.997 9.096 101.649zm220.127 57.306c-37.976 0-69.13-30.928-69.13-68.903s30.926-68.904 69.13-68.904c37.977 0 68.903 30.928 68.903 68.904s-30.926 68.903-68.903 68.903'/%3E%3C/svg%3E");width:1.04em}.adv-sport-archery{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M798.24 318.488c-8.192 7.168-16.384 15.36-23.552 22.527 33.792 49.153 53.247 108.544 53.247 173.057 0 169.983-137.216 307.2-307.199 307.2-169.984 0-307.2-137.217-307.2-307.2 0-169.984 137.216-307.2 307.2-307.2 65.536 0 126.976 20.48 177.151 56.32 7.168-8.192 15.36-15.36 22.529-23.552a870 870 0 0061.44-61.44c-58.368-45.056-129.024-75.776-204.801-86.016V62.489c-1.023-23.553-20.48-43.008-45.056-44.033-25.6 1.025-46.08 17.409-48.128 41.985 0 3.071-1.024 15.36-1.024 31.743C265.759 110.617 95.776 292.888 95.776 515.096c0 143.36 70.655 270.336 179.199 347.137-14.336 31.743-27.648 62.464-41.983 94.208-14.336 31.743-9.216 49.151 19.456 66.56h22.527c20.48-8.193 32.769-23.552 40.96-44.033 10.24-25.6 22.528-50.175 33.792-74.752 52.225 23.552 110.593 35.84 171.009 35.84 61.44 0 118.783-13.311 172.031-35.84 11.265 24.577 23.553 49.153 33.792 74.752 8.192 20.48 19.456 35.84 40.96 44.033h22.528c28.672-17.409 33.792-34.817 19.456-66.56s-28.672-62.465-41.984-94.208c108.545-76.8 179.2-203.776 179.2-347.137 0-96.256-32.768-185.344-87.04-257.023-21.504 19.456-41.983 39.935-61.44 60.416zM520.736 408.6c9.216 0 19.456 1.024 27.648 4.097 13.312-12.288 26.624-25.6 38.912-39.937 12.288-11.264 24.576-23.552 35.84-34.815-29.696-17.408-65.537-27.649-102.4-27.649-112.64 0-204.8 92.16-204.8 204.8s92.16 204.801 204.8 204.801 204.8-92.16 204.8-204.8c0-35.84-9.215-69.632-25.6-99.329-11.264 11.265-22.528 23.553-33.792 34.817a893 893 0 00-44.031 44.032c1.023 5.12 1.023 10.24 1.023 16.384 0 56.32-46.08 102.4-102.399 102.4s-102.4-46.08-102.4-102.4 46.08-102.4 102.4-102.4zM977.44 96.28c2.048-2.048 4.096-5.12 6.144-7.168 9.215-10.24 18.431-18.432 27.648-28.672 11.264-12.288 10.24-26.624-1.024-34.816s-21.504-7.168-32.768 3.072c-11.265 11.264-23.553 22.528-34.816 33.792-5.12-19.456-10.24-37.888-14.336-57.344-1.025-6.144-2.048-9.216-9.216-3.072-21.504 22.528-44.032 44.032-66.56 66.56-13.312 13.312-17.409 28.672-13.312 47.104 3.072 13.312 6.143 27.648 9.216 40.96-13.313 13.312-26.624 27.648-40.96 39.936-21.504 22.528-43.008 45.057-66.56 66.56-21.505 22.528-43.009 45.056-66.56 66.56-21.504 22.528-43.008 45.056-66.56 66.56-16.385 17.408-32.769 34.816-51.2 51.2-13.313 16.385-29.697 29.696-44.032 45.056-7.168 7.168-11.264 15.36-7.168 26.624 6.143 15.36 21.503 20.48 34.816 11.264 9.216-6.144 16.384-15.36 24.575-23.552 8.193-8.192 15.36-17.408 25.6-24.576 15.36-18.431 33.793-34.816 51.201-52.224a2040 2040 0 0166.56-66.56c21.503-22.528 43.007-45.056 66.56-66.56 21.504-22.528 43.008-45.056 66.56-65.536 12.288-14.336 26.624-27.648 39.935-40.96 10.24 2.048 19.456 5.12 29.696 7.168 23.552 6.144 44.033 3.071 61.44-16.384 13.312-15.36 28.673-28.673 43.009-43.008 8.191-8.192 16.383-15.36 26.624-24.576-22.529-6.144-44.033-12.288-64.512-17.408'/%3E%3C/svg%3E");width:1.04em}.adv-sport-athletics{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M609.886 103.606c0-56.396 45.708-102.104 102.104-102.104S814.094 47.21 814.094 103.606 768.386 205.71 711.99 205.71s-102.104-45.708-102.104-102.104M995.79 401.505c-16.6-20.466-46.618-23.877-67.084-7.277l-123.026 56.17-99.83-204.664-103.24-60.945-226.723-5.003c-24.105-.91-46.845 10.461-60.944 29.79l-86.868 119.842c-13.872 19.102-9.55 45.936 9.551 59.807l.682.455c19.329 13.872 46.163 9.324 59.807-10.006l78.682-110.746 127.119 21.604-191.93 386.813-186.016-84.368c-20.238-10.232-44.799-3.183-56.396 16.373l-6.594 11.144c-11.826 20.24-5.004 46.618 15.235 58.442l216.49 126.892c24.104 14.099 55.258 7.504 71.63-15.236 47.3-66.175 136.67-190.792 140.309-188.973l166.46 111.655.91 228.541s-.226 61.399 27.972 74.134c7.504 3.411 15.235 5.003 22.968 5.003 21.376 0 41.615-12.28 50.937-32.975l21.831-278.797s.455-60.717-27.288-73.678L590.786 495.649l68.903-100.74 95.055 148.04c16.828 19.329 45.936 21.83 65.72 5.684l168.052-80.046c20.694-16.6 23.877-46.618 7.277-67.084z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-australian-football{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M800.18 449.992c52.958-132.396 57.195-279.831 12.498-414.77-61.854-20.548-126.464-30.716-190.86-30.716-154.002 0-308.006 58.466-425.572 176.245C29.534 347.463-18.553 587.682 50.717 797.185c61.855 20.549 126.252 30.717 190.861 30.717 80.285 0 160.569-16.1 235.77-47.874 22.878 134.726 140.022 237.676 281.103 237.676 157.392 0 285.551-128.159 285.551-285.551-.212-143.411-106.128-262.037-243.82-282.161zm-41.731 484.25c-109.307 0-198.276-86.852-201.877-195.311 0-2.33-.424-4.66-.424-6.99 0-111.636 90.663-202.3 202.3-202.3.847 0 1.695.212 2.542.212 110.577 1.483 199.758 91.3 199.758 202.3 0 111.637-90.664 202.09-202.3 202.09zM117.867 729.823c-43.214-176.245 7.626-360.963 137.056-490.394C352.79 141.563 483.068 87.545 621.818 87.545c41.942 0 83.25 4.872 123.71 14.828 29.02 119.05 15.252 241.701-36.435 348.677C589.197 472.022 495.141 567.771 476.5 688.515c-72.024 36.648-151.884 56.137-235.134 56.137-41.732 0-83.039-4.872-123.5-14.828zM476.5 516.931c8.05 8.05 18.853 12.286 29.445 12.286s21.395-4.024 29.445-12.286c16.311-16.31 16.311-42.578 0-58.678l-43.426-43.425 27.962-28.174 43.425 43.426c8.051 8.05 18.854 12.074 29.446 12.074s21.395-4.026 29.445-12.074c16.31-16.312 16.31-42.579 0-58.89l-43.426-43.427 34.74-34.74c16.312-16.312 16.312-42.578 0-58.89-16.31-16.312-42.578-16.311-58.89 0l-34.74 34.951L476.5 225.66c-16.31-16.312-42.578-16.312-58.89 0-16.312 16.31-16.311 42.578 0 58.89l43.426 43.425-27.962 27.962-43.426-43.426c-16.311-16.31-42.578-16.31-58.89 0-16.312 16.312-16.31 42.578 0 58.89l43.426 43.427-27.962 27.961-43.426-43.425c-16.31-16.312-42.578-16.312-58.678 0-16.311 16.31-16.311 42.578 0 58.89l43.426 43.425-37.706 37.494c-16.31 16.312-16.31 42.578 0 58.89 8.05 8.05 18.853 12.074 29.445 12.074s21.183-4.025 29.444-12.074l37.495-37.705 43.426 43.425c8.05 8.05 18.853 12.075 29.445 12.075s21.183-4.026 29.445-12.075c16.31-16.311 16.31-42.578 0-58.89l-43.426-43.426 27.962-27.962L476.5 516.93zM713.117 780.24l-24.573 80.92h-53.806l91.512-285.551h66.515l92.784 285.55h-55.924L803.78 780.24zm81.768-39.401-22.454-70.33c-5.508-17.37-10.168-36.857-14.404-53.38h-.848c-4.236 16.522-8.473 36.435-13.557 53.38l-22.03 70.33z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-badminton{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M72.758 707.526c-70.344 70.346-70.344 184.405 0 254.752 70.35 70.348 184.404 70.35 254.754 0zm47.764-47.756 47.765-47.765 254.747 254.747-47.766 47.765zM969.7 489.93c-53.07-53.07-84.914-21.23-137.982-74.296-53.071-53.076-21.231-84.918-74.3-137.99-53.074-53.075-84.918-21.231-137.994-74.304-53.074-53.074-21.231-84.918-74.307-137.996-53.073-53.07-68.996-5.305-122.072-58.383L216.059 564.23 470.81 818.985 1044 627.918c-53.073-53.07-21.23-84.915-74.3-137.986z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-bandy{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1060 1024' width='1060' height='1024'%3E%3Cpath fill='black' d='M1039.9 878.616c0 78.848-65.536 144.384-144.385 144.384-79.871 0-146.432-66.56-145.407-144.384 1.023-79.872 65.536-145.408 143.359-145.408 80.897-1.024 146.433 64.512 146.433 145.408M1005.09-1c-28.672 51.2-57.344 103.424-86.016 154.624-21.503 38.912-43.007 78.848-65.536 117.76l-92.16 165.889c-10.24 18.432-10.24 18.432-28.672 7.168-7.168-4.097-12.288-10.24-20.48-10.24C791.074 289.817 869.922 144.409 948.77-1zM575.008 688.152c9.216 5.12 18.433 12.288 28.672 16.384 8.192 4.096 7.168 8.191 3.072 14.336-13.311 24.576-26.624 48.128-40.96 72.704-19.456 33.792-37.888 68.607-57.344 102.399-19.456 32.768-48.128 49.152-86.016 50.177h-81.92c-8.192 0-11.264-1.025-8.192-10.24 13.312-45.056 25.6-91.136 38.913-136.193 1.023-2.047 1.023-4.095 1.023-6.143h87.04c39.937 0 69.632-18.433 90.112-53.248 7.168-17.408 16.384-33.792 25.6-50.176M255.52 791.576c-11.264 38.912-22.527 78.848-32.768 117.76-2.047 8.192-5.12 17.408-7.168 25.6-2.047 7.168-5.12 9.216-12.288 9.216H59.936c-8.191-27.648 3.073-53.248 10.24-78.848 12.289-41.984 39.937-67.584 83.968-73.728 16.385-2.048 32.769-1.024 49.153-1.024 17.408 1.024 34.816 1.024 52.223 1.024m441.344-327.68c12.288 5.12 22.527 13.312 33.792 19.455 5.12 2.049 3.071 6.145 1.023 9.217l-86.015 153.6-15.36 27.648c-3.072 5.12-5.12 7.168-11.264 4.096-10.24-6.145-19.456-12.288-29.697-18.432 14.336-25.6 27.649-52.224 41.985-77.824 20.48-36.864 39.935-73.728 60.416-111.616 3.072-3.072 4.096-5.12 5.12-6.143zm-45.056-279.552c0-8.191-2.048-14.336-7.168-20.48-65.536-81.92-152.575-124.929-256-131.072-100.352-5.12-188.416 28.672-261.12 99.329-37.888 36.864-66.56 80.895-82.943 131.072 41.983 0 83.967 0 125.952 1.023-6.145 20.48-12.288 40.96-20.48 61.44-9.217 24.577-13.312 49.152-11.265 74.752 1.024 10.24-2.047 12.289-12.288 12.289-34.816-1.025-68.608 0-103.424 0v32.767h105.472c7.168 0 10.24 1.025 10.24 9.216v80.896c0 8.192-3.072 9.216-10.24 9.216H23.072v32.768h106.496c7.168 0 10.24 2.049 9.216 9.217-1.024 17.407 9.216 30.72 14.336 46.08s11.264 29.695 17.408 44.031h34.816c-6.144-20.48-15.36-39.936-22.528-60.416-3.072-10.24-9.216-19.456-10.24-29.695 0-6.145 2.048-8.193 8.192-8.193H281.12c3.072 0 7.168-1.024 7.168 5.12-1.025 22.529 12.288 40.96 18.431 61.44 3.072 11.265 8.193 21.505 12.288 32.769h34.817c-6.145-20.481-15.36-39.937-22.529-60.416-4.095-12.289-11.263-22.529-10.24-35.84 0-4.097 1.025-7.168 6.145-8.193 41.983-13.311 83.967-27.647 125.952-40.96 0 20.48 0 41.985 1.023 62.464q1.537-1.535 3.072-3.071c63.489-90.112 128-181.248 191.488-271.36 3.072-4.096 3.072-8.192 3.072-13.313zM280.096 543.768h-97.279c-6.145 0-9.217-1.023-9.217-8.191v-82.945c0-6.143 2.049-8.191 8.192-8.191h99.328c7.168 0 8.192 2.048 8.192 9.216v81.92c-1.024 6.143-3.071 8.191-9.216 8.191m16.384-207.872c-6.145 15.36-8.192 31.743-8.192 48.128 0 9.216 4.095 20.48-2.048 25.6-6.145 5.12-17.408 2.047-25.6 2.047h-78.85c-7.167 0-9.215-2.047-9.215-9.215-1.025-24.577 2.048-47.105 11.263-70.657 8.193-22.527 16.384-45.055 22.529-68.607h113.664c-8.193 24.575-15.36 49.151-23.552 72.704zm89.088 180.224c-21.504 7.168-41.984 14.336-64.513 21.504v-92.16c0-4.096 2.048-6.144 6.145-7.168 41.983-13.312 83.968-27.648 125.952-40.96v97.28c-22.528 5.12-45.057 14.336-67.584 21.504m67.584-153.6c-23.553 5.12-45.057 14.337-67.584 21.505-21.504 7.168-41.984 14.336-64.513 21.504 1.025-19.456-2.048-37.889 5.12-56.32 9.216-24.577 17.409-50.176 25.601-74.753 1.023-3.072 3.071-7.167 2.048-11.263h92.16c6.144 0 8.191 2.048 8.191 8.191-1.023 29.697-1.023 60.416-1.023 91.136m29.696-186.368c-4.096 3.071-9.216 4.096-16.384 4.096h-10.24c-9.216 0-15.36-6.145-17.407-13.313v-3.071c0-4.097 2.048-8.192 5.119-11.265 1.024-1.023 2.049-1.023 2.049-2.048 3.071-2.047 6.143-3.07 10.24-3.07h10.239q13.824 0 18.433 6.143c2.048 3.072 3.071 6.143 3.071 10.24 1.025 5.12-1.023 9.216-5.12 12.288m45.056 4.096h-6.145c-8.19 0-14.335-4.096-17.408-10.24-1.023-2.048-1.023-4.096-1.023-6.144v-3.072c1.023-3.072 2.048-6.144 5.12-8.192 2.048-2.048 5.12-4.096 9.216-4.096h17.408c11.264 0 18.432 7.168 18.432 16.384s-7.168 15.36-17.409 16.385c-3.07-1.025-6.143-1.025-8.191-1.025m57.344 198.656H552.48c-10.24-1.024-16.384-7.168-16.384-16.385 0-9.216 6.144-16.384 16.384-16.384h33.792c9.216 0 16.384 7.168 16.384 16.384-1.024 9.217-7.168 15.36-17.408 16.385m1.024-99.328h-34.816c-9.216-1.024-15.36-7.168-15.36-16.384 0-8.192 6.144-16.385 15.36-16.385 12.288-1.023 23.551-1.023 35.84 0 9.215 0 15.36 8.193 15.36 16.385-1.025 9.216-7.168 15.36-16.384 16.384M1039.9 3.096C1039.9-1 1038.876-1 1035.803-1h-15.36v19.456c-10.24 14.336-17.407 30.72-25.6 46.08-71.68 132.096-141.312 264.191-211.968 395.264-87.04 162.816-174.08 324.608-262.144 487.424-20.48 37.889-51.2 56.32-94.208 56.32H127.514c-21.504 0-41.983-7.167-58.367-19.456 18.432 23.552 46.08 38.913 77.823 38.913h299.01c43.007 0 73.727-18.432 94.207-56.32 87.04-162.816 174.08-324.608 262.144-487.425 69.632-132.096 140.288-263.168 210.944-394.24 8.192-15.36 15.36-31.743 25.6-46.08 0-12.287 0-23.552 1.024-35.84z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-baseball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M483.956.976c-114.551 10.682-226.374 59.99-314.257 147.822C81.816 236.606 32.558 348.43 21.902 463.13c125.782 14.585 259.521 78.877 369.317 188.674 109.848 109.822 174.215 243.66 188.674 369.344 114.876-10.658 226.425-59.94 314.383-147.723 87.857-87.784 137.064-199.657 147.672-314.332-125.483-14.56-259.446-78.852-369.243-188.674C562.983 260.622 498.615 126.758 483.956.975M1044 495.577c-3.727-125.958-53.56-250.74-149.574-346.879C798.363 52.559 673.43 2.902 547.472-1.001c14.16 109.998 72.573 228.2 170.487 326.14s215.967 156.253 326.04 170.438zM20.025 526.598c3.702 125.908 53.56 250.716 149.674 346.805 96.038 96.038 220.82 145.945 346.754 149.599-14.159-109.847-72.498-227.975-170.462-325.915C248.126 599.197 129.95 540.859 20.026 526.6z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-basketball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M573.687 81.716c11.582-15.35 9.72-47.91 8.071-76.63-.062-1.238-.132-2.45-.2-3.678-16.234-1.55-32.669-2.407-49.3-2.407-63.733 0-124.717 11.741-181 33.026 40.15 19.295 102.3 52.505 171.38 101.574 23.57-20.283 41.347-39.008 51.05-51.884zm259.421 292.152c-25.236 2.85-46.519 6.992-64.72 12.8 87.01 151.917 120.935 343.845 129.235 482.889 86.2-87.83 140.942-206.562 146.118-338.08-59.395-73.006-138.078-165.84-210.634-157.608zm-517.261-131.13c61.137-12.722 118.572-43.491 164.367-75.972-95.538-65.8-175.222-99.948-191.073-106.448C190.024 113.9 110.707 199.272 64.565 302.713c59.977-23.896 124.934-36.054 188.733-47.901 20.64-3.833 41.976-7.795 62.55-12.073zm353.887 14.887a1030 1030 0 0116.304 16.746c19.944 20.937 38.04 43.837 54.635 68.065 24.167-9.125 52.619-15.595 86.675-19.446 80.244-9.077 151.597 54.489 212.836 124.471-13.13-106.089-58.63-202.107-126.427-277.83-37.006 4.46-78.261 12.017-120.312 24.564-27.584 8.238-71.513 30.623-123.71 63.43zm-67.368 264.411c21-71.128 45.324-122.401 92.452-155.684-14.144-20.305-29.364-39.36-45.852-56.672-7.627-8.01-15.34-15.746-23.086-23.346-189.08 128.7-448.082 365.117-471.633 569.955 78.616 86.015 186.207 145.003 307.326 161.738 44.1-87.802 85.608-266.294 110.28-372.45 11.854-50.989 22.086-95.013 30.512-123.543zM387.982 409.244c65.926-60.75 135.548-115.227 199.226-159.009-21.226-18.78-42.517-36.092-63.419-51.968-52.89 39.76-122.139 78.918-197.517 94.596-21.11 4.392-42.725 8.408-63.622 12.288-80.519 14.951-157.812 29.433-222.812 65.7-12.66 44.558-19.582 91.534-19.582 140.15 0 108.753 34.016 209.517 91.832 292.437 37.456-148.304 165.933-292.868 275.893-394.194zm243.329-188.252c60.911-38.833 113.426-65.684 147.496-75.853 30.597-9.137 60.61-15.793 89.031-20.646C802.161 67.421 721.88 26.745 633.254 9.014c1.965 35.759 2.822 75.016-18.688 103.538-10.221 13.545-27.511 32.121-50.01 52.275 22.034 17.15 44.426 35.852 66.755 56.165m20.154 315.542c-7.994 27.081-18.078 70.436-29.743 120.633-34.445 148.215-67.406 280.838-105.9 365.414 5.465.174 10.928.417 16.434.417 119.324 0 229.017-40.93 316.068-109.359-3.437-145.504-38.319-351.312-126.185-504.089-34.078 25.328-52.418 65.172-70.674 126.984'/%3E%3C/svg%3E");width:1.04em}.adv-sport-basketball-3x3{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M335.392 436.248c7.168-3.072 15.36-5.12 23.553-6.145l12.288-2.047c7.168-1.024 13.311-2.048 20.48-3.072 11.263-2.048 22.528-3.072 33.791-5.12 2.048-5.12 4.096-10.24 5.12-15.36-6.143-10.24-12.288-20.48-16.383-31.744-8.193-1.024-15.36-3.072-22.529-6.144-10.24-4.097-18.431-10.24-25.6-17.408-12.287-12.288-20.48-28.672-22.528-48.128-3.072-28.672 7.168-54.272 29.697-72.704-8.193-9.216-13.313-21.504-13.313-34.816 0-11.264 1.025-22.528 4.097-33.792 3.071-11.264 7.168-21.504 12.287-31.744 14.337-26.624 35.84-49.152 62.465-63.488-11.265-26.624-32.769-46.08-61.44-58.368C368.16 3.096 357.92 1.048 348.704-1h-59.393c-2.048 2.048-5.12 2.048-7.168 2.048-52.224 9.216-92.16 57.344-92.16 110.592 0 10.24 7.169 17.408 16.385 17.408h15.359v31.744c-10.24 0-20.48 3.072-28.672 10.24-14.336 11.264-21.504 26.624-19.456 44.032 2.049 18.432 12.288 31.744 28.673 38.912 10.24 4.096 20.48 4.096 30.72 4.096 0 1.024 1.023 1.024 1.023 2.048 8.192 23.552 19.456 45.056 34.816 64.512q6.144 6.143 0 0c-4.095 19.456-12.288 34.816-31.744 44.032-21.504 5.12-43.008 7.168-64.511 10.24-4.096 1.024-8.193 1.024-12.289 2.048-37.887 6.144-66.56 36.864-68.608 75.775-1.023 26.624 0 53.248 0 79.873 0 8.192 7.168 16.384 15.36 16.384h153.6v-14.336c1.024-28.672 13.313-54.272 31.744-73.728 13.313-13.312 27.649-22.528 43.008-28.672m634.88 18.432c-2.049-37.888-30.72-69.632-68.608-75.775-4.096-1.025-8.193-1.025-12.288-2.048-21.504-3.073-43.008-5.12-64.512-10.24-18.433-9.216-27.649-24.577-31.744-44.033 15.36-19.456 26.624-40.96 34.815-64.511 0-1.025 1.025-1.025 1.025-2.048 10.24 0 21.503 0 30.72-4.097 17.407-7.168 26.623-21.504 28.671-38.912 2.049-18.432-5.119-32.768-19.455-44.031-8.192-6.145-18.433-9.217-28.673-10.24v-32.769c10.24 0 16.385-7.168 16.385-17.407 0-52.225-39.937-101.376-92.16-110.593-2.048 0-5.12 0-7.168-2.048h-74.752c-2.048 2.048-5.12 2.048-7.168 2.048-31.744 6.144-59.393 26.624-75.777 53.248 38.912 11.264 70.657 38.912 89.088 73.728 3.073 4.096 8.193 21.504 11.264 31.744 3.072 11.264 4.097 22.528 4.097 33.792 0 13.312-5.12 25.6-13.313 34.816 22.528 18.432 32.769 44.032 29.696 72.704-2.047 18.433-10.24 34.816-22.528 48.128-7.168 7.168-15.36 13.312-25.6 17.408-7.167 3.072-14.335 5.12-22.528 6.145-5.12 11.263-10.24 21.503-16.384 31.743 1.025 5.12 3.073 10.24 5.12 15.36 10.24 2.048 21.504 4.096 33.793 5.12 7.168 1.024 13.311 2.048 20.48 3.073l12.287 2.047c8.193 1.024 16.385 3.072 23.553 6.144 16.384 6.144 29.695 15.36 41.983 27.648 18.433 19.456 30.72 45.056 31.744 73.728v14.336h153.6c8.192 0 15.36-7.168 15.36-16.384 0-23.552 1.025-50.176-1.023-77.824M747.04 478.232c-14.336-11.265-30.72-15.36-48.128-16.385-8.192-1.023-16.384-2.048-23.552-4.095-13.312-2.048-27.648-3.073-40.96-7.168-14.336-7.168-24.576-18.432-28.673-33.792l-3.07-9.216c11.263-14.336 20.479-28.672 27.647-45.057 3.072-7.168 5.12-14.336 8.192-20.48h14.336c23.552-1.024 45.056-22.528 46.08-46.08 1.023-28.671-19.456-50.175-48.128-51.2v-32.767h2.048c10.24 0 16.384-7.168 16.384-17.408 0-52.224-39.936-101.376-92.16-110.592-2.048 0-5.12 0-7.168-2.048h-79.873c-2.047 2.048-5.119 2.048-7.167 2.048-52.224 9.215-92.16 57.343-92.16 110.592 0 10.24 7.168 17.408 16.384 17.408h15.36v31.744c-10.24 0-20.48 3.071-28.672 10.24-14.336 11.264-21.504 26.623-19.456 44.031 2.047 18.433 12.288 31.744 28.671 38.912 10.24 4.096 20.48 4.096 30.721 4.096 0 1.025 1.024 1.025 1.024 2.049 8.192 23.552 19.456 45.056 34.816 64.512-4.096 19.456-12.288 34.815-31.744 44.032-21.504 5.119-43.008 7.168-64.512 10.24-4.097 1.024-8.192 1.024-12.288 2.048-37.889 6.144-66.56 36.863-68.608 75.775-1.024 20.48-1.024 99.328 0 145.408 2.047-6.144 4.096-13.312 6.144-19.456 9.216-22.528 20.48-44.032 35.84-63.488 6.144-8.191 12.288-15.36 19.456-22.527 6.144-6.145 12.288-12.288 19.456-17.409 16.384-13.312 33.792-24.576 53.248-32.768 9.216-4.096 18.432-7.168 28.672-10.24 18.432-6.144 36.864-9.216 56.32-11.264h4.096s0-1.023 1.023-1.023h26.625l1.024 1.023c20.48 0 40.96 4.097 60.416 10.24 3.072 1.025 6.143 2.048 8.192 3.072 30.72 11.264 59.392 27.648 83.968 49.152l6.144 6.144c1.024 1.024 1.024 2.048 2.047 2.048 7.168 7.168 13.313 14.336 19.457 22.529 12.288 14.335 21.503 31.744 29.696 49.15 10.24 22.53 17.408 46.081 20.48 71.682 2.048-3.073 2.048-6.145 2.048-9.217V541.719c2.048-27.648-9.217-48.128-29.696-63.487m-39.936 152.576c-43.008 44.032-87.04 87.04-130.048 131.072l-22.527 22.528c-2.048 2.048-3.073 3.073 0 5.12 18.431 18.432 36.863 35.84 54.271 54.272 2.048 2.048 3.072 2.048 5.12 0 24.577-21.504 52.224-36.864 83.968-46.08 22.528-7.168 46.08-11.264 69.632-10.24v-3.072c-1.024-36.864-9.216-72.704-26.623-105.473-9.217-17.407-19.456-33.792-33.793-48.128zM588.32 863.256l-52.225-52.224c-4.095-4.096-4.095-4.096-9.215 0L375.328 962.584c14.335 13.313 30.72 24.577 48.127 33.792C457.247 1013.785 493.087 1023 532 1023c0-9.215 0-19.456 2.048-28.671 6.145-47.105 24.577-89.088 55.296-124.928 2.048-2.05 1.025-4.097-1.023-6.145zM475.68 711.704l52.225 52.224c3.07 3.072 5.12 3.072 8.191 0l34.816-34.816 117.76-117.76-3.072-3.072c-21.504-18.433-45.056-32.769-70.655-41.984q-39.937-15.36-82.944-15.36c0 10.24-1.025 19.455-2.048 29.695-6.145 46.08-24.577 88.065-54.273 122.88-3.071 4.097-3.071 6.145 0 8.193m33.792 72.704c-18.432-17.408-35.84-35.84-53.248-53.248q-3.072-3.072-6.144 0c-23.551 20.48-50.175 35.84-79.872 45.056-23.551 8.192-48.128 11.264-72.704 12.288v4.095c1.025 34.817 8.193 67.584 23.552 99.329 9.217 19.456 21.504 37.888 36.864 53.248l5.12-5.12 147.456-147.457c1.024-4.095 2.048-5.119-1.024-8.19m-133.12-172.032 2.049 2.048 71.68 71.68c2.047 2.048 3.072 4.096 6.143 0 13.313-16.384 24.576-33.792 32.769-53.248 10.24-25.6 16.383-51.2 16.383-78.848-24.576 2.048-46.08 8.192-67.584 18.432-22.528 9.216-44.032 22.528-61.44 39.936m-77.824 147.456h11.264c21.504-1.024 43.008-6.144 63.488-14.336s38.912-18.432 55.296-32.769c5.12-4.095 5.12-4.095 1.023-9.215l-71.68-71.68c-33.791 35.84-53.247 78.848-59.391 128M634.4 870.424l72.703 72.704c4.097-4.096 7.17-8.192 11.265-13.311 14.336-19.457 26.624-39.937 34.815-62.465 6.145-17.407 11.265-34.816 12.288-53.248-49.151 1.024-92.16 16.385-130.048 48.129-4.096 4.095-4.096 5.119-1.023 8.191m-21.504 13.312q-1.537-1.536-3.072 0c-7.168 9.216-15.36 19.456-20.48 29.695-18.432 31.744-27.648 66.56-28.673 103.425 16.384-1.024 32.769-5.12 48.128-11.264 29.697-10.24 56.32-25.6 79.872-47.104-25.6-24.576-50.175-49.152-75.775-74.752 1.023 0 0 0 0 0'/%3E%3C/svg%3E");width:1.03em}.adv-sport-beach-soccer{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M532.569-1C249.451-1 20 228.451 20 511.569s229.451 512.568 512.569 512.568 512.568-229.451 512.568-512.568C1045.137 228.451 815.686-1 532.569-1m364.073 251.509c51.849 72.087 83.002 160.092 84.367 255.375l-93.69-112.792 9.324-142.582zm-62.308-31.837-10.687 161.229-79.365 25.696-179.649-130.529v-83.23l150.087-60.035zM707.442 457.901l-66.629 205.346H424.78l-66.63-205.346 174.646-126.892zM532.569 63.128c45.936 0 90.052 7.05 131.894 19.784l-131.894 52.53-131.667-52.758c41.614-12.735 85.959-19.557 131.667-19.557zm-182.151 68.676 150.087 60.035v83.23l-5.685 4.093-174.19 126.664-79.365-25.697L230.578 218.9l119.842-87.097zM168.722 250.509l9.324 142.582-93.69 112.792c1.364-95.282 32.292-183.288 84.367-255.375zm-50.483 314.499 103.469-124.163 70.723 22.969 4.548 13.87 66.63 205.348.681 2.273-43.662 60.263L163.947 706l-45.708-140.99zm50.711 208.075 144.629 36.612 80.956 128.482c-91.644-29.79-170.326-88.46-225.585-165.095zm289.712 146.676-86.186-136.67 40.705-55.714h239.002l40.478 55.714-86.186 136.897zm212.168 18.419 80.956-128.482 144.63-36.612c-55.488 76.635-133.942 135.305-225.586 165.095zm230.36-232.407-156.682 39.567-14.099-19.329-29.79-40.932.682-2.275 66.629-205.346 4.548-13.872 70.95-22.968 103.47 124.163-45.708 140.99z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-beach-volleyball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M532-1C249.517-1 20 228.517 20 511s229.517 512 512 512 512-229.517 512-512S814.483-1 532-1M72.163 511c0-13.241.401-26.082 1.605-38.922C206.985 572.39 351.837 655.05 505.918 718.85v139.235C347.022 808.33 201.366 721.658 81.793 605.695c-6.42-30.495-9.63-62.194-9.63-94.696zm172.539-196.213C367.084 202.435 515.147 119.376 675.247 74.035c42.934 14.044 83.06 34.106 119.172 59.787C641.14 198.825 497.09 283.088 365.077 384.606zm261.216 211.461v136.025C354.645 597.67 212.601 513.808 82.595 413.093c8.427-38.52 21.668-75.034 38.922-109.141zm52.164 0 117.567-67.812c20.063 162.909 19.26 327.824-2.408 490.734-36.515 12.038-75.437 19.26-115.16 21.668zm166.52-96.301 120.777-69.818c36.514 161.705 34.91 331.034-5.216 491.938-33.304 30.093-70.62 54.971-111.549 74.632 19.661-164.915 18.458-331.837-4.013-496.752zm168.125-97.104 50.157-28.89c31.7 62.195 49.355 132.414 49.355 207.047 0 97.505-30.495 188.188-82.659 262.42 23.273-146.056 17.656-296.125-16.853-440.577m23.674-73.83L532 480.907l-117.969-68.213c131.21-98.708 274.858-179.763 426.934-241.956 28.89 26.082 54.169 55.774 75.437 88.276zM532 51.163c13.643 0 26.884.803 40.527 1.605-138.834 52.564-266.834 132.414-375.172 234.734l-49.756-28.89C229.857 133.822 371.5 51.164 532 51.164zM115.097 705.207c114.76 94.295 247.976 165.317 390.821 207.448v57.379c-172.94-9.63-321.003-115.562-390.821-264.828z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-biathlon{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M986.012 867.456c-.682-3.411-1.363-4.775-2.729-7.05L775.435 469.953c5.004-2.274 10.007-4.548 15.01-7.05l2.274-1.137c24.787-12.507 34.565-42.752 22.058-67.54-12.507-24.785-42.752-34.564-67.539-22.057l-2.274 1.137c-53.213 27.061-115.065 31.383-171.008 13.417-9.096-20.694-27.062-37.067-50.711-42.979-40.25-10.233-81.184 14.326-91.416 54.577L386.12 579.79c-6.595 17.739-6.14 37.068.455 54.122-42.752 59.125-93.918 111.428-152.815 155.316l-50.028 37.977c-13.19 9.778-20.013 23.65-20.013 40.25H50.245c-15.236 0-28.653 12.052-28.653 27.516v6.822c0 15.236 13.417 29.335 28.653 29.335h936.449c30.472 0 55.714-26.379 55.714-56.85v-6.596l-56.397-.227zM477.537 679.847c21.148 11.37 38.66 28.653 50.938 50.03 17.965 31.609 22.058 68.22 11.37 103.013l-5.913 19.785c-1.592 5.002-2.274 8.187-2.274 14.78H297.66c69.813-53.44 130.302-115.748 179.877-187.607zm156.908 187.609 1.592-5.003c18.875-61.4 11.598-126.209-20.24-182.15-19.329-34.111-46.39-62.082-78.681-82.094L564.632 488.6a326.4 326.4 0 0078.454 9.552c24.332 0 48.891-2.73 72.77-8.187l200.797 377.49zM263.55 437.207l128.028-331.555c4.548-11.825 17.965-17.738 29.79-13.19s17.738 17.965 13.189 29.79L362.47 308.725c23.877 9.096 35.702 35.93 26.378 59.807l-15.69 40.705c22.513 8.64 33.656 33.883 25.014 56.396l-47.528 123.026c-9.095 23.423-35.474 34.793-58.897 25.468-22.968-9.324-33.201-36.157-24.332-59.125l30.245-78.454-20.694-7.959c-12.052-5.003-18.192-18.875-13.417-31.381zm232.634-202.389c0-51.394 41.843-93.236 93.236-93.236 51.395 0 93.237 41.842 93.237 93.236s-41.842 93.235-93.237 93.235c-51.393 0-93.236-41.614-93.236-93.235'/%3E%3C/svg%3E");width:1.04em}.adv-sport-bikes{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M1004.06 633.88c-62.465-87.04-167.937-112.64-264.192-64.512-14.336-23.552-26.624-49.152-38.912-72.704 4.096 1.025 7.168 1.025 11.264 2.048 19.456 4.096 37.888 11.264 57.344 11.264 26.624 0 51.2-8.192 65.535-33.792 13.313-22.528 13.313-46.08 0-68.608-18.431-30.72-55.295-44.032-92.159-30.72-32.768 12.288-65.536 23.552-98.304 35.84-7.168-1.024-8.192-3.072-4.096-9.215 5.12-7.17 9.216-14.337 13.312-21.505 3.072-5.12 5.12-7.168 4.096-9.216 1.024 0 2.048-1.024 3.072-1.024 37.888-15.36 107.52-105.473 77.824-163.84 2.048-7.168 3.072-14.336 5.12-21.504 1.024-6.144 2.048-10.24 10.24-6.144 5.12 3.072 10.24 0 14.336-3.072 17.408-15.36 37.887-15.36 59.391-11.264 12.288 3.072 24.577 6.144 36.865 8.191h9.216c1.024 0 2.048 0 2.048-1.023 1.024 0 1.024-1.024 2.048-1.024 0-1.024 1.024-1.024 1.024-2.048s1.024-1.024 1.024-2.048v-7.168c0-15.36-5.12-28.672-13.312-38.912-5.12-6.144-11.264-12.288-19.457-17.408-27.647-18.432-59.391-25.6-90.11-29.696h-1.025c-10.24-1.024-19.456-2.048-29.697-2.048-17.407 0-34.815 2.048-51.199 7.168-2.049 1.024-4.096 1.024-6.144 2.048-1.024 0-1.024 1.024-2.048 1.024s-2.048 1.024-3.072 1.024-1.024 1.024-2.048 1.024-2.048 1.024-2.048 1.024c-1.025 0-1.025 1.024-2.048 1.024-1.024 1.024-2.048 1.024-3.072 2.048l-3.073 3.072-1.023 1.024c-1.024 1.024-1.024 2.048-2.048 2.048 0 0 0 1.024-1.024 1.024q-3.072 6.144-3.072 12.288c-1.024 18.432 2.048 36.864 7.167 54.272-166.91-25.6-271.359 16.384-305.15 28.672-1.025 0-2.048 0-3.073 1.024-18.431 10.24-35.84 19.456-51.2 33.792-32.768 28.672-38.912 81.92-14.336 120.832 16.384 26.624 33.792 52.224 51.2 77.824 11.264 16.384 21.504 33.792 33.792 50.176 7.168 12.288 14.336 24.576 22.529 35.84-16.385 22.528-32.769 45.056-49.153 66.56-25.6-14.336-51.2-25.6-80.896-28.672-81.92-11.264-222.208 37.888-230.4 203.776-5.12 101.376 81.92 189.439 184.32 198.656 92.16 9.215 179.2-45.057 211.969-132.097 9.216 2.048 19.456 3.072 28.672 4.096s19.456 1.024 28.672 1.024 37.887-2.048 57.343-5.12c14.336-2.048 28.672-6.144 43.008-10.24 7.17-2.048 10.24-7.168 11.265-14.336 0-4.096-1.025-7.168-3.072-10.24-1.024-2.048-3.073-3.072-5.12-4.096-3.073-1.024-5.12-2.048-8.192-3.072-2.049 0-3.072-1.024-5.12-1.024-18.433-5.12-36.864-10.24-56.32-15.36-7.168-2.048-14.336-4.096-20.48-6.144 2.048-2.048 4.096-5.12 6.144-7.168L614.94 600.087c20.48-25.6 39.935-51.2 60.416-75.776 2.047-2.048 4.095-8.192 7.168-2.048 11.263 21.504 23.551 40.96 32.767 63.488-47.103 36.864-73.727 83.968-79.872 143.36-10.24 104.447 64.512 200.704 167.937 219.136 88.064 15.36 179.2-30.72 218.111-112.64 14.336-28.673 18.433-67.584 19.456-69.633 2.048-48.128-9.216-92.159-36.863-132.096zM758.304 402.456c23.553-7.168 48.128 7.168 54.273 29.696 1.023 4.096 2.047 7.168-4.096 6.144-29.696-3.072-57.345 4.096-86.017 10.24q-1.535 7.68 0 0c-14.336-6.144-27.647-12.288-41.983-18.433 26.623-8.191 52.223-18.431 77.823-27.647M326.176 642.072c26.624 24.576 43.008 54.272 46.08 91.136-35.84 0-71.68 0-107.52 1.024-5.12 0-5.12-2.049-2.048-6.144 21.504-27.648 40.96-58.369 63.488-86.016q3.07-6.145 0 0m-2.048 216.064c-43.008 35.84-92.16 45.057-145.408 25.6-57.344-19.456-97.28-75.776-95.231-141.311 1.023-57.344 44.03-113.664 99.328-131.072 41.983-13.312 81.92-8.192 119.808 12.288-26.624 36.864-54.273 72.704-80.897 109.568-1.023 1.024-2.048 3.072-3.071 4.095-4.097 5.12-7.168 11.265-3.072 18.433 3.072 7.168 10.24 8.191 17.408 8.191h46.08c31.744 0 62.464 0 94.208 1.025-5.12 36.864-20.48 68.607-49.152 93.183zm96.256-215.04-3.072 27.648c-9.216-18.432-19.455-37.887-33.792-53.248a234 234 0 00-22.528-22.528q-6.143 6.145 0 0c10.24-14.336 20.48-27.647 30.72-41.983 0-4.097 1.025-7.168 1.025-11.265 0 4.097 0 7.168-1.025 11.265 2.048 27.647 9.216 54.271 27.649 75.775 3.07 4.097 1.023 9.216 1.023 14.336M470.56 746.52v-1.023c-1.023 0 0 1.023 0 1.023m149.504-201.728c-49.152 61.44-97.28 121.856-146.433 183.296l-3.072 3.072c4.096-49.152 8.192-99.328 12.288-148.48 2.049-20.48 4.097-41.983 6.144-62.464-1.024-9.215-2.047-18.431-4.095-27.647-7.17-16.385-14.337-32.769-21.505-48.128-1.024-3.072-3.072-5.12-4.096-8.192-13.311-29.697-25.6-60.416-38.912-90.113-2.048-6.143-5.12-12.288-7.168-17.408 16.384-12.287 36.864-14.336 56.32-14.336 37.888-1.023 74.752 4.097 109.567 20.48 2.05 1.025 5.12 1.025 7.17 2.049-15.361 28.671-29.697 56.32-45.057 84.992-11.264 21.504-2.048 37.887 20.48 44.032 23.552 5.12 46.08 11.264 69.632 16.384q10.752 1.535 0 0c-47.105 3.072-93.185 7.168-140.288 10.24-2.048 0-4.096 1.023-6.144 1.023 2.048 9.216 4.096 18.433 4.096 27.649 41.983-3.072 84.992-6.145 126.976-8.193 10.24-1.023 19.456-1.023 31.744-2.047-10.24 11.263-18.431 22.528-27.647 33.792zm296.96 323.584c-52.225 34.816-120.832 32.768-169.984-5.12-41.984-32.768-60.416-76.8-55.296-131.072 3.072-32.768 17.408-59.392 38.912-83.968 3.071-3.072 7.168-6.143 10.24-9.216C762.4 680.985 788 719.897 820.768 754.712c3.072 4.096 7.167 8.193 12.288 8.193 6.144 0 11.264-2.048 14.335-7.168 3.073-6.145 2.05-12.288-2.047-17.409-13.312-15.36-26.624-30.72-37.888-46.08-16.384-21.504-28.672-45.055-40.96-69.631 22.528-15.36 48.128-19.457 74.752-18.433 52.224 3.072 93.184 26.624 120.832 72.704 37.888 62.464 16.384 151.553-45.056 191.488M771.616 201.752c-2.048 2.048-2.048 5.12-3.072 8.192-7.168 30.72-14.336 62.464-21.504 93.184-1.025 3.072 0 8.192-5.12 10.24 16.384 10.24 33.792 18.432 53.248 23.552 17.408 4.096 27.648-2.048 34.816-17.408 3.071-6.144 3.071-13.312 5.12-19.456l6.144-27.648c3.072-7.168 10.24-5.12 15.36-6.144 15.36-3.072 16.384-6.144 11.264-20.48-5.12-12.288-12.288-23.552-11.264-37.888-20.48 16.384-43.009 24.576-84.992-6.144'/%3E%3C/svg%3E");width:1.04em}.adv-sport-bmx-racing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M1038.88 680.984c-24.576-100.353-130.048-157.696-227.328-124.929-9.216-18.432-17.408-37.888-26.624-56.32-2.048-4.096-1.023-6.144 3.072-8.192 8.193-4.095 10.24-11.263 9.216-20.48-4.096-34.816-8.191-68.608-13.311-103.424-3.073-23.552-21.504-40.96-45.057-44.031-12.288-2.05-22.527 1.023-32.768 2.047-7.168-10.24-14.336-20.48-27.648-24.576-43.008-14.336-86.016-29.696-129.023-44.032-14.336-5.12-28.672-11.264-44.032-14.336-3.072-4.096-8.193-4.096-12.288-6.143-17.409-7.168-36.865-12.288-54.272-21.504 8.192-7.168 16.384-15.36 22.527-24.576 2.048 5.12 5.12 3.07 9.216 2.047l24.577-9.215c16.383 8.191 27.648 6.143 37.888-8.193 12.287-17.408 26.624-33.792 31.743-55.296 8.193 3.073 11.265-1.024 12.289-8.192 1.024-10.24 4.096-19.456 4.096-29.695 0-18.433-2.049-37.89-14.336-53.248C542.241.024 509.473-6.121 474.657 1.047c-31.744 6.145-48.128 29.696-56.32 59.393-2.048 6.143-3.072 12.287 6.144 14.336 5.12 2.048 4.096 6.143 4.096 9.216-24.576 29.696-49.152 60.416-73.728 90.11-54.272-15.359-92.16 13.313-112.64 51.201-11.264 21.504-21.504 43.008-30.72 65.536-20.48 53.248-34.817 108.544-33.792 165.888 1.023 58.368 27.647 102.4 76.8 133.12q27.647 16.897 55.296 33.792c-14.336 20.48-28.672 40.96-44.033 60.416-19.456-9.216-39.935-14.336-60.416-15.36C114.21 664.6 34.336 731.16 22.048 823.32 7.712 927.767 89.632 1021.975 194.08 1023c100.352 1.024 179.2-78.848 179.2-180.224 19.456-2.05 37.888-4.097 57.344-6.145 10.24 19.456 25.6 35.84 29.696 58.368 1.024 4.096 4.096 5.12 7.168 5.12h86.016c10.24 0 17.408-5.12 21.504-14.335 3.072-8.193 3.072-16.384-3.072-23.552-4.096-6.145-8.192-24.576-6.144-31.744 6.144-19.456 0-36.865-7.168-54.273 5.12-5.12 10.24-9.216 15.36-14.336 5.12 1.025 9.216 1.025 14.336 2.048 20.48 3.072 39.936 7.168 60.416 9.216 9.216 1.024 17.408-2.048 21.504-11.264 5.12-9.216 4.096-16.384-2.048-24.576-10.24-12.288-22.528-24.576-34.816-34.815q-6.144 6.143 0 0c47.105-46.08 94.208-93.185 141.312-139.265 1.023 2.049 2.048 6.144 3.071 9.216-52.223 32.768-81.92 78.848-87.04 140.287-8.191 114.688 93.185 204.801 205.824 186.368 100.353-18.431 166.912-119.808 142.336-218.11zm-406.528-307.2c17.408 21.504 53.248 17.408 68.608-6.145 1.025-2.047 3.073-4.095 4.096-6.143l21.504-3.072c13.313-1.024 19.456 4.095 21.505 16.383 3.071 20.48 3.071 20.48-16.385 26.624-15.36 5.12-29.695 9.217-45.056 15.36-6.143 2.049-10.24 2.049-16.383-3.071-11.265-9.216-23.552-18.432-34.817-26.624-5.12-4.096-12.288-5.12-18.431-6.144q-6.144-10.752-15.36-21.504c14.335 1.024 22.527 4.096 30.719 14.336M342.56 526.36c14.337-1.024 27.648-3.072 40.96-4.097 34.816-3.071 69.633-7.168 104.448-10.239 6.145-1.024 10.24 0 11.265 7.168 2.047 10.24 5.119 19.456 8.191 29.695-34.815 10.24-69.632 20.48-104.448 31.744q4.608 3.072 0 0c-21.504-13.311-41.983-25.6-65.535-39.935-6.145-4.097-12.288-7.168-18.433-11.265 8.193-1.023 16.384-2.048 23.552-3.071m-45.056 288.768c-26.624 3.072-53.248 6.145-82.944 9.216 16.385-22.527 30.72-43.008 45.056-63.487 18.432 14.335 30.72 32.767 37.888 54.271m5.12 35.84c-3.072 61.44-58.368 108.544-117.76 100.353-63.488-9.217-104.448-66.56-91.137-128 12.288-59.393 74.753-96.256 134.145-77.824-19.456 27.647-38.912 56.32-58.368 83.968-5.12 8.192-11.264 16.383-5.12 25.6 6.145 10.24 15.36 8.192 25.6 7.168 36.864-3.072 74.753-7.168 112.64-11.264q6.144-1.536 0 0zm122.88-50.176c-19.456 2.048-37.888 4.096-57.344 5.12-10.24-41.984-32.768-76.8-68.608-102.4 10.24-19.456 24.576-35.84 35.84-54.271 4.096-6.145 6.144-1.025 9.216 2.047l52.224 64.512c3.072 4.097 6.144 7.168 9.216 10.24q12.288 35.328 21.504 70.657c-1.024 2.047-2.048 3.07-2.048 4.095m108.544-51.2c-13.311-4.096-26.624-10.24-40.96-9.216-7.168-29.696-15.36-58.368-22.528-88.064-4.096-18.432-12.287-33.792-27.648-46.08q-4.608-3.072 0 0c24.576-8.192 50.176-15.36 75.777-21.504q7.679-3.072 0 0c10.239 34.816 20.48 69.632 31.743 103.425l9.217 35.84a302 302 0 00-25.601 25.6m45.056-268.288c-8.191-34.815-37.888-56.32-72.703-54.271-41.984 2.047-82.944 6.143-124.93 9.215-3.07 0-7.167 0-10.238 1.025-10.24 1.023-20.48 1.023-30.721 2.048-15.36 2.047 0 0 0 0 14.336-30.721 31.744-60.416 48.128-90.113 4.096-1.024 7.168 0 10.24 2.048 1.024 0 2.048 1.025 2.048 1.025 38.912 20.479 78.848 34.815 121.856 43.007 6.143 1.024 11.264 2.048 12.288 10.24 4.096 19.457 17.408 30.72 36.863 32.768 17.408 2.048 32.769-4.096 43.01-19.456l3.07-3.072c14.336 7.168 25.6 18.432 37.889 27.648 18.432 14.336 36.863 28.672 57.344 45.056-43.008 12.288-82.944 23.553-122.88 34.816-6.145-13.312-8.193-27.648-11.265-41.984zm175.104 47.104-2.048 2.048-133.12 133.12c-1.024 1.023-2.048 1.023-3.072 2.048l-21.504-104.448c51.2-15.36 101.376-29.696 152.576-45.056 4.096-1.024 6.144 0 8.192 4.096 1.024 2.048 3.072 5.12-1.024 8.192m-1.024-59.392c-6.144 3.072-10.24 2.049-14.336-2.048-8.191-7.168-16.384-13.311-26.624-21.504 13.313-4.095 25.6-8.191 37.889-12.288 5.12-2.048 6.143 0 7.168 5.12 0 6.145 1.023 12.288 2.048 18.432 0 5.12 0 9.217-6.145 12.288M905.76 821.272c-51.2 19.455-108.544-3.072-133.12-51.2-23.552-47.105-8.191-106.496 34.816-134.145 11.264 23.553 21.504 47.104 32.768 70.656 1.024 3.072 2.049 5.12 4.097 8.192 5.12 9.216 14.336 12.288 23.551 8.192 8.193-4.096 12.289-13.312 8.193-23.552-9.217-21.504-19.456-43.008-29.696-65.536-2.048-5.12-4.096-9.216-6.145-14.336 59.393-14.336 114.688 22.528 129.024 75.776 14.336 52.224-13.312 107.52-63.488 125.952z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-bowls{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M330.6 627.4c0-34.8-24.4-63.2-54.6-63.2s-54.6 28.2-54.6 63.2c0 34.8 24.4 63.2 54.6 63.2s54.6-28.4 54.6-63.2m341 209.4c0 38.6-31.2 69.8-69.8 69.8S532 875.4 532 836.8s31.2-69.8 69.8-69.8 69.8 31.2 69.8 69.8m256-465.4c0 38.6-31.2 69.8-69.8 69.8S788 410 788 371.4s31.2-69.8 69.8-69.8 69.8 31.2 69.8 69.8M532-1C249.2-1 20 228.2 20 511s229.2 512 512 512 512-229.2 512-512C1043.6 228.4 814.6-.6 532-1M136.4 278.2c12.8 0 23.2 10.4 23.2 23.2s-10.4 23.2-23.2 23.2-23.2-10.4-23.2-23.2c-.2-12.8 10.4-23.2 23.2-23.2m279.2 372.4c-114.399 0-116.399 134-116.399 139.601.2 12.8-10.2 23.4-23 23.4-12.8.2-23.4-10.2-23.4-23v-.2c0-5.6-2-139.6-116.4-139.6-12.8 0-23.2-10.4-23.2-23.201s10.4-23.2 23.2-23.2c114.4 0 116.4-134 116.4-139.6-.2-12.8 10.2-23.4 23-23.4s23.4 10.2 23.4 23v.2c0 5.6 2 139.6 116.399 139.6 12.8 0 23.2 10.4 23.2 23.2.2 12.8-10.2 23.2-23.2 23.2m-8-539.6c-13 4-26 8.8-38.4 14.2-12.6 5.4-24.6 11.2-36.6 17.6-11.8 6.4-23.2 13.4-34.6 21-11.2 7.4-22 15.6-32.2 24.2-10.4 8.6-20.4 17.6-29.8 27s-18.6 19.6-27 29.8c-8.2 10-22.8 11.4-32.8 3.2s-11.4-22.8-3.2-32.8q14.1-17.1 30-33t33-30c11.6-9.6 23.6-18.4 35.8-26.8s25.2-16.2 38.4-23.2c13-7 26.8-13.8 40.6-19.6S379 71.4 393.6 67c14.4-4.4 29.6-8.4 44.6-11.4 15.2-3.2 30.6-5.4 46.2-7 6.2-.8 12.4 1 17.2 5s7.8 9.6 8.4 15.8-1.2 12.4-5 17.2-9.6 7.8-15.8 8.4c-14 1.4-28 3.6-41.6 6.4-13.4 2.2-26.8 5.4-40 9.6m194.2 842.2c-64.2 0-116.399-52-116.399-116.4 0-64.2 52-116.399 116.399-116.399 64.2 0 116.4 52 116.4 116.399 0 64.2-52.2 116.4-116.4 116.4m46.6-651.6c-64.2 0-116.4-52-116.4-116.399 0-64.2 52.2-116.4 116.4-116.4s116.399 52 116.399 116.4c-.2 64.2-52.2 116.2-116.399 116.399m209.4 186.2c-64.2 0-116.399-52.2-116.399-116.399 0-64.2 52.2-116.4 116.399-116.4s116.4 52.2 116.4 116.4S922 487.6 857.8 487.8M718.2 185.2c0 38.6-31.2 69.8-69.8 69.8s-69.8-31.2-69.8-69.8 31.2-69.8 69.8-69.8 69.8 31.2 69.8 69.8'/%3E%3C/svg%3E");width:1.04em}.adv-sport-boxing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='m433 747.6-.2.2 9.6 54.6L497 812l.2-.2-10.4-53.6zm483-419c-211.8-211.6-333.2-102.8-352.8-29-9.4 35.2-8.4 50-8.4 50C523 334 441.8 312 372 567.8L222 752.401c33.6 58 72.2 108.8 116.8 153.399s95.4 83.2 153.4 116.8l184.6-150c60-27.8 157.4-38.8 219.6-101.199 127.8-127.4 211.2-251 19.6-442.801M616.8 783.2c-12.6 12.6-33 12.6-45.6 0-3-3-5.2-6.4-6.8-10l-39.4-7.6 7.6 39.4c3.6 1.6 7 3.8 10 6.8 12.6 12.6 12.6 33 0 45.6s-33 12.6-45.6 0q-4.2-4.2-6.6-9.6l-41.6-7.2 7.4 41.6c3.4 1.6 6.8 3.8 9.6 6.6 12.6 12.6 12.6 33 0 45.6s-33 12.6-45.6 0-12.6-33 0-45.6l.4-.4-9.6-54.6-54.6-9.6c-.2.2-.2.2-.2.4-12.6 12.6-33 12.6-45.6 0s-12.6-33 0-45.6 33-12.6 45.6 0q4.2 4.2 6.6 9.6l41.6 7.4-7.4-41.6q-5.1-2.4-9.6-6.6c-12.6-12.6-12.6-33 0-45.6s33-12.6 45.6 0c3 3 5.2 6.4 6.8 10l39.4 7.6-7.6-39.4c-3.6-1.6-7-3.8-10-6.8-12.6-12.6-12.6-33 0-45.6s33-12.6 45.6 0 12.6 33 0 45.6l10.4 53.6 53.6 10.4c12.6-12.6 33-12.4 45.4 0 12.8 12.6 12.8 33 .2 45.6m-329.4-163-13.6-17.6-52.6 15c0 .2 0 .2-.2.4l32.8 43.8zm-120.8 60c3.8 1.2 7.2 3.2 10.2 5.6l40.4-12.2-25.2-34c-3.8.2-7.6-.2-11.4-1.6-17-5.6-26.2-23.8-20.6-40.6 5.6-17 23.8-26.2 40.6-20.6 4 1.4 7.6 3.4 10.6 5.8l38.6-11-24.6-31.6c-4 .2-8-.2-12-1.6-17-5.6-26.2-23.8-20.6-40.6 5.6-17 23.8-26.2 40.6-20.6s26 23.6 20.6 40.6l33.6 43.2 52.6-15c1.6-5 4.4-9.2 7.8-12.6 29.6-97.4 61-150.4 61-150.4s-32.2-86.2-130.6-47.8C394.6 280 310 191.8 310 191.8S410 268 506.8 309.6q7.2-1.2 14.4-1.199c2 0 4.2 0 6.2.2q1.8-7.8 4.2-17.4c13.4-50.8 59.6-104.8 131.4-116.4-24-53.6-81-110.2-200.4-149.2-257.4-84.4-330 45.8-386.2 217.4-27.4 83.8 6.8 175.6 9 241.6L35 717.202c56.2 36.6 113.6 64.4 173.6 84 2 .6 4 1.2 6 2-7.199-11.2-14.199-22.6-21-34.4l-11.199-19.4 29.6-36.4-24.6 7.4c0 .2 0 .2-.2.4-5.6 17-23.8 26.2-40.6 20.6-17-5.6-26.2-23.8-20.6-40.6 5.6-17 23.8-26.2 40.6-20.6z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-canoeing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M1025.57 918.552s-1.024 0 0 0c-10.24 0-18.433 1.024-26.624 4.097h-1.024c-2.048 1.023-3.073 1.023-5.12 2.048-2.048 1.023-4.096 1.023-6.144 2.047-10.24 4.096-19.456 10.24-28.672 16.384-26.624 19.456-57.345 23.552-89.088 14.336-13.312-3.072-23.553-10.24-34.816-18.432-40.96-27.648-82.945-28.671-122.88 0-31.744 22.528-64.512 28.672-101.376 16.384-12.288-4.095-21.504-12.288-32.769-18.431-36.863-24.577-78.848-24.577-115.712 0-23.552 16.383-48.128 27.647-77.824 24.575-16.384-2.048-54.272-21.504-58.367-23.552-17.408-13.311-37.889-19.456-60.416-19.456-25.6 0-46.08 10.24-66.56 24.576-37.888 25.6-76.8 26.624-116.736 1.025-17.408-11.265-34.816-23.553-57.344-24.577h-4.096V1023h1020.93V919.576c-4.096-1.024-9.216-1.024-15.36-1.024zM77.344 889.88c7.168 8.192 17.408 9.216 25.6 2.048l86.016-76.8c7.168-6.144 9.216-15.36 4.096-22.528-9.216-11.264-2.048-15.36 5.12-21.504 4.097-3.071 7.168-6.144 11.264-9.216 24.576-21.504 49.152-41.983 73.728-63.488 1.024 0 2.048-1.024 2.048-1.024 2.048 0 5.12 0 7.168-1.024 32.768-9.216 66.56-18.432 99.328-26.624 20.48-5.12 39.936-11.264 56.32-26.624 20.48-11.264 38.912-25.6 58.368-37.888 9.216-5.12 9.216-5.12 10.24 5.12 2.048 12.288 4.096 25.6 5.12 37.888 12.288-7.168 23.552-14.336 35.84-21.504 45.056-27.647 88.064-27.647 134.145-1.023 16.383 9.215 32.767 19.455 48.127 28.672-4.095-31.745-8.192-63.489-13.312-95.233-2.048-16.384-3.071-31.744 9.217-45.056 7.168-8.192 12.288-17.408 17.407-26.624 10.24-16.383 22.528-30.72 30.72-48.127 13.312-15.36 22.528-34.817 34.816-51.2 8.192-11.264 11.265-24.577 12.288-38.913 1.025-23.552 4.096-48.128 5.12-71.68 1.025-22.528 3.073-44.032 4.096-66.56 23.553-22.527 49.152-43.008 73.728-65.536 3.073-3.071 5.12-1.023 7.168 1.024 12.289 10.24 19.457 11.264 31.745 0l79.872-70.656c11.263-10.24 12.288-20.48 2.047-31.744-11.264-12.288-22.528-24.575-33.792-37.888-9.215-10.24-19.456-10.24-30.72-1.024L890.402 75.8c-12.288 11.265-13.313 19.456-3.073 32.769 3.073 4.095 2.048 6.143-1.024 9.216-14.336 12.288-29.695 25.6-44.031 37.887-2.049 1.025-3.072 3.073-6.145 3.073 0-2.048-1.024-4.096-2.048-6.145-9.215-13.311-27.648-20.48-43.007-16.384-17.409 4.096-29.697 16.384-31.744 33.792-3.073 20.48-3.073 39.937-4.096 60.416-13.313 11.265-25.6 23.552-38.912 34.817-16.385 13.311-30.721 28.672-48.128 40.96-1.025-1.025-1.025-2.048-2.049-3.073-25.6-28.672-70.655-35.84-105.472-15.36-33.792 20.48-49.152 63.488-35.84 100.353 4.096 11.264 12.288 19.456 16.384 29.696-45.056 38.911-89.088 78.848-134.144 117.76l-70.656 61.44c-1.025 0-2.048 1.024-2.048 1.024-4.096 0-7.168 0-10.24 1.025l-87.04 23.551c-17.408 5.12-28.672 16.384-31.744 33.792-3.072 16.384 3.072 30.72 16.383 39.936-18.431 18.432-38.91 34.816-58.367 52.224-4.096 4.096-6.144 1.024-8.192-2.048-10.24-9.216-19.456-11.264-28.672-3.072-28.672 24.577-56.32 50.176-84.992 75.776-8.193 7.168-9.216 18.432-2.048 26.624 12.288 16.385 24.576 29.696 37.888 44.032zm433.152-391.168c21.504-18.432 43.008-37.888 64.512-56.32 1.024-1.024 3.072-2.048 5.12-3.072 2.048 2.048 4.096 3.072 7.168 3.072 33.792 7.168 66.56-6.144 87.04-33.792 1.024-1.024 2.048-3.072 3.072-4.096 11.264-18.432 16.384-37.888 10.24-58.368 13.312-15.36 29.696-26.624 44.031-39.936 7.168-6.144 13.313-13.312 21.504-17.408-1.023 17.408-3.07 34.816-4.095 53.248 0 4.096-3.073 6.144-4.096 9.216-9.216 15.36-19.456 28.672-27.648 44.032-15.36 19.456-27.648 39.936-40.96 61.44-6.144 9.216-12.289 14.337-23.552 14.337 4.095 25.6-15.36 40.96-34.817 44.03-17.407 3.073-35.84-11.263-40.96-30.719-20.48 0-38.912 6.144-58.367 14.336-3.072 1.024-5.12 4.096-9.217 3.072-2.047-1.024 0-2.048 1.025-3.072m309.248 265.216c-23.552-20.48-48.128-37.888-73.728-56.32-28.672-17.407-56.32-35.84-84.992-53.247-24.576-14.336-47.104-14.336-71.68 0-20.48 12.288-39.936 24.575-60.416 36.863-6.144 4.097-11.264 8.192-17.409 11.265-45.055 30.72-88.063 63.487-124.928 104.447-26.624 29.696-40.96 62.464-35.84 100.353 26.625-2.048 49.153-13.313 71.68-28.672 44.032-29.697 93.185-29.697 137.217 0 12.287 8.191 24.575 17.408 38.911 22.527 44.033 15.36 82.945 7.168 120.832-19.455 48.128-33.792 97.28-33.792 146.433 0 10.24 7.168 20.48 14.336 32.768 18.431 2.048-25.6-4.096-50.175-21.504-73.728-16.384-23.552-36.864-44.031-57.344-62.464'/%3E%3C/svg%3E");width:1.04em}.adv-sport-counter-strike{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M989.8 282.4c-47.4-98-143.8-194.601-244-236.2C586.8-33.6 366.6-7 228.2 99.4c-172.2 130.8-244 339-189 549C77 810.8 232.599 964 393.4 1004.6c203.6 51.8 413.8-11.4 545.199-181 117.601-143.8 137.4-376.8 51.2-541.2zm-88.6 531.2C782.599 950.201 619.4 1011.401 438.8 979c-107.399-27.2-215-74.8-283.399-175.2-112.2-133.399-132.4-358.6-49.2-511.6C197 119 376.2 20.599 568.6 32.4c117.2 11.8 219.4 59 307 141.8 37.6 43 68.6 89 92.4 137.8 75.4 156.2 47 372.2-66.8 501.6m-19.6-606h-11.8c-5.8-3-15.6-4-15.8-11.8 2-3.4 5.6-3.4 7.8-6-8.6-5.6-3.8-16.4-7.8-23.6-14.4-4.4-2.6 12.6-11.8 15.8-15-2-26.2 5-37.4-6l4-4c-1.4-1.6-5.6-5-9.8-4-2.4 18.2-19.8 6.4-33.4 9.8-12-2.8-4.2-11.4-6-19.6-3.8.6-6.6-1-9.8-2-1.4 24.4-28 12.6-43.2 15.8-15.8-7.2-49.6 8.6-47.2-21.6-11-2.6-18.2 3.6-25.6 9.8-31.4-18.4-38.4 34-65 15.8-1.8-11.6 2.2-20.8 7.8-29.6 15.2-16.2-2.6-33.4-5.8-49.2C556 62.8 512.2 50 480.2 67.8c-35 17.2-38.6 56.6-35.4 90.6-2 3.6-6.4 1.4-9.8 2-28.2 20.2-46.6 51.6-67 78.8-2.4 68.6-16.4 132.2-33.4 194.8 3 2.401 7.4.6 9.8 4-16.4 19 5.6 36.8 4 57-22 66.401-43.8 132.6-57 202.6-7 16.801-25 15.801-37.4 23.601-17.2 26.2-44.4 48.2-51.2 78.8 11.2 22.2 7.4 55.8 33.4 67 13.4 25 36.8 2.6 55.2 4 10.4-17.8-2.6-35.4-4-53.2 18.2-7.4 42-1.2 61-6 14.4-31.4 26-64.2 43.2-94.4 11.6-50 29.4-98.2 53.2-143.6 4.8-3.6-1.6-11.4 5.8-13.8 32.2 8 48 43.6 68.8 67 8.6 24.4 38.4 40.4 51.2 63 12.4 46.6 22 94.4 37.4 139.8 3.2 24.6-8.6 48.2 13.8 65 27.8 18.2 58 47.8 94.4 27.6v-25.6c-10.4-31-41.8-53.6-37.4-90.6 7.2-50.2-21-85.6-13.8-135.8-19-19-25.6-43.2-43.4-63-5.8-14-24-22.8-23.6-39.4 4-3.4 7-8.6 11.8-9.8-.2-23-20.6-39.2-33.4-55.2-11.6-18.4-31.6-33.6-41.4-53.2l-15.8 4c-1.4-12.4-5.6-23.6-4-37.4 1.2-8.6 10.4-14.4 19.6-11.8 4.8-18 2.6-38.6 6-57 5-9.6 15.6-5.8 23.6-7.8 15.8 6.2 30-2.6 43.2-7.8l2 2c5 2.2 6.4-4 9.8-6 27.2 8.6 34-27.2 53.2-37.4l37.4 7.8c5.8-.2 9.4-3.2 7.8-9.8 3.6-10.4-7.4-21.2 2-27.6 12.8 30.8 20.8 63.2 41.4 90.6 6.2-1.2 11.4-4.6 15.8-9.8-16.4-27.8-32.8-57.8-31.4-90.6 7.4 1.2 12.2 8.6 19.6 9.8 3.8-4.6 7.6-14.4 15.8-11.8 11.4-50.8 68.2-25 102.4-37.4-.8-1.4-2.4-2.4-1.8-4.2zm-307 47.2c-7.4-1.2-16.2-3.6-19.6-9.8l31.4-25.6c17-1.6 31.4 2.6 47.2 4-11 22.8-47.2 2-59 31.4'/%3E%3C/svg%3E");width:1.04em}.adv-sport-cricket{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M758.442 373.07c-88.317 0-160.156 71.839-160.156 160.155s71.839 160.156 160.156 160.156c88.316 0 160.155-71.839 160.155-160.156 0-88.316-71.839-160.155-160.155-160.155M240.944 917.226l-116.221-116.22 19.325-19.325 116.22 116.22zm782.766-706.393L832.573 19.696c-26.177-26.212-71.874-26.212-98.05 0l-504.9 504.899c-17.547 17.546-23.472 44.007-15.11 67.372 8.97 25.038 32.086 41.73 61.84 44.612 2.811.286 4.038 2.1 4.572 3.595.445 1.264.89 3.737-1.316 5.944L169.225 756.501l116.22 116.22 100.312-100.31c2.616-2.617 5.659-3.968 9.04-3.968 5.445 0 12.243 3.79 14.396 12.135 7.972 31.16 33.722 52.104 64.062 52.104 17.226 0 33.401-6.71 45.59-18.898l123.392-123.409c-48.136-35.697-79.526-92.748-79.526-157.13 0-107.928 87.82-195.747 195.746-195.747 64.383 0 121.451 31.391 157.131 79.527l108.142-108.123c27.03-27.031 27.03-71.038-.019-98.07zM35.98 889.75C25.678 900.053 20 913.756 20 928.365c0 14.574 5.677 28.294 15.98 38.598l39.007 39.007c10.303 10.303 24.023 15.98 38.598 15.98s28.294-5.677 38.598-15.98l63.6-63.6-116.22-116.22z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-cross-country{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M262.867 137.034H111.189c-16.6 0-30.018 13.417-30.018 30.017.228 16.373 13.417 29.79 30.018 29.79h151.45c16.6 0 30.018-13.417 30.018-30.017 0-16.373-13.417-29.79-29.79-29.79m0 239.457H111.189c-16.6 0-30.018 13.417-30.018 30.017s13.417 30.017 30.018 30.017h151.45c16.6 0 30.018-13.417 30.018-30.017 0-16.829-13.417-30.017-29.79-30.017M203.06 256.649H51.382c-16.6 0-30.017 13.417-30.017 30.017s13.417 30.016 30.017 30.016h151.451c16.6 0 30.017-13.417 30.017-30.016s-13.417-30.017-29.79-30.017M982.601 406.28H801.133V286.666c0-52.53-64.355-80.274-102.104-42.297L459.8 483.6c-23.423 23.423-23.423 61.171 0 84.594l137.125 137.125L429.783 872.46c-23.423 23.423-23.423 61.172 0 84.594s61.172 23.422 84.594 0l209.439-209.438c23.423-23.423 23.423-61.172 0-84.595L586.69 525.896l94.826-94.826v35.02c0 32.973 26.834 59.806 59.808 59.806H982.6c32.974 0 59.807-26.834 59.807-59.807s-26.606-59.806-59.807-59.806v-.001zM580.096 102.241c-23.877-15.691-55.259-12.735-75.498 7.504L340.185 274.158c-23.423 23.423-23.423 61.172 0 84.594 23.424 23.422 61.173 23.423 84.595 0l129.848-129.848 43.662 31.608 58.443-58.442c9.778-9.779 21.376-17.283 33.883-23.196L580.097 102.24zM417.502 610.489c-15.236-15.236-25.242-33.883-30.7-53.895L70.939 872.458c-23.424 23.422-23.424 61.171 0 84.593 23.423 23.422 61.172 23.423 84.594 0l304.266-304.266zM831.15 47.437c49.573 0 89.824 40.25 89.824 89.825s-40.25 89.825-89.824 89.825c-49.575 0-89.825-40.25-89.825-89.825s40.25-89.825 89.825-89.825'/%3E%3C/svg%3E");width:1.04em}.adv-sport-curling{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M1042.98 585.752c-4.096-25.6-11.264-49.152-24.575-71.68-38.912-68.608-98.305-104.448-176.128-110.592 0-13.312-3.072-26.624-9.217-38.912-17.407-33.792-45.056-49.152-82.943-49.152H425.509c-9.216 0-11.264-3.072-11.264-11.264a744 744 0 000-67.584c0-9.217 2.048-13.312 12.288-12.288 82.943 1.024 165.888 0 247.808 0h14.336c16.384-1.024 29.696-14.336 32.769-30.72 4.095-24.576-13.313-44.032-38.913-44.032H410.15c-9.216 0-19.455-1.024-28.672 0-27.647 0-43.008 15.36-43.008 44.031V306.2c0 7.168-2.048 10.24-10.24 10.24-13.311 0-26.624-1.024-39.935 2.048-38.912 8.192-69.632 44.032-69.632 86.016-7.168 1.024-15.36 1.024-22.528 2.048q-102.913 16.897-153.6 107.52c-16.385 26.625-24.577 55.297-25.601 86.017 3.072 23.551 3.072 47.104 4.097 70.656 1.023 31.744 9.215 62.464 25.6 90.112 1.024 1.023 1.024 2.048 2.047 4.096 35.84 62.464 91.136 99.328 162.816 105.472 64.512 5.12 129.023 2.048 193.536 1.024h10.239c12.288 2.048 23.553 0 35.84 0 131.072 0 261.12 2.048 392.192-1.024 78.848-1.024 137.216-40.96 176.128-109.567 6.145-9.217 10.24-19.456 14.336-29.697 13.312-40.96 10.24-144.384 9.216-145.408zM842.272 815.128c-131.072 2.048-261.12 1.024-392.192 1.024-12.288 0-23.552 2.048-35.84 0q-3.072-4.608-6.144 0H404c-64.512 1.024-130.048 4.096-193.536-1.024-48.128-4.096-89.088-22.528-121.855-53.248 0 0 13.311 0 0 0h165.888v-4.096c0 1.024 1.023 3.073 0 4.096 1.023 0 1.023 0 2.048 1.024h719.872c-34.816 31.745-79.872 51.2-134.144 52.224zM89.632 514.072c29.696-27.648 66.56-44.032 109.568-52.225 7.168-1.023 15.36-2.047 22.527-2.047h620.545c53.247 4.096 97.28 21.503 132.096 54.272z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-cycling{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M861.622 481.096c-16.146.228-32.065 2.73-47.527 7.05L698.8 241.415h108.018c16.6 0 30.016 13.417 30.016 30.016 0 7.96-3.183 15.463-8.64 21.15l-17.511 17.51c-11.143 12.28-10.232 31.154 2.048 42.296 11.369 10.461 28.88 10.461 40.25 0l17.51-17.51c35.02-35.247 35.02-92.098-.228-127.345-16.828-16.828-39.567-26.152-63.218-26.152H652.184c-16.6 0-30.016 13.417-30.016 30.018 0 4.32.91 8.64 2.73 12.507l63.9 137.125H382.257v-59.58h90.051c16.601 0 30.018-13.417 30.018-30.018s-13.417-30.017-30.018-30.017H292.431c-16.6 0-30.016 13.417-30.016 30.017s13.417 30.018 30.016 30.018h30.018v82.092l-60.263 108.472c-19.101-7.05-39.112-10.687-59.579-10.915-99.376 0-179.878 80.275-179.878 179.65s80.275 179.876 179.65 179.876h.227c87.55-.226 162.139-63.673 176.692-149.859h38.43c16.601 46.619 67.767 71.178 114.385 54.577s71.177-67.765 54.578-114.384a93.3 93.3 0 00-10.915-21.149l138.943-192.384 44.798 95.737c-81.637 56.17-102.332 168.052-46.162 249.69 33.428 48.663 88.914 77.772 148.04 77.772 99.376 0 179.877-80.275 179.877-179.65s-80.274-179.876-179.649-179.876zm-576.696 93.009c16.147 15.463 27.517 35.02 33.201 56.623h-64.583zm-82.548 206.482c-66.175 3.411-122.571-47.755-125.754-113.929-3.411-66.175 47.755-122.571 113.929-125.754a107 107 0 0112.053 0c10.232.227 20.238 1.592 30.016 4.32l-56.169 100.968c-7.959 14.326-2.956 32.519 11.37 40.478 4.548 2.5 9.551 3.866 14.78 3.866h115.75c-13.871 52.758-61.399 89.825-115.976 90.052zm215.124-149.859h-38.204c-7.504-43.206-30.472-82.32-64.81-109.608l37.976-68.22 82.548 148.721c-7.732 8.414-13.417 18.42-17.51 29.108zm109.609-55.941c-12.962-4.321-26.606-5.23-39.796-2.501L403.403 421.29H638.31l-111.2 153.498zM861.395 780.36c-65.946.227-119.613-52.759-119.842-118.705a118.75 118.75 0 0143.89-93.008l48.664 104.605c7.731 14.554 25.923 20.24 40.477 12.507 13.644-7.276 19.557-23.65 13.644-37.749l-48.892-105.061c7.278-1.364 14.554-2.047 21.831-2.274 66.175-3.412 122.571 47.754 125.754 113.93 3.411 66.174-47.755 122.57-113.929 125.754-3.638.226-7.732.226-11.598 0z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-darts{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M482.669 1023c254.228 0 460.318-206.09 460.318-460.316 0-78.223-19.451-151.825-53.835-216.296-3.762.537-7.629.752-11.39.752-2.149 0-4.405-.106-6.662-.215l-58.56-4.513-42.121 42.12c32.127 51.792 50.717 112.824 50.717 178.15 0 186.857-151.505 338.362-338.36 338.362s-338.47-151.505-338.47-338.361c0-186.855 151.505-338.358 338.361-338.358 65.439 0 126.47 18.588 178.151 50.715l38.145-38.145-5.157-67.155c-.43-5.374-.323-10.746.214-16.011-63.288-32.772-135.172-51.36-211.462-51.36-254.119 0-460.209 206.088-460.209 460.313 0 254.227 206.091 460.316 460.318 460.316v.001zm0-579.264q4.513 0 9.026.321l86.819-86.819c-29.12-13.647-61.568-21.275-95.846-21.275-125.179 0-226.612 101.434-226.612 226.612s101.434 226.72 226.612 226.72 226.613-101.433 226.613-226.612c0-34.277-7.63-66.725-21.276-95.846l-86.822 86.82q.325 4.514.324 9.025c0 65.652-53.188 118.948-118.947 118.948-65.76 0-118.841-53.297-118.841-118.948.002-65.65 53.297-118.945 118.949-118.945zm474.392-291.512 27.292-27.292c12.465-12.464 12.465-32.557 0-45.022l-18.912-19.019c-6.232-6.231-14.397-9.348-22.455-9.348-8.06 0-16.333 3.117-22.457 9.348L889.26 92.16l-6.446-83.275C882.384 2.76 877.33-1 872.069-1c-2.687 0-5.373.967-7.523 3.117l-123.03 123.03c-11.067 11.066-16.763 26.432-15.58 42.119l.322 4.835 5.91 77.042-238.216 238.219c-4.513 4.511-7.308 10.529-7.737 16.869l-2.148 26.97c-1.29 15.688 11.175 29.012 26.755 29.012h1.396l28.475-1.397c6.66-.324 13-3.116 17.622-7.846l241.764-241.762 73.386 5.587c1.398.107 2.794.107 4.084.107 14.182 0 27.83-5.587 38.037-15.688l122.922-122.923c6.447-6.447 2.365-17.622-6.768-18.267l-74.678-5.802z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-default{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.626 19.834' width='19.626' height='19.834'%3E%3Cpath fill='black' d='m19.301 2.633-.227-.956h-3.781V0H4.222v1.677H.552l-.23.956c-.117.492-1.084 4.881 1 7.524A5.06 5.06 0 005.514 12h.061a5.54 5.54 0 002.382 1.612v2.512H5.183v3.71h9.26v-3.71h-2.775v-2.549A5.54 5.54 0 0013.941 12h.17a5.06 5.06 0 004.186-1.843c2.088-2.643 1.125-7.032 1.004-7.524M4.222 9.3a2 2 0 01-.941-.686c-.881-1.114-.859-3.123-.7-4.449h1.641Zm12.122-.689a2.2 2.2 0 01-.99.706V4.165h1.688c.159 1.312.18 3.341-.697 4.45Z'/%3E%3C/svg%3E");width:.99em}.adv-sport-diving{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1011.23 816.152c-9.217 1.023-15.36 5.12-21.505 11.264-20.48 21.504-45.056 38.912-74.752 45.055-34.815 7.168-66.56-2.047-95.231-23.551-9.216-7.168-17.408-14.336-24.576-22.529-11.264-13.311-34.817-13.311-46.08 0-20.48 22.529-44.033 39.937-73.728 46.08-35.84 7.168-66.56-2.047-95.232-23.551-9.216-7.168-17.409-15.36-25.6-23.552-6.145-6.145-13.313-10.24-22.528-9.216-10.24 0-19.456 5.12-25.6 13.311-18.433 20.481-39.936 35.84-66.56 43.008-40.96 10.24-76.8-2.048-107.52-28.672-6.145-5.12-11.265-11.263-16.385-16.383-15.36-14.336-32.768-14.336-47.104 0s-29.696 27.648-48.128 36.864c-43.007 20.48-87.04 11.264-122.88-16.384-7.168-6.144-14.336-11.265-20.48-18.433-17.408-19.456-45.056-18.431-57.344 9.216v87.04c0 23.553 11.264 35.84 35.84 35.84h950.272c18.431 0 30.72-5.119 37.888-22.527v-102.4c-7.168-12.288-16.384-21.504-32.768-20.48zm30.72-197.632c-13.312-21.504-33.792-24.575-52.225-7.168-7.168 7.168-14.335 13.313-21.503 19.456-32.768 25.6-69.632 35.84-110.592 22.528-25.6-8.192-45.056-23.551-62.464-43.007-14.336-15.36-31.745-14.336-46.08 0-5.12 5.12-9.216 10.24-15.36 14.336-30.72 26.624-64.513 39.935-105.473 30.72-28.672-6.144-51.2-22.528-70.656-44.033-7.168-7.168-14.336-13.311-24.575-12.287-8.193-1.024-15.36 3.071-20.48 8.191-6.144 5.12-11.265 12.288-17.409 17.409-15.36 13.311-31.744 24.576-51.2 28.671q-10.752 4.61 0 0V179.224h327.68c10.241 0 19.457-3.071 26.625-11.263 7.168-10.24 9.216-20.48 3.071-31.745-6.143-11.263-16.384-16.383-29.695-16.383H263.71v-30.72q0-6.145-3.072-12.288c-5.12-11.265-15.36-18.433-27.648-18.433-2.048 0-4.096 0-6.145 1.025q-12.286 3.07-18.431 12.288c-2.048 3.072-4.096 7.168-5.12 10.24 0 2.048-1.024 4.096-1.024 6.143v23.552c0 2.049-1.024 6.145-4.096 7.168H87.58c-6.143 0-7.168-2.048-7.168-7.168V87.065c0-6.145-2.047-11.265-5.12-15.36-3.072-1.025-5.12-3.073-8.192-5.12-2.048-2.048-4.096-3.073-7.168-4.096-7.168-2.048-15.36-2.048-22.527 1.023-1.025 1.025-2.048 2.048-4.097 2.048l-3.071 3.072-3.073 3.073c-1.024 1.023-3.072 4.095-4.095 7.168-1.025 3.072-3.073 10.24-3.073 16.383v647.169c11.264-26.624 39.936-27.647 56.32-8.191 6.144 7.168 13.312 13.311 20.48 18.431 3.073 2.048 6.145 5.12 10.24 7.168-1.024 0-1.024-1.024-2.047-1.024 1.023 0 1.023 1.024 2.047 1.024 2.048 1.025 3.073 2.048 5.12 3.073 1.024 1.023 2.048 1.023 3.073 2.047 2.048 1.024 3.071 2.048 5.119 2.048 1.024 1.025 2.049 1.025 3.072 2.048 2.048 1.025 3.073 1.025 5.12 2.048 1.025 0 2.048 1.024 3.073 1.024 2.047 1.024 3.072 1.024 5.12 2.048 1.023 0 2.048 1.025 3.071 1.025 2.049 1.023 3.072 1.023 5.12 1.023 1.025 0 2.048 0 2.048 1.025-1.023 0-2.048 0-2.048-1.025 24.576 6.145 50.176 5.12 75.777-7.168 12.288-6.143 22.528-14.336 32.767-22.528 5.12-4.096 10.24-9.216 15.36-14.336 14.336-15.36 32.768-15.36 47.104 0 5.12 5.12 10.24 11.265 16.385 16.385 30.72 25.6 66.56 38.912 107.52 27.647 26.624-7.168 48.128-22.527 66.56-43.008 1.024-2.047 3.072-3.072 4.096-4.095 1.023-1.025 1.023-1.025 2.048-2.048 5.12-4.097 11.264-7.168 19.456-7.168 9.216-1.024 16.384 3.071 22.528 9.216 4.096 5.12 9.216 9.216 14.336 13.311 4.096 3.073 7.168 7.168 11.264 10.24 28.672 21.504 60.416 30.72 95.232 23.552 29.696-6.143 54.272-23.552 73.728-46.08 11.263-13.311 34.816-13.311 46.08 0 7.168 8.193 15.36 16.384 24.576 22.528 28.672 21.504 60.416 30.72 95.231 23.552 29.697-6.143 54.273-23.552 74.752-45.055 6.145-6.145 12.289-10.24 21.505-11.264 16.384-1.025 25.6 8.191 32.768 20.48v-119.81c-1.024 0-2.048-1.024-2.048-2.048zm-839.678 36.864c-19.456 8.192-39.937 7.168-60.416 1.024-24.576-7.168-45.057-19.456-62.465-38.912v-71.679c0-2.05 2.049-3.073 4.097-4.097h113.664c1.024 0 2.048 1.024 2.048 1.024s2.048 3.073 2.048 6.144v50.177c1.024 18.431 1.024 36.863 1.024 56.319M80.416 428.056c0-5.12 1.024-7.168 7.168-7.168h111.617c3.072 1.024 4.095 3.072 4.095 7.168v45.057c0 6.143-1.023 8.191-8.192 8.191H87.584c-6.143 0-8.192-2.048-8.192-8.191v-22.529c1.025-7.168 1.025-15.36 1.025-22.528zm0-73.728v-47.104c0-4.096 1.024-6.144 4.096-6.144h113.664c3.073 1.023 4.097 2.048 4.097 7.168v46.08c0 6.144-2.049 7.168-7.169 7.168H87.584c-6.143 0-8.192-2.048-7.167-7.168zM202.272 234.52q0 6.145-3.072 6.145H84.51c-3.071-1.025-3.071-3.073-3.071-6.145v-49.151c0-2.048 2.048-3.073 4.096-4.096h110.591c3.073 0 5.12 0 6.145 1.023 1.023 1.025 2.048 3.073 2.048 6.145-3.072 15.36-2.048 30.72-2.048 46.08m179.2 420.864c-19.456-4.096-34.815-15.36-50.176-27.647-5.12-4.097-10.24-9.217-15.36-14.336q-24.576-24.577-49.152 0c-2.047 2.047-3.072 3.07-5.12 4.095V181.273h119.808v390.144c1.025 27.648 1.025 55.296 0 83.968q12.29 3.072 0 0'/%3E%3C/svg%3E");width:1.04em}.adv-sport-dota2{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1044-1H917l-53 26.4L811-1H562l-60 30H336.2l-60-30H20v482l30 60v165.8l-30 60V1023h512l53-26.4 53 26.4h406V616.8l-26.4-53L1044 511zM290 843l-90-90V573l270 270zm544 0H714l-77.8-91.4-16-65.2-61.8-26.2L200 239l60-60 604 454zm30-394L594 179h180l90 90z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-e-soccer{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='black' d='M.1 326.3C3.3 265.3 13.8 202 50.7 146c12.3-18.6 27.2-34.7 45.9-47 22.2-14.6 45.8-16 70.2-7 12.4 4.6 24.5 10 36.4 15.9 36.1 18 71.8 17.3 107.5-1 9.3-4.7 18.9-8.9 28.6-12.7 40.8-16 69.6-8.1 102.4 27.1 36.5 39.2 54.2 87.5 63 139.5 5.7 34.1 10 68.3 5.1 102.9-1.7 12-4.5 23.6-9.6 34.7-10.7 23.4-29.3 32.1-54.1 25.2-21.9-6.1-39.7-18.8-55.3-35-8.3-8.7-17.2-17-24.7-26.3-14.9-18.6-34.5-26.5-57.5-28.2-39.7-2.8-79.3-3.5-118.9 2.1-13.7 1.9-24.8 7.7-34.8 17.2-16.6 15.7-30.2 34.5-48.3 48.7-11.7 9.2-24.3 17-38.9 21.1-27.3 7.6-47.7-2.3-57.8-28.8C2 373.8.2 352.3.1 326.3m126.7-65.6c0 2.8.3 5.7 0 8.4-1.6 12.9 6.8 12.7 15.9 13 9.8.4 14.7-2 14.4-13.2-.7-32.7-1.4-28.3 28.6-27.9 12.2.2 12.5-6.4 12.4-15.2 0-8.6.2-15.5-12.2-15.5-28 0-28.4-.6-28.8-29-.1-11.1-5.6-12.5-14.4-12.1-8.2.3-15.9-.8-16.1 11.8-.4 28.2-1 28.2-29.3 29.6-4.3.2-8.9-.3-11 5.2-5.8 15.4.7 25 17.1 25h3.6q19.8 0 19.8 19.9M440.9 225c0-9.4-9-18.4-18.3-18.6-9.9-.2-18.8 9.1-18.8 19.4 0 10.1 8.1 17.9 18.4 18 11 .1 18.7-7.7 18.6-18.9Zm-109.2 19.4c9.5.1 19.6-9.9 19.4-19.2-.3-8.8-9.8-18.3-18.8-18.7-9.3-.4-18.6 8.4-18.9 18-.3 10.3 8.4 19.8 18.3 19.9m46.2 45.1c10.3-.3 17.8-8.2 17.6-18.6-.2-10.6-8.9-19.2-19.1-18.8-9.2.4-18 9.7-18.1 19.1 0 10.3 8.8 18.6 19.5 18.3Zm17.6-109.4c0-10.4-8.9-19.7-18.6-19.4-9.6.3-18.1 8.9-18.5 18.6-.4 10.1 8.6 19.4 18.8 19.3 9.3 0 18.2-9 18.3-18.5'/%3E%3C/svg%3E")}.adv-sport-equestrian{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M1017.38 621.592c-54.272-27.647-100.352-66.56-145.408-107.52-5.12-4.097-7.168-8.192-4.096-15.36 2.048-5.12 2.048-12.289 1.025-17.409-7.17-47.103-18.433-94.208-35.841-139.264-34.815-89.088-90.111-162.816-172.031-212.992C606.756 95.255 548.388 75.8 484.9 68.631c-13.313-1.023-27.648-4.095-40.961-6.143v-35.84c0-6.144-2.048-8.192-8.191-8.192H367.14c-6.143 0-8.191 2.048-8.191 8.192v37.888c-9.217 0-53.248 8.191-66.56 12.288-28.673 9.216-57.345 19.456-81.92 37.888-8.192 4.095-15.361 9.215-23.552 15.36-18.432 14.336-35.84 28.672-49.153 47.103l-8.191 8.193c-28.672 35.84-51.2 75.775-68.609 117.76-19.456 55.296-34.816 114.688-40.96 175.104-3.072 35.84 12.289 54.271 48.128 54.271h496.64c6.144 0 9.217 1.025 10.24 7.168 3.072 16.384 12.288 30.72 24.576 43.008 37.888 39.937 84.992 64.513 136.192 81.92 52.224 18.433 107.52 28.673 162.815 33.792 33.792 3.072 68.609 5.12 102.4 5.12 25.6 0 45.056-19.456 44.032-44.031-2.048-17.408-11.264-29.696-27.648-37.889zM387.616 740.376c-32.769-7.168-61.44-19.456-86.017-41.984-28.671-25.6-46.08-57.344-57.343-92.16h-89.088c1.024 3.072 1.024 5.12 2.048 8.192 34.816 130.048 123.904 204.8 256 216.064 5.12 0 7.168 3.071 9.215 7.168 6.145 13.311 13.313 25.6 20.48 37.887 36.865 58.369 84.993 102.4 153.6 120.832 10.241 3.073 21.505 2.048 31.745 7.168h29.696v-66.56c0-18.432 0-18.432-17.408-20.48-2.048 0-3.072-1.023-5.12-1.023-48.128-7.169-83.968-33.792-111.616-73.729-28.672-40.96-45.056-86.015-56.32-134.144-8.192-33.792-14.335-68.608-18.432-102.4H363.04c5.12 46.08 14.336 91.136 24.577 135.168z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-fencing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='m781.856 865.304 168.96-168.96c6.144-6.144 7.168-17.408 0-24.576-62.465-62.464-158.721-69.632-229.376-23.552-4.097 2.048-7.168 5.12-11.265 8.192L594.463 542.744l-29.696 29.697L680.48 688.153c-11.264 14.336-20.48 29.695-26.624 45.055a149.9 149.9 0 00-12.288 51.2c-2.049 23.552 0 47.104 7.168 69.632 3.071 11.264 8.191 22.529 13.311 32.768s12.289 20.48 20.481 30.72c4.096 5.12 8.191 9.216 12.288 14.337 2.048 2.047 4.096 3.07 6.144 4.095s4.095 1.025 6.143 1.025 9.217-2.05 12.288-5.12l11.265-11.265zm244.734 61.44L904.735 804.888l-79.872 79.872 121.855 121.856c3.072 3.072 6.144 5.12 9.216 7.168 17.408 11.264 38.912 12.288 57.344 3.072 5.12-3.072 10.24-6.144 14.336-10.24 2.048-2.048 4.096-5.12 6.144-8.192 0-1.024 1.024-1.024 1.024-2.048 2.048-3.072 3.073-5.12 4.096-8.192 0-1.024 1.024-2.048 1.024-2.048 0-1.024 1.024-2.048 1.024-2.048 5.12-19.456 1.024-41.985-14.336-57.344m-742.398-2.048 38.911 38.912c0 1.024-1.023 1.024-1.023 2.048-1.025 2.048-3.073 4.096-4.096 6.144-1.024 1.024-1.024 2.047-2.049 2.047-1.023 2.05-3.071 3.073-4.096 5.12-1.023 1.025-1.023 2.048-2.047 2.048-1.025 2.05-3.073 3.073-4.096 4.097-1.025 1.023-2.048 2.048-3.072 2.048l-4.096 4.096c-1.025 1.024-2.048 2.047-3.072 2.047-1.025 1.025-3.073 2.048-5.12 3.073-1.025 1.024-2.048 2.048-4.096 2.048-2.048 1.024-3.072 2.047-5.12 3.072-1.025 1.023-3.073 2.048-4.096 2.048-1.024 1.024-3.072 2.047-4.097 2.047-2.048 1.025-3.071 1.025-5.12 2.048-1.023 1.025-3.071 1.025-4.096 2.05-2.047 1.023-4.095 1.023-5.12 2.047-1.023 0-3.072 1.023-4.095 1.023-2.048 1.025-4.096 1.025-6.145 2.048-1.023 0-2.048 1.025-3.071 1.025-3.072 1.024-7.168 1.024-12.288 2.048-17.408 1.024-54.273-3.073-65.536-7.168-3.073-1.024-7.168-3.073-10.24-5.12l39.936-40.96c32.768 11.264 70.655-6.144 87.04-39.936m500.736 0-38.912 38.912c0 1.024 1.024 1.024 1.024 2.048 1.025 2.048 3.073 4.096 4.096 6.144 1.024 1.024 1.024 2.047 2.048 2.047 1.024 2.05 3.072 3.073 4.097 5.12 1.023 1.025 1.023 2.048 2.047 2.048 1.024 2.05 3.073 3.073 4.096 4.097 1.025 1.023 2.048 2.048 3.072 2.048l4.096 4.096c1.024 1.024 2.048 2.047 3.072 2.047 1.025 1.025 3.073 2.048 5.12 3.073 1.024 1.024 2.048 2.048 4.096 2.048 2.048 1.024 3.072 2.047 5.12 3.072 1.025 1.023 3.073 2.048 4.096 2.048 1.024 1.024 3.072 2.047 4.097 2.047 2.047 1.025 3.07 1.025 5.119 2.048 1.024 1.025 3.072 1.025 4.096 2.05 2.048 1.023 4.096 1.023 5.12 2.047 1.024 0 3.072 1.023 4.096 1.023 2.048 1.025 4.096 1.025 6.144 2.048 1.024 0 2.049 1.025 3.072 1.025 3.072 1.024 7.168 1.024 12.288 2.048 17.408 1.024 54.273-3.073 65.536-7.168 3.073-1.024 7.168-3.073 10.24-5.12l-39.936-40.96c-31.744 11.264-70.656-6.144-87.04-39.936m-618.496 32.768 72.704-72.704-79.872-79.872L37.409 926.744c-15.36 15.36-19.456 37.887-13.312 57.344 0 1.024 1.024 2.047 1.024 2.047 0 1.025 1.023 2.048 1.023 2.048 1.025 3.073 3.073 5.12 4.097 8.193 0 1.024 1.023 1.024 1.023 2.048 2.048 3.072 4.097 5.12 6.145 8.192 3.072 3.072 6.144 5.12 9.216 7.168 18.431 12.288 43.008 12.288 62.464 0 3.072-2.048 6.144-4.096 9.216-7.168l11.264-11.265zM1036.83 5.144c-8.192-8.192-21.504-8.192-29.696 0L502.302 509.976l-148.48 147.456c-71.68-55.296-175.103-51.2-240.64 15.36-6.144 6.144-6.144 17.408 0 24.576L346.655 930.84c2.048 2.048 4.095 3.072 6.143 4.096s4.097 1.024 6.145 1.024 9.216-1.024 12.288-5.12l6.143-6.143c13.313-14.336 23.552-30.721 31.745-48.128 3.072-7.168 6.143-14.336 8.19-21.504 2.05-6.145 3.073-11.265 4.098-17.408 7.168-37.89 2.047-78.849-15.36-114.688q-9.216-18.433-21.505-33.792l147.456-148.48 504.832-504.83c8.193-9.216 8.193-22.529 0-30.721zM469.536 478.232l29.696-29.696L57.887 5.143c-8.191-8.192-21.504-8.192-29.695 0-8.192 8.192-8.192 21.505 0 29.696z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-field-hockey{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M327.678 370.805c27.972 0 54.805-6.366 79.59-18.875 10.008-5.003 13.873-17.282 8.87-27.06-5.003-10.006-17.282-13.873-27.06-8.87-19.103 9.551-39.796 14.554-61.172 14.554-75.043 0-135.988-60.943-135.988-135.987S252.862 58.58 327.906 58.58s135.76 60.944 135.76 135.988c0 25.014-6.823 49.573-20.012 70.95-5.913 9.551-2.73 22.058 6.595 27.742 9.55 5.914 22.057 2.73 27.743-6.594 16.828-27.743 25.924-59.58 25.924-92.099 0-97.329-79.137-176.466-176.465-176.466-97.102 0-176.238 79.138-176.238 176.466 0 97.327 79.136 176.237 176.465 176.237zm20.239-176.238c0 11.178-9.06 20.238-20.24 20.238-11.177 0-20.238-9.06-20.238-20.238 0-11.179 9.06-20.24 20.239-20.24s20.239 9.061 20.239 20.24m0 90.507c0 11.178-9.06 20.24-20.24 20.24-11.177 0-20.238-9.062-20.238-20.24s9.06-20.24 20.239-20.24 20.239 9.062 20.239 20.24m0-181.241c0 11.178-9.06 20.24-20.24 20.24-11.177 0-20.238-9.062-20.238-20.24s9.06-20.24 20.239-20.24 20.239 9.062 20.239 20.24m-90.735 90.734c0 11.178-9.06 20.238-20.238 20.238-11.179 0-20.24-9.06-20.24-20.238 0-11.179 9.061-20.24 20.24-20.24 11.177 0 20.238 9.061 20.238 20.24m181.469 0c0 11.178-9.062 20.238-20.24 20.238s-20.239-9.06-20.239-20.238c0-11.179 9.062-20.24 20.24-20.24s20.239 9.061 20.239 20.24m-23.65 66.857c0 11.178-9.06 20.24-20.24 20.24-11.177 0-20.238-9.062-20.238-20.24s9.06-20.24 20.239-20.24S415 250.247 415 261.425M281.06 127.483c0 11.178-9.06 20.238-20.238 20.238-11.179 0-20.24-9.06-20.24-20.238 0-11.179 9.061-20.24 20.24-20.24 11.177 0 20.238 9.061 20.238 20.24m133.941 0c0 11.178-9.06 20.238-20.24 20.238-11.177 0-20.238-9.06-20.238-20.238 0-11.179 9.06-20.24 20.239-20.24S415 116.305 415 127.484m-133.94 133.94c0 11.178-9.06 20.24-20.238 20.24-11.179 0-20.24-9.062-20.24-20.24s9.061-20.24 20.24-20.24c11.177 0 20.238 9.062 20.238 20.24M999.884 1.501 622.621 803.1C547.578 943.181 381.8 996.621 235.807 927.717l-4.093-2.501-.455-.227C103.685 857.677 58.432 705.317 119.15 545.907l10.461-24.332c19.783-41.841 50.256-52.076 72.542-53.44 35.02-2.273 72.087 16.828 90.962 46.163 11.598 18.193 20.693 48.21-.683 86.642-.226.454-.681.909-.455 1.363l-11.597 23.65c-.227.455-.682.91-.91 1.82l-3.412 7.731c-22.285 47.528-6.14 101.65 38.887 129.62.91.682 1.592.91 2.501 1.592 53.213 26.379 113.929 5.686 140.989-48.21L862.533 1.501h-71.632l-387.27 687.442c-.226.455-.681.91-.455 1.363-11.598 23.196-34.338 32.065-56.624 21.376-17.283-11.369-22.513-30.699-13.644-49.346.227-.455.227-.91.456-1.365l3.41-7.731 11.143-22.286c27.516-50.256 26.834-104.378-1.364-149.404-30.7-48.892-90.052-78.91-147.357-75.27-54.35 3.41-100.285 35.929-125.301 89.823 0 .456-.227.456-.227.91l-11.142 25.243c-.228.455-.228.91-.455 1.364-33.656 88.005-39.569 181.014-17.056 261.287 24.106 86.414 79.138 154.407 158.273 196.021l5.003 2.73c.455.226.91.681 1.592.91 75.726 36.156 159.639 45.025 238.547 26.605a373 373 0 0027.288-7.731c87.55-28.198 159.639-88.915 203.299-171.01.227-.454.683-.908.455-1.362l353.387-751.797V1.5z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-floorball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M185.888 606.232c18.433 0 33.792 16.384 33.792 34.815 0 4.096-1.023 8.193-2.048 11.264 1.025 1.025 2.048 1.025 3.072 2.049 1.024 1.023 2.048 1.023 3.073 2.048 3.071 2.048 5.12 3.072 8.191 4.095 1.025 1.025 2.048 1.025 4.097 2.048 3.071 1.025 5.119 2.048 8.191 3.073 1.025 1.024 3.072 1.024 4.096 2.047 3.072 1.025 5.12 2.048 8.192 2.048 1.025 0 3.073 1.025 4.096 1.025 3.072 1.023 6.145 1.023 9.217 2.048 1.023 0 3.071 0 4.095 1.024 4.096 0 8.192 1.023 13.312 1.023 22.528 0 44.032-6.143 62.464-17.408-14.336-6.143-24.575-21.504-24.575-37.887 0-22.529 19.456-40.96 41.983-39.936 13.313 0 25.6 7.168 32.769 17.407 5.12-12.288 7.168-26.624 7.168-40.96 0-4.095 0-9.216-1.025-13.311 0-1.025 0-3.073-1.023-4.096 0-3.072-1.025-6.145-1.025-9.217 0-1.023-1.024-3.071-1.024-4.095-1.023-3.073-1.023-5.12-2.048-8.193 0-1.023-1.023-3.071-2.048-4.096-1.023-3.072-2.048-5.12-3.072-8.191-1.023-1.024-1.023-2.049-2.048-4.097-1.023-3.07-3.071-5.12-4.096-7.168-4.095 1.025-8.192 2.048-13.312 2.048-18.432 0-33.792-16.384-32.768-34.815 0-4.097 1.025-7.168 2.048-11.265-17.408-10.24-37.887-15.36-59.391-15.36s-41.985 6.144-59.393 16.385c1.024 3.072 2.049 7.168 2.049 10.24-1.025 19.456-16.385 33.792-35.841 32.767-3.071 0-5.12-1.023-8.191-1.023-10.24 17.407-16.384 38.912-17.409 60.416 0 18.432 4.096 36.863 12.289 52.224 0 2.047 3.072 1.024 6.143 1.024m40.96-81.92c5.12-17.407 24.576-28.672 41.984-22.527 7.168 2.048 13.312 7.168 17.409 13.311l3.07 6.145c1.025 2.048 1.025 4.095 2.05 6.143v9.216c0 2.049-1.025 5.12-1.025 7.168-2.048 7.168-6.143 12.288-11.263 16.385-3.073 3.071-7.168 5.12-11.265 6.143-6.144 2.048-13.311 2.048-19.456 0l-6.144-3.072c-13.311-7.168-19.456-23.552-15.36-38.912M1041.95 45.08c-6.145-24.576-22.528-38.912-47.104-43.008C971.294-1 951.838 9.24 938.526 28.696c-7.168 11.264-14.336 23.552-22.528 34.816C802.334 236.569 687.646 408.6 573.982 581.657c-19.456 29.695-38.912 58.368-57.345 88.063l65.536 65.536c5.12 4.096 11.265 7.168 16.384 11.264 10.24-11.264 17.408-24.575 25.6-37.888 112.64-171.008 225.28-340.992 337.92-510.976 27.648-41.984 59.392-82.944 81.92-129.024V47.128c-1.024-1.024-1.024-2.047-2.047-2.047zM417.312 817.176c-2.048 3.072-4.096 7.168-9.216 7.168-12.288 1.024-24.576 3.072-37.888 4.097a428.4 428.4 0 01-124.928-12.288c-41.984-10.24-81.92-22.529-119.809-43.01-15.359-8.19-27.647-7.167-40.96 0C39.456 801.818 16.927 843.8 20 898.074c1.024 22.527 11.263 39.935 29.696 54.271 19.456 15.36 41.983 26.624 64.512 34.817 55.296 19.456 112.64 28.672 172.032 32.767 51.2 3.073 101.376 2.048 150.527-8.191 35.84-8.193 64.512-25.6 79.872-61.44 9.217-21.504 15.36-45.056 14.336-67.585-1.024-25.6 5.12-47.103 21.505-65.536 1.023-1.023 2.048-2.048 2.048-3.072 3.07-5.12 7.168-11.264 10.239-16.384l-79.871-81.92z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-football{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M339.646 35.773C276 61.233 219.424 99.42 169.921 147.507 120.418 197.01 83.646 253.584 58.186 317.232 32.727 379.464 19.999 444.525 19.999 511s12.728 131.536 38.187 192.354c25.46 63.647 63.647 120.222 111.735 169.725 49.503 49.503 106.077 86.276 169.725 111.735 60.817 25.46 125.878 36.773 192.354 36.773s131.536-12.729 192.354-36.773c63.647-25.46 120.222-63.646 169.725-111.735 49.503-49.502 86.275-106.077 111.735-169.725 25.459-60.817 36.773-125.878 36.773-192.354s-12.729-131.536-36.773-192.354C980.354 255 942.168 198.424 894.079 148.921S788.002 62.646 724.354 37.186C663.537 11.727 598.476-1 532-1S400.464 11.727 339.646 35.772zm-192.353 690.21c-24.044-15.559-46.674-33.945-67.89-53.746-31.116-86.276-35.359-179.624-15.558-268.73 9.901-18.386 19.802-36.772 32.53-53.745 5.657-7.071 8.486-11.315 12.729-16.972l115.979 67.89v2.829c0 62.232 5.657 124.464 18.386 183.867l-89.104 140.022c-2.83 1.413-4.243 0-7.072-1.414zm343.69 237.614c19.8 9.901 41.017 18.388 60.817 25.459-89.104 4.243-179.624-16.972-260.243-62.231l195.183 33.944c1.414 1.414 2.83 1.414 4.244 2.829zm0-35.359L261.856 887.22c-26.873-32.529-50.917-66.474-72.134-103.249-5.656-9.9-11.314-18.386-15.557-28.287l89.104-140.02c1.414 0 4.243 1.413 7.072 1.413 56.576 15.558 113.15 25.46 169.725 33.946 2.828 0 5.657 1.413 8.486 1.413l108.906 185.282c-18.387 25.459-36.774 52.33-56.575 77.79-2.83 5.657-7.073 8.486-9.9 12.73m380.465-79.205c-18.388 18.387-38.188 33.944-57.99 49.503-2.828-26.873-8.486-53.746-16.971-79.204l113.148-212.155c31.116-14.144 62.232-31.116 90.52-50.917q6.364-4.244 8.485-8.486c-7.071 110.32-53.746 217.812-137.192 301.26zm-5.658-275.801c4.243 8.485 8.486 16.972 12.729 24.044l-110.32 206.497h-1.414c-59.403 11.314-120.22 16.972-181.039 16.972l-110.32-190.94c16.973-32.529 33.946-63.645 50.917-96.176 11.316-21.215 22.63-43.845 33.946-65.06l227.713-24.045c28.287 42.431 55.16 84.862 77.79 128.707zm-46.674-244.685-33.945 84.862-222.055 22.63c-2.83-2.829-5.658-7.072-8.487-9.901-26.873-29.702-52.33-59.402-79.204-89.105l1.414-1.414-32.53-32.53 62.232-186.696c4.244-1.414 8.487-1.414 12.73-2.828 33.944-2.83 67.89-7.072 100.42-9.902 21.215-1.414 41.017-1.414 62.231 0l152.751 172.552c-4.243 18.387-8.485 35.36-15.557 52.332m52.332-156.995c42.43 42.432 74.96 90.52 97.59 141.437-28.286-19.802-59.402-35.36-91.933-49.503-5.657-1.414-9.901-4.243-15.558-5.657L710.21 88.104c2.829-5.656 2.829-14.144 2.829-21.215 57.989 24.044 111.735 57.99 158.409 104.663M377.834 58.403q2.121 0 0 0c35.36 12.729 66.475 29.702 96.177 50.917l-57.989 173.967h-1.414c-11.315 4.243-24.043 9.902-35.359 14.144-48.088 21.216-94.762 46.675-138.608 74.96l-114.563-67.889c0-4.243 1.414-7.072 1.414-9.901 7.072-19.801 15.558-41.017 24.044-60.818 7.072-15.558 14.144-29.702 22.63-45.26 5.657-5.657 11.315-11.315 16.972-18.387 53.746-53.746 118.808-93.348 186.696-115.978 1.414 2.829 1.414 2.829 0 4.243z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-formula-1{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M175.132 89.452h-63.511c-25.674 0-46.555 20.881-46.555 46.553 0 23.132 17.333 42.943 40.337 46.073v909.936c0 11.834 9.605 21.439 21.439 21.439h33.07c11.834 0 21.438-9.605 21.438-21.439V182.078h.022c22.981-3.13 40.315-22.94 40.315-46.073 0-25.662-20.881-46.553-46.554-46.553zm766.488 99.829c-48.891-18.545-98.779-27.561-152.548-27.561-71.252 0-140.306 15.984-207.065 31.451-66.16 15.339-134.571 31.184-204.633 31.184-48.569 0-93.677-7.493-137.884-22.93-6.559-2.272-14.675-5.262-14.675-5.262v498.795c48.903 18.534 98.8 27.56 152.559 27.56 71.166 0 140.155-15.95 206.979-31.44 66.236-15.339 134.7-31.183 204.74-31.183 48.581 0 93.677 7.482 137.873 22.906 6.539 2.263 13.818 1.254 19.477-2.765a21.46 21.46 0 009.026-17.484V209.325c-.032-8.908-5.509-16.883-13.848-20.045h-.001zm-477.226 359.39c-39.051 10.494-69.385 17.826-99.165 17.826-34.762 0-68.218-10.323-111.396-34.452V398.159c42.406 23.025 76.129 32.941 111.405 32.941 30.348 0 60.651-7.14 99.155-17.451zm226.875 85.905c-49.952 9.754-88.156 19.422-132.17 30.56-25.834 6.539-52.493 13.281-83.975 20.656V560.516c43.723-12.038 77.404-25.213 110.023-37.958 31.654-12.37 64.316-25.137 106.144-36.821zm-109.98-273.72c-31.654 11.995-64.338 24.386-106.176 36.039V248.259c43.682-9.337 76.173-17.151 110.507-25.405 31.193-7.493 63.373-15.243 105.639-24.483l.021 125.353c-43.681 12.006-77.383 24.771-109.99 37.132zM912.56 483.593c-42.406-23.036-76.149-32.951-111.438-32.951-30.357 0-60.629 7.128-99.111 17.43v-135c39.029-10.494 69.344-17.805 99.133-17.805 34.774 0 68.24 10.323 111.439 34.463v133.862h-.023z' style='transform-box:fill-box' transform='rotate(15)' transform-origin='50%25 50%25'/%3E%3C/svg%3E");width:1.03em}.adv-sport-formula-e{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M1045.02 511v508.928c0 3.072-1.024 4.097-4.097 4.097H24.093c-3.071 0-4.095-1.025-4.095-4.097V3.098c0-3.071 1.024-4.096 4.095-4.096h1016.83c3.073 0 4.097 1.025 4.097 4.096v507.904zM258.592 659.48c0 2.048-1.023 3.071-1.023 5.12v64.512c0 8.191 7.168 15.36 15.359 15.36h43.008c7.168-4.096 11.264-10.24 11.264-18.432v-57.344q0-18.433-18.432-18.433H276c-8.192-2.048-14.336 2.048-17.408 9.217m200.704 32.768c5.12 6.144 9.216 13.312 14.336 19.456q7.68 10.752 15.36 0c5.12-6.144 9.216-13.312 14.336-19.456h1.024v46.08c0 3.072 1.024 5.12 4.096 4.096h9.216c5.12 0 6.144 0 6.144-5.12v-80.896c0-8.192 0-7.168-8.192-8.192-5.12 0-7.168 1.024-10.24 5.12-6.143 10.24-13.311 19.456-20.48 28.672-3.072 4.096-5.12 4.096-8.192 0-6.144-8.192-12.288-17.408-18.431-25.6-4.097-6.144-8.193-9.216-16.385-8.192-3.071 0-4.096 1.024-4.096 4.096v86.016c0 3.072 1.025 5.12 5.12 5.12h9.216c4.096 0 6.145-1.024 6.145-5.12 0-15.36 0-30.72 1.023-46.08M366.112 490.52c4.096 11.265 11.264 20.48 18.432 29.696 7.168 8.193 16.383 14.336 25.6 19.456 10.24 6.145 22.528 9.216 33.791 12.288 9.217 2.048 18.433 2.048 27.649 2.048h258.048c7.168 0 15.36 0 22.528-1.023q30.72-4.608 58.368-21.504c18.432-10.24 33.792-23.553 47.104-39.936-1.024-1.025-4.096-1.025-6.144-1.025zM235.04 405.528c-2.048 1.023-3.072 1.023-5.12 2.048-9.216 6.143-18.432 12.288-26.624 20.48-6.144 6.144-12.288 12.287-17.408 19.455h464.896c26.624-3.07 49.152-15.359 66.56-34.815 9.216-10.24 16.384-21.504 20.48-34.816s6.144-27.648 3.073-41.984c-3.072-15.36-9.217-27.648-20.48-37.888 0 0 0-1.024-1.025-1.024-8.192-7.168-17.407-12.288-27.648-14.336-9.215-2.049-17.408-3.072-26.624-3.072H522.784c-6.144 0-12.288 0-18.432 1.023-3.072 0-6.144 0-8.192 1.025-4.095 1.024-9.215 2.048-13.312 3.072-13.312 2.048-26.624 7.168-37.888 14.336-19.456 10.24-36.864 23.552-51.2 40.96-1.023 1.023-3.071 1.023-2.048 3.072 1.025 1.024 2.048 0 4.096 1.024h88.064c59.392 0 118.784-1.024 178.176 1.024 15.36 0 18.433 15.36 14.336 25.6-5.12 11.263-13.311 16.383-25.6 16.383h-335.87c-7.168 0-13.313 1.025-20.48 1.025-9.217 1.023-19.457 3.072-28.673 6.143-10.24 1.025-20.48 5.12-30.72 11.265 1.025 0 0 0 0 0zm111.616 290.816v43.008c0 3.072 1.023 4.096 4.096 4.096h12.288c3.072 0 4.095-1.024 4.095-4.096v-16.384c0-3.071 1.025-4.096 4.097-4.096h11.264s4.096 1.025 6.143 3.073c3.073 6.143 6.145 11.263 9.217 17.407 1.024 3.072 3.072 4.096 6.144 4.096h14.336c3.072 0 4.095-1.024 2.048-4.096-4.096-7.168-8.192-15.36-13.312-23.552-2.048-3.072-2.048-6.144 1.023-8.191 5.12-6.145 9.216-12.289 13.313-18.433 2.048-2.048 2.048-5.12 0-7.168-6.145-10.24-13.313-19.456-19.456-29.696-2.048-3.072-4.096-4.096-7.168-4.096h-44.032c-4.096 0-5.12 1.024-5.12 5.12 2.047 14.336 1.024 28.672 1.024 43.008m422.912 47.104h7.168c3.071 0 4.096-1.024 3.071-4.097-10.239-28.672-20.48-58.367-30.72-87.04-1.023-2.048-2.047-4.095-5.12-4.095h-15.359c-2.049 0-4.097 1.024-5.12 3.072-10.24 29.696-20.48 58.368-31.744 88.063-1.025 2.05 0 3.073 2.048 3.073h14.336c2.047 0 4.095-1.024 4.095-3.073 0-1.023 1.025-3.07 2.05-4.095 1.023-2.048 2.047-3.073 4.095-3.073h31.744c3.071 0 4.096 1.025 5.12 4.097 2.048 8.192 2.048 7.168 11.264 7.168zM609.824 690.2v-36.864c0-3.073-1.024-4.096-4.097-4.096h-11.263c-3.073 0-5.12 1.023-4.096 4.096v64.511c0 5.12-1.024 6.145-6.145 6.145h-15.359c-3.072 0-5.12-2.048-5.12-5.12v-65.536c0-4.096-1.025-5.12-5.12-5.12H547.36c-3.072 0-4.097 1.024-4.097 4.095v73.729c0 11.264 6.145 17.408 18.433 17.408h31.744c11.264 0 17.407-6.145 17.407-17.408-1.023-12.288-1.023-24.576-1.023-35.84m208.896 6.144v43.008c0 3.072 1.024 4.096 4.097 4.096h54.271c3.072 0 4.096-1.024 4.096-4.096v-10.24c0-4.096-1.024-5.12-5.12-5.12h-32.768c-3.072 0-5.12-1.024-4.096-4.095v-12.288c0-3.073 1.024-4.097 4.096-4.097h12.288c15.36 0 15.36 0 20.48-14.336 1.024-3.072 0-4.096-3.072-4.096H851.49c-12.289 0-12.289 0-12.289-12.288 0-4.095 1.024-5.12 5.12-5.12h32.768c3.072 0 4.096-1.023 4.096-4.096v-11.264c0-3.072-1.024-4.096-5.12-4.096h-53.247c-3.073 0-5.12 1.024-5.12 5.12 2.047 14.336 1.023 28.672 1.023 43.008m-634.88-1.024v44.031c0 3.072 1.024 4.097 4.096 4.097H199.2c3.073 0 5.12-1.025 5.12-5.12v-28.672c0-3.072 1.024-5.12 4.096-4.097h9.216c14.336 0 14.336 0 18.433-13.311 1.023-4.096 1.023-5.12-3.073-5.12h-24.576c-3.072 0-4.096-1.025-4.096-4.096v-11.265c0-3.071 1.024-4.095 4.096-4.095h29.696c3.072 0 5.12-1.024 4.096-4.096v-10.24c0-4.096-1.024-5.12-5.12-5.12h-49.152c-4.096 0-5.12 1.024-5.12 5.12 1.024 14.336 1.024 27.648 1.024 41.984m446.464 1.024v43.008c0 3.072 1.024 4.096 4.097 4.096h39.935c2.048 0 4.096-1.024 5.12-3.072 1.025-4.095 3.073-8.192 4.096-12.288 1.024-3.072 0-4.096-3.071-4.096h-23.553c-6.144 0-6.144 0-6.144-6.144v-64.512c0-3.072-1.024-5.12-5.12-5.12h-10.24c-4.096 0-5.12 1.024-5.12 5.12 1.024 14.336 0 28.672 0 43.008m164.864-11.264h-10.24c-3.071 0-4.096 1.023-3.071 4.096v11.264q0 3.072 3.07 3.072h14.337c2.048 0 3.072-1.024 3.072-2.048 2.048-4.096 3.072-9.216 5.12-13.312 1.025-2.049 0-3.072-2.048-3.072zm-74.752-388.096c1.024 0 0 0 0 0M235.04 405.528q1.536 0 0 0c1.024 0 0 0 0 0m23.552 254.976s1.024 0 0 0c1.024-1.023 0-1.023 0 0m200.704 31.744c0-1.024-1.023-1.024 0 0m-92.16 2.048c0 3.072 1.024 4.096 4.097 4.096h15.36s14.335-9.216 14.335-13.312v-2.048l-9.216-12.288c-1.023-1.024-2.048-1.024-3.072-1.024h-18.432q-3.072 0-3.072 3.072zm-60.416 2.048v-22.527c0-3.073-1.023-5.12-4.096-5.12h-19.456c-3.072 0-4.095 2.047-4.095 5.12v45.055c0 3.073 2.047 5.12 5.12 5.12H301.6c4.096 0 5.12-2.047 5.12-6.144zm430.08-18.432c-4.096 12.288-8.191 23.552-13.311 36.864h23.551c2.048 0 2.048-1.024 2.048-2.049-4.096-11.263-8.191-22.527-11.264-33.792z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-futsal{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M872.658 164.154c-60.386-30.94-122.479-56.973-186.065-80.018-8.962-18.776-41.608-19.204-58.892-17.069-31.58 4.268-63.8 8.534-95.38 9.175-31.58-.64-63.8-4.908-95.38-9.175-17.07-2.348-49.93-1.707-58.892 17.07-63.8 23.257-125.68 49.076-186.064 80.017-14.51 7.468-176.891 96.02-171.77 104.555 24.112 40.115 120.772 219.992 132.721 219.992 16.857 0 45.45-30.94 61.026-25.393.855 35.848 2.347 451.081 2.347 474.98 0 15.15 177.317 17.71 315.8 17.71 138.695 0 315.8-2.562 315.8-17.71.212-24.113 1.493-439.132 2.346-474.98 15.577-5.547 44.169 25.393 61.026 25.393 11.948 0 108.608-179.877 132.721-219.992 5.334-8.322-156.833-97.087-171.342-104.555z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-gaelic-football{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M20 511c0 26.624 3.072 52.224 6.144 77.824C130.592 403.48 330.273 301.08 532 301.08c7.168 0 13.311 1.024 20.48 1.024-2.049-41.984-12.288-82.944-29.696-120.831-185.344 3.07-359.424 74.752-485.376 198.655C26.143 421.912 20 465.944 20 511m530.432-149.504c-6.144 0-12.288-1.024-18.432-1.024-210.944 0-408.576 124.929-482.304 319.488 20.48 58.368 54.272 112.64 93.184 159.744 1.024-187.393 154.624-348.16 369.664-357.376 20.48-38.913 32.768-78.848 37.888-120.832m460.798 322.56C833.053 784.409 620.062 706.584 515.614 541.72c-43.008 2.048-83.968 11.265-121.856 27.648 108.544 204.8 321.536 306.176 525.312 273.408 39.936-47.104 70.655-100.353 92.16-158.72M340.512 598.04c-34.815 22.528-65.536 52.224-89.088 86.016C344.61 840.728 495.136 956.44 665.12 1004.569c68.607-18.433 132.096-53.248 186.368-96.257C638.496 911.384 444.96 792.6 340.511 598.04zM538.144 1023c-128-59.392-238.592-157.696-318.464-278.528-19.456 51.2-22.527 106.496-10.24 161.792C297.505 977.944 409.12 1023 530.977 1023zM86.56 260.12c114.688-80.896 253.952-128 399.36-136.192-34.817-41.983-80.896-74.752-135.168-91.136C239.136 74.777 144.928 157.72 86.56 260.12M532-1c-30.72 0-61.44 3.072-90.112 8.192 165.889 96.256 221.185 316.416 124.929 500.735 23.551 36.865 52.223 67.584 86.015 93.185 76.8-123.904 98.304-263.168 69.632-391.168-16.384-75.776-50.176-145.408-97.28-201.729-30.72-6.144-61.44-9.216-93.184-9.216zm359.424 150.528C842.273 100.376 782.88 60.44 717.344 34.84c28.672 49.152 50.176 104.448 63.488 162.816 31.744 141.312 9.216 296.96-77.824 436.224 37.889 19.456 78.849 30.72 119.81 33.792 88.063-159.744 112.64-345.088 68.606-518.144m0 515.072c56.32-9.216 103.424-31.743 145.408-71.68 4.096-26.624 7.168-54.271 7.168-81.92 0-94.208-28.672-183.296-73.728-259.072 13.312 140.288-14.336 282.624-78.848 412.672'/%3E%3C/svg%3E");width:1.04em}.adv-sport-gaelic-hurling{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M301.6 424.984V192.536c0-25.6 21.504-47.105 47.105-47.105h238.592C549.409 74.776 455.2 5.143 299.553 5.143 164.385 5.143 20 23.576 20 239.64c0 83.97 25.6 167.937 26.623 171.01 3.073 10.239 12.289 16.383 22.529 16.383h68.607c12.288 0 23.552-10.24 23.552-23.552v-14.336L301.6 480.28zm-47.104-30.72-94.208-60.416v-47.103h76.8l17.408 51.2zM583.2 192.536H372.256c-13.311 0-23.552 10.24-23.552 23.552v281.6c0 13.312 10.24 23.553 23.552 23.553 113.664 0 234.496-79.873 234.496-305.152 0-12.289-10.24-23.552-23.552-23.552zm-27.648 94.208h-45.056c1.024-14.336 2.048-29.696 2.048-47.104h47.105c-1.025 16.384-2.05 31.744-4.097 47.104m-159.744 94.208v-47.104h60.416c-4.096 17.408-8.191 32.768-14.336 47.104zm96.256 0c5.12-14.336 9.216-29.696 12.287-47.104h40.96c-5.119 17.408-11.264 32.768-18.432 47.104zM465.44 239.64c0 17.408-1.024 32.769-2.049 47.105h-67.584V239.64zm1.024 565.248c-94.208 139.265-145.408 212.992-243.712 212.992-94.208 0-134.144-67.584-134.144-134.144s22.527-99.328 39.936-111.616c35.84-23.552 98.303-8.192 215.04-73.728zM619.04 586.776c-50.176 67.584-91.136 126.976-126.976 179.199l-107.521-93.184c48.128-31.744 104.448-76.8 169.984-141.312zm179.2-219.136-31.744 35.84c-45.056 51.2-83.968 100.353-118.784 145.408l-59.392-51.2c26.624-27.648 55.296-59.392 86.016-93.184l71.68-81.92zm219.14-155.648-26.624-3.072c-30.72-4.096-62.464 8.192-82.944 31.744l-79.872 92.16-52.224-47.104L971.3 59.416c12.288-14.336 35.84-9.216 39.937 9.215l30.72 113.664c5.12 16.384-8.193 31.744-24.577 29.697M864.8 568.344c-91.136 0-164.864 73.729-164.864 164.864S773.664 898.072 864.8 898.072s164.864-73.728 164.864-164.864S955.936 568.344 864.8 568.344m0 210.944c17.408 0 32.769-4.096 53.248-8.192 17.408-4.096 36.864-9.216 60.416-11.264-5.12 19.456-14.336 37.888-27.648 52.224-8.192 2.047-15.36 3.072-22.528 5.12-21.504 5.12-40.96 10.24-64.512 10.24-52.224 0-94.208-41.985-94.208-94.208S811.553 639 863.777 639c22.528 0 43.008 5.12 64.512 10.24 7.168 2.048 14.336 3.071 22.528 5.12 13.312 14.336 23.552 32.768 27.648 52.224-24.576-3.073-44.032-7.168-60.416-11.264-20.48-5.12-35.84-8.192-53.248-8.192-25.6 0-47.103 21.504-47.103 47.104 1.023 24.575 21.503 45.056 47.103 45.056z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-golf{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M694 683.4c-49.4 22.6-104.2 35.4-162 35.4s-112.6-12.6-162-35.4c45.6 44.6 121.4 138.399 131 279h-88.8c-16.6 0-30 13.4-30 30s13.4 30 30 30h239.6c16.6 0 30-13.4 30-30s-13.4-30-30-30H563c5.4-80.6 32.8-155 81.6-222 17.4-24 34.8-43 49.4-57M532-.2c-181.6 0-329.4 147.8-329.4 329.4S350.401 658.8 532 658.8 861.4 511 861.4 329.2 713.599-.2 532-.2M352.2 359.2c-16.6 0-30-13.4-30-30s13.4-30 30-30 30 13.4 30 30-13.4 30-30 30M391 230.6c-11.6-11.6-11.6-30.6 0-42.4s30.6-11.6 42.4 0c11.6 11.6 11.6 30.6 0 42.4-11.8 11.8-30.6 11.8-42.4 0m102.2 179.8c-11.6 11.6-30.6 11.6-42.4 0s-11.6-30.6 0-42.4c11.6-11.6 30.6-11.6 42.4 0 11.8 11.8 11.8 30.6 0 42.4m60-119.8c-11.6 11.6-30.6 11.6-42.4 0s-11.6-30.6 0-42.4c11.6-11.6 30.6-11.6 42.4 0 11.6 11.8 11.6 30.6 0 42.4'/%3E%3C/svg%3E");width:1.03em}.adv-sport-gymnastics{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M974.368 950.296c0 24.576-19.456 44.032-44.032 44.032H630.304c21.504-23.552 33.792-54.272 33.792-88.064h265.216c25.6 0 45.056 19.456 45.056 44.032m-752.64-686.08c0-53.248 37.889-98.304 88.064-108.544V-1h44.033v156.672c50.175 10.24 88.063 55.296 88.063 108.544 0 36.864-18.431 68.608-45.055 89.088l29.696 71.68c-18.433 22.528-28.672 51.2-28.672 82.944 0 33.792 13.311 64.513 33.792 88.065q-10.752 12.287-18.433 27.647L311.84 374.808c0-1.023 0-1.023-1.023-2.048-50.177-10.24-89.089-55.296-89.089-108.544m45.056 0c0 31.744 22.527 58.368 52.224 64.512 4.095-5.12 10.24-9.216 16.383-12.287 12.288-5.12 25.601-4.097 35.841 1.023 17.407-11.264 27.648-30.72 27.648-53.248 0-36.864-29.697-66.56-66.56-66.56s-65.536 29.696-65.536 66.56M752.16 374.808 620.064 693.273v212.991c0 49.152-39.936 88.064-88.064 88.064H133.664c-24.577 0-44.033-19.456-44.033-44.032s19.456-44.032 44.033-44.032h310.27V685.08c0-49.152 39.937-88.064 88.065-88.064q16.896 0 30.72 6.144l6.144-13.312c-11.264 5.12-23.552 8.192-35.84 8.192-49.152 0-88.064-39.936-88.064-88.064s37.888-91.136 87.04-91.136c37.888 0 69.632 23.552 82.944 57.344l51.2-123.903c-27.648-20.48-45.056-52.225-45.056-89.088 0-53.248 37.887-98.305 88.064-108.544V-1h44.031v156.672c50.177 10.24 88.065 55.296 88.065 108.544s-37.888 98.303-89.088 108.544c1.023 1.024 1.023 1.024 0 2.048zm-87.04-110.592c0 22.528 11.264 41.984 27.648 53.248 11.264-5.12 23.552-6.144 35.84-1.023 7.168 3.07 12.288 7.168 16.384 12.287 29.696-6.144 52.224-32.768 52.224-64.512 0-36.864-29.697-66.56-66.56-66.56-35.84 0-65.536 29.696-65.536 66.56'/%3E%3C/svg%3E");width:1.03em}.adv-sport-handball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M888.73 596.823c-10.214 8.523-22.621 12.678-34.962 12.678-15.638 0-31.162-6.681-41.962-19.63l-16.545-19.828c-42.25-50.635-88.591-98.048-138.272-141.55 0 0 8.68 345.747-217.203 552.732l-26.983 26.28c-10.617 10.34-24.364 15.49-38.103 15.49-14.217 0-28.424-5.52-39.13-16.508-21.04-21.609-20.585-56.188 1.019-77.232l26.987-26.284C426.93 841.282 470.68 762.88 490.253 677.57a376.1 376.1 0 01-110.089 16.5c-69.24 0-138.463-19.03-198.914-57.109-25.52-16.075-33.176-49.798-17.097-75.32 16.07-25.517 49.794-33.18 75.32-17.099 71.513 45.043 160.418 52.372 237.614 22.086l21.358-195.604c-5.068.243-10.133.408-15.19.408-78.576 0-154.964-29.31-214.476-84.292l-3.55-3.277a96.6 96.6 0 01-13.848 1.009c-52.877 0-95.747-42.865-95.747-95.747s42.866-95.747 95.747-95.747 95.748 42.865 95.748 95.747c0 6.768-.71 13.37-2.046 19.738 52.397 47.085 124.019 64.373 192.25 46.219l32.355-8.615c.363-.098.728-.142 1.089-.233a51 51 0 012.913-.619c.837-.157 1.675-.31 2.512-.426a53 53 0 012.65-.288c.922-.084 1.84-.164 2.757-.2.826-.033 1.652-.025 2.483-.022.943.006 1.881.011 2.818.066.855.047 1.704.142 2.56.232.88.096 1.758.18 2.628.318.94.146 1.871.342 2.808.535.76.16 1.521.309 2.275.499 1.017.259 2.014.568 3.019.885.663.21 1.325.408 1.98.644 1.013.364 2.006.779 3 1.205.642.273 1.283.538 1.909.837.92.437 1.828.921 2.731 1.413.698.38 1.39.761 2.071 1.17.784.472 1.548.975 2.313 1.492.78.524 1.547 1.06 2.3 1.624.314.237.645.43.955.674l54.56 42.81c75.754 59.44 145.438 127.057 207.116 200.983l16.545 19.829c19.323 23.17 16.21 57.61-6.95 76.93zM580.638 222.378c61.686 0 111.688-50.005 111.688-111.687C692.326 49.005 642.324-1 580.638-1S468.951 49.005 468.951 110.687c0 61.685 50.002 111.691 111.687 111.691'/%3E%3C/svg%3E");width:1.03em}.adv-sport-ice-hockey{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M496.599 545.875 227.796 7.758l-56.664 28.308 290.066 580.68zm473.504 278.347H635.639l-32.836-65.733-35.4 70.869 64.733 129.59c15.744 31.523 54.19 55.296 89.429 55.296h248.538c40.747 0 73.897-33.15 73.897-73.898V898.12c0-40.749-33.15-73.897-73.897-73.897zM836.204 7.758 428.361 824.222H93.897c-40.747 0-73.898 33.15-73.898 73.897v42.227c0 40.747 33.15 73.897 73.898 73.897h248.538c35.238 0 73.685-23.772 89.429-55.293L892.869 36.066z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-indy-racing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='m1016.35 474.136-111.615-23.552c-18.433-4.095-37.889 8.193-41.984 26.624l-9.216 45.056-105.472-26.624 6.143-28.672 28.672 6.145c2.048 0 4.096-1.025 5.12-3.073l4.096-20.48c0-2.048-1.023-4.096-3.071-5.12l-63.489-13.312c-2.047 0-4.095 1.025-5.12 3.072l-4.095 20.48c0 2.048 1.023 4.097 3.07 5.12l14.337 3.072-6.144 27.648-16.384-4.096c-12.288-4.096-36.864-5.12-52.224-61.44-5.12-16.384-9.216-31.744-13.312-45.056l190.464 39.936-13.311 61.44 6.143 1.024 30.72-136.192-6.143-1.023-7.168 32.768-212.992-45.056c-1.025-3.072-1.025-4.097-1.025-4.097-2.048-10.24-7.168-40.96-44.031-49.151-36.864-7.168-54.272 17.408-60.416 26.624l-3.072 3.072-214.016-45.057 7.168-32.767-6.145-1.025-30.72 137.216 6.144 1.025 13.313-61.44 190.464 40.96c-8.193 10.24-18.432 22.528-29.697 35.84-37.887 45.056-60.416 36.864-73.727 34.816l-16.384-3.073 6.143-27.647 14.336 3.072c2.048 0 4.096-1.024 5.12-3.072l4.096-20.48c0-2.048-1.023-4.096-3.071-5.12l-63.488-13.312c-2.048 0-4.096 1.024-5.12 3.072l-4.096 20.48c0 2.047 1.023 4.096 3.071 5.12l28.673 6.144-6.145 28.672-106.496-18.433 9.216-45.055c4.097-18.432-8.191-37.888-26.624-41.985l-111.615-23.551c-18.432-4.096-37.888 8.192-41.984 26.624L21.023 559.129c-4.096 18.431 8.192 37.887 26.624 41.984l111.615 23.552c18.433 4.095 37.889-8.193 41.985-26.624v-1.025l148.479 25.601c2.048 6.144 3.072 11.264 4.096 15.36 3.073 12.287 15.36 14.335 15.36 14.335l118.784 24.576 147.456 31.745s11.264 3.072 19.456-6.144c2.048-3.072 6.144-7.168 10.24-12.288l146.432 35.84v1.024c-4.096 18.432 8.192 37.888 26.624 41.984L949.79 792.6c18.432 4.097 37.888-8.191 41.984-26.624l52.224-247.808c3.072-20.48-9.216-39.935-27.648-44.032M204.32 580.632l4.096-18.432 134.144 35.84c1.024 2.048 1.024 5.12 2.049 7.168zm343.04-266.24 5.12-7.168c3.071-3.071 11.264-14.336 30.72-10.24 18.431 4.096 21.504 17.408 23.552 21.505l2.047 8.191zM813.6 709.656l-138.239-33.792c2.048-2.048 3.071-4.097 5.12-6.145l137.216 21.504z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-judo{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M309.792 859.16c21.504-17.408 43.008-33.792 65.536-51.2 2.048-2.048 5.12-4.096 7.168-6.144 31.744-25.6 64.512-52.224 96.256-77.824v-93.185c0-3.07 1.024-7.168-2.048-10.239-8.192 4.096-13.312 15.36-24.576 15.36h-61.44c-23.552 0-47.104 0-70.656 1.024v70.656h49.152c0 1.024 1.024 2.048 1.024 2.048-19.456 15.36-37.888 30.72-57.344 46.08-12.288 10.24-24.576 21.504-36.864 31.744-8.192 6.144-9.216 10.24-4.096 19.455 10.24 18.433 20.48 36.865 27.648 57.345 4.096 1.023 7.168-2.048 10.24-5.12m480.256-70.656c-13.311-10.24-25.6-21.504-38.912-32.768-19.456-15.36-37.888-30.72-57.344-46.08 0-1.024 0-2.048 1.025-3.072h50.175v-70.656c-12.288 0-23.551 0-35.84-1.024-25.6 0-51.2-1.024-75.776 1.024-18.431 1.024-32.767-2.048-45.056-15.36-3.072 3.072-2.047 7.168-2.047 10.24v93.184c57.343 45.056 113.663 91.136 171.008 136.191 2.047 2.05 5.12 5.12 8.191 3.073 9.217-19.457 18.433-39.936 28.672-59.392 3.072-7.168 2.049-10.24-4.096-15.36m252.932-55.296c-22.527-66.56-43.008-133.12-64.512-199.68-35.84-109.568-70.656-219.137-106.496-328.704-2.048-6.145-5.12-11.265-11.263-14.336-45.056-21.504-89.088-44.032-134.145-66.56-23.552 20.48-41.984 46.08-64.512 68.608-18.432 19.456-36.864 39.936-54.272 60.416-41.984 47.104-83.968 94.208-126.977 140.288-16.383 18.432-33.792 36.863-51.2 55.296-18.431 19.456-35.84 38.912-54.271 58.368-8.193 8.192-2.048 17.407-1.025 24.576 3.073 25.6 7.168 52.224 11.265 77.824h325.632c2.048-18.432 4.096-36.864 6.143-56.32 2.048-17.408 3.073-35.84 5.12-53.248 3.073-26.624 6.145-52.224 8.193-78.848 2.048-17.408 3.071-34.816 5.12-52.224 3.071-30.72 6.144-60.416 9.216-91.136 1.023-9.216 8.191-14.336 18.431-14.336 9.216 0 16.384 7.168 16.384 16.384 0 11.264-1.023 21.504-2.048 32.768-3.07 28.672-5.12 56.32-8.191 84.992-3.072 32.768-7.168 65.536-10.24 98.304-2.048 16.385-3.072 31.744-5.12 48.128 4.095 0 5.12 4.096 6.143 7.168 28.673 78.848 58.368 156.673 87.04 235.52 3.073 8.193 6.145 9.216 14.336 7.169 57.345-16.384 115.713-31.745 173.057-47.105 8.192-1.023 11.264-4.096 8.192-13.311zM308.768 544.792c-1.023-20.48-4.096-39.935-6.144-59.392-1.024-4.096 0-9.216 0-13.312-3.072-17.408-4.095-35.84-5.12-53.248 0-6.144-1.023-12.288-1.023-17.408-3.072-27.648-6.145-56.32-8.192-83.968-1.025-12.288-2.048-24.576-2.048-35.84 0-10.24 7.168-17.408 17.408-17.408s16.384 7.168 17.407 17.408c4.097 37.888 7.168 75.776 11.265 113.664 1.023 12.288 2.048 24.576 2.048 35.84 0 3.072 0 6.144 2.047 8.192 18.432-19.456 36.865-39.936 55.296-59.392l64.512-70.656c6.144-6.144 10.24-10.24 11.265-14.337l-1.025 1.025L673.312 70.68c-2.048-1.024-3.071-1.024-5.119-1.024H453.152c-15.36 0-32.768-3.072-48.127-1.024-5.12 1.024-10.24 2.048-14.336 3.072l-6.145 3.073c-2.048 1.023-4.096 2.047-6.143 4.095l124.928 142.336-35.84 72.704c2.048-6.144-1.025-10.24-11.265-22.528l-110.592-138.24c-2.048-3.071-5.12-6.143-8.191-8.191-4.097 0-7.168 1.023-10.24 3.072l-122.88 61.44c-6.145 3.072-9.217 6.144-11.265 12.288-7.168 22.528-14.336 44.032-21.504 66.56-30.72 94.207-60.416 187.392-91.136 281.6-19.456 61.44-39.935 122.88-59.391 183.296-2.049 7.168-2.049 10.24 6.143 12.288 59.392 16.384 118.784 31.744 178.176 49.153 6.145 2.047 8.193 0 10.24-5.12 24.577-66.561 49.153-134.146 74.753-200.705 6.144-15.36 10.24-30.72 18.431-44.032zm466.944 369.664C695.84 850.968 616.992 787.48 537.12 723.992h-6.145c-79.872 63.488-158.72 126.976-238.592 190.464-1.023 11.264-3.072 21.504-4.095 32.768-1.025 5.12 1.023 7.168 6.143 7.168h479.233c5.12 0 7.168-2.048 6.143-7.168-2.047-10.24-3.07-21.504-4.095-32.768'/%3E%3C/svg%3E");width:1.05em}.adv-sport-kabaddi{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1061 1024' width='1061' height='1024'%3E%3Cpath fill='black' d='M867.872 701.464c-4.096 3.072-8.192 5.12-12.288 8.192l-58.368 43.008c-6.144 4.096-8.192 11.264-9.216 17.408-11.264 39.936-21.504 80.896-32.768 120.832l-9.217 33.792c-6.143 21.504-33.792 29.696-51.199 18.432-11.264-7.168-19.456-21.504-16.385-37.888 5.12-22.528 8.193-45.056 13.313-67.584l12.288-58.368c3.071-15.36 5.12-29.696 8.191-45.056 2.05-13.312 7.168-24.576 16.385-34.816 13.312-16.384 25.6-32.768 37.888-49.152 14.336-18.432 27.647-36.864 41.984-55.296 6.144-8.192 12.287-15.36 18.432-22.528 1.023-1.024 0-4.096-1.024-5.12l-41.984-41.984c-3.072-3.072-6.144-5.12-10.24-9.216-2.048 5.12-5.12 9.216-7.168 14.336-10.24 21.504-20.48 43.008-30.72 65.536-4.096 10.24-11.264 16.384-20.48 21.504-30.72 16.384-61.44 32.768-92.16 50.176-13.312 7.168-25.6 14.336-38.912 20.48-14.336 7.168-27.648 8.192-39.936-2.048-13.312-11.264-18.432-30.72-7.168-47.104 6.144-8.192 14.336-12.288 22.528-17.408 29.696-17.408 58.368-33.792 88.064-51.2 5.12-3.072 6.144-8.192 8.192-13.312 15.36-38.912 30.72-78.848 46.08-117.76 7.168-18.432 13.312-36.864 20.48-54.272 9.216-22.529 26.624-36.865 49.152-47.104 13.312-6.144 27.648-7.168 40.96-6.144 25.6 2.047 46.08 13.312 62.464 32.768 3.072 3.071 6.144 6.144 8.192 9.216l102.4 102.399c7.167 7.168 15.36 14.336 22.528 21.505 16.383 14.336 26.624 32.768 30.72 54.271 3.072 18.432 1.024 35.84-7.169 52.224-12.288 26.624-25.6 52.225-38.912 77.824q-16.894 33.794-33.792 67.584c-3.072 6.145-2.048 9.216 0 14.336 13.313 21.504 25.6 44.032 37.889 65.536 12.287 20.48 23.552 40.96 35.84 62.464 7.168 12.288 9.216 25.6 2.048 37.889-8.193 13.311-20.48 19.456-35.84 18.431-11.265-1.024-19.456-9.215-26.624-18.431-20.48-27.649-40.96-54.273-61.44-81.92-15.36-20.48-29.697-40.961-45.056-60.416-6.145-10.24-7.168-20.48-5.12-30.72l6.143-36.864c1.025-5.12 2.049-11.265 3.072-16.385zm-634.88-25.6c-7.168 14.336-13.313 26.624-19.456 40.96-14.336 33.792-34.817 64.512-54.273 96.256-14.336 23.552-27.647 47.103-41.983 70.656-10.24 17.407-20.48 35.84-32.769 52.224-10.239 14.336-33.792 18.431-48.128 5.12-8.19-7.168-14.335-16.384-13.311-27.649 0-5.12 2.048-11.263 4.096-16.383 14.336-30.72 29.696-60.416 45.055-90.113 8.193-15.36 15.36-31.743 23.553-47.103 4.096-8.193 2.048-17.408 2.048-26.624 0-2.048-1.024-4.096-1.024-6.144v-83.969c0-23.551 0-46.08-1.024-69.631-1.024-22.529 6.144-41.984 17.407-60.416 16.385-26.624 32.769-53.248 48.128-80.896 17.408-28.672 34.817-58.368 52.225-87.04 6.143-9.216 12.288-18.432 20.48-26.624 13.312-12.288 29.696-19.456 48.127-22.528 17.408-2.048 33.792 0 50.177 7.168 13.312 5.12 24.576 14.336 32.768 25.6 8.192 10.24 16.383 19.456 24.576 29.696 10.24 12.288 20.48 25.6 30.72 37.887 11.264 13.313 22.528 26.624 34.816 39.937 1.023 2.048 4.096 3.072 7.168 3.072h98.304c14.335 0 28.671 3.072 36.864 16.384 13.311 20.48 4.096 49.152-22.528 55.296-4.096 1.024-7.168 1.024-11.264 1.024H421.408c-9.216 0-17.408-4.096-23.552-10.24a592 592 0 01-35.84-35.84c-2.049-2.048-4.096-4.096-6.144-7.168-4.096 7.168-8.193 14.336-13.313 21.504-16.384 26.624-32.767 53.248-48.128 80.896-4.095 7.168-4.095 7.168 3.073 15.36 15.36 18.432 31.744 37.888 47.104 56.32 11.264 13.312 21.504 26.624 32.768 39.936 6.143 8.192 8.192 18.432 9.216 27.648 2.047 12.287 4.096 25.6 6.144 38.911 2.048 13.313 4.096 25.601 6.144 38.913l6.144 36.864c2.048 10.24 3.071 21.504 5.12 31.744 1.024 7.168 3.072 15.36 4.096 22.528 2.048 15.36 5.12 29.696 6.143 45.056 1.025 16.384-11.263 28.672-26.624 33.792-18.431 5.12-38.912-7.168-44.032-29.696-7.168-29.696-15.36-59.392-23.552-89.088-9.215-33.792-18.431-67.584-27.647-100.352-1.024-4.097-6.145-8.193-10.24-11.265-17.408-13.311-35.84-26.624-53.248-39.935 0-2.048-1.025-2.048-2.048-2.048M409.12 257.048c-57.344 0-94.208-41.983-95.232-88.063-1.024-53.249 39.936-91.137 84.992-92.16 54.272-1.025 88.064 36.864 93.184 76.8 4.096 27.647-3.072 51.2-21.504 72.703-17.408 21.504-40.96 29.696-61.44 30.72m249.856-106.496c50.177-2.048 87.04 39.937 89.089 80.897 4.096 62.463-41.985 96.255-83.969 98.303-58.368 3.072-91.136-41.984-95.231-79.872-6.145-60.416 46.08-103.424 90.111-99.328'/%3E%3C/svg%3E");width:1.04em}.adv-sport-lacrosse{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M150.048 258.072c71.68 0 130.048-58.368 130.048-130.048-7.168-171.009-253.952-171.009-260.096 0 0 71.68 58.368 130.048 130.048 130.048M274.976 633.88 29.216 880.664c-11.264 11.264-11.264 30.72 0 41.984l91.136 91.136c11.264 11.264 30.72 11.264 41.984 0l246.784-245.76C347.68 746.52 296.48 695.32 274.975 633.88zM956.96 86.04C772.64-100.328 450.08 33.816 451.104 294.936c-1.023 70.656-33.792 108.545-81.92 154.624-142.336 153.601 70.656 366.593 224.257 224.257 46.08-48.128 83.968-81.92 154.624-81.92 261.12 1.024 395.264-321.536 208.896-505.856zm27.648 207.872-96.257-96.256 47.105-47.104c31.744 41.984 48.128 92.16 49.152 143.36m-44.032 138.24-143.36-143.36 48.128-48.128L972.32 367.64c-9.217 30.72-23.553 53.248-31.744 64.513zM839.2 513.048l-133.12-133.12 48.128-48.128 145.408 145.408c-18.433 14.336-38.912 26.624-60.416 35.84m53.248-404.48-47.104 47.103-97.28-97.28c58.367 0 108.544 22.528 144.384 50.177M675.36 70.68l128 128-48.128 48.128-143.36-143.36c11.264-9.215 31.744-22.528 63.488-32.768m-108.544 72.704 145.407 145.408-49.151 48.128-133.12-133.12c9.215-21.504 21.504-41.984 36.864-60.416M511.52 294.936c0-8.191 0-16.384 1.024-23.552l108.544 108.544-48.127 48.128-69.632-69.632c5.12-20.48 8.191-41.983 8.191-63.488m-34.816 122.88 53.248 53.248-48.128 48.128-49.152-49.152c17.408-15.36 32.768-32.768 44.032-52.224M393.76 606.232c-14.336-28.673-14.336-62.465 0-90.112l45.057 45.055zm43.008 43.008 45.057-45.057 45.055 45.057c-28.672 14.336-62.464 14.336-90.112 0m145.408-49.152-10.24 10.24-48.128-48.128 48.128-48.128 53.248 53.248c-15.36 8.192-29.695 19.457-43.008 32.768m165.888-68.608c-21.505 0-43.009 3.071-63.488 8.191l-69.632-69.631 48.128-48.128 108.544 108.544c-8.193 1.024-15.36 1.024-23.552 1.024'/%3E%3C/svg%3E");width:1.04em}.adv-sport-league-of-legends{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M914 530.2c0 94.2-34.4 180.8-91.2 247.399h131.8s69.2-114.8 69.2-247.399c0-253.8-192.6-463-439.6-489v110.6C770.2 177.4 914 337.401 914 530.2m-729.4 348V688.8c-22-48.4-34.6-102-34.6-158.6s12.6-110.2 34.6-158.601V182.4c-89 89-144.399 212-144.399 348s55.4 258.8 144.399 347.8m-2 143.8 706.801-.2L1003.6 855.4H492.201V0H182.6l85.2 103.6v815.2z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-marathon-swimming{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M743.968 144.408h28.672v-33.792h-9.216c-27.647 0-27.647 0-25.6 28.672 0 4.096 2.048 5.12 6.144 5.12m246.784 296.96c18.432 0 18.432 0 18.432-18.433 0-17.407 0-17.407-17.408-17.407-18.432 0-18.432 0-18.432 18.432 0 17.408 0 17.408 17.408 17.408m-861.184-24.576c17.407 0 17.407 0 17.407-17.408v-1.024c0-17.408 0-17.408-17.407-17.408-18.433 0-18.433 0-18.433 18.432 0 17.408 0 17.408 18.433 17.408M92.704 204.824h1.024c17.408 0 17.408 0 17.408-17.408s0-17.408-17.408-17.408c-18.432 0-18.432 0-18.432 18.432 1.024 16.384 1.024 16.384 17.408 16.384m897.024-34.816c18.433 0 18.433 0 18.433-18.432 0-17.408 0-17.408-15.36-17.408-19.457 0-19.457 0-19.457 19.456 0 16.384 0 16.384 16.384 16.384M276 139.288c17.408 0 17.408 0 17.408-17.408 0-18.432 0-18.432-16.384-18.432-18.432 0-18.432 0-18.432 18.432 0 17.408 0 17.408 17.408 17.408m29.696 335.872c6.144 5.12 18.432 1.023 27.648 2.048 6.144 0 8.192-2.048 10.24-7.168 10.24-26.624 29.696-41.985 58.368-45.056 14.336-2.049 27.647-1.024 41.983-1.024 24.577 1.024 48.13 10.24 58.369 32.767 9.215 20.48 21.503 22.529 38.912 20.48h3.072c6.143 1.025 8.192-1.024 10.24-7.167 10.24-26.624 30.72-41.985 59.392-45.056 14.336-1.024 27.648-1.024 41.984-1.024 25.6 1.024 48.128 10.24 58.368 33.792 8.192 18.431 19.455 21.504 36.864 19.456h3.072c6.143 1.024 7.168-2.048 7.168-8.192 0-17.408-1.025-34.816 0-52.224 0-8.192-2.048-10.24-10.24-10.24H313.888c-8.192 0-11.264 2.048-10.24 10.24 1.024 10.24 0 20.48 0 30.72 1.024 9.215-4.096 22.528 2.048 27.648m11.264-103.424h438.273c4.095 0 6.143-1.024 5.119-6.145-2.048-10.24-2.048-20.479-6.144-29.695v-3.072c-19.456-89.088-108.544-165.89-200.704-172.032-82.944-5.12-150.528 23.552-201.728 88.064-20.48 25.6-34.816 54.272-40.96 87.04-3.072 7.168-3.072 16.384-5.12 23.552-2.048 10.24 1.023 12.288 11.264 12.288m131.072 157.696c19.456-1.023 32.768-17.407 31.744-35.84 0-18.431-14.336-32.767-33.792-33.792h-37.889c-19.456 1.025-33.792 15.36-33.792 33.792 0 19.456 13.313 34.817 32.769 35.84 13.312 1.024 27.648 1.024 40.96 0m210.944 0c19.456-1.023 32.769-16.384 31.744-35.84 0-18.431-14.336-33.792-33.792-33.792H619.04c-19.456 1.025-33.792 15.36-33.792 33.792-1.024 19.456 13.312 34.817 32.768 35.84 14.336 1.024 27.648 1.024 40.96 0m-525.312-4.096c-7.168-1.024-15.36-2.048-23.552 1.024-11.264 4.096-18.432 15.36-17.408 27.648s10.24 21.504 23.552 22.528c39.936 2.048 78.847 6.144 119.809 22.529-22.529-44.033-56.32-67.584-102.4-73.729zm734.208 58.368c12.288 0 22.528-6.145 33.792-9.216 27.648-6.144 55.296-8.192 82.944-10.24 14.336-1.024 24.576-13.313 23.552-26.624-1.024-13.313-12.288-24.576-26.624-24.576-11.264 0-22.528 1.024-33.792 4.095-13.312 4.097-25.6 9.217-36.864 16.385-18.432 11.264-32.768 27.648-43.008 50.176l-1.024 1.024h1.024zm-690.176-291.84c22.527 16.384 43.008 35.84 58.368 59.392 0-30.72-2.049-60.416-10.24-89.088-3.072-13.312-15.36-19.456-29.696-19.456-12.288 0-23.552 8.192-27.648 19.456-3.072 9.216 0 21.504 9.216 29.696m747.52-16.384c10.24-8.192 13.313-20.48 9.216-31.744-5.12-12.288-16.384-19.456-29.695-19.456-16.385 0-26.624 9.216-29.697 25.6-5.12 27.648-8.192 55.295-9.216 86.016 5.12-7.169 9.216-13.312 13.312-18.433 14.336-16.383 29.696-29.696 46.08-41.983m33.792 424.96c-34.815 16.384-70.656 19.456-108.544 16.384-30.72-2.048-58.368-14.336-86.016-26.624-39.936-17.408-80.896-17.408-121.856-1.025-23.551 10.24-47.103 21.504-72.704 25.601h-1.023c-3.072 0-5.12 1.023-8.193 1.023-1.023 0-3.072 0-4.095 1.025-2.048 0-3.072 0-5.12 1.023h-37.888c-5.12 0-10.24-1.023-15.36-2.048-22.529-4.095-45.056-11.263-65.537-21.503-39.935-19.457-80.895-21.504-122.88-7.168-18.431 6.144-35.84 17.408-55.295 22.528-27.649 8.191-56.32 10.24-84.993 7.168-30.72-3.072-59.391-14.336-87.04-26.624-16.383-7.168-40.96-11.265-61.44-12.288v240.64h1024.001v-240.64c-29.697 1.023-61.44 11.263-86.017 22.528m-614.4-181.248c-2.049-5.12-4.097-8.192-10.24-7.168h-21.504c-6.145-1.024-8.192 1.023-7.168 8.191 4.096 35.84 16.384 68.609 35.84 99.329 38.912-4.096 76.8 1.024 113.664 19.456 24.576 12.288 50.176 20.48 77.824 19.456 28.672 0 54.271-8.193 78.848-20.48 25.6-13.312 53.248-19.457 82.944-19.457h31.743c19.456-29.695 30.72-63.487 35.84-99.327 1.024-5.12 0-8.192-6.144-7.168-7.168 0-15.359 1.024-22.528 0-6.143 0-8.191 2.048-10.24 7.168-11.264 26.624-30.72 43.008-60.415 45.056a346 346 0 01-46.08 0c-22.529-2.048-43.008-11.264-52.225-31.744-8.191-19.456-20.48-22.529-37.888-20.48h-4.095c-6.145-1.024-8.193 2.048-10.24 7.168-11.264 26.624-30.72 43.008-60.416 45.056-14.336 1.024-28.672 1.024-44.033 0-32.767-2.048-52.223-17.408-63.487-45.056'/%3E%3C/svg%3E");width:1.05em}.adv-sport-mma{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='m973.4 485.8.6-.6c39.6-40.4 72.8-80.6 70-131.6-2.4-44.4-31.8-87.8-92.6-137-.2-.2-.6-.4-.8-.6-60-45.8-267.2-194.6-415.2-186.6C478.6 32.4 391 117.599 356 154c-76.8 80-140 172.4-173 253.6-44.2 108-154 246.8-155.2 248.2-12.8 16-10.2 39.4 5.8 52 6.8 5.4 15 8 23 8 10.8 0 21.6-4.8 29-14C87 700 97 687.4 112 667.2l328.2 192-68.2 70.4c-14.2 14.6-13.8 38.2.8 52.4 7.2 7 16.4 10.4 25.8 10.4 9.6 0 19.4-3.8 26.6-11.2L607.6 793c27.2-1.8 88.4-6.2 154-16.2C929.4 751.4 973 714.4 991.4 689c14-19.4 18-42.6 11.6-65-22.2-77.6-29.2-136.6-29.6-138.2M493.6 805 155.201 607c15-22 30.6-46.4 45.8-71.8l351.8 208.6zm157-89.2L236.201 470c5.6-11.6 10.8-23 15.4-34.2 7-17.2 15.8-35.2 25.8-53.4l222.4 72.8 174.4 258.2c-8.401 1-16.201 1.6-23.601 2.4M763 702c-2.2.4-4.4.8-6.6 1l-142-210.2 195.4 64-4.4 5.6c-12.8 16-10.2 39.2 5.8 52s39.2 10.2 52-5.8l26.4-33 .2-.2c6.2-7.8 12.6-15.4 19-22.6 4.6 21.8 11.8 51.6 23.4 91.8v.2c-2 3.6-23.2 33.6-169.2 57.2m141.4-251.8c-13.8 13.8-28.8 28.8-43.8 45.4l-543.2-178c23.4-33.8 50.6-67.8 80.4-99.8l553.8 181.4c-12 15.6-29 32.8-47.2 51m-446.8-291c43.6-38.4 73.2-54.6 82.2-55.8 97.4-5.2 257.601 89 365.601 171.2 21.4 17.4 37.4 33 48.4 47.2z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-modern-pentathlon{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1067 1024' width='1067' height='1024'%3E%3Cpath fill='black' d='M260.64 421.912c-22.527 12.288-44.031 25.6-66.56 37.888 6.144 11.264 13.312 23.551 19.456 34.816 37.888 64.512 74.752 130.048 112.64 194.56 11.265 19.456 16.384 38.912 15.36 61.44-1.024 87.04 0 174.08 0 260.096v7.168H217.634c-10.24 0-10.24 0-13.312-9.215-13.312-43.008-27.648-86.016-40.96-129.024-25.6-80.896-52.225-160.768-77.824-241.664C71.2 587.8 54.817 537.625 38.432 487.45c-5.12-17.409-11.263-33.792-16.383-51.2-1.024-4.096-1.024-7.169 3.072-10.24 60.416-47.104 120.832-93.184 180.224-140.289C276 230.425 346.657 176.154 417.313 120.858c36.864-28.673 74.753-57.344 111.616-87.04 4.097-3.072 6.144-2.049 9.216 0l205.824 159.743c43.007 33.792 87.04 67.584 131.072 101.376 39.935 30.72 80.895 62.465 120.832 93.185 15.36 12.288 30.72 24.576 47.103 36.864 4.097 3.071 4.097 5.12 3.072 9.216-16.383 49.151-31.744 98.304-48.127 147.456-30.72 94.208-60.416 188.416-91.136 283.647-15.36 47.104-29.696 94.208-45.057 141.312-3.071 11.264-3.071 11.264-15.36 11.264H736.802c-4.096 0-7.168 0-11.264-1.024V728.09c0-8.192 2.048-16.384 6.144-23.552 24.576-41.984 49.152-83.968 72.704-125.952 21.504-36.864 43.008-73.727 63.488-110.592 1.025-3.072 3.072-5.12 5.12-8.192-22.528-13.312-44.032-25.6-66.56-38.912-2.048 4.096-5.12 8.192-7.168 12.288-44.031 75.776-87.04 151.552-131.071 226.305-21.504 37.887-18.433 27.647-18.433 69.631v283.648c0 1.024 0 3.072-1.023 4.096H427.553c-4.095 0-6.143-1.024-6.143-5.12V707.61c0-11.264-3.072-21.505-8.193-30.72-20.479-34.816-40.96-70.656-61.439-105.472L265.761 423.96c-3.07 0-4.095-1.025-5.12-2.048zm366.592 152.576c2.048-43.008-38.912-97.28-97.28-95.232-51.2 2.047-94.208 44.032-93.185 96.256 0 52.224 44.032 95.232 95.232 95.232 53.248 0 96.256-43.008 95.233-96.256'/%3E%3C/svg%3E");width:1.05em}.adv-sport-motorcycle-racing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M536.207 601.848 397.945 404.235H974.64c-23.65-68.677-62.081-131.667-112.338-184.197C762.017 116.342 623.3 58.126 478.9 59.718h-15.691c-243.55 0-441.164 197.387-441.164 441.164v20.694c0 243.55 197.387 441.164 441.164 441.164h550.545l28.198-272.43H705.848c-67.54 0-130.757-32.974-169.643-88.46zm349.747 184.197h56.396v60.262h-56.396zm-131.212 0h56.396v60.262h-56.396z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-motorsport{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='m559.175 523.166 17.283-56.85-60.262 18.646c-14.1 8.64-18.647 27.061-10.005 41.388 8.64 14.1 27.06 18.647 41.387 10.006 5.23-2.956 9.325-7.504 11.598-13.19zM430.009 791.275h152.815v50.938H430.009zm101.877 228.995c281.299 0 509.386-228.087 509.386-509.386S813.185 1.499 531.886 1.499 22.501 229.585 22.501 510.884c1.137 281.071 228.541 508.476 509.385 509.386m149.405-121.205H382.71V719.871h298.581zM442.517 510.886c0-35.248 20.694-67.084 52.759-81.411l171.463-52.984-51.621 168.052c-13.872 33.656-46.619 55.713-83.002 55.94-49.574 0-89.598-40.022-89.598-89.597zm89.369-387.951c214.215.228 387.725 173.737 387.951 387.951-.91 113.021-50.03 220.582-134.623 295.398L679.699 700.768l42.297-42.297 62.309 62.31c42.296-51.166 67.994-114.157 73.45-180.331h-86.868v-59.353h88.005c-5.912-66.175-32.063-128.938-74.588-180.104l-62.308 62.309-42.297-42.297 62.309-62.309c-50.938-42.525-113.93-68.675-180.104-74.588v88.005h-59.808v-88.005c-66.175 5.913-128.938 32.064-180.104 74.588l62.309 62.309-42.297 42.297-62.309-62.309c-42.525 50.938-68.677 113.93-74.588 180.104h88.005v59.808h-86.868c5.458 66.175 31.154 129.165 73.451 180.33l62.309-62.309 42.297 42.297L278.786 806.74c-87.551-72.77-137.353-181.468-134.623-295.398 0-214.44 173.737-388.179 387.724-388.406z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-netball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M514.592 450.584h420.864c13.311 0 19.456 5.12 19.456 18.432v72.704q0 18.432-18.432 18.432H86.56c-7.168-1.024-11.264-7.168-11.264-14.336v-79.872c0-7.168 6.145-14.336 14.336-14.336h5.12c138.24-1.024 279.552-1.024 419.84-1.024m202.752 143.36c-2.048-1.024-4.096-3.072-6.144-3.072h-36.864c-1.024 0-2.048 0-3.072 1.024l-1.024 1.024c2.048 1.024 4.096 2.047 5.12 4.095l31.744 31.744q3.074 3.072 0 6.145L651.808 690.2c-5.12 5.12-5.12 5.12-9.216 0-18.432-18.433-35.84-36.864-54.271-54.273-3.073-3.071-3.073-4.095 0-7.168 11.263-11.263 22.527-21.504 32.767-32.767l4.096-4.096h-4.096c-10.24 0-21.504 1.023-31.744 0-8.191-1.024-13.311 4.096-18.432 9.216-2.047 3.071-5.12 5.12-8.192 7.168-1.023 1.023-4.096-3.072-6.143-4.097l-4.096-4.096c-4.097-5.12-9.217-9.215-17.408-8.191-10.24 1.023-19.456 0-29.697 0h-5.12c1.025 1.023 2.048 2.048 2.048 3.071l33.792 33.792c3.072 3.073 3.072 4.097 0 7.168-7.168 7.168-13.311 14.336-20.48 20.48-9.215 8.192-17.408 17.409-26.623 25.6-2.048 1.025-3.073 3.073-5.12 5.12-1.025-2.047-2.048-4.095-2.048-6.143-10.24-29.696-22.529-58.368-37.89-86.017-1.023-3.07-3.07-4.095-6.143-4.095h-27.648c-1.024 0-2.048 0-4.096 1.024l3.072 6.144c17.409 30.72 31.745 62.464 43.008 96.256 12.288 32.768 21.504 65.536 29.697 99.328 6.143 28.672 12.288 58.368 16.383 88.064 4.096 32.768 6.144 66.56 9.216 99.327 1.025 9.217 7.168 15.36 16.384 15.36s15.36-7.167 14.336-16.383c0-7.168 0-13.313-1.024-20.48-3.072-30.72-6.144-62.465-9.215-93.184 0-3.073 0-6.145 3.07-8.193 9.218-9.215 19.457-18.431 28.674-28.672 3.071-3.072 5.119-3.072 7.168 0q27.646 27.65 55.296 55.296c1.023 1.025 2.048 2.048 3.071 4.097-1.023 1.023-2.048 3.071-3.071 4.096l-44.032 44.032c-7.168 7.168-7.168 17.407 0 23.552 6.143 6.143 15.36 5.12 22.528-1.025l45.056-45.055c3.072-3.073 5.12-2.048 8.192 0 16.384 16.383 31.743 32.767 48.128 48.128 7.168 7.167 17.407 7.167 23.552 0 6.143-6.144 5.12-16.384-1.025-23.552l-48.128-48.128c-1.023-1.025-2.048-3.072-3.072-4.097l62.465-62.464 3.071 3.073c13.313 13.311 25.6 25.6 38.912 37.887 6.145 5.12 9.216 11.265 6.145 18.433-1.025 2.048-1.025 5.12-1.025 7.168-2.048 27.647-5.12 55.296-7.168 83.968-1.023 10.24 6.145 17.408 15.36 17.408 10.24 0 15.36-6.145 16.385-16.384 1.024-19.456 2.047-39.937 4.095-59.393 4.097-29.696 8.193-58.368 13.313-88.063 8.191-45.057 19.456-89.089 34.815-133.12 11.265-32.769 25.6-65.536 41.985-96.256 2.047-4.097 4.095-7.168 6.143-12.288h-33.792c-1.023 0-3.071 2.048-4.096 3.071l-33.792 73.729c-4.095 8.191-5.12 17.408-13.311 22.527-3.072 2.049-4.097 2.049-6.145 0-18.431-18.432-36.864-37.888-56.32-56.32-3.071-3.072-3.071-4.095 0-7.167 11.265-10.24 21.505-21.504 31.744-31.744l4.097-4.096h-39.937c-2.048 0-5.12 1.023-7.168 3.071-5.12 4.097-9.215 9.217-14.336 15.36-7.168-1.024-12.288-6.143-17.408-11.263m77.824 122.88-61.44 61.44-61.44-61.44 61.44-61.44c19.456 20.48 40.96 40.96 61.44 61.44m-88.064 89.088-57.344 57.344q-3.072 3.072-6.143 0l-57.344-57.344q-3.073-3.072 0-6.145c19.455-18.431 37.888-37.887 56.32-56.319q3.071-3.072 6.144 0c18.431 19.456 37.887 37.888 56.319 56.32l3.072 3.072c1.025 1.024 0 2.048-1.024 3.072m-86.016-86.016-56.32 56.32c-2.048 3.072-4.096 2.047-6.144 0l-56.32-56.32c-3.071-3.072-3.071-4.097 0-7.169l55.296-55.296c3.072-3.071 4.096-3.071 7.168 0l56.32 56.32 3.072 3.073q-1.536 3.072-3.072 3.072M785.952 833.56l-27.648-27.647c-2.048-2.048-3.072-3.073 0-6.145l46.08-46.08c1.024-1.024 2.048-1.024 3.072-3.071-6.145 28.671-12.288 55.295-18.432 83.967-2.048 0-3.072-1.024-3.072-1.024m-270.336-55.296 21.504 21.504c2.048 2.049 2.048 3.072 0 5.12-5.12 5.12-10.24 11.265-17.408 17.408-3.073-16.384-7.168-31.744-10.24-47.103 0 0 1.024 0 1.024-1.025 2.048 2.048 3.072 3.073 5.12 4.096m163.84-367.616c21.504-4.097 41.984-11.265 61.44-22.528 2.048-1.025 3.072-3.073 4.096-5.12 10.24-31.745 14.336-64.512 13.312-98.304-2.048-40.96-13.312-79.872-30.72-116.736-1.025-3.072-2.048-4.096-5.12-2.048-13.312 9.216-25.6 20.48-36.865 32.768l-15.359 18.432c-1.024 2.048-3.072 5.12-2.048 7.168 12.288 23.552 20.48 49.152 23.552 75.776 4.096 32.768 1.023 64.512-10.24 96.256-1.024 4.096-3.072 8.192-5.12 12.288 2.048 2.048 3.072 2.048 3.072 2.048m-220.16-188.416c0 1.023 1.024 3.071 2.048 4.096 10.24 9.216 19.456 19.456 30.72 28.672 29.696 24.576 62.464 40.96 99.328 51.2 21.505 6.143 44.032 10.24 66.56 12.288 3.072 0 5.12 0 4.096-4.097-2.048-25.6-9.216-49.151-20.48-71.68-1.024-2.047-4.096-4.095-6.144-4.095-21.504-1.025-41.984-5.12-62.464-12.288-30.72-10.24-57.344-26.624-80.896-49.153-7.168-7.168-13.312-14.335-20.48-22.527-7.168 22.527-12.288 45.056-12.288 67.584m117.76-27.648c18.433 7.168 37.889 11.264 58.368 13.313 3.072 0 6.145 0 8.193-3.073q16.895-26.112 39.935-46.08c23.552-20.48 49.152-35.84 78.849-45.056 10.239-3.072 20.48-5.12 30.72-7.169 0-1.023 0-1.023-1.025-2.047-14.336-17.408-31.744-31.744-51.2-41.984-1.024-1.024-3.071-1.024-5.12-1.024-16.384 5.12-31.743 9.216-47.104 15.36-34.815 14.336-64.512 35.84-90.112 63.488-13.312 14.336-25.6 29.696-37.888 47.104 5.12 3.072 10.24 5.12 16.384 7.168m-108.544 87.04c8.192 25.6 20.48 48.128 37.889 67.584 34.815 38.912 78.847 60.416 130.048 63.488 3.071 0 4.095-1.024 6.143-3.072q13.824-26.112 18.433-55.296c1.023-4.096-1.025-4.096-4.097-5.12-18.431-3.072-37.888-5.12-56.32-9.216-38.911-8.192-74.751-24.576-107.52-47.104-8.192-6.144-17.408-12.288-26.624-19.456 1.024 4.096 1.024 6.144 2.048 8.192M687.648 43.032c-1.024 0-2.049-1.024-3.072-1.024a183.8 183.8 0 00-74.752 0c-46.08 9.216-83.968 33.792-112.641 70.656-8.192 10.24-8.192 10.24 0 21.504 9.217 13.312 20.48 24.576 33.792 34.816 2.049 1.024 3.072 2.048 5.12 0 20.48-30.72 45.056-57.344 74.752-79.872 21.504-16.385 45.056-30.72 70.656-40.96 2.048-1.024 5.12-2.049 7.168-3.072zM788 350.232c24.576-28.673 39.936-61.44 45.056-99.328 5.12-38.912-1.024-75.776-19.456-111.616-1.024-1.025-3.072-3.072-5.12-3.072-15.36 0-29.696 3.072-44.032 8.192-4.096 1.023-8.192 3.072-12.288 5.12 31.744 64.512 44.032 131.071 33.792 201.728 1.024 0 2.048 0 2.048-1.023z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-olympics{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='m222.39 648.695 197.842 79.59 120.751-121.434L402.72 468.589 222.389 648.693zm-99.603 99.376 198.523 79.818 53.44-53.667-198.296-79.818zM31.37 839.032c-11.598 11.598-11.598 30.472 0 42.297l97.556 97.556c5.685 5.685 13.19 8.641 21.15 8.641 7.958 0 15.462-3.184 21.148-8.869l104.378-104.833-198.978-80.046zm383.403-510.067c-15.01 25.924-10.007 58.898 12.28 79.364l174.873 174.874a68.62 68.62 0 0048.438 20.921c10.915 0 21.602-2.956 30.927-8.64 0 0 148.722-93.69 151.45-96.42l-321.548-321.55c-2.956 2.73-96.42 151.452-96.42 151.452zM1030.81 57.218c-8.413-7.05-19.783-8.87-30.017-4.775l-125.072 48.664 4.322-32.746c2.274-16.373-9.325-31.382-25.698-33.428-2.046-.227-4.32-.455-6.367-.227-104.15 8.64-183.287 59.58-211.258 135.76-4.548 12.507-7.731 25.697-9.096 39.113l189.427 189.427a153.7 153.7 0 0032.065-6.14c63.218-19.102 148.04-88.004 191.702-306.54 2.273-10.915-1.593-22.059-10.007-29.109z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-overwatch{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M179.744 139.288C78.368 235.544 17.952 373.784 20 515.096c0 145.408 66.56 288.769 177.152 382.977 102.399 89.088 240.64 135.168 375.808 122.88 146.432-11.264 285.696-89.088 371.712-208.896 83.968-113.664 116.736-262.144 89.088-400.384-20.48-105.472-75.775-203.775-154.624-276.479l-96.256 112.64c77.824 73.728 120.832 182.271 112.64 288.768-3.071 53.248-18.432 105.473-45.056 151.553L652.832 497.691l-99.328-214.017v324.608L752.16 800.794c-89.088 68.608-210.944 92.16-318.464 61.44-44.032-12.288-86.016-32.768-121.856-60.416l200.704-193.536c0-105.473 1.025-219.137 0-324.608l-99.328 215.04L214.56 689.178c-60.416-105.472-62.464-242.688-4.096-350.208 18.433-33.792 41.985-65.536 70.657-92.16l-96.256-112.64c-2.048 2.048-3.073 4.096-5.12 5.12zM525.856-1C412.192.024 299.551 39.96 211.488 111.64l96.256 112.641c81.92-64.513 191.488-91.137 293.888-70.656 56.32 11.263 109.568 35.84 154.624 70.656l96.256-112.641C761.376 37.913 644.64-3.048 525.857-1z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-pesapallo{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M532 622.616c-8.192 6.144-15.36 13.312-22.528 18.432-37.888 28.671-69.632 62.463-103.424 95.232-52.224 50.176-104.448 101.376-156.672 151.552-22.529 21.504-44.033 43.008-66.56 63.488-3.072 3.072-2.049 5.12 0 7.168 4.096 7.168 6.144 15.36 2.048 22.528-7.168 16.384-25.6 20.48-38.912 8.192-10.24-9.216-19.456-19.456-28.672-28.672l-38.912-38.912c-5.12-5.12-9.216-11.264-9.216-19.456 0-9.216 4.096-16.384 13.312-21.504 8.192-4.096 16.383-4.096 24.576 1.024 1.024 1.024 2.048 2.048 4.095 3.072 1.025-1.024 3.073-2.048 4.097-3.072C178.72 816.152 242.208 751.64 306.72 686.103c29.696-29.695 58.368-60.415 88.065-91.135 13.311-14.336 25.6-30.72 38.912-45.056 5.12-6.145 5.12-6.145-1.025-11.264-60.416-50.177-121.855-101.376-183.296-151.553-29.696-24.576-56.32-51.199-82.944-77.823l-3.071-3.072c-7.168-7.168-7.168-7.168 0-15.36 44.03-44.033 88.063-87.04 132.096-131.073 0 0 1.024-1.023 2.048-1.023 1.024 1.023 2.047 2.048 3.072 2.048 53.248 50.176 99.328 106.496 145.408 162.816 28.672 33.792 57.344 68.607 84.991 102.399 1.024 1.024 1.024 2.048 3.072 4.095 3.073-3.07 5.12-5.119 7.168-8.19 45.057-54.273 91.136-108.545 136.192-162.817a916 916 0 0186.016-92.16c3.072-3.071 5.12-5.12 8.192-9.216 2.048 2.048 3.073 3.072 5.12 4.097 41.984 41.983 83.968 82.943 125.952 124.928 3.072 3.072 5.12 6.143 8.192 8.191q3.072 3.073 0 6.145c-35.84 36.864-72.704 70.656-112.64 103.424-58.368 45.055-112.641 91.135-166.912 136.192-4.096 3.071-3.072 5.12 0 9.216 38.912 48.127 82.944 91.135 125.952 135.168 63.487 65.536 126.976 130.048 190.464 195.584 4.095 4.095 7.168 6.143 12.288 2.047 9.216-6.143 21.504-3.072 28.672 5.12s9.216 20.48 3.072 29.697c-2.049 2.048-4.097 5.12-6.144 7.168a835373 835373 0 00-66.56 66.56c-9.216 8.192-22.528 9.215-32.769 2.047-10.239-8.191-12.288-21.504-5.12-32.767 2.049-3.073 2.049-5.12-1.023-8.193-26.624-26.624-54.273-52.223-80.897-78.847-47.103-46.08-95.231-91.136-142.336-137.216-25.6-24.577-50.176-49.153-75.775-72.705-16.385-14.335-32.769-26.624-49.152-40.96zm253.952-482.304c11.264-10.24 21.504-21.504 32.768-31.743 19.456-19.456 39.936-38.912 59.392-59.393 13.312-14.336 29.696-20.48 48.128-23.552 53.248-7.168 104.448 28.672 115.712 80.896 5.12 22.528 3.072 44.032-7.168 64.513-3.072 5.12-7.168 10.24-11.264 15.359-30.72 30.72-61.44 61.44-91.136 92.16-3.072 3.072-5.12 3.072-7.168 0L790.048 143.384c-2.048-1.023-3.072-2.048-4.096-3.072m-508.928 0C229.92 187.417 183.839 234.52 136.736 280.6c-2.048-1.023-3.072-3.071-5.12-4.096-31.744-31.744-63.488-63.488-94.208-95.231-10.24-10.24-14.336-23.553-16.384-37.889-9.217-56.32 30.72-103.424 79.872-115.712 21.504-5.12 43.008-3.072 63.487 6.145 6.145 3.071 11.265 7.168 16.384 11.263 31.744 30.72 63.489 62.464 94.208 93.184z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-pool{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M872.992 680.984c-22.528-32.769-51.2-60.416-87.04-78.849-97.28-49.151-216.064-20.48-279.552 67.584-2.049 3.073-5.12 7.168-8.192 10.24-15.36 25.6-26.624 53.249-31.744 82.945-1.024 6.143 0 12.288-3.073 18.431-3.071-36.864-15.36-70.656-33.792-102.4-12.288-17.407-26.624-33.792-41.983-48.127-18.433-15.36-38.912-27.648-60.416-37.888-36.864-13.312-73.729-19.456-113.664-14.336-84.992 10.24-160.77 73.728-184.32 155.648-4.096 12.287-6.144 25.6-9.216 37.888v52.223c4.096 6.145 3.072 13.313 5.12 19.456 20.48 94.208 94.208 161.792 190.464 174.08 2.048 0 3.072 1.025 4.096 2.048h48.128c11.264-2.048 21.504-5.12 32.768-7.168 87.04-20.48 151.552-95.231 161.792-184.319 0-2.049 1.024-4.096 2.048-6.144v-11.264 11.264c4.096 23.552 8.193 46.08 18.432 67.584 35.84 74.752 94.208 118.784 177.152 131.072 2.048 0 3.072 1.023 4.095 2.048h46.08c5.12-4.096 11.265-2.048 17.409-4.096 103.424-19.456 180.224-111.616 181.248-216.064 0-18.432-3.072-35.84-6.144-54.272-7.169-23.552-17.408-46.08-29.696-67.584M261.664 919.576c-14.336 2.048-28.672 4.096-41.984-2.048-41.984-7.168-70.656-31.744-87.04-69.632-30.72-71.68 12.288-149.505 90.112-163.84 58.368-12.289 119.808 27.648 135.168 88.064 17.408 67.584-27.648 135.168-96.256 147.456m540.672-95.232c-10.24 50.176-41.984 80.897-91.136 94.208-15.36 4.097-31.744 5.12-47.104 1.024-50.176-10.24-88.064-48.127-96.256-96.255-8.192-52.225 14.336-99.329 59.392-125.952 11.264-6.145 22.528-11.265 35.84-12.289 35.84-9.215 67.584 0 95.232 21.504 37.888 29.697 53.248 69.632 44.032 117.76M338.464 575.512c19.456 12.288 39.937 21.504 62.464 29.696 23.553 5.12 47.104 10.24 71.68 8.193 83.968-5.12 147.457-44.033 187.393-117.761 51.2-93.184 26.624-209.92-57.344-276.48-2.048-1.024-3.072-3.072-5.12-5.12-18.433-13.312-38.912-23.551-59.393-32.767-32.768-9.217-66.56-14.337-101.376-10.24-143.359 18.431-232.447 166.912-179.199 302.08 16.384 41.983 44.031 75.775 80.896 102.399zm107.52-301.056c63.487-12.288 136.191 37.888 137.216 116.736 1.023 71.68-59.393 128-134.145 120.832-2.048 0-4.096-1.024-7.168-2.049-57.344-10.24-98.304-60.416-98.304-119.808 1.025-58.368 45.056-107.52 102.4-115.712zm589.826 376.832-307.199-614.4Q711.714 4.632 676.386.025c-10.24-2.05-21.504-3.073-30.72 5.119-5.12 0-9.215 1.024-13.312 4.097-10.24 7.167-19.455 16.383-24.575 27.647-19.456 37.889-37.889 75.776-57.345 113.664 25.6 4.097 46.08 15.36 62.465 29.696q12.288-24.574 24.575-49.152c5.12-10.24 12.288-16.384 22.529-19.456 12.288-4.096 26.624 1.024 34.816 11.265 2.048 3.07 4.096 7.167 6.144 10.239 82.944 164.864 164.864 329.729 247.808 494.593 11.264 22.527 1.024 40.96-15.36 49.151-4.097 2.048-7.168 2.048-11.264 2.048h-10.24c9.216 12.288 16.384 25.6 20.48 40.961 1.024 9.216 2.048 18.432 4.096 27.647 4.096 0 8.192 1.025 12.288 1.025 15.36 0 31.744 1.023 46.08-3.072 41.984-10.24 60.416-54.273 40.96-94.208zm-340.994 67.584h-22.528c-11.264 0-18.432 5.12-18.432 15.36s6.144 16.384 18.432 15.36c8.192 0 10.24 2.048 10.24 10.24V864.28c0 11.264 5.12 18.432 15.36 18.432q15.36 0 15.36-18.432V737.303c-1.025-12.288-7.168-17.407-18.432-18.431m-456.704 55.296c5.12-10.24 13.311-18.432 20.48-25.6 3.072-3.072 6.144-6.144 7.167-10.24 1.025-7.168-1.023-12.288-7.167-16.384-7.168-4.096-14.336-3.072-20.48 3.072-28.672 25.6-46.08 58.368-51.2 96.256-4.096 32.768 20.48 60.416 53.248 60.416 30.72 1.024 56.32-25.6 54.271-56.32 1.025-21.504-16.384-50.176-56.319-51.2m4.096 76.8c-13.311 0-23.552-10.24-23.552-23.552 0-12.288 11.264-22.528 23.552-22.528s22.528 10.24 22.528 22.528c0 14.336-9.216 23.552-22.528 23.552m173.056-408.576c9.217 20.48 25.6 30.72 48.128 31.744 22.528-1.023 39.936-11.264 49.152-31.744s6.145-39.935-8.192-57.344c-4.096-5.12-5.12-7.168-2.048-13.311 9.216-18.433 4.097-39.937-12.288-53.248-15.36-12.288-37.888-12.288-53.248 0-16.384 13.311-21.504 33.792-12.287 53.248 3.071 5.12 2.048 8.191-2.05 12.288-14.335 18.431-17.406 37.887-7.167 58.367m48.128-101.376q12.288 0 12.288 12.288c0 8.192-5.12 12.288-12.288 12.288q-12.287-1.535-12.288-12.288c1.024-7.168 5.12-12.288 12.288-12.288m1.024 56.32c13.312 0 22.528 10.24 22.528 22.528s-10.24 22.528-22.528 22.528-23.552-11.264-23.552-23.552 10.24-21.504 23.552-21.504'/%3E%3C/svg%3E");width:1.04em}.adv-sport-rally{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M219.68 172.056c-4.096-16.384-21.504-26.624-37.888-22.527-16.383 4.095-26.624 21.504-22.528 37.887l205.824 812.032c4.096 14.336 16.384 23.552 30.72 23.552 3.072 0 5.12 0 8.192-1.024 16.384-4.096 26.624-21.504 22.528-37.888zm685.056 228.352c-32.769-123.904-66.56-247.809-100.353-371.712C800.287 15.384 794.143 1.048 770.591-1 582.175-14.312 458.272 173.08 269.856 159.768c-15.36-2.048-24.576 6.144-20.48 19.456 33.792 123.904 66.56 247.809 100.352 371.712 5.12 19.456 19.456 27.648 33.792 29.696 188.416 13.313 312.32-174.08 500.736-160.768 15.36 2.048 24.576-6.144 20.48-19.456M757.28 46.104c9.216 33.793 18.432 68.608 27.648 102.4-39.936 1.024-74.752 9.215-111.616 23.551-9.216-33.792-18.432-68.607-27.648-102.399 36.864-14.336 71.68-21.504 111.616-23.552M368.16 429.08c-10.24-38.912-21.504-77.824-31.744-116.736 41.984-1.023 78.848-10.24 117.76-25.6-9.216-33.792-18.432-68.608-27.648-102.4 37.888-17.408 73.728-36.863 109.567-58.368 9.216 33.792 18.433 68.609 27.649 102.4-35.84 20.48-71.68 40.96-109.568 58.368 10.24 38.912 21.504 77.825 31.744 116.736-38.912 15.36-75.776 24.576-117.76 25.6m145.408 78.848c-9.217-34.815-18.433-69.632-28.672-104.447 37.888-16.385 72.703-36.864 108.544-57.345 9.216 34.817 18.432 69.632 28.672 104.448-34.816 20.48-70.656 40.96-108.544 57.344m81.92-161.792c-10.24-38.912-21.504-77.824-31.744-116.735 35.84-20.48 71.68-40.96 109.567-57.345 10.24 38.912 21.505 77.825 31.744 116.736-38.912 16.384-73.727 35.84-109.567 57.344m138.24 46.08c-9.216-34.815-18.432-69.632-28.672-104.448 36.864-13.311 71.68-21.504 111.616-22.527 9.216 34.815 18.432 69.632 28.672 104.448-39.936 1.023-74.752 9.216-111.616 22.527'/%3E%3C/svg%3E");width:1.03em}.adv-sport-rowing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M959.008 725.016c-34.815 16.385-70.656 19.456-108.544 16.385-30.72-2.049-58.368-14.336-86.016-26.624-39.936-17.408-80.896-17.408-121.856-1.025-23.551 10.24-47.103 21.504-72.704 25.6-12.288 2.049-24.576 3.072-37.887 3.072-35.84 1.025-68.609-8.191-100.352-24.576-39.937-19.456-80.897-21.504-122.881-7.168-18.432 6.145-35.84 17.408-55.296 22.528-27.648 8.193-56.32 10.24-84.992 7.168-30.72-3.072-59.392-14.336-87.04-26.624-19.456-8.192-39.936-12.288-61.44-10.24v239.616h1024v-240.64c-30.72-2.048-57.344 10.24-84.992 22.528M161.312 679.96c5.12 1.024 11.265 1.024 16.385 1.024 23.552 4.096 46.08 0 67.584-8.192s40.96-20.48 63.487-24.576c50.177-10.24 98.305-8.192 144.385 15.36 24.575 12.288 50.176 20.48 77.823 19.456 5.12 0 9.217 0 14.336-1.024l16.385 49.152 17.407-6.144-15.36-46.08c16.385-3.072 31.745-9.216 46.08-16.384 25.6-13.312 53.249-19.456 82.944-19.456 15.36 0 30.721 0 47.105 2.048 32.767 5.12 60.416 24.576 92.16 32.768 16.384 4.096 31.744 6.144 48.128 5.12l15.36 48.128 17.408-6.144-14.336-45.056c6.144-1.024 12.288-2.048 18.432-4.096 33.792-32.768 74.752-71.68 78.848-75.776 9.216-7.168 13.311-18.432 13.311-31.744-1.023-15.36-8.191-27.648-24.575-34.816-14.336-6.144-27.648-4.096-39.936 5.12-15.36 11.264-46.08 27.648-52.224 30.72-9.216 3.072-18.432 6.144-27.648 7.168l-62.464-191.488c2.048-2.048 5.12-4.096 7.168-7.168 15.36-14.336 16.384-33.792 3.072-48.128-8.192-9.216-19.456-12.288-31.744-11.263l-16.384-53.248 23.552-26.624c6.143-7.168 8.192-16.384 4.096-25.601L738.849 92.184c-5.12-11.264-17.408-16.384-28.672-13.312l-35.84 12.289c-11.264 4.095-18.432 16.383-15.36 27.647l29.696 128c2.048 9.217 9.216 16.385 18.431 17.408l35.841 8.193c2.048 0 4.096 1.023 6.144 0l17.408 52.223c-4.096 2.048-8.192 4.096-12.288 7.168-14.336 12.288-25.6 21.504-36.864 30.72 16.383 11.265 27.648 29.696 27.648 51.2 0 11.265-3.072 21.504-8.192 29.696 11.264-9.215 21.504-18.431 32.768-27.648 7.168-6.144 14.336-12.287 21.504-17.407l29.695 91.136c-4.095 0-9.215 0-14.335 2.047-16.384 5.12-32.768 12.288-49.152 18.432-3.072 1.024-7.168 3.072-10.24 4.097l2.048-2.048-33.792-50.177s-1.024-1.023-3.073-2.048c12.289-11.264 19.457-26.624 19.457-45.056 0-33.792-27.648-60.416-60.416-60.416-33.792 0-60.416 27.648-60.416 60.416 0 13.312 4.096 25.6 11.264 34.816-27.648 29.696-45.056 87.04-58.368 129.024h-28.672l-63.488-194.56c2.048-2.049 5.12-4.097 7.168-7.168 15.36-14.337 16.384-33.792 3.072-48.129-8.192-9.216-19.456-12.287-31.744-11.264l-19.456-52.223 23.552-26.624c6.144-7.168 8.192-16.384 4.096-25.6L405.025 92.182c-5.12-11.264-17.408-16.384-28.673-13.311L339.49 91.16c-11.264 4.095-18.432 16.383-15.36 27.647l29.696 128c2.048 9.217 9.216 16.385 18.432 17.408l35.84 8.193c2.047 0 4.096 1.023 6.144 0l17.408 52.223c-4.097 2.048-8.192 4.096-12.288 7.168-14.336 12.288-25.6 21.504-36.864 30.72 16.384 11.265 27.647 29.696 27.647 51.2 0 11.265-3.071 21.504-8.191 29.697 11.264-9.216 21.504-18.432 32.767-27.649 7.168-6.143 14.336-12.287 21.504-17.407l29.697 91.136c-4.096 0-9.216 0-14.336 2.047-16.384 5.12-32.768 12.289-49.153 18.432-3.07 1.024-7.168 3.072-10.239 4.097l2.048-2.048-33.792-50.177s-1.024-1.023-3.072-2.048c12.288-11.263 19.456-26.624 19.456-45.055 0-33.792-27.649-60.416-60.416-60.416-33.792 0-60.416 27.647-60.416 60.416 0 13.311 4.096 25.6 11.264 34.815-27.648 29.696-45.056 86.017-58.368 128q-50.689-4.608-92.16-36.863c-3.072-2.048-6.144-5.12-10.24-7.168-15.36-9.217-34.816-6.145-48.128 7.168-13.312 13.311-15.36 32.767-5.12 49.151 5.12 11.265 50.176 55.296 88.063 90.112zm666.624-124.928c4.097-2.048 7.168-3.072 9.217-6.145l10.24 31.745c-7.169 1.024-14.337 1.024-21.505 1.024h-66.56c11.264-3.072 20.48-7.168 20.48-7.168 16.385-6.145 31.744-12.288 48.128-19.456m-134.144 2.048c5.12 7.168 17.408 18.432 27.648 24.576h-45.056v-30.72l13.312 9.216zm-200.704-2.048c4.096-2.048 7.168-3.072 9.216-6.145l10.24 32.77H424.48c10.24-3.073 19.456-7.169 19.456-7.169 17.408-6.144 33.792-12.288 49.152-19.456m-134.144 2.048c5.12 7.168 17.407 18.432 26.624 24.576h-44.032v-30.72l13.311 9.216z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-rugby{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1043.87 86.62C1042.816 38.6 1004.351.136 956.33-.92c-46.778-.948-148.798 6.286-260.674 26.602l321.674 321.675c20.376-112.015 27.592-214.11 26.54-260.736zM80.54 538.416c-7.076 22.31-13.22 44.434-18.608 66.32l376.448 376.45c21.822-5.372 43.936-11.704 66.17-18.758zM625.908 40.84c-21.896 5.38-44.022 11.522-66.336 18.594L983.54 483.403c7.078-22.31 13.224-44.433 18.61-66.323zM46.754 674.46C26.378 786.476 19.078 888.57 20.132 935.196 21.176 982.688 52.512 1023 131.77 1023c51.53 0 141.423-9.695 236.557-26.968zM496.786 81.55c-85.982 34.13-170.404 83.088-240.706 153.4-70.288 70.288-119.264 154.708-153.414 240.69L567.1 940.075c86.05-34.156 170.572-82.868 240.9-153.206 70.288-70.288 119.264-154.708 153.414-240.692zm183.832 365.682c11.726 11.726 11.726 30.724 0 42.45s-30.725 11.726-42.45 0l-21.224-21.224-42.45 42.45 21.224 21.223c11.726 11.727 11.726 30.725 0 42.45s-30.724 11.726-42.45 0L532.04 553.36l-42.45 42.45 21.224 21.224c11.726 11.725 11.726 30.723 0 42.45-11.726 11.726-30.724 11.726-42.45 0l-21.224-21.225-27.234 27.235c-11.726 11.725-30.724 11.725-42.45 0-11.726-11.727-11.726-30.725 0-42.45l27.234-27.235-21.224-21.223c-11.726-11.726-11.726-30.724 0-42.45s30.724-11.726 42.45 0l21.224 21.224 42.45-42.45-21.224-21.225c-11.726-11.725-11.726-30.723 0-42.45 11.726-11.726 30.724-11.726 42.45 0l21.224 21.225 42.45-42.45-21.224-21.224c-11.726-11.727-11.726-30.725 0-42.45s30.724-11.726 42.45 0l21.224 21.223 27.234-27.233c11.726-11.727 30.724-11.727 42.45 0 11.726 11.725 11.726 30.723 0 42.45l-27.234 27.233z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-sailing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M204.32 905.24c14.336-1.024 28.672-5.12 41.983-10.24 21.504-8.193 40.96-20.48 63.489-24.576 50.176-10.24 98.303-8.192 144.384 15.36 24.576 12.288 50.176 20.48 76.8 19.456 27.648 0 54.272-8.192 78.848-20.48 25.6-13.312 53.248-19.456 81.92-19.456 15.36 0 30.72 0 47.104 2.047 32.768 5.12 60.416 24.577 92.16 32.769 22.528 6.144 45.056 7.168 66.56 3.072 19.456-23.552 38.912-50.177 46.08-65.536 6.144-14.336 0-23.553-15.36-24.576H517.664l-3.073-1.024s-1.023-30.72-1.023-46.08V35.864c0-5.12 0-9.216-1.024-14.336C513.568 8.216 503.328-1 491.04-1c-13.313 0-23.552 9.216-24.577 23.552v589.825c0 66.56 1.025 133.12-1.023 200.704H350.752c-5.12 7.168-7.168 15.36-12.288 21.504-27.648 33.792-77.824 26.624-96.256-12.289-1.025-3.072-3.072-6.143-4.096-10.24-20.48 0-39.936 0-60.416 1.025-18.432 0-24.576 9.215-17.408 26.624 5.12 16.383 24.576 41.984 44.032 65.536zm735.232 11.264c-34.815 17.408-70.655 19.456-107.52 10.24-31.744-8.192-59.393-27.648-92.16-32.768-15.36-2.048-30.72-2.048-47.105-2.048-28.672 0-56.319 6.144-81.92 19.456-24.575 12.288-51.199 20.48-78.847 20.48-27.649 0-53.248-8.192-76.8-19.456-46.08-22.528-94.208-25.6-144.384-15.36-22.528 4.096-41.985 16.384-63.488 24.576s-44.033 12.288-67.584 8.192c-19.457 1.024-37.888-5.12-55.296-14.335-29.697-14.337-60.416-24.577-94.208-24.577-6.145 0-8.193 2.048-8.193 8.192v122.88h1020.93V890.904c-36.863-1.024-70.655 9.216-103.424 25.6zM537.12 764.952c1.023 0 58.368-14.336 76.8-18.433 45.056-11.263 91.136-21.503 136.192-32.767 3.071-1.025 6.143-1.025 8.191-2.048 19.456-4.096 38.912-9.216 57.345-13.313 44.031-10.239 89.088-21.503 133.119-31.743h4.097c0-1.024 1.023-1.024 2.047-1.024 13.312-3.072 25.6-6.144 38.913-9.216 3.072-1.024 6.143-2.048 8.191-2.048 27.648-7.168 33.792-27.648 16.385-49.152-86.017-101.376-172.032-203.776-258.05-305.152-5.118-6.144-8.19-13.312-15.359-16.384-33.792 33.792-67.584 68.608-102.4 102.4l-51.2 51.2c-2.048 2.048-4.096 6.144-9.216 6.144-3.072 61.44-13.311 121.856-25.6 182.272-6.144 28.672-13.312 56.32-19.455 83.968-2.048 18.431-1.025 35.84-1.025 54.271 0 2.048 1.025 2.048 1.025 1.025m49.152-427.008c19.455-17.408 36.863-36.864 55.296-54.272C660 265.24 678.43 246.807 696.864 229.4c-7.168-14.336-19.456-24.576-29.697-36.864-43.007-52.225-87.04-104.448-131.072-156.672v21.504c22.529 57.343 35.84 116.735 44.033 178.176 4.095 33.792 4.095 67.584 6.144 102.4M252.448 804.888c14.336 30.72 53.248 35.84 74.752 9.216 4.096-5.12 6.144-12.287 9.216-17.407v-12.288c-1.025-18.433-10.24-31.745-26.624-38.913-17.408-7.168-32.768-4.095-47.104 8.193-13.312 11.264-15.36 26.623-14.337 43.008 2.05 3.07 3.073 5.12 4.097 8.191'/%3E%3C/svg%3E");width:1.04em}.adv-sport-skateboarding{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M546.336 168.984c2.048-1.024 4.096-2.049 5.12-4.097L672.288 44.055c2.048-2.048 3.072-4.095 4.096-6.143-9.216-10.24-19.456-19.456-28.672-29.697-13.312-13.311-25.6-13.311-38.912 0L577.056 39.96c10.24 9.215 11.264 19.456 2.048 29.696s-22.528 11.264-32.768 1.023c-10.24 10.24-21.504 20.48-31.744 30.721q-16.896 18.432 0 36.863c11.264 11.265 21.504 20.48 31.744 30.721m488.444 227.328c-10.24-10.24-20.48-19.455-29.696-29.695-3.073 3.072-7.168 5.12-10.24 8.191L882.204 487.45c-3.073 3.071-5.12 6.144-7.168 9.216 10.24 10.24 19.456 20.48 29.696 29.696q18.432 18.432 36.863 0c10.24-10.24 20.48-21.504 31.744-31.744-10.24-10.24-9.216-22.528 1.025-32.768 9.215-9.216 20.48-8.192 29.696 2.048l31.743-31.744c11.265-11.264 11.265-23.552-1.023-35.84zM58.912 655.384c3.072-3.072 7.168-5.12 10.24-8.191 37.888-37.89 75.776-75.777 112.64-112.641 3.073-3.072 5.12-6.144 8.193-9.216-10.24-10.24-19.456-20.48-30.721-30.72-12.288-11.265-24.575-11.265-35.84 0A464 464 0 0091.68 526.36c10.24 10.24 9.217 22.527-1.023 32.768-9.216 9.216-20.48 8.192-29.697-2.048l-31.744 31.744q-18.432 18.432 0 36.864c9.216 10.24 19.456 19.455 29.697 29.696zm458.752 197.632c-2.048 1.024-4.096 3.072-6.145 5.12-39.935 39.937-79.87 79.872-118.783 118.784-2.047 2.048-3.072 4.096-5.12 7.168 9.216 10.24 19.456 19.456 28.672 29.696 13.312 13.312 25.6 13.312 38.912 0 10.24-10.24 20.48-20.48 30.72-31.744-10.24-9.216-11.264-19.456-2.048-29.696s22.529-11.264 32.768-1.023c10.24-10.24 21.504-20.481 31.744-31.745 12.288-12.288 11.265-24.576 0-36.864-10.24-10.24-20.48-19.456-30.72-29.696m518.146-642.048c1.024-24.576-5.12-47.104-16.384-67.584-30.72-57.344-74.752-101.376-134.144-129.023-30.72-14.336-63.488-16.385-96.256-4.097-21.505 8.193-38.912 21.504-55.297 37.889C512.545 268.312 291.362 489.497 70.177 710.68c-44.032 44.032-55.296 109.568-26.624 165.889 29.697 59.392 74.752 102.399 135.168 131.071 30.721 14.336 63.489 17.408 96.256 5.12 21.505-8.191 38.912-21.504 55.297-36.863C551.458 752.665 772.641 531.48 994.85 310.296c26.624-27.648 39.937-60.416 40.96-99.328M223.776 777.24c-12.288 0-23.553-11.265-23.553-23.552 0-12.288 10.24-22.528 22.529-22.528 13.312 0 22.528 8.191 22.528 21.504 1.023 13.311-9.216 24.576-21.504 24.576m64.512 65.536c-12.288 0-23.552-12.288-22.528-24.576s11.264-21.504 24.576-21.504 21.504 9.216 21.504 23.552c-1.024 13.311-11.264 22.528-23.552 22.528m0-131.072c-7.168 0-14.336-5.12-18.432-10.24-3.072-4.096-4.096-8.192-4.096-12.288v-4.096c2.048-9.216 10.24-16.384 18.432-18.432h4.096c3.072 0 6.144 1.024 8.192 2.048 8.192 4.096 13.312 12.288 13.312 21.504 1.024 12.288-9.216 22.527-21.504 21.504m88.064 47.104c0 1.024-1.023 3.072-1.023 4.097-1.025 3.071-3.073 5.12-5.12 7.168l-3.073 3.07c-2.048 2.05-5.12 3.073-8.191 4.098-1.025 0-3.073 1.023-4.097 1.023-12.288 0-23.552-11.264-23.552-23.552s10.24-21.504 23.552-21.504h5.12c10.24 2.048 18.433 11.264 18.433 21.504-1.025 1.025-1.025 2.048-2.049 4.096m340.992-470.016c-3.071 1.024-6.144 1.024-9.216 1.024s-6.143-1.024-8.192-2.048c-3.071-1.024-5.12-3.072-7.168-5.12q-6.144-6.144-6.144-15.36c0-4.096 2.048-9.216 5.12-13.312 2.048-2.048 4.096-5.12 7.168-6.144 3.073-2.048 5.12-3.072 8.192-3.072h4.096c3.073 0 6.144 1.024 8.192 2.048 1.024 1.024 3.072 1.024 4.097 2.048l6.143 6.144c2.048 4.096 4.096 8.192 4.096 12.288-1.024 10.24-7.168 18.432-16.384 21.504m76.8 57.344L788 352.281c-2.048 2.048-5.12 3.07-8.192 3.07h-4.096c-12.288 0-22.528-11.263-21.504-24.574 0-3.073 1.025-6.145 2.048-8.193 4.096-8.192 11.264-13.311 20.48-13.311 4.097 0 9.217 2.048 13.312 5.119 2.048 2.049 5.12 4.097 6.145 7.168 2.048 3.072 3.071 5.12 3.071 8.192v4.096c-1.023 5.12-3.071 9.217-5.12 12.288M774.688 224.28c-13.312 0-21.505-9.216-21.505-23.553 0-13.311 10.24-22.527 22.528-22.527s23.552 12.288 22.529 24.576c0 12.288-11.265 22.528-23.552 21.504m87.04 53.248c-3.071 8.191-11.264 13.312-21.504 13.312-3.071 0-6.143-1.024-9.216-2.048-8.191-3.073-13.311-10.24-13.311-20.48 0-8.192 4.095-15.36 10.24-19.456 4.096-2.049 8.191-4.097 12.287-4.097 2.049 0 3.072 0 4.097 1.025 3.071 1.023 6.143 2.048 8.191 4.095 6.145 4.096 10.24 12.289 10.24 19.457 1.025 2.047 0 5.12-1.024 8.192'/%3E%3C/svg%3E");width:1.05em}.adv-sport-ski-jumping{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1066 1024' width='1066' height='1024'%3E%3Cpath fill='black' d='M940.576 25.624c57.344 0 104.448 47.104 104.448 104.448s-46.08 104.447-104.448 104.447c-57.344 0-104.448-47.103-104.448-104.447S883.233 25.624 940.576 25.624m-158.72 574.464c-23.553 6.145-38.912 30.72-32.769 54.273 10.24 39.935-14.335 80.895-54.271 91.135L327.2 838.68l6.143-9.216 161.792-258.048L777.76 364.568c39.937-29.696 48.128-84.992 19.457-124.929-21.504-29.695-56.32-39.936-93.184-33.792-3.072 1.024-385.024 76.8-385.024 76.8-30.72 6.144-50.176 35.84-44.032 66.56 5.12 26.624 28.673 45.056 55.297 45.056 4.095 0 7.168 0 11.263-1.023l133.12-26.624-97.28 71.68c-9.216 7.167-16.384 15.36-22.528 24.576l-172.031 271.36c-26.624 41.983-13.313 97.279 28.672 123.903 4.095 3.072 9.215 5.12 13.311 7.168L52.768 908.31c-23.552 6.145-38.91 30.721-32.767 54.273 5.12 20.48 23.551 33.792 43.007 33.792 4.096 0 7.168 0 11.265-1.025l643.071-163.84c88.064-22.527 141.312-111.615 118.784-199.68-5.12-23.551-29.696-37.887-54.272-31.744z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-snooker{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M645.2 122.8C623 84.8 581.8 61 537.599 61h-11.4c-44 0-85.2 23.6-107.4 61.8L37 773.8C-11.2 856.6 48.6 961 144.4 961h775c95.4 0 155.8-104 107.6-187.2zm66.8 718c-36 0-68-16.2-90-41.4-22 25.2-54 41.4-90 41.4s-68-16.2-90-41.4c-22 25.2-54 41.4-90 41.4-66.2 0-120-53.8-120-120 0-61.8 47.2-112.2 107.4-118.8-10.8-18-17.4-38.8-17.4-61.2 0-61.8 47.2-112.2 107.4-118.6-10.801-18-17.4-38.8-17.4-61.2 0-66.2 53.799-120 120-120s120 53.8 120 120c0 22.4-6.6 43.2-17.401 61.2 60.2 6.4 107.4 56.8 107.4 118.6 0 22.4-6.6 43.2-17.4 61.2 60.2 6.4 107.4 56.8 107.4 118.8 0 66.2-53.8 120-120 120zm-210-300c0-33-27-60-60-60s-60 27-60 60 27 60 60 60 60-26.8 60-60m180 0c0-33-27-60-60-60s-60 27-60 60 27 60 60 60 60-26.8 60-60m-330 120c-33 0-60 27-60 60s27 60 60 60 60-27 60-60-27-60-60-60M532 421c33 0 60-27 60-60s-27-60-60-60-60 27-60 60 27 60 60 60m0 239.8c-33 0-60 27-60 60s27 60 60 60 60-27 60-60-27-60-60-60m180 0c-33 0-60 27-60 60s27 60 60 60 60-27 60-60-27-60-60-60'/%3E%3C/svg%3E");width:1.04em}.adv-sport-softball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1042.98 489.496c0-7.168-1.023-13.312-1.023-20.48 1.023 6.144 1.023 13.312 1.023 20.48m0 43.008c-55.296-6.144-110.592-3.072-165.888 13.313l15.36 30.72c9.216 18.43 3.072 36.863-13.312 45.055s-34.815 2.048-44.032-16.384c-5.12-10.24-11.264-21.504-16.384-31.744-2.048-5.12-4.096-6.144-9.216-4.096-37.888 17.409-72.704 38.912-104.448 65.536-4.096 4.096-3.071 6.144 0 9.216l21.504 21.504c13.312 14.336 13.312 32.768 1.024 46.08-12.288 12.288-31.744 12.288-45.055 0a234 234 0 01-22.529-22.528c-3.072-4.096-5.12-3.072-8.192 1.024q-38.4 46.08-64.512 101.376c-2.048 5.12-2.048 7.168 3.073 10.24 11.263 6.144 22.528 12.288 33.792 19.457 17.408 10.239 22.528 28.672 13.311 44.03-9.216 15.361-27.647 20.481-45.056 11.265-10.24-5.12-19.456-11.264-29.696-17.408-15.36 54.272-19.456 108.544-13.311 163.84H530.98c282.624 0 512-229.376 512-512a75.6 75.6 0 010 21.504M20 490.52c53.248 5.12 106.496 1.024 159.744-13.311l-15.36-30.72c-9.216-18.433-3.073-36.865 13.312-45.057s34.816-2.048 44.031 16.385c5.12 10.24 11.265 21.504 16.385 31.743 2.048 5.12 4.096 6.145 9.216 4.097 37.888-17.408 72.704-38.912 104.448-65.536 4.096-4.096 3.071-6.145 0-9.216l-21.504-21.504c-13.312-14.336-13.312-32.769-1.024-46.08 12.288-12.288 31.744-12.288 45.055 0a234 234 0 0122.529 22.527c3.072 4.097 5.12 3.073 8.192-1.023q38.4-46.08 64.512-101.376c2.048-5.12 2.048-7.168-3.073-10.24-11.263-6.144-22.528-12.288-33.792-19.456-17.408-10.24-22.528-28.672-13.311-44.033 9.216-15.36 27.647-20.48 45.056-11.263 10.24 5.12 19.456 11.263 29.696 17.408C509.472 108.569 513.568 54.297 507.423-1h25.601H532C249.376-1 20 228.377 20 511zm488.448 531.46c-7.168 0-15.36-1.023-22.528-2.048 7.168 2.048 15.36 2.048 22.528 2.048M552.48-1c6.144 0 13.312 1.024 19.455 1.024 2.049 22.528 3.072 45.056 2.049 67.584-2.049 40.96-8.192 81.92-20.48 121.855-2.048 6.145 0 9.216 6.144 12.289 10.24 5.12 20.48 11.263 30.72 17.408 16.383 10.24 21.504 28.672 12.288 45.055-9.216 15.36-27.649 19.457-44.032 10.24-8.193-4.095-15.36-8.192-23.552-13.312q-6.145-4.607-9.216 3.072c-20.48 41.985-45.057 79.872-75.776 114.688-4.096 4.096-2.048 6.144 1.023 10.24 6.145 6.144 13.312 12.288 19.456 19.456 12.288 13.312 11.265 31.744-1.023 44.032s-30.72 12.288-44.033 1.024l-18.431-18.432c-4.097-5.12-7.168-5.12-12.288-1.024-35.84 30.72-75.777 56.32-118.784 75.776-5.12 2.049-7.168 4.096-4.096 10.24 4.096 7.168 8.191 14.336 11.264 22.528 7.168 17.408 2.048 34.816-13.312 43.008-16.385 8.192-33.792 2.048-43.009-14.336-5.12-9.216-9.215-17.408-13.311-26.624-3.072-7.168-7.168-8.192-13.313-6.143-20.48 6.143-41.983 10.239-63.487 13.311-37.889 5.12-76.8 6.144-114.688 3.072-1.023-7.168-1.023-14.336-1.023-21.504C32.288 790.55 231.968 998.423 485.92 1020.951c-2.048-22.528-3.073-44.032-2.048-66.56 2.048-40.96 8.192-81.92 20.48-121.855 2.048-6.145 0-9.216-6.144-12.288-10.24-5.12-20.48-11.264-30.72-17.408-16.385-10.24-21.504-28.672-12.288-45.056 9.216-15.36 27.648-19.456 44.032-10.24 8.192 4.095 15.36 8.192 23.552 13.312q6.144 4.608 9.216-3.072c19.456-41.984 45.056-79.872 74.752-114.688 4.096-4.096 2.048-6.144-1.025-10.24-6.143-6.144-13.311-12.287-19.455-19.455-12.288-13.313-11.264-31.745 1.024-44.033s30.72-12.288 44.032-1.024l18.432 18.433c4.096 5.12 7.168 5.12 12.288 1.023 35.84-30.72 75.776-56.32 118.784-75.775 5.12-2.05 7.168-4.097 4.095-10.24-4.095-7.169-8.191-14.336-11.263-22.529-7.168-17.408-2.048-34.815 13.311-43.008 16.385-8.192 33.792-2.048 43.009 14.336 5.12 9.216 9.216 17.408 13.311 26.624 3.073 7.168 7.168 8.193 13.313 6.144 20.48-6.144 41.983-10.24 63.487-13.312 39.937-6.143 80.897-7.168 120.832-3.072C1021.472 211.992 811.552 9.24 552.481-1z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-specials{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M302.665 994.802c2.501 14.1 14.781 24.332 29.335 24.332h400.004c15.463 0 28.198-11.825 29.564-27.06 16.6-90.507 35.7-180.56 53.439-270.838H248.772c17.965 91.416 37.294 182.15 53.894 273.566zm-80.273-679.938 58.216-38.887c13.643-9.095 17.282-27.515 8.186-41.159s-27.515-17.283-41.16-8.187l-69.357 46.39c-9.325 5.23-15.237 15.236-15.237 25.924v88.915h59.352zm561.005-39.113 58.215 38.886v73.224h59.58v-88.915c0-10.688-5.913-20.694-15.236-25.924l-69.359-46.618c-13.643-9.096-32.063-5.458-41.159 8.187-9.324 13.644-5.686 32.064 7.959 41.16M531.889 2.866c59.58 0 108.018 48.437 108.018 108.017S591.47 218.901 531.889 218.901s-108.017-48.437-108.017-108.018S472.309 2.866 531.889 2.866m387.269 444.575H144.847c-16.373 0-29.79 13.417-29.79 29.79v154.861c0 16.373 13.417 29.79 29.79 29.79h774.311c16.373 0 29.79-13.417 29.79-29.79V477.231c0-16.373-13.417-29.79-29.79-29.79m-357.48 109.381c-1.137 16.373-15.235 28.88-31.608 27.743-15.01-.91-27.062-13.19-27.744-28.198v-3.639c.91-15.235 13.189-27.287 28.425-27.97h2.501c15.009.682 27.288 12.506 28.425 27.516v4.548zm198.524-234.454c0-12.735-7.959-23.877-20.012-28.198-32.974-13.644-67.084-25.014-101.877-33.656-25.014-6.14-50.712-10.461-76.408-12.507v53.44c0 16.373-13.19 29.79-29.79 29.79-16.373 0-29.79-13.19-29.79-29.79v-53.44c-62.081 6.14-122.798 21.83-179.877 46.845-11.143 4.548-18.42 15.463-18.42 27.516v65.492h456.627l-.455-65.492z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-speedway{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M188.96 461.848C95.776 461.848 20 537.624 20 630.808s75.776 168.96 168.96 168.96 168.96-75.775 168.96-168.96c0-93.184-75.776-168.96-168.96-168.96m0 263.168c-51.2 0-94.208-41.983-94.208-94.208 0-52.224 41.984-94.208 94.208-94.208 51.2 0 94.208 41.984 94.208 94.208 0 52.225-43.008 94.208-94.208 94.208m686.08-263.168c-19.456 0-36.864 3.072-54.272 9.217l-46.08-72.704c10.24-7.168 20.48-14.336 30.72-19.456V295.96l-74.752 33.792-69.632-107.52H525.856l-24.576 20.48 113.664 36.864 51.2 78.848-134.145 62.464-131.072-87.04-210.943-33.792v54.272l154.624 118.784 95.232 200.704h186.368l48.128-174.08s19.456-24.576 47.104-53.248l38.911 61.44c-32.767 30.72-54.271 74.752-54.271 123.904 0 93.183 75.776 168.96 168.96 168.96S1044 725.015 1044 631.832s-75.777-169.984-168.96-169.984m0 263.168c-51.2 0-94.208-41.983-94.208-94.208 0-22.527 8.192-43.008 20.48-58.367l50.176 77.823 59.392-37.888-47.104-73.727c4.096 0 7.168-1.025 11.264-1.025 51.2 0 94.208 41.985 94.208 94.208s-41.984 93.184-94.208 93.184'/%3E%3C/svg%3E");width:1.04em}.adv-sport-squash{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M819.547 701.664c-80.679 0-146.187 65.508-146.187 146.187s65.508 146.188 146.187 146.188 146.188-65.508 146.188-146.188-65.509-146.187-146.188-146.187m0 224.452c-43.098 0-78.265-35.168-78.265-78.266 0-43.096 35.168-78.264 78.265-78.264s78.265 35.168 78.265 78.264c0 43.098-35.168 78.266-78.265 78.266M1000.21 211.04 831.957 42.787C801.961 12.791 761.622-2.723 717.834-1c-47.58 2.07-93.435 24.824-125.156 62.405L435.803 246.551c-26.203 31.03-44.132 67.233-56.889 104.47-27.582 81.024-124.466 317.888-124.466 317.888L44.821 878.536c-15.86 15.86-24.824 37.237-24.824 59.992s8.964 43.788 24.824 59.992c15.86 15.86 37.236 24.824 59.993 24.824 22.755 0 43.786-8.964 59.99-24.824l209.628-209.627s236.865-96.884 317.543-124.811c37.236-12.757 73.438-30.341 104.47-56.89L981.59 450.319c37.58-31.72 60.337-77.576 62.405-125.156 1.724-43.787-13.791-84.127-43.787-114.123zm-24.477 111.02c-.346 7.93-1.725 15.516-3.793 23.1l-51.028-51.028 33.098-33.098c15.17 16.205 22.756 37.58 21.722 61.025zM838.855 482.038l-52.753-52.752 38.615-38.615 55.856 55.855-41.72 35.512zm-81.713-81.713-42.753-42.753 38.615-38.615 42.753 42.753zm-393.74 319.268-39.995-39.995 61.716-156.875c12.067 30.686 29.996 58.269 53.441 81.713 23.444 23.445 51.371 41.374 81.713 53.441zm110.33-409.945 43.786 43.786-38.614 38.615-31.375-31.375c6.206-17.584 14.826-34.823 26.203-51.027zm61.026-74.128 50.338 50.339-38.614 38.614-47.236-47.234zm61.716-73.094 55.856 55.856-38.616 38.615-52.752-52.753zm48.269-56.889c4.481-5.516 9.654-10.343 15.17-14.826l60.337 60.337-38.615 38.615-58.268-58.269zm-86.884 493.727c-19.997-6.206-38.96-16.205-55.855-29.306l48.614-48.614 42.753 42.753zm64.129-6.206 13.445 13.446a189 189 0 01-27.926 1.034zm-148.946-52.062c-13.446-16.894-23.1-35.857-29.306-55.855l35.168-35.169 42.753 42.753-48.614 48.27zm34.823-119.984 38.615-38.614 42.753 42.753-38.615 38.614zm67.233-67.577 38.615-38.614 42.753 42.753-38.615 38.615zm67.577-67.577 38.615-38.615 42.753 42.753-38.615 38.615zm67.577-67.577 38.615-38.615 42.753 42.753-38.615 38.615zm-260.31 202.731-14.481 14.481q-.517-13.964 1.034-27.926zm232.383 174.459-31.375-31.375 38.615-38.614 43.786 43.786c-16.204 11.379-33.443 19.997-51.027 26.203zm-60.337-60.336-42.753-42.753 38.614-38.615 42.753 42.753zm24.824-109.986 38.615-38.615 42.753 42.753-38.614 38.615zm135.154-135.154 38.615-38.615 42.753 42.753-38.615 38.615zm67.577-67.577 33.099-33.099 42.752 42.753-33.098 33.099zm4.138-62.06-33.099 33.099-42.752-42.753 33.098-33.099zM720.94 67.267h3.793c22.065 0 42.062 7.585 57.233 22.066l-33.098 33.099-51.029-51.028c7.585-2.758 15.17-3.793 23.101-4.137M116.539 950.25c-4.137 4.137-9.309 4.827-11.723 4.827s-7.585-.69-11.723-4.827c-4.137-4.137-4.827-9.309-4.827-11.723s.69-7.585 4.827-11.723L283.757 736.14l23.445 23.445zm649.223-406.497-47.234-47.235 38.614-38.615 50.339 50.338zm171.701-145.497-25.514 21.72-58.268-58.267 38.615-38.615 60.337 60.337c-4.827 5.172-9.655 10.344-15.17 14.826z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-stock-car-racing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1067 1024' width='1067' height='1024'%3E%3Cpath fill='black' d='M339.488 576.536c2.048-17.408 2.048-34.816-4.097-52.225-15.36-38.91-54.271-59.391-95.231-53.247-33.792 5.12-63.488 35.84-67.584 69.632-3.072 20.48-1.024 40.96 3.072 60.416 1.024 2.048 1.024 4.096 1.024 6.144H61.984c-4.097 0-4.097-1.024-4.097-4.096v-61.44c9.216 1.024 18.433 3.072 27.648 4.096v-37.888c0-4.096 0-7.168 1.024-11.264s3.072-7.168 7.168-8.193c2.049-1.023 4.096-2.047 4.096-5.12 1.024-10.239 3.073-19.455 5.12-29.695 2.048-7.168 3.072-13.312 4.096-20.48H64.031c-3.072 0-5.12-1.024-6.144-4.096-10.24-26.624-21.504-54.273-31.744-80.897-2.048-7.168-4.096-13.311-7.168-20.48H99.87c9.216 0 15.36 4.097 19.456 11.265 13.312 22.528 25.6 44.032 37.888 65.536 2.048 4.095 4.096 4.095 7.168 4.095 14.336-2.048 27.648-4.095 40.96-6.143 5.12-1.025 10.24-2.048 14.336-4.096 14.336-7.168 27.648-15.36 41.984-23.553 17.409-9.215 34.817-19.456 52.224-27.647 19.456-8.193 39.936-9.216 60.416-10.24 58.368-4.096 116.736-4.096 175.104-4.096 32.768 0 64.512 9.216 93.184 24.576l129.024 70.655c3.072 2.048 5.12 2.048 8.191 1.025q7.68-4.608 18.433-3.072c31.744 6.144 63.487 11.264 94.208 18.432 29.695 6.144 59.391 14.336 89.087 21.504 15.36 4.096 25.6 13.312 29.697 28.672 7.168 24.576 12.287 48.128 18.431 72.704q1.537 4.607-3.072 6.144c-2.048 0-4.096 1.024-6.143 2.047 8.191 11.265 16.383 21.504 25.6 31.745H929.31c0-2.048 1.025-4.096 1.025-6.144 4.095-19.456 6.144-39.936 3.072-60.416-6.145-31.744-31.744-63.488-71.68-68.608-35.84-5.12-71.68 14.336-88.064 47.104-10.24 20.48-9.216 41.984-7.168 63.487 1.023 8.193 3.072 16.385 4.095 25.601H337.44c2.047-10.24 2.047-19.456 2.047-31.744zM665.12 431.128c-3.072-1.024-4.096-4.096-3.072-7.168 1.024-4.096 2.048-7.168 2.048-11.264 0-2.048-1.024-5.12-2.048-6.144-22.529-14.336-44.032-29.696-69.632-38.912-15.36-5.12-31.744-8.192-48.128-8.192H470.56c0 4.096 1.024 8.192 1.024 12.288 21.504-10.24 41.984-11.264 61.44 1.024 8.192 5.12 14.336 13.312 17.408 23.552-10.24 2.048-20.48 3.072-29.696 0-5.12-2.048-9.217-1.024-11.264 3.072-2.048 4.097-2.048 7.168 2.048 11.264 7.168 7.168 15.36 10.24 24.576 11.264 6.144 1.024 13.312 1.024 19.456 2.048 3.072 0 5.12 1.024 6.144 4.096 0 2.048 3.072 3.072 4.096 3.072 31.744 1.024 63.488 3.072 95.232 4.096h13.312c-4.096-2.048-5.12-4.096-9.216-4.096m-212.992-5.12c0-3.072-1.024-5.12-1.024-7.168-1.024-9.216 0-18.432 3.072-26.624 2.048-4.096 2.048-8.191 2.048-12.288 0-6.144-1.024-12.288-1.024-18.432 0-3.072-1.024-4.095-4.096-4.095-21.504 2.047-44.032 3.07-65.536 5.119q-18.432 1.536-30.72 15.36c-12.288 12.288-25.6 24.576-37.888 36.864-1.024 1.024-1.024 2.048-3.072 4.096 46.08 2.048 93.184 4.096 138.24 7.168M332.32 557.08c0 40.96-33.792 72.704-73.728 72.704-39.936 1.024-73.728-32.768-73.728-72.704 0-40.96 32.768-74.752 73.727-74.752 36.865 0 73.729 30.72 73.729 74.752m-74.752 40.96c22.527 0 40.96-18.432 40.96-40.96s-18.433-40.96-40.96-40.96-40.96 17.408-40.96 39.935c0 22.529 19.456 40.96 40.96 41.985m591.872 32.768c-41.984 0-73.728-33.792-73.728-75.775 1.024-38.913 33.792-71.681 74.752-71.681 39.936 0 72.704 33.792 72.704 73.728s-32.768 73.728-73.728 73.728m-38.912-73.728c0 22.528 18.432 39.936 40.96 39.936 22.527 0 39.936-18.432 39.936-40.96-1.024-22.528-19.457-39.936-41.984-39.936-23.553 0-40.96 18.432-38.912 40.96'/%3E%3C/svg%3E");width:1.05em}.adv-sport-surfing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1016.35-1c-98.304 16.384-192.512 44.032-283.647 82.944l-1.024 1.024c-1.024 1.024-3.072 1.024-4.096 2.048-2.048 1.024-3.072 1.024-4.096 2.048l-69.632 32.768-8.192 4.096c-53.248 27.648-103.424 59.392-150.528 96.256l-72.704 61.44c-6.144 5.12-10.24 9.216-15.36 14.336-132.096 130.048-242.687 276.48-332.8 439.296-19.456 34.816-36.864 71.68-54.272 107.52v10.24c5.12 9.217 13.312 12.288 24.576 11.265 48.128-5.12 96.256-9.216 144.384-14.336 5.12 0 6.144 1.023 5.12 5.12-5.12 48.128-9.215 96.256-14.336 144.384-1.024 11.264 2.048 18.432 11.264 24.576h10.24c1.025-1.024 1.025-1.024 2.048-2.049C276 989.21 344.607 950.296 412.191 908.312c1.024-1.023 2.048-1.023 3.071-2.047l2.048-2.048 71.681-49.152c2.048-2.049 4.096-3.072 7.168-5.12l3.072-2.048c52.224-36.864 102.4-76.8 149.504-118.784l68.608-63.488c36.864-35.84 70.656-71.68 100.353-110.592 119.808-156.672 191.487-333.824 225.279-527.36 4.096-18.432-9.216-30.72-26.624-28.672zM717.344 175.128v389.12c-13.311 11.264-37.888 32.768-64.512 54.272V218.136c29.697-19.457 53.248-34.816 64.512-43.008M423.456 388.12c18.432-16.384 40.96-33.792 64.512-52.224v416.768c-21.504 17.409-44.032 34.817-64.512 51.2z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-swimming{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1063 1024' width='1063' height='1024'%3E%3Cpath fill='black' d='M959.008 740.376c-34.815 16.384-70.656 19.456-108.544 16.384-30.72-2.048-58.368-14.336-86.016-26.624-39.936-17.408-80.896-17.408-121.856-1.024-23.551 10.24-47.103 21.504-72.704 25.6-12.288 2.048-24.576 3.072-37.887 3.072-35.84 1.024-68.609-8.192-100.352-24.576-39.937-19.456-80.897-21.504-122.881-7.168-18.432 6.144-35.84 17.408-55.296 22.528-27.648 8.192-56.32 10.24-84.992 7.168-30.72-3.072-59.392-14.336-87.04-26.624-19.456-9.215-39.936-13.312-60.415-11.264v140.288c0 29.696 0 59.392-1.025 89.088 0 9.217 3.072 11.264 11.264 11.264h1011.712V717.847c-29.696-2.048-56.32 10.24-83.968 22.529m-386.048 92.16c-7.168 2.048-13.311 3.072-20.48 4.096 7.168 0 13.312-2.048 20.48-4.096m0 62.464c-9.216 2.048-17.408 3.072-26.624 3.072H532h14.336c9.216-1.024 18.432-2.048 26.624-3.072 9.216-2.048 17.408-4.096 26.624-7.168-9.216 3.072-17.408 5.12-26.624 7.168m234.496-407.552 5.12-5.12c29.696-34.817 26.624-87.04-6.144-120.832-32.768-32.769-84.992-35.84-120.832-6.145-2.048 2.05-4.096 3.073-6.144 5.12 43.008 41.985 84.992 83.97 128 126.977m-204.8 48.128q26.112 33.79 79.872 36.864c29.695-2.049 50.176-19.456 69.632-38.912-13.313-19.456-29.696-36.864-44.032-55.296-21.504-26.624-43.008-53.248-64.512-78.848-1.024-1.024-3.072-2.048-4.097-3.073h-4.095c-21.504 17.409-43.008 33.792-49.152 62.465 0 2.048-1.024 4.096-2.049 5.12-2.047 27.648 4.097 53.247 18.433 71.68m136.192 119.808c-27.647-32.768-63.487-56.32-103.424-71.68-23.552-9.216-38.912-22.528-49.151-35.84-14.337-19.456-22.529-45.056-22.529-71.68 0-21.504-8.192-41.984-21.504-58.367-5.12-6.145-11.264-11.265-11.264-19.457 0-23.552-2.048-48.127-4.096-71.68-1.023-11.264-4.096-23.552-1.023-32.768 4.095-9.216 15.36-15.36 23.551-22.528 24.577-20.48 49.152-41.984 73.728-62.464 20.48-17.408 41.984-34.816 62.464-54.271 22.528-21.505 22.528-48.13 4.097-69.633-22.529-25.6-48.128-29.696-72.705-10.24-33.792 27.648-67.584 56.32-101.376 84.992-37.888 31.744-54.272 43.008-92.16 74.752-9.216 8.192-20.48 14.336-17.408 31.744 4.096 31.744-4.096 53.248-2.048 86.016l6.144 98.304c1.024 13.312 1.024 26.624 3.072 39.935 1.024 6.145-1.023 10.24-5.12 13.313-25.6 20.48-70.655 61.44-96.256 81.92-44.032 36.864-88.064 72.704-133.12 109.568 23.553 4.096 46.08 0 67.584-8.192s40.96-20.48 63.488-24.577c50.176-10.24 98.304-8.191 144.384 15.36 24.576 12.289 50.176 20.48 77.824 19.457 28.672 0 55.296-8.193 80.897-21.504 24.575-12.288 53.247-18.433 80.895-18.433 15.36 0 31.745 0 47.105 2.05-1.024-1.025-1.024-2.05-2.049-4.098z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-table-tennis{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M1044 898.127c0 64.443-52.241 116.684-116.684 116.684s-116.685-52.24-116.685-116.684 52.241-116.684 116.685-116.684c64.442 0 116.684 52.24 116.684 116.684M855.198 130.013c-163.762-163.768-430.226-163.761-593.989 0-40.146 40.147-71.42 87.736-92.394 139.593l546.787 546.787c51.86-20.973 99.45-52.248 139.593-92.394 163.768-163.757 163.768-430.225.003-593.986M139.501 393.878c-7.254 92.346 16.191 184.537 66.215 261.613l-179.5 179.507c-8.29 8.285-8.29 21.714 0 29.999l93.998 93.998a21.14 21.14 0 0015 6.216 21.16 21.16 0 0015.002-6.213l179.507-179.503c77.079 50.028 169.253 73.466 261.613 66.215a419 419 0 0047.141-6.43L145.93 346.736a419 419 0 00-6.43 47.142z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-taekwondo{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='M382.496 873.496c48.128 0 96.256 0 145.408-1.024V369.689c-7.168 1.023-10.24-4.097-14.336-8.193C415.263 264.216 347.68 196.632 250.4 98.328c-10.24-10.24-20.48-17.408-34.816-19.456 3.072 26.624-2.048 50.176-22.529 68.609-18.431 17.407-39.935 20.479-63.487 19.455 0 5.12 1.024 9.216 3.071 13.312 5.12 11.264 13.313 20.48 21.504 28.672L373.28 428.056q9.216 9.217 9.216 21.504c-1.024 154.624 0 269.312 0 423.937zm80.896-696.32c-1.023 1.024-2.048 3.072-3.071 4.097-18.433 18.431-18.433 24.575 0 43.007l117.76 117.76h179.2c4.095-4.095 9.216-9.215 13.311-13.312-38.912-37.888-76.8-76.8-115.712-114.688l-97.28-97.28c-11.264-11.264-19.456-11.264-30.72-1.024-4.095 4.096-7.168 9.216-13.311 10.24-14.336 18.432-32.769 34.816-50.177 51.2m63.488 736.256c-48.128 0-96.256 0-145.408 1.024v70.657c0 22.527 15.36 37.887 38.912 37.887h140.288c25.6 0 43.008-21.504 37.888-46.08-7.168-38.912-31.743-60.416-71.68-63.488M184.864 48.152c-5.12-16.385-14.336-30.72-26.624-41.984-10.24-9.216-19.456-9.216-29.696 0L54.816 79.896c-9.217 9.216-9.217 19.455 0 29.696 12.287 13.312 26.624 21.504 44.031 26.624 23.553 2.048 46.08-2.048 63.489-19.456 20.48-18.432 24.576-41.984 22.528-68.608M429.6 170.008c17.408-12.288 30.72-28.672 45.057-43.008s29.695-27.648 43.007-44.032c-6.144-6.144-12.288-13.311-18.431-19.456l1.023-1.024-1.023 1.024c-3.072-3.071-5.12-6.144-8.193-8.192-11.263-11.264-21.503-12.288-32.767-1.024a1514 1514 0 00-57.345 57.344c-8.191 8.192-10.24 18.432-2.048 27.648 8.193 11.264 17.408 22.529 30.72 30.72m151.552 199.68c-1.024 75.775 62.464 142.336 138.239 144.384 4.097 0 7.168 0 7.168-5.12q3.073-41.473 36.864-67.584c-5.12-9.216-13.311-15.36-21.504-22.528-15.36-13.312-19.456-29.697-11.263-48.128-49.153 0-99.328 0-149.504-1.024m128 180.224c-48.128-4.096-88.064-25.6-119.809-61.44-2.048-2.048-4.096-4.096-6.144-7.168-3.072 3.072-2.047 7.168-2.047 10.24v154.624h12.288c15.36 0 30.72 1.025 46.079 0 7.169 0 9.217 2.048 9.217 9.216v19.456c2.047-1.023 5.12-1.023 8.191-1.023 12.288 0 20.48 6.143 23.553 15.36 4.095 5.12 5.119 11.264 4.095 18.432v12.288c0 1.023-1.024 2.048-1.024 2.048 1.024 3.071 1.024 7.168 1.024 10.239h95.232c38.912 0 72.704-30.72 73.728-67.584 1.024-37.888 0-75.775 0-114.688-48.128 1.023-96.256 3.072-144.384 0zm-38.912 179.2c0-10.24-1.024-18.433-11.265-22.528-11.263-4.096-18.431 1.024-24.575 10.24 0-13.313-1.024-25.6 0-38.912 0-7.168-2.049-9.216-9.217-9.216h-46.08c-6.143 0-11.263 0-17.407 1.023v68.609c0 14.336 6.144 20.48 20.48 21.504H634.4c24.575 3.072 30.72 0 36.864-17.408-1.024-5.12-1.024-9.216-1.024-13.312M858.656 449.56c-3.072 3.072-7.168 6.145-10.24 9.217-20.48 20.48-32.768 22.527-58.368 9.216-14.336 8.191-21.504 19.456-25.6 34.815-2.048 9.217-1.024 13.313 9.216 12.288 26.624-1.023 53.248 0 79.872 0 10.24-2.048 21.504-5.12 27.647-14.336 13.313 2.048 26.624 0 36.865-10.24l76.8-76.8c27.648-28.672 28.671-70.655 2.048-99.328-22.528-23.552-45.056-47.103-68.608-68.607-22.528-21.504-56.32-24.576-82.944-10.24-17.409 9.215-17.409 10.24-5.12 25.6v1.024c15.36 15.36 30.72 30.72 47.104 46.08 3.072 3.072 4.096 5.12 1.023 9.215-9.215 14.336-9.215 28.672 0 41.985 3.073 4.096 2.05 6.143-1.023 9.216-6.144 6.143-11.264 12.288-17.408 17.408-4.096 4.096-7.168 8.191-8.193 13.311-1.023 5.12 0 9.216 4.097 15.36 7.168-4.095 12.288-10.24 18.432-16.383l6.144-6.145c12.288-12.288 25.6-10.24 34.816 5.12 8.192 14.336 6.144 31.745-6.144 44.033-6.144 6.143-13.312 9.216-20.48 10.24-4.096 1.023-8.192 0-11.264 0-2.048 0-4.096-1.024-6.145-2.049-2.047-1.023-4.095-2.048-5.119-2.048-3.072-2.048-6.144-3.071-9.217-5.12-4.095 1.025-6.143 4.097-8.191 7.168'/%3E%3C/svg%3E");width:1.03em}.adv-sport-tennis{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='m922.8 307.512-41.412-41.052-50.182 50.615-33.12-32.842 65.694-66.252-41.412-41.06-65.694 66.265-33.12-32.827 50.183-50.615-41.413-41.064-50.184 50.61-49.704-49.272-41.052 41.412 49.683 49.272-32.843 33.12-66.264-65.68-41.052 41.425 66.266 65.68-32.842 33.12-49.704-49.273-41.052 41.424 49.704 49.272-50.182 50.602 41.39 41.062 50.182-50.614 33.144 32.828-65.694 66.266L543.532 541l65.694-66.266 33.144 32.864-50.16 50.59 41.412 41.062 50.16-50.602 49.704 49.26 41.052-41.423-49.682-49.25 32.818-33.145 66.266 65.68 41.052-41.424-66.24-65.67 32.818-33.132 49.703 49.277 41.051-41.424-49.704-49.26zm-313.922 84.74-33.12-32.832L608.6 326.3l33.12 32.818zm73.612-140.498 33.144 32.842-32.842 33.12-33.12-32.828zm.956 214.422-33.166-32.852 32.842-33.131 33.143 32.851zm73.89-74.556-33.144-32.842 32.842-33.132 33.12 32.852zm262.104-197.884c-15.034-39.068-37.973-75.175-68.748-105.67-30.368-30.137-66.148-52.574-104.75-67.269C807.292 6.055 765.858-1 723.63-1c-113.508.15-233.046 50.487-326.974 145.112-92.912 93.834-142.15 212.426-142.269 324.933 0 25.786 2.67 51.267 8.034 75.978l-65.074 219.275-175.096 176.6L105.077 1023 279.8 846.76l213.98-67.745c25.576 5.807 51.978 8.667 78.72 8.667 113.474-.14 233.01-50.462 326.95-145.078h.021c92.891-93.87 142.126-212.451 142.27-324.957 0-42.825-7.245-84.82-22.3-123.91zm-735.602 566.12 29.378-99.036c9.562 13.342 20.268 25.996 32.188 37.807a298 298 0 0035.92 30.369zM841.48 585.13c-79.467 80.318-179.971 121.042-268.977 120.902-33.166 0-64.666-5.538-93.25-16.433-28.605-10.927-54.322-27.091-76.376-48.935-22.322-22.158-38.858-48.094-50.018-77.04-11.162-28.934-16.83-60.924-16.83-94.568-.14-88.388 39.744-188.065 118.604-267.472 79.466-80.319 179.97-121.066 269-120.926 33.145 0 64.645 5.551 93.227 16.443 28.605 10.916 54.3 27.078 76.351 48.946 22.344 22.158 38.88 48.094 50.065 77.04 11.138 28.922 16.83 60.9 16.83 94.559.117 88.388-39.767 188.029-118.626 267.483z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-touring-car-racing{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1062 1024' width='1062' height='1024'%3E%3Cpath fill='black' d='M23.072 503.832C26.144 228.376 252.448-1 538.143 2.072c276.48 3.071 507.904 230.399 502.784 518.144-4.095 276.48-231.424 501.76-510.976 500.736-280.576-2.048-510.977-231.424-506.88-517.12zM521.76 88.088c-10.24 1.024-29.695 2.048-49.151 5.12-50.177 6.144-97.28 22.528-141.312 46.08-78.848 43.008-138.24 104.448-178.176 185.344-5.12 11.265-10.24 23.552-14.336 34.817-3.073 8.19 0 12.288 8.191 15.359 8.192 3.072 17.408 6.144 25.6 9.217 5.12 2.048 9.217 4.095 11.264 10.239 1.025 5.12 4.096 6.145 8.193 7.168 27.647 3.072 54.271 6.145 81.92 9.217 43.007 5.119 87.04 9.216 130.048 14.336 4.095 0 6.143 0 9.216-4.097 25.6-31.744 57.343-52.224 98.303-57.344 56.32-6.143 101.377 13.313 137.217 56.32 2.048 3.072 4.096 4.096 8.192 4.096 13.312-1.024 26.624-3.072 39.936-4.095 34.816-4.097 69.632-8.193 104.447-11.265 23.553-3.071 47.105-5.12 70.656-7.168 3.073 0 5.12-1.024 6.145-5.12 1.023-6.144 5.12-9.216 11.264-11.264 9.215-3.072 17.408-6.143 25.6-9.216s10.24-7.168 8.192-15.36c-1.025-5.12-3.073-9.216-5.12-14.336-29.697-68.607-73.728-124.928-132.097-169.983-73.728-58.368-159.744-87.04-264.192-88.064zm-382.976 419.84H122.4c-6.144 0-10.24 3.072-11.264 9.216s-1.024 12.288-1.024 18.432c1.024 24.577 5.12 49.152 10.24 73.728 15.36 63.488 43.008 120.832 84.992 172.032 55.296 66.56 123.904 111.616 206.849 136.192 12.288 4.096 25.6 6.143 38.91 8.191 9.218 1.025 11.265-2.048 13.313-10.239 2.048-9.217 3.073-18.433 5.12-27.648 1.024-5.12 3.073-10.24 8.192-12.288 5.12-2.048 5.12-5.12 5.12-9.216-2.048-22.529-3.071-44.032-4.096-66.56l-9.216-147.457c0-3.071-2.047-6.143-5.12-7.168q-55.296-29.183-73.727-89.088c-1.025-2.048-3.073-4.095-5.12-4.095-18.433-4.096-35.841-9.216-54.273-13.312-52.223-13.312-105.472-25.6-157.696-38.912-2.048 0-5.119 0-5.119 1.023-4.097 8.193-11.265 9.216-18.433 9.216-4.095-3.071-8.191-2.048-11.263-2.048zm814.08 24.576v-13.311c-1.024-9.217-4.097-12.289-13.312-12.289h-26.624c-7.168 0-12.289-2.047-15.36-8.192-1.024-1.023-4.097-2.048-5.12-2.048-10.24 2.048-21.504 5.12-31.744 7.168-55.296 13.312-111.616 27.649-167.937 40.96-12.287 3.072-20.48 6.144-22.527 19.456 0 1.025 0 1.025-1.025 2.048-13.311 32.769-35.84 57.344-67.584 74.752-3.072 1.025-6.143 5.12-6.143 7.168-2.048 17.408-3.073 33.792-4.097 51.2-2.048 34.817-4.096 70.656-7.168 105.472-1.023 20.48-3.071 39.937-4.096 60.416 0 2.048 1.025 5.12 3.073 6.145 6.143 3.071 9.215 8.191 10.24 15.36 1.023 9.216 3.071 17.407 4.095 26.623 1.024 8.193 4.096 10.24 12.289 10.24 5.12 0 11.263-1.023 16.383-2.047 57.344-13.313 109.568-37.888 157.696-73.728 54.272-39.936 96.256-91.137 125.952-151.553 26.624-51.2 40.96-105.472 43.008-163.84zM638.496 511c0-59.392-47.104-105.472-105.472-105.472-60.416 0-106.496 47.104-106.496 108.544 0 56.32 48.128 104.447 107.52 104.447 57.344-2.048 104.448-49.151 104.448-107.52zM532 695.32c-17.408 0-29.696 13.312-29.696 30.72 0 16.384 14.336 29.696 29.696 28.672 16.384 0 29.696-14.336 29.696-30.72 0-15.36-14.336-28.672-29.696-28.672M350.752 474.136c0-16.384-13.311-29.695-28.672-29.695-17.408 0-30.72 13.311-30.72 29.695s13.312 29.696 30.72 29.696c15.36 0 28.672-14.336 28.672-29.696m392.192-29.696c-16.385 0-29.696 12.287-29.696 29.695 0 16.384 13.311 29.697 28.672 29.697 16.383 0 30.72-13.313 30.72-29.697s-13.312-29.695-29.696-29.695m-508.928-8.192c-12.288 0-22.527 10.24-22.527 22.528s10.239 22.528 22.527 22.528 21.504-10.24 21.504-23.552c1.024-11.264-9.216-21.504-21.504-21.504m573.44 22.528c0 12.288 9.216 21.504 21.504 22.527 12.288 0 23.552-9.216 23.552-21.504s-9.216-22.527-21.504-22.527c-13.312-1.024-23.552 8.192-23.552 21.504M509.472 813.08c0 12.288 10.24 22.528 21.504 22.528 12.288 0 22.528-10.24 22.528-22.528 0-11.264-10.24-22.528-22.528-22.528-11.264 0-21.504 10.24-21.504 22.528m112.64-303.104c0-49.151-40.96-89.088-91.137-89.088-49.151 0-89.088 40.96-89.088 90.112s40.96 90.113 90.113 89.088c50.175 1.025 90.112-38.912 90.112-90.112'/%3E%3C/svg%3E");width:1.04em}.adv-sport-triathlon{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1069 1024' width='1069' height='1024'%3E%3Cpath fill='black' d='M939.552 672.792c-34.815 17.408-70.655 19.456-107.52 10.24-31.744-8.192-59.393-27.648-92.16-32.768-15.36-2.048-30.72-2.048-47.105-2.048-28.672 0-56.319 6.144-81.92 19.456-24.575 12.288-51.199 20.48-78.847 20.48s-53.248-8.192-76.8-19.456c-46.08-22.528-94.208-25.6-144.384-15.36-22.528 4.096-41.985 16.384-63.488 24.576-21.504 8.191-44.033 12.288-67.584 8.191-19.457 1.025-37.888-5.119-55.296-14.335-29.697-14.336-60.416-24.576-94.208-24.576-6.145 0-8.193 2.048-8.193 8.192v51.2c21.504-1.024 41.985 3.072 60.416 11.264 27.649 13.312 55.296 24.576 87.04 26.624 28.672 2.048 57.344 1.024 84.993-7.168 19.456-5.12 35.84-16.384 55.295-22.528 41.985-14.335 82.945-12.288 122.88 7.168 31.745 15.36 64.512 24.576 100.353 23.552 12.288 1.024 24.576-1.024 37.888-3.072 25.6-3.072 49.152-15.36 72.704-25.6 40.96-17.408 80.896-16.384 121.855 1.024 27.649 12.288 55.296 23.552 86.017 26.624 37.888 3.072 73.727 0 108.544-16.384 26.624-12.288 53.248-24.576 83.968-22.528v-59.392c-37.888 0-71.68 10.24-104.448 26.624M807.456 814.104c-25.6-11.264-51.2-21.504-78.848-24.575-40.96-4.097-79.872 1.023-116.736 18.431-25.6 12.289-50.175 21.504-78.847 19.457-22.529 1.024-44.033-4.096-64.513-13.313-25.6-12.287-51.2-22.527-79.872-24.575-40.96-4.097-80.896 0-117.76 19.456-50.176 24.575-100.352 27.647-150.528 2.048-30.72-15.36-63.488-22.529-97.28-22.529v60.416c26.624-1.023 51.2 7.168 74.752 18.432 23.552 12.288 49.152 19.456 74.752 20.48 43.008 3.073 83.968-5.12 123.904-24.576 43.008-21.504 88.064-21.504 132.097 0 32.767 15.36 66.56 26.624 104.448 24.577 36.863 1.024 71.68-9.216 105.472-25.6 39.935-19.456 80.895-19.456 121.855-4.097 23.552 9.216 46.08 21.504 72.704 25.6 47.104 7.169 93.184 3.072 136.192-17.407 23.551-11.264 48.127-19.456 75.776-18.432v-59.393c-34.816-1.023-67.584 8.193-99.328 23.552-47.105 21.504-92.16 22.529-138.24 2.048m235.524-428.032q-3.071-26.113-18.432-46.08c-18.431-24.576-41.984-37.889-71.68-40.96-13.312-1.025-25.6 0-38.911 3.071-9.216-25.6-19.456-51.199-28.672-77.823-1.025-3.072-2.048-5.12-3.073-8.192 1.025 3.072 2.048 5.12 3.073 8.192h46.08c2.048 0 4.096 0 6.143-1.024 3.073 4.095 7.168 5.12 12.288 6.144 6.144 1.024 10.24 5.12 9.216 10.24 0 6.144-4.095 10.24-10.24 10.24h-8.191c-5.12 0-9.216 2.047-11.265 6.144-5.12 9.216-1.023 17.407 9.217 19.456h10.24c23.552-1.024 39.936-19.456 36.863-43.009-3.072-14.335-11.263-24.575-25.6-28.671-7.167-2.048-14.335-3.073-19.455 3.072h-62.464c-8.193 0-11.265 5.12-8.193 12.288l6.145 15.36c1.023 3.072 1.023 4.096-3.072 4.096H723.493c-3.073 0-4.097-1.024-5.12-4.097-2.048-6.143-4.096-11.263-6.145-16.383l3.072-3.072c4.096-7.168 10.24-9.217 18.432-9.217h26.624c6.144 0 8.192-3.07 5.12-9.215-4.096-8.192-11.264-13.312-21.504-14.336h-81.92c-8.191 0-12.288 6.144-11.264 14.336 1.024 13.312 12.289 24.576 26.624 24.576h20.48c1.024 7.168 5.12 14.336 7.168 21.504 1.024 2.048 1.024 3.072 0 6.144-9.216 18.432-18.432 36.864-28.672 56.32-9.216-3.073-18.432-6.144-27.647-7.168-9.217-1.024-17.409-1.024-26.624 1.024-60.416 9.216-99.329 69.632-82.945 129.023 12.288 44.032 56.32 79.872 109.568 73.728 2.048 1.024 4.096-1.024 7.168-1.024 46.08-8.191 81.92-47.103 83.968-93.184 2.048 0 2.048 2.048 3.072 4.096 4.096 8.193 10.24 14.336 19.456 16.384v23.553h-7.168c-4.096 1.023-7.168 3.07-7.168 7.168 0 4.095 3.072 8.191 7.168 8.191h29.696c4.096 0 7.168-3.071 7.168-7.168s-3.072-7.168-7.168-8.191h-7.168v-14.336c0-4.097-1.024-8.193 1.024-11.265 2.048 1.025 3.072 1.025 5.12 0 13.312-7.168 19.456-24.576 12.288-37.888-2.048-3.072-1.024-5.12 1.024-8.192 20.48-22.527 39.936-45.056 60.416-66.56 10.24-11.264 19.456-21.503 29.696-32.768 1.024-1.024 3.072-4.096 4.096 0 3.072 9.217 6.144 18.432 10.24 27.648-1.024 1.025-3.072 1.025-4.096 2.048-43.008 22.528-64.512 71.68-52.224 117.76 12.288 45.057 56.32 80.897 109.568 75.777 2.048 1.024 4.095 0 7.168-1.025 41.984-8.191 68.608-32.767 81.92-73.727 1.024-5.12 1.024-10.24 4.095-14.336v-24.576c-5.12-2.048-5.12-3.073-5.12-4.096zm-370.692-43.008c7.168 4.096 12.288 9.216 16.384 15.36 7.168 10.24 12.288 21.503 13.312 33.791h-55.296v-1.023c7.168-14.336 14.336-28.673 22.528-44.032 1.024-1.025 2.048-2.048 3.072-4.096m29.696 65.536c0 2.049 0 4.097-1.024 6.145-4.096 15.359-11.264 28.671-24.577 38.912-16.383 13.311-34.815 17.408-54.271 14.336-18.433-3.073-32.769-12.289-44.032-26.624-11.264-15.36-15.36-31.745-12.288-50.176 2.047-17.408 10.24-31.744 23.551-43.01 17.409-14.335 36.865-19.455 58.369-14.335 3.072 1.024 6.144 0 8.192 3.072-7.168 14.336-14.336 28.672-20.48 41.985l-3.073 6.143c-2.048 0-3.071 1.025-5.119 1.025-5.12 2.048-9.217 7.168-9.217 13.311 0 6.145 2.05 11.265 8.193 13.313 5.12 3.071 10.24 3.071 14.336-1.025 2.047-1.023 3.072-3.072 5.12-4.095 19.456 0 37.887 1.023 56.32 1.023h3.071zm44.032-29.696c-4.096 3.071-6.144 7.168-7.168 11.264 0 1.024 0 3.072-2.048 3.072q-4.608-52.224-49.151-79.872c7.168-15.36 14.336-29.696 22.527-46.08 3.072 9.216 6.145 16.384 9.216 24.576 10.24 26.624 19.456 52.224 29.696 78.848 1.025 3.072 0 5.12-3.072 8.192m132.096-114.688c-31.744 35.84-63.488 70.656-95.232 106.496-2.048 2.048-3.073 3.072-6.144 2.048-1.024 0-2.048-1.024-2.048-1.024-9.217-2.047-10.24-5.12-12.288-11.264-12.288-33.792-24.576-67.584-37.889-101.376 0-1.024-1.023-2.048-1.023-4.096H875.04c2.048 0 5.12-1.024 6.144 2.048 1.024 4.096-2.048 5.12-3.072 7.168m74.752 203.776c-37.889 6.144-72.704-19.456-78.849-58.368-4.095-25.6 9.217-56.32 32.769-68.609 1.023-1.023 2.048-1.023 3.072-2.047 6.144 15.36 12.287 30.72 17.407 47.104 1.025 1.023 1.025 3.071 2.048 4.096-1.023 1.024-1.023 2.048-2.048 3.072-3.07 6.144-2.047 12.288 2.048 17.408 4.097 4.096 12.288 7.168 17.409 3.072 11.264-6.144 11.264-19.457 0-26.624-1.024-1.024-3.072-1.024-4.096-2.048-5.12-15.36-11.264-29.697-16.384-45.056-1.024-2.048-1.024-4.096-2.048-6.145q15.36-3.07 30.72 0c26.624 5.12 48.128 27.649 53.248 54.273 8.191 36.864-17.408 73.727-55.296 79.872M227.872 266.264c15.36-13.311 31.744-26.624 47.104-39.935 4.096-3.073 7.167-4.096 12.288-2.048 4.096 2.048 9.216 4.095 13.312 6.143 2.048 1.025 4.096 2.048 5.12 3.072 9.216 5.12 12.288 14.336 8.192 23.552-2.048 4.096-4.096 9.216-6.144 13.313-9.216 20.48-18.433 40.96-28.672 61.44-10.24 22.528-20.48 45.056-31.744 67.583-1.024 1.025-2.048 3.073-2.048 4.097-4.096 9.216-7.168 10.24-17.408 7.168-20.48-7.168-39.936-13.313-60.416-20.48-2.048-1.025-4.096-2.048-6.144-1.025-8.192-5.12-18.432-7.168-27.648-11.264q-4.608-1.535-6.145 3.073c-2.047 6.143-4.095 12.288-6.143 17.408-4.096 11.263-8.192 21.504-11.264 32.767 0 1.025-2.048 3.073 1.024 4.096 10.24 4.097 19.456 6.145 29.696 0 5.12-3.071 7.168-9.216 11.264-13.311 25.6 8.191 51.2 17.408 75.776 25.6 4.096 1.024 8.192 2.047 13.312 2.047 20.48 1.024 38.912-12.287 46.08-34.815 1.024-1.025 2.048-3.073 3.072-4.096 4.096-7.168 7.168-14.337 11.264-22.528 1.024-3.073 3.072-3.073 5.12-2.048 3.072 2.048 7.168 3.071 11.264 5.12l52.224 21.504c4.096 2.048 8.192 4.095 12.288 5.12 5.12 2.048 8.192 5.12 9.216 10.24 2.048 6.144 4.096 11.264 5.12 17.407 7.168 23.552 15.36 47.105 22.528 70.657v31.744c0 3.071 1.024 4.095 4.096 4.095h55.296c3.072 0 4.096-1.024 4.096-4.095 1.024-17.408-9.216-30.721-27.648-31.744-9.216-31.744-18.433-63.489-28.672-95.233-2.048-8.191-4.096-15.36-8.192-22.527-7.168-13.313-19.456-18.433-32.768-23.553l-6.144-3.071c-8.192-4.097-17.409-7.168-26.624-11.265 2.048-1.023 2.048-3.071 3.072-5.12 10.24-21.504 20.48-44.031 30.72-65.535 4.096-9.217 11.264-12.288 19.456-11.265 3.072 1.025 6.144 2.048 10.24 4.097 4.096 2.048 9.216 4.096 13.311 6.144 18.433 8.192 35.841 6.143 51.2-7.168 13.313-11.264 25.601-24.577 38.913-35.84 5.12-4.096 10.24-9.216 12.288-15.36v-9.216c-2.048-5.12-5.12-9.216-10.24-11.264-9.216-4.097-15.36 0-22.528 5.12l-43.008 39.936c-3.072 3.072-7.168 4.095-11.264 2.047-5.12-2.047-9.216-4.095-14.336-6.143-7.168-4.097-14.336-7.168-21.504-10.24s-10.24-2.048-15.36 4.095c-4.096 5.12-8.192 9.216-14.336 11.265-13.312 6.144-26.624 0-30.72-14.336-2.048-7.169-2.048-13.312-1.024-20.48 0-4.096 0-7.168-3.072-9.216-9.216-5.12-18.432-9.216-28.673-13.313-5.119-3.071-11.263-6.143-17.407-8.191-12.288-5.12-24.576-4.097-36.864 2.048-6.145 3.072-11.264 8.191-16.384 13.311-13.312 11.265-27.648 22.528-39.936 34.817-8.192 7.168-8.192 17.408-2.048 24.576 6.144 8.191 16.384 8.191 24.576 1.023M24.096 319.512c2.048 1.024 5.12 2.048 7.168 2.048h223.232c2.048 0 5.12 0 7.168-1.024 3.072-1.024 5.12-3.072 5.12-7.168 0-6.144-3.073-9.215-10.24-9.215H31.264c-2.048 0-5.12 0-7.168 1.023-2.048 0-4.096 2.048-4.096 6.145 0 3.07 1.024 6.143 4.096 8.191M250.4 347.16c0-4.096-4.097-8.192-10.24-8.192H100.896c-5.12 0-10.24 4.096-10.24 9.215 0 4.097 5.12 8.193 10.24 8.193h140.287c5.12 0 10.24-4.096 9.217-9.216m117.76-154.624c5.12 13.312 18.432 22.528 33.792 22.528 13.312 0 27.648-10.24 32.768-23.552 3.072-10.24 1.024-19.457 2.047-29.696v-20.48q0-6.144-6.143-6.144h-38.912c-11.264 0-22.529 8.192-24.576 19.456s-3.072 23.552 0 34.816c1.024 0 1.024 1.024 1.024 3.072M142.88 249.88c9.216 1.024 19.456 1.024 29.696 0 5.12-1.023 7.168-4.096 7.168-8.191 0-5.12-4.095-8.193-9.216-8.193h-25.6s-8.192 3.072-9.216 7.168c0 4.096 2.048 8.193 7.168 9.216M45.6 284.696h19.456c4.096 0 8.192-4.097 7.168-9.216 0-5.12-3.072-8.192-7.168-8.192H45.6c-4.096 0-7.168 4.095-7.168 8.192-1.024 5.12 3.072 9.216 7.168 9.216'/%3E%3C/svg%3E");width:1.05em}.adv-sport-volleyball{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='M684.078 21.598C471.802 86.884 322 288.27 322 511c0 10.095 1.048 19.93 1.63 29.881 57.366-.29 117.214-16.545 182.185-49.578 16.014-180.874 130.268-320.746 322.9-397.777-43.707-31.098-92.259-55.77-144.637-71.928M882.97 138.102C793.26 169.655 696.388 224.462 632.981 312c184.346 36.266 333.046 169.574 388.069 350.43C1035.962 614.573 1044 563.708 1044 511c0-146.18-62.164-279.822-161.03-372.898m85.416 554.95C921.422 519.588 777.323 392.49 600.233 366.384c-17.538 36.492-29.059 78.252-33.809 125.09 170.83 67.99 258.962 245.57 290.212 414.112A513.4 513.4 0 00980.5 756.952c-2.64-21.376-6.372-42.708-12.114-63.9M535.242 543.644C460.052 582.214 390.404 601 322 601c-101.884 0-213.212-34.763-301.234-105.146-.15 5.077-.766 10.035-.766 15.147 0 65.948 12.994 128.812 35.882 186.716C80.04 695.629 159.872 781 322 781c130.064 0 252.612-58.82 332.886-161.348-33.504-32.948-73.271-59.144-119.644-76.009zm40.7-542.52C562.074-.014 548.158-1 534-1 282.856-1 70.046 183.626 28.144 422.948c63.926 61.863 147.479 101.153 235.24 113.474C263.008 527.926 262 519.594 262 511 262 295.162 388.306 97.096 575.942 1.124m118.568 664.19C602.884 776.866 466.76 841 322 841c-76.314 0-152.076-17.856-218.9-51.818C194.228 928.55 355.407 1023 534 1023c98.482 0 190.21-30.529 268.256-79.067-14.172-96.723-48.138-198.97-107.746-278.619'/%3E%3C/svg%3E");width:1.04em}.adv-sport-waterpolo{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1065 1024' width='1065' height='1024'%3E%3Cpath fill='black' d='M611.243 382.41c0 66.446-53.865 120.31-120.311 120.31-66.444 0-120.31-53.864-120.31-120.31s53.865-120.311 120.31-120.311 120.311 53.865 120.311 120.311M342.712 107.715c0 51.821-42.01 93.831-93.831 93.831s-93.831-42.01-93.831-93.831 42.01-93.831 93.83-93.831 93.832 42.01 93.832 93.831M85.107 506.639c-2.649 9.392 2.577 19.878 11.65 23.427l207.753 81.276c9.074 3.548 17.777 14.233 19.455 23.834l37.673 218.217 23.127-17.405c30.93-23.25 80.095-25.317 112.826-4.695l96.02 60.638c.776.11 2.42.073 3.16-.017l77.025-49.994L637.8 733.894c-3.09-9.23 1.872-14.088 11.049-10.82l209.782 72.523c27.627 9.57 61.963-3.194 76.635-28.494l3.302-5.633c14.67-25.315 4.271-53.845-23.232-63.746L238.184 453.767c-9.181-3.319-14.511-13.611-11.934-23.003L263.57 294.9c7.732-28.211-8.987-56.81-37.355-63.889l-6.179-1.536c-28.37-7.077-57.94 9.956-66.043 38.063zv.002zm919.253 359.805-104.336 77.092c-6.249 4.626-19.313 5.015-25.863.67l-91.412-60.27c-23.514-15.534-59.108-15.712-82.728-.337l-93.619 60.75c-7.202 4.623-21.818 4.73-29.058.178l-97.29-61.438c-24.273-15.285-59.847-13.82-82.778 3.424l-75.56 56.917c-6.249 4.73-19.225 5.176-25.792.902l-93.6-60.715c-24.61-16.01-60.218-13.876-82.76 4.943l-90.618 75.578c-10.557 8.791-11.97 24.47-3.194 35.028a24.93 24.93 0 0019.136 8.95 24.77 24.77 0 0015.907-5.774l90.634-75.578c5.739-4.816 17.496-5.505 23.797-1.426l93.62 60.71c24.202 15.73 59.812 14.442 82.795-2.894l75.576-56.917c6.304-4.785 19.561-5.347 26.252-1.094l97.291 61.436c23.673 14.917 59.194 14.705 82.71-.511l93.62-60.746c7.06-4.555 21.271-4.487 28.246.14l91.412 60.252c24.028 15.906 59.687 14.97 82.85-2.153l104.333-77.113c11.035-8.175 13.347-23.763 5.208-34.796-8.159-11.071-23.749-13.4-34.78-5.208z'/%3E%3C/svg%3E");width:1.05em}.adv-sport-weightlifting{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1055 1024' width='1055' height='1024'%3E%3Cpath fill='black' d='M594.464 256.024v-35.84c0-10.24-2.048-12.288-12.288-12.288h-62.464c-28.672-1.024-52.224 21.504-50.176 48.128 1.024 14.336-2.048 29.695 1.024 44.031 7.168 34.817 45.056 59.393 82.944 46.08 21.504-9.216 35.84-24.576 39.936-47.103 2.048-14.336 1.024-28.672 1.024-43.008m296.96 620.544H172.576v39.936H82.464V1023h899.072V916.504h-90.113zm137.216-783.36V78.872c0-2.048 0-4.096-1.023-6.144V70.68c0-1.024 0-2.048-1.025-3.072 0-1.024 0-2.048-1.023-2.048 0-1.024-1.025-1.024-1.025-2.048 0-3.072 0-3.072-1.024-4.096l-1.024-1.024c-1.024-2.048-3.072-4.096-5.12-5.12-1.024-1.024-2.048-1.024-3.072-2.048h-1.023q-6.145-3.072-15.36-3.072c-11.264-1.024-23.553 0-34.817 0-13.312 0-25.6 2.048-34.816 16.384V25.624c0-16.384-10.24-25.6-26.624-25.6h-43.007c-19.456 0-28.672 8.192-29.697 26.624-1.024 31.744 0 62.464 0 94.208v9.216h-67.584c-6.143-5.12-10.24-12.288-18.431-14.336-16.385-5.12-28.672 2.048-37.889 14.336H353.825c-7.168-9.216-15.36-17.408-28.672-16.384-13.312-1.024-21.504 7.168-28.672 16.384h-67.584v-10.24c0-28.672-1.024-58.368 0-87.04 0-15.36-4.096-26.624-17.408-33.792h-63.488c-25.6 15.36-13.312 40.96-18.432 64.512-8.192-16.384-21.504-16.384-34.816-15.36H67.104c-5.119 0-9.215 0-12.287 1.024h-1.024c1.024 1.024-1.025 1.024-2.048 2.048h-2.048c-1.024 0-2.048 1.024-3.072 2.049L45.6 54.296c-1.023 0-2.047 1.024-2.047 2.048 0 0-1.024 1.024-1.024 2.048-1.024 0-2.048 1.024-2.048 2.048s-1.024 2.048-1.024 2.048c0 1.024-1.025 2.048-1.025 3.072s0 2.048-1.023 4.096v48.128s0 24.576-1.024 36.865c0 5.119 0 9.215-1.024 14.335v44.032c1.024 20.48 9.216 29.696 29.695 30.72h34.817c5.12 0 9.216 0 14.336-1.024 7.168-2.048 14.336-6.144 20.48-15.36v38.912c0 8.192 3.072 14.336 7.168 18.432 3.072 3.072 8.192 5.12 13.312 6.144 2.048 0 4.095 0 6.143 1.024h43.01c16.383 0 26.623-6.144 28.671-20.48 0-2.048 1.023-4.096 1.023-6.144V160.792h63.489v98.304c0 23.552 7.168 45.056 25.6 61.44 26.623 22.528 55.296 44.032 82.944 66.56l5.12 5.12c6.143 5.12 13.312 10.24 20.48 16.383 2.048 2.05 4.096 4.097 6.144 5.12q6.144 6.145 9.216 12.289c6.144 11.264 9.215 23.552 9.215 37.888v151.552c-20.479 14.336-60.416 41.984-60.416 41.984l-76.8 52.224c-14.335 10.24-19.455 24.577-19.455 40.96v90.112h63.488c0-14.336 0-49.152-1.025-63.488-1.023-16.383 5.12-25.6 19.457-29.696 1.024 0 2.047-1.024 3.072-1.024 18.431-9.216 36.864-15.36 54.272-25.6 3.072 0 6.144-2.048 9.216-3.072 17.408-8.192 33.792-15.36 51.2-23.552 23.552-10.24 47.104-10.24 69.632 0 10.24 5.12 21.504 10.24 31.744 14.336 9.216 4.096 18.432 10.24 28.672 12.288 3.071 3.072 6.144 4.096 10.24 6.145 18.432 8.191 35.84 16.383 54.272 24.575 9.216 4.096 13.311 10.24 13.311 20.48v69.632h62.465v-93.184c0-15.36-5.12-27.648-17.408-36.864-25.6-18.431-51.2-36.864-77.824-53.248-19.456-15.36-39.936-28.672-60.416-41.984V454.679c1.024-8.191 3.072-16.383 6.144-23.551 1.024-2.048 2.048-5.12 4.096-7.168 3.072-4.096 6.144-8.193 10.24-12.288 2.048-2.048 4.096-4.096 7.168-6.144l21.504-18.433s-3.072-4.095 0 0c25.6-20.48 50.176-39.935 75.776-60.416 22.528-17.407 31.744-39.935 31.744-68.607-1.024-31.744 0-64.513 0-96.256h64.511v10.24c0 28.671 1.025 58.368 0 87.04v5.12c0 3.072 1.025 7.167 2.05 10.24 0 2.048 1.023 3.072 2.047 4.095 3.072 6.145 7.168 10.24 14.336 14.336h63.488c5.12-3.071 8.192-6.143 11.264-9.216 1.023-1.023 2.048-2.047 2.048-3.072 2.048-5.119 3.072-10.24 4.095-16.384v-26.624s0-6.143 1.025-9.215c7.168 14.335 18.431 15.36 30.72 15.36h33.791c6.145 0 11.265 0 16.384-2.048 3.073-1.024 5.12-2.049 7.168-3.072 1.025-1.025 3.073-2.048 4.097-4.097 4.096-5.119 6.143-12.287 6.143-23.552v-18.431c0-18.433 0-36.865 1.025-56.32-6.145-14.336-6.145-28.672-6.145-43.008m-668.672 68.608h344.064v100.352c0 8.192-4.097 13.313-10.24 17.408L626.208 331.8c-2.048 2.048-4.096 3.072-6.144 5.12 4.096 5.12 0 0 0 0-18.432 13.312-38.912 24.576-47.104 48.128-6.144 17.408-22.529 26.624-40.96 26.624s-34.817-9.216-40.96-26.624c-9.216-23.552-28.672-34.816-47.105-48.128-19.455-15.36-39.935-31.744-59.391-47.104-27.648-21.504-23.552-15.36-23.552-48.127-1.025-26.624-1.025-53.248-1.025-79.873z'/%3E%3C/svg%3E");width:1.04em}.adv-sport-winter-sports{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1054 1024' width='1054' height='1024'%3E%3Cpath fill='black' d='m942.805 540.904-185.562 49.573-71.405-41.159v-77.317l70.722-40.478 186.244 49.8c3.64.911 7.504 1.593 11.144 1.593 19.102 0 36.611-12.736 41.842-32.065 6.14-23.194-7.504-46.845-30.7-52.984l-102.104-27.288 94.144-54.122c20.694-11.826 27.97-38.431 15.918-59.125s-38.43-27.971-59.125-15.918l-94.373 54.122 27.288-102.104c6.14-23.195-7.504-46.845-30.7-52.985-22.968-6.14-46.845 7.504-52.984 30.7l-49.575 184.88-71.176 40.932-67.313-38.886v-81.865l136.442-136.442c16.828-16.827 16.828-44.344 0-61.398-16.828-16.828-44.344-16.828-61.4 0L575.09 153.41V44.485c0-23.877-19.33-43.435-43.434-43.435-23.877 0-43.207 19.558-43.207 43.435v108.472l-74.588-74.588c-16.828-16.828-44.345-16.828-61.4 0-16.827 16.828-16.827 44.344 0 61.398l135.76 135.761v82.548l-66.856 38.66-71.176-40.706-49.575-185.562c-6.14-23.194-30.017-36.611-52.985-30.7-23.195 6.14-36.839 30.018-30.7 52.985l27.288 102.104-94.373-54.122c-20.694-12.052-47.3-4.775-59.125 15.918s-4.775 47.3 15.918 59.125l94.145 54.122-102.104 27.288c-23.194 6.14-36.839 30.017-30.7 52.985 5.23 19.33 22.74 32.064 41.843 32.064 3.638 0 7.504-.455 11.143-1.592l186.244-50.029 70.495 40.478v77.545l-71.406 41.389-185.562-49.802c-22.968-6.14-46.845 7.504-52.985 30.7s7.504 46.845 30.7 52.985L200.1 651.2l-93.919 54.123c-20.693 12.051-27.742 38.43-15.918 59.125 7.96 13.872 22.514 21.602 37.523 21.602 7.277 0 14.78-1.82 21.602-5.913l95.056-53.44-27.517 102.56c-6.14 23.195 7.504 46.844 30.7 52.985 3.638.91 7.504 1.592 11.144 1.592 19.102 0 36.611-12.736 41.842-32.065l50.028-186.243 70.95-40.933 66.858 38.431v83.685l-135.76 135.76c-16.828 16.828-16.828 44.344 0 61.4a43.4 43.4 0 0030.699 12.734c11.144 0 22.286-4.093 30.7-12.735l74.588-74.588v108.472c0 23.877 19.33 43.434 43.435 43.434 23.877 0 43.433-19.33 43.433-43.434V868.825l75.043 75.043c8.414 8.414 19.558 12.735 30.7 12.735s22.287-4.093 30.7-12.735c16.829-16.828 16.829-44.344 0-61.4l-136.441-136.44v-82.776l67.312-38.885 70.95 40.932 50.029 186.244c5.23 19.33 22.74 32.065 41.841 32.065 3.64 0 7.504-.455 11.144-1.593 23.194-6.14 36.839-30.017 30.7-52.984l-27.971-102.332 94.373 54.35c6.822 4.092 14.326 5.912 21.603 5.912 15.009 0 29.563-7.732 37.522-21.602 12.051-20.694 4.775-47.3-15.918-59.125l-93.918-54.122 101.65-27.288c23.194-6.141 36.838-30.018 30.7-52.986-5.913-23.423-29.79-37.067-52.759-30.927zm-343.835 8.414-67.084 38.658-67.084-38.658v-77.545l67.084-38.66L598.97 472z'/%3E%3C/svg%3E");width:1.03em}.adv-sport-wrestling{--svg:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-10 0 1064 1024' width='1064' height='1024'%3E%3Cpath fill='black' d='m1038.88 853.016-81.92-179.199s34.817-150.528 34.817-152.576c0-13.312-5.12-25.6-13.313-34.816L815.649 318.489c5.12 7.168 8.191 15.359 10.24 24.576 5.12 21.504 0 43.008-11.264 59.391L839.2 502.808c7.168 28.673-9.216 58.369-36.864 67.584-23.552 8.193-8.193 3.073-97.28 33.792-16.385 9.217-26.625 25.601-27.648 43.01l-10.24 224.255c-1.025 28.672 21.503 53.248 50.175 54.272h2.048c27.649 0 51.2-21.504 52.225-50.176l8.191-193.536 75.777-38.912-5.12 22.528c-3.073 11.264-2.048 23.552 3.072 33.792l90.112 196.608c12.287 26.624 43.008 37.888 69.632 25.6 25.6-11.264 37.888-41.985 25.6-68.609M717.344 447.512v24.576l-161.792 55.296c-22.527 8.192-34.815 32.769-26.624 55.296 6.145 18.433 23.553 29.696 40.96 29.696 5.12 0 9.216-1.024 14.336-2.048l191.488-65.536c17.408-6.143 29.696-22.528 29.696-40.96l1.024-88.064c-10.24 10.24-23.552 18.432-38.912 21.505zM465.44 244.76c35.84 20.48 79.871 10.24 104.447-21.504 3.072 15.36 10.24 29.696 21.504 40.96 30.72 31.744 81.92 32.769 113.664 2.048s32.769-81.92 2.048-113.664c-30.72-31.743-81.92-32.768-113.663-2.048-3.073 3.072-6.145 6.145-8.193 10.24-4.095-22.528-17.408-43.008-38.912-55.296-38.912-21.504-88.063-8.192-109.568 29.697-23.552 38.91-10.239 88.063 28.673 109.567m100.352 409.6-140.288-87.04 49.152-87.04 20.48 29.695c3.072 4.097 7.168 8.193 11.264 11.265 9.216-12.288 21.504-21.504 36.864-26.624l75.776-25.6c-8.192 2.048-16.384 1.024-23.552-2.049L506.4 427.032l-69.632-31.744 166.912 36.864a55.7 55.7 0 0018.432 0l136.191-29.696c23.553-5.12 38.912-28.672 33.792-52.224s-27.647-38.912-52.223-33.792L613.92 344.088l-157.696-35.84 50.176 1.024c-3.072-3.072-6.144-5.12-10.24-7.169l-25.6-13.311c-16.384-9.216-34.816-11.264-52.224-6.144s-32.768 16.384-41.984 32.768L167.456 697.368 34.336 838.68c-19.456 20.48-18.432 54.272 2.047 73.728 20.481 19.457 54.273 18.432 73.729-2.047l139.264-147.456c4.096-4.097 6.144-8.193 9.216-13.313l62.464-125.952 165.889 103.425 2.048 147.455c0 28.673 23.551 51.2 52.223 51.2h1.025c28.671 0 52.223-24.576 51.2-53.248l-3.073-176.128c0-16.383-9.215-32.767-24.576-41.983z'/%3E%3C/svg%3E");width:1.04em}@font-face{font-family:Lato;src:url(/assets/Lato-Bold-450o7qxS.woff2)format("woff2"),local(Lato);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Light-BMaLSd57.woff2)format("woff2"),local(Lato);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Medium--W8Gw7ce.woff2)format("woff2"),local(Lato);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Regular-slfFsoDb.woff2)format("woff2"),local(Lato);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url(/assets/Lato-Semibold-ChYtJEHQ.woff2)format("woff2"),local(Lato);font-weight:600;font-style:normal;font-display:swap}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.8125rem;line-height:1.25rem}.text-base{font-size:.9375rem;line-height:1.375rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gap-0{gap:0}.gap-x-0{column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{column-gap:2rem}.gap-y-8{row-gap:2rem}.gap-9{gap:2.25rem}.gap-x-9{column-gap:2.25rem}.gap-y-9{row-gap:2.25rem}.gap-10{gap:2.5rem}.gap-x-10{column-gap:2.5rem}.gap-y-10{row-gap:2.5rem}.gap-11{gap:2.75rem}.gap-x-11{column-gap:2.75rem}.gap-y-11{row-gap:2.75rem}.gap-12{gap:3rem}.gap-x-12{column-gap:3rem}.gap-y-12{row-gap:3rem}.gap-14{gap:3.5rem}.gap-x-14{column-gap:3.5rem}.gap-y-14{row-gap:3.5rem}.gap-16{gap:4rem}.gap-x-16{column-gap:4rem}.gap-y-16{row-gap:4rem}.gap-20{gap:5rem}.gap-x-20{column-gap:5rem}.gap-y-20{row-gap:5rem}.gap-24{gap:6rem}.gap-x-24{column-gap:6rem}.gap-y-24{row-gap:6rem}.gap-28{gap:7rem}.gap-x-28{column-gap:7rem}.gap-y-28{row-gap:7rem}.gap-32{gap:8rem}.gap-x-32{column-gap:8rem}.gap-y-32{row-gap:8rem}.gap-36{gap:9rem}.gap-x-36{column-gap:9rem}.gap-y-36{row-gap:9rem}.gap-40{gap:10rem}.gap-x-40{column-gap:10rem}.gap-y-40{row-gap:10rem}.gap-44{gap:11rem}.gap-x-44{column-gap:11rem}.gap-y-44{row-gap:11rem}.gap-48{gap:12rem}.gap-x-48{column-gap:12rem}.gap-y-48{row-gap:12rem}.gap-52{gap:13rem}.gap-x-52{column-gap:13rem}.gap-y-52{row-gap:13rem}.gap-56{gap:14rem}.gap-x-56{column-gap:14rem}.gap-y-56{row-gap:14rem}.gap-60{gap:15rem}.gap-x-60{column-gap:15rem}.gap-y-60{row-gap:15rem}.gap-64{gap:16rem}.gap-x-64{column-gap:16rem}.gap-y-64{row-gap:16rem}.gap-72{gap:18rem}.gap-x-72{column-gap:18rem}.gap-y-72{row-gap:18rem}.gap-80{gap:20rem}.gap-x-80{column-gap:20rem}.gap-y-80{row-gap:20rem}.gap-96{gap:24rem}.gap-x-96{column-gap:24rem}.gap-y-96{row-gap:24rem}.list-none{list-style-type:none}.v-application__wrap{min-height:100dvh}h1,h2,h3,h4,h5,h6,.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-button,.text-overline,.v-card-title{color:rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity))}body,.text-body-1,.text-body-2,.text-subtitle-1,.text-subtitle-2{color:rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity))}.v-row .v-col .v-input__details,.v-row [class^=v-col-\*] .v-input__details{margin-block-end:0}.v-btn--density-compact.v-btn--size-default .v-btn__content>svg{block-size:22px;inline-size:22px;font-size:22px}.v-card-text+.v-card-text{padding-block-start:0!important}.v-checkbox.v-input,.v-switch.v-input{--v-input-control-height:auto;flex:unset}.disable-tab-transition{overflow:unset!important}.disable-tab-transition .v-window__container{block-size:auto!important}.disable-tab-transition .v-window-item:not(.v-window-item--active){display:none!important}.disable-tab-transition .v-window__container .v-window-item{transform:none!important}.v-list .v-list-item__prepend>.v-icon,.v-list .v-list-item__append>.v-icon{opacity:var(--v-high-emphasis-opacity)}.card-list{--v-card-list-gap:20px}.card-list.v-list{padding-block:0}.card-list .v-list-item{min-block-size:unset;min-block-size:auto!important;padding-block:0!important;padding-inline:0!important}.card-list .v-list-item>.v-ripple__container{opacity:0}.card-list .v-list-item:not(:last-child){padding-block-end:var(--v-card-list-gap)!important}.card-list .v-list-item:hover>.v-list-item__overlay,.card-list .v-list-item:focus>.v-list-item__overlay,.card-list .v-list-item:active>.v-list-item__overlay,.card-list .v-list-item.active>.v-list-item__overlay{opacity:0!important}.v-divider{color:rgb(var(--v-border-color))}.v-divider.v-divider--vertical{block-size:inherit}.v-data-table .v-checkbox-btn .v-selection-control__wrapper{margin-inline-start:0!important}.v-data-table .v-selection-control{display:flex!important}.v-data-table .v-pagination{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity))}.v-field:hover .v-field__outline{--v-field-border-opacity:var(--v-medium-emphasis-opacity)}.v-label{opacity:1!important}.v-label:not(.v-field-label--floating){color:rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity))}.v-overlay__scrim,.v-navigation-drawer__scrim{background:rgba(var(--v-overlay-scrim-background), var(--v-overlay-scrim-opacity))!important;opacity:1!important}.v-messages{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));opacity:1!important}.v-alert__close .v-btn--icon .v-icon{--v-icon-size-multiplier:1.5}.v-badge__badge{align-items:center;display:flex}.v-btn:focus-visible:after{opacity:0!important}.v-input:not(.v-select--chips) .v-select__selection .v-chip{margin-block:2px var(--select-chips-margin-bottom)}.v-card-subtitle,.v-list-item-subtitle{color:rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity))}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:rgba(var(--v-theme-on-surface), var(--v-disabled-opacity))!important}body{font-size:15px!important}.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-overline,.v-input{color:rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity))}.text-caption{color:rgba(var(--v-theme-on-background), var(--v-disabled-opacity))}.v-card-subtitle,.text-subtitle-1,.text-subtitle-2{color:rgba(var(--v-theme-on-background), .55)}.v-input--density-compact input::placeholder{position:relative;inset-block-start:1px}.v-alert .v-alert__content{font-size:.9375rem;font-weight:400;line-height:1.375rem}.v-alert .v-alert__content .v-alert-title{margin-block-end:.25rem}.v-alert:not(.v-alert--prominent) .v-alert__prepend{border-radius:.375rem;block-size:1.875rem;inline-size:1.875rem}.v-alert:not(.v-alert--prominent) .v-alert__prepend .v-icon{margin:auto;block-size:1.375rem!important;inline-size:1.375rem!important;font-size:1.375rem!important}.v-alert:not(.v-alert--prominent).v-alert--variant-flat .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-elevated .v-alert__prepend{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent;background-color:#fff}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal .v-alert__prepend{z-index:1}.v-alert .v-alert__close .v-btn--icon{--v-btn-height:34px}.v-alert .v-alert__close .v-btn--icon .v-btn__content{padding:.375rem}.v-alert .v-alert__close .v-btn--icon .v-btn__content .v-icon{block-size:1.25rem;inline-size:1.25rem;font-size:1.25rem}.v-alert:not(.v-alert--prominent).bg-primary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-primary .v-alert__prepend .v-icon{color:rgb(var(--v-theme-primary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__underlay{background:rgb(var(--v-theme-primary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__prepend{background-color:rgb(var(--v-theme-primary))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-primary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-primary .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-primary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-primary .v-alert__prepend{background-color:rgba(var(--v-theme-primary), .16)}.v-alert:not(.v-alert--prominent).bg-secondary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-secondary .v-alert__prepend .v-icon{color:rgb(var(--v-theme-secondary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__underlay{background:rgb(var(--v-theme-secondary))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__prepend{background-color:rgb(var(--v-theme-secondary))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-secondary .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-secondary .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-secondary .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-secondary .v-alert__prepend{background-color:rgba(var(--v-theme-secondary), .16)}.v-alert:not(.v-alert--prominent).bg-error .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-error .v-alert__prepend .v-icon{color:rgb(var(--v-theme-error))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__underlay{background:rgb(var(--v-theme-error))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__prepend{background-color:rgb(var(--v-theme-error))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-error .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-error .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-error .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-error .v-alert__prepend{background-color:rgba(var(--v-theme-error), .16)}.v-alert:not(.v-alert--prominent).bg-info .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-info .v-alert__prepend .v-icon{color:rgb(var(--v-theme-info))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__underlay{background:rgb(var(--v-theme-info))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__prepend{background-color:rgb(var(--v-theme-info))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-info .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-info .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-info .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-info .v-alert__prepend{background-color:rgba(var(--v-theme-info), .16)}.v-alert:not(.v-alert--prominent).bg-success .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-success .v-alert__prepend .v-icon{color:rgb(var(--v-theme-success))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__underlay{background:rgb(var(--v-theme-success))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__prepend{background-color:rgb(var(--v-theme-success))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-success .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-success .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-success .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-success .v-alert__prepend{background-color:rgba(var(--v-theme-success), .16)}.v-alert:not(.v-alert--prominent).bg-warning .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).text-warning .v-alert__prepend .v-icon{color:rgb(var(--v-theme-warning))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__underlay,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__underlay{background:rgb(var(--v-theme-warning))!important}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__prepend{background-color:rgb(var(--v-theme-warning))}.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.text-warning .v-alert__prepend .v-icon,.v-alert:not(.v-alert--prominent).v-alert--variant-tonal.bg-warning .v-alert__prepend .v-icon{color:#fff!important}.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.text-warning .v-alert__prepend,.v-alert:not(.v-alert--prominent).v-alert--variant-outlined.bg-warning .v-alert__prepend{background-color:rgba(var(--v-theme-warning), .16)}body .v-avatar{font-size:.9375rem}body .v-avatar .v-icon{block-size:1.5rem;inline-size:1.5rem;font-size:1.5rem}body .v-avatar.v-avatar--variant-tonal:not([class*=text-]) .v-avatar__underlay{--v-activated-opacity:.08}body .v-avatar-group>:hover{box-shadow:0 4px 10px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-md-opacity)), 0 0 transparent, 0 0 transparent}body .v-btn:not(.v-btn--block){min-inline-size:auto}body .v-btn--variant-elevated.v-btn--disabled .v-btn__overlay,body .v-btn--variant-flat.v-btn--disabled .v-btn__overlay{opacity:.45}body .v-btn--variant-elevated:hover .v-btn__overlay,body .v-btn--variant-flat:hover .v-btn__overlay{opacity:0}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-primary:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-primary:focus{background-color:rgb(var(--v-theme-primary-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-secondary:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-secondary:focus{background-color:rgb(var(--v-theme-secondary-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-error:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-error:focus{background-color:rgb(var(--v-theme-error-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-info:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-info:focus{background-color:rgb(var(--v-theme-info-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-success:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-success:focus{background-color:rgb(var(--v-theme-success-darken-1))!important}body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:hover,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:active,body .v-btn--variant-elevated:not(.v-btn--loading,.v-btn--disabled).bg-warning:focus,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:hover,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:active,body .v-btn--variant-flat:not(.v-btn--loading,.v-btn--disabled).bg-warning:focus{background-color:rgb(var(--v-theme-warning-darken-1))!important}body .v-btn--variant-elevated:active{box-shadow:none}body .v-btn--variant-outlined .v-btn__overlay,body .v-btn--variant-text .v-btn__overlay{--v-hover-opacity:.08}body .v-btn--variant-outlined:active .v-btn__overlay,body .v-btn--variant-text:active .v-btn__overlay,body .v-btn--variant-outlined:focus .v-btn__overlay,body .v-btn--variant-text:focus .v-btn__overlay{opacity:var(--v-hover-opacity)}body .v-btn--variant-tonal:hover .v-btn__underlay{opacity:0}body .v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity:.24}body .v-btn--variant-tonal:active .v-btn__overlay{--v-hover-opacity:.24;opacity:var(--v-hover-opacity)}body .v-btn--variant-tonal:active .v-btn__underlay{opacity:0}body .v-btn--icon.v-btn--density-default{block-size:var(--v-btn-height);inline-size:var(--v-btn-height);padding-inline:6px}body .v-btn--icon.v-btn--density-default.v-btn--size-default .v-icon{--v-icon-size-multiplier:1!important}body .v-btn--icon.v-btn--density-default.v-btn--size-small .v-icon{block-size:20px;inline-size:20px;font-size:20px}body .v-btn--icon.v-btn--density-default.v-btn--size-large .v-icon{block-size:28px;inline-size:28px;font-size:28px}body .v-btn:not(.v-btn--icon) .v-icon{--v-icon-size-multiplier:.7115;inline-size:auto}body .v-btn--variant-text:not(.v-btn--icon),body .v-btn--variant-plain:not(.v-btn--icon){padding-inline:14px}body .v-btn--size-x-small{--v-btn-height:28px;--v-btn-size:11px}body .v-btn--size-x-small:not(.v-btn--icon){border-radius:.125rem}body .v-btn--size-x-small{padding-block:0;padding-inline:10px;line-height:14px}body .v-btn--size-small{--v-btn-height:34px;--v-btn-size:13px}body .v-btn--size-small:not(.v-btn--icon){border-radius:.25rem}body .v-btn--size-small{padding-block:0;padding-inline:14px;line-height:18px}body .v-btn--size-small .v-icon{--v-icon-size-multiplier:.718}body .v-btn--size-large{--v-btn-height:42px;--v-btn-size:17px}body .v-btn--size-large:not(.v-btn--icon){border-radius:.5rem}body .v-btn--size-large{padding-block:0;padding-inline:22px;line-height:26px}body .v-btn--size-x-large{--v-btn-height:48px;--v-btn-size:19px}body .v-btn--size-x-large:not(.v-btn--icon){border-radius:.625rem}body .v-btn--size-x-large{padding-block:0;padding-inline:26px;line-height:30px}body .v-btn-toggle .v-btn{border-inline-end:none;border-radius:.375rem;block-size:52px!important;inline-size:52px!important}body .v-btn-toggle .v-btn.v-btn--density-comfortable{block-size:44px!important;inline-size:44px!important}body .v-btn-toggle .v-btn.v-btn--density-compact{block-size:36px!important;inline-size:36px!important}body .v-btn-toggle .v-btn .v-icon{color:rgb(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));font-size:24px}body .v-btn-toggle .v-btn--active .v-icon{color:rgb(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}body .v-btn-toggle.v-btn-group{border:1px solid rgb(var(--v-border-color), var(--v-border-opacity));align-items:center;block-size:66px;padding:7px}body .v-btn-toggle.v-btn-group .v-btn.v-btn--active .v-btn__overlay{--v-activated-opacity:.08}body .v-btn-toggle.v-btn-group.v-btn-group--density-compact{block-size:50px}body .v-btn-toggle.v-btn-group.v-btn-group--density-comfortable{block-size:58px}body .v-btn-group{border:none}body .v-btn-group.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-color:unset}.v-badge.v-badge--inline:not(.v-badge--dot) .v-badge__wrapper .v-badge__badge{padding-block:4px;padding-inline:8px}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-primary{background-color:rgba(var(--v-theme-primary), var(--v-activated-opacity))!important;color:rgb(var(--v-theme-primary))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-secondary{background-color:rgba(var(--v-theme-secondary), var(--v-activated-opacity))!important;color:rgb(var(--v-theme-secondary))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-error{background-color:rgba(var(--v-theme-error), var(--v-activated-opacity))!important;color:rgb(var(--v-theme-error))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-info{background-color:rgba(var(--v-theme-info), var(--v-activated-opacity))!important;color:rgb(var(--v-theme-info))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-success{background-color:rgba(var(--v-theme-success), var(--v-activated-opacity))!important;color:rgb(var(--v-theme-success))!important}.v-badge.v-badge--tonal .v-badge__wrapper .v-badge__badge.bg-warning{background-color:rgba(var(--v-theme-warning), var(--v-activated-opacity))!important;color:rgb(var(--v-theme-warning))!important}.v-badge.v-badge--bordered.v-badge--dot .v-badge__badge{border-radius:10px;block-size:12px;inline-size:12px}.v-badge.v-badge--bordered.v-badge--dot .v-badge__badge:after{border-width:2px}.v-chip{line-height:1.25rem!important}.v-chip:not(.v-chip--variant-elevated){color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-chip .v-chip__close{margin-inline:4px -8px!important}.v-chip .v-chip__close .v-icon{opacity:.7}.v-chip:not([class*=text-]){--v-activated-opacity:.08}.v-chip.v-chip--size-small{--v-chip-height:24px!important;padding-block:0!important;padding-inline:12px!important;font-size:13px!important}.v-chip.v-chip--size-small .v-chip__prepend .v-icon--start{margin-inline:-8px 4px;font-size:1rem}.v-chip.v-chip--size-small .v-chip__prepend .v-avatar{--v-avatar-height:16px}.v-chip.v-chip--size-small .v-chip__prepend .v-avatar--start{margin-inline:-8px 4px}.v-chip.v-chip--size-small .v-chip__append .v-icon--end{margin-inline:4px -8px;font-size:1rem}.v-chip.v-chip--size-small .v-chip__append .v-avatar{--v-avatar-height:16px}.v-chip.v-chip--size-small .v-chip__append .v-avatar--end{margin-inline:4px -8px}.v-chip.v-chip--size-small .v-chip__close{max-block-size:16px;max-inline-size:16px;font-size:16px}.v-chip.v-chip--size-default{padding-block:0!important;padding-inline:16px!important}.v-chip.v-chip--size-default .v-chip__prepend .v-icon--start{margin-inline:-8px 4px;font-size:1.25rem}.v-chip.v-chip--size-default .v-chip__prepend .v-avatar{--v-avatar-height:20px}.v-chip.v-chip--size-default .v-chip__prepend .v-avatar--start{margin-inline:-8px 4px}.v-chip.v-chip--size-default .v-chip__append .v-icon--end{margin-inline:4px -8px;font-size:1.25rem}.v-chip.v-chip--size-default .v-chip__append .v-avatar{--v-avatar-height:20px}.v-chip.v-chip--size-default .v-chip__append .v-avatar--end{margin-inline:4px -8px}body .v-dialog{font-size:.9375rem;line-height:1.375rem}body .v-dialog .v-dialog-close-btn{color:rgb(var(--v-theme-secondary))!important}.v-expansion-panels{gap:1rem}@media (max-width:1024px){.v-expansion-panels{gap:.75rem}}.v-expansion-panels .v-expansion-panel{border:1px solid rgb(var(--v-divider));margin:0}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title{font-weight:500}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title--active .v-expansion-panel-title__overlay,.v-expansion-panels .v-expansion-panel .v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay{opacity:0!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title .v-expansion-panel-title__icon .v-icon{block-size:1.25rem;inline-size:1.25rem;font-size:1.25rem}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title:hover .v-expansion-panel-title__overlay{opacity:0!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-text{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));border-top:1px solid rgb(var(--v-divider));font-size:15px;line-height:1.375rem}@media (max-width:1024px){.v-expansion-panels .v-expansion-panel{overflow-x:hidden}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title{padding-inline:1rem!important}.v-expansion-panels .v-expansion-panel .v-expansion-panel-title__icon{background-color:rgb(var(--v-theme-grey-light));height:100%;box-shadow:-20px -1px 12px 0 rgb(var(--v-theme-grey-light));justify-content:center;align-items:center;padding-inline:1.25rem;display:flex;position:absolute;right:0}.v-expansion-panels .v-expansion-panel .v-expansion-panel-text__wrapper{padding-inline:1rem!important}}.v-expansion-panels:not(.v-expansion-panels--variant-accordion) .v-expansion-panel.v-expansion-panel--active .v-expansion-panel__shadow{box-shadow:0 4px 10px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-md-opacity)), 0 0 transparent, 0 0 transparent}.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__content *,.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__prepend *{color:rgb(var(--v-theme-primary))}.v-list .v-list-item.v-list-item--active:not(.v-list-group__header) .v-list-item__overlay{background:rgb(var(--v-theme-primary))}.v-menu .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-default .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-default .v-icon{block-size:1.375rem;inline-size:1.375rem;font-size:1.375rem}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-small .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-small .v-icon{block-size:1.25rem;inline-size:1.25rem;font-size:1.25rem}.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--icon.v-btn--size-large .v-icon,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--icon.v-btn--size-large .v-icon{block-size:1.5rem;inline-size:1.5rem;font-size:1.5rem}.v-pagination .v-pagination__list .v-pagination__item .v-btn,.v-pagination .v-pagination__list .v-pagination__next .v-btn,.v-pagination .v-pagination__list .v-pagination__last .v-btn,.v-pagination .v-pagination__list .v-pagination__first .v-btn,.v-pagination .v-pagination__list .v-pagination__prev .v-btn{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));font-weight:400;line-height:1;transform:none}.v-pagination .v-pagination__list .v-pagination__item .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__next .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__last .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__first .v-btn--size-default,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--size-default{--v-btn-size:13px}.v-pagination .v-pagination__list .v-pagination__item .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__next .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__last .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__first .v-btn--size-large,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--size-large{--v-btn-size:15px}.v-pagination .v-pagination__list .v-pagination__item .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__next .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__last .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__first .v-btn.v-btn--disabled,.v-pagination .v-pagination__list .v-pagination__prev .v-btn.v-btn--disabled{opacity:.4}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal .v-btn__underlay{--v-activated-opacity:.08}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal:hover .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal:hover .v-btn__underlay{--v-activated-opacity:0}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity:.16}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary .v-btn__content{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-primary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-primary:hover .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary .v-btn__content{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-secondary:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-secondary:hover .v-btn__content{color:rgb(var(--v-theme-secondary))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error .v-btn__content{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-error:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-error:hover .v-btn__content{color:rgb(var(--v-theme-error))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info .v-btn__content{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-info:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-info:hover .v-btn__content{color:rgb(var(--v-theme-info))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success .v-btn__content{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-success:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-success:hover .v-btn__content{color:rgb(var(--v-theme-success))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning .v-btn__underlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning .v-btn__underlay{background:rgb(var(--v-theme-on-surface))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning .v-btn__content{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-tonal.text-warning:hover .v-btn__content,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-tonal.text-warning:hover .v-btn__content{color:rgb(var(--v-theme-warning))}.v-pagination .v-pagination__list .v-pagination__item .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__next .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__last .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__first .v-btn--variant-outlined:hover .v-btn__overlay,.v-pagination .v-pagination__list .v-pagination__prev .v-btn--variant-outlined:hover .v-btn__overlay{--v-hover-opacity:.06}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn:not([class*=text-]){color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__overlay{--v-hover-opacity:.16;background:rgb(var(--v-theme-primary));opacity:var(--v-hover-opacity)}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal .v-btn__underlay{opacity:0}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal:hover .v-btn__overlay{--v-hover-opacity:.24}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary .v-btn__overlay{background:rgb(var(--v-theme-primary));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-primary .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary .v-btn__overlay{background:rgb(var(--v-theme-secondary));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-secondary .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error .v-btn__overlay{background:rgb(var(--v-theme-error));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-error .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info .v-btn__overlay{background:rgb(var(--v-theme-info));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-info .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success .v-btn__overlay{background:rgb(var(--v-theme-success));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-success .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning .v-btn__overlay{background:rgb(var(--v-theme-warning));opacity:1}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-tonal.text-warning .v-btn__content{z-index:1;color:#fff}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined{border-color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined .v-btn__content{color:rgb(var(--v-theme-primary))}.v-pagination .v-pagination__list .v-pagination__item--is-active .v-btn.v-btn--variant-outlined .v-btn__overlay{--v-hover-opacity:.16;background:rgb(var(--v-theme-primary));opacity:var(--v-hover-opacity)}.v-snackbar__wrapper{border:1px solid rgb(var(--v-theme-error));background:rgb(var(--v-theme-error), .16);color:rgb(var(--v-theme-on-surface));backdrop-filter:blur(10px);margin-bottom:2rem}.v-snackbar__content .v-icon{color:rgb(var(--v-theme-error))}.v-snackbar__content{align-items:end;gap:.4rem;font-size:.9375rem;display:flex}.v-slider .v-slider-track__background--opacity{opacity:.16}.v-slider-thumb .v-slider-thumb__surface:after{block-size:calc(var(--v-slider-thumb-size) - 10px);inline-size:calc(var(--v-slider-thumb-size) - 10px);background-color:#fff;border-radius:50%}.v-slider-thumb .v-slider-thumb__label{background-color:rgb(var(--v-tooltip-background));color:rgb(var(--v-theme-surface));letter-spacing:.15px;font-weight:500;line-height:1.25rem}.v-slider-thumb .v-slider-thumb__label:before{content:none}.v-data-table table tbody tr.v-data-table-group-header-row td{background:0 0}.v-table .v-table__wrapper{border-radius:0}.v-table .v-table__wrapper table thead tr th{letter-spacing:.2px;text-transform:uppercase;font-size:.8125rem;line-height:24px;background:rgb(var(--v-table-header-color))!important;color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity))!important;border-block-end:none!important}body .v-tabs .v-tab.v-btn{color:rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));padding-block:0;padding-inline:1.375rem}body .v-tabs .v-tab.v-btn .v-icon{block-size:1.125rem;inline-size:1.125rem;font-size:1.125rem}body .v-tabs .v-tab.v-btn.v-btn--stacked .v-icon{block-size:1.5rem!important;inline-size:1.5rem!important;font-size:1.5rem!important}body .v-tabs:not(.v-tabs-pill).v-tabs--vertical{border-inline-end:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}body .v-tabs:not(.v-tabs-pill).v-tabs--vertical .v-tab__slider{inset-inline-start:unset;inset-inline-end:0}body .v-tabs:not(.v-tabs-pill).v-tabs--horizontal{border-block-end:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}body .v-tabs:not(.v-tabs-pill).v-tabs--horizontal .v-tab__slider{inset-block-start:unset;inset-block-end:1px}body .v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:hover .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:active .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab.v-tab--selected.v-btn.v-btn--variant-text:focus .v-btn__overlay{--v-hover-opacity:0}body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus{color:rgb(var(--v-theme-primary))}body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active .v-btn__overlay,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus .v-btn__overlay{--v-hover-opacity:0}body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover .v-btn__content .v-tab__slider,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:active .v-btn__content .v-tab__slider,body .v-tabs:not(.v-tabs-pill) .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:focus .v-btn__content .v-tab__slider{opacity:var(--v-activated-opacity)}body .v-tabs.v-tabs-pill .v-slide-group__content{gap:.25rem}body .v-tabs.v-tabs-pill.v-slide-group,body .v-tabs.v-tabs-pill .v-slide-group__container{box-sizing:content-box;margin:-1rem;padding:1rem}body .v-tabs.v-tabs-pill .v-tab.v-btn{border-radius:.375rem!important}body .v-tabs.v-tabs-pill .v-tab:not(.v-tab--selected).v-btn.v-btn--variant-text:hover{color:rgb(var(--v-theme-primary))}body .v-tabs.v-tabs-pill .v-tab.v-tab--selected{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot{background:0 0!important}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot{box-shadow:0 0 0 .1875rem rgb(var(--v-theme-on-surface-variant))}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-primary{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-primary), .12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-secondary{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-secondary), .12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-error{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-error), .12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-info{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-info), .12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-success{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-success), .12)}.v-timeline:not(.v-timeline--variant-outlined) .v-timeline-divider__dot .v-timeline-divider__inner-dot.bg-warning{box-shadow:0 0 0 .1875rem rgba(var(--v-theme-warning), .12)}.v-timeline .v-timeline-item .timeline-chip{background:rgba(var(--v-theme-on-surface), var(--v-hover-opacity));border-radius:6px;padding-block:5px;padding-inline:10px}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider .v-timeline-divider__dot{background:0 0!important}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider__after{border:1px dashed rgba(var(--v-border-color), var(--v-border-opacity));background:0 0}.v-timeline.v-timeline--variant-outlined .v-timeline-item .v-timeline-divider__before{background:0 0}.v-tooltip .v-overlay__content{font-weight:500}.v-otp-input{justify-content:unset!important}.v-otp-input .v-otp-input__content{max-inline-size:100%}.v-otp-input .v-otp-input__content .v-field.v-field--focused .v-field__outline .v-field__outline__start,.v-otp-input .v-otp-input__content .v-field.v-field--focused .v-field__outline .v-field__outline__end{border-color:rgb(var(--v-theme-primary))!important}.v-field__outline{color:rgba(var(--v-theme-on-surface))}.v-field__outline:not([class*=text-]) .v-label{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity))}.v-text-field.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-default:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-default:not(.v-textarea) .v-field__input{min-block-size:56px}.v-text-field.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-comfortable:not(.v-textarea) .v-field__input{min-block-size:48px}.v-text-field.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-autocomplete.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-combobox.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-file-input.v-input.v-input--density-compact:not(.v-textarea) .v-field__input,.v-select.v-input.v-input--density-compact:not(.v-textarea) .v-field__input{min-block-size:40px}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity:1!important}@media (hover:hover){.v-field:not(.v-field--focused,.v-field--error):hover .v-field__outline{--v-field-border-opacity:.6!important}}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{font-size:20px;opacity:var(--v-high-emphasis-opacity)!important}.v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.custom-checkbox-checked,.v-checkbox-btn.v-selection-control--dirty .v-selection-control__input .v-icon.custom-checkbox-indeterminate{filter:drop-shadow(rgb(var(--v-shadow-key-umbra-color), 16%) 0 2px 4px)}.v-checkbox-btn.v-selection-control{--v-selection-control-size:1.75rem}.v-checkbox-btn.v-selection-control .v-label{color:rgb(var(--v-theme-on-background), var(--v-high-emphasis-opacity))}.v-checkbox-btn.v-selection-control .v-selection-control__input svg{font-size:1.5rem}.v-checkbox-btn:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));opacity:1}.v-checkbox-btn:not(.v-selection-control--dirty) .v-selection-control__input>.custom-checkbox-indeterminate{color:rgb(var(--v-theme-primary))}.v-radio.v-selection-control--dirty .v-selection-control__input .custom-radio-checked,.v-radio-btn.v-selection-control--dirty .v-selection-control__input .custom-radio-checked{filter:drop-shadow(rgba(var(--v-shadow-key-umbra-color), 16%) 0 2px 4px)}.v-radio.v-selection-control .v-selection-control__input svg,.v-radio-btn.v-selection-control .v-selection-control__input svg{font-size:1.5rem}.v-radio.v-selection-control .v-label,.v-radio-btn.v-selection-control .v-label{color:rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity))}.v-radio:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon,.v-radio-btn:not(.v-selection-control--dirty) .v-selection-control__input>.v-icon{color:rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));opacity:1}.v-radio-group.v-input>.v-input__control>.v-label{margin-inline-start:0;font-size:.9375rem;line-height:22px}.v-radio-group .v-selection-control-group .v-radio:not(:last-child){margin-inline-end:0}.v-switch .v-label{color:rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));line-height:22px}.v-switch.v-switch--inset .v-selection-control .v-selection-control__wrapper{block-size:36px}.v-switch.v-switch--inset .v-ripple__container{opacity:0}.v-switch.v-switch--inset .v-switch__track{background-color:rgba(var(--v-theme-on-surface), var(--v-focus-opacity));opacity:1;box-shadow:inset 0 0 4px #00000029}.v-switch.v-switch--inset .v-selection-control__input{--v-selection-control-size:1.125rem;transform:translate(-5px)!important}.v-switch.v-switch--inset .v-selection-control__input .v-switch__thumb{block-size:.875rem;box-shadow:none;filter:drop-shadow(0 2px 4px rgba(var(--v-shadow-key-umbra-color), 16%));background-color:#fff;inline-size:.875rem;transform:scale(1)}.v-switch.v-switch--inset .v-selection-control--dirty .text-primary .v-switch__track{border-color:rgb(var(--v-theme-primary));background-color:rgb(var(--v-theme-primary))}.v-switch.v-switch--inset .v-selection-control--dirty .text-secondary .v-switch__track{border-color:rgb(var(--v-theme-secondary));background-color:rgb(var(--v-theme-secondary))}.v-switch.v-switch--inset .v-selection-control--dirty .text-error .v-switch__track{border-color:rgb(var(--v-theme-error));background-color:rgb(var(--v-theme-error))}.v-switch.v-switch--inset .v-selection-control--dirty .text-info .v-switch__track{border-color:rgb(var(--v-theme-info));background-color:rgb(var(--v-theme-info))}.v-switch.v-switch--inset .v-selection-control--dirty .text-success .v-switch__track{border-color:rgb(var(--v-theme-success));background-color:rgb(var(--v-theme-success))}.v-switch.v-switch--inset .v-selection-control--dirty .text-warning .v-switch__track{border-color:rgb(var(--v-theme-warning));background-color:rgb(var(--v-theme-warning))}.v-switch.v-switch--inset .v-selection-control--dirty .v-selection-control__input{transform:translate(5px)!important}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;tab-size:4;overflow-y:scroll}*,:before,:after{box-sizing:inherit;background-repeat:no-repeat}:before,:after{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline dotted}a{background-color:#0000}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{resize:vertical;overflow:auto}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]::-moz-focus-inner{outline:1px dotted buttontext}[type=reset]::-moz-focus-inner{outline:1px dotted buttontext}[type=submit]::-moz-focus-inner{outline:1px dotted buttontext}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:#0000;border-style:none}select{-webkit-appearance:none;-moz-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{color:inherit;white-space:normal;border:0;max-width:100%;display:table}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear{display:none}::-ms-reveal{display:none}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}@media (prefers-reduced-motion:no-preference){.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:.225s!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:.125s!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{pointer-events:none;transition-property:transform,opacity!important}.dialog-transition-enter-from,.dialog-transition-leave-to{opacity:0;transform:scale(.9)}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0)rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0)rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-property:transform!important;transition-duration:.5s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0)rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:#0000;font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;line-height:1.5;overflow-x:hidden}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier:1;--v-scrollbar-offset:0px}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width:599.98px){.hidden-xs{display:none!important}}@media (min-width:600px) and (max-width:959.98px){.hidden-sm{display:none!important}}@media (min-width:960px) and (max-width:1279.98px){.hidden-md{display:none!important}}@media (min-width:1280px) and (max-width:1919.98px){.hidden-lg{display:none!important}}@media (min-width:1920px) and (max-width:2559.98px){.hidden-xl{display:none!important}}@media (min-width:2560px){.hidden-xxl{display:none!important}}@media (min-width:600px){.hidden-sm-and-up{display:none!important}}@media (min-width:960px){.hidden-md-and-up{display:none!important}}@media (min-width:1280px){.hidden-lg-and-up{display:none!important}}@media (min-width:1920px){.hidden-xl-and-up{display:none!important}}@media (max-width:959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width:1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width:1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width:2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 10px 30px rgba(var(--v-shadow-key-umbra-color), .34), 0 0 transparent, 0 0 transparent!important}.elevation-23{box-shadow:0 10px 28px rgba(var(--v-shadow-key-umbra-color), .34), 0 0 transparent, 0 0 transparent!important}.elevation-22{box-shadow:0 9px 27px rgba(var(--v-shadow-key-umbra-color), .32), 0 0 transparent, 0 0 transparent!important}.elevation-21{box-shadow:0 9px 26px rgba(var(--v-shadow-key-umbra-color), .32), 0 0 transparent, 0 0 transparent!important}.elevation-20{box-shadow:0 9px 25px rgba(var(--v-shadow-key-umbra-color), .3), 0 0 transparent, 0 0 transparent!important}.elevation-19{box-shadow:0 8px 24px 6px rgba(var(--v-shadow-key-umbra-color), .28), 0 0 transparent, 0 0 transparent!important}.elevation-18{box-shadow:0 8px 23px rgba(var(--v-shadow-key-umbra-color), .28), 0 0 transparent, 0 0 transparent!important}.elevation-17{box-shadow:0 7px 22px rgba(var(--v-shadow-key-umbra-color), .26), 0 0 transparent, 0 0 transparent!important}.elevation-16{box-shadow:0 7px 21px rgba(var(--v-shadow-key-umbra-color), .26), 0 0 transparent, 0 0 transparent!important}.elevation-15{box-shadow:0 7px 20px rgba(var(--v-shadow-key-umbra-color), .24), 0 0 transparent, 0 0 transparent!important}.elevation-14{box-shadow:0 6px 19px rgba(var(--v-shadow-key-umbra-color), .24), 0 0 transparent, 0 0 transparent!important}.elevation-13{box-shadow:0 6px 18px rgba(var(--v-shadow-key-umbra-color), .22), 0 0 transparent, 0 0 transparent!important}.elevation-12{box-shadow:0 6px 17px rgba(var(--v-shadow-key-umbra-color), .22), 0 0 transparent, 0 0 transparent!important}.elevation-11{box-shadow:0 5px 16px rgba(var(--v-shadow-key-umbra-color), .2), 0 0 transparent, 0 0 transparent!important}.elevation-10{box-shadow:0 8px 28px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xl-opacity)), 0 0 transparent, 0 0 transparent!important}.elevation-9{box-shadow:0 5px 14px rgba(var(--v-shadow-key-umbra-color), .18), 0 0 transparent, 0 0 transparent!important}.elevation-8{box-shadow:0 6px 16px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-lg-opacity)), 0 0 transparent, 0 0 transparent!important}.elevation-7{box-shadow:0 4px 18px rgba(var(--v-shadow-key-umbra-color), .1), 0 0 transparent, 0 0 transparent!important}.elevation-6{box-shadow:0 4px 10px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-md-opacity)), 0 0 transparent, 0 0 transparent!important}.elevation-5{box-shadow:0 4px 10px rgba(var(--v-shadow-key-umbra-color), .15), 0 0 transparent, 0 0 transparent!important}.elevation-4{box-shadow:0 3px 6px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-sm-opacity)), 0 0 transparent, 0 0 transparent!important}.elevation-3{box-shadow:0 3px 8px rgba(var(--v-shadow-key-umbra-color), .14), 0 0 transparent, 0 0 transparent!important}.elevation-2{box-shadow:0 2px 4px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-xs-opacity)), 0 0 transparent, 0 0 transparent!important}.elevation-1{box-shadow:0 2px 4px rgba(var(--v-shadow-key-umbra-color), .12), 0 0 transparent, 0 0 transparent!important}.elevation-0{box-shadow:0 0 0 0 rgba(var(--v-shadow-key-umbra-color), 1), 0 0 transparent, 0 0 transparent!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.pointer-pass-through{pointer-events:none!important}.pointer-pass-through>*{pointer-events:auto!important}.d-sr-only,.d-sr-only-focusable:not(:focus){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.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}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 auto!important}.flex-0-0{flex:none!important}.flex-1-1-100{flex:100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.justify-items-start{justify-items:flex-start!important}.justify-items-end{justify-items:flex-end!important}.justify-items-center{justify-items:center!important}.justify-items-stretch{justify-items:stretch!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-n16{margin-left:-64px!important;margin-right:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:4px!important;padding-right:4px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:4px!important}.rounded{border-radius:6px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:36px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:25px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t{border-top-left-radius:6px!important;border-top-right-radius:6px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:36px!important;border-top-right-radius:36px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:25px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:36px!important;border-bottom-right-radius:36px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:36px!important;border-bottom-left-radius:36px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:25px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-b-sm{border-bottom-right-radius:4px!important;border-bottom-left-radius:4px!important}.rounded-b{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.rounded-b-lg{border-bottom-right-radius:8px!important;border-bottom-left-radius:8px!important}.rounded-b-xl{border-bottom-right-radius:36px!important;border-bottom-left-radius:36px!important}.rounded-b-pill{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.rounded-b-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-b-shaped{border-bottom-right-radius:0!important;border-bottom-left-radius:25px!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:36px!important;border-bottom-left-radius:36px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:36px!important;border-bottom-right-radius:36px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:25px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:25px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:6px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:6px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:36px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:36px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:25px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:25px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:6px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:6px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:36px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:36px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:25px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:25px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:6px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:6px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:36px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:36px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:25px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:25px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:6px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:6px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:36px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:36px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:25px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:25px 0!important}.border-0{border-style:solid!important;border-width:0!important;border-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border,.border-thin{border-style:solid!important;border-width:thin!important;border-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-sm{border-style:solid!important;border-width:1px!important;border-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-md{border-style:solid!important;border-width:2px!important;border-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-lg{border-style:solid!important;border-width:4px!important;border-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-xl{border-style:solid!important;border-width:8px!important;border-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-current{border-color:currentColor!important}.border-opacity-0{--v-border-opacity:0!important}.border-opacity{--v-border-opacity:.12!important}.border-opacity-25{--v-border-opacity:.25!important}.border-opacity-50{--v-border-opacity:.5!important}.border-opacity-75{--v-border-opacity:.75!important}.border-opacity-100{--v-border-opacity:1!important}.border-t-0{border-block-start-style:solid!important;border-block-start-width:0!important;border-block-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-style:solid!important;border-block-start-width:thin!important;border-block-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-t-sm{border-block-start-style:solid!important;border-block-start-width:1px!important;border-block-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-t-md{border-block-start-style:solid!important;border-block-start-width:2px!important;border-block-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-t-lg{border-block-start-style:solid!important;border-block-start-width:4px!important;border-block-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-t-xl{border-block-start-style:solid!important;border-block-start-width:8px!important;border-block-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-e-0{border-inline-end-style:solid!important;border-inline-end-width:0!important;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-style:solid!important;border-inline-end-width:thin!important;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-e-sm{border-inline-end-style:solid!important;border-inline-end-width:1px!important;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-e-md{border-inline-end-style:solid!important;border-inline-end-width:2px!important;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-e-lg{border-inline-end-style:solid!important;border-inline-end-width:4px!important;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-e-xl{border-inline-end-style:solid!important;border-inline-end-width:8px!important;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-b-0{border-block-end-style:solid!important;border-block-end-width:0!important;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-style:solid!important;border-block-end-width:thin!important;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-b-sm{border-block-end-style:solid!important;border-block-end-width:1px!important;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-b-md{border-block-end-style:solid!important;border-block-end-width:2px!important;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-b-lg{border-block-end-style:solid!important;border-block-end-width:4px!important;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-b-xl{border-block-end-style:solid!important;border-block-end-width:8px!important;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-s-0{border-inline-start-style:solid!important;border-inline-start-width:0!important;border-inline-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-style:solid!important;border-inline-start-width:thin!important;border-inline-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-s-sm{border-inline-start-style:solid!important;border-inline-start-width:1px!important;border-inline-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-s-md{border-inline-start-style:solid!important;border-inline-start-width:2px!important;border-inline-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-s-lg{border-inline-start-style:solid!important;border-inline-start-width:4px!important;border-inline-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-s-xl{border-inline-start-style:solid!important;border-inline-start-width:8px!important;border-inline-start-color:rgba(var(--v-border-color), var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background), var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.text-h1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.875rem!important}.text-h2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.375rem!important}.text-h3{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.75rem!important}.text-h4{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.5rem!important}.text-h5{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.125rem!important}.text-h6{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-subtitle-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-subtitle-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-body-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-body-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-button{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.6;letter-spacing:normal!important;text-transform:capitalize!important;font-size:.9375rem!important}.text-caption{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;text-transform:none!important;font-size:.8125rem!important}.text-overline{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;text-transform:uppercase!important;font-size:.75rem!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width:600px){.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}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 auto!important}.flex-sm-0-0{flex:none!important}.flex-sm-1-1-100{flex:100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.justify-items-sm-start{justify-items:flex-start!important}.justify-items-sm-end{justify-items:flex-end!important}.justify-items-sm-center{justify-items:center!important}.justify-items-sm-stretch{justify-items:stretch!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:4px!important;margin-right:4px!important}.mx-sm-2{margin-left:8px!important;margin-right:8px!important}.mx-sm-3{margin-left:12px!important;margin-right:12px!important}.mx-sm-4{margin-left:16px!important;margin-right:16px!important}.mx-sm-5{margin-left:20px!important;margin-right:20px!important}.mx-sm-6{margin-left:24px!important;margin-right:24px!important}.mx-sm-7{margin-left:28px!important;margin-right:28px!important}.mx-sm-8{margin-left:32px!important;margin-right:32px!important}.mx-sm-9{margin-left:36px!important;margin-right:36px!important}.mx-sm-10{margin-left:40px!important;margin-right:40px!important}.mx-sm-11{margin-left:44px!important;margin-right:44px!important}.mx-sm-12{margin-left:48px!important;margin-right:48px!important}.mx-sm-13{margin-left:52px!important;margin-right:52px!important}.mx-sm-14{margin-left:56px!important;margin-right:56px!important}.mx-sm-15{margin-left:60px!important;margin-right:60px!important}.mx-sm-16{margin-left:64px!important;margin-right:64px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-sm-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-sm-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-sm-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-sm-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-sm-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-sm-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-sm-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-sm-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-sm-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-sm-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-sm-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-sm-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-sm-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-sm-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-sm-n16{margin-left:-64px!important;margin-right:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:4px!important;padding-right:4px!important}.px-sm-2{padding-left:8px!important;padding-right:8px!important}.px-sm-3{padding-left:12px!important;padding-right:12px!important}.px-sm-4{padding-left:16px!important;padding-right:16px!important}.px-sm-5{padding-left:20px!important;padding-right:20px!important}.px-sm-6{padding-left:24px!important;padding-right:24px!important}.px-sm-7{padding-left:28px!important;padding-right:28px!important}.px-sm-8{padding-left:32px!important;padding-right:32px!important}.px-sm-9{padding-left:36px!important;padding-right:36px!important}.px-sm-10{padding-left:40px!important;padding-right:40px!important}.px-sm-11{padding-left:44px!important;padding-right:44px!important}.px-sm-12{padding-left:48px!important;padding-right:48px!important}.px-sm-13{padding-left:52px!important;padding-right:52px!important}.px-sm-14{padding-left:56px!important;padding-right:56px!important}.px-sm-15{padding-left:60px!important;padding-right:60px!important}.px-sm-16{padding-left:64px!important;padding-right:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.875rem!important}.text-sm-h2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.375rem!important}.text-sm-h3{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.75rem!important}.text-sm-h4{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.5rem!important}.text-sm-h5{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.125rem!important}.text-sm-h6{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-sm-subtitle-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-sm-subtitle-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-sm-body-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-sm-body-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-sm-button{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.6;letter-spacing:normal!important;text-transform:capitalize!important;font-size:.9375rem!important}.text-sm-caption{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;text-transform:none!important;font-size:.8125rem!important}.text-sm-overline{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;text-transform:uppercase!important;font-size:.75rem!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width:960px){.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}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 auto!important}.flex-md-0-0{flex:none!important}.flex-md-1-1-100{flex:100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.justify-items-md-start{justify-items:flex-start!important}.justify-items-md-end{justify-items:flex-end!important}.justify-items-md-center{justify-items:center!important}.justify-items-md-stretch{justify-items:stretch!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:4px!important;margin-right:4px!important}.mx-md-2{margin-left:8px!important;margin-right:8px!important}.mx-md-3{margin-left:12px!important;margin-right:12px!important}.mx-md-4{margin-left:16px!important;margin-right:16px!important}.mx-md-5{margin-left:20px!important;margin-right:20px!important}.mx-md-6{margin-left:24px!important;margin-right:24px!important}.mx-md-7{margin-left:28px!important;margin-right:28px!important}.mx-md-8{margin-left:32px!important;margin-right:32px!important}.mx-md-9{margin-left:36px!important;margin-right:36px!important}.mx-md-10{margin-left:40px!important;margin-right:40px!important}.mx-md-11{margin-left:44px!important;margin-right:44px!important}.mx-md-12{margin-left:48px!important;margin-right:48px!important}.mx-md-13{margin-left:52px!important;margin-right:52px!important}.mx-md-14{margin-left:56px!important;margin-right:56px!important}.mx-md-15{margin-left:60px!important;margin-right:60px!important}.mx-md-16{margin-left:64px!important;margin-right:64px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-md-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-md-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-md-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-md-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-md-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-md-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-md-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-md-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-md-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-md-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-md-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-md-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-md-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-md-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-md-n16{margin-left:-64px!important;margin-right:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:4px!important;padding-right:4px!important}.px-md-2{padding-left:8px!important;padding-right:8px!important}.px-md-3{padding-left:12px!important;padding-right:12px!important}.px-md-4{padding-left:16px!important;padding-right:16px!important}.px-md-5{padding-left:20px!important;padding-right:20px!important}.px-md-6{padding-left:24px!important;padding-right:24px!important}.px-md-7{padding-left:28px!important;padding-right:28px!important}.px-md-8{padding-left:32px!important;padding-right:32px!important}.px-md-9{padding-left:36px!important;padding-right:36px!important}.px-md-10{padding-left:40px!important;padding-right:40px!important}.px-md-11{padding-left:44px!important;padding-right:44px!important}.px-md-12{padding-left:48px!important;padding-right:48px!important}.px-md-13{padding-left:52px!important;padding-right:52px!important}.px-md-14{padding-left:56px!important;padding-right:56px!important}.px-md-15{padding-left:60px!important;padding-right:60px!important}.px-md-16{padding-left:64px!important;padding-right:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.875rem!important}.text-md-h2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.375rem!important}.text-md-h3{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.75rem!important}.text-md-h4{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.5rem!important}.text-md-h5{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.125rem!important}.text-md-h6{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-md-subtitle-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-md-subtitle-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-md-body-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-md-body-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-md-button{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.6;letter-spacing:normal!important;text-transform:capitalize!important;font-size:.9375rem!important}.text-md-caption{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;text-transform:none!important;font-size:.8125rem!important}.text-md-overline{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;text-transform:uppercase!important;font-size:.75rem!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width:1280px){.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}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 auto!important}.flex-lg-0-0{flex:none!important}.flex-lg-1-1-100{flex:100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.justify-items-lg-start{justify-items:flex-start!important}.justify-items-lg-end{justify-items:flex-end!important}.justify-items-lg-center{justify-items:center!important}.justify-items-lg-stretch{justify-items:stretch!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:4px!important;margin-right:4px!important}.mx-lg-2{margin-left:8px!important;margin-right:8px!important}.mx-lg-3{margin-left:12px!important;margin-right:12px!important}.mx-lg-4{margin-left:16px!important;margin-right:16px!important}.mx-lg-5{margin-left:20px!important;margin-right:20px!important}.mx-lg-6{margin-left:24px!important;margin-right:24px!important}.mx-lg-7{margin-left:28px!important;margin-right:28px!important}.mx-lg-8{margin-left:32px!important;margin-right:32px!important}.mx-lg-9{margin-left:36px!important;margin-right:36px!important}.mx-lg-10{margin-left:40px!important;margin-right:40px!important}.mx-lg-11{margin-left:44px!important;margin-right:44px!important}.mx-lg-12{margin-left:48px!important;margin-right:48px!important}.mx-lg-13{margin-left:52px!important;margin-right:52px!important}.mx-lg-14{margin-left:56px!important;margin-right:56px!important}.mx-lg-15{margin-left:60px!important;margin-right:60px!important}.mx-lg-16{margin-left:64px!important;margin-right:64px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-lg-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-lg-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-lg-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-lg-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-lg-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-lg-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-lg-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-lg-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-lg-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-lg-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-lg-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-lg-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-lg-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-lg-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-lg-n16{margin-left:-64px!important;margin-right:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:4px!important;padding-right:4px!important}.px-lg-2{padding-left:8px!important;padding-right:8px!important}.px-lg-3{padding-left:12px!important;padding-right:12px!important}.px-lg-4{padding-left:16px!important;padding-right:16px!important}.px-lg-5{padding-left:20px!important;padding-right:20px!important}.px-lg-6{padding-left:24px!important;padding-right:24px!important}.px-lg-7{padding-left:28px!important;padding-right:28px!important}.px-lg-8{padding-left:32px!important;padding-right:32px!important}.px-lg-9{padding-left:36px!important;padding-right:36px!important}.px-lg-10{padding-left:40px!important;padding-right:40px!important}.px-lg-11{padding-left:44px!important;padding-right:44px!important}.px-lg-12{padding-left:48px!important;padding-right:48px!important}.px-lg-13{padding-left:52px!important;padding-right:52px!important}.px-lg-14{padding-left:56px!important;padding-right:56px!important}.px-lg-15{padding-left:60px!important;padding-right:60px!important}.px-lg-16{padding-left:64px!important;padding-right:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.875rem!important}.text-lg-h2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.375rem!important}.text-lg-h3{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.75rem!important}.text-lg-h4{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.5rem!important}.text-lg-h5{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.125rem!important}.text-lg-h6{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-lg-subtitle-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-lg-subtitle-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-lg-body-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-lg-body-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-lg-button{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.6;letter-spacing:normal!important;text-transform:capitalize!important;font-size:.9375rem!important}.text-lg-caption{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;text-transform:none!important;font-size:.8125rem!important}.text-lg-overline{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;text-transform:uppercase!important;font-size:.75rem!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width:1920px){.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}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 auto!important}.flex-xl-0-0{flex:none!important}.flex-xl-1-1-100{flex:100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.justify-items-xl-start{justify-items:flex-start!important}.justify-items-xl-end{justify-items:flex-end!important}.justify-items-xl-center{justify-items:center!important}.justify-items-xl-stretch{justify-items:stretch!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:4px!important;margin-right:4px!important}.mx-xl-2{margin-left:8px!important;margin-right:8px!important}.mx-xl-3{margin-left:12px!important;margin-right:12px!important}.mx-xl-4{margin-left:16px!important;margin-right:16px!important}.mx-xl-5{margin-left:20px!important;margin-right:20px!important}.mx-xl-6{margin-left:24px!important;margin-right:24px!important}.mx-xl-7{margin-left:28px!important;margin-right:28px!important}.mx-xl-8{margin-left:32px!important;margin-right:32px!important}.mx-xl-9{margin-left:36px!important;margin-right:36px!important}.mx-xl-10{margin-left:40px!important;margin-right:40px!important}.mx-xl-11{margin-left:44px!important;margin-right:44px!important}.mx-xl-12{margin-left:48px!important;margin-right:48px!important}.mx-xl-13{margin-left:52px!important;margin-right:52px!important}.mx-xl-14{margin-left:56px!important;margin-right:56px!important}.mx-xl-15{margin-left:60px!important;margin-right:60px!important}.mx-xl-16{margin-left:64px!important;margin-right:64px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-xl-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-xl-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-xl-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-xl-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-xl-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-xl-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-xl-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-xl-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-xl-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-xl-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-xl-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-xl-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-xl-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-xl-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-xl-n16{margin-left:-64px!important;margin-right:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:4px!important;padding-right:4px!important}.px-xl-2{padding-left:8px!important;padding-right:8px!important}.px-xl-3{padding-left:12px!important;padding-right:12px!important}.px-xl-4{padding-left:16px!important;padding-right:16px!important}.px-xl-5{padding-left:20px!important;padding-right:20px!important}.px-xl-6{padding-left:24px!important;padding-right:24px!important}.px-xl-7{padding-left:28px!important;padding-right:28px!important}.px-xl-8{padding-left:32px!important;padding-right:32px!important}.px-xl-9{padding-left:36px!important;padding-right:36px!important}.px-xl-10{padding-left:40px!important;padding-right:40px!important}.px-xl-11{padding-left:44px!important;padding-right:44px!important}.px-xl-12{padding-left:48px!important;padding-right:48px!important}.px-xl-13{padding-left:52px!important;padding-right:52px!important}.px-xl-14{padding-left:56px!important;padding-right:56px!important}.px-xl-15{padding-left:60px!important;padding-right:60px!important}.px-xl-16{padding-left:64px!important;padding-right:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.875rem!important}.text-xl-h2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.375rem!important}.text-xl-h3{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.75rem!important}.text-xl-h4{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.5rem!important}.text-xl-h5{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.125rem!important}.text-xl-h6{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-xl-subtitle-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-xl-subtitle-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-xl-body-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-xl-body-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-xl-button{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.6;letter-spacing:normal!important;text-transform:capitalize!important;font-size:.9375rem!important}.text-xl-caption{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;text-transform:none!important;font-size:.8125rem!important}.text-xl-overline{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;text-transform:uppercase!important;font-size:.75rem!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width:2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 auto!important}.flex-xxl-0-0{flex:none!important}.flex-xxl-1-1-100{flex:100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.justify-items-xxl-start{justify-items:flex-start!important}.justify-items-xxl-end{justify-items:flex-end!important}.justify-items-xxl-center{justify-items:center!important}.justify-items-xxl-stretch{justify-items:stretch!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:4px!important;margin-right:4px!important}.mx-xxl-2{margin-left:8px!important;margin-right:8px!important}.mx-xxl-3{margin-left:12px!important;margin-right:12px!important}.mx-xxl-4{margin-left:16px!important;margin-right:16px!important}.mx-xxl-5{margin-left:20px!important;margin-right:20px!important}.mx-xxl-6{margin-left:24px!important;margin-right:24px!important}.mx-xxl-7{margin-left:28px!important;margin-right:28px!important}.mx-xxl-8{margin-left:32px!important;margin-right:32px!important}.mx-xxl-9{margin-left:36px!important;margin-right:36px!important}.mx-xxl-10{margin-left:40px!important;margin-right:40px!important}.mx-xxl-11{margin-left:44px!important;margin-right:44px!important}.mx-xxl-12{margin-left:48px!important;margin-right:48px!important}.mx-xxl-13{margin-left:52px!important;margin-right:52px!important}.mx-xxl-14{margin-left:56px!important;margin-right:56px!important}.mx-xxl-15{margin-left:60px!important;margin-right:60px!important}.mx-xxl-16{margin-left:64px!important;margin-right:64px!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-left:-4px!important;margin-right:-4px!important}.mx-xxl-n2{margin-left:-8px!important;margin-right:-8px!important}.mx-xxl-n3{margin-left:-12px!important;margin-right:-12px!important}.mx-xxl-n4{margin-left:-16px!important;margin-right:-16px!important}.mx-xxl-n5{margin-left:-20px!important;margin-right:-20px!important}.mx-xxl-n6{margin-left:-24px!important;margin-right:-24px!important}.mx-xxl-n7{margin-left:-28px!important;margin-right:-28px!important}.mx-xxl-n8{margin-left:-32px!important;margin-right:-32px!important}.mx-xxl-n9{margin-left:-36px!important;margin-right:-36px!important}.mx-xxl-n10{margin-left:-40px!important;margin-right:-40px!important}.mx-xxl-n11{margin-left:-44px!important;margin-right:-44px!important}.mx-xxl-n12{margin-left:-48px!important;margin-right:-48px!important}.mx-xxl-n13{margin-left:-52px!important;margin-right:-52px!important}.mx-xxl-n14{margin-left:-56px!important;margin-right:-56px!important}.mx-xxl-n15{margin-left:-60px!important;margin-right:-60px!important}.mx-xxl-n16{margin-left:-64px!important;margin-right:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:4px!important;padding-right:4px!important}.px-xxl-2{padding-left:8px!important;padding-right:8px!important}.px-xxl-3{padding-left:12px!important;padding-right:12px!important}.px-xxl-4{padding-left:16px!important;padding-right:16px!important}.px-xxl-5{padding-left:20px!important;padding-right:20px!important}.px-xxl-6{padding-left:24px!important;padding-right:24px!important}.px-xxl-7{padding-left:28px!important;padding-right:28px!important}.px-xxl-8{padding-left:32px!important;padding-right:32px!important}.px-xxl-9{padding-left:36px!important;padding-right:36px!important}.px-xxl-10{padding-left:40px!important;padding-right:40px!important}.px-xxl-11{padding-left:44px!important;padding-right:44px!important}.px-xxl-12{padding-left:48px!important;padding-right:48px!important}.px-xxl-13{padding-left:52px!important;padding-right:52px!important}.px-xxl-14{padding-left:56px!important;padding-right:56px!important}.px-xxl-15{padding-left:60px!important;padding-right:60px!important}.px-xxl-16{padding-left:64px!important;padding-right:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:4.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.875rem!important}.text-xxl-h2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:3.5rem;letter-spacing:normal!important;text-transform:none!important;font-size:2.375rem!important}.text-xxl-h3{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.625rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.75rem!important}.text-xxl-h4{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.5rem!important}.text-xxl-h5{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.75rem;letter-spacing:normal!important;text-transform:none!important;font-size:1.125rem!important}.text-xxl-h6{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-xxl-subtitle-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-xxl-subtitle-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-xxl-body-1{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.375rem;letter-spacing:normal!important;text-transform:none!important;font-size:.9375rem!important}.text-xxl-body-2{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.25rem;letter-spacing:normal!important;text-transform:none!important;font-size:.8125rem!important}.text-xxl-button{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:500;line-height:2.6;letter-spacing:normal!important;text-transform:capitalize!important;font-size:.9375rem!important}.text-xxl-caption{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.125rem;letter-spacing:.025rem!important;text-transform:none!important;font-size:.8125rem!important}.text-xxl-overline{font-family:Lato,sans-serif,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:.875rem;letter-spacing:.05rem!important;text-transform:uppercase!important;font-size:.75rem!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!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}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}
