.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 20px;font-size:var(--v-btn-size);min-width:36px;padding:0 8px}.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 28px;font-size:var(--v-btn-size);min-width:50px;padding:0 12px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 36px;font-size:var(--v-btn-size);min-width:64px;padding:0 16px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 44px;font-size:var(--v-btn-size);min-width:78px;padding:0 20px}.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 52px;font-size:var(--v-btn-size);min-width:92px;padding:0 24px}.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) + -8px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -12px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.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{background:transparent;color:inherit}.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 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.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) + 12px);height:calc(var(--v-btn-height) + 12px)}.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) + -8px);height:calc(var(--v-btn-height) + -8px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.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),.26);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:.4615384615}.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-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content: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: .625rem;--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: .75rem;--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: .875rem;--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: 1rem;--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.125rem;--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:24px}.v-btn--rounded.v-btn--icon{border-radius:4px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{width:auto;padding-inline:5px}.v-pagination .v-btn.v-btn--density-default{min-width:calc(var(--v-btn-height) + 12px)}.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) + -8px)}.v-pagination .v-btn{border-radius:4px}.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) + 12px)}.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) + -8px)}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.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}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px;background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:40px}.v-btn-group--density-compact.v-btn-group{height:36px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--tile{border-radius:0}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;opacity:var(--v-icon-opacity, 1);text-indent:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.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{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.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;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;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:0px}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-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}@media (forced-colors: active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight;opacity:.3}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors: active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1;box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:after{z-index:1;opacity:0;box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:52px;padding:.5rem;gap:.5rem}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:.625rem 1rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend,.v-card-item__append{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{flex:1 1 auto;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-text-opacity, 1);padding:1rem;text-transform:none}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 32px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -4px);width:calc(var(--v-avatar-height) + -4px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -8px);width:calc(var(--v-avatar-height) + -8px)}.v-avatar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-avatar--border{border-width:thin;box-shadow:none}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:var(--v-theme-surface);color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar .v-avatar__underlay{position:absolute}.v-avatar--rounded{border-radius:4px}.v-avatar--start{margin-inline-end:8px}.v-avatar--end{margin-inline-start:8px}.v-avatar .v-img{height:100%;width:100%}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img.v-img--absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-img--booting .v-responsive__sizer{transition:none}.v-img--rounded{border-radius:4px}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{-o-object-fit:contain;object-fit:contain}.v-img__img--cover{-o-object-fit:cover;object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}}.v-main{flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1);padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom)}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex;position:absolute;top:0;left:0;width:100%;height:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left: 0px;--v-layout-right: 0px;--v-layout-top: 0px;--v-layout-bottom: 0px}.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider{background:#516fdb!important}.bg-mainLogin{position:relative;background:url(/assets/backgraoundimg-0a656791.png) no-repeat;background-size:50%}.bg-mainLogin:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(107.08deg,#dce3fe 0%,#ffffff 45.52%,#dce3fe 99.33%);opacity:.1;z-index:0}.card-login{display:inline-flex;flex-direction:column;padding:3.6875rem 2.875rem;gap:.625rem;flex-shrink:0;border-radius:1.25rem;background-color:#ffffff37;box-shadow:0 0 19px #0009210f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form_createLogin label{font-size:14px;font-weight:500;color:#435363}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:4px;overflow-y:auto;flex:1 1 100%;box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{--v-overlay-opacity: .32;border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:rgb(var(--v-theme-on-surface));border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity);position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-divider{display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:var(--v-border-opacity);transition:inherit;border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:auto;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-divider__content{padding:0 16px;text-wrap:nowrap}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{display:flex;align-items:center;justify-content:center}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-select .v-field .v-text-field__prefix,.v-select .v-field .v-text-field__suffix,.v-select .v-field .v-field__input,.v-select .v-field.v-field{cursor:pointer}.v-select .v-field .v-field__input>input{align-self:flex-start;opacity:1;flex:0 0;position:absolute;width:100%;transition:none;pointer-events:none;caret-color:transparent}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select__content{overflow:hidden;box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px}.v-select__selection{display:inline-flex;align-items:center;letter-spacing:inherit;line-height:inherit;max-width:100%}.v-select .v-select__selection:first-child{margin-inline-start:0}.v-select--selected .v-field .v-field__input>input{opacity:0}.v-select__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{transform:rotate(180deg)}.v-checkbox.v-input{flex:0 1 auto}.v-checkbox .v-selection-control{min-height:var(--v-input-control-height)}.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%;opacity:1}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 36px}.v-selection-control--density-compact{--v-selection-control-size: 28px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:1fr auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--glow.v-input--focused .v-input__details>.v-icon,.v-input--glow.v-input--focused .v-input__prepend>.v-icon,.v-input--glow.v-input--focused .v-input__append>.v-icon{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-chip{align-items:center;display:inline-flex;font-weight:400;max-width:100%;min-width:0;overflow:hidden;position:relative;text-decoration:none;white-space:nowrap;vertical-align:middle}.v-chip .v-icon{--v-icon-size-multiplier: .8571428571}.v-chip.v-chip--size-x-small{--v-chip-size: .625rem;--v-chip-height: 20px;font-size:.625rem;padding:0 8px}.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 14px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-5.6px;margin-inline-end:4px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-8px}.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-start:4px;margin-inline-end:-5.6px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-end:-8px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-x-small .v-icon--start,.v-chip.v-chip--size-x-small .v-chip__filter{margin-inline-start:-4px;margin-inline-end:4px}.v-chip.v-chip--size-x-small .v-icon--end,.v-chip.v-chip--size-x-small .v-chip__close{margin-inline-start:4px;margin-inline-end:-4px}.v-chip.v-chip--size-x-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-chip__append+.v-chip__close{margin-inline-start:8px}.v-chip.v-chip--size-small{--v-chip-size: .75rem;--v-chip-height: 26px;font-size:.75rem;padding:0 10px}.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 20px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 26px}.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-7px;margin-inline-end:5px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-10px}.v-chip.v-chip--size-small .v-avatar--end{margin-inline-start:5px;margin-inline-end:-7px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end{margin-inline-end:-10px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close{margin-inline-start:15px}.v-chip.v-chip--size-small .v-icon--start,.v-chip.v-chip--size-small .v-chip__filter{margin-inline-start:-5px;margin-inline-end:5px}.v-chip.v-chip--size-small .v-icon--end,.v-chip.v-chip--size-small .v-chip__close{margin-inline-start:5px;margin-inline-end:-5px}.v-chip.v-chip--size-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-small .v-chip__append+.v-chip__close{margin-inline-start:10px}.v-chip.v-chip--size-default{--v-chip-size: .875rem;--v-chip-height: 32px;font-size:.875rem;padding:0 12px}.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 26px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 32px}.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-8.4px;margin-inline-end:6px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-12px}.v-chip.v-chip--size-default .v-avatar--end{margin-inline-start:6px;margin-inline-end:-8.4px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end{margin-inline-end:-12px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close{margin-inline-start:18px}.v-chip.v-chip--size-default .v-icon--start,.v-chip.v-chip--size-default .v-chip__filter{margin-inline-start:-6px;margin-inline-end:6px}.v-chip.v-chip--size-default .v-icon--end,.v-chip.v-chip--size-default .v-chip__close{margin-inline-start:6px;margin-inline-end:-6px}.v-chip.v-chip--size-default .v-icon--end+.v-chip__close,.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-default .v-chip__append+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-large{--v-chip-size: 1rem;--v-chip-height: 38px;font-size:1rem;padding:0 14px}.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 32px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 38px}.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-9.8px;margin-inline-end:7px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-14px}.v-chip.v-chip--size-large .v-avatar--end{margin-inline-start:7px;margin-inline-end:-9.8px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end{margin-inline-end:-14px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close{margin-inline-start:21px}.v-chip.v-chip--size-large .v-icon--start,.v-chip.v-chip--size-large .v-chip__filter{margin-inline-start:-7px;margin-inline-end:7px}.v-chip.v-chip--size-large .v-icon--end,.v-chip.v-chip--size-large .v-chip__close{margin-inline-start:7px;margin-inline-end:-7px}.v-chip.v-chip--size-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-large .v-chip__append+.v-chip__close{margin-inline-start:14px}.v-chip.v-chip--size-x-large{--v-chip-size: 1.125rem;--v-chip-height: 44px;font-size:1.125rem;padding:0 17px}.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 38px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 44px}.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-11.9px;margin-inline-end:8.5px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-17px}.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-start:8.5px;margin-inline-end:-11.9px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-end:-17px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close{margin-inline-start:25.5px}.v-chip.v-chip--size-x-large .v-icon--start,.v-chip.v-chip--size-x-large .v-chip__filter{margin-inline-start:-8.5px;margin-inline-end:8.5px}.v-chip.v-chip--size-x-large .v-icon--end,.v-chip.v-chip--size-x-large .v-chip__close{margin-inline-start:8.5px;margin-inline-end:-8.5px}.v-chip.v-chip--size-x-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-chip__append+.v-chip__close{margin-inline-start:17px}.v-chip.v-chip--density-default{height:calc(var(--v-chip-height) + 0px)}.v-chip.v-chip--density-comfortable{height:calc(var(--v-chip-height) + -4px)}.v-chip.v-chip--density-compact{height:calc(var(--v-chip-height) + -8px)}.v-chip{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-chip:hover>.v-chip__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-chip:focus-visible>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip:focus>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-chip--active>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]>.v-chip__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-chip--active:hover>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:hover>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-chip--active:focus-visible>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip--active:focus>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-chip{border-radius:9999px}.v-chip--variant-plain,.v-chip--variant-outlined,.v-chip--variant-text,.v-chip--variant-tonal{background:transparent;color:inherit}.v-chip--variant-plain{opacity:.26}.v-chip--variant-plain:focus,.v-chip--variant-plain:hover{opacity:1}.v-chip--variant-plain .v-chip__overlay{display:none}.v-chip--variant-elevated,.v-chip--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-chip--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-outlined{border:thin solid currentColor}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-chip .v-chip__underlay{position:absolute}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--link,.v-chip--filter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-chip__content{align-items:center;display:inline-flex}.v-autocomplete__selection .v-chip__content,.v-combobox__selection .v-chip__content,.v-select__selection .v-chip__content{overflow:hidden}.v-chip__filter,.v-chip__prepend,.v-chip__append,.v-chip__close{align-items:center;display:inline-flex}.v-chip__close{cursor:pointer;flex:0 1 auto;font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:.15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{background-color:currentColor;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0;width:100%;height:100%}.v-chip--disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-chip--label{border-radius:4px}.v-chip-group{display:flex;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0}.v-chip-group .v-chip{margin:4px 8px 4px 0}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay{opacity:var(--v-activated-opacity)}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px;cursor:pointer}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.2s all cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;display:flex;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scrollbar-color:rgba(0,0,0,0)}.v-slide-group__container::-webkit-scrollbar{display:none}.v-slide-group--vertical{max-height:inherit}.v-slide-group--vertical,.v-slide-group--vertical .v-slide-group__container,.v-slide-group--vertical .v-slide-group__content{flex-direction:column}.v-slide-group--vertical .v-slide-group__container{overflow-x:hidden;overflow-y:auto}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list--border{border-width:thin;box-shadow:none}.v-list{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:0;background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:400;line-height:1.375rem;padding-inline-end:16px;min-height:40px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:4px 16px;position:relative;text-decoration:none;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list-item--border{border-width:thin;box-shadow:none}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item{border-radius:0}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{background:transparent;color:inherit}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-list-item .v-list-item__underlay{position:absolute}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-list-item:focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--rounded{border-radius:4px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height: 24px}.v-list-item__prepend{align-items:center;align-self:center;display:flex;grid-area:prepend}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{align-self:center;grid-area:content;overflow:hidden}.v-list-item-action{align-self:center;display:flex;align-items:center;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:8px;margin-inline-start:-8px}.v-list-item-action--end{margin-inline-start:8px;margin-inline-end:-8px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{-webkit-box-orient:vertical;display:-webkit-box;opacity:var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0;text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item-subtitle{font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem;text-transform:none}.v-list-item--nav .v-list-item-subtitle{font-size:.75rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word;font-size:1rem;font-weight:400;letter-spacing:.009375em;line-height:1.5;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.8125rem;font-weight:500;letter-spacing:normal;line-height:1rem}.v-list-item--density-default{min-height:40px}.v-list-item--density-default.v-list-item--one-line{min-height:48px;padding-top:4px;padding-bottom:4px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:36px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:44px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact{min-height:32px}.v-list-item--density-compact.v-list-item--one-line{min-height:40px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list .v-list-item--nav:not(:only-child){margin-bottom:4px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier: 0}.v-list{--indent-padding: 0px}.v-list--nav{--indent-padding: -8px}.v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: 40px}.v-list--slim .v-list-group{--prepend-width: 28px}.v-list-group--fluid{--list-indent-size: 0px}.v-list-group--prepend{--parent-padding: calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding: var(--indent-padding)}.v-list-group__items{--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))}.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-menu>.v-overlay__content{display:flex;flex-direction:column;border-radius:4px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%;box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-text-field input{color:inherit;opacity:0;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input{--v-field-padding-end: 0}.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input{--v-field-padding-end: 6px}.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input{--v-field-padding-start: 0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--no-label input,.v-text-field .v-field--active input{opacity:1}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-field:not(.v-field--reverse) .v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-field.v-field--reverse .v-text-field__prefix{padding-inline-end:var(--v-field-padding-end)}.v-field:not(.v-field--reverse) .v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-field.v-field--reverse .v-text-field__suffix{padding-inline-start:var(--v-field-padding-start)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-theme-overlay-multiplier: 1;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled,.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity));box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;-moz-column-gap:2px;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::-moz-placeholder,input.v-field__input::-moz-placeholder,textarea.v-field__input::-moz-placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--glow.v-field--focused .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--glow.v-field--focused .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon,.v-field--glow.v-field--focused .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;z-index:1}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden}.v-field--variant-outlined .v-label.v-field-label--floating{max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .38;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 24px)}.v-field--rounded.v-field--variant-outlined .v-field__outline__notch,[class^=rounded-].v-field--variant-outlined .v-field__outline__notch,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch{max-width:calc(100% - var(--v-input-control-height))}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1);content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{-o-border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat;border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}.v-virtual-scroll{display:block;flex:1 1 auto;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block}.v-tooltip>.v-overlay__content{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant));border-radius:4px;font-size:.875rem;line-height:1.6;display:inline-block;padding:5px 16px;text-transform:initial;width:auto;opacity:1;transition-property:opacity,transform;overflow-wrap:break-word}.v-tooltip>.v-overlay__content[class*=enter-active]{transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.15s}.v-tooltip>.v-overlay__content[class*=leave-active]{transition-timing-function:cubic-bezier(.4,0,1,1);transition-duration:75ms}.v-tooltip:not(.v-tooltip--interactive)>.v-overlay__content{pointer-events:none}.v-badge{display:inline-block;line-height:1}.v-badge__badge{align-items:center;display:inline-flex;border-radius:10px;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:500;height:1.25rem;justify-content:center;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;transition:.225s cubic-bezier(.4,0,.2,1);white-space:nowrap;background:rgb(var(--v-theme-surface-variant));color:rgba(var(--v-theme-on-surface-variant),var(--v-high-emphasis-opacity))}.v-badge__badge:has(.v-icon){padding:4px 6px}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-style:solid;border-width:2px;bottom:0;color:rgb(var(--v-theme-background));content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.05)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--inline .v-badge__badge{position:relative;vertical-align:middle}.v-badge__badge .v-icon{color:inherit;font-size:.75rem;margin:0 -2px}.v-badge__badge img,.v-badge__badge .v-img{height:100%;width:100%}.v-badge__wrapper{display:flex;position:relative}.v-badge--inline .v-badge__wrapper{align-items:center;display:inline-flex;justify-content:center;margin:0 4px}h6[data-v-bb217ca4]{font-family:Readex Pro;font-style:normal;font-weight:400;font-size:14px;line-height:22px;color:#435363;flex:none}img[data-v-bb217ca4]{width:32px;height:22px;border-radius:4px}.text-header{color:var(--At-dark, #435363);text-align:right;font-family:Readex Pro,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.375rem}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:97%!important}.leftSide .v-btn__content{grid-area:content;justify-content:center;white-space:nowrap;width:65px}.headerDivider{border-left:1px solid #38546d;border-right:1px solid #16222c;height:19px;position:absolute;right:355px;top:11px}.headerDivider2{border-left:1px solid #38546d;border-right:1px solid #16222c;height:19px;position:absolute;right:239px;top:11px}.right_header{margin-right:10px;height:40px;background:#dfe4f5;border-radius:4px}@media screen and (max-width: 400px){.hide-sidebar{display:none!important}}.app-sidebar .v-list-group--open{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(234 238 255 / var(--tw-bg-opacity, 1));padding:.5rem .625rem;--tw-text-opacity: 1;color:rgb(30 27 57 / var(--tw-text-opacity, 1))}.app-sidebar .v-list-group--open .list-item__label{--tw-text-opacity: 1;color:rgb(130 130 130 / var(--tw-text-opacity, 1))}.app-sidebar .v-list-group--open .list-item__icon-wrapper,.app-sidebar .v-list-group--open .v-list-subgroup{--tw-bg-opacity: 1;background-color:rgb(208 219 255 / var(--tw-bg-opacity, 1))}.app-sidebar .v-list-group--open .v-list-subgroup .list-item__label.v-list-subgroup__label{--tw-text-opacity: 1;color:rgb(67 83 99 / var(--tw-text-opacity, 1))}.app-sidebar .v-list-item{padding-inline-start:1.75rem}.app-sidebar .v-list-item__append>.v-icon{margin-inline-start:30px}.app-sidebar .v-list-item__content{align-self:center;grid-area:content;overflow:hidden;font-size:12px;width:-moz-max-content;width:max-content}.app-sidebar .v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline-start:16px;padding-inline-end:16px;height:10px!important}.app-sidebar .v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: 0px !important}.app-sidebar .v-list-group__items{color:#7c7c7c;margin:4%;border-radius:4px}.app-sidebar .v-list-item__prepend>.v-icon{margin-inline-end:32px;background-color:#fff;border-radius:3px}.app-sidebar ::-webkit-scrollbar{width:2px}.app-sidebar ::-webkit-scrollbar-track{background:#f1f1f1}.app-sidebar ::-webkit-scrollbar-thumb{background:#888}.app-sidebar ::-webkit-scrollbar-thumb:hover{background:#555}.app-sidebar .v-list-item__content{align-self:center;grid-area:content;overflow:hidden;font-size:12px}.app-sidebar .v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word;font-size:12px!important;font-weight:400;letter-spacing:.009375em;line-height:1.5rem;text-transform:none}.app-sidebar .v-list-item__append>.v-icon{margin-inline-start:0px!important}span{font-size:12px;text-transform:capitalize}.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-app-bar.v-toolbar:not(.v-toolbar--flat){box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{align-items:flex-start;display:flex;flex:none;flex-direction:column;justify-content:space-between;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom,box-shadow;width:100%;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{border-width:thin;box-shadow:none}.v-toolbar{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:0;background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden;border-end-end-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar--floating{display:inline-flex;width:auto}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:100%}.v-toolbar__content{overflow:hidden}.v-toolbar__content>.v-btn:first-child{margin-inline-start:4px}.v-toolbar__content>.v-btn:last-child{margin-inline-end:4px}.v-toolbar__content>.v-toolbar-title{margin-inline-start:20px}.v-toolbar--density-prominent .v-toolbar__content{align-items:flex-start}.v-toolbar__image{display:flex;opacity:var(--v-toolbar-image-opacity, 1);transition-property:opacity;position:absolute;top:0;left:0;width:100%;height:100%}.v-toolbar__prepend,.v-toolbar__append{align-items:center;align-self:stretch;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{flex:1 1;min-width:0;font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.75rem;text-transform:none}.v-toolbar--density-prominent .v-toolbar-title{align-self:flex-end;padding-bottom:6px;font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:2.25rem;text-transform:none}.v-toolbar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar-items{display:flex;height:inherit;align-self:stretch}.v-toolbar-items>.v-btn{border-radius:0}.v-footer{align-items:center;display:flex;flex:1 1 auto;padding:8px 16px;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-footer--border{border-width:thin;box-shadow:none}.v-footer{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-footer--absolute{position:absolute}.v-footer--fixed{position:fixed}.v-footer{border-radius:0;background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-footer--rounded{border-radius:4px}.v-layout{--v-scrollbar-offset: 0px;display:flex;flex:1 1 auto}.v-layout--full-height{--v-scrollbar-offset: inherit;height:100%}.v-layout-item{position:absolute;transition:.2s cubic-bezier(.4,0,.2,1)}.v-layout-item--absolute{position:absolute}.v-navigation-drawer{-webkit-overflow-scrolling:touch;background:rgb(var(--v-theme-surface));display:flex;flex-direction:column;height:100%;max-width:100%;pointer-events:auto;transition-duration:.2s;transition-property:box-shadow,transform,visibility,width,height,left,right,top,bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-navigation-drawer--border{border-width:thin;box-shadow:none}.v-navigation-drawer{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-navigation-drawer--rounded{border-radius:4px}.v-navigation-drawer--top{top:0;border-bottom-width:thin}.v-navigation-drawer--bottom{left:0;border-top-width:thin}.v-navigation-drawer--left{top:0;left:0;right:auto;border-right-width:thin}.v-navigation-drawer--right{top:0;left:auto;right:0;border-left-width:thin}.v-navigation-drawer--floating{border:none}.v-navigation-drawer--temporary.v-navigation-drawer--active{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-navigation-drawer--sticky{height:auto;transition:box-shadow,transform,visibility,width,height,left,right}.v-navigation-drawer .v-list{overflow:hidden}.v-navigation-drawer__content{flex:0 1 auto;height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}.v-navigation-drawer__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.v-navigation-drawer__img img:not(.v-img__img){height:inherit;-o-object-fit:cover;object-fit:cover;width:inherit}.v-navigation-drawer__scrim{position:absolute;top:0;left:0;width:100%;height:100%;background:black;opacity:.2;transition:opacity .2s cubic-bezier(.4,0,.2,1);z-index:1}.v-navigation-drawer__prepend,.v-navigation-drawer__append{flex:none;overflow:hidden}.bg-main{position:relative;background-size:59%;z-index:1}.bg-main:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(107deg,rgba(220,227,254,1),rgba(255,255,255,1),rgba(218,226,255,1));opacity:.9;z-index:-1}[dir=rtl] .toaster [data-content] [data-title]{font-family:Readex Pro,sans-serif!important}@font-face{font-family:Material Design Icons;src:url(/assets/materialdesignicons-webfont-9bdfaf27.eot?v=5.9.55);src:url(/assets/materialdesignicons-webfont-9bdfaf27.eot?#iefix&v=5.9.55) format("embedded-opentype"),url(/assets/materialdesignicons-webfont-da7fba3c.woff2?v=5.9.55) format("woff2"),url(/assets/materialdesignicons-webfont-8bded8f4.woff?v=5.9.55) format("woff"),url(/assets/materialdesignicons-webfont-c14484cf.ttf?v=5.9.55) format("truetype");font-weight:400;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font: 24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing:before{content:"󰇉"}.mdi-abacus:before{content:"󱛠"}.mdi-abjad-arabic:before{content:"󱌨"}.mdi-abjad-hebrew:before{content:"󱌩"}.mdi-abugida-devanagari:before{content:"󱌪"}.mdi-abugida-thai:before{content:"󱌫"}.mdi-access-point:before{content:"󰀃"}.mdi-access-point-check:before{content:"󱔸"}.mdi-access-point-minus:before{content:"󱔹"}.mdi-access-point-network:before{content:"󰀂"}.mdi-access-point-network-off:before{content:"󰯡"}.mdi-access-point-off:before{content:"󱔑"}.mdi-access-point-plus:before{content:"󱔺"}.mdi-access-point-remove:before{content:"󱔻"}.mdi-account:before{content:"󰀄"}.mdi-account-alert:before{content:"󰀅"}.mdi-account-alert-outline:before{content:"󰭐"}.mdi-account-arrow-left:before{content:"󰭑"}.mdi-account-arrow-left-outline:before{content:"󰭒"}.mdi-account-arrow-right:before{content:"󰭓"}.mdi-account-arrow-right-outline:before{content:"󰭔"}.mdi-account-box:before{content:"󰀆"}.mdi-account-box-multiple:before{content:"󰤴"}.mdi-account-box-multiple-outline:before{content:"󱀊"}.mdi-account-box-outline:before{content:"󰀇"}.mdi-account-cancel:before{content:"󱋟"}.mdi-account-cancel-outline:before{content:"󱋠"}.mdi-account-cash:before{content:"󱂗"}.mdi-account-cash-outline:before{content:"󱂘"}.mdi-account-check:before{content:"󰀈"}.mdi-account-check-outline:before{content:"󰯢"}.mdi-account-child:before{content:"󰪉"}.mdi-account-child-circle:before{content:"󰪊"}.mdi-account-child-outline:before{content:"󱃈"}.mdi-account-circle:before{content:"󰀉"}.mdi-account-circle-outline:before{content:"󰭕"}.mdi-account-clock:before{content:"󰭖"}.mdi-account-clock-outline:before{content:"󰭗"}.mdi-account-cog:before{content:"󱍰"}.mdi-account-cog-outline:before{content:"󱍱"}.mdi-account-convert:before{content:"󰀊"}.mdi-account-convert-outline:before{content:"󱌁"}.mdi-account-cowboy-hat:before{content:"󰺛"}.mdi-account-details:before{content:"󰘱"}.mdi-account-details-outline:before{content:"󱍲"}.mdi-account-edit:before{content:"󰚼"}.mdi-account-edit-outline:before{content:"󰿻"}.mdi-account-group:before{content:"󰡉"}.mdi-account-group-outline:before{content:"󰭘"}.mdi-account-hard-hat:before{content:"󰖵"}.mdi-account-heart:before{content:"󰢙"}.mdi-account-heart-outline:before{content:"󰯣"}.mdi-account-key:before{content:"󰀋"}.mdi-account-key-outline:before{content:"󰯤"}.mdi-account-lock:before{content:"󱅞"}.mdi-account-lock-outline:before{content:"󱅟"}.mdi-account-minus:before{content:"󰀍"}.mdi-account-minus-outline:before{content:"󰫬"}.mdi-account-multiple:before{content:"󰀎"}.mdi-account-multiple-check:before{content:"󰣅"}.mdi-account-multiple-check-outline:before{content:"󱇾"}.mdi-account-multiple-minus:before{content:"󰗓"}.mdi-account-multiple-minus-outline:before{content:"󰯥"}.mdi-account-multiple-outline:before{content:"󰀏"}.mdi-account-multiple-plus:before{content:"󰀐"}.mdi-account-multiple-plus-outline:before{content:"󰠀"}.mdi-account-multiple-remove:before{content:"󱈊"}.mdi-account-multiple-remove-outline:before{content:"󱈋"}.mdi-account-music:before{content:"󰠃"}.mdi-account-music-outline:before{content:"󰳩"}.mdi-account-network:before{content:"󰀑"}.mdi-account-network-outline:before{content:"󰯦"}.mdi-account-off:before{content:"󰀒"}.mdi-account-off-outline:before{content:"󰯧"}.mdi-account-outline:before{content:"󰀓"}.mdi-account-plus:before{content:"󰀔"}.mdi-account-plus-outline:before{content:"󰠁"}.mdi-account-question:before{content:"󰭙"}.mdi-account-question-outline:before{content:"󰭚"}.mdi-account-reactivate:before{content:"󱔫"}.mdi-account-reactivate-outline:before{content:"󱔬"}.mdi-account-remove:before{content:"󰀕"}.mdi-account-remove-outline:before{content:"󰫭"}.mdi-account-search:before{content:"󰀖"}.mdi-account-search-outline:before{content:"󰤵"}.mdi-account-settings:before{content:"󰘰"}.mdi-account-settings-outline:before{content:"󱃉"}.mdi-account-star:before{content:"󰀗"}.mdi-account-star-outline:before{content:"󰯨"}.mdi-account-supervisor:before{content:"󰪋"}.mdi-account-supervisor-circle:before{content:"󰪌"}.mdi-account-supervisor-circle-outline:before{content:"󱓬"}.mdi-account-supervisor-outline:before{content:"󱄭"}.mdi-account-switch:before{content:"󰀙"}.mdi-account-switch-outline:before{content:"󰓋"}.mdi-account-tie:before{content:"󰳣"}.mdi-account-tie-outline:before{content:"󱃊"}.mdi-account-tie-voice:before{content:"󱌈"}.mdi-account-tie-voice-off:before{content:"󱌊"}.mdi-account-tie-voice-off-outline:before{content:"󱌋"}.mdi-account-tie-voice-outline:before{content:"󱌉"}.mdi-account-voice:before{content:"󰗋"}.mdi-adjust:before{content:"󰀚"}.mdi-adobe:before{content:"󰤶"}.mdi-adobe-acrobat:before{content:"󰾝"}.mdi-air-conditioner:before{content:"󰀛"}.mdi-air-filter:before{content:"󰵃"}.mdi-air-horn:before{content:"󰶬"}.mdi-air-humidifier:before{content:"󱂙"}.mdi-air-humidifier-off:before{content:"󱑦"}.mdi-air-purifier:before{content:"󰵄"}.mdi-airbag:before{content:"󰯩"}.mdi-airballoon:before{content:"󰀜"}.mdi-airballoon-outline:before{content:"󱀋"}.mdi-airplane:before{content:"󰀝"}.mdi-airplane-landing:before{content:"󰗔"}.mdi-airplane-off:before{content:"󰀞"}.mdi-airplane-takeoff:before{content:"󰗕"}.mdi-airport:before{content:"󰡋"}.mdi-alarm:before{content:"󰀠"}.mdi-alarm-bell:before{content:"󰞎"}.mdi-alarm-check:before{content:"󰀡"}.mdi-alarm-light:before{content:"󰞏"}.mdi-alarm-light-off:before{content:"󱜞"}.mdi-alarm-light-off-outline:before{content:"󱜟"}.mdi-alarm-light-outline:before{content:"󰯪"}.mdi-alarm-multiple:before{content:"󰀢"}.mdi-alarm-note:before{content:"󰹱"}.mdi-alarm-note-off:before{content:"󰹲"}.mdi-alarm-off:before{content:"󰀣"}.mdi-alarm-panel:before{content:"󱗄"}.mdi-alarm-panel-outline:before{content:"󱗅"}.mdi-alarm-plus:before{content:"󰀤"}.mdi-alarm-snooze:before{content:"󰚎"}.mdi-album:before{content:"󰀥"}.mdi-alert:before{content:"󰀦"}.mdi-alert-box:before{content:"󰀧"}.mdi-alert-box-outline:before{content:"󰳤"}.mdi-alert-circle:before{content:"󰀨"}.mdi-alert-circle-check:before{content:"󱇭"}.mdi-alert-circle-check-outline:before{content:"󱇮"}.mdi-alert-circle-outline:before{content:"󰗖"}.mdi-alert-decagram:before{content:"󰚽"}.mdi-alert-decagram-outline:before{content:"󰳥"}.mdi-alert-minus:before{content:"󱒻"}.mdi-alert-minus-outline:before{content:"󱒾"}.mdi-alert-octagon:before{content:"󰀩"}.mdi-alert-octagon-outline:before{content:"󰳦"}.mdi-alert-octagram:before{content:"󰝧"}.mdi-alert-octagram-outline:before{content:"󰳧"}.mdi-alert-outline:before{content:"󰀪"}.mdi-alert-plus:before{content:"󱒺"}.mdi-alert-plus-outline:before{content:"󱒽"}.mdi-alert-remove:before{content:"󱒼"}.mdi-alert-remove-outline:before{content:"󱒿"}.mdi-alert-rhombus:before{content:"󱇎"}.mdi-alert-rhombus-outline:before{content:"󱇏"}.mdi-alien:before{content:"󰢚"}.mdi-alien-outline:before{content:"󱃋"}.mdi-align-horizontal-center:before{content:"󱇃"}.mdi-align-horizontal-left:before{content:"󱇂"}.mdi-align-horizontal-right:before{content:"󱇄"}.mdi-align-vertical-bottom:before{content:"󱇅"}.mdi-align-vertical-center:before{content:"󱇆"}.mdi-align-vertical-top:before{content:"󱇇"}.mdi-all-inclusive:before{content:"󰚾"}.mdi-allergy:before{content:"󱉘"}.mdi-alpha:before{content:"󰀫"}.mdi-alpha-a:before{content:"󰫮"}.mdi-alpha-a-box:before{content:"󰬈"}.mdi-alpha-a-box-outline:before{content:"󰯫"}.mdi-alpha-a-circle:before{content:"󰯬"}.mdi-alpha-a-circle-outline:before{content:"󰯭"}.mdi-alpha-b:before{content:"󰫯"}.mdi-alpha-b-box:before{content:"󰬉"}.mdi-alpha-b-box-outline:before{content:"󰯮"}.mdi-alpha-b-circle:before{content:"󰯯"}.mdi-alpha-b-circle-outline:before{content:"󰯰"}.mdi-alpha-c:before{content:"󰫰"}.mdi-alpha-c-box:before{content:"󰬊"}.mdi-alpha-c-box-outline:before{content:"󰯱"}.mdi-alpha-c-circle:before{content:"󰯲"}.mdi-alpha-c-circle-outline:before{content:"󰯳"}.mdi-alpha-d:before{content:"󰫱"}.mdi-alpha-d-box:before{content:"󰬋"}.mdi-alpha-d-box-outline:before{content:"󰯴"}.mdi-alpha-d-circle:before{content:"󰯵"}.mdi-alpha-d-circle-outline:before{content:"󰯶"}.mdi-alpha-e:before{content:"󰫲"}.mdi-alpha-e-box:before{content:"󰬌"}.mdi-alpha-e-box-outline:before{content:"󰯷"}.mdi-alpha-e-circle:before{content:"󰯸"}.mdi-alpha-e-circle-outline:before{content:"󰯹"}.mdi-alpha-f:before{content:"󰫳"}.mdi-alpha-f-box:before{content:"󰬍"}.mdi-alpha-f-box-outline:before{content:"󰯺"}.mdi-alpha-f-circle:before{content:"󰯻"}.mdi-alpha-f-circle-outline:before{content:"󰯼"}.mdi-alpha-g:before{content:"󰫴"}.mdi-alpha-g-box:before{content:"󰬎"}.mdi-alpha-g-box-outline:before{content:"󰯽"}.mdi-alpha-g-circle:before{content:"󰯾"}.mdi-alpha-g-circle-outline:before{content:"󰯿"}.mdi-alpha-h:before{content:"󰫵"}.mdi-alpha-h-box:before{content:"󰬏"}.mdi-alpha-h-box-outline:before{content:"󰰀"}.mdi-alpha-h-circle:before{content:"󰰁"}.mdi-alpha-h-circle-outline:before{content:"󰰂"}.mdi-alpha-i:before{content:"󰫶"}.mdi-alpha-i-box:before{content:"󰬐"}.mdi-alpha-i-box-outline:before{content:"󰰃"}.mdi-alpha-i-circle:before{content:"󰰄"}.mdi-alpha-i-circle-outline:before{content:"󰰅"}.mdi-alpha-j:before{content:"󰫷"}.mdi-alpha-j-box:before{content:"󰬑"}.mdi-alpha-j-box-outline:before{content:"󰰆"}.mdi-alpha-j-circle:before{content:"󰰇"}.mdi-alpha-j-circle-outline:before{content:"󰰈"}.mdi-alpha-k:before{content:"󰫸"}.mdi-alpha-k-box:before{content:"󰬒"}.mdi-alpha-k-box-outline:before{content:"󰰉"}.mdi-alpha-k-circle:before{content:"󰰊"}.mdi-alpha-k-circle-outline:before{content:"󰰋"}.mdi-alpha-l:before{content:"󰫹"}.mdi-alpha-l-box:before{content:"󰬓"}.mdi-alpha-l-box-outline:before{content:"󰰌"}.mdi-alpha-l-circle:before{content:"󰰍"}.mdi-alpha-l-circle-outline:before{content:"󰰎"}.mdi-alpha-m:before{content:"󰫺"}.mdi-alpha-m-box:before{content:"󰬔"}.mdi-alpha-m-box-outline:before{content:"󰰏"}.mdi-alpha-m-circle:before{content:"󰰐"}.mdi-alpha-m-circle-outline:before{content:"󰰑"}.mdi-alpha-n:before{content:"󰫻"}.mdi-alpha-n-box:before{content:"󰬕"}.mdi-alpha-n-box-outline:before{content:"󰰒"}.mdi-alpha-n-circle:before{content:"󰰓"}.mdi-alpha-n-circle-outline:before{content:"󰰔"}.mdi-alpha-o:before{content:"󰫼"}.mdi-alpha-o-box:before{content:"󰬖"}.mdi-alpha-o-box-outline:before{content:"󰰕"}.mdi-alpha-o-circle:before{content:"󰰖"}.mdi-alpha-o-circle-outline:before{content:"󰰗"}.mdi-alpha-p:before{content:"󰫽"}.mdi-alpha-p-box:before{content:"󰬗"}.mdi-alpha-p-box-outline:before{content:"󰰘"}.mdi-alpha-p-circle:before{content:"󰰙"}.mdi-alpha-p-circle-outline:before{content:"󰰚"}.mdi-alpha-q:before{content:"󰫾"}.mdi-alpha-q-box:before{content:"󰬘"}.mdi-alpha-q-box-outline:before{content:"󰰛"}.mdi-alpha-q-circle:before{content:"󰰜"}.mdi-alpha-q-circle-outline:before{content:"󰰝"}.mdi-alpha-r:before{content:"󰫿"}.mdi-alpha-r-box:before{content:"󰬙"}.mdi-alpha-r-box-outline:before{content:"󰰞"}.mdi-alpha-r-circle:before{content:"󰰟"}.mdi-alpha-r-circle-outline:before{content:"󰰠"}.mdi-alpha-s:before{content:"󰬀"}.mdi-alpha-s-box:before{content:"󰬚"}.mdi-alpha-s-box-outline:before{content:"󰰡"}.mdi-alpha-s-circle:before{content:"󰰢"}.mdi-alpha-s-circle-outline:before{content:"󰰣"}.mdi-alpha-t:before{content:"󰬁"}.mdi-alpha-t-box:before{content:"󰬛"}.mdi-alpha-t-box-outline:before{content:"󰰤"}.mdi-alpha-t-circle:before{content:"󰰥"}.mdi-alpha-t-circle-outline:before{content:"󰰦"}.mdi-alpha-u:before{content:"󰬂"}.mdi-alpha-u-box:before{content:"󰬜"}.mdi-alpha-u-box-outline:before{content:"󰰧"}.mdi-alpha-u-circle:before{content:"󰰨"}.mdi-alpha-u-circle-outline:before{content:"󰰩"}.mdi-alpha-v:before{content:"󰬃"}.mdi-alpha-v-box:before{content:"󰬝"}.mdi-alpha-v-box-outline:before{content:"󰰪"}.mdi-alpha-v-circle:before{content:"󰰫"}.mdi-alpha-v-circle-outline:before{content:"󰰬"}.mdi-alpha-w:before{content:"󰬄"}.mdi-alpha-w-box:before{content:"󰬞"}.mdi-alpha-w-box-outline:before{content:"󰰭"}.mdi-alpha-w-circle:before{content:"󰰮"}.mdi-alpha-w-circle-outline:before{content:"󰰯"}.mdi-alpha-x:before{content:"󰬅"}.mdi-alpha-x-box:before{content:"󰬟"}.mdi-alpha-x-box-outline:before{content:"󰰰"}.mdi-alpha-x-circle:before{content:"󰰱"}.mdi-alpha-x-circle-outline:before{content:"󰰲"}.mdi-alpha-y:before{content:"󰬆"}.mdi-alpha-y-box:before{content:"󰬠"}.mdi-alpha-y-box-outline:before{content:"󰰳"}.mdi-alpha-y-circle:before{content:"󰰴"}.mdi-alpha-y-circle-outline:before{content:"󰰵"}.mdi-alpha-z:before{content:"󰬇"}.mdi-alpha-z-box:before{content:"󰬡"}.mdi-alpha-z-box-outline:before{content:"󰰶"}.mdi-alpha-z-circle:before{content:"󰰷"}.mdi-alpha-z-circle-outline:before{content:"󰰸"}.mdi-alphabet-aurebesh:before{content:"󱌬"}.mdi-alphabet-cyrillic:before{content:"󱌭"}.mdi-alphabet-greek:before{content:"󱌮"}.mdi-alphabet-latin:before{content:"󱌯"}.mdi-alphabet-piqad:before{content:"󱌰"}.mdi-alphabet-tengwar:before{content:"󱌷"}.mdi-alphabetical:before{content:"󰀬"}.mdi-alphabetical-off:before{content:"󱀌"}.mdi-alphabetical-variant:before{content:"󱀍"}.mdi-alphabetical-variant-off:before{content:"󱀎"}.mdi-altimeter:before{content:"󰗗"}.mdi-amazon:before{content:"󰀭"}.mdi-amazon-alexa:before{content:"󰣆"}.mdi-ambulance:before{content:"󰀯"}.mdi-ammunition:before{content:"󰳨"}.mdi-ampersand:before{content:"󰪍"}.mdi-amplifier:before{content:"󰀰"}.mdi-amplifier-off:before{content:"󱆵"}.mdi-anchor:before{content:"󰀱"}.mdi-android:before{content:"󰀲"}.mdi-android-auto:before{content:"󰪎"}.mdi-android-debug-bridge:before{content:"󰀳"}.mdi-android-messages:before{content:"󰵅"}.mdi-android-studio:before{content:"󰀴"}.mdi-angle-acute:before{content:"󰤷"}.mdi-angle-obtuse:before{content:"󰤸"}.mdi-angle-right:before{content:"󰤹"}.mdi-angular:before{content:"󰚲"}.mdi-angularjs:before{content:"󰚿"}.mdi-animation:before{content:"󰗘"}.mdi-animation-outline:before{content:"󰪏"}.mdi-animation-play:before{content:"󰤺"}.mdi-animation-play-outline:before{content:"󰪐"}.mdi-ansible:before{content:"󱂚"}.mdi-antenna:before{content:"󱄙"}.mdi-anvil:before{content:"󰢛"}.mdi-apache-kafka:before{content:"󱀏"}.mdi-api:before{content:"󱂛"}.mdi-api-off:before{content:"󱉗"}.mdi-apple:before{content:"󰀵"}.mdi-apple-airplay:before{content:"󰀟"}.mdi-apple-finder:before{content:"󰀶"}.mdi-apple-icloud:before{content:"󰀸"}.mdi-apple-ios:before{content:"󰀷"}.mdi-apple-keyboard-caps:before{content:"󰘲"}.mdi-apple-keyboard-command:before{content:"󰘳"}.mdi-apple-keyboard-control:before{content:"󰘴"}.mdi-apple-keyboard-option:before{content:"󰘵"}.mdi-apple-keyboard-shift:before{content:"󰘶"}.mdi-apple-safari:before{content:"󰀹"}.mdi-application:before{content:"󰘔"}.mdi-application-cog:before{content:"󱕷"}.mdi-application-export:before{content:"󰶭"}.mdi-application-import:before{content:"󰶮"}.mdi-application-settings:before{content:"󱕕"}.mdi-approximately-equal:before{content:"󰾞"}.mdi-approximately-equal-box:before{content:"󰾟"}.mdi-apps:before{content:"󰀻"}.mdi-apps-box:before{content:"󰵆"}.mdi-arch:before{content:"󰣇"}.mdi-archive:before{content:"󰀼"}.mdi-archive-alert:before{content:"󱓽"}.mdi-archive-alert-outline:before{content:"󱓾"}.mdi-archive-arrow-down:before{content:"󱉙"}.mdi-archive-arrow-down-outline:before{content:"󱉚"}.mdi-archive-arrow-up:before{content:"󱉛"}.mdi-archive-arrow-up-outline:before{content:"󱉜"}.mdi-archive-outline:before{content:"󱈎"}.mdi-arm-flex:before{content:"󰿗"}.mdi-arm-flex-outline:before{content:"󰿖"}.mdi-arrange-bring-forward:before{content:"󰀽"}.mdi-arrange-bring-to-front:before{content:"󰀾"}.mdi-arrange-send-backward:before{content:"󰀿"}.mdi-arrange-send-to-back:before{content:"󰁀"}.mdi-arrow-all:before{content:"󰁁"}.mdi-arrow-bottom-left:before{content:"󰁂"}.mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.mdi-arrow-bottom-left-thick:before{content:"󰦸"}.mdi-arrow-bottom-left-thin-circle-outline:before{content:"󱖖"}.mdi-arrow-bottom-right:before{content:"󰁃"}.mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.mdi-arrow-bottom-right-thick:before{content:"󰦺"}.mdi-arrow-bottom-right-thin-circle-outline:before{content:"󱖕"}.mdi-arrow-collapse:before{content:"󰘕"}.mdi-arrow-collapse-all:before{content:"󰁄"}.mdi-arrow-collapse-down:before{content:"󰞒"}.mdi-arrow-collapse-horizontal:before{content:"󰡌"}.mdi-arrow-collapse-left:before{content:"󰞓"}.mdi-arrow-collapse-right:before{content:"󰞔"}.mdi-arrow-collapse-up:before{content:"󰞕"}.mdi-arrow-collapse-vertical:before{content:"󰡍"}.mdi-arrow-decision:before{content:"󰦻"}.mdi-arrow-decision-auto:before{content:"󰦼"}.mdi-arrow-decision-auto-outline:before{content:"󰦽"}.mdi-arrow-decision-outline:before{content:"󰦾"}.mdi-arrow-down:before{content:"󰁅"}.mdi-arrow-down-bold:before{content:"󰜮"}.mdi-arrow-down-bold-box:before{content:"󰜯"}.mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.mdi-arrow-down-bold-circle:before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.mdi-arrow-down-bold-outline:before{content:"󰦿"}.mdi-arrow-down-box:before{content:"󰛀"}.mdi-arrow-down-circle:before{content:"󰳛"}.mdi-arrow-down-circle-outline:before{content:"󰳜"}.mdi-arrow-down-drop-circle:before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.mdi-arrow-down-thick:before{content:"󰁆"}.mdi-arrow-down-thin-circle-outline:before{content:"󱖙"}.mdi-arrow-expand:before{content:"󰘖"}.mdi-arrow-expand-all:before{content:"󰁌"}.mdi-arrow-expand-down:before{content:"󰞖"}.mdi-arrow-expand-horizontal:before{content:"󰡎"}.mdi-arrow-expand-left:before{content:"󰞗"}.mdi-arrow-expand-right:before{content:"󰞘"}.mdi-arrow-expand-up:before{content:"󰞙"}.mdi-arrow-expand-vertical:before{content:"󰡏"}.mdi-arrow-horizontal-lock:before{content:"󱅛"}.mdi-arrow-left:before{content:"󰁍"}.mdi-arrow-left-bold:before{content:"󰜱"}.mdi-arrow-left-bold-box:before{content:"󰜲"}.mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.mdi-arrow-left-bold-circle:before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.mdi-arrow-left-bold-outline:before{content:"󰧀"}.mdi-arrow-left-box:before{content:"󰛁"}.mdi-arrow-left-circle:before{content:"󰳝"}.mdi-arrow-left-circle-outline:before{content:"󰳞"}.mdi-arrow-left-drop-circle:before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.mdi-arrow-left-right:before{content:"󰹳"}.mdi-arrow-left-right-bold:before{content:"󰹴"}.mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.mdi-arrow-left-thick:before{content:"󰁎"}.mdi-arrow-left-thin-circle-outline:before{content:"󱖚"}.mdi-arrow-right:before{content:"󰁔"}.mdi-arrow-right-bold:before{content:"󰜴"}.mdi-arrow-right-bold-box:before{content:"󰜵"}.mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.mdi-arrow-right-bold-circle:before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.mdi-arrow-right-bold-outline:before{content:"󰧂"}.mdi-arrow-right-box:before{content:"󰛂"}.mdi-arrow-right-circle:before{content:"󰳟"}.mdi-arrow-right-circle-outline:before{content:"󰳠"}.mdi-arrow-right-drop-circle:before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.mdi-arrow-right-thick:before{content:"󰁕"}.mdi-arrow-right-thin-circle-outline:before{content:"󱖘"}.mdi-arrow-split-horizontal:before{content:"󰤻"}.mdi-arrow-split-vertical:before{content:"󰤼"}.mdi-arrow-top-left:before{content:"󰁛"}.mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.mdi-arrow-top-left-thick:before{content:"󰧄"}.mdi-arrow-top-left-thin-circle-outline:before{content:"󱖓"}.mdi-arrow-top-right:before{content:"󰁜"}.mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.mdi-arrow-top-right-thick:before{content:"󰧆"}.mdi-arrow-top-right-thin-circle-outline:before{content:"󱖔"}.mdi-arrow-up:before{content:"󰁝"}.mdi-arrow-up-bold:before{content:"󰜷"}.mdi-arrow-up-bold-box:before{content:"󰜸"}.mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.mdi-arrow-up-bold-circle:before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.mdi-arrow-up-bold-outline:before{content:"󰧇"}.mdi-arrow-up-box:before{content:"󰛃"}.mdi-arrow-up-circle:before{content:"󰳡"}.mdi-arrow-up-circle-outline:before{content:"󰳢"}.mdi-arrow-up-down:before{content:"󰹹"}.mdi-arrow-up-down-bold:before{content:"󰹺"}.mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.mdi-arrow-up-drop-circle:before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.mdi-arrow-up-thick:before{content:"󰁞"}.mdi-arrow-up-thin-circle-outline:before{content:"󱖗"}.mdi-arrow-vertical-lock:before{content:"󱅜"}.mdi-artstation:before{content:"󰭛"}.mdi-aspect-ratio:before{content:"󰨤"}.mdi-assistant:before{content:"󰁤"}.mdi-asterisk:before{content:"󰛄"}.mdi-at:before{content:"󰁥"}.mdi-atlassian:before{content:"󰠄"}.mdi-atm:before{content:"󰵇"}.mdi-atom:before{content:"󰝨"}.mdi-atom-variant:before{content:"󰹻"}.mdi-attachment:before{content:"󰁦"}.mdi-audio-video:before{content:"󰤽"}.mdi-audio-video-off:before{content:"󱆶"}.mdi-augmented-reality:before{content:"󰡐"}.mdi-auto-download:before{content:"󱍾"}.mdi-auto-fix:before{content:"󰁨"}.mdi-auto-upload:before{content:"󰁩"}.mdi-autorenew:before{content:"󰁪"}.mdi-av-timer:before{content:"󰁫"}.mdi-aws:before{content:"󰸏"}.mdi-axe:before{content:"󰣈"}.mdi-axis:before{content:"󰵈"}.mdi-axis-arrow:before{content:"󰵉"}.mdi-axis-arrow-info:before{content:"󱐎"}.mdi-axis-arrow-lock:before{content:"󰵊"}.mdi-axis-lock:before{content:"󰵋"}.mdi-axis-x-arrow:before{content:"󰵌"}.mdi-axis-x-arrow-lock:before{content:"󰵍"}.mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.mdi-axis-y-arrow:before{content:"󰵑"}.mdi-axis-y-arrow-lock:before{content:"󰵒"}.mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.mdi-axis-z-arrow:before{content:"󰵕"}.mdi-axis-z-arrow-lock:before{content:"󰵖"}.mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.mdi-babel:before{content:"󰨥"}.mdi-baby:before{content:"󰁬"}.mdi-baby-bottle:before{content:"󰼹"}.mdi-baby-bottle-outline:before{content:"󰼺"}.mdi-baby-buggy:before{content:"󱏠"}.mdi-baby-carriage:before{content:"󰚏"}.mdi-baby-carriage-off:before{content:"󰾠"}.mdi-baby-face:before{content:"󰹼"}.mdi-baby-face-outline:before{content:"󰹽"}.mdi-backburger:before{content:"󰁭"}.mdi-backspace:before{content:"󰁮"}.mdi-backspace-outline:before{content:"󰭜"}.mdi-backspace-reverse:before{content:"󰹾"}.mdi-backspace-reverse-outline:before{content:"󰹿"}.mdi-backup-restore:before{content:"󰁯"}.mdi-bacteria:before{content:"󰻕"}.mdi-bacteria-outline:before{content:"󰻖"}.mdi-badge-account:before{content:"󰶧"}.mdi-badge-account-alert:before{content:"󰶨"}.mdi-badge-account-alert-outline:before{content:"󰶩"}.mdi-badge-account-horizontal:before{content:"󰸍"}.mdi-badge-account-horizontal-outline:before{content:"󰸎"}.mdi-badge-account-outline:before{content:"󰶪"}.mdi-badminton:before{content:"󰡑"}.mdi-bag-carry-on:before{content:"󰼻"}.mdi-bag-carry-on-check:before{content:"󰵥"}.mdi-bag-carry-on-off:before{content:"󰼼"}.mdi-bag-checked:before{content:"󰼽"}.mdi-bag-personal:before{content:"󰸐"}.mdi-bag-personal-off:before{content:"󰸑"}.mdi-bag-personal-off-outline:before{content:"󰸒"}.mdi-bag-personal-outline:before{content:"󰸓"}.mdi-bag-suitcase:before{content:"󱖋"}.mdi-bag-suitcase-off:before{content:"󱖍"}.mdi-bag-suitcase-off-outline:before{content:"󱖎"}.mdi-bag-suitcase-outline:before{content:"󱖌"}.mdi-baguette:before{content:"󰼾"}.mdi-balloon:before{content:"󰨦"}.mdi-ballot:before{content:"󰧉"}.mdi-ballot-outline:before{content:"󰧊"}.mdi-ballot-recount:before{content:"󰰹"}.mdi-ballot-recount-outline:before{content:"󰰺"}.mdi-bandage:before{content:"󰶯"}.mdi-bandcamp:before{content:"󰙵"}.mdi-bank:before{content:"󰁰"}.mdi-bank-check:before{content:"󱙕"}.mdi-bank-minus:before{content:"󰶰"}.mdi-bank-off:before{content:"󱙖"}.mdi-bank-off-outline:before{content:"󱙗"}.mdi-bank-outline:before{content:"󰺀"}.mdi-bank-plus:before{content:"󰶱"}.mdi-bank-remove:before{content:"󰶲"}.mdi-bank-transfer:before{content:"󰨧"}.mdi-bank-transfer-in:before{content:"󰨨"}.mdi-bank-transfer-out:before{content:"󰨩"}.mdi-barcode:before{content:"󰁱"}.mdi-barcode-off:before{content:"󱈶"}.mdi-barcode-scan:before{content:"󰁲"}.mdi-barley:before{content:"󰁳"}.mdi-barley-off:before{content:"󰭝"}.mdi-barn:before{content:"󰭞"}.mdi-barrel:before{content:"󰁴"}.mdi-baseball:before{content:"󰡒"}.mdi-baseball-bat:before{content:"󰡓"}.mdi-baseball-diamond:before{content:"󱗬"}.mdi-baseball-diamond-outline:before{content:"󱗭"}.mdi-bash:before{content:"󱆃"}.mdi-basket:before{content:"󰁶"}.mdi-basket-fill:before{content:"󰁷"}.mdi-basket-minus:before{content:"󱔣"}.mdi-basket-minus-outline:before{content:"󱔤"}.mdi-basket-off:before{content:"󱔥"}.mdi-basket-off-outline:before{content:"󱔦"}.mdi-basket-outline:before{content:"󱆁"}.mdi-basket-plus:before{content:"󱔧"}.mdi-basket-plus-outline:before{content:"󱔨"}.mdi-basket-remove:before{content:"󱔩"}.mdi-basket-remove-outline:before{content:"󱔪"}.mdi-basket-unfill:before{content:"󰁸"}.mdi-basketball:before{content:"󰠆"}.mdi-basketball-hoop:before{content:"󰰻"}.mdi-basketball-hoop-outline:before{content:"󰰼"}.mdi-bat:before{content:"󰭟"}.mdi-battery:before{content:"󰁹"}.mdi-battery-10:before{content:"󰁺"}.mdi-battery-10-bluetooth:before{content:"󰤾"}.mdi-battery-20:before{content:"󰁻"}.mdi-battery-20-bluetooth:before{content:"󰤿"}.mdi-battery-30:before{content:"󰁼"}.mdi-battery-30-bluetooth:before{content:"󰥀"}.mdi-battery-40:before{content:"󰁽"}.mdi-battery-40-bluetooth:before{content:"󰥁"}.mdi-battery-50:before{content:"󰁾"}.mdi-battery-50-bluetooth:before{content:"󰥂"}.mdi-battery-60:before{content:"󰁿"}.mdi-battery-60-bluetooth:before{content:"󰥃"}.mdi-battery-70:before{content:"󰂀"}.mdi-battery-70-bluetooth:before{content:"󰥄"}.mdi-battery-80:before{content:"󰂁"}.mdi-battery-80-bluetooth:before{content:"󰥅"}.mdi-battery-90:before{content:"󰂂"}.mdi-battery-90-bluetooth:before{content:"󰥆"}.mdi-battery-alert:before{content:"󰂃"}.mdi-battery-alert-bluetooth:before{content:"󰥇"}.mdi-battery-alert-variant:before{content:"󱃌"}.mdi-battery-alert-variant-outline:before{content:"󱃍"}.mdi-battery-bluetooth:before{content:"󰥈"}.mdi-battery-bluetooth-variant:before{content:"󰥉"}.mdi-battery-charging:before{content:"󰂄"}.mdi-battery-charging-10:before{content:"󰢜"}.mdi-battery-charging-100:before{content:"󰂅"}.mdi-battery-charging-20:before{content:"󰂆"}.mdi-battery-charging-30:before{content:"󰂇"}.mdi-battery-charging-40:before{content:"󰂈"}.mdi-battery-charging-50:before{content:"󰢝"}.mdi-battery-charging-60:before{content:"󰂉"}.mdi-battery-charging-70:before{content:"󰢞"}.mdi-battery-charging-80:before{content:"󰂊"}.mdi-battery-charging-90:before{content:"󰂋"}.mdi-battery-charging-high:before{content:"󱊦"}.mdi-battery-charging-low:before{content:"󱊤"}.mdi-battery-charging-medium:before{content:"󱊥"}.mdi-battery-charging-outline:before{content:"󰢟"}.mdi-battery-charging-wireless:before{content:"󰠇"}.mdi-battery-charging-wireless-10:before{content:"󰠈"}.mdi-battery-charging-wireless-20:before{content:"󰠉"}.mdi-battery-charging-wireless-30:before{content:"󰠊"}.mdi-battery-charging-wireless-40:before{content:"󰠋"}.mdi-battery-charging-wireless-50:before{content:"󰠌"}.mdi-battery-charging-wireless-60:before{content:"󰠍"}.mdi-battery-charging-wireless-70:before{content:"󰠎"}.mdi-battery-charging-wireless-80:before{content:"󰠏"}.mdi-battery-charging-wireless-90:before{content:"󰠐"}.mdi-battery-charging-wireless-alert:before{content:"󰠑"}.mdi-battery-charging-wireless-outline:before{content:"󰠒"}.mdi-battery-heart:before{content:"󱈏"}.mdi-battery-heart-outline:before{content:"󱈐"}.mdi-battery-heart-variant:before{content:"󱈑"}.mdi-battery-high:before{content:"󱊣"}.mdi-battery-low:before{content:"󱊡"}.mdi-battery-medium:before{content:"󱊢"}.mdi-battery-minus:before{content:"󰂌"}.mdi-battery-negative:before{content:"󰂍"}.mdi-battery-off:before{content:"󱉝"}.mdi-battery-off-outline:before{content:"󱉞"}.mdi-battery-outline:before{content:"󰂎"}.mdi-battery-plus:before{content:"󰂏"}.mdi-battery-positive:before{content:"󰂐"}.mdi-battery-unknown:before{content:"󰂑"}.mdi-battery-unknown-bluetooth:before{content:"󰥊"}.mdi-battlenet:before{content:"󰭠"}.mdi-beach:before{content:"󰂒"}.mdi-beaker:before{content:"󰳪"}.mdi-beaker-alert:before{content:"󱈩"}.mdi-beaker-alert-outline:before{content:"󱈪"}.mdi-beaker-check:before{content:"󱈫"}.mdi-beaker-check-outline:before{content:"󱈬"}.mdi-beaker-minus:before{content:"󱈭"}.mdi-beaker-minus-outline:before{content:"󱈮"}.mdi-beaker-outline:before{content:"󰚐"}.mdi-beaker-plus:before{content:"󱈯"}.mdi-beaker-plus-outline:before{content:"󱈰"}.mdi-beaker-question:before{content:"󱈱"}.mdi-beaker-question-outline:before{content:"󱈲"}.mdi-beaker-remove:before{content:"󱈳"}.mdi-beaker-remove-outline:before{content:"󱈴"}.mdi-bed:before{content:"󰋣"}.mdi-bed-double:before{content:"󰿔"}.mdi-bed-double-outline:before{content:"󰿓"}.mdi-bed-empty:before{content:"󰢠"}.mdi-bed-king:before{content:"󰿒"}.mdi-bed-king-outline:before{content:"󰿑"}.mdi-bed-outline:before{content:"󰂙"}.mdi-bed-queen:before{content:"󰿐"}.mdi-bed-queen-outline:before{content:"󰿛"}.mdi-bed-single:before{content:"󱁭"}.mdi-bed-single-outline:before{content:"󱁮"}.mdi-bee:before{content:"󰾡"}.mdi-bee-flower:before{content:"󰾢"}.mdi-beehive-off-outline:before{content:"󱏭"}.mdi-beehive-outline:before{content:"󱃎"}.mdi-beekeeper:before{content:"󱓢"}.mdi-beer:before{content:"󰂘"}.mdi-beer-outline:before{content:"󱌌"}.mdi-bell:before{content:"󰂚"}.mdi-bell-alert:before{content:"󰵙"}.mdi-bell-alert-outline:before{content:"󰺁"}.mdi-bell-cancel:before{content:"󱏧"}.mdi-bell-cancel-outline:before{content:"󱏨"}.mdi-bell-check:before{content:"󱇥"}.mdi-bell-check-outline:before{content:"󱇦"}.mdi-bell-circle:before{content:"󰵚"}.mdi-bell-circle-outline:before{content:"󰵛"}.mdi-bell-minus:before{content:"󱏩"}.mdi-bell-minus-outline:before{content:"󱏪"}.mdi-bell-off:before{content:"󰂛"}.mdi-bell-off-outline:before{content:"󰪑"}.mdi-bell-outline:before{content:"󰂜"}.mdi-bell-plus:before{content:"󰂝"}.mdi-bell-plus-outline:before{content:"󰪒"}.mdi-bell-remove:before{content:"󱏫"}.mdi-bell-remove-outline:before{content:"󱏬"}.mdi-bell-ring:before{content:"󰂞"}.mdi-bell-ring-outline:before{content:"󰂟"}.mdi-bell-sleep:before{content:"󰂠"}.mdi-bell-sleep-outline:before{content:"󰪓"}.mdi-beta:before{content:"󰂡"}.mdi-betamax:before{content:"󰧋"}.mdi-biathlon:before{content:"󰸔"}.mdi-bicycle:before{content:"󱂜"}.mdi-bicycle-basket:before{content:"󱈵"}.mdi-bicycle-electric:before{content:"󱖴"}.mdi-bicycle-penny-farthing:before{content:"󱗩"}.mdi-bike:before{content:"󰂣"}.mdi-bike-fast:before{content:"󱄟"}.mdi-billboard:before{content:"󱀐"}.mdi-billiards:before{content:"󰭡"}.mdi-billiards-rack:before{content:"󰭢"}.mdi-binoculars:before{content:"󰂥"}.mdi-bio:before{content:"󰂦"}.mdi-biohazard:before{content:"󰂧"}.mdi-bird:before{content:"󱗆"}.mdi-bitbucket:before{content:"󰂨"}.mdi-bitcoin:before{content:"󰠓"}.mdi-black-mesa:before{content:"󰂩"}.mdi-blender:before{content:"󰳫"}.mdi-blender-software:before{content:"󰂫"}.mdi-blinds:before{content:"󰂬"}.mdi-blinds-open:before{content:"󱀑"}.mdi-block-helper:before{content:"󰂭"}.mdi-blogger:before{content:"󰂮"}.mdi-blood-bag:before{content:"󰳬"}.mdi-bluetooth:before{content:"󰂯"}.mdi-bluetooth-audio:before{content:"󰂰"}.mdi-bluetooth-connect:before{content:"󰂱"}.mdi-bluetooth-off:before{content:"󰂲"}.mdi-bluetooth-settings:before{content:"󰂳"}.mdi-bluetooth-transfer:before{content:"󰂴"}.mdi-blur:before{content:"󰂵"}.mdi-blur-linear:before{content:"󰂶"}.mdi-blur-off:before{content:"󰂷"}.mdi-blur-radial:before{content:"󰂸"}.mdi-bolnisi-cross:before{content:"󰳭"}.mdi-bolt:before{content:"󰶳"}.mdi-bomb:before{content:"󰚑"}.mdi-bomb-off:before{content:"󰛅"}.mdi-bone:before{content:"󰂹"}.mdi-book:before{content:"󰂺"}.mdi-book-account:before{content:"󱎭"}.mdi-book-account-outline:before{content:"󱎮"}.mdi-book-alert:before{content:"󱙼"}.mdi-book-alert-outline:before{content:"󱙽"}.mdi-book-alphabet:before{content:"󰘝"}.mdi-book-arrow-down:before{content:"󱙾"}.mdi-book-arrow-down-outline:before{content:"󱙿"}.mdi-book-arrow-left:before{content:"󱚀"}.mdi-book-arrow-left-outline:before{content:"󱚁"}.mdi-book-arrow-right:before{content:"󱚂"}.mdi-book-arrow-right-outline:before{content:"󱚃"}.mdi-book-arrow-up:before{content:"󱚄"}.mdi-book-arrow-up-outline:before{content:"󱚅"}.mdi-book-cancel:before{content:"󱚆"}.mdi-book-cancel-outline:before{content:"󱚇"}.mdi-book-check:before{content:"󱓳"}.mdi-book-check-outline:before{content:"󱓴"}.mdi-book-clock:before{content:"󱚈"}.mdi-book-clock-outline:before{content:"󱚉"}.mdi-book-cog:before{content:"󱚊"}.mdi-book-cog-outline:before{content:"󱚋"}.mdi-book-cross:before{content:"󰂢"}.mdi-book-edit:before{content:"󱚌"}.mdi-book-edit-outline:before{content:"󱚍"}.mdi-book-education:before{content:"󱛉"}.mdi-book-education-outline:before{content:"󱛊"}.mdi-book-information-variant:before{content:"󱁯"}.mdi-book-lock:before{content:"󰞚"}.mdi-book-lock-open:before{content:"󰞛"}.mdi-book-lock-open-outline:before{content:"󱚎"}.mdi-book-lock-outline:before{content:"󱚏"}.mdi-book-marker:before{content:"󱚐"}.mdi-book-marker-outline:before{content:"󱚑"}.mdi-book-minus:before{content:"󰗙"}.mdi-book-minus-multiple:before{content:"󰪔"}.mdi-book-minus-multiple-outline:before{content:"󰤋"}.mdi-book-minus-outline:before{content:"󱚒"}.mdi-book-multiple:before{content:"󰂻"}.mdi-book-multiple-outline:before{content:"󰐶"}.mdi-book-music:before{content:"󰁧"}.mdi-book-music-outline:before{content:"󱚓"}.mdi-book-off:before{content:"󱚔"}.mdi-book-off-outline:before{content:"󱚕"}.mdi-book-open:before{content:"󰂽"}.mdi-book-open-blank-variant:before{content:"󰂾"}.mdi-book-open-outline:before{content:"󰭣"}.mdi-book-open-page-variant:before{content:"󰗚"}.mdi-book-open-page-variant-outline:before{content:"󱗖"}.mdi-book-open-variant:before{content:"󱓷"}.mdi-book-outline:before{content:"󰭤"}.mdi-book-play:before{content:"󰺂"}.mdi-book-play-outline:before{content:"󰺃"}.mdi-book-plus:before{content:"󰗛"}.mdi-book-plus-multiple:before{content:"󰪕"}.mdi-book-plus-multiple-outline:before{content:"󰫞"}.mdi-book-plus-outline:before{content:"󱚖"}.mdi-book-refresh:before{content:"󱚗"}.mdi-book-refresh-outline:before{content:"󱚘"}.mdi-book-remove:before{content:"󰪗"}.mdi-book-remove-multiple:before{content:"󰪖"}.mdi-book-remove-multiple-outline:before{content:"󰓊"}.mdi-book-remove-outline:before{content:"󱚙"}.mdi-book-search:before{content:"󰺄"}.mdi-book-search-outline:before{content:"󰺅"}.mdi-book-settings:before{content:"󱚚"}.mdi-book-settings-outline:before{content:"󱚛"}.mdi-book-sync:before{content:"󱚜"}.mdi-book-sync-outline:before{content:"󱛈"}.mdi-book-variant:before{content:"󰂿"}.mdi-book-variant-multiple:before{content:"󰂼"}.mdi-bookmark:before{content:"󰃀"}.mdi-bookmark-check:before{content:"󰃁"}.mdi-bookmark-check-outline:before{content:"󱍻"}.mdi-bookmark-minus:before{content:"󰧌"}.mdi-bookmark-minus-outline:before{content:"󰧍"}.mdi-bookmark-multiple:before{content:"󰸕"}.mdi-bookmark-multiple-outline:before{content:"󰸖"}.mdi-bookmark-music:before{content:"󰃂"}.mdi-bookmark-music-outline:before{content:"󱍹"}.mdi-bookmark-off:before{content:"󰧎"}.mdi-bookmark-off-outline:before{content:"󰧏"}.mdi-bookmark-outline:before{content:"󰃃"}.mdi-bookmark-plus:before{content:"󰃅"}.mdi-bookmark-plus-outline:before{content:"󰃄"}.mdi-bookmark-remove:before{content:"󰃆"}.mdi-bookmark-remove-outline:before{content:"󱍺"}.mdi-bookshelf:before{content:"󱉟"}.mdi-boom-gate:before{content:"󰺆"}.mdi-boom-gate-alert:before{content:"󰺇"}.mdi-boom-gate-alert-outline:before{content:"󰺈"}.mdi-boom-gate-down:before{content:"󰺉"}.mdi-boom-gate-down-outline:before{content:"󰺊"}.mdi-boom-gate-outline:before{content:"󰺋"}.mdi-boom-gate-up:before{content:"󰺌"}.mdi-boom-gate-up-outline:before{content:"󰺍"}.mdi-boombox:before{content:"󰗜"}.mdi-boomerang:before{content:"󱃏"}.mdi-bootstrap:before{content:"󰛆"}.mdi-border-all:before{content:"󰃇"}.mdi-border-all-variant:before{content:"󰢡"}.mdi-border-bottom:before{content:"󰃈"}.mdi-border-bottom-variant:before{content:"󰢢"}.mdi-border-color:before{content:"󰃉"}.mdi-border-horizontal:before{content:"󰃊"}.mdi-border-inside:before{content:"󰃋"}.mdi-border-left:before{content:"󰃌"}.mdi-border-left-variant:before{content:"󰢣"}.mdi-border-none:before{content:"󰃍"}.mdi-border-none-variant:before{content:"󰢤"}.mdi-border-outside:before{content:"󰃎"}.mdi-border-right:before{content:"󰃏"}.mdi-border-right-variant:before{content:"󰢥"}.mdi-border-style:before{content:"󰃐"}.mdi-border-top:before{content:"󰃑"}.mdi-border-top-variant:before{content:"󰢦"}.mdi-border-vertical:before{content:"󰃒"}.mdi-bottle-soda:before{content:"󱁰"}.mdi-bottle-soda-classic:before{content:"󱁱"}.mdi-bottle-soda-classic-outline:before{content:"󱍣"}.mdi-bottle-soda-outline:before{content:"󱁲"}.mdi-bottle-tonic:before{content:"󱄮"}.mdi-bottle-tonic-outline:before{content:"󱄯"}.mdi-bottle-tonic-plus:before{content:"󱄰"}.mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.mdi-bottle-tonic-skull:before{content:"󱄲"}.mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.mdi-bottle-wine:before{content:"󰡔"}.mdi-bottle-wine-outline:before{content:"󱌐"}.mdi-bow-tie:before{content:"󰙸"}.mdi-bowl:before{content:"󰊎"}.mdi-bowl-mix:before{content:"󰘗"}.mdi-bowl-mix-outline:before{content:"󰋤"}.mdi-bowl-outline:before{content:"󰊩"}.mdi-bowling:before{content:"󰃓"}.mdi-box:before{content:"󰃔"}.mdi-box-cutter:before{content:"󰃕"}.mdi-box-cutter-off:before{content:"󰭊"}.mdi-box-shadow:before{content:"󰘷"}.mdi-boxing-glove:before{content:"󰭥"}.mdi-braille:before{content:"󰧐"}.mdi-brain:before{content:"󰧑"}.mdi-bread-slice:before{content:"󰳮"}.mdi-bread-slice-outline:before{content:"󰳯"}.mdi-bridge:before{content:"󰘘"}.mdi-briefcase:before{content:"󰃖"}.mdi-briefcase-account:before{content:"󰳰"}.mdi-briefcase-account-outline:before{content:"󰳱"}.mdi-briefcase-check:before{content:"󰃗"}.mdi-briefcase-check-outline:before{content:"󱌞"}.mdi-briefcase-clock:before{content:"󱃐"}.mdi-briefcase-clock-outline:before{content:"󱃑"}.mdi-briefcase-download:before{content:"󰃘"}.mdi-briefcase-download-outline:before{content:"󰰽"}.mdi-briefcase-edit:before{content:"󰪘"}.mdi-briefcase-edit-outline:before{content:"󰰾"}.mdi-briefcase-minus:before{content:"󰨪"}.mdi-briefcase-minus-outline:before{content:"󰰿"}.mdi-briefcase-off:before{content:"󱙘"}.mdi-briefcase-off-outline:before{content:"󱙙"}.mdi-briefcase-outline:before{content:"󰠔"}.mdi-briefcase-plus:before{content:"󰨫"}.mdi-briefcase-plus-outline:before{content:"󰱀"}.mdi-briefcase-remove:before{content:"󰨬"}.mdi-briefcase-remove-outline:before{content:"󰱁"}.mdi-briefcase-search:before{content:"󰨭"}.mdi-briefcase-search-outline:before{content:"󰱂"}.mdi-briefcase-upload:before{content:"󰃙"}.mdi-briefcase-upload-outline:before{content:"󰱃"}.mdi-briefcase-variant:before{content:"󱒔"}.mdi-briefcase-variant-off:before{content:"󱙚"}.mdi-briefcase-variant-off-outline:before{content:"󱙛"}.mdi-briefcase-variant-outline:before{content:"󱒕"}.mdi-brightness-1:before{content:"󰃚"}.mdi-brightness-2:before{content:"󰃛"}.mdi-brightness-3:before{content:"󰃜"}.mdi-brightness-4:before{content:"󰃝"}.mdi-brightness-5:before{content:"󰃞"}.mdi-brightness-6:before{content:"󰃟"}.mdi-brightness-7:before{content:"󰃠"}.mdi-brightness-auto:before{content:"󰃡"}.mdi-brightness-percent:before{content:"󰳲"}.mdi-broadcast:before{content:"󱜠"}.mdi-broadcast-off:before{content:"󱜡"}.mdi-broom:before{content:"󰃢"}.mdi-brush:before{content:"󰃣"}.mdi-bucket:before{content:"󱐕"}.mdi-bucket-outline:before{content:"󱐖"}.mdi-buddhism:before{content:"󰥋"}.mdi-buffer:before{content:"󰘙"}.mdi-buffet:before{content:"󰕸"}.mdi-bug:before{content:"󰃤"}.mdi-bug-check:before{content:"󰨮"}.mdi-bug-check-outline:before{content:"󰨯"}.mdi-bug-outline:before{content:"󰨰"}.mdi-bugle:before{content:"󰶴"}.mdi-bulldozer:before{content:"󰬢"}.mdi-bullet:before{content:"󰳳"}.mdi-bulletin-board:before{content:"󰃥"}.mdi-bullhorn:before{content:"󰃦"}.mdi-bullhorn-outline:before{content:"󰬣"}.mdi-bullseye:before{content:"󰗝"}.mdi-bullseye-arrow:before{content:"󰣉"}.mdi-bulma:before{content:"󱋧"}.mdi-bunk-bed:before{content:"󱌂"}.mdi-bunk-bed-outline:before{content:"󰂗"}.mdi-bus:before{content:"󰃧"}.mdi-bus-alert:before{content:"󰪙"}.mdi-bus-articulated-end:before{content:"󰞜"}.mdi-bus-articulated-front:before{content:"󰞝"}.mdi-bus-clock:before{content:"󰣊"}.mdi-bus-double-decker:before{content:"󰞞"}.mdi-bus-marker:before{content:"󱈒"}.mdi-bus-multiple:before{content:"󰼿"}.mdi-bus-school:before{content:"󰞟"}.mdi-bus-side:before{content:"󰞠"}.mdi-bus-stop:before{content:"󱀒"}.mdi-bus-stop-covered:before{content:"󱀓"}.mdi-bus-stop-uncovered:before{content:"󱀔"}.mdi-butterfly:before{content:"󱖉"}.mdi-butterfly-outline:before{content:"󱖊"}.mdi-cable-data:before{content:"󱎔"}.mdi-cached:before{content:"󰃨"}.mdi-cactus:before{content:"󰶵"}.mdi-cake:before{content:"󰃩"}.mdi-cake-layered:before{content:"󰃪"}.mdi-cake-variant:before{content:"󰃫"}.mdi-calculator:before{content:"󰃬"}.mdi-calculator-variant:before{content:"󰪚"}.mdi-calculator-variant-outline:before{content:"󱖦"}.mdi-calendar:before{content:"󰃭"}.mdi-calendar-account:before{content:"󰻗"}.mdi-calendar-account-outline:before{content:"󰻘"}.mdi-calendar-alert:before{content:"󰨱"}.mdi-calendar-arrow-left:before{content:"󱄴"}.mdi-calendar-arrow-right:before{content:"󱄵"}.mdi-calendar-blank:before{content:"󰃮"}.mdi-calendar-blank-multiple:before{content:"󱁳"}.mdi-calendar-blank-outline:before{content:"󰭦"}.mdi-calendar-check:before{content:"󰃯"}.mdi-calendar-check-outline:before{content:"󰱄"}.mdi-calendar-clock:before{content:"󰃰"}.mdi-calendar-clock-outline:before{content:"󱛡"}.mdi-calendar-cursor:before{content:"󱕻"}.mdi-calendar-edit:before{content:"󰢧"}.mdi-calendar-end:before{content:"󱙬"}.mdi-calendar-export:before{content:"󰬤"}.mdi-calendar-heart:before{content:"󰧒"}.mdi-calendar-import:before{content:"󰬥"}.mdi-calendar-lock:before{content:"󱙁"}.mdi-calendar-lock-outline:before{content:"󱙂"}.mdi-calendar-minus:before{content:"󰵜"}.mdi-calendar-month:before{content:"󰸗"}.mdi-calendar-month-outline:before{content:"󰸘"}.mdi-calendar-multiple:before{content:"󰃱"}.mdi-calendar-multiple-check:before{content:"󰃲"}.mdi-calendar-multiselect:before{content:"󰨲"}.mdi-calendar-outline:before{content:"󰭧"}.mdi-calendar-plus:before{content:"󰃳"}.mdi-calendar-question:before{content:"󰚒"}.mdi-calendar-range:before{content:"󰙹"}.mdi-calendar-range-outline:before{content:"󰭨"}.mdi-calendar-refresh:before{content:"󰇡"}.mdi-calendar-refresh-outline:before{content:"󰈃"}.mdi-calendar-remove:before{content:"󰃴"}.mdi-calendar-remove-outline:before{content:"󰱅"}.mdi-calendar-search:before{content:"󰥌"}.mdi-calendar-star:before{content:"󰧓"}.mdi-calendar-start:before{content:"󱙭"}.mdi-calendar-sync:before{content:"󰺎"}.mdi-calendar-sync-outline:before{content:"󰺏"}.mdi-calendar-text:before{content:"󰃵"}.mdi-calendar-text-outline:before{content:"󰱆"}.mdi-calendar-today:before{content:"󰃶"}.mdi-calendar-week:before{content:"󰨳"}.mdi-calendar-week-begin:before{content:"󰨴"}.mdi-calendar-weekend:before{content:"󰻙"}.mdi-calendar-weekend-outline:before{content:"󰻚"}.mdi-call-made:before{content:"󰃷"}.mdi-call-merge:before{content:"󰃸"}.mdi-call-missed:before{content:"󰃹"}.mdi-call-received:before{content:"󰃺"}.mdi-call-split:before{content:"󰃻"}.mdi-camcorder:before{content:"󰃼"}.mdi-camcorder-off:before{content:"󰃿"}.mdi-camera:before{content:"󰄀"}.mdi-camera-account:before{content:"󰣋"}.mdi-camera-burst:before{content:"󰚓"}.mdi-camera-control:before{content:"󰭩"}.mdi-camera-enhance:before{content:"󰄁"}.mdi-camera-enhance-outline:before{content:"󰭪"}.mdi-camera-flip:before{content:"󱗙"}.mdi-camera-flip-outline:before{content:"󱗚"}.mdi-camera-front:before{content:"󰄂"}.mdi-camera-front-variant:before{content:"󰄃"}.mdi-camera-gopro:before{content:"󰞡"}.mdi-camera-image:before{content:"󰣌"}.mdi-camera-iris:before{content:"󰄄"}.mdi-camera-metering-center:before{content:"󰞢"}.mdi-camera-metering-matrix:before{content:"󰞣"}.mdi-camera-metering-partial:before{content:"󰞤"}.mdi-camera-metering-spot:before{content:"󰞥"}.mdi-camera-off:before{content:"󰗟"}.mdi-camera-outline:before{content:"󰵝"}.mdi-camera-party-mode:before{content:"󰄅"}.mdi-camera-plus:before{content:"󰻛"}.mdi-camera-plus-outline:before{content:"󰻜"}.mdi-camera-rear:before{content:"󰄆"}.mdi-camera-rear-variant:before{content:"󰄇"}.mdi-camera-retake:before{content:"󰸙"}.mdi-camera-retake-outline:before{content:"󰸚"}.mdi-camera-switch:before{content:"󰄈"}.mdi-camera-switch-outline:before{content:"󰡊"}.mdi-camera-timer:before{content:"󰄉"}.mdi-camera-wireless:before{content:"󰶶"}.mdi-camera-wireless-outline:before{content:"󰶷"}.mdi-campfire:before{content:"󰻝"}.mdi-cancel:before{content:"󰜺"}.mdi-candle:before{content:"󰗢"}.mdi-candycane:before{content:"󰄊"}.mdi-cannabis:before{content:"󰞦"}.mdi-cannabis-off:before{content:"󱙮"}.mdi-caps-lock:before{content:"󰪛"}.mdi-car:before{content:"󰄋"}.mdi-car-2-plus:before{content:"󱀕"}.mdi-car-3-plus:before{content:"󱀖"}.mdi-car-arrow-left:before{content:"󱎲"}.mdi-car-arrow-right:before{content:"󱎳"}.mdi-car-back:before{content:"󰸛"}.mdi-car-battery:before{content:"󰄌"}.mdi-car-brake-abs:before{content:"󰱇"}.mdi-car-brake-alert:before{content:"󰱈"}.mdi-car-brake-hold:before{content:"󰵞"}.mdi-car-brake-parking:before{content:"󰵟"}.mdi-car-brake-retarder:before{content:"󱀗"}.mdi-car-child-seat:before{content:"󰾣"}.mdi-car-clutch:before{content:"󱀘"}.mdi-car-cog:before{content:"󱏌"}.mdi-car-connected:before{content:"󰄍"}.mdi-car-convertible:before{content:"󰞧"}.mdi-car-coolant-level:before{content:"󱀙"}.mdi-car-cruise-control:before{content:"󰵠"}.mdi-car-defrost-front:before{content:"󰵡"}.mdi-car-defrost-rear:before{content:"󰵢"}.mdi-car-door:before{content:"󰭫"}.mdi-car-door-lock:before{content:"󱂝"}.mdi-car-electric:before{content:"󰭬"}.mdi-car-electric-outline:before{content:"󱖵"}.mdi-car-emergency:before{content:"󱘏"}.mdi-car-esp:before{content:"󰱉"}.mdi-car-estate:before{content:"󰞨"}.mdi-car-hatchback:before{content:"󰞩"}.mdi-car-info:before{content:"󱆾"}.mdi-car-key:before{content:"󰭭"}.mdi-car-lifted-pickup:before{content:"󱔭"}.mdi-car-light-dimmed:before{content:"󰱊"}.mdi-car-light-fog:before{content:"󰱋"}.mdi-car-light-high:before{content:"󰱌"}.mdi-car-limousine:before{content:"󰣍"}.mdi-car-multiple:before{content:"󰭮"}.mdi-car-off:before{content:"󰸜"}.mdi-car-outline:before{content:"󱓭"}.mdi-car-parking-lights:before{content:"󰵣"}.mdi-car-pickup:before{content:"󰞪"}.mdi-car-seat:before{content:"󰾤"}.mdi-car-seat-cooler:before{content:"󰾥"}.mdi-car-seat-heater:before{content:"󰾦"}.mdi-car-settings:before{content:"󱏍"}.mdi-car-shift-pattern:before{content:"󰽀"}.mdi-car-side:before{content:"󰞫"}.mdi-car-sports:before{content:"󰞬"}.mdi-car-tire-alert:before{content:"󰱍"}.mdi-car-traction-control:before{content:"󰵤"}.mdi-car-turbocharger:before{content:"󱀚"}.mdi-car-wash:before{content:"󰄎"}.mdi-car-windshield:before{content:"󱀛"}.mdi-car-windshield-outline:before{content:"󱀜"}.mdi-carabiner:before{content:"󱓀"}.mdi-caravan:before{content:"󰞭"}.mdi-card:before{content:"󰭯"}.mdi-card-account-details:before{content:"󰗒"}.mdi-card-account-details-outline:before{content:"󰶫"}.mdi-card-account-details-star:before{content:"󰊣"}.mdi-card-account-details-star-outline:before{content:"󰛛"}.mdi-card-account-mail:before{content:"󰆎"}.mdi-card-account-mail-outline:before{content:"󰺘"}.mdi-card-account-phone:before{content:"󰺙"}.mdi-card-account-phone-outline:before{content:"󰺚"}.mdi-card-bulleted:before{content:"󰭰"}.mdi-card-bulleted-off:before{content:"󰭱"}.mdi-card-bulleted-off-outline:before{content:"󰭲"}.mdi-card-bulleted-outline:before{content:"󰭳"}.mdi-card-bulleted-settings:before{content:"󰭴"}.mdi-card-bulleted-settings-outline:before{content:"󰭵"}.mdi-card-minus:before{content:"󱘀"}.mdi-card-minus-outline:before{content:"󱘁"}.mdi-card-off:before{content:"󱘂"}.mdi-card-off-outline:before{content:"󱘃"}.mdi-card-outline:before{content:"󰭶"}.mdi-card-plus:before{content:"󱇿"}.mdi-card-plus-outline:before{content:"󱈀"}.mdi-card-remove:before{content:"󱘄"}.mdi-card-remove-outline:before{content:"󱘅"}.mdi-card-search:before{content:"󱁴"}.mdi-card-search-outline:before{content:"󱁵"}.mdi-card-text:before{content:"󰭷"}.mdi-card-text-outline:before{content:"󰭸"}.mdi-cards:before{content:"󰘸"}.mdi-cards-club:before{content:"󰣎"}.mdi-cards-diamond:before{content:"󰣏"}.mdi-cards-diamond-outline:before{content:"󱀝"}.mdi-cards-heart:before{content:"󰣐"}.mdi-cards-outline:before{content:"󰘹"}.mdi-cards-playing-outline:before{content:"󰘺"}.mdi-cards-spade:before{content:"󰣑"}.mdi-cards-variant:before{content:"󰛇"}.mdi-carrot:before{content:"󰄏"}.mdi-cart:before{content:"󰄐"}.mdi-cart-arrow-down:before{content:"󰵦"}.mdi-cart-arrow-right:before{content:"󰱎"}.mdi-cart-arrow-up:before{content:"󰵧"}.mdi-cart-check:before{content:"󱗪"}.mdi-cart-minus:before{content:"󰵨"}.mdi-cart-off:before{content:"󰙫"}.mdi-cart-outline:before{content:"󰄑"}.mdi-cart-plus:before{content:"󰄒"}.mdi-cart-remove:before{content:"󰵩"}.mdi-cart-variant:before{content:"󱗫"}.mdi-case-sensitive-alt:before{content:"󰄓"}.mdi-cash:before{content:"󰄔"}.mdi-cash-100:before{content:"󰄕"}.mdi-cash-check:before{content:"󱓮"}.mdi-cash-lock:before{content:"󱓪"}.mdi-cash-lock-open:before{content:"󱓫"}.mdi-cash-marker:before{content:"󰶸"}.mdi-cash-minus:before{content:"󱉠"}.mdi-cash-multiple:before{content:"󰄖"}.mdi-cash-plus:before{content:"󱉡"}.mdi-cash-refund:before{content:"󰪜"}.mdi-cash-register:before{content:"󰳴"}.mdi-cash-remove:before{content:"󱉢"}.mdi-cash-usd:before{content:"󱅶"}.mdi-cash-usd-outline:before{content:"󰄗"}.mdi-cassette:before{content:"󰧔"}.mdi-cast:before{content:"󰄘"}.mdi-cast-audio:before{content:"󱀞"}.mdi-cast-connected:before{content:"󰄙"}.mdi-cast-education:before{content:"󰸝"}.mdi-cast-off:before{content:"󰞊"}.mdi-castle:before{content:"󰄚"}.mdi-cat:before{content:"󰄛"}.mdi-cctv:before{content:"󰞮"}.mdi-ceiling-light:before{content:"󰝩"}.mdi-cellphone:before{content:"󰄜"}.mdi-cellphone-android:before{content:"󰄝"}.mdi-cellphone-arrow-down:before{content:"󰧕"}.mdi-cellphone-basic:before{content:"󰄞"}.mdi-cellphone-charging:before{content:"󱎗"}.mdi-cellphone-cog:before{content:"󰥑"}.mdi-cellphone-dock:before{content:"󰄟"}.mdi-cellphone-erase:before{content:"󰥍"}.mdi-cellphone-information:before{content:"󰽁"}.mdi-cellphone-iphone:before{content:"󰄠"}.mdi-cellphone-key:before{content:"󰥎"}.mdi-cellphone-link:before{content:"󰄡"}.mdi-cellphone-link-off:before{content:"󰄢"}.mdi-cellphone-lock:before{content:"󰥏"}.mdi-cellphone-message:before{content:"󰣓"}.mdi-cellphone-message-off:before{content:"󱃒"}.mdi-cellphone-nfc:before{content:"󰺐"}.mdi-cellphone-nfc-off:before{content:"󱋘"}.mdi-cellphone-off:before{content:"󰥐"}.mdi-cellphone-play:before{content:"󱀟"}.mdi-cellphone-screenshot:before{content:"󰨵"}.mdi-cellphone-settings:before{content:"󰄣"}.mdi-cellphone-sound:before{content:"󰥒"}.mdi-cellphone-text:before{content:"󰣒"}.mdi-cellphone-wireless:before{content:"󰠕"}.mdi-celtic-cross:before{content:"󰳵"}.mdi-centos:before{content:"󱄚"}.mdi-certificate:before{content:"󰄤"}.mdi-certificate-outline:before{content:"󱆈"}.mdi-chair-rolling:before{content:"󰽈"}.mdi-chair-school:before{content:"󰄥"}.mdi-charity:before{content:"󰱏"}.mdi-chart-arc:before{content:"󰄦"}.mdi-chart-areaspline:before{content:"󰄧"}.mdi-chart-areaspline-variant:before{content:"󰺑"}.mdi-chart-bar:before{content:"󰄨"}.mdi-chart-bar-stacked:before{content:"󰝪"}.mdi-chart-bell-curve:before{content:"󰱐"}.mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.mdi-chart-box:before{content:"󱕍"}.mdi-chart-box-outline:before{content:"󱕎"}.mdi-chart-box-plus-outline:before{content:"󱕏"}.mdi-chart-bubble:before{content:"󰗣"}.mdi-chart-donut:before{content:"󰞯"}.mdi-chart-donut-variant:before{content:"󰞰"}.mdi-chart-gantt:before{content:"󰙬"}.mdi-chart-histogram:before{content:"󰄩"}.mdi-chart-line:before{content:"󰄪"}.mdi-chart-line-stacked:before{content:"󰝫"}.mdi-chart-line-variant:before{content:"󰞱"}.mdi-chart-multiline:before{content:"󰣔"}.mdi-chart-multiple:before{content:"󱈓"}.mdi-chart-pie:before{content:"󰄫"}.mdi-chart-ppf:before{content:"󱎀"}.mdi-chart-sankey:before{content:"󱇟"}.mdi-chart-sankey-variant:before{content:"󱇠"}.mdi-chart-scatter-plot:before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.mdi-chart-timeline:before{content:"󰙮"}.mdi-chart-timeline-variant:before{content:"󰺓"}.mdi-chart-timeline-variant-shimmer:before{content:"󱖶"}.mdi-chart-tree:before{content:"󰺔"}.mdi-chat:before{content:"󰭹"}.mdi-chat-alert:before{content:"󰭺"}.mdi-chat-alert-outline:before{content:"󱋉"}.mdi-chat-minus:before{content:"󱐐"}.mdi-chat-minus-outline:before{content:"󱐓"}.mdi-chat-outline:before{content:"󰻞"}.mdi-chat-plus:before{content:"󱐏"}.mdi-chat-plus-outline:before{content:"󱐒"}.mdi-chat-processing:before{content:"󰭻"}.mdi-chat-processing-outline:before{content:"󱋊"}.mdi-chat-question:before{content:"󱜸"}.mdi-chat-question-outline:before{content:"󱜹"}.mdi-chat-remove:before{content:"󱐑"}.mdi-chat-remove-outline:before{content:"󱐔"}.mdi-chat-sleep:before{content:"󱋑"}.mdi-chat-sleep-outline:before{content:"󱋒"}.mdi-check:before{content:"󰄬"}.mdi-check-all:before{content:"󰄭"}.mdi-check-bold:before{content:"󰸞"}.mdi-check-box-multiple-outline:before{content:"󰱑"}.mdi-check-box-outline:before{content:"󰱒"}.mdi-check-circle:before{content:"󰗠"}.mdi-check-circle-outline:before{content:"󰗡"}.mdi-check-decagram:before{content:"󰞑"}.mdi-check-decagram-outline:before{content:"󱝀"}.mdi-check-network:before{content:"󰱓"}.mdi-check-network-outline:before{content:"󰱔"}.mdi-check-outline:before{content:"󰡕"}.mdi-check-underline:before{content:"󰸟"}.mdi-check-underline-circle:before{content:"󰸠"}.mdi-check-underline-circle-outline:before{content:"󰸡"}.mdi-checkbook:before{content:"󰪝"}.mdi-checkbox-blank:before{content:"󰄮"}.mdi-checkbox-blank-circle:before{content:"󰄯"}.mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.mdi-checkbox-blank-off:before{content:"󱋬"}.mdi-checkbox-blank-off-outline:before{content:"󱋭"}.mdi-checkbox-blank-outline:before{content:"󰄱"}.mdi-checkbox-intermediate:before{content:"󰡖"}.mdi-checkbox-marked:before{content:"󰄲"}.mdi-checkbox-marked-circle:before{content:"󰄳"}.mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.mdi-checkbox-marked-outline:before{content:"󰄵"}.mdi-checkbox-multiple-blank:before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.mdi-checkbox-multiple-marked:before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.mdi-checkerboard:before{content:"󰄺"}.mdi-checkerboard-minus:before{content:"󱈂"}.mdi-checkerboard-plus:before{content:"󱈁"}.mdi-checkerboard-remove:before{content:"󱈃"}.mdi-cheese:before{content:"󱊹"}.mdi-cheese-off:before{content:"󱏮"}.mdi-chef-hat:before{content:"󰭼"}.mdi-chemical-weapon:before{content:"󰄻"}.mdi-chess-bishop:before{content:"󰡜"}.mdi-chess-king:before{content:"󰡗"}.mdi-chess-knight:before{content:"󰡘"}.mdi-chess-pawn:before{content:"󰡙"}.mdi-chess-queen:before{content:"󰡚"}.mdi-chess-rook:before{content:"󰡛"}.mdi-chevron-double-down:before{content:"󰄼"}.mdi-chevron-double-left:before{content:"󰄽"}.mdi-chevron-double-right:before{content:"󰄾"}.mdi-chevron-double-up:before{content:"󰄿"}.mdi-chevron-down:before{content:"󰅀"}.mdi-chevron-down-box:before{content:"󰧖"}.mdi-chevron-down-box-outline:before{content:"󰧗"}.mdi-chevron-down-circle:before{content:"󰬦"}.mdi-chevron-down-circle-outline:before{content:"󰬧"}.mdi-chevron-left:before{content:"󰅁"}.mdi-chevron-left-box:before{content:"󰧘"}.mdi-chevron-left-box-outline:before{content:"󰧙"}.mdi-chevron-left-circle:before{content:"󰬨"}.mdi-chevron-left-circle-outline:before{content:"󰬩"}.mdi-chevron-right:before{content:"󰅂"}.mdi-chevron-right-box:before{content:"󰧚"}.mdi-chevron-right-box-outline:before{content:"󰧛"}.mdi-chevron-right-circle:before{content:"󰬪"}.mdi-chevron-right-circle-outline:before{content:"󰬫"}.mdi-chevron-triple-down:before{content:"󰶹"}.mdi-chevron-triple-left:before{content:"󰶺"}.mdi-chevron-triple-right:before{content:"󰶻"}.mdi-chevron-triple-up:before{content:"󰶼"}.mdi-chevron-up:before{content:"󰅃"}.mdi-chevron-up-box:before{content:"󰧜"}.mdi-chevron-up-box-outline:before{content:"󰧝"}.mdi-chevron-up-circle:before{content:"󰬬"}.mdi-chevron-up-circle-outline:before{content:"󰬭"}.mdi-chili-hot:before{content:"󰞲"}.mdi-chili-medium:before{content:"󰞳"}.mdi-chili-mild:before{content:"󰞴"}.mdi-chili-off:before{content:"󱑧"}.mdi-chip:before{content:"󰘚"}.mdi-christianity:before{content:"󰥓"}.mdi-christianity-outline:before{content:"󰳶"}.mdi-church:before{content:"󰅄"}.mdi-cigar:before{content:"󱆉"}.mdi-cigar-off:before{content:"󱐛"}.mdi-circle:before{content:"󰝥"}.mdi-circle-box:before{content:"󱗜"}.mdi-circle-box-outline:before{content:"󱗝"}.mdi-circle-double:before{content:"󰺕"}.mdi-circle-edit-outline:before{content:"󰣕"}.mdi-circle-expand:before{content:"󰺖"}.mdi-circle-half:before{content:"󱎕"}.mdi-circle-half-full:before{content:"󱎖"}.mdi-circle-medium:before{content:"󰧞"}.mdi-circle-multiple:before{content:"󰬸"}.mdi-circle-multiple-outline:before{content:"󰚕"}.mdi-circle-off-outline:before{content:"󱃓"}.mdi-circle-outline:before{content:"󰝦"}.mdi-circle-slice-1:before{content:"󰪞"}.mdi-circle-slice-2:before{content:"󰪟"}.mdi-circle-slice-3:before{content:"󰪠"}.mdi-circle-slice-4:before{content:"󰪡"}.mdi-circle-slice-5:before{content:"󰪢"}.mdi-circle-slice-6:before{content:"󰪣"}.mdi-circle-slice-7:before{content:"󰪤"}.mdi-circle-slice-8:before{content:"󰪥"}.mdi-circle-small:before{content:"󰧟"}.mdi-circular-saw:before{content:"󰸢"}.mdi-city:before{content:"󰅆"}.mdi-city-variant:before{content:"󰨶"}.mdi-city-variant-outline:before{content:"󰨷"}.mdi-clipboard:before{content:"󰅇"}.mdi-clipboard-account:before{content:"󰅈"}.mdi-clipboard-account-outline:before{content:"󰱕"}.mdi-clipboard-alert:before{content:"󰅉"}.mdi-clipboard-alert-outline:before{content:"󰳷"}.mdi-clipboard-arrow-down:before{content:"󰅊"}.mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.mdi-clipboard-arrow-left:before{content:"󰅋"}.mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.mdi-clipboard-arrow-right:before{content:"󰳹"}.mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.mdi-clipboard-arrow-up:before{content:"󰱗"}.mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.mdi-clipboard-check:before{content:"󰅎"}.mdi-clipboard-check-multiple:before{content:"󱉣"}.mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.mdi-clipboard-check-outline:before{content:"󰢨"}.mdi-clipboard-clock:before{content:"󱛢"}.mdi-clipboard-clock-outline:before{content:"󱛣"}.mdi-clipboard-edit:before{content:"󱓥"}.mdi-clipboard-edit-outline:before{content:"󱓦"}.mdi-clipboard-file:before{content:"󱉥"}.mdi-clipboard-file-outline:before{content:"󱉦"}.mdi-clipboard-flow:before{content:"󰛈"}.mdi-clipboard-flow-outline:before{content:"󱄗"}.mdi-clipboard-list:before{content:"󱃔"}.mdi-clipboard-list-outline:before{content:"󱃕"}.mdi-clipboard-minus:before{content:"󱘘"}.mdi-clipboard-minus-outline:before{content:"󱘙"}.mdi-clipboard-multiple:before{content:"󱉧"}.mdi-clipboard-multiple-outline:before{content:"󱉨"}.mdi-clipboard-off:before{content:"󱘚"}.mdi-clipboard-off-outline:before{content:"󱘛"}.mdi-clipboard-outline:before{content:"󰅌"}.mdi-clipboard-play:before{content:"󰱙"}.mdi-clipboard-play-multiple:before{content:"󱉩"}.mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.mdi-clipboard-play-outline:before{content:"󰱚"}.mdi-clipboard-plus:before{content:"󰝑"}.mdi-clipboard-plus-outline:before{content:"󱌟"}.mdi-clipboard-pulse:before{content:"󰡝"}.mdi-clipboard-pulse-outline:before{content:"󰡞"}.mdi-clipboard-remove:before{content:"󱘜"}.mdi-clipboard-remove-outline:before{content:"󱘝"}.mdi-clipboard-search:before{content:"󱘞"}.mdi-clipboard-search-outline:before{content:"󱘟"}.mdi-clipboard-text:before{content:"󰅍"}.mdi-clipboard-text-multiple:before{content:"󱉫"}.mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.mdi-clipboard-text-off:before{content:"󱘠"}.mdi-clipboard-text-off-outline:before{content:"󱘡"}.mdi-clipboard-text-outline:before{content:"󰨸"}.mdi-clipboard-text-play:before{content:"󰱛"}.mdi-clipboard-text-play-outline:before{content:"󰱜"}.mdi-clipboard-text-search:before{content:"󱘢"}.mdi-clipboard-text-search-outline:before{content:"󱘣"}.mdi-clippy:before{content:"󰅏"}.mdi-clock:before{content:"󰥔"}.mdi-clock-alert:before{content:"󰥕"}.mdi-clock-alert-outline:before{content:"󰗎"}.mdi-clock-check:before{content:"󰾨"}.mdi-clock-check-outline:before{content:"󰾩"}.mdi-clock-digital:before{content:"󰺗"}.mdi-clock-end:before{content:"󰅑"}.mdi-clock-fast:before{content:"󰅒"}.mdi-clock-in:before{content:"󰅓"}.mdi-clock-out:before{content:"󰅔"}.mdi-clock-outline:before{content:"󰅐"}.mdi-clock-start:before{content:"󰅕"}.mdi-clock-time-eight:before{content:"󱑆"}.mdi-clock-time-eight-outline:before{content:"󱑒"}.mdi-clock-time-eleven:before{content:"󱑉"}.mdi-clock-time-eleven-outline:before{content:"󱑕"}.mdi-clock-time-five:before{content:"󱑃"}.mdi-clock-time-five-outline:before{content:"󱑏"}.mdi-clock-time-four:before{content:"󱑂"}.mdi-clock-time-four-outline:before{content:"󱑎"}.mdi-clock-time-nine:before{content:"󱑇"}.mdi-clock-time-nine-outline:before{content:"󱑓"}.mdi-clock-time-one:before{content:"󱐿"}.mdi-clock-time-one-outline:before{content:"󱑋"}.mdi-clock-time-seven:before{content:"󱑅"}.mdi-clock-time-seven-outline:before{content:"󱑑"}.mdi-clock-time-six:before{content:"󱑄"}.mdi-clock-time-six-outline:before{content:"󱑐"}.mdi-clock-time-ten:before{content:"󱑈"}.mdi-clock-time-ten-outline:before{content:"󱑔"}.mdi-clock-time-three:before{content:"󱑁"}.mdi-clock-time-three-outline:before{content:"󱑍"}.mdi-clock-time-twelve:before{content:"󱑊"}.mdi-clock-time-twelve-outline:before{content:"󱑖"}.mdi-clock-time-two:before{content:"󱑀"}.mdi-clock-time-two-outline:before{content:"󱑌"}.mdi-close:before{content:"󰅖"}.mdi-close-box:before{content:"󰅗"}.mdi-close-box-multiple:before{content:"󰱝"}.mdi-close-box-multiple-outline:before{content:"󰱞"}.mdi-close-box-outline:before{content:"󰅘"}.mdi-close-circle:before{content:"󰅙"}.mdi-close-circle-multiple:before{content:"󰘪"}.mdi-close-circle-multiple-outline:before{content:"󰢃"}.mdi-close-circle-outline:before{content:"󰅚"}.mdi-close-network:before{content:"󰅛"}.mdi-close-network-outline:before{content:"󰱟"}.mdi-close-octagon:before{content:"󰅜"}.mdi-close-octagon-outline:before{content:"󰅝"}.mdi-close-outline:before{content:"󰛉"}.mdi-close-thick:before{content:"󱎘"}.mdi-closed-caption:before{content:"󰅞"}.mdi-closed-caption-outline:before{content:"󰶽"}.mdi-cloud:before{content:"󰅟"}.mdi-cloud-alert:before{content:"󰧠"}.mdi-cloud-braces:before{content:"󰞵"}.mdi-cloud-check:before{content:"󰅠"}.mdi-cloud-check-outline:before{content:"󱋌"}.mdi-cloud-circle:before{content:"󰅡"}.mdi-cloud-download:before{content:"󰅢"}.mdi-cloud-download-outline:before{content:"󰭽"}.mdi-cloud-lock:before{content:"󱇱"}.mdi-cloud-lock-outline:before{content:"󱇲"}.mdi-cloud-off-outline:before{content:"󰅤"}.mdi-cloud-outline:before{content:"󰅣"}.mdi-cloud-print:before{content:"󰅥"}.mdi-cloud-print-outline:before{content:"󰅦"}.mdi-cloud-question:before{content:"󰨹"}.mdi-cloud-refresh:before{content:"󰔪"}.mdi-cloud-search:before{content:"󰥖"}.mdi-cloud-search-outline:before{content:"󰥗"}.mdi-cloud-sync:before{content:"󰘿"}.mdi-cloud-sync-outline:before{content:"󱋖"}.mdi-cloud-tags:before{content:"󰞶"}.mdi-cloud-upload:before{content:"󰅧"}.mdi-cloud-upload-outline:before{content:"󰭾"}.mdi-clover:before{content:"󰠖"}.mdi-coach-lamp:before{content:"󱀠"}.mdi-coat-rack:before{content:"󱂞"}.mdi-code-array:before{content:"󰅨"}.mdi-code-braces:before{content:"󰅩"}.mdi-code-braces-box:before{content:"󱃖"}.mdi-code-brackets:before{content:"󰅪"}.mdi-code-equal:before{content:"󰅫"}.mdi-code-greater-than:before{content:"󰅬"}.mdi-code-greater-than-or-equal:before{content:"󰅭"}.mdi-code-json:before{content:"󰘦"}.mdi-code-less-than:before{content:"󰅮"}.mdi-code-less-than-or-equal:before{content:"󰅯"}.mdi-code-not-equal:before{content:"󰅰"}.mdi-code-not-equal-variant:before{content:"󰅱"}.mdi-code-parentheses:before{content:"󰅲"}.mdi-code-parentheses-box:before{content:"󱃗"}.mdi-code-string:before{content:"󰅳"}.mdi-code-tags:before{content:"󰅴"}.mdi-code-tags-check:before{content:"󰚔"}.mdi-codepen:before{content:"󰅵"}.mdi-coffee:before{content:"󰅶"}.mdi-coffee-maker:before{content:"󱂟"}.mdi-coffee-off:before{content:"󰾪"}.mdi-coffee-off-outline:before{content:"󰾫"}.mdi-coffee-outline:before{content:"󰛊"}.mdi-coffee-to-go:before{content:"󰅷"}.mdi-coffee-to-go-outline:before{content:"󱌎"}.mdi-coffin:before{content:"󰭿"}.mdi-cog:before{content:"󰒓"}.mdi-cog-box:before{content:"󰒔"}.mdi-cog-clockwise:before{content:"󱇝"}.mdi-cog-counterclockwise:before{content:"󱇞"}.mdi-cog-off:before{content:"󱏎"}.mdi-cog-off-outline:before{content:"󱏏"}.mdi-cog-outline:before{content:"󰢻"}.mdi-cog-refresh:before{content:"󱑞"}.mdi-cog-refresh-outline:before{content:"󱑟"}.mdi-cog-sync:before{content:"󱑠"}.mdi-cog-sync-outline:before{content:"󱑡"}.mdi-cog-transfer:before{content:"󱁛"}.mdi-cog-transfer-outline:before{content:"󱁜"}.mdi-cogs:before{content:"󰣖"}.mdi-collage:before{content:"󰙀"}.mdi-collapse-all:before{content:"󰪦"}.mdi-collapse-all-outline:before{content:"󰪧"}.mdi-color-helper:before{content:"󰅹"}.mdi-comma:before{content:"󰸣"}.mdi-comma-box:before{content:"󰸫"}.mdi-comma-box-outline:before{content:"󰸤"}.mdi-comma-circle:before{content:"󰸥"}.mdi-comma-circle-outline:before{content:"󰸦"}.mdi-comment:before{content:"󰅺"}.mdi-comment-account:before{content:"󰅻"}.mdi-comment-account-outline:before{content:"󰅼"}.mdi-comment-alert:before{content:"󰅽"}.mdi-comment-alert-outline:before{content:"󰅾"}.mdi-comment-arrow-left:before{content:"󰧡"}.mdi-comment-arrow-left-outline:before{content:"󰧢"}.mdi-comment-arrow-right:before{content:"󰧣"}.mdi-comment-arrow-right-outline:before{content:"󰧤"}.mdi-comment-bookmark:before{content:"󱖮"}.mdi-comment-bookmark-outline:before{content:"󱖯"}.mdi-comment-check:before{content:"󰅿"}.mdi-comment-check-outline:before{content:"󰆀"}.mdi-comment-edit:before{content:"󱆿"}.mdi-comment-edit-outline:before{content:"󱋄"}.mdi-comment-eye:before{content:"󰨺"}.mdi-comment-eye-outline:before{content:"󰨻"}.mdi-comment-flash:before{content:"󱖰"}.mdi-comment-flash-outline:before{content:"󱖱"}.mdi-comment-minus:before{content:"󱗟"}.mdi-comment-minus-outline:before{content:"󱗠"}.mdi-comment-multiple:before{content:"󰡟"}.mdi-comment-multiple-outline:before{content:"󰆁"}.mdi-comment-off:before{content:"󱗡"}.mdi-comment-off-outline:before{content:"󱗢"}.mdi-comment-outline:before{content:"󰆂"}.mdi-comment-plus:before{content:"󰧥"}.mdi-comment-plus-outline:before{content:"󰆃"}.mdi-comment-processing:before{content:"󰆄"}.mdi-comment-processing-outline:before{content:"󰆅"}.mdi-comment-question:before{content:"󰠗"}.mdi-comment-question-outline:before{content:"󰆆"}.mdi-comment-quote:before{content:"󱀡"}.mdi-comment-quote-outline:before{content:"󱀢"}.mdi-comment-remove:before{content:"󰗞"}.mdi-comment-remove-outline:before{content:"󰆇"}.mdi-comment-search:before{content:"󰨼"}.mdi-comment-search-outline:before{content:"󰨽"}.mdi-comment-text:before{content:"󰆈"}.mdi-comment-text-multiple:before{content:"󰡠"}.mdi-comment-text-multiple-outline:before{content:"󰡡"}.mdi-comment-text-outline:before{content:"󰆉"}.mdi-compare:before{content:"󰆊"}.mdi-compare-horizontal:before{content:"󱒒"}.mdi-compare-vertical:before{content:"󱒓"}.mdi-compass:before{content:"󰆋"}.mdi-compass-off:before{content:"󰮀"}.mdi-compass-off-outline:before{content:"󰮁"}.mdi-compass-outline:before{content:"󰆌"}.mdi-compass-rose:before{content:"󱎂"}.mdi-concourse-ci:before{content:"󱂠"}.mdi-connection:before{content:"󱘖"}.mdi-console:before{content:"󰆍"}.mdi-console-line:before{content:"󰞷"}.mdi-console-network:before{content:"󰢩"}.mdi-console-network-outline:before{content:"󰱠"}.mdi-consolidate:before{content:"󱃘"}.mdi-contactless-payment:before{content:"󰵪"}.mdi-contactless-payment-circle:before{content:"󰌡"}.mdi-contactless-payment-circle-outline:before{content:"󰐈"}.mdi-contacts:before{content:"󰛋"}.mdi-contacts-outline:before{content:"󰖸"}.mdi-contain:before{content:"󰨾"}.mdi-contain-end:before{content:"󰨿"}.mdi-contain-start:before{content:"󰩀"}.mdi-content-copy:before{content:"󰆏"}.mdi-content-cut:before{content:"󰆐"}.mdi-content-duplicate:before{content:"󰆑"}.mdi-content-paste:before{content:"󰆒"}.mdi-content-save:before{content:"󰆓"}.mdi-content-save-alert:before{content:"󰽂"}.mdi-content-save-alert-outline:before{content:"󰽃"}.mdi-content-save-all:before{content:"󰆔"}.mdi-content-save-all-outline:before{content:"󰽄"}.mdi-content-save-cog:before{content:"󱑛"}.mdi-content-save-cog-outline:before{content:"󱑜"}.mdi-content-save-edit:before{content:"󰳻"}.mdi-content-save-edit-outline:before{content:"󰳼"}.mdi-content-save-move:before{content:"󰸧"}.mdi-content-save-move-outline:before{content:"󰸨"}.mdi-content-save-off:before{content:"󱙃"}.mdi-content-save-off-outline:before{content:"󱙄"}.mdi-content-save-outline:before{content:"󰠘"}.mdi-content-save-settings:before{content:"󰘛"}.mdi-content-save-settings-outline:before{content:"󰬮"}.mdi-contrast:before{content:"󰆕"}.mdi-contrast-box:before{content:"󰆖"}.mdi-contrast-circle:before{content:"󰆗"}.mdi-controller-classic:before{content:"󰮂"}.mdi-controller-classic-outline:before{content:"󰮃"}.mdi-cookie:before{content:"󰆘"}.mdi-cookie-alert:before{content:"󱛐"}.mdi-cookie-alert-outline:before{content:"󱛑"}.mdi-cookie-check:before{content:"󱛒"}.mdi-cookie-check-outline:before{content:"󱛓"}.mdi-cookie-clock:before{content:"󱛤"}.mdi-cookie-clock-outline:before{content:"󱛥"}.mdi-cookie-cog:before{content:"󱛔"}.mdi-cookie-cog-outline:before{content:"󱛕"}.mdi-cookie-edit:before{content:"󱛦"}.mdi-cookie-edit-outline:before{content:"󱛧"}.mdi-cookie-lock:before{content:"󱛨"}.mdi-cookie-lock-outline:before{content:"󱛩"}.mdi-cookie-minus:before{content:"󱛚"}.mdi-cookie-minus-outline:before{content:"󱛛"}.mdi-cookie-off:before{content:"󱛪"}.mdi-cookie-off-outline:before{content:"󱛫"}.mdi-cookie-outline:before{content:"󱛞"}.mdi-cookie-plus:before{content:"󱛖"}.mdi-cookie-plus-outline:before{content:"󱛗"}.mdi-cookie-refresh:before{content:"󱛬"}.mdi-cookie-refresh-outline:before{content:"󱛭"}.mdi-cookie-remove:before{content:"󱛘"}.mdi-cookie-remove-outline:before{content:"󱛙"}.mdi-cookie-settings:before{content:"󱛜"}.mdi-cookie-settings-outline:before{content:"󱛝"}.mdi-coolant-temperature:before{content:"󰏈"}.mdi-copyright:before{content:"󰗦"}.mdi-cordova:before{content:"󰥘"}.mdi-corn:before{content:"󰞸"}.mdi-corn-off:before{content:"󱏯"}.mdi-cosine-wave:before{content:"󱑹"}.mdi-counter:before{content:"󰆙"}.mdi-cow:before{content:"󰆚"}.mdi-cpu-32-bit:before{content:"󰻟"}.mdi-cpu-64-bit:before{content:"󰻠"}.mdi-crane:before{content:"󰡢"}.mdi-creation:before{content:"󰙴"}.mdi-creative-commons:before{content:"󰵫"}.mdi-credit-card:before{content:"󰿯"}.mdi-credit-card-check:before{content:"󱏐"}.mdi-credit-card-check-outline:before{content:"󱏑"}.mdi-credit-card-clock:before{content:"󰻡"}.mdi-credit-card-clock-outline:before{content:"󰻢"}.mdi-credit-card-marker:before{content:"󰚨"}.mdi-credit-card-marker-outline:before{content:"󰶾"}.mdi-credit-card-minus:before{content:"󰾬"}.mdi-credit-card-minus-outline:before{content:"󰾭"}.mdi-credit-card-multiple:before{content:"󰿰"}.mdi-credit-card-multiple-outline:before{content:"󰆜"}.mdi-credit-card-off:before{content:"󰿱"}.mdi-credit-card-off-outline:before{content:"󰗤"}.mdi-credit-card-outline:before{content:"󰆛"}.mdi-credit-card-plus:before{content:"󰿲"}.mdi-credit-card-plus-outline:before{content:"󰙶"}.mdi-credit-card-refresh:before{content:"󱙅"}.mdi-credit-card-refresh-outline:before{content:"󱙆"}.mdi-credit-card-refund:before{content:"󰿳"}.mdi-credit-card-refund-outline:before{content:"󰪨"}.mdi-credit-card-remove:before{content:"󰾮"}.mdi-credit-card-remove-outline:before{content:"󰾯"}.mdi-credit-card-scan:before{content:"󰿴"}.mdi-credit-card-scan-outline:before{content:"󰆝"}.mdi-credit-card-search:before{content:"󱙇"}.mdi-credit-card-search-outline:before{content:"󱙈"}.mdi-credit-card-settings:before{content:"󰿵"}.mdi-credit-card-settings-outline:before{content:"󰣗"}.mdi-credit-card-sync:before{content:"󱙉"}.mdi-credit-card-sync-outline:before{content:"󱙊"}.mdi-credit-card-wireless:before{content:"󰠂"}.mdi-credit-card-wireless-off:before{content:"󰕺"}.mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.mdi-credit-card-wireless-outline:before{content:"󰵬"}.mdi-cricket:before{content:"󰵭"}.mdi-crop:before{content:"󰆞"}.mdi-crop-free:before{content:"󰆟"}.mdi-crop-landscape:before{content:"󰆠"}.mdi-crop-portrait:before{content:"󰆡"}.mdi-crop-rotate:before{content:"󰚖"}.mdi-crop-square:before{content:"󰆢"}.mdi-crosshairs:before{content:"󰆣"}.mdi-crosshairs-gps:before{content:"󰆤"}.mdi-crosshairs-off:before{content:"󰽅"}.mdi-crosshairs-question:before{content:"󱄶"}.mdi-crown:before{content:"󰆥"}.mdi-crown-outline:before{content:"󱇐"}.mdi-cryengine:before{content:"󰥙"}.mdi-crystal-ball:before{content:"󰬯"}.mdi-cube:before{content:"󰆦"}.mdi-cube-off:before{content:"󱐜"}.mdi-cube-off-outline:before{content:"󱐝"}.mdi-cube-outline:before{content:"󰆧"}.mdi-cube-scan:before{content:"󰮄"}.mdi-cube-send:before{content:"󰆨"}.mdi-cube-unfolded:before{content:"󰆩"}.mdi-cup:before{content:"󰆪"}.mdi-cup-off:before{content:"󰗥"}.mdi-cup-off-outline:before{content:"󱍽"}.mdi-cup-outline:before{content:"󱌏"}.mdi-cup-water:before{content:"󰆫"}.mdi-cupboard:before{content:"󰽆"}.mdi-cupboard-outline:before{content:"󰽇"}.mdi-cupcake:before{content:"󰥚"}.mdi-curling:before{content:"󰡣"}.mdi-currency-bdt:before{content:"󰡤"}.mdi-currency-brl:before{content:"󰮅"}.mdi-currency-btc:before{content:"󰆬"}.mdi-currency-cny:before{content:"󰞺"}.mdi-currency-eth:before{content:"󰞻"}.mdi-currency-eur:before{content:"󰆭"}.mdi-currency-eur-off:before{content:"󱌕"}.mdi-currency-gbp:before{content:"󰆮"}.mdi-currency-ils:before{content:"󰱡"}.mdi-currency-inr:before{content:"󰆯"}.mdi-currency-jpy:before{content:"󰞼"}.mdi-currency-krw:before{content:"󰞽"}.mdi-currency-kzt:before{content:"󰡥"}.mdi-currency-mnt:before{content:"󱔒"}.mdi-currency-ngn:before{content:"󰆰"}.mdi-currency-php:before{content:"󰧦"}.mdi-currency-rial:before{content:"󰺜"}.mdi-currency-rub:before{content:"󰆱"}.mdi-currency-sign:before{content:"󰞾"}.mdi-currency-try:before{content:"󰆲"}.mdi-currency-twd:before{content:"󰞿"}.mdi-currency-usd:before{content:"󰇁"}.mdi-currency-usd-circle:before{content:"󱅫"}.mdi-currency-usd-circle-outline:before{content:"󰅸"}.mdi-currency-usd-off:before{content:"󰙺"}.mdi-current-ac:before{content:"󱒀"}.mdi-current-dc:before{content:"󰥜"}.mdi-cursor-default:before{content:"󰇀"}.mdi-cursor-default-click:before{content:"󰳽"}.mdi-cursor-default-click-outline:before{content:"󰳾"}.mdi-cursor-default-gesture:before{content:"󱄧"}.mdi-cursor-default-gesture-outline:before{content:"󱄨"}.mdi-cursor-default-outline:before{content:"󰆿"}.mdi-cursor-move:before{content:"󰆾"}.mdi-cursor-pointer:before{content:"󰆽"}.mdi-cursor-text:before{content:"󰗧"}.mdi-dance-ballroom:before{content:"󱗻"}.mdi-dance-pole:before{content:"󱕸"}.mdi-data-matrix:before{content:"󱔼"}.mdi-data-matrix-edit:before{content:"󱔽"}.mdi-data-matrix-minus:before{content:"󱔾"}.mdi-data-matrix-plus:before{content:"󱔿"}.mdi-data-matrix-remove:before{content:"󱕀"}.mdi-data-matrix-scan:before{content:"󱕁"}.mdi-database:before{content:"󰆼"}.mdi-database-alert:before{content:"󱘺"}.mdi-database-alert-outline:before{content:"󱘤"}.mdi-database-arrow-down:before{content:"󱘻"}.mdi-database-arrow-down-outline:before{content:"󱘥"}.mdi-database-arrow-left:before{content:"󱘼"}.mdi-database-arrow-left-outline:before{content:"󱘦"}.mdi-database-arrow-right:before{content:"󱘽"}.mdi-database-arrow-right-outline:before{content:"󱘧"}.mdi-database-arrow-up:before{content:"󱘾"}.mdi-database-arrow-up-outline:before{content:"󱘨"}.mdi-database-check:before{content:"󰪩"}.mdi-database-check-outline:before{content:"󱘩"}.mdi-database-clock:before{content:"󱘿"}.mdi-database-clock-outline:before{content:"󱘪"}.mdi-database-cog:before{content:"󱙋"}.mdi-database-cog-outline:before{content:"󱙌"}.mdi-database-edit:before{content:"󰮆"}.mdi-database-edit-outline:before{content:"󱘫"}.mdi-database-export:before{content:"󰥞"}.mdi-database-export-outline:before{content:"󱘬"}.mdi-database-import:before{content:"󰥝"}.mdi-database-import-outline:before{content:"󱘭"}.mdi-database-lock:before{content:"󰪪"}.mdi-database-lock-outline:before{content:"󱘮"}.mdi-database-marker:before{content:"󱋶"}.mdi-database-marker-outline:before{content:"󱘯"}.mdi-database-minus:before{content:"󰆻"}.mdi-database-minus-outline:before{content:"󱘰"}.mdi-database-off:before{content:"󱙀"}.mdi-database-off-outline:before{content:"󱘱"}.mdi-database-outline:before{content:"󱘲"}.mdi-database-plus:before{content:"󰆺"}.mdi-database-plus-outline:before{content:"󱘳"}.mdi-database-refresh:before{content:"󰗂"}.mdi-database-refresh-outline:before{content:"󱘴"}.mdi-database-remove:before{content:"󰴀"}.mdi-database-remove-outline:before{content:"󱘵"}.mdi-database-search:before{content:"󰡦"}.mdi-database-search-outline:before{content:"󱘶"}.mdi-database-settings:before{content:"󰴁"}.mdi-database-settings-outline:before{content:"󱘷"}.mdi-database-sync:before{content:"󰳿"}.mdi-database-sync-outline:before{content:"󱘸"}.mdi-death-star:before{content:"󰣘"}.mdi-death-star-variant:before{content:"󰣙"}.mdi-deathly-hallows:before{content:"󰮇"}.mdi-debian:before{content:"󰣚"}.mdi-debug-step-into:before{content:"󰆹"}.mdi-debug-step-out:before{content:"󰆸"}.mdi-debug-step-over:before{content:"󰆷"}.mdi-decagram:before{content:"󰝬"}.mdi-decagram-outline:before{content:"󰝭"}.mdi-decimal:before{content:"󱂡"}.mdi-decimal-comma:before{content:"󱂢"}.mdi-decimal-comma-decrease:before{content:"󱂣"}.mdi-decimal-comma-increase:before{content:"󱂤"}.mdi-decimal-decrease:before{content:"󰆶"}.mdi-decimal-increase:before{content:"󰆵"}.mdi-delete:before{content:"󰆴"}.mdi-delete-alert:before{content:"󱂥"}.mdi-delete-alert-outline:before{content:"󱂦"}.mdi-delete-circle:before{content:"󰚃"}.mdi-delete-circle-outline:before{content:"󰮈"}.mdi-delete-clock:before{content:"󱕖"}.mdi-delete-clock-outline:before{content:"󱕗"}.mdi-delete-empty:before{content:"󰛌"}.mdi-delete-empty-outline:before{content:"󰺝"}.mdi-delete-forever:before{content:"󰗨"}.mdi-delete-forever-outline:before{content:"󰮉"}.mdi-delete-off:before{content:"󱂧"}.mdi-delete-off-outline:before{content:"󱂨"}.mdi-delete-outline:before{content:"󰧧"}.mdi-delete-restore:before{content:"󰠙"}.mdi-delete-sweep:before{content:"󰗩"}.mdi-delete-sweep-outline:before{content:"󰱢"}.mdi-delete-variant:before{content:"󰆳"}.mdi-delta:before{content:"󰇂"}.mdi-desk:before{content:"󱈹"}.mdi-desk-lamp:before{content:"󰥟"}.mdi-deskphone:before{content:"󰇃"}.mdi-desktop-classic:before{content:"󰟀"}.mdi-desktop-mac:before{content:"󰇄"}.mdi-desktop-mac-dashboard:before{content:"󰧨"}.mdi-desktop-tower:before{content:"󰇅"}.mdi-desktop-tower-monitor:before{content:"󰪫"}.mdi-details:before{content:"󰇆"}.mdi-dev-to:before{content:"󰵮"}.mdi-developer-board:before{content:"󰚗"}.mdi-deviantart:before{content:"󰇇"}.mdi-devices:before{content:"󰾰"}.mdi-diabetes:before{content:"󱄦"}.mdi-dialpad:before{content:"󰘜"}.mdi-diameter:before{content:"󰱣"}.mdi-diameter-outline:before{content:"󰱤"}.mdi-diameter-variant:before{content:"󰱥"}.mdi-diamond:before{content:"󰮊"}.mdi-diamond-outline:before{content:"󰮋"}.mdi-diamond-stone:before{content:"󰇈"}.mdi-dice-1:before{content:"󰇊"}.mdi-dice-1-outline:before{content:"󱅊"}.mdi-dice-2:before{content:"󰇋"}.mdi-dice-2-outline:before{content:"󱅋"}.mdi-dice-3:before{content:"󰇌"}.mdi-dice-3-outline:before{content:"󱅌"}.mdi-dice-4:before{content:"󰇍"}.mdi-dice-4-outline:before{content:"󱅍"}.mdi-dice-5:before{content:"󰇎"}.mdi-dice-5-outline:before{content:"󱅎"}.mdi-dice-6:before{content:"󰇏"}.mdi-dice-6-outline:before{content:"󱅏"}.mdi-dice-d10:before{content:"󱅓"}.mdi-dice-d10-outline:before{content:"󰝯"}.mdi-dice-d12:before{content:"󱅔"}.mdi-dice-d12-outline:before{content:"󰡧"}.mdi-dice-d20:before{content:"󱅕"}.mdi-dice-d20-outline:before{content:"󰗪"}.mdi-dice-d4:before{content:"󱅐"}.mdi-dice-d4-outline:before{content:"󰗫"}.mdi-dice-d6:before{content:"󱅑"}.mdi-dice-d6-outline:before{content:"󰗭"}.mdi-dice-d8:before{content:"󱅒"}.mdi-dice-d8-outline:before{content:"󰗬"}.mdi-dice-multiple:before{content:"󰝮"}.mdi-dice-multiple-outline:before{content:"󱅖"}.mdi-digital-ocean:before{content:"󱈷"}.mdi-dip-switch:before{content:"󰟁"}.mdi-directions:before{content:"󰇐"}.mdi-directions-fork:before{content:"󰙁"}.mdi-disc:before{content:"󰗮"}.mdi-disc-alert:before{content:"󰇑"}.mdi-disc-player:before{content:"󰥠"}.mdi-discord:before{content:"󰙯"}.mdi-dishwasher:before{content:"󰪬"}.mdi-dishwasher-alert:before{content:"󱆸"}.mdi-dishwasher-off:before{content:"󱆹"}.mdi-disqus:before{content:"󰇒"}.mdi-distribute-horizontal-center:before{content:"󱇉"}.mdi-distribute-horizontal-left:before{content:"󱇈"}.mdi-distribute-horizontal-right:before{content:"󱇊"}.mdi-distribute-vertical-bottom:before{content:"󱇋"}.mdi-distribute-vertical-center:before{content:"󱇌"}.mdi-distribute-vertical-top:before{content:"󱇍"}.mdi-diving-flippers:before{content:"󰶿"}.mdi-diving-helmet:before{content:"󰷀"}.mdi-diving-scuba:before{content:"󰷁"}.mdi-diving-scuba-flag:before{content:"󰷂"}.mdi-diving-scuba-tank:before{content:"󰷃"}.mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.mdi-diving-snorkel:before{content:"󰷅"}.mdi-division:before{content:"󰇔"}.mdi-division-box:before{content:"󰇕"}.mdi-dlna:before{content:"󰩁"}.mdi-dna:before{content:"󰚄"}.mdi-dns:before{content:"󰇖"}.mdi-dns-outline:before{content:"󰮌"}.mdi-do-not-disturb:before{content:"󰚘"}.mdi-do-not-disturb-off:before{content:"󰚙"}.mdi-dock-bottom:before{content:"󱂩"}.mdi-dock-left:before{content:"󱂪"}.mdi-dock-right:before{content:"󱂫"}.mdi-dock-top:before{content:"󱔓"}.mdi-dock-window:before{content:"󱂬"}.mdi-docker:before{content:"󰡨"}.mdi-doctor:before{content:"󰩂"}.mdi-dog:before{content:"󰩃"}.mdi-dog-service:before{content:"󰪭"}.mdi-dog-side:before{content:"󰩄"}.mdi-dog-side-off:before{content:"󱛮"}.mdi-dolby:before{content:"󰚳"}.mdi-dolly:before{content:"󰺞"}.mdi-domain:before{content:"󰇗"}.mdi-domain-off:before{content:"󰵯"}.mdi-domain-plus:before{content:"󱂭"}.mdi-domain-remove:before{content:"󱂮"}.mdi-dome-light:before{content:"󱐞"}.mdi-domino-mask:before{content:"󱀣"}.mdi-donkey:before{content:"󰟂"}.mdi-door:before{content:"󰠚"}.mdi-door-closed:before{content:"󰠛"}.mdi-door-closed-lock:before{content:"󱂯"}.mdi-door-open:before{content:"󰠜"}.mdi-doorbell:before{content:"󱋦"}.mdi-doorbell-video:before{content:"󰡩"}.mdi-dot-net:before{content:"󰪮"}.mdi-dots-grid:before{content:"󱗼"}.mdi-dots-hexagon:before{content:"󱗿"}.mdi-dots-horizontal:before{content:"󰇘"}.mdi-dots-horizontal-circle:before{content:"󰟃"}.mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.mdi-dots-square:before{content:"󱗽"}.mdi-dots-triangle:before{content:"󱗾"}.mdi-dots-vertical:before{content:"󰇙"}.mdi-dots-vertical-circle:before{content:"󰟄"}.mdi-dots-vertical-circle-outline:before{content:"󰮎"}.mdi-douban:before{content:"󰚚"}.mdi-download:before{content:"󰇚"}.mdi-download-box:before{content:"󱑢"}.mdi-download-box-outline:before{content:"󱑣"}.mdi-download-circle:before{content:"󱑤"}.mdi-download-circle-outline:before{content:"󱑥"}.mdi-download-lock:before{content:"󱌠"}.mdi-download-lock-outline:before{content:"󱌡"}.mdi-download-multiple:before{content:"󰧩"}.mdi-download-network:before{content:"󰛴"}.mdi-download-network-outline:before{content:"󰱦"}.mdi-download-off:before{content:"󱂰"}.mdi-download-off-outline:before{content:"󱂱"}.mdi-download-outline:before{content:"󰮏"}.mdi-drag:before{content:"󰇛"}.mdi-drag-horizontal:before{content:"󰇜"}.mdi-drag-horizontal-variant:before{content:"󱋰"}.mdi-drag-variant:before{content:"󰮐"}.mdi-drag-vertical:before{content:"󰇝"}.mdi-drag-vertical-variant:before{content:"󱋱"}.mdi-drama-masks:before{content:"󰴂"}.mdi-draw:before{content:"󰽉"}.mdi-drawing:before{content:"󰇞"}.mdi-drawing-box:before{content:"󰇟"}.mdi-dresser:before{content:"󰽊"}.mdi-dresser-outline:before{content:"󰽋"}.mdi-drone:before{content:"󰇢"}.mdi-dropbox:before{content:"󰇣"}.mdi-drupal:before{content:"󰇤"}.mdi-duck:before{content:"󰇥"}.mdi-dumbbell:before{content:"󰇦"}.mdi-dump-truck:before{content:"󰱧"}.mdi-ear-hearing:before{content:"󰟅"}.mdi-ear-hearing-off:before{content:"󰩅"}.mdi-earth:before{content:"󰇧"}.mdi-earth-arrow-right:before{content:"󱌑"}.mdi-earth-box:before{content:"󰛍"}.mdi-earth-box-minus:before{content:"󱐇"}.mdi-earth-box-off:before{content:"󰛎"}.mdi-earth-box-plus:before{content:"󱐆"}.mdi-earth-box-remove:before{content:"󱐈"}.mdi-earth-minus:before{content:"󱐄"}.mdi-earth-off:before{content:"󰇨"}.mdi-earth-plus:before{content:"󱐃"}.mdi-earth-remove:before{content:"󱐅"}.mdi-egg:before{content:"󰪯"}.mdi-egg-easter:before{content:"󰪰"}.mdi-egg-off:before{content:"󱏰"}.mdi-egg-off-outline:before{content:"󱏱"}.mdi-egg-outline:before{content:"󱏲"}.mdi-eiffel-tower:before{content:"󱕫"}.mdi-eight-track:before{content:"󰧪"}.mdi-eject:before{content:"󰇪"}.mdi-eject-outline:before{content:"󰮑"}.mdi-electric-switch:before{content:"󰺟"}.mdi-electric-switch-closed:before{content:"󱃙"}.mdi-electron-framework:before{content:"󱀤"}.mdi-elephant:before{content:"󰟆"}.mdi-elevation-decline:before{content:"󰇫"}.mdi-elevation-rise:before{content:"󰇬"}.mdi-elevator:before{content:"󰇭"}.mdi-elevator-down:before{content:"󱋂"}.mdi-elevator-passenger:before{content:"󱎁"}.mdi-elevator-up:before{content:"󱋁"}.mdi-ellipse:before{content:"󰺠"}.mdi-ellipse-outline:before{content:"󰺡"}.mdi-email:before{content:"󰇮"}.mdi-email-alert:before{content:"󰛏"}.mdi-email-alert-outline:before{content:"󰵂"}.mdi-email-box:before{content:"󰴃"}.mdi-email-check:before{content:"󰪱"}.mdi-email-check-outline:before{content:"󰪲"}.mdi-email-edit:before{content:"󰻣"}.mdi-email-edit-outline:before{content:"󰻤"}.mdi-email-lock:before{content:"󰇱"}.mdi-email-mark-as-unread:before{content:"󰮒"}.mdi-email-minus:before{content:"󰻥"}.mdi-email-minus-outline:before{content:"󰻦"}.mdi-email-multiple:before{content:"󰻧"}.mdi-email-multiple-outline:before{content:"󰻨"}.mdi-email-newsletter:before{content:"󰾱"}.mdi-email-off:before{content:"󱏣"}.mdi-email-off-outline:before{content:"󱏤"}.mdi-email-open:before{content:"󰇯"}.mdi-email-open-multiple:before{content:"󰻩"}.mdi-email-open-multiple-outline:before{content:"󰻪"}.mdi-email-open-outline:before{content:"󰗯"}.mdi-email-outline:before{content:"󰇰"}.mdi-email-plus:before{content:"󰧫"}.mdi-email-plus-outline:before{content:"󰧬"}.mdi-email-receive:before{content:"󱃚"}.mdi-email-receive-outline:before{content:"󱃛"}.mdi-email-remove:before{content:"󱙡"}.mdi-email-remove-outline:before{content:"󱙢"}.mdi-email-search:before{content:"󰥡"}.mdi-email-search-outline:before{content:"󰥢"}.mdi-email-send:before{content:"󱃜"}.mdi-email-send-outline:before{content:"󱃝"}.mdi-email-sync:before{content:"󱋇"}.mdi-email-sync-outline:before{content:"󱋈"}.mdi-email-variant:before{content:"󰗰"}.mdi-ember:before{content:"󰬰"}.mdi-emby:before{content:"󰚴"}.mdi-emoticon:before{content:"󰱨"}.mdi-emoticon-angry:before{content:"󰱩"}.mdi-emoticon-angry-outline:before{content:"󰱪"}.mdi-emoticon-confused:before{content:"󱃞"}.mdi-emoticon-confused-outline:before{content:"󱃟"}.mdi-emoticon-cool:before{content:"󰱫"}.mdi-emoticon-cool-outline:before{content:"󰇳"}.mdi-emoticon-cry:before{content:"󰱬"}.mdi-emoticon-cry-outline:before{content:"󰱭"}.mdi-emoticon-dead:before{content:"󰱮"}.mdi-emoticon-dead-outline:before{content:"󰚛"}.mdi-emoticon-devil:before{content:"󰱯"}.mdi-emoticon-devil-outline:before{content:"󰇴"}.mdi-emoticon-excited:before{content:"󰱰"}.mdi-emoticon-excited-outline:before{content:"󰚜"}.mdi-emoticon-frown:before{content:"󰽌"}.mdi-emoticon-frown-outline:before{content:"󰽍"}.mdi-emoticon-happy:before{content:"󰱱"}.mdi-emoticon-happy-outline:before{content:"󰇵"}.mdi-emoticon-kiss:before{content:"󰱲"}.mdi-emoticon-kiss-outline:before{content:"󰱳"}.mdi-emoticon-lol:before{content:"󱈔"}.mdi-emoticon-lol-outline:before{content:"󱈕"}.mdi-emoticon-neutral:before{content:"󰱴"}.mdi-emoticon-neutral-outline:before{content:"󰇶"}.mdi-emoticon-outline:before{content:"󰇲"}.mdi-emoticon-poop:before{content:"󰇷"}.mdi-emoticon-poop-outline:before{content:"󰱵"}.mdi-emoticon-sad:before{content:"󰱶"}.mdi-emoticon-sad-outline:before{content:"󰇸"}.mdi-emoticon-sick:before{content:"󱕼"}.mdi-emoticon-sick-outline:before{content:"󱕽"}.mdi-emoticon-tongue:before{content:"󰇹"}.mdi-emoticon-tongue-outline:before{content:"󰱷"}.mdi-emoticon-wink:before{content:"󰱸"}.mdi-emoticon-wink-outline:before{content:"󰱹"}.mdi-engine:before{content:"󰇺"}.mdi-engine-off:before{content:"󰩆"}.mdi-engine-off-outline:before{content:"󰩇"}.mdi-engine-outline:before{content:"󰇻"}.mdi-epsilon:before{content:"󱃠"}.mdi-equal:before{content:"󰇼"}.mdi-equal-box:before{content:"󰇽"}.mdi-equalizer:before{content:"󰺢"}.mdi-equalizer-outline:before{content:"󰺣"}.mdi-eraser:before{content:"󰇾"}.mdi-eraser-variant:before{content:"󰙂"}.mdi-escalator:before{content:"󰇿"}.mdi-escalator-box:before{content:"󱎙"}.mdi-escalator-down:before{content:"󱋀"}.mdi-escalator-up:before{content:"󱊿"}.mdi-eslint:before{content:"󰱺"}.mdi-et:before{content:"󰪳"}.mdi-ethereum:before{content:"󰡪"}.mdi-ethernet:before{content:"󰈀"}.mdi-ethernet-cable:before{content:"󰈁"}.mdi-ethernet-cable-off:before{content:"󰈂"}.mdi-ev-plug-ccs1:before{content:"󱔙"}.mdi-ev-plug-ccs2:before{content:"󱔚"}.mdi-ev-plug-chademo:before{content:"󱔛"}.mdi-ev-plug-tesla:before{content:"󱔜"}.mdi-ev-plug-type1:before{content:"󱔝"}.mdi-ev-plug-type2:before{content:"󱔞"}.mdi-ev-station:before{content:"󰗱"}.mdi-evernote:before{content:"󰈄"}.mdi-excavator:before{content:"󱀥"}.mdi-exclamation:before{content:"󰈅"}.mdi-exclamation-thick:before{content:"󱈸"}.mdi-exit-run:before{content:"󰩈"}.mdi-exit-to-app:before{content:"󰈆"}.mdi-expand-all:before{content:"󰪴"}.mdi-expand-all-outline:before{content:"󰪵"}.mdi-expansion-card:before{content:"󰢮"}.mdi-expansion-card-variant:before{content:"󰾲"}.mdi-exponent:before{content:"󰥣"}.mdi-exponent-box:before{content:"󰥤"}.mdi-export:before{content:"󰈇"}.mdi-export-variant:before{content:"󰮓"}.mdi-eye:before{content:"󰈈"}.mdi-eye-check:before{content:"󰴄"}.mdi-eye-check-outline:before{content:"󰴅"}.mdi-eye-circle:before{content:"󰮔"}.mdi-eye-circle-outline:before{content:"󰮕"}.mdi-eye-minus:before{content:"󱀦"}.mdi-eye-minus-outline:before{content:"󱀧"}.mdi-eye-off:before{content:"󰈉"}.mdi-eye-off-outline:before{content:"󰛑"}.mdi-eye-outline:before{content:"󰛐"}.mdi-eye-plus:before{content:"󰡫"}.mdi-eye-plus-outline:before{content:"󰡬"}.mdi-eye-remove:before{content:"󱗣"}.mdi-eye-remove-outline:before{content:"󱗤"}.mdi-eye-settings:before{content:"󰡭"}.mdi-eye-settings-outline:before{content:"󰡮"}.mdi-eyedropper:before{content:"󰈊"}.mdi-eyedropper-minus:before{content:"󱏝"}.mdi-eyedropper-off:before{content:"󱏟"}.mdi-eyedropper-plus:before{content:"󱏜"}.mdi-eyedropper-remove:before{content:"󱏞"}.mdi-eyedropper-variant:before{content:"󰈋"}.mdi-face:before{content:"󰙃"}.mdi-face-agent:before{content:"󰵰"}.mdi-face-mask:before{content:"󱖆"}.mdi-face-mask-outline:before{content:"󱖇"}.mdi-face-outline:before{content:"󰮖"}.mdi-face-profile:before{content:"󰙄"}.mdi-face-profile-woman:before{content:"󱁶"}.mdi-face-recognition:before{content:"󰱻"}.mdi-face-shimmer:before{content:"󱗌"}.mdi-face-shimmer-outline:before{content:"󱗍"}.mdi-face-woman:before{content:"󱁷"}.mdi-face-woman-outline:before{content:"󱁸"}.mdi-face-woman-shimmer:before{content:"󱗎"}.mdi-face-woman-shimmer-outline:before{content:"󱗏"}.mdi-facebook:before{content:"󰈌"}.mdi-facebook-gaming:before{content:"󰟝"}.mdi-facebook-messenger:before{content:"󰈎"}.mdi-facebook-workplace:before{content:"󰬱"}.mdi-factory:before{content:"󰈏"}.mdi-family-tree:before{content:"󱘎"}.mdi-fan:before{content:"󰈐"}.mdi-fan-alert:before{content:"󱑬"}.mdi-fan-auto:before{content:"󱜝"}.mdi-fan-chevron-down:before{content:"󱑭"}.mdi-fan-chevron-up:before{content:"󱑮"}.mdi-fan-minus:before{content:"󱑰"}.mdi-fan-off:before{content:"󰠝"}.mdi-fan-plus:before{content:"󱑯"}.mdi-fan-remove:before{content:"󱑱"}.mdi-fan-speed-1:before{content:"󱑲"}.mdi-fan-speed-2:before{content:"󱑳"}.mdi-fan-speed-3:before{content:"󱑴"}.mdi-fast-forward:before{content:"󰈑"}.mdi-fast-forward-10:before{content:"󰵱"}.mdi-fast-forward-30:before{content:"󰴆"}.mdi-fast-forward-5:before{content:"󱇸"}.mdi-fast-forward-60:before{content:"󱘋"}.mdi-fast-forward-outline:before{content:"󰛒"}.mdi-fax:before{content:"󰈒"}.mdi-feather:before{content:"󰛓"}.mdi-feature-search:before{content:"󰩉"}.mdi-feature-search-outline:before{content:"󰩊"}.mdi-fedora:before{content:"󰣛"}.mdi-fencing:before{content:"󱓁"}.mdi-ferris-wheel:before{content:"󰺤"}.mdi-ferry:before{content:"󰈓"}.mdi-file:before{content:"󰈔"}.mdi-file-account:before{content:"󰜻"}.mdi-file-account-outline:before{content:"󱀨"}.mdi-file-alert:before{content:"󰩋"}.mdi-file-alert-outline:before{content:"󰩌"}.mdi-file-cabinet:before{content:"󰪶"}.mdi-file-cad:before{content:"󰻫"}.mdi-file-cad-box:before{content:"󰻬"}.mdi-file-cancel:before{content:"󰷆"}.mdi-file-cancel-outline:before{content:"󰷇"}.mdi-file-certificate:before{content:"󱆆"}.mdi-file-certificate-outline:before{content:"󱆇"}.mdi-file-chart:before{content:"󰈕"}.mdi-file-chart-outline:before{content:"󱀩"}.mdi-file-check:before{content:"󰈖"}.mdi-file-check-outline:before{content:"󰸩"}.mdi-file-clock:before{content:"󱋡"}.mdi-file-clock-outline:before{content:"󱋢"}.mdi-file-cloud:before{content:"󰈗"}.mdi-file-cloud-outline:before{content:"󱀪"}.mdi-file-code:before{content:"󰈮"}.mdi-file-code-outline:before{content:"󱀫"}.mdi-file-cog:before{content:"󱁻"}.mdi-file-cog-outline:before{content:"󱁼"}.mdi-file-compare:before{content:"󰢪"}.mdi-file-delimited:before{content:"󰈘"}.mdi-file-delimited-outline:before{content:"󰺥"}.mdi-file-document:before{content:"󰈙"}.mdi-file-document-edit:before{content:"󰷈"}.mdi-file-document-edit-outline:before{content:"󰷉"}.mdi-file-document-multiple:before{content:"󱔗"}.mdi-file-document-multiple-outline:before{content:"󱔘"}.mdi-file-document-outline:before{content:"󰧮"}.mdi-file-download:before{content:"󰥥"}.mdi-file-download-outline:before{content:"󰥦"}.mdi-file-edit:before{content:"󱇧"}.mdi-file-edit-outline:before{content:"󱇨"}.mdi-file-excel:before{content:"󰈛"}.mdi-file-excel-box:before{content:"󰈜"}.mdi-file-excel-box-outline:before{content:"󱀬"}.mdi-file-excel-outline:before{content:"󱀭"}.mdi-file-export:before{content:"󰈝"}.mdi-file-export-outline:before{content:"󱀮"}.mdi-file-eye:before{content:"󰷊"}.mdi-file-eye-outline:before{content:"󰷋"}.mdi-file-find:before{content:"󰈞"}.mdi-file-find-outline:before{content:"󰮗"}.mdi-file-hidden:before{content:"󰘓"}.mdi-file-image:before{content:"󰈟"}.mdi-file-image-outline:before{content:"󰺰"}.mdi-file-import:before{content:"󰈠"}.mdi-file-import-outline:before{content:"󱀯"}.mdi-file-key:before{content:"󱆄"}.mdi-file-key-outline:before{content:"󱆅"}.mdi-file-link:before{content:"󱅷"}.mdi-file-link-outline:before{content:"󱅸"}.mdi-file-lock:before{content:"󰈡"}.mdi-file-lock-outline:before{content:"󱀰"}.mdi-file-move:before{content:"󰪹"}.mdi-file-move-outline:before{content:"󱀱"}.mdi-file-multiple:before{content:"󰈢"}.mdi-file-multiple-outline:before{content:"󱀲"}.mdi-file-music:before{content:"󰈣"}.mdi-file-music-outline:before{content:"󰸪"}.mdi-file-outline:before{content:"󰈤"}.mdi-file-pdf:before{content:"󰈥"}.mdi-file-pdf-box:before{content:"󰈦"}.mdi-file-pdf-box-outline:before{content:"󰾳"}.mdi-file-pdf-outline:before{content:"󰸭"}.mdi-file-percent:before{content:"󰠞"}.mdi-file-percent-outline:before{content:"󱀳"}.mdi-file-phone:before{content:"󱅹"}.mdi-file-phone-outline:before{content:"󱅺"}.mdi-file-plus:before{content:"󰝒"}.mdi-file-plus-outline:before{content:"󰻭"}.mdi-file-powerpoint:before{content:"󰈧"}.mdi-file-powerpoint-box:before{content:"󰈨"}.mdi-file-powerpoint-box-outline:before{content:"󱀴"}.mdi-file-powerpoint-outline:before{content:"󱀵"}.mdi-file-presentation-box:before{content:"󰈩"}.mdi-file-question:before{content:"󰡯"}.mdi-file-question-outline:before{content:"󱀶"}.mdi-file-refresh:before{content:"󰤘"}.mdi-file-refresh-outline:before{content:"󰕁"}.mdi-file-remove:before{content:"󰮘"}.mdi-file-remove-outline:before{content:"󱀷"}.mdi-file-replace:before{content:"󰬲"}.mdi-file-replace-outline:before{content:"󰬳"}.mdi-file-restore:before{content:"󰙰"}.mdi-file-restore-outline:before{content:"󱀸"}.mdi-file-search:before{content:"󰱼"}.mdi-file-search-outline:before{content:"󰱽"}.mdi-file-send:before{content:"󰈪"}.mdi-file-send-outline:before{content:"󱀹"}.mdi-file-settings:before{content:"󱁹"}.mdi-file-settings-outline:before{content:"󱁺"}.mdi-file-star:before{content:"󱀺"}.mdi-file-star-outline:before{content:"󱀻"}.mdi-file-swap:before{content:"󰾴"}.mdi-file-swap-outline:before{content:"󰾵"}.mdi-file-sync:before{content:"󱈖"}.mdi-file-sync-outline:before{content:"󱈗"}.mdi-file-table:before{content:"󰱾"}.mdi-file-table-box:before{content:"󱃡"}.mdi-file-table-box-multiple:before{content:"󱃢"}.mdi-file-table-box-multiple-outline:before{content:"󱃣"}.mdi-file-table-box-outline:before{content:"󱃤"}.mdi-file-table-outline:before{content:"󰱿"}.mdi-file-tree:before{content:"󰙅"}.mdi-file-tree-outline:before{content:"󱏒"}.mdi-file-undo:before{content:"󰣜"}.mdi-file-undo-outline:before{content:"󱀼"}.mdi-file-upload:before{content:"󰩍"}.mdi-file-upload-outline:before{content:"󰩎"}.mdi-file-video:before{content:"󰈫"}.mdi-file-video-outline:before{content:"󰸬"}.mdi-file-word:before{content:"󰈬"}.mdi-file-word-box:before{content:"󰈭"}.mdi-file-word-box-outline:before{content:"󱀽"}.mdi-file-word-outline:before{content:"󱀾"}.mdi-film:before{content:"󰈯"}.mdi-filmstrip:before{content:"󰈰"}.mdi-filmstrip-box:before{content:"󰌲"}.mdi-filmstrip-box-multiple:before{content:"󰴘"}.mdi-filmstrip-off:before{content:"󰈱"}.mdi-filter:before{content:"󰈲"}.mdi-filter-menu:before{content:"󱃥"}.mdi-filter-menu-outline:before{content:"󱃦"}.mdi-filter-minus:before{content:"󰻮"}.mdi-filter-minus-outline:before{content:"󰻯"}.mdi-filter-off:before{content:"󱓯"}.mdi-filter-off-outline:before{content:"󱓰"}.mdi-filter-outline:before{content:"󰈳"}.mdi-filter-plus:before{content:"󰻰"}.mdi-filter-plus-outline:before{content:"󰻱"}.mdi-filter-remove:before{content:"󰈴"}.mdi-filter-remove-outline:before{content:"󰈵"}.mdi-filter-variant:before{content:"󰈶"}.mdi-filter-variant-minus:before{content:"󱄒"}.mdi-filter-variant-plus:before{content:"󱄓"}.mdi-filter-variant-remove:before{content:"󱀿"}.mdi-finance:before{content:"󰠟"}.mdi-find-replace:before{content:"󰛔"}.mdi-fingerprint:before{content:"󰈷"}.mdi-fingerprint-off:before{content:"󰺱"}.mdi-fire:before{content:"󰈸"}.mdi-fire-alert:before{content:"󱗗"}.mdi-fire-extinguisher:before{content:"󰻲"}.mdi-fire-hydrant:before{content:"󱄷"}.mdi-fire-hydrant-alert:before{content:"󱄸"}.mdi-fire-hydrant-off:before{content:"󱄹"}.mdi-fire-off:before{content:"󱜢"}.mdi-fire-truck:before{content:"󰢫"}.mdi-firebase:before{content:"󰥧"}.mdi-firefox:before{content:"󰈹"}.mdi-fireplace:before{content:"󰸮"}.mdi-fireplace-off:before{content:"󰸯"}.mdi-firework:before{content:"󰸰"}.mdi-firework-off:before{content:"󱜣"}.mdi-fish:before{content:"󰈺"}.mdi-fish-off:before{content:"󱏳"}.mdi-fishbowl:before{content:"󰻳"}.mdi-fishbowl-outline:before{content:"󰻴"}.mdi-fit-to-page:before{content:"󰻵"}.mdi-fit-to-page-outline:before{content:"󰻶"}.mdi-flag:before{content:"󰈻"}.mdi-flag-checkered:before{content:"󰈼"}.mdi-flag-minus:before{content:"󰮙"}.mdi-flag-minus-outline:before{content:"󱂲"}.mdi-flag-outline:before{content:"󰈽"}.mdi-flag-plus:before{content:"󰮚"}.mdi-flag-plus-outline:before{content:"󱂳"}.mdi-flag-remove:before{content:"󰮛"}.mdi-flag-remove-outline:before{content:"󱂴"}.mdi-flag-triangle:before{content:"󰈿"}.mdi-flag-variant:before{content:"󰉀"}.mdi-flag-variant-outline:before{content:"󰈾"}.mdi-flare:before{content:"󰵲"}.mdi-flash:before{content:"󰉁"}.mdi-flash-alert:before{content:"󰻷"}.mdi-flash-alert-outline:before{content:"󰻸"}.mdi-flash-auto:before{content:"󰉂"}.mdi-flash-circle:before{content:"󰠠"}.mdi-flash-off:before{content:"󰉃"}.mdi-flash-outline:before{content:"󰛕"}.mdi-flash-red-eye:before{content:"󰙻"}.mdi-flashlight:before{content:"󰉄"}.mdi-flashlight-off:before{content:"󰉅"}.mdi-flask:before{content:"󰂓"}.mdi-flask-empty:before{content:"󰂔"}.mdi-flask-empty-minus:before{content:"󱈺"}.mdi-flask-empty-minus-outline:before{content:"󱈻"}.mdi-flask-empty-off:before{content:"󱏴"}.mdi-flask-empty-off-outline:before{content:"󱏵"}.mdi-flask-empty-outline:before{content:"󰂕"}.mdi-flask-empty-plus:before{content:"󱈼"}.mdi-flask-empty-plus-outline:before{content:"󱈽"}.mdi-flask-empty-remove:before{content:"󱈾"}.mdi-flask-empty-remove-outline:before{content:"󱈿"}.mdi-flask-minus:before{content:"󱉀"}.mdi-flask-minus-outline:before{content:"󱉁"}.mdi-flask-off:before{content:"󱏶"}.mdi-flask-off-outline:before{content:"󱏷"}.mdi-flask-outline:before{content:"󰂖"}.mdi-flask-plus:before{content:"󱉂"}.mdi-flask-plus-outline:before{content:"󱉃"}.mdi-flask-remove:before{content:"󱉄"}.mdi-flask-remove-outline:before{content:"󱉅"}.mdi-flask-round-bottom:before{content:"󱉋"}.mdi-flask-round-bottom-empty:before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.mdi-flask-round-bottom-outline:before{content:"󱉎"}.mdi-fleur-de-lis:before{content:"󱌃"}.mdi-flip-horizontal:before{content:"󱃧"}.mdi-flip-to-back:before{content:"󰉇"}.mdi-flip-to-front:before{content:"󰉈"}.mdi-flip-vertical:before{content:"󱃨"}.mdi-floor-lamp:before{content:"󰣝"}.mdi-floor-lamp-dual:before{content:"󱁀"}.mdi-floor-lamp-variant:before{content:"󱁁"}.mdi-floor-plan:before{content:"󰠡"}.mdi-floppy:before{content:"󰉉"}.mdi-floppy-variant:before{content:"󰧯"}.mdi-flower:before{content:"󰉊"}.mdi-flower-outline:before{content:"󰧰"}.mdi-flower-poppy:before{content:"󰴈"}.mdi-flower-tulip:before{content:"󰧱"}.mdi-flower-tulip-outline:before{content:"󰧲"}.mdi-focus-auto:before{content:"󰽎"}.mdi-focus-field:before{content:"󰽏"}.mdi-focus-field-horizontal:before{content:"󰽐"}.mdi-focus-field-vertical:before{content:"󰽑"}.mdi-folder:before{content:"󰉋"}.mdi-folder-account:before{content:"󰉌"}.mdi-folder-account-outline:before{content:"󰮜"}.mdi-folder-alert:before{content:"󰷌"}.mdi-folder-alert-outline:before{content:"󰷍"}.mdi-folder-clock:before{content:"󰪺"}.mdi-folder-clock-outline:before{content:"󰪻"}.mdi-folder-cog:before{content:"󱁿"}.mdi-folder-cog-outline:before{content:"󱂀"}.mdi-folder-download:before{content:"󰉍"}.mdi-folder-download-outline:before{content:"󱃩"}.mdi-folder-edit:before{content:"󰣞"}.mdi-folder-edit-outline:before{content:"󰷎"}.mdi-folder-google-drive:before{content:"󰉎"}.mdi-folder-heart:before{content:"󱃪"}.mdi-folder-heart-outline:before{content:"󱃫"}.mdi-folder-home:before{content:"󱂵"}.mdi-folder-home-outline:before{content:"󱂶"}.mdi-folder-image:before{content:"󰉏"}.mdi-folder-information:before{content:"󱂷"}.mdi-folder-information-outline:before{content:"󱂸"}.mdi-folder-key:before{content:"󰢬"}.mdi-folder-key-network:before{content:"󰢭"}.mdi-folder-key-network-outline:before{content:"󰲀"}.mdi-folder-key-outline:before{content:"󱃬"}.mdi-folder-lock:before{content:"󰉐"}.mdi-folder-lock-open:before{content:"󰉑"}.mdi-folder-marker:before{content:"󱉭"}.mdi-folder-marker-outline:before{content:"󱉮"}.mdi-folder-move:before{content:"󰉒"}.mdi-folder-move-outline:before{content:"󱉆"}.mdi-folder-multiple:before{content:"󰉓"}.mdi-folder-multiple-image:before{content:"󰉔"}.mdi-folder-multiple-outline:before{content:"󰉕"}.mdi-folder-multiple-plus:before{content:"󱑾"}.mdi-folder-multiple-plus-outline:before{content:"󱑿"}.mdi-folder-music:before{content:"󱍙"}.mdi-folder-music-outline:before{content:"󱍚"}.mdi-folder-network:before{content:"󰡰"}.mdi-folder-network-outline:before{content:"󰲁"}.mdi-folder-open:before{content:"󰝰"}.mdi-folder-open-outline:before{content:"󰷏"}.mdi-folder-outline:before{content:"󰉖"}.mdi-folder-plus:before{content:"󰉗"}.mdi-folder-plus-outline:before{content:"󰮝"}.mdi-folder-pound:before{content:"󰴉"}.mdi-folder-pound-outline:before{content:"󰴊"}.mdi-folder-refresh:before{content:"󰝉"}.mdi-folder-refresh-outline:before{content:"󰕂"}.mdi-folder-remove:before{content:"󰉘"}.mdi-folder-remove-outline:before{content:"󰮞"}.mdi-folder-search:before{content:"󰥨"}.mdi-folder-search-outline:before{content:"󰥩"}.mdi-folder-settings:before{content:"󱁽"}.mdi-folder-settings-outline:before{content:"󱁾"}.mdi-folder-star:before{content:"󰚝"}.mdi-folder-star-multiple:before{content:"󱏓"}.mdi-folder-star-multiple-outline:before{content:"󱏔"}.mdi-folder-star-outline:before{content:"󰮟"}.mdi-folder-swap:before{content:"󰾶"}.mdi-folder-swap-outline:before{content:"󰾷"}.mdi-folder-sync:before{content:"󰴋"}.mdi-folder-sync-outline:before{content:"󰴌"}.mdi-folder-table:before{content:"󱋣"}.mdi-folder-table-outline:before{content:"󱋤"}.mdi-folder-text:before{content:"󰲂"}.mdi-folder-text-outline:before{content:"󰲃"}.mdi-folder-upload:before{content:"󰉙"}.mdi-folder-upload-outline:before{content:"󱃭"}.mdi-folder-zip:before{content:"󰛫"}.mdi-folder-zip-outline:before{content:"󰞹"}.mdi-font-awesome:before{content:"󰀺"}.mdi-food:before{content:"󰉚"}.mdi-food-apple:before{content:"󰉛"}.mdi-food-apple-outline:before{content:"󰲄"}.mdi-food-croissant:before{content:"󰟈"}.mdi-food-drumstick:before{content:"󱐟"}.mdi-food-drumstick-off:before{content:"󱑨"}.mdi-food-drumstick-off-outline:before{content:"󱑩"}.mdi-food-drumstick-outline:before{content:"󱐠"}.mdi-food-fork-drink:before{content:"󰗲"}.mdi-food-halal:before{content:"󱕲"}.mdi-food-kosher:before{content:"󱕳"}.mdi-food-off:before{content:"󰗳"}.mdi-food-steak:before{content:"󱑪"}.mdi-food-steak-off:before{content:"󱑫"}.mdi-food-turkey:before{content:"󱜜"}.mdi-food-variant:before{content:"󰉜"}.mdi-food-variant-off:before{content:"󱏥"}.mdi-foot-print:before{content:"󰽒"}.mdi-football:before{content:"󰉝"}.mdi-football-australian:before{content:"󰉞"}.mdi-football-helmet:before{content:"󰉟"}.mdi-forklift:before{content:"󰟉"}.mdi-form-dropdown:before{content:"󱐀"}.mdi-form-select:before{content:"󱐁"}.mdi-form-textarea:before{content:"󱂕"}.mdi-form-textbox:before{content:"󰘎"}.mdi-form-textbox-lock:before{content:"󱍝"}.mdi-form-textbox-password:before{content:"󰟵"}.mdi-format-align-bottom:before{content:"󰝓"}.mdi-format-align-center:before{content:"󰉠"}.mdi-format-align-justify:before{content:"󰉡"}.mdi-format-align-left:before{content:"󰉢"}.mdi-format-align-middle:before{content:"󰝔"}.mdi-format-align-right:before{content:"󰉣"}.mdi-format-align-top:before{content:"󰝕"}.mdi-format-annotation-minus:before{content:"󰪼"}.mdi-format-annotation-plus:before{content:"󰙆"}.mdi-format-bold:before{content:"󰉤"}.mdi-format-clear:before{content:"󰉥"}.mdi-format-color-fill:before{content:"󰉦"}.mdi-format-color-highlight:before{content:"󰸱"}.mdi-format-color-marker-cancel:before{content:"󱌓"}.mdi-format-color-text:before{content:"󰚞"}.mdi-format-columns:before{content:"󰣟"}.mdi-format-float-center:before{content:"󰉧"}.mdi-format-float-left:before{content:"󰉨"}.mdi-format-float-none:before{content:"󰉩"}.mdi-format-float-right:before{content:"󰉪"}.mdi-format-font:before{content:"󰛖"}.mdi-format-font-size-decrease:before{content:"󰧳"}.mdi-format-font-size-increase:before{content:"󰧴"}.mdi-format-header-1:before{content:"󰉫"}.mdi-format-header-2:before{content:"󰉬"}.mdi-format-header-3:before{content:"󰉭"}.mdi-format-header-4:before{content:"󰉮"}.mdi-format-header-5:before{content:"󰉯"}.mdi-format-header-6:before{content:"󰉰"}.mdi-format-header-decrease:before{content:"󰉱"}.mdi-format-header-equal:before{content:"󰉲"}.mdi-format-header-increase:before{content:"󰉳"}.mdi-format-header-pound:before{content:"󰉴"}.mdi-format-horizontal-align-center:before{content:"󰘞"}.mdi-format-horizontal-align-left:before{content:"󰘟"}.mdi-format-horizontal-align-right:before{content:"󰘠"}.mdi-format-indent-decrease:before{content:"󰉵"}.mdi-format-indent-increase:before{content:"󰉶"}.mdi-format-italic:before{content:"󰉷"}.mdi-format-letter-case:before{content:"󰬴"}.mdi-format-letter-case-lower:before{content:"󰬵"}.mdi-format-letter-case-upper:before{content:"󰬶"}.mdi-format-letter-ends-with:before{content:"󰾸"}.mdi-format-letter-matches:before{content:"󰾹"}.mdi-format-letter-starts-with:before{content:"󰾺"}.mdi-format-line-spacing:before{content:"󰉸"}.mdi-format-line-style:before{content:"󰗈"}.mdi-format-line-weight:before{content:"󰗉"}.mdi-format-list-bulleted:before{content:"󰉹"}.mdi-format-list-bulleted-square:before{content:"󰷐"}.mdi-format-list-bulleted-triangle:before{content:"󰺲"}.mdi-format-list-bulleted-type:before{content:"󰉺"}.mdi-format-list-checkbox:before{content:"󰥪"}.mdi-format-list-checks:before{content:"󰝖"}.mdi-format-list-numbered:before{content:"󰉻"}.mdi-format-list-numbered-rtl:before{content:"󰴍"}.mdi-format-list-text:before{content:"󱉯"}.mdi-format-overline:before{content:"󰺳"}.mdi-format-page-break:before{content:"󰛗"}.mdi-format-paint:before{content:"󰉼"}.mdi-format-paragraph:before{content:"󰉽"}.mdi-format-pilcrow:before{content:"󰛘"}.mdi-format-quote-close:before{content:"󰉾"}.mdi-format-quote-close-outline:before{content:"󱆨"}.mdi-format-quote-open:before{content:"󰝗"}.mdi-format-quote-open-outline:before{content:"󱆧"}.mdi-format-rotate-90:before{content:"󰚪"}.mdi-format-section:before{content:"󰚟"}.mdi-format-size:before{content:"󰉿"}.mdi-format-strikethrough:before{content:"󰊀"}.mdi-format-strikethrough-variant:before{content:"󰊁"}.mdi-format-subscript:before{content:"󰊂"}.mdi-format-superscript:before{content:"󰊃"}.mdi-format-text:before{content:"󰊄"}.mdi-format-text-rotation-angle-down:before{content:"󰾻"}.mdi-format-text-rotation-angle-up:before{content:"󰾼"}.mdi-format-text-rotation-down:before{content:"󰵳"}.mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.mdi-format-text-rotation-none:before{content:"󰵴"}.mdi-format-text-rotation-up:before{content:"󰾾"}.mdi-format-text-rotation-vertical:before{content:"󰾿"}.mdi-format-text-variant:before{content:"󰸲"}.mdi-format-text-variant-outline:before{content:"󱔏"}.mdi-format-text-wrapping-clip:before{content:"󰴎"}.mdi-format-text-wrapping-overflow:before{content:"󰴏"}.mdi-format-text-wrapping-wrap:before{content:"󰴐"}.mdi-format-textbox:before{content:"󰴑"}.mdi-format-textdirection-l-to-r:before{content:"󰊅"}.mdi-format-textdirection-r-to-l:before{content:"󰊆"}.mdi-format-title:before{content:"󰗴"}.mdi-format-underline:before{content:"󰊇"}.mdi-format-vertical-align-bottom:before{content:"󰘡"}.mdi-format-vertical-align-center:before{content:"󰘢"}.mdi-format-vertical-align-top:before{content:"󰘣"}.mdi-format-wrap-inline:before{content:"󰊈"}.mdi-format-wrap-square:before{content:"󰊉"}.mdi-format-wrap-tight:before{content:"󰊊"}.mdi-format-wrap-top-bottom:before{content:"󰊋"}.mdi-forum:before{content:"󰊌"}.mdi-forum-outline:before{content:"󰠢"}.mdi-forward:before{content:"󰊍"}.mdi-forwardburger:before{content:"󰵵"}.mdi-fountain:before{content:"󰥫"}.mdi-fountain-pen:before{content:"󰴒"}.mdi-fountain-pen-tip:before{content:"󰴓"}.mdi-freebsd:before{content:"󰣠"}.mdi-frequently-asked-questions:before{content:"󰺴"}.mdi-fridge:before{content:"󰊐"}.mdi-fridge-alert:before{content:"󱆱"}.mdi-fridge-alert-outline:before{content:"󱆲"}.mdi-fridge-bottom:before{content:"󰊒"}.mdi-fridge-industrial:before{content:"󱗮"}.mdi-fridge-industrial-alert:before{content:"󱗯"}.mdi-fridge-industrial-alert-outline:before{content:"󱗰"}.mdi-fridge-industrial-off:before{content:"󱗱"}.mdi-fridge-industrial-off-outline:before{content:"󱗲"}.mdi-fridge-industrial-outline:before{content:"󱗳"}.mdi-fridge-off:before{content:"󱆯"}.mdi-fridge-off-outline:before{content:"󱆰"}.mdi-fridge-outline:before{content:"󰊏"}.mdi-fridge-top:before{content:"󰊑"}.mdi-fridge-variant:before{content:"󱗴"}.mdi-fridge-variant-alert:before{content:"󱗵"}.mdi-fridge-variant-alert-outline:before{content:"󱗶"}.mdi-fridge-variant-off:before{content:"󱗷"}.mdi-fridge-variant-off-outline:before{content:"󱗸"}.mdi-fridge-variant-outline:before{content:"󱗹"}.mdi-fruit-cherries:before{content:"󱁂"}.mdi-fruit-cherries-off:before{content:"󱏸"}.mdi-fruit-citrus:before{content:"󱁃"}.mdi-fruit-citrus-off:before{content:"󱏹"}.mdi-fruit-grapes:before{content:"󱁄"}.mdi-fruit-grapes-outline:before{content:"󱁅"}.mdi-fruit-pineapple:before{content:"󱁆"}.mdi-fruit-watermelon:before{content:"󱁇"}.mdi-fuel:before{content:"󰟊"}.mdi-fullscreen:before{content:"󰊓"}.mdi-fullscreen-exit:before{content:"󰊔"}.mdi-function:before{content:"󰊕"}.mdi-function-variant:before{content:"󰡱"}.mdi-furigana-horizontal:before{content:"󱂁"}.mdi-furigana-vertical:before{content:"󱂂"}.mdi-fuse:before{content:"󰲅"}.mdi-fuse-alert:before{content:"󱐭"}.mdi-fuse-blade:before{content:"󰲆"}.mdi-fuse-off:before{content:"󱐬"}.mdi-gamepad:before{content:"󰊖"}.mdi-gamepad-circle:before{content:"󰸳"}.mdi-gamepad-circle-down:before{content:"󰸴"}.mdi-gamepad-circle-left:before{content:"󰸵"}.mdi-gamepad-circle-outline:before{content:"󰸶"}.mdi-gamepad-circle-right:before{content:"󰸷"}.mdi-gamepad-circle-up:before{content:"󰸸"}.mdi-gamepad-down:before{content:"󰸹"}.mdi-gamepad-left:before{content:"󰸺"}.mdi-gamepad-right:before{content:"󰸻"}.mdi-gamepad-round:before{content:"󰸼"}.mdi-gamepad-round-down:before{content:"󰸽"}.mdi-gamepad-round-left:before{content:"󰸾"}.mdi-gamepad-round-outline:before{content:"󰸿"}.mdi-gamepad-round-right:before{content:"󰹀"}.mdi-gamepad-round-up:before{content:"󰹁"}.mdi-gamepad-square:before{content:"󰺵"}.mdi-gamepad-square-outline:before{content:"󰺶"}.mdi-gamepad-up:before{content:"󰹂"}.mdi-gamepad-variant:before{content:"󰊗"}.mdi-gamepad-variant-outline:before{content:"󰺷"}.mdi-gamma:before{content:"󱃮"}.mdi-gantry-crane:before{content:"󰷑"}.mdi-garage:before{content:"󰛙"}.mdi-garage-alert:before{content:"󰡲"}.mdi-garage-alert-variant:before{content:"󱋕"}.mdi-garage-open:before{content:"󰛚"}.mdi-garage-open-variant:before{content:"󱋔"}.mdi-garage-variant:before{content:"󱋓"}.mdi-gas-cylinder:before{content:"󰙇"}.mdi-gas-station:before{content:"󰊘"}.mdi-gas-station-off:before{content:"󱐉"}.mdi-gas-station-off-outline:before{content:"󱐊"}.mdi-gas-station-outline:before{content:"󰺸"}.mdi-gate:before{content:"󰊙"}.mdi-gate-and:before{content:"󰣡"}.mdi-gate-arrow-right:before{content:"󱅩"}.mdi-gate-nand:before{content:"󰣢"}.mdi-gate-nor:before{content:"󰣣"}.mdi-gate-not:before{content:"󰣤"}.mdi-gate-open:before{content:"󱅪"}.mdi-gate-or:before{content:"󰣥"}.mdi-gate-xnor:before{content:"󰣦"}.mdi-gate-xor:before{content:"󰣧"}.mdi-gatsby:before{content:"󰹃"}.mdi-gauge:before{content:"󰊚"}.mdi-gauge-empty:before{content:"󰡳"}.mdi-gauge-full:before{content:"󰡴"}.mdi-gauge-low:before{content:"󰡵"}.mdi-gavel:before{content:"󰊛"}.mdi-gender-female:before{content:"󰊜"}.mdi-gender-male:before{content:"󰊝"}.mdi-gender-male-female:before{content:"󰊞"}.mdi-gender-male-female-variant:before{content:"󱄿"}.mdi-gender-non-binary:before{content:"󱅀"}.mdi-gender-transgender:before{content:"󰊟"}.mdi-gentoo:before{content:"󰣨"}.mdi-gesture:before{content:"󰟋"}.mdi-gesture-double-tap:before{content:"󰜼"}.mdi-gesture-pinch:before{content:"󰪽"}.mdi-gesture-spread:before{content:"󰪾"}.mdi-gesture-swipe:before{content:"󰵶"}.mdi-gesture-swipe-down:before{content:"󰜽"}.mdi-gesture-swipe-horizontal:before{content:"󰪿"}.mdi-gesture-swipe-left:before{content:"󰜾"}.mdi-gesture-swipe-right:before{content:"󰜿"}.mdi-gesture-swipe-up:before{content:"󰝀"}.mdi-gesture-swipe-vertical:before{content:"󰫀"}.mdi-gesture-tap:before{content:"󰝁"}.mdi-gesture-tap-box:before{content:"󱊩"}.mdi-gesture-tap-button:before{content:"󱊨"}.mdi-gesture-tap-hold:before{content:"󰵷"}.mdi-gesture-two-double-tap:before{content:"󰝂"}.mdi-gesture-two-tap:before{content:"󰝃"}.mdi-ghost:before{content:"󰊠"}.mdi-ghost-off:before{content:"󰧵"}.mdi-ghost-off-outline:before{content:"󱙜"}.mdi-ghost-outline:before{content:"󱙝"}.mdi-gif:before{content:"󰵸"}.mdi-gift:before{content:"󰹄"}.mdi-gift-off:before{content:"󱛯"}.mdi-gift-off-outline:before{content:"󱛰"}.mdi-gift-open:before{content:"󱛱"}.mdi-gift-open-outline:before{content:"󱛲"}.mdi-gift-outline:before{content:"󰊡"}.mdi-git:before{content:"󰊢"}.mdi-github:before{content:"󰊤"}.mdi-gitlab:before{content:"󰮠"}.mdi-glass-cocktail:before{content:"󰍖"}.mdi-glass-cocktail-off:before{content:"󱗦"}.mdi-glass-flute:before{content:"󰊥"}.mdi-glass-mug:before{content:"󰊦"}.mdi-glass-mug-off:before{content:"󱗧"}.mdi-glass-mug-variant:before{content:"󱄖"}.mdi-glass-mug-variant-off:before{content:"󱗨"}.mdi-glass-pint-outline:before{content:"󱌍"}.mdi-glass-stange:before{content:"󰊧"}.mdi-glass-tulip:before{content:"󰊨"}.mdi-glass-wine:before{content:"󰡶"}.mdi-glasses:before{content:"󰊪"}.mdi-globe-light:before{content:"󱋗"}.mdi-globe-model:before{content:"󰣩"}.mdi-gmail:before{content:"󰊫"}.mdi-gnome:before{content:"󰊬"}.mdi-go-kart:before{content:"󰵹"}.mdi-go-kart-track:before{content:"󰵺"}.mdi-gog:before{content:"󰮡"}.mdi-gold:before{content:"󱉏"}.mdi-golf:before{content:"󰠣"}.mdi-golf-cart:before{content:"󱆤"}.mdi-golf-tee:before{content:"󱂃"}.mdi-gondola:before{content:"󰚆"}.mdi-goodreads:before{content:"󰵻"}.mdi-google:before{content:"󰊭"}.mdi-google-ads:before{content:"󰲇"}.mdi-google-analytics:before{content:"󰟌"}.mdi-google-assistant:before{content:"󰟍"}.mdi-google-cardboard:before{content:"󰊮"}.mdi-google-chrome:before{content:"󰊯"}.mdi-google-circles:before{content:"󰊰"}.mdi-google-circles-communities:before{content:"󰊱"}.mdi-google-circles-extended:before{content:"󰊲"}.mdi-google-circles-group:before{content:"󰊳"}.mdi-google-classroom:before{content:"󰋀"}.mdi-google-cloud:before{content:"󱇶"}.mdi-google-controller:before{content:"󰊴"}.mdi-google-controller-off:before{content:"󰊵"}.mdi-google-downasaur:before{content:"󱍢"}.mdi-google-drive:before{content:"󰊶"}.mdi-google-earth:before{content:"󰊷"}.mdi-google-fit:before{content:"󰥬"}.mdi-google-glass:before{content:"󰊸"}.mdi-google-hangouts:before{content:"󰋉"}.mdi-google-home:before{content:"󰠤"}.mdi-google-keep:before{content:"󰛜"}.mdi-google-lens:before{content:"󰧶"}.mdi-google-maps:before{content:"󰗵"}.mdi-google-my-business:before{content:"󱁈"}.mdi-google-nearby:before{content:"󰊹"}.mdi-google-photos:before{content:"󰛝"}.mdi-google-play:before{content:"󰊼"}.mdi-google-plus:before{content:"󰊽"}.mdi-google-podcast:before{content:"󰺹"}.mdi-google-spreadsheet:before{content:"󰧷"}.mdi-google-street-view:before{content:"󰲈"}.mdi-google-translate:before{content:"󰊿"}.mdi-gradient:before{content:"󰚠"}.mdi-grain:before{content:"󰵼"}.mdi-graph:before{content:"󱁉"}.mdi-graph-outline:before{content:"󱁊"}.mdi-graphql:before{content:"󰡷"}.mdi-grass:before{content:"󱔐"}.mdi-grave-stone:before{content:"󰮢"}.mdi-grease-pencil:before{content:"󰙈"}.mdi-greater-than:before{content:"󰥭"}.mdi-greater-than-or-equal:before{content:"󰥮"}.mdi-grid:before{content:"󰋁"}.mdi-grid-large:before{content:"󰝘"}.mdi-grid-off:before{content:"󰋂"}.mdi-grill:before{content:"󰹅"}.mdi-grill-outline:before{content:"󱆊"}.mdi-group:before{content:"󰋃"}.mdi-guitar-acoustic:before{content:"󰝱"}.mdi-guitar-electric:before{content:"󰋄"}.mdi-guitar-pick:before{content:"󰋅"}.mdi-guitar-pick-outline:before{content:"󰋆"}.mdi-guy-fawkes-mask:before{content:"󰠥"}.mdi-hail:before{content:"󰫁"}.mdi-hair-dryer:before{content:"󱃯"}.mdi-hair-dryer-outline:before{content:"󱃰"}.mdi-halloween:before{content:"󰮣"}.mdi-hamburger:before{content:"󰚅"}.mdi-hammer:before{content:"󰣪"}.mdi-hammer-screwdriver:before{content:"󱌢"}.mdi-hammer-wrench:before{content:"󱌣"}.mdi-hand:before{content:"󰩏"}.mdi-hand-heart:before{content:"󱃱"}.mdi-hand-heart-outline:before{content:"󱕾"}.mdi-hand-left:before{content:"󰹆"}.mdi-hand-okay:before{content:"󰩐"}.mdi-hand-peace:before{content:"󰩑"}.mdi-hand-peace-variant:before{content:"󰩒"}.mdi-hand-pointing-down:before{content:"󰩓"}.mdi-hand-pointing-left:before{content:"󰩔"}.mdi-hand-pointing-right:before{content:"󰋇"}.mdi-hand-pointing-up:before{content:"󰩕"}.mdi-hand-right:before{content:"󰹇"}.mdi-hand-saw:before{content:"󰹈"}.mdi-hand-wash:before{content:"󱕿"}.mdi-hand-wash-outline:before{content:"󱖀"}.mdi-hand-water:before{content:"󱎟"}.mdi-handball:before{content:"󰽓"}.mdi-handcuffs:before{content:"󱄾"}.mdi-handshake:before{content:"󱈘"}.mdi-handshake-outline:before{content:"󱖡"}.mdi-hanger:before{content:"󰋈"}.mdi-hard-hat:before{content:"󰥯"}.mdi-harddisk:before{content:"󰋊"}.mdi-harddisk-plus:before{content:"󱁋"}.mdi-harddisk-remove:before{content:"󱁌"}.mdi-hat-fedora:before{content:"󰮤"}.mdi-hazard-lights:before{content:"󰲉"}.mdi-hdr:before{content:"󰵽"}.mdi-hdr-off:before{content:"󰵾"}.mdi-head:before{content:"󱍞"}.mdi-head-alert:before{content:"󱌸"}.mdi-head-alert-outline:before{content:"󱌹"}.mdi-head-check:before{content:"󱌺"}.mdi-head-check-outline:before{content:"󱌻"}.mdi-head-cog:before{content:"󱌼"}.mdi-head-cog-outline:before{content:"󱌽"}.mdi-head-dots-horizontal:before{content:"󱌾"}.mdi-head-dots-horizontal-outline:before{content:"󱌿"}.mdi-head-flash:before{content:"󱍀"}.mdi-head-flash-outline:before{content:"󱍁"}.mdi-head-heart:before{content:"󱍂"}.mdi-head-heart-outline:before{content:"󱍃"}.mdi-head-lightbulb:before{content:"󱍄"}.mdi-head-lightbulb-outline:before{content:"󱍅"}.mdi-head-minus:before{content:"󱍆"}.mdi-head-minus-outline:before{content:"󱍇"}.mdi-head-outline:before{content:"󱍟"}.mdi-head-plus:before{content:"󱍈"}.mdi-head-plus-outline:before{content:"󱍉"}.mdi-head-question:before{content:"󱍊"}.mdi-head-question-outline:before{content:"󱍋"}.mdi-head-remove:before{content:"󱍌"}.mdi-head-remove-outline:before{content:"󱍍"}.mdi-head-snowflake:before{content:"󱍎"}.mdi-head-snowflake-outline:before{content:"󱍏"}.mdi-head-sync:before{content:"󱍐"}.mdi-head-sync-outline:before{content:"󱍑"}.mdi-headphones:before{content:"󰋋"}.mdi-headphones-bluetooth:before{content:"󰥰"}.mdi-headphones-box:before{content:"󰋌"}.mdi-headphones-off:before{content:"󰟎"}.mdi-headphones-settings:before{content:"󰋍"}.mdi-headset:before{content:"󰋎"}.mdi-headset-dock:before{content:"󰋏"}.mdi-headset-off:before{content:"󰋐"}.mdi-heart:before{content:"󰋑"}.mdi-heart-box:before{content:"󰋒"}.mdi-heart-box-outline:before{content:"󰋓"}.mdi-heart-broken:before{content:"󰋔"}.mdi-heart-broken-outline:before{content:"󰴔"}.mdi-heart-circle:before{content:"󰥱"}.mdi-heart-circle-outline:before{content:"󰥲"}.mdi-heart-cog:before{content:"󱙣"}.mdi-heart-cog-outline:before{content:"󱙤"}.mdi-heart-flash:before{content:"󰻹"}.mdi-heart-half:before{content:"󰛟"}.mdi-heart-half-full:before{content:"󰛞"}.mdi-heart-half-outline:before{content:"󰛠"}.mdi-heart-minus:before{content:"󱐯"}.mdi-heart-minus-outline:before{content:"󱐲"}.mdi-heart-multiple:before{content:"󰩖"}.mdi-heart-multiple-outline:before{content:"󰩗"}.mdi-heart-off:before{content:"󰝙"}.mdi-heart-off-outline:before{content:"󱐴"}.mdi-heart-outline:before{content:"󰋕"}.mdi-heart-plus:before{content:"󱐮"}.mdi-heart-plus-outline:before{content:"󱐱"}.mdi-heart-pulse:before{content:"󰗶"}.mdi-heart-remove:before{content:"󱐰"}.mdi-heart-remove-outline:before{content:"󱐳"}.mdi-heart-settings:before{content:"󱙥"}.mdi-heart-settings-outline:before{content:"󱙦"}.mdi-helicopter:before{content:"󰫂"}.mdi-help:before{content:"󰋖"}.mdi-help-box:before{content:"󰞋"}.mdi-help-circle:before{content:"󰋗"}.mdi-help-circle-outline:before{content:"󰘥"}.mdi-help-network:before{content:"󰛵"}.mdi-help-network-outline:before{content:"󰲊"}.mdi-help-rhombus:before{content:"󰮥"}.mdi-help-rhombus-outline:before{content:"󰮦"}.mdi-hexadecimal:before{content:"󱊧"}.mdi-hexagon:before{content:"󰋘"}.mdi-hexagon-multiple:before{content:"󰛡"}.mdi-hexagon-multiple-outline:before{content:"󱃲"}.mdi-hexagon-outline:before{content:"󰋙"}.mdi-hexagon-slice-1:before{content:"󰫃"}.mdi-hexagon-slice-2:before{content:"󰫄"}.mdi-hexagon-slice-3:before{content:"󰫅"}.mdi-hexagon-slice-4:before{content:"󰫆"}.mdi-hexagon-slice-5:before{content:"󰫇"}.mdi-hexagon-slice-6:before{content:"󰫈"}.mdi-hexagram:before{content:"󰫉"}.mdi-hexagram-outline:before{content:"󰫊"}.mdi-high-definition:before{content:"󰟏"}.mdi-high-definition-box:before{content:"󰡸"}.mdi-highway:before{content:"󰗷"}.mdi-hiking:before{content:"󰵿"}.mdi-hinduism:before{content:"󰥳"}.mdi-history:before{content:"󰋚"}.mdi-hockey-puck:before{content:"󰡹"}.mdi-hockey-sticks:before{content:"󰡺"}.mdi-hololens:before{content:"󰋛"}.mdi-home:before{content:"󰋜"}.mdi-home-account:before{content:"󰠦"}.mdi-home-alert:before{content:"󰡻"}.mdi-home-alert-outline:before{content:"󱗐"}.mdi-home-analytics:before{content:"󰺺"}.mdi-home-assistant:before{content:"󰟐"}.mdi-home-automation:before{content:"󰟑"}.mdi-home-circle:before{content:"󰟒"}.mdi-home-circle-outline:before{content:"󱁍"}.mdi-home-city:before{content:"󰴕"}.mdi-home-city-outline:before{content:"󰴖"}.mdi-home-currency-usd:before{content:"󰢯"}.mdi-home-edit:before{content:"󱅙"}.mdi-home-edit-outline:before{content:"󱅚"}.mdi-home-export-outline:before{content:"󰾛"}.mdi-home-flood:before{content:"󰻺"}.mdi-home-floor-0:before{content:"󰷒"}.mdi-home-floor-1:before{content:"󰶀"}.mdi-home-floor-2:before{content:"󰶁"}.mdi-home-floor-3:before{content:"󰶂"}.mdi-home-floor-a:before{content:"󰶃"}.mdi-home-floor-b:before{content:"󰶄"}.mdi-home-floor-g:before{content:"󰶅"}.mdi-home-floor-l:before{content:"󰶆"}.mdi-home-floor-negative-1:before{content:"󰷓"}.mdi-home-group:before{content:"󰷔"}.mdi-home-heart:before{content:"󰠧"}.mdi-home-import-outline:before{content:"󰾜"}.mdi-home-lightbulb:before{content:"󱉑"}.mdi-home-lightbulb-outline:before{content:"󱉒"}.mdi-home-lock:before{content:"󰣫"}.mdi-home-lock-open:before{content:"󰣬"}.mdi-home-map-marker:before{content:"󰗸"}.mdi-home-minus:before{content:"󰥴"}.mdi-home-minus-outline:before{content:"󱏕"}.mdi-home-modern:before{content:"󰋝"}.mdi-home-outline:before{content:"󰚡"}.mdi-home-plus:before{content:"󰥵"}.mdi-home-plus-outline:before{content:"󱏖"}.mdi-home-remove:before{content:"󱉇"}.mdi-home-remove-outline:before{content:"󱏗"}.mdi-home-roof:before{content:"󱄫"}.mdi-home-search:before{content:"󱎰"}.mdi-home-search-outline:before{content:"󱎱"}.mdi-home-thermometer:before{content:"󰽔"}.mdi-home-thermometer-outline:before{content:"󰽕"}.mdi-home-variant:before{content:"󰋞"}.mdi-home-variant-outline:before{content:"󰮧"}.mdi-hook:before{content:"󰛢"}.mdi-hook-off:before{content:"󰛣"}.mdi-hops:before{content:"󰋟"}.mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.mdi-horse:before{content:"󱖿"}.mdi-horse-human:before{content:"󱗀"}.mdi-horse-variant:before{content:"󱗁"}.mdi-horseshoe:before{content:"󰩘"}.mdi-hospital:before{content:"󰿶"}.mdi-hospital-box:before{content:"󰋠"}.mdi-hospital-box-outline:before{content:"󰿷"}.mdi-hospital-building:before{content:"󰋡"}.mdi-hospital-marker:before{content:"󰋢"}.mdi-hot-tub:before{content:"󰠨"}.mdi-hours-24:before{content:"󱑸"}.mdi-hubspot:before{content:"󰴗"}.mdi-hulu:before{content:"󰠩"}.mdi-human:before{content:"󰋦"}.mdi-human-baby-changing-table:before{content:"󱎋"}.mdi-human-cane:before{content:"󱖁"}.mdi-human-capacity-decrease:before{content:"󱖛"}.mdi-human-capacity-increase:before{content:"󱖜"}.mdi-human-child:before{content:"󰋧"}.mdi-human-edit:before{content:"󱓨"}.mdi-human-female:before{content:"󰙉"}.mdi-human-female-boy:before{content:"󰩙"}.mdi-human-female-dance:before{content:"󱗉"}.mdi-human-female-female:before{content:"󰩚"}.mdi-human-female-girl:before{content:"󰩛"}.mdi-human-greeting:before{content:"󰙊"}.mdi-human-greeting-proximity:before{content:"󱖝"}.mdi-human-handsdown:before{content:"󰙋"}.mdi-human-handsup:before{content:"󰙌"}.mdi-human-male:before{content:"󰙍"}.mdi-human-male-boy:before{content:"󰩜"}.mdi-human-male-child:before{content:"󱎌"}.mdi-human-male-female:before{content:"󰋨"}.mdi-human-male-girl:before{content:"󰩝"}.mdi-human-male-height:before{content:"󰻻"}.mdi-human-male-height-variant:before{content:"󰻼"}.mdi-human-male-male:before{content:"󰩞"}.mdi-human-pregnant:before{content:"󰗏"}.mdi-human-queue:before{content:"󱕱"}.mdi-human-scooter:before{content:"󱇩"}.mdi-human-wheelchair:before{content:"󱎍"}.mdi-humble-bundle:before{content:"󰝄"}.mdi-hvac:before{content:"󱍒"}.mdi-hvac-off:before{content:"󱖞"}.mdi-hydraulic-oil-level:before{content:"󱌤"}.mdi-hydraulic-oil-temperature:before{content:"󱌥"}.mdi-hydro-power:before{content:"󱋥"}.mdi-ice-cream:before{content:"󰠪"}.mdi-ice-cream-off:before{content:"󰹒"}.mdi-ice-pop:before{content:"󰻽"}.mdi-id-card:before{content:"󰿀"}.mdi-identifier:before{content:"󰻾"}.mdi-ideogram-cjk:before{content:"󱌱"}.mdi-ideogram-cjk-variant:before{content:"󱌲"}.mdi-iframe:before{content:"󰲋"}.mdi-iframe-array:before{content:"󱃵"}.mdi-iframe-array-outline:before{content:"󱃶"}.mdi-iframe-braces:before{content:"󱃷"}.mdi-iframe-braces-outline:before{content:"󱃸"}.mdi-iframe-outline:before{content:"󰲌"}.mdi-iframe-parentheses:before{content:"󱃹"}.mdi-iframe-parentheses-outline:before{content:"󱃺"}.mdi-iframe-variable:before{content:"󱃻"}.mdi-iframe-variable-outline:before{content:"󱃼"}.mdi-image:before{content:"󰋩"}.mdi-image-album:before{content:"󰋪"}.mdi-image-area:before{content:"󰋫"}.mdi-image-area-close:before{content:"󰋬"}.mdi-image-auto-adjust:before{content:"󰿁"}.mdi-image-broken:before{content:"󰋭"}.mdi-image-broken-variant:before{content:"󰋮"}.mdi-image-edit:before{content:"󱇣"}.mdi-image-edit-outline:before{content:"󱇤"}.mdi-image-filter-black-white:before{content:"󰋰"}.mdi-image-filter-center-focus:before{content:"󰋱"}.mdi-image-filter-center-focus-strong:before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.mdi-image-filter-center-focus-weak:before{content:"󰋲"}.mdi-image-filter-drama:before{content:"󰋳"}.mdi-image-filter-frames:before{content:"󰋴"}.mdi-image-filter-hdr:before{content:"󰋵"}.mdi-image-filter-none:before{content:"󰋶"}.mdi-image-filter-tilt-shift:before{content:"󰋷"}.mdi-image-filter-vintage:before{content:"󰋸"}.mdi-image-frame:before{content:"󰹉"}.mdi-image-minus:before{content:"󱐙"}.mdi-image-move:before{content:"󰧸"}.mdi-image-multiple:before{content:"󰋹"}.mdi-image-multiple-outline:before{content:"󰋯"}.mdi-image-off:before{content:"󰠫"}.mdi-image-off-outline:before{content:"󱇑"}.mdi-image-outline:before{content:"󰥶"}.mdi-image-plus:before{content:"󰡼"}.mdi-image-remove:before{content:"󱐘"}.mdi-image-search:before{content:"󰥷"}.mdi-image-search-outline:before{content:"󰥸"}.mdi-image-size-select-actual:before{content:"󰲍"}.mdi-image-size-select-large:before{content:"󰲎"}.mdi-image-size-select-small:before{content:"󰲏"}.mdi-image-text:before{content:"󱘍"}.mdi-import:before{content:"󰋺"}.mdi-inbox:before{content:"󰚇"}.mdi-inbox-arrow-down:before{content:"󰋻"}.mdi-inbox-arrow-down-outline:before{content:"󱉰"}.mdi-inbox-arrow-up:before{content:"󰏑"}.mdi-inbox-arrow-up-outline:before{content:"󱉱"}.mdi-inbox-full:before{content:"󱉲"}.mdi-inbox-full-outline:before{content:"󱉳"}.mdi-inbox-multiple:before{content:"󰢰"}.mdi-inbox-multiple-outline:before{content:"󰮨"}.mdi-inbox-outline:before{content:"󱉴"}.mdi-inbox-remove:before{content:"󱖟"}.mdi-inbox-remove-outline:before{content:"󱖠"}.mdi-incognito:before{content:"󰗹"}.mdi-incognito-circle:before{content:"󱐡"}.mdi-incognito-circle-off:before{content:"󱐢"}.mdi-incognito-off:before{content:"󰁵"}.mdi-infinity:before{content:"󰛤"}.mdi-information:before{content:"󰋼"}.mdi-information-outline:before{content:"󰋽"}.mdi-information-variant:before{content:"󰙎"}.mdi-instagram:before{content:"󰋾"}.mdi-instrument-triangle:before{content:"󱁎"}.mdi-invert-colors:before{content:"󰌁"}.mdi-invert-colors-off:before{content:"󰹊"}.mdi-iobroker:before{content:"󱋨"}.mdi-ip:before{content:"󰩟"}.mdi-ip-network:before{content:"󰩠"}.mdi-ip-network-outline:before{content:"󰲐"}.mdi-ipod:before{content:"󰲑"}.mdi-islam:before{content:"󰥹"}.mdi-island:before{content:"󱁏"}.mdi-iv-bag:before{content:"󱂹"}.mdi-jabber:before{content:"󰷕"}.mdi-jeepney:before{content:"󰌂"}.mdi-jellyfish:before{content:"󰼁"}.mdi-jellyfish-outline:before{content:"󰼂"}.mdi-jira:before{content:"󰌃"}.mdi-jquery:before{content:"󰡽"}.mdi-jsfiddle:before{content:"󰌄"}.mdi-judaism:before{content:"󰥺"}.mdi-jump-rope:before{content:"󱋿"}.mdi-kabaddi:before{content:"󰶇"}.mdi-kangaroo:before{content:"󱕘"}.mdi-karate:before{content:"󰠬"}.mdi-keg:before{content:"󰌅"}.mdi-kettle:before{content:"󰗺"}.mdi-kettle-alert:before{content:"󱌗"}.mdi-kettle-alert-outline:before{content:"󱌘"}.mdi-kettle-off:before{content:"󱌛"}.mdi-kettle-off-outline:before{content:"󱌜"}.mdi-kettle-outline:before{content:"󰽖"}.mdi-kettle-pour-over:before{content:"󱜼"}.mdi-kettle-steam:before{content:"󱌙"}.mdi-kettle-steam-outline:before{content:"󱌚"}.mdi-kettlebell:before{content:"󱌀"}.mdi-key:before{content:"󰌆"}.mdi-key-arrow-right:before{content:"󱌒"}.mdi-key-chain:before{content:"󱕴"}.mdi-key-chain-variant:before{content:"󱕵"}.mdi-key-change:before{content:"󰌇"}.mdi-key-link:before{content:"󱆟"}.mdi-key-minus:before{content:"󰌈"}.mdi-key-outline:before{content:"󰷖"}.mdi-key-plus:before{content:"󰌉"}.mdi-key-remove:before{content:"󰌊"}.mdi-key-star:before{content:"󱆞"}.mdi-key-variant:before{content:"󰌋"}.mdi-key-wireless:before{content:"󰿂"}.mdi-keyboard:before{content:"󰌌"}.mdi-keyboard-backspace:before{content:"󰌍"}.mdi-keyboard-caps:before{content:"󰌎"}.mdi-keyboard-close:before{content:"󰌏"}.mdi-keyboard-esc:before{content:"󱊷"}.mdi-keyboard-f1:before{content:"󱊫"}.mdi-keyboard-f10:before{content:"󱊴"}.mdi-keyboard-f11:before{content:"󱊵"}.mdi-keyboard-f12:before{content:"󱊶"}.mdi-keyboard-f2:before{content:"󱊬"}.mdi-keyboard-f3:before{content:"󱊭"}.mdi-keyboard-f4:before{content:"󱊮"}.mdi-keyboard-f5:before{content:"󱊯"}.mdi-keyboard-f6:before{content:"󱊰"}.mdi-keyboard-f7:before{content:"󱊱"}.mdi-keyboard-f8:before{content:"󱊲"}.mdi-keyboard-f9:before{content:"󱊳"}.mdi-keyboard-off:before{content:"󰌐"}.mdi-keyboard-off-outline:before{content:"󰹋"}.mdi-keyboard-outline:before{content:"󰥻"}.mdi-keyboard-return:before{content:"󰌑"}.mdi-keyboard-settings:before{content:"󰧹"}.mdi-keyboard-settings-outline:before{content:"󰧺"}.mdi-keyboard-space:before{content:"󱁐"}.mdi-keyboard-tab:before{content:"󰌒"}.mdi-keyboard-variant:before{content:"󰌓"}.mdi-khanda:before{content:"󱃽"}.mdi-kickstarter:before{content:"󰝅"}.mdi-klingon:before{content:"󱍛"}.mdi-knife:before{content:"󰧻"}.mdi-knife-military:before{content:"󰧼"}.mdi-koala:before{content:"󱜿"}.mdi-kodi:before{content:"󰌔"}.mdi-kubernetes:before{content:"󱃾"}.mdi-label:before{content:"󰌕"}.mdi-label-multiple:before{content:"󱍵"}.mdi-label-multiple-outline:before{content:"󱍶"}.mdi-label-off:before{content:"󰫋"}.mdi-label-off-outline:before{content:"󰫌"}.mdi-label-outline:before{content:"󰌖"}.mdi-label-percent:before{content:"󱋪"}.mdi-label-percent-outline:before{content:"󱋫"}.mdi-label-variant:before{content:"󰫍"}.mdi-label-variant-outline:before{content:"󰫎"}.mdi-ladder:before{content:"󱖢"}.mdi-ladybug:before{content:"󰠭"}.mdi-lambda:before{content:"󰘧"}.mdi-lamp:before{content:"󰚵"}.mdi-lamps:before{content:"󱕶"}.mdi-lan:before{content:"󰌗"}.mdi-lan-check:before{content:"󱊪"}.mdi-lan-connect:before{content:"󰌘"}.mdi-lan-disconnect:before{content:"󰌙"}.mdi-lan-pending:before{content:"󰌚"}.mdi-language-c:before{content:"󰙱"}.mdi-language-cpp:before{content:"󰙲"}.mdi-language-csharp:before{content:"󰌛"}.mdi-language-css3:before{content:"󰌜"}.mdi-language-fortran:before{content:"󱈚"}.mdi-language-go:before{content:"󰟓"}.mdi-language-haskell:before{content:"󰲒"}.mdi-language-html5:before{content:"󰌝"}.mdi-language-java:before{content:"󰬷"}.mdi-language-javascript:before{content:"󰌞"}.mdi-language-kotlin:before{content:"󱈙"}.mdi-language-lua:before{content:"󰢱"}.mdi-language-markdown:before{content:"󰍔"}.mdi-language-markdown-outline:before{content:"󰽛"}.mdi-language-php:before{content:"󰌟"}.mdi-language-python:before{content:"󰌠"}.mdi-language-r:before{content:"󰟔"}.mdi-language-ruby:before{content:"󰴭"}.mdi-language-ruby-on-rails:before{content:"󰫏"}.mdi-language-rust:before{content:"󱘗"}.mdi-language-swift:before{content:"󰛥"}.mdi-language-typescript:before{content:"󰛦"}.mdi-language-xaml:before{content:"󰙳"}.mdi-laptop:before{content:"󰌢"}.mdi-laptop-chromebook:before{content:"󰌣"}.mdi-laptop-mac:before{content:"󰌤"}.mdi-laptop-off:before{content:"󰛧"}.mdi-laptop-windows:before{content:"󰌥"}.mdi-laravel:before{content:"󰫐"}.mdi-laser-pointer:before{content:"󱒄"}.mdi-lasso:before{content:"󰼃"}.mdi-lastpass:before{content:"󰑆"}.mdi-latitude:before{content:"󰽗"}.mdi-launch:before{content:"󰌧"}.mdi-lava-lamp:before{content:"󰟕"}.mdi-layers:before{content:"󰌨"}.mdi-layers-minus:before{content:"󰹌"}.mdi-layers-off:before{content:"󰌩"}.mdi-layers-off-outline:before{content:"󰧽"}.mdi-layers-outline:before{content:"󰧾"}.mdi-layers-plus:before{content:"󰹍"}.mdi-layers-remove:before{content:"󰹎"}.mdi-layers-search:before{content:"󱈆"}.mdi-layers-search-outline:before{content:"󱈇"}.mdi-layers-triple:before{content:"󰽘"}.mdi-layers-triple-outline:before{content:"󰽙"}.mdi-lead-pencil:before{content:"󰙏"}.mdi-leaf:before{content:"󰌪"}.mdi-leaf-maple:before{content:"󰲓"}.mdi-leaf-maple-off:before{content:"󱋚"}.mdi-leaf-off:before{content:"󱋙"}.mdi-leak:before{content:"󰷗"}.mdi-leak-off:before{content:"󰷘"}.mdi-led-off:before{content:"󰌫"}.mdi-led-on:before{content:"󰌬"}.mdi-led-outline:before{content:"󰌭"}.mdi-led-strip:before{content:"󰟖"}.mdi-led-strip-variant:before{content:"󱁑"}.mdi-led-variant-off:before{content:"󰌮"}.mdi-led-variant-on:before{content:"󰌯"}.mdi-led-variant-outline:before{content:"󰌰"}.mdi-leek:before{content:"󱅽"}.mdi-less-than:before{content:"󰥼"}.mdi-less-than-or-equal:before{content:"󰥽"}.mdi-library:before{content:"󰌱"}.mdi-library-shelves:before{content:"󰮩"}.mdi-license:before{content:"󰿃"}.mdi-lifebuoy:before{content:"󰡾"}.mdi-light-switch:before{content:"󰥾"}.mdi-lightbulb:before{content:"󰌵"}.mdi-lightbulb-cfl:before{content:"󱈈"}.mdi-lightbulb-cfl-off:before{content:"󱈉"}.mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.mdi-lightbulb-group:before{content:"󱉓"}.mdi-lightbulb-group-off:before{content:"󱋍"}.mdi-lightbulb-group-off-outline:before{content:"󱋎"}.mdi-lightbulb-group-outline:before{content:"󱉔"}.mdi-lightbulb-multiple:before{content:"󱉕"}.mdi-lightbulb-multiple-off:before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.mdi-lightbulb-multiple-outline:before{content:"󱉖"}.mdi-lightbulb-off:before{content:"󰹏"}.mdi-lightbulb-off-outline:before{content:"󰹐"}.mdi-lightbulb-on:before{content:"󰛨"}.mdi-lightbulb-on-outline:before{content:"󰛩"}.mdi-lightbulb-outline:before{content:"󰌶"}.mdi-lighthouse:before{content:"󰧿"}.mdi-lighthouse-on:before{content:"󰨀"}.mdi-lightning-bolt:before{content:"󱐋"}.mdi-lightning-bolt-outline:before{content:"󱐌"}.mdi-lingerie:before{content:"󱑶"}.mdi-link:before{content:"󰌷"}.mdi-link-box:before{content:"󰴚"}.mdi-link-box-outline:before{content:"󰴛"}.mdi-link-box-variant:before{content:"󰴜"}.mdi-link-box-variant-outline:before{content:"󰴝"}.mdi-link-lock:before{content:"󱂺"}.mdi-link-off:before{content:"󰌸"}.mdi-link-plus:before{content:"󰲔"}.mdi-link-variant:before{content:"󰌹"}.mdi-link-variant-minus:before{content:"󱃿"}.mdi-link-variant-off:before{content:"󰌺"}.mdi-link-variant-plus:before{content:"󱄀"}.mdi-link-variant-remove:before{content:"󱄁"}.mdi-linkedin:before{content:"󰌻"}.mdi-linux:before{content:"󰌽"}.mdi-linux-mint:before{content:"󰣭"}.mdi-lipstick:before{content:"󱎵"}.mdi-list-status:before{content:"󱖫"}.mdi-litecoin:before{content:"󰩡"}.mdi-loading:before{content:"󰝲"}.mdi-location-enter:before{content:"󰿄"}.mdi-location-exit:before{content:"󰿅"}.mdi-lock:before{content:"󰌾"}.mdi-lock-alert:before{content:"󰣮"}.mdi-lock-alert-outline:before{content:"󱗑"}.mdi-lock-check:before{content:"󱎚"}.mdi-lock-check-outline:before{content:"󱚨"}.mdi-lock-clock:before{content:"󰥿"}.mdi-lock-minus:before{content:"󱚩"}.mdi-lock-minus-outline:before{content:"󱚪"}.mdi-lock-off:before{content:"󱙱"}.mdi-lock-off-outline:before{content:"󱙲"}.mdi-lock-open:before{content:"󰌿"}.mdi-lock-open-alert:before{content:"󱎛"}.mdi-lock-open-alert-outline:before{content:"󱗒"}.mdi-lock-open-check:before{content:"󱎜"}.mdi-lock-open-check-outline:before{content:"󱚫"}.mdi-lock-open-minus:before{content:"󱚬"}.mdi-lock-open-minus-outline:before{content:"󱚭"}.mdi-lock-open-outline:before{content:"󰍀"}.mdi-lock-open-plus:before{content:"󱚮"}.mdi-lock-open-plus-outline:before{content:"󱚯"}.mdi-lock-open-remove:before{content:"󱚰"}.mdi-lock-open-remove-outline:before{content:"󱚱"}.mdi-lock-open-variant:before{content:"󰿆"}.mdi-lock-open-variant-outline:before{content:"󰿇"}.mdi-lock-outline:before{content:"󰍁"}.mdi-lock-pattern:before{content:"󰛪"}.mdi-lock-plus:before{content:"󰗻"}.mdi-lock-plus-outline:before{content:"󱚲"}.mdi-lock-question:before{content:"󰣯"}.mdi-lock-remove:before{content:"󱚳"}.mdi-lock-remove-outline:before{content:"󱚴"}.mdi-lock-reset:before{content:"󰝳"}.mdi-lock-smart:before{content:"󰢲"}.mdi-locker:before{content:"󰟗"}.mdi-locker-multiple:before{content:"󰟘"}.mdi-login:before{content:"󰍂"}.mdi-login-variant:before{content:"󰗼"}.mdi-logout:before{content:"󰍃"}.mdi-logout-variant:before{content:"󰗽"}.mdi-longitude:before{content:"󰽚"}.mdi-looks:before{content:"󰍄"}.mdi-lotion:before{content:"󱖂"}.mdi-lotion-outline:before{content:"󱖃"}.mdi-lotion-plus:before{content:"󱖄"}.mdi-lotion-plus-outline:before{content:"󱖅"}.mdi-loupe:before{content:"󰍅"}.mdi-lumx:before{content:"󰍆"}.mdi-lungs:before{content:"󱂄"}.mdi-magnet:before{content:"󰍇"}.mdi-magnet-on:before{content:"󰍈"}.mdi-magnify:before{content:"󰍉"}.mdi-magnify-close:before{content:"󰦀"}.mdi-magnify-minus:before{content:"󰍊"}.mdi-magnify-minus-cursor:before{content:"󰩢"}.mdi-magnify-minus-outline:before{content:"󰛬"}.mdi-magnify-plus:before{content:"󰍋"}.mdi-magnify-plus-cursor:before{content:"󰩣"}.mdi-magnify-plus-outline:before{content:"󰛭"}.mdi-magnify-remove-cursor:before{content:"󱈌"}.mdi-magnify-remove-outline:before{content:"󱈍"}.mdi-magnify-scan:before{content:"󱉶"}.mdi-mail:before{content:"󰺻"}.mdi-mailbox:before{content:"󰛮"}.mdi-mailbox-open:before{content:"󰶈"}.mdi-mailbox-open-outline:before{content:"󰶉"}.mdi-mailbox-open-up:before{content:"󰶊"}.mdi-mailbox-open-up-outline:before{content:"󰶋"}.mdi-mailbox-outline:before{content:"󰶌"}.mdi-mailbox-up:before{content:"󰶍"}.mdi-mailbox-up-outline:before{content:"󰶎"}.mdi-manjaro:before{content:"󱘊"}.mdi-map:before{content:"󰍍"}.mdi-map-check:before{content:"󰺼"}.mdi-map-check-outline:before{content:"󰺽"}.mdi-map-clock:before{content:"󰴞"}.mdi-map-clock-outline:before{content:"󰴟"}.mdi-map-legend:before{content:"󰨁"}.mdi-map-marker:before{content:"󰍎"}.mdi-map-marker-alert:before{content:"󰼅"}.mdi-map-marker-alert-outline:before{content:"󰼆"}.mdi-map-marker-check:before{content:"󰲕"}.mdi-map-marker-check-outline:before{content:"󱋻"}.mdi-map-marker-circle:before{content:"󰍏"}.mdi-map-marker-distance:before{content:"󰣰"}.mdi-map-marker-down:before{content:"󱄂"}.mdi-map-marker-left:before{content:"󱋛"}.mdi-map-marker-left-outline:before{content:"󱋝"}.mdi-map-marker-minus:before{content:"󰙐"}.mdi-map-marker-minus-outline:before{content:"󱋹"}.mdi-map-marker-multiple:before{content:"󰍐"}.mdi-map-marker-multiple-outline:before{content:"󱉷"}.mdi-map-marker-off:before{content:"󰍑"}.mdi-map-marker-off-outline:before{content:"󱋽"}.mdi-map-marker-outline:before{content:"󰟙"}.mdi-map-marker-path:before{content:"󰴠"}.mdi-map-marker-plus:before{content:"󰙑"}.mdi-map-marker-plus-outline:before{content:"󱋸"}.mdi-map-marker-question:before{content:"󰼇"}.mdi-map-marker-question-outline:before{content:"󰼈"}.mdi-map-marker-radius:before{content:"󰍒"}.mdi-map-marker-radius-outline:before{content:"󱋼"}.mdi-map-marker-remove:before{content:"󰼉"}.mdi-map-marker-remove-outline:before{content:"󱋺"}.mdi-map-marker-remove-variant:before{content:"󰼊"}.mdi-map-marker-right:before{content:"󱋜"}.mdi-map-marker-right-outline:before{content:"󱋞"}.mdi-map-marker-star:before{content:"󱘈"}.mdi-map-marker-star-outline:before{content:"󱘉"}.mdi-map-marker-up:before{content:"󱄃"}.mdi-map-minus:before{content:"󰦁"}.mdi-map-outline:before{content:"󰦂"}.mdi-map-plus:before{content:"󰦃"}.mdi-map-search:before{content:"󰦄"}.mdi-map-search-outline:before{content:"󰦅"}.mdi-mapbox:before{content:"󰮪"}.mdi-margin:before{content:"󰍓"}.mdi-marker:before{content:"󰙒"}.mdi-marker-cancel:before{content:"󰷙"}.mdi-marker-check:before{content:"󰍕"}.mdi-mastodon:before{content:"󰫑"}.mdi-material-design:before{content:"󰦆"}.mdi-material-ui:before{content:"󰍗"}.mdi-math-compass:before{content:"󰍘"}.mdi-math-cos:before{content:"󰲖"}.mdi-math-integral:before{content:"󰿈"}.mdi-math-integral-box:before{content:"󰿉"}.mdi-math-log:before{content:"󱂅"}.mdi-math-norm:before{content:"󰿊"}.mdi-math-norm-box:before{content:"󰿋"}.mdi-math-sin:before{content:"󰲗"}.mdi-math-tan:before{content:"󰲘"}.mdi-matrix:before{content:"󰘨"}.mdi-medal:before{content:"󰦇"}.mdi-medal-outline:before{content:"󱌦"}.mdi-medical-bag:before{content:"󰛯"}.mdi-meditation:before{content:"󱅻"}.mdi-memory:before{content:"󰍛"}.mdi-menu:before{content:"󰍜"}.mdi-menu-down:before{content:"󰍝"}.mdi-menu-down-outline:before{content:"󰚶"}.mdi-menu-left:before{content:"󰍞"}.mdi-menu-left-outline:before{content:"󰨂"}.mdi-menu-open:before{content:"󰮫"}.mdi-menu-right:before{content:"󰍟"}.mdi-menu-right-outline:before{content:"󰨃"}.mdi-menu-swap:before{content:"󰩤"}.mdi-menu-swap-outline:before{content:"󰩥"}.mdi-menu-up:before{content:"󰍠"}.mdi-menu-up-outline:before{content:"󰚷"}.mdi-merge:before{content:"󰽜"}.mdi-message:before{content:"󰍡"}.mdi-message-alert:before{content:"󰍢"}.mdi-message-alert-outline:before{content:"󰨄"}.mdi-message-arrow-left:before{content:"󱋲"}.mdi-message-arrow-left-outline:before{content:"󱋳"}.mdi-message-arrow-right:before{content:"󱋴"}.mdi-message-arrow-right-outline:before{content:"󱋵"}.mdi-message-bookmark:before{content:"󱖬"}.mdi-message-bookmark-outline:before{content:"󱖭"}.mdi-message-bulleted:before{content:"󰚢"}.mdi-message-bulleted-off:before{content:"󰚣"}.mdi-message-cog:before{content:"󰛱"}.mdi-message-cog-outline:before{content:"󱅲"}.mdi-message-draw:before{content:"󰍣"}.mdi-message-flash:before{content:"󱖩"}.mdi-message-flash-outline:before{content:"󱖪"}.mdi-message-image:before{content:"󰍤"}.mdi-message-image-outline:before{content:"󱅬"}.mdi-message-lock:before{content:"󰿌"}.mdi-message-lock-outline:before{content:"󱅭"}.mdi-message-minus:before{content:"󱅮"}.mdi-message-minus-outline:before{content:"󱅯"}.mdi-message-off:before{content:"󱙍"}.mdi-message-off-outline:before{content:"󱙎"}.mdi-message-outline:before{content:"󰍥"}.mdi-message-plus:before{content:"󰙓"}.mdi-message-plus-outline:before{content:"󱂻"}.mdi-message-processing:before{content:"󰍦"}.mdi-message-processing-outline:before{content:"󱅰"}.mdi-message-question:before{content:"󱜺"}.mdi-message-question-outline:before{content:"󱜻"}.mdi-message-reply:before{content:"󰍧"}.mdi-message-reply-outline:before{content:"󱜽"}.mdi-message-reply-text:before{content:"󰍨"}.mdi-message-reply-text-outline:before{content:"󱜾"}.mdi-message-settings:before{content:"󰛰"}.mdi-message-settings-outline:before{content:"󱅱"}.mdi-message-text:before{content:"󰍩"}.mdi-message-text-clock:before{content:"󱅳"}.mdi-message-text-clock-outline:before{content:"󱅴"}.mdi-message-text-lock:before{content:"󰿍"}.mdi-message-text-lock-outline:before{content:"󱅵"}.mdi-message-text-outline:before{content:"󰍪"}.mdi-message-video:before{content:"󰍫"}.mdi-meteor:before{content:"󰘩"}.mdi-metronome:before{content:"󰟚"}.mdi-metronome-tick:before{content:"󰟛"}.mdi-micro-sd:before{content:"󰟜"}.mdi-microphone:before{content:"󰍬"}.mdi-microphone-minus:before{content:"󰢳"}.mdi-microphone-off:before{content:"󰍭"}.mdi-microphone-outline:before{content:"󰍮"}.mdi-microphone-plus:before{content:"󰢴"}.mdi-microphone-settings:before{content:"󰍯"}.mdi-microphone-variant:before{content:"󰍰"}.mdi-microphone-variant-off:before{content:"󰍱"}.mdi-microscope:before{content:"󰙔"}.mdi-microsoft:before{content:"󰍲"}.mdi-microsoft-access:before{content:"󱎎"}.mdi-microsoft-azure:before{content:"󰠅"}.mdi-microsoft-azure-devops:before{content:"󰿕"}.mdi-microsoft-bing:before{content:"󰂤"}.mdi-microsoft-dynamics-365:before{content:"󰦈"}.mdi-microsoft-edge:before{content:"󰇩"}.mdi-microsoft-edge-legacy:before{content:"󱉐"}.mdi-microsoft-excel:before{content:"󱎏"}.mdi-microsoft-internet-explorer:before{content:"󰌀"}.mdi-microsoft-office:before{content:"󰏆"}.mdi-microsoft-onedrive:before{content:"󰏊"}.mdi-microsoft-onenote:before{content:"󰝇"}.mdi-microsoft-outlook:before{content:"󰴢"}.mdi-microsoft-powerpoint:before{content:"󱎐"}.mdi-microsoft-sharepoint:before{content:"󱎑"}.mdi-microsoft-teams:before{content:"󰊻"}.mdi-microsoft-visual-studio:before{content:"󰘐"}.mdi-microsoft-visual-studio-code:before{content:"󰨞"}.mdi-microsoft-windows:before{content:"󰖳"}.mdi-microsoft-windows-classic:before{content:"󰨡"}.mdi-microsoft-word:before{content:"󱎒"}.mdi-microsoft-xbox:before{content:"󰖹"}.mdi-microsoft-xbox-controller:before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.mdi-microsoft-yammer:before{content:"󰞉"}.mdi-microwave:before{content:"󰲙"}.mdi-microwave-off:before{content:"󱐣"}.mdi-middleware:before{content:"󰽝"}.mdi-middleware-outline:before{content:"󰽞"}.mdi-midi:before{content:"󰣱"}.mdi-midi-port:before{content:"󰣲"}.mdi-mine:before{content:"󰷚"}.mdi-minecraft:before{content:"󰍳"}.mdi-mini-sd:before{content:"󰨅"}.mdi-minidisc:before{content:"󰨆"}.mdi-minus:before{content:"󰍴"}.mdi-minus-box:before{content:"󰍵"}.mdi-minus-box-multiple:before{content:"󱅁"}.mdi-minus-box-multiple-outline:before{content:"󱅂"}.mdi-minus-box-outline:before{content:"󰛲"}.mdi-minus-circle:before{content:"󰍶"}.mdi-minus-circle-multiple:before{content:"󰍚"}.mdi-minus-circle-multiple-outline:before{content:"󰫓"}.mdi-minus-circle-off:before{content:"󱑙"}.mdi-minus-circle-off-outline:before{content:"󱑚"}.mdi-minus-circle-outline:before{content:"󰍷"}.mdi-minus-network:before{content:"󰍸"}.mdi-minus-network-outline:before{content:"󰲚"}.mdi-minus-thick:before{content:"󱘹"}.mdi-mirror:before{content:"󱇽"}.mdi-mixed-martial-arts:before{content:"󰶏"}.mdi-mixed-reality:before{content:"󰡿"}.mdi-molecule:before{content:"󰮬"}.mdi-molecule-co:before{content:"󱋾"}.mdi-molecule-co2:before{content:"󰟤"}.mdi-monitor:before{content:"󰍹"}.mdi-monitor-cellphone:before{content:"󰦉"}.mdi-monitor-cellphone-star:before{content:"󰦊"}.mdi-monitor-clean:before{content:"󱄄"}.mdi-monitor-dashboard:before{content:"󰨇"}.mdi-monitor-edit:before{content:"󱋆"}.mdi-monitor-eye:before{content:"󱎴"}.mdi-monitor-lock:before{content:"󰷛"}.mdi-monitor-multiple:before{content:"󰍺"}.mdi-monitor-off:before{content:"󰶐"}.mdi-monitor-screenshot:before{content:"󰹑"}.mdi-monitor-share:before{content:"󱒃"}.mdi-monitor-speaker:before{content:"󰽟"}.mdi-monitor-speaker-off:before{content:"󰽠"}.mdi-monitor-star:before{content:"󰷜"}.mdi-moon-first-quarter:before{content:"󰽡"}.mdi-moon-full:before{content:"󰽢"}.mdi-moon-last-quarter:before{content:"󰽣"}.mdi-moon-new:before{content:"󰽤"}.mdi-moon-waning-crescent:before{content:"󰽥"}.mdi-moon-waning-gibbous:before{content:"󰽦"}.mdi-moon-waxing-crescent:before{content:"󰽧"}.mdi-moon-waxing-gibbous:before{content:"󰽨"}.mdi-moped:before{content:"󱂆"}.mdi-moped-electric:before{content:"󱖷"}.mdi-moped-electric-outline:before{content:"󱖸"}.mdi-moped-outline:before{content:"󱖹"}.mdi-more:before{content:"󰍻"}.mdi-mother-heart:before{content:"󱌔"}.mdi-mother-nurse:before{content:"󰴡"}.mdi-motion:before{content:"󱖲"}.mdi-motion-outline:before{content:"󱖳"}.mdi-motion-pause:before{content:"󱖐"}.mdi-motion-pause-outline:before{content:"󱖒"}.mdi-motion-play:before{content:"󱖏"}.mdi-motion-play-outline:before{content:"󱖑"}.mdi-motion-sensor:before{content:"󰶑"}.mdi-motion-sensor-off:before{content:"󱐵"}.mdi-motorbike:before{content:"󰍼"}.mdi-motorbike-electric:before{content:"󱖺"}.mdi-mouse:before{content:"󰍽"}.mdi-mouse-bluetooth:before{content:"󰦋"}.mdi-mouse-move-down:before{content:"󱕐"}.mdi-mouse-move-up:before{content:"󱕑"}.mdi-mouse-move-vertical:before{content:"󱕒"}.mdi-mouse-off:before{content:"󰍾"}.mdi-mouse-variant:before{content:"󰍿"}.mdi-mouse-variant-off:before{content:"󰎀"}.mdi-move-resize:before{content:"󰙕"}.mdi-move-resize-variant:before{content:"󰙖"}.mdi-movie:before{content:"󰎁"}.mdi-movie-check:before{content:"󱛳"}.mdi-movie-check-outline:before{content:"󱛴"}.mdi-movie-cog:before{content:"󱛵"}.mdi-movie-cog-outline:before{content:"󱛶"}.mdi-movie-edit:before{content:"󱄢"}.mdi-movie-edit-outline:before{content:"󱄣"}.mdi-movie-filter:before{content:"󱄤"}.mdi-movie-filter-outline:before{content:"󱄥"}.mdi-movie-minus:before{content:"󱛷"}.mdi-movie-minus-outline:before{content:"󱛸"}.mdi-movie-off:before{content:"󱛹"}.mdi-movie-off-outline:before{content:"󱛺"}.mdi-movie-open:before{content:"󰿎"}.mdi-movie-open-check:before{content:"󱛻"}.mdi-movie-open-check-outline:before{content:"󱛼"}.mdi-movie-open-cog:before{content:"󱛽"}.mdi-movie-open-cog-outline:before{content:"󱛾"}.mdi-movie-open-edit:before{content:"󱛿"}.mdi-movie-open-edit-outline:before{content:"󱜀"}.mdi-movie-open-minus:before{content:"󱜁"}.mdi-movie-open-minus-outline:before{content:"󱜂"}.mdi-movie-open-off:before{content:"󱜃"}.mdi-movie-open-off-outline:before{content:"󱜄"}.mdi-movie-open-outline:before{content:"󰿏"}.mdi-movie-open-play:before{content:"󱜅"}.mdi-movie-open-play-outline:before{content:"󱜆"}.mdi-movie-open-plus:before{content:"󱜇"}.mdi-movie-open-plus-outline:before{content:"󱜈"}.mdi-movie-open-remove:before{content:"󱜉"}.mdi-movie-open-remove-outline:before{content:"󱜊"}.mdi-movie-open-settings:before{content:"󱜋"}.mdi-movie-open-settings-outline:before{content:"󱜌"}.mdi-movie-open-star:before{content:"󱜍"}.mdi-movie-open-star-outline:before{content:"󱜎"}.mdi-movie-outline:before{content:"󰷝"}.mdi-movie-play:before{content:"󱜏"}.mdi-movie-play-outline:before{content:"󱜐"}.mdi-movie-plus:before{content:"󱜑"}.mdi-movie-plus-outline:before{content:"󱜒"}.mdi-movie-remove:before{content:"󱜓"}.mdi-movie-remove-outline:before{content:"󱜔"}.mdi-movie-roll:before{content:"󰟞"}.mdi-movie-search:before{content:"󱇒"}.mdi-movie-search-outline:before{content:"󱇓"}.mdi-movie-settings:before{content:"󱜕"}.mdi-movie-settings-outline:before{content:"󱜖"}.mdi-movie-star:before{content:"󱜗"}.mdi-movie-star-outline:before{content:"󱜘"}.mdi-mower:before{content:"󱙯"}.mdi-mower-bag:before{content:"󱙰"}.mdi-muffin:before{content:"󰦌"}.mdi-multiplication:before{content:"󰎂"}.mdi-multiplication-box:before{content:"󰎃"}.mdi-mushroom:before{content:"󰟟"}.mdi-mushroom-off:before{content:"󱏺"}.mdi-mushroom-off-outline:before{content:"󱏻"}.mdi-mushroom-outline:before{content:"󰟠"}.mdi-music:before{content:"󰝚"}.mdi-music-accidental-double-flat:before{content:"󰽩"}.mdi-music-accidental-double-sharp:before{content:"󰽪"}.mdi-music-accidental-flat:before{content:"󰽫"}.mdi-music-accidental-natural:before{content:"󰽬"}.mdi-music-accidental-sharp:before{content:"󰽭"}.mdi-music-box:before{content:"󰎄"}.mdi-music-box-multiple:before{content:"󰌳"}.mdi-music-box-multiple-outline:before{content:"󰼄"}.mdi-music-box-outline:before{content:"󰎅"}.mdi-music-circle:before{content:"󰎆"}.mdi-music-circle-outline:before{content:"󰫔"}.mdi-music-clef-alto:before{content:"󰽮"}.mdi-music-clef-bass:before{content:"󰽯"}.mdi-music-clef-treble:before{content:"󰽰"}.mdi-music-note:before{content:"󰎇"}.mdi-music-note-bluetooth:before{content:"󰗾"}.mdi-music-note-bluetooth-off:before{content:"󰗿"}.mdi-music-note-eighth:before{content:"󰎈"}.mdi-music-note-eighth-dotted:before{content:"󰽱"}.mdi-music-note-half:before{content:"󰎉"}.mdi-music-note-half-dotted:before{content:"󰽲"}.mdi-music-note-off:before{content:"󰎊"}.mdi-music-note-off-outline:before{content:"󰽳"}.mdi-music-note-outline:before{content:"󰽴"}.mdi-music-note-plus:before{content:"󰷞"}.mdi-music-note-quarter:before{content:"󰎋"}.mdi-music-note-quarter-dotted:before{content:"󰽵"}.mdi-music-note-sixteenth:before{content:"󰎌"}.mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.mdi-music-note-whole:before{content:"󰎍"}.mdi-music-note-whole-dotted:before{content:"󰽷"}.mdi-music-off:before{content:"󰝛"}.mdi-music-rest-eighth:before{content:"󰽸"}.mdi-music-rest-half:before{content:"󰽹"}.mdi-music-rest-quarter:before{content:"󰽺"}.mdi-music-rest-sixteenth:before{content:"󰽻"}.mdi-music-rest-whole:before{content:"󰽼"}.mdi-mustache:before{content:"󱗞"}.mdi-nail:before{content:"󰷟"}.mdi-nas:before{content:"󰣳"}.mdi-nativescript:before{content:"󰢀"}.mdi-nature:before{content:"󰎎"}.mdi-nature-people:before{content:"󰎏"}.mdi-navigation:before{content:"󰎐"}.mdi-navigation-outline:before{content:"󱘇"}.mdi-near-me:before{content:"󰗍"}.mdi-necklace:before{content:"󰼋"}.mdi-needle:before{content:"󰎑"}.mdi-netflix:before{content:"󰝆"}.mdi-network:before{content:"󰛳"}.mdi-network-off:before{content:"󰲛"}.mdi-network-off-outline:before{content:"󰲜"}.mdi-network-outline:before{content:"󰲝"}.mdi-network-strength-1:before{content:"󰣴"}.mdi-network-strength-1-alert:before{content:"󰣵"}.mdi-network-strength-2:before{content:"󰣶"}.mdi-network-strength-2-alert:before{content:"󰣷"}.mdi-network-strength-3:before{content:"󰣸"}.mdi-network-strength-3-alert:before{content:"󰣹"}.mdi-network-strength-4:before{content:"󰣺"}.mdi-network-strength-4-alert:before{content:"󰣻"}.mdi-network-strength-off:before{content:"󰣼"}.mdi-network-strength-off-outline:before{content:"󰣽"}.mdi-network-strength-outline:before{content:"󰣾"}.mdi-new-box:before{content:"󰎔"}.mdi-newspaper:before{content:"󰎕"}.mdi-newspaper-minus:before{content:"󰼌"}.mdi-newspaper-plus:before{content:"󰼍"}.mdi-newspaper-variant:before{content:"󱀁"}.mdi-newspaper-variant-multiple:before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.mdi-newspaper-variant-outline:before{content:"󱀄"}.mdi-nfc:before{content:"󰎖"}.mdi-nfc-search-variant:before{content:"󰹓"}.mdi-nfc-tap:before{content:"󰎗"}.mdi-nfc-variant:before{content:"󰎘"}.mdi-nfc-variant-off:before{content:"󰹔"}.mdi-ninja:before{content:"󰝴"}.mdi-nintendo-game-boy:before{content:"󱎓"}.mdi-nintendo-switch:before{content:"󰟡"}.mdi-nintendo-wii:before{content:"󰖫"}.mdi-nintendo-wiiu:before{content:"󰜭"}.mdi-nix:before{content:"󱄅"}.mdi-nodejs:before{content:"󰎙"}.mdi-noodles:before{content:"󱅾"}.mdi-not-equal:before{content:"󰦍"}.mdi-not-equal-variant:before{content:"󰦎"}.mdi-note:before{content:"󰎚"}.mdi-note-minus:before{content:"󱙏"}.mdi-note-minus-outline:before{content:"󱙐"}.mdi-note-multiple:before{content:"󰚸"}.mdi-note-multiple-outline:before{content:"󰚹"}.mdi-note-outline:before{content:"󰎛"}.mdi-note-plus:before{content:"󰎜"}.mdi-note-plus-outline:before{content:"󰎝"}.mdi-note-remove:before{content:"󱙑"}.mdi-note-remove-outline:before{content:"󱙒"}.mdi-note-search:before{content:"󱙓"}.mdi-note-search-outline:before{content:"󱙔"}.mdi-note-text:before{content:"󰎞"}.mdi-note-text-outline:before{content:"󱇗"}.mdi-notebook:before{content:"󰠮"}.mdi-notebook-check:before{content:"󱓵"}.mdi-notebook-check-outline:before{content:"󱓶"}.mdi-notebook-edit:before{content:"󱓧"}.mdi-notebook-edit-outline:before{content:"󱓩"}.mdi-notebook-minus:before{content:"󱘐"}.mdi-notebook-minus-outline:before{content:"󱘑"}.mdi-notebook-multiple:before{content:"󰹕"}.mdi-notebook-outline:before{content:"󰺿"}.mdi-notebook-plus:before{content:"󱘒"}.mdi-notebook-plus-outline:before{content:"󱘓"}.mdi-notebook-remove:before{content:"󱘔"}.mdi-notebook-remove-outline:before{content:"󱘕"}.mdi-notification-clear-all:before{content:"󰎟"}.mdi-npm:before{content:"󰛷"}.mdi-nuke:before{content:"󰚤"}.mdi-null:before{content:"󰟢"}.mdi-numeric:before{content:"󰎠"}.mdi-numeric-0:before{content:"󰬹"}.mdi-numeric-0-box:before{content:"󰎡"}.mdi-numeric-0-box-multiple:before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.mdi-numeric-0-box-outline:before{content:"󰎣"}.mdi-numeric-0-circle:before{content:"󰲞"}.mdi-numeric-0-circle-outline:before{content:"󰲟"}.mdi-numeric-1:before{content:"󰬺"}.mdi-numeric-1-box:before{content:"󰎤"}.mdi-numeric-1-box-multiple:before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.mdi-numeric-1-box-outline:before{content:"󰎦"}.mdi-numeric-1-circle:before{content:"󰲠"}.mdi-numeric-1-circle-outline:before{content:"󰲡"}.mdi-numeric-10:before{content:"󰿩"}.mdi-numeric-10-box:before{content:"󰽽"}.mdi-numeric-10-box-multiple:before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.mdi-numeric-10-box-outline:before{content:"󰽾"}.mdi-numeric-10-circle:before{content:"󰿬"}.mdi-numeric-10-circle-outline:before{content:"󰿭"}.mdi-numeric-2:before{content:"󰬻"}.mdi-numeric-2-box:before{content:"󰎧"}.mdi-numeric-2-box-multiple:before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.mdi-numeric-2-box-outline:before{content:"󰎩"}.mdi-numeric-2-circle:before{content:"󰲢"}.mdi-numeric-2-circle-outline:before{content:"󰲣"}.mdi-numeric-3:before{content:"󰬼"}.mdi-numeric-3-box:before{content:"󰎪"}.mdi-numeric-3-box-multiple:before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.mdi-numeric-3-box-outline:before{content:"󰎬"}.mdi-numeric-3-circle:before{content:"󰲤"}.mdi-numeric-3-circle-outline:before{content:"󰲥"}.mdi-numeric-4:before{content:"󰬽"}.mdi-numeric-4-box:before{content:"󰎭"}.mdi-numeric-4-box-multiple:before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.mdi-numeric-4-box-outline:before{content:"󰎮"}.mdi-numeric-4-circle:before{content:"󰲦"}.mdi-numeric-4-circle-outline:before{content:"󰲧"}.mdi-numeric-5:before{content:"󰬾"}.mdi-numeric-5-box:before{content:"󰎱"}.mdi-numeric-5-box-multiple:before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.mdi-numeric-5-box-outline:before{content:"󰎰"}.mdi-numeric-5-circle:before{content:"󰲨"}.mdi-numeric-5-circle-outline:before{content:"󰲩"}.mdi-numeric-6:before{content:"󰬿"}.mdi-numeric-6-box:before{content:"󰎳"}.mdi-numeric-6-box-multiple:before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.mdi-numeric-6-box-outline:before{content:"󰎵"}.mdi-numeric-6-circle:before{content:"󰲪"}.mdi-numeric-6-circle-outline:before{content:"󰲫"}.mdi-numeric-7:before{content:"󰭀"}.mdi-numeric-7-box:before{content:"󰎶"}.mdi-numeric-7-box-multiple:before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.mdi-numeric-7-box-outline:before{content:"󰎸"}.mdi-numeric-7-circle:before{content:"󰲬"}.mdi-numeric-7-circle-outline:before{content:"󰲭"}.mdi-numeric-8:before{content:"󰭁"}.mdi-numeric-8-box:before{content:"󰎹"}.mdi-numeric-8-box-multiple:before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.mdi-numeric-8-box-outline:before{content:"󰎻"}.mdi-numeric-8-circle:before{content:"󰲮"}.mdi-numeric-8-circle-outline:before{content:"󰲯"}.mdi-numeric-9:before{content:"󰭂"}.mdi-numeric-9-box:before{content:"󰎼"}.mdi-numeric-9-box-multiple:before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.mdi-numeric-9-box-outline:before{content:"󰎾"}.mdi-numeric-9-circle:before{content:"󰲰"}.mdi-numeric-9-circle-outline:before{content:"󰲱"}.mdi-numeric-9-plus:before{content:"󰿮"}.mdi-numeric-9-plus-box:before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.mdi-numeric-9-plus-circle:before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.mdi-numeric-negative-1:before{content:"󱁒"}.mdi-numeric-positive-1:before{content:"󱗋"}.mdi-nut:before{content:"󰛸"}.mdi-nutrition:before{content:"󰏂"}.mdi-nuxt:before{content:"󱄆"}.mdi-oar:before{content:"󰙼"}.mdi-ocarina:before{content:"󰷠"}.mdi-oci:before{content:"󱋩"}.mdi-ocr:before{content:"󱄺"}.mdi-octagon:before{content:"󰏃"}.mdi-octagon-outline:before{content:"󰏄"}.mdi-octagram:before{content:"󰛹"}.mdi-octagram-outline:before{content:"󰝵"}.mdi-odnoklassniki:before{content:"󰏅"}.mdi-offer:before{content:"󱈛"}.mdi-office-building:before{content:"󰦑"}.mdi-office-building-marker:before{content:"󱔠"}.mdi-office-building-marker-outline:before{content:"󱔡"}.mdi-office-building-outline:before{content:"󱔟"}.mdi-oil:before{content:"󰏇"}.mdi-oil-lamp:before{content:"󰼙"}.mdi-oil-level:before{content:"󱁓"}.mdi-oil-temperature:before{content:"󰿸"}.mdi-omega:before{content:"󰏉"}.mdi-one-up:before{content:"󰮭"}.mdi-onepassword:before{content:"󰢁"}.mdi-opacity:before{content:"󰗌"}.mdi-open-in-app:before{content:"󰏋"}.mdi-open-in-new:before{content:"󰏌"}.mdi-open-source-initiative:before{content:"󰮮"}.mdi-openid:before{content:"󰏍"}.mdi-opera:before{content:"󰏎"}.mdi-orbit:before{content:"󰀘"}.mdi-orbit-variant:before{content:"󱗛"}.mdi-order-alphabetical-ascending:before{content:"󰈍"}.mdi-order-alphabetical-descending:before{content:"󰴇"}.mdi-order-bool-ascending:before{content:"󰊾"}.mdi-order-bool-ascending-variant:before{content:"󰦏"}.mdi-order-bool-descending:before{content:"󱎄"}.mdi-order-bool-descending-variant:before{content:"󰦐"}.mdi-order-numeric-ascending:before{content:"󰕅"}.mdi-order-numeric-descending:before{content:"󰕆"}.mdi-origin:before{content:"󰭃"}.mdi-ornament:before{content:"󰏏"}.mdi-ornament-variant:before{content:"󰏐"}.mdi-outdoor-lamp:before{content:"󱁔"}.mdi-overscan:before{content:"󱀅"}.mdi-owl:before{content:"󰏒"}.mdi-pac-man:before{content:"󰮯"}.mdi-package:before{content:"󰏓"}.mdi-package-down:before{content:"󰏔"}.mdi-package-up:before{content:"󰏕"}.mdi-package-variant:before{content:"󰏖"}.mdi-package-variant-closed:before{content:"󰏗"}.mdi-page-first:before{content:"󰘀"}.mdi-page-last:before{content:"󰘁"}.mdi-page-layout-body:before{content:"󰛺"}.mdi-page-layout-footer:before{content:"󰛻"}.mdi-page-layout-header:before{content:"󰛼"}.mdi-page-layout-header-footer:before{content:"󰽿"}.mdi-page-layout-sidebar-left:before{content:"󰛽"}.mdi-page-layout-sidebar-right:before{content:"󰛾"}.mdi-page-next:before{content:"󰮰"}.mdi-page-next-outline:before{content:"󰮱"}.mdi-page-previous:before{content:"󰮲"}.mdi-page-previous-outline:before{content:"󰮳"}.mdi-pail:before{content:"󱐗"}.mdi-pail-minus:before{content:"󱐷"}.mdi-pail-minus-outline:before{content:"󱐼"}.mdi-pail-off:before{content:"󱐹"}.mdi-pail-off-outline:before{content:"󱐾"}.mdi-pail-outline:before{content:"󱐺"}.mdi-pail-plus:before{content:"󱐶"}.mdi-pail-plus-outline:before{content:"󱐻"}.mdi-pail-remove:before{content:"󱐸"}.mdi-pail-remove-outline:before{content:"󱐽"}.mdi-palette:before{content:"󰏘"}.mdi-palette-advanced:before{content:"󰏙"}.mdi-palette-outline:before{content:"󰸌"}.mdi-palette-swatch:before{content:"󰢵"}.mdi-palette-swatch-outline:before{content:"󱍜"}.mdi-palm-tree:before{content:"󱁕"}.mdi-pan:before{content:"󰮴"}.mdi-pan-bottom-left:before{content:"󰮵"}.mdi-pan-bottom-right:before{content:"󰮶"}.mdi-pan-down:before{content:"󰮷"}.mdi-pan-horizontal:before{content:"󰮸"}.mdi-pan-left:before{content:"󰮹"}.mdi-pan-right:before{content:"󰮺"}.mdi-pan-top-left:before{content:"󰮻"}.mdi-pan-top-right:before{content:"󰮼"}.mdi-pan-up:before{content:"󰮽"}.mdi-pan-vertical:before{content:"󰮾"}.mdi-panda:before{content:"󰏚"}.mdi-pandora:before{content:"󰏛"}.mdi-panorama:before{content:"󰏜"}.mdi-panorama-fisheye:before{content:"󰏝"}.mdi-panorama-horizontal:before{content:"󰏞"}.mdi-panorama-vertical:before{content:"󰏟"}.mdi-panorama-wide-angle:before{content:"󰏠"}.mdi-paper-cut-vertical:before{content:"󰏡"}.mdi-paper-roll:before{content:"󱅗"}.mdi-paper-roll-outline:before{content:"󱅘"}.mdi-paperclip:before{content:"󰏢"}.mdi-parachute:before{content:"󰲴"}.mdi-parachute-outline:before{content:"󰲵"}.mdi-parking:before{content:"󰏣"}.mdi-party-popper:before{content:"󱁖"}.mdi-passport:before{content:"󰟣"}.mdi-passport-biometric:before{content:"󰷡"}.mdi-pasta:before{content:"󱅠"}.mdi-patio-heater:before{content:"󰾀"}.mdi-patreon:before{content:"󰢂"}.mdi-pause:before{content:"󰏤"}.mdi-pause-circle:before{content:"󰏥"}.mdi-pause-circle-outline:before{content:"󰏦"}.mdi-pause-octagon:before{content:"󰏧"}.mdi-pause-octagon-outline:before{content:"󰏨"}.mdi-paw:before{content:"󰏩"}.mdi-paw-off:before{content:"󰙗"}.mdi-paw-off-outline:before{content:"󱙶"}.mdi-paw-outline:before{content:"󱙵"}.mdi-pdf-box:before{content:"󰹖"}.mdi-peace:before{content:"󰢄"}.mdi-peanut:before{content:"󰿼"}.mdi-peanut-off:before{content:"󰿽"}.mdi-peanut-off-outline:before{content:"󰿿"}.mdi-peanut-outline:before{content:"󰿾"}.mdi-pen:before{content:"󰏪"}.mdi-pen-lock:before{content:"󰷢"}.mdi-pen-minus:before{content:"󰷣"}.mdi-pen-off:before{content:"󰷤"}.mdi-pen-plus:before{content:"󰷥"}.mdi-pen-remove:before{content:"󰷦"}.mdi-pencil:before{content:"󰏫"}.mdi-pencil-box:before{content:"󰏬"}.mdi-pencil-box-multiple:before{content:"󱅄"}.mdi-pencil-box-multiple-outline:before{content:"󱅅"}.mdi-pencil-box-outline:before{content:"󰏭"}.mdi-pencil-circle:before{content:"󰛿"}.mdi-pencil-circle-outline:before{content:"󰝶"}.mdi-pencil-lock:before{content:"󰏮"}.mdi-pencil-lock-outline:before{content:"󰷧"}.mdi-pencil-minus:before{content:"󰷨"}.mdi-pencil-minus-outline:before{content:"󰷩"}.mdi-pencil-off:before{content:"󰏯"}.mdi-pencil-off-outline:before{content:"󰷪"}.mdi-pencil-outline:before{content:"󰲶"}.mdi-pencil-plus:before{content:"󰷫"}.mdi-pencil-plus-outline:before{content:"󰷬"}.mdi-pencil-remove:before{content:"󰷭"}.mdi-pencil-remove-outline:before{content:"󰷮"}.mdi-pencil-ruler:before{content:"󱍓"}.mdi-penguin:before{content:"󰻀"}.mdi-pentagon:before{content:"󰜁"}.mdi-pentagon-outline:before{content:"󰜀"}.mdi-pentagram:before{content:"󱙧"}.mdi-percent:before{content:"󰏰"}.mdi-percent-outline:before{content:"󱉸"}.mdi-periodic-table:before{content:"󰢶"}.mdi-perspective-less:before{content:"󰴣"}.mdi-perspective-more:before{content:"󰴤"}.mdi-pharmacy:before{content:"󰏱"}.mdi-phone:before{content:"󰏲"}.mdi-phone-alert:before{content:"󰼚"}.mdi-phone-alert-outline:before{content:"󱆎"}.mdi-phone-bluetooth:before{content:"󰏳"}.mdi-phone-bluetooth-outline:before{content:"󱆏"}.mdi-phone-cancel:before{content:"󱂼"}.mdi-phone-cancel-outline:before{content:"󱆐"}.mdi-phone-check:before{content:"󱆩"}.mdi-phone-check-outline:before{content:"󱆪"}.mdi-phone-classic:before{content:"󰘂"}.mdi-phone-classic-off:before{content:"󱉹"}.mdi-phone-dial:before{content:"󱕙"}.mdi-phone-dial-outline:before{content:"󱕚"}.mdi-phone-forward:before{content:"󰏴"}.mdi-phone-forward-outline:before{content:"󱆑"}.mdi-phone-hangup:before{content:"󰏵"}.mdi-phone-hangup-outline:before{content:"󱆒"}.mdi-phone-in-talk:before{content:"󰏶"}.mdi-phone-in-talk-outline:before{content:"󱆂"}.mdi-phone-incoming:before{content:"󰏷"}.mdi-phone-incoming-outline:before{content:"󱆓"}.mdi-phone-lock:before{content:"󰏸"}.mdi-phone-lock-outline:before{content:"󱆔"}.mdi-phone-log:before{content:"󰏹"}.mdi-phone-log-outline:before{content:"󱆕"}.mdi-phone-message:before{content:"󱆖"}.mdi-phone-message-outline:before{content:"󱆗"}.mdi-phone-minus:before{content:"󰙘"}.mdi-phone-minus-outline:before{content:"󱆘"}.mdi-phone-missed:before{content:"󰏺"}.mdi-phone-missed-outline:before{content:"󱆥"}.mdi-phone-off:before{content:"󰷯"}.mdi-phone-off-outline:before{content:"󱆦"}.mdi-phone-outgoing:before{content:"󰏻"}.mdi-phone-outgoing-outline:before{content:"󱆙"}.mdi-phone-outline:before{content:"󰷰"}.mdi-phone-paused:before{content:"󰏼"}.mdi-phone-paused-outline:before{content:"󱆚"}.mdi-phone-plus:before{content:"󰙙"}.mdi-phone-plus-outline:before{content:"󱆛"}.mdi-phone-remove:before{content:"󱔯"}.mdi-phone-remove-outline:before{content:"󱔰"}.mdi-phone-return:before{content:"󰠯"}.mdi-phone-return-outline:before{content:"󱆜"}.mdi-phone-ring:before{content:"󱆫"}.mdi-phone-ring-outline:before{content:"󱆬"}.mdi-phone-rotate-landscape:before{content:"󰢅"}.mdi-phone-rotate-portrait:before{content:"󰢆"}.mdi-phone-settings:before{content:"󰏽"}.mdi-phone-settings-outline:before{content:"󱆝"}.mdi-phone-voip:before{content:"󰏾"}.mdi-pi:before{content:"󰏿"}.mdi-pi-box:before{content:"󰐀"}.mdi-pi-hole:before{content:"󰷱"}.mdi-piano:before{content:"󰙽"}.mdi-pickaxe:before{content:"󰢷"}.mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.mdi-picture-in-picture-top-right:before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.mdi-pier:before{content:"󰢇"}.mdi-pier-crane:before{content:"󰢈"}.mdi-pig:before{content:"󰐁"}.mdi-pig-variant:before{content:"󱀆"}.mdi-pig-variant-outline:before{content:"󱙸"}.mdi-piggy-bank:before{content:"󱀇"}.mdi-piggy-bank-outline:before{content:"󱙹"}.mdi-pill:before{content:"󰐂"}.mdi-pillar:before{content:"󰜂"}.mdi-pin:before{content:"󰐃"}.mdi-pin-off:before{content:"󰐄"}.mdi-pin-off-outline:before{content:"󰤰"}.mdi-pin-outline:before{content:"󰤱"}.mdi-pine-tree:before{content:"󰐅"}.mdi-pine-tree-box:before{content:"󰐆"}.mdi-pine-tree-fire:before{content:"󱐚"}.mdi-pinterest:before{content:"󰐇"}.mdi-pinwheel:before{content:"󰫕"}.mdi-pinwheel-outline:before{content:"󰫖"}.mdi-pipe:before{content:"󰟥"}.mdi-pipe-disconnected:before{content:"󰟦"}.mdi-pipe-leak:before{content:"󰢉"}.mdi-pipe-wrench:before{content:"󱍔"}.mdi-pirate:before{content:"󰨈"}.mdi-pistol:before{content:"󰜃"}.mdi-piston:before{content:"󰢊"}.mdi-pitchfork:before{content:"󱕓"}.mdi-pizza:before{content:"󰐉"}.mdi-play:before{content:"󰐊"}.mdi-play-box:before{content:"󱉺"}.mdi-play-box-multiple:before{content:"󰴙"}.mdi-play-box-multiple-outline:before{content:"󱏦"}.mdi-play-box-outline:before{content:"󰐋"}.mdi-play-circle:before{content:"󰐌"}.mdi-play-circle-outline:before{content:"󰐍"}.mdi-play-network:before{content:"󰢋"}.mdi-play-network-outline:before{content:"󰲷"}.mdi-play-outline:before{content:"󰼛"}.mdi-play-pause:before{content:"󰐎"}.mdi-play-protected-content:before{content:"󰐏"}.mdi-play-speed:before{content:"󰣿"}.mdi-playlist-check:before{content:"󰗇"}.mdi-playlist-edit:before{content:"󰤀"}.mdi-playlist-minus:before{content:"󰐐"}.mdi-playlist-music:before{content:"󰲸"}.mdi-playlist-music-outline:before{content:"󰲹"}.mdi-playlist-play:before{content:"󰐑"}.mdi-playlist-plus:before{content:"󰐒"}.mdi-playlist-remove:before{content:"󰐓"}.mdi-playlist-star:before{content:"󰷲"}.mdi-plex:before{content:"󰚺"}.mdi-plus:before{content:"󰐕"}.mdi-plus-box:before{content:"󰐖"}.mdi-plus-box-multiple:before{content:"󰌴"}.mdi-plus-box-multiple-outline:before{content:"󱅃"}.mdi-plus-box-outline:before{content:"󰜄"}.mdi-plus-circle:before{content:"󰐗"}.mdi-plus-circle-multiple:before{content:"󰍌"}.mdi-plus-circle-multiple-outline:before{content:"󰐘"}.mdi-plus-circle-outline:before{content:"󰐙"}.mdi-plus-minus:before{content:"󰦒"}.mdi-plus-minus-box:before{content:"󰦓"}.mdi-plus-minus-variant:before{content:"󱓉"}.mdi-plus-network:before{content:"󰐚"}.mdi-plus-network-outline:before{content:"󰲺"}.mdi-plus-one:before{content:"󰐛"}.mdi-plus-outline:before{content:"󰜅"}.mdi-plus-thick:before{content:"󱇬"}.mdi-podcast:before{content:"󰦔"}.mdi-podium:before{content:"󰴥"}.mdi-podium-bronze:before{content:"󰴦"}.mdi-podium-gold:before{content:"󰴧"}.mdi-podium-silver:before{content:"󰴨"}.mdi-point-of-sale:before{content:"󰶒"}.mdi-pokeball:before{content:"󰐝"}.mdi-pokemon-go:before{content:"󰨉"}.mdi-poker-chip:before{content:"󰠰"}.mdi-polaroid:before{content:"󰐞"}.mdi-police-badge:before{content:"󱅧"}.mdi-police-badge-outline:before{content:"󱅨"}.mdi-poll:before{content:"󰐟"}.mdi-poll-box:before{content:"󰐠"}.mdi-poll-box-outline:before{content:"󱉻"}.mdi-polo:before{content:"󱓃"}.mdi-polymer:before{content:"󰐡"}.mdi-pool:before{content:"󰘆"}.mdi-popcorn:before{content:"󰐢"}.mdi-post:before{content:"󱀈"}.mdi-post-outline:before{content:"󱀉"}.mdi-postage-stamp:before{content:"󰲻"}.mdi-pot:before{content:"󰋥"}.mdi-pot-mix:before{content:"󰙛"}.mdi-pot-mix-outline:before{content:"󰙷"}.mdi-pot-outline:before{content:"󰋿"}.mdi-pot-steam:before{content:"󰙚"}.mdi-pot-steam-outline:before{content:"󰌦"}.mdi-pound:before{content:"󰐣"}.mdi-pound-box:before{content:"󰐤"}.mdi-pound-box-outline:before{content:"󱅿"}.mdi-power:before{content:"󰐥"}.mdi-power-cycle:before{content:"󰤁"}.mdi-power-off:before{content:"󰤂"}.mdi-power-on:before{content:"󰤃"}.mdi-power-plug:before{content:"󰚥"}.mdi-power-plug-off:before{content:"󰚦"}.mdi-power-plug-off-outline:before{content:"󱐤"}.mdi-power-plug-outline:before{content:"󱐥"}.mdi-power-settings:before{content:"󰐦"}.mdi-power-sleep:before{content:"󰤄"}.mdi-power-socket:before{content:"󰐧"}.mdi-power-socket-au:before{content:"󰤅"}.mdi-power-socket-de:before{content:"󱄇"}.mdi-power-socket-eu:before{content:"󰟧"}.mdi-power-socket-fr:before{content:"󱄈"}.mdi-power-socket-it:before{content:"󱓿"}.mdi-power-socket-jp:before{content:"󱄉"}.mdi-power-socket-uk:before{content:"󰟨"}.mdi-power-socket-us:before{content:"󰟩"}.mdi-power-standby:before{content:"󰤆"}.mdi-powershell:before{content:"󰨊"}.mdi-prescription:before{content:"󰜆"}.mdi-presentation:before{content:"󰐨"}.mdi-presentation-play:before{content:"󰐩"}.mdi-pretzel:before{content:"󱕢"}.mdi-printer:before{content:"󰐪"}.mdi-printer-3d:before{content:"󰐫"}.mdi-printer-3d-nozzle:before{content:"󰹛"}.mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.mdi-printer-alert:before{content:"󰐬"}.mdi-printer-check:before{content:"󱅆"}.mdi-printer-eye:before{content:"󱑘"}.mdi-printer-off:before{content:"󰹝"}.mdi-printer-pos:before{content:"󱁗"}.mdi-printer-search:before{content:"󱑗"}.mdi-printer-settings:before{content:"󰜇"}.mdi-printer-wireless:before{content:"󰨋"}.mdi-priority-high:before{content:"󰘃"}.mdi-priority-low:before{content:"󰘄"}.mdi-professional-hexagon:before{content:"󰐭"}.mdi-progress-alert:before{content:"󰲼"}.mdi-progress-check:before{content:"󰦕"}.mdi-progress-clock:before{content:"󰦖"}.mdi-progress-close:before{content:"󱄊"}.mdi-progress-download:before{content:"󰦗"}.mdi-progress-question:before{content:"󱔢"}.mdi-progress-upload:before{content:"󰦘"}.mdi-progress-wrench:before{content:"󰲽"}.mdi-projector:before{content:"󰐮"}.mdi-projector-screen:before{content:"󰐯"}.mdi-projector-screen-outline:before{content:"󱜤"}.mdi-propane-tank:before{content:"󱍗"}.mdi-propane-tank-outline:before{content:"󱍘"}.mdi-protocol:before{content:"󰿘"}.mdi-publish:before{content:"󰚧"}.mdi-pulse:before{content:"󰐰"}.mdi-pump:before{content:"󱐂"}.mdi-pumpkin:before{content:"󰮿"}.mdi-purse:before{content:"󰼜"}.mdi-purse-outline:before{content:"󰼝"}.mdi-puzzle:before{content:"󰐱"}.mdi-puzzle-check:before{content:"󱐦"}.mdi-puzzle-check-outline:before{content:"󱐧"}.mdi-puzzle-edit:before{content:"󱓓"}.mdi-puzzle-edit-outline:before{content:"󱓙"}.mdi-puzzle-heart:before{content:"󱓔"}.mdi-puzzle-heart-outline:before{content:"󱓚"}.mdi-puzzle-minus:before{content:"󱓑"}.mdi-puzzle-minus-outline:before{content:"󱓗"}.mdi-puzzle-outline:before{content:"󰩦"}.mdi-puzzle-plus:before{content:"󱓐"}.mdi-puzzle-plus-outline:before{content:"󱓖"}.mdi-puzzle-remove:before{content:"󱓒"}.mdi-puzzle-remove-outline:before{content:"󱓘"}.mdi-puzzle-star:before{content:"󱓕"}.mdi-puzzle-star-outline:before{content:"󱓛"}.mdi-qi:before{content:"󰦙"}.mdi-qqchat:before{content:"󰘅"}.mdi-qrcode:before{content:"󰐲"}.mdi-qrcode-edit:before{content:"󰢸"}.mdi-qrcode-minus:before{content:"󱆌"}.mdi-qrcode-plus:before{content:"󱆋"}.mdi-qrcode-remove:before{content:"󱆍"}.mdi-qrcode-scan:before{content:"󰐳"}.mdi-quadcopter:before{content:"󰐴"}.mdi-quality-high:before{content:"󰐵"}.mdi-quality-low:before{content:"󰨌"}.mdi-quality-medium:before{content:"󰨍"}.mdi-quora:before{content:"󰴩"}.mdi-rabbit:before{content:"󰤇"}.mdi-racing-helmet:before{content:"󰶓"}.mdi-racquetball:before{content:"󰶔"}.mdi-radar:before{content:"󰐷"}.mdi-radiator:before{content:"󰐸"}.mdi-radiator-disabled:before{content:"󰫗"}.mdi-radiator-off:before{content:"󰫘"}.mdi-radio:before{content:"󰐹"}.mdi-radio-am:before{content:"󰲾"}.mdi-radio-fm:before{content:"󰲿"}.mdi-radio-handheld:before{content:"󰐺"}.mdi-radio-off:before{content:"󱈜"}.mdi-radio-tower:before{content:"󰐻"}.mdi-radioactive:before{content:"󰐼"}.mdi-radioactive-off:before{content:"󰻁"}.mdi-radiobox-blank:before{content:"󰐽"}.mdi-radiobox-marked:before{content:"󰐾"}.mdi-radiology-box:before{content:"󱓅"}.mdi-radiology-box-outline:before{content:"󱓆"}.mdi-radius:before{content:"󰳀"}.mdi-radius-outline:before{content:"󰳁"}.mdi-railroad-light:before{content:"󰼞"}.mdi-rake:before{content:"󱕄"}.mdi-raspberry-pi:before{content:"󰐿"}.mdi-ray-end:before{content:"󰑀"}.mdi-ray-end-arrow:before{content:"󰑁"}.mdi-ray-start:before{content:"󰑂"}.mdi-ray-start-arrow:before{content:"󰑃"}.mdi-ray-start-end:before{content:"󰑄"}.mdi-ray-start-vertex-end:before{content:"󱗘"}.mdi-ray-vertex:before{content:"󰑅"}.mdi-react:before{content:"󰜈"}.mdi-read:before{content:"󰑇"}.mdi-receipt:before{content:"󰑉"}.mdi-record:before{content:"󰑊"}.mdi-record-circle:before{content:"󰻂"}.mdi-record-circle-outline:before{content:"󰻃"}.mdi-record-player:before{content:"󰦚"}.mdi-record-rec:before{content:"󰑋"}.mdi-rectangle:before{content:"󰹞"}.mdi-rectangle-outline:before{content:"󰹟"}.mdi-recycle:before{content:"󰑌"}.mdi-recycle-variant:before{content:"󱎝"}.mdi-reddit:before{content:"󰑍"}.mdi-redhat:before{content:"󱄛"}.mdi-redo:before{content:"󰑎"}.mdi-redo-variant:before{content:"󰑏"}.mdi-reflect-horizontal:before{content:"󰨎"}.mdi-reflect-vertical:before{content:"󰨏"}.mdi-refresh:before{content:"󰑐"}.mdi-refresh-circle:before{content:"󱍷"}.mdi-regex:before{content:"󰑑"}.mdi-registered-trademark:before{content:"󰩧"}.mdi-reiterate:before{content:"󱖈"}.mdi-relation-many-to-many:before{content:"󱒖"}.mdi-relation-many-to-one:before{content:"󱒗"}.mdi-relation-many-to-one-or-many:before{content:"󱒘"}.mdi-relation-many-to-only-one:before{content:"󱒙"}.mdi-relation-many-to-zero-or-many:before{content:"󱒚"}.mdi-relation-many-to-zero-or-one:before{content:"󱒛"}.mdi-relation-one-or-many-to-many:before{content:"󱒜"}.mdi-relation-one-or-many-to-one:before{content:"󱒝"}.mdi-relation-one-or-many-to-one-or-many:before{content:"󱒞"}.mdi-relation-one-or-many-to-only-one:before{content:"󱒟"}.mdi-relation-one-or-many-to-zero-or-many:before{content:"󱒠"}.mdi-relation-one-or-many-to-zero-or-one:before{content:"󱒡"}.mdi-relation-one-to-many:before{content:"󱒢"}.mdi-relation-one-to-one:before{content:"󱒣"}.mdi-relation-one-to-one-or-many:before{content:"󱒤"}.mdi-relation-one-to-only-one:before{content:"󱒥"}.mdi-relation-one-to-zero-or-many:before{content:"󱒦"}.mdi-relation-one-to-zero-or-one:before{content:"󱒧"}.mdi-relation-only-one-to-many:before{content:"󱒨"}.mdi-relation-only-one-to-one:before{content:"󱒩"}.mdi-relation-only-one-to-one-or-many:before{content:"󱒪"}.mdi-relation-only-one-to-only-one:before{content:"󱒫"}.mdi-relation-only-one-to-zero-or-many:before{content:"󱒬"}.mdi-relation-only-one-to-zero-or-one:before{content:"󱒭"}.mdi-relation-zero-or-many-to-many:before{content:"󱒮"}.mdi-relation-zero-or-many-to-one:before{content:"󱒯"}.mdi-relation-zero-or-many-to-one-or-many:before{content:"󱒰"}.mdi-relation-zero-or-many-to-only-one:before{content:"󱒱"}.mdi-relation-zero-or-many-to-zero-or-many:before{content:"󱒲"}.mdi-relation-zero-or-many-to-zero-or-one:before{content:"󱒳"}.mdi-relation-zero-or-one-to-many:before{content:"󱒴"}.mdi-relation-zero-or-one-to-one:before{content:"󱒵"}.mdi-relation-zero-or-one-to-one-or-many:before{content:"󱒶"}.mdi-relation-zero-or-one-to-only-one:before{content:"󱒷"}.mdi-relation-zero-or-one-to-zero-or-many:before{content:"󱒸"}.mdi-relation-zero-or-one-to-zero-or-one:before{content:"󱒹"}.mdi-relative-scale:before{content:"󰑒"}.mdi-reload:before{content:"󰑓"}.mdi-reload-alert:before{content:"󱄋"}.mdi-reminder:before{content:"󰢌"}.mdi-remote:before{content:"󰑔"}.mdi-remote-desktop:before{content:"󰢹"}.mdi-remote-off:before{content:"󰻄"}.mdi-remote-tv:before{content:"󰻅"}.mdi-remote-tv-off:before{content:"󰻆"}.mdi-rename-box:before{content:"󰑕"}.mdi-reorder-horizontal:before{content:"󰚈"}.mdi-reorder-vertical:before{content:"󰚉"}.mdi-repeat:before{content:"󰑖"}.mdi-repeat-off:before{content:"󰑗"}.mdi-repeat-once:before{content:"󰑘"}.mdi-replay:before{content:"󰑙"}.mdi-reply:before{content:"󰑚"}.mdi-reply-all:before{content:"󰑛"}.mdi-reply-all-outline:before{content:"󰼟"}.mdi-reply-circle:before{content:"󱆮"}.mdi-reply-outline:before{content:"󰼠"}.mdi-reproduction:before{content:"󰑜"}.mdi-resistor:before{content:"󰭄"}.mdi-resistor-nodes:before{content:"󰭅"}.mdi-resize:before{content:"󰩨"}.mdi-resize-bottom-right:before{content:"󰑝"}.mdi-responsive:before{content:"󰑞"}.mdi-restart:before{content:"󰜉"}.mdi-restart-alert:before{content:"󱄌"}.mdi-restart-off:before{content:"󰶕"}.mdi-restore:before{content:"󰦛"}.mdi-restore-alert:before{content:"󱄍"}.mdi-rewind:before{content:"󰑟"}.mdi-rewind-10:before{content:"󰴪"}.mdi-rewind-30:before{content:"󰶖"}.mdi-rewind-5:before{content:"󱇹"}.mdi-rewind-60:before{content:"󱘌"}.mdi-rewind-outline:before{content:"󰜊"}.mdi-rhombus:before{content:"󰜋"}.mdi-rhombus-medium:before{content:"󰨐"}.mdi-rhombus-medium-outline:before{content:"󱓜"}.mdi-rhombus-outline:before{content:"󰜌"}.mdi-rhombus-split:before{content:"󰨑"}.mdi-rhombus-split-outline:before{content:"󱓝"}.mdi-ribbon:before{content:"󰑠"}.mdi-rice:before{content:"󰟪"}.mdi-rickshaw:before{content:"󱖻"}.mdi-rickshaw-electric:before{content:"󱖼"}.mdi-ring:before{content:"󰟫"}.mdi-rivet:before{content:"󰹠"}.mdi-road:before{content:"󰑡"}.mdi-road-variant:before{content:"󰑢"}.mdi-robber:before{content:"󱁘"}.mdi-robot:before{content:"󰚩"}.mdi-robot-angry:before{content:"󱚝"}.mdi-robot-angry-outline:before{content:"󱚞"}.mdi-robot-confused:before{content:"󱚟"}.mdi-robot-confused-outline:before{content:"󱚠"}.mdi-robot-dead:before{content:"󱚡"}.mdi-robot-dead-outline:before{content:"󱚢"}.mdi-robot-excited:before{content:"󱚣"}.mdi-robot-excited-outline:before{content:"󱚤"}.mdi-robot-happy:before{content:"󱜙"}.mdi-robot-happy-outline:before{content:"󱜚"}.mdi-robot-industrial:before{content:"󰭆"}.mdi-robot-love:before{content:"󱚥"}.mdi-robot-love-outline:before{content:"󱚦"}.mdi-robot-mower:before{content:"󱇷"}.mdi-robot-mower-outline:before{content:"󱇳"}.mdi-robot-off:before{content:"󱚧"}.mdi-robot-off-outline:before{content:"󱙻"}.mdi-robot-outline:before{content:"󱙺"}.mdi-robot-vacuum:before{content:"󰜍"}.mdi-robot-vacuum-variant:before{content:"󰤈"}.mdi-rocket:before{content:"󰑣"}.mdi-rocket-launch:before{content:"󱓞"}.mdi-rocket-launch-outline:before{content:"󱓟"}.mdi-rocket-outline:before{content:"󱎯"}.mdi-rodent:before{content:"󱌧"}.mdi-roller-skate:before{content:"󰴫"}.mdi-roller-skate-off:before{content:"󰅅"}.mdi-rollerblade:before{content:"󰴬"}.mdi-rollerblade-off:before{content:"󰀮"}.mdi-rollupjs:before{content:"󰯀"}.mdi-roman-numeral-1:before{content:"󱂈"}.mdi-roman-numeral-10:before{content:"󱂑"}.mdi-roman-numeral-2:before{content:"󱂉"}.mdi-roman-numeral-3:before{content:"󱂊"}.mdi-roman-numeral-4:before{content:"󱂋"}.mdi-roman-numeral-5:before{content:"󱂌"}.mdi-roman-numeral-6:before{content:"󱂍"}.mdi-roman-numeral-7:before{content:"󱂎"}.mdi-roman-numeral-8:before{content:"󱂏"}.mdi-roman-numeral-9:before{content:"󱂐"}.mdi-room-service:before{content:"󰢍"}.mdi-room-service-outline:before{content:"󰶗"}.mdi-rotate-3d:before{content:"󰻇"}.mdi-rotate-3d-variant:before{content:"󰑤"}.mdi-rotate-left:before{content:"󰑥"}.mdi-rotate-left-variant:before{content:"󰑦"}.mdi-rotate-orbit:before{content:"󰶘"}.mdi-rotate-right:before{content:"󰑧"}.mdi-rotate-right-variant:before{content:"󰑨"}.mdi-rounded-corner:before{content:"󰘇"}.mdi-router:before{content:"󱇢"}.mdi-router-network:before{content:"󱂇"}.mdi-router-wireless:before{content:"󰑩"}.mdi-router-wireless-off:before{content:"󱖣"}.mdi-router-wireless-settings:before{content:"󰩩"}.mdi-routes:before{content:"󰑪"}.mdi-routes-clock:before{content:"󱁙"}.mdi-rowing:before{content:"󰘈"}.mdi-rss:before{content:"󰑫"}.mdi-rss-box:before{content:"󰑬"}.mdi-rss-off:before{content:"󰼡"}.mdi-rug:before{content:"󱑵"}.mdi-rugby:before{content:"󰶙"}.mdi-ruler:before{content:"󰑭"}.mdi-ruler-square:before{content:"󰳂"}.mdi-ruler-square-compass:before{content:"󰺾"}.mdi-run:before{content:"󰜎"}.mdi-run-fast:before{content:"󰑮"}.mdi-rv-truck:before{content:"󱇔"}.mdi-sack:before{content:"󰴮"}.mdi-sack-percent:before{content:"󰴯"}.mdi-safe:before{content:"󰩪"}.mdi-safe-square:before{content:"󱉼"}.mdi-safe-square-outline:before{content:"󱉽"}.mdi-safety-goggles:before{content:"󰴰"}.mdi-sail-boat:before{content:"󰻈"}.mdi-sale:before{content:"󰑯"}.mdi-salesforce:before{content:"󰢎"}.mdi-sass:before{content:"󰟬"}.mdi-satellite:before{content:"󰑰"}.mdi-satellite-uplink:before{content:"󰤉"}.mdi-satellite-variant:before{content:"󰑱"}.mdi-sausage:before{content:"󰢺"}.mdi-saw-blade:before{content:"󰹡"}.mdi-sawtooth-wave:before{content:"󱑺"}.mdi-saxophone:before{content:"󰘉"}.mdi-scale:before{content:"󰑲"}.mdi-scale-balance:before{content:"󰗑"}.mdi-scale-bathroom:before{content:"󰑳"}.mdi-scale-off:before{content:"󱁚"}.mdi-scan-helper:before{content:"󱏘"}.mdi-scanner:before{content:"󰚫"}.mdi-scanner-off:before{content:"󰤊"}.mdi-scatter-plot:before{content:"󰻉"}.mdi-scatter-plot-outline:before{content:"󰻊"}.mdi-school:before{content:"󰑴"}.mdi-school-outline:before{content:"󱆀"}.mdi-scissors-cutting:before{content:"󰩫"}.mdi-scooter:before{content:"󱖽"}.mdi-scooter-electric:before{content:"󱖾"}.mdi-scoreboard:before{content:"󱉾"}.mdi-scoreboard-outline:before{content:"󱉿"}.mdi-screen-rotation:before{content:"󰑵"}.mdi-screen-rotation-lock:before{content:"󰑸"}.mdi-screw-flat-top:before{content:"󰷳"}.mdi-screw-lag:before{content:"󰷴"}.mdi-screw-machine-flat-top:before{content:"󰷵"}.mdi-screw-machine-round-top:before{content:"󰷶"}.mdi-screw-round-top:before{content:"󰷷"}.mdi-screwdriver:before{content:"󰑶"}.mdi-script:before{content:"󰯁"}.mdi-script-outline:before{content:"󰑷"}.mdi-script-text:before{content:"󰯂"}.mdi-script-text-key:before{content:"󱜥"}.mdi-script-text-key-outline:before{content:"󱜦"}.mdi-script-text-outline:before{content:"󰯃"}.mdi-script-text-play:before{content:"󱜧"}.mdi-script-text-play-outline:before{content:"󱜨"}.mdi-sd:before{content:"󰑹"}.mdi-seal:before{content:"󰑺"}.mdi-seal-variant:before{content:"󰿙"}.mdi-search-web:before{content:"󰜏"}.mdi-seat:before{content:"󰳃"}.mdi-seat-flat:before{content:"󰑻"}.mdi-seat-flat-angled:before{content:"󰑼"}.mdi-seat-individual-suite:before{content:"󰑽"}.mdi-seat-legroom-extra:before{content:"󰑾"}.mdi-seat-legroom-normal:before{content:"󰑿"}.mdi-seat-legroom-reduced:before{content:"󰒀"}.mdi-seat-outline:before{content:"󰳄"}.mdi-seat-passenger:before{content:"󱉉"}.mdi-seat-recline-extra:before{content:"󰒁"}.mdi-seat-recline-normal:before{content:"󰒂"}.mdi-seatbelt:before{content:"󰳅"}.mdi-security:before{content:"󰒃"}.mdi-security-network:before{content:"󰒄"}.mdi-seed:before{content:"󰹢"}.mdi-seed-off:before{content:"󱏽"}.mdi-seed-off-outline:before{content:"󱏾"}.mdi-seed-outline:before{content:"󰹣"}.mdi-seesaw:before{content:"󱖤"}.mdi-segment:before{content:"󰻋"}.mdi-select:before{content:"󰒅"}.mdi-select-all:before{content:"󰒆"}.mdi-select-color:before{content:"󰴱"}.mdi-select-compare:before{content:"󰫙"}.mdi-select-drag:before{content:"󰩬"}.mdi-select-group:before{content:"󰾂"}.mdi-select-inverse:before{content:"󰒇"}.mdi-select-marker:before{content:"󱊀"}.mdi-select-multiple:before{content:"󱊁"}.mdi-select-multiple-marker:before{content:"󱊂"}.mdi-select-off:before{content:"󰒈"}.mdi-select-place:before{content:"󰿚"}.mdi-select-search:before{content:"󱈄"}.mdi-selection:before{content:"󰒉"}.mdi-selection-drag:before{content:"󰩭"}.mdi-selection-ellipse:before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.mdi-selection-marker:before{content:"󱊃"}.mdi-selection-multiple:before{content:"󱊅"}.mdi-selection-multiple-marker:before{content:"󱊄"}.mdi-selection-off:before{content:"󰝷"}.mdi-selection-search:before{content:"󱈅"}.mdi-semantic-web:before{content:"󱌖"}.mdi-send:before{content:"󰒊"}.mdi-send-check:before{content:"󱅡"}.mdi-send-check-outline:before{content:"󱅢"}.mdi-send-circle:before{content:"󰷸"}.mdi-send-circle-outline:before{content:"󰷹"}.mdi-send-clock:before{content:"󱅣"}.mdi-send-clock-outline:before{content:"󱅤"}.mdi-send-lock:before{content:"󰟭"}.mdi-send-lock-outline:before{content:"󱅦"}.mdi-send-outline:before{content:"󱅥"}.mdi-serial-port:before{content:"󰙜"}.mdi-server:before{content:"󰒋"}.mdi-server-minus:before{content:"󰒌"}.mdi-server-network:before{content:"󰒍"}.mdi-server-network-off:before{content:"󰒎"}.mdi-server-off:before{content:"󰒏"}.mdi-server-plus:before{content:"󰒐"}.mdi-server-remove:before{content:"󰒑"}.mdi-server-security:before{content:"󰒒"}.mdi-set-all:before{content:"󰝸"}.mdi-set-center:before{content:"󰝹"}.mdi-set-center-right:before{content:"󰝺"}.mdi-set-left:before{content:"󰝻"}.mdi-set-left-center:before{content:"󰝼"}.mdi-set-left-right:before{content:"󰝽"}.mdi-set-merge:before{content:"󱓠"}.mdi-set-none:before{content:"󰝾"}.mdi-set-right:before{content:"󰝿"}.mdi-set-split:before{content:"󱓡"}.mdi-set-square:before{content:"󱑝"}.mdi-set-top-box:before{content:"󰦟"}.mdi-settings-helper:before{content:"󰩮"}.mdi-shaker:before{content:"󱄎"}.mdi-shaker-outline:before{content:"󱄏"}.mdi-shape:before{content:"󰠱"}.mdi-shape-circle-plus:before{content:"󰙝"}.mdi-shape-outline:before{content:"󰠲"}.mdi-shape-oval-plus:before{content:"󱇺"}.mdi-shape-plus:before{content:"󰒕"}.mdi-shape-polygon-plus:before{content:"󰙞"}.mdi-shape-rectangle-plus:before{content:"󰙟"}.mdi-shape-square-plus:before{content:"󰙠"}.mdi-shape-square-rounded-plus:before{content:"󱓺"}.mdi-share:before{content:"󰒖"}.mdi-share-all:before{content:"󱇴"}.mdi-share-all-outline:before{content:"󱇵"}.mdi-share-circle:before{content:"󱆭"}.mdi-share-off:before{content:"󰼣"}.mdi-share-off-outline:before{content:"󰼤"}.mdi-share-outline:before{content:"󰤲"}.mdi-share-variant:before{content:"󰒗"}.mdi-share-variant-outline:before{content:"󱔔"}.mdi-shark-fin:before{content:"󱙳"}.mdi-shark-fin-outline:before{content:"󱙴"}.mdi-sheep:before{content:"󰳆"}.mdi-shield:before{content:"󰒘"}.mdi-shield-account:before{content:"󰢏"}.mdi-shield-account-outline:before{content:"󰨒"}.mdi-shield-account-variant:before{content:"󱖧"}.mdi-shield-account-variant-outline:before{content:"󱖨"}.mdi-shield-airplane:before{content:"󰚻"}.mdi-shield-airplane-outline:before{content:"󰳇"}.mdi-shield-alert:before{content:"󰻌"}.mdi-shield-alert-outline:before{content:"󰻍"}.mdi-shield-bug:before{content:"󱏚"}.mdi-shield-bug-outline:before{content:"󱏛"}.mdi-shield-car:before{content:"󰾃"}.mdi-shield-check:before{content:"󰕥"}.mdi-shield-check-outline:before{content:"󰳈"}.mdi-shield-cross:before{content:"󰳉"}.mdi-shield-cross-outline:before{content:"󰳊"}.mdi-shield-edit:before{content:"󱆠"}.mdi-shield-edit-outline:before{content:"󱆡"}.mdi-shield-half:before{content:"󱍠"}.mdi-shield-half-full:before{content:"󰞀"}.mdi-shield-home:before{content:"󰚊"}.mdi-shield-home-outline:before{content:"󰳋"}.mdi-shield-key:before{content:"󰯄"}.mdi-shield-key-outline:before{content:"󰯅"}.mdi-shield-link-variant:before{content:"󰴳"}.mdi-shield-link-variant-outline:before{content:"󰴴"}.mdi-shield-lock:before{content:"󰦝"}.mdi-shield-lock-outline:before{content:"󰳌"}.mdi-shield-off:before{content:"󰦞"}.mdi-shield-off-outline:before{content:"󰦜"}.mdi-shield-outline:before{content:"󰒙"}.mdi-shield-plus:before{content:"󰫚"}.mdi-shield-plus-outline:before{content:"󰫛"}.mdi-shield-refresh:before{content:"󰂪"}.mdi-shield-refresh-outline:before{content:"󰇠"}.mdi-shield-remove:before{content:"󰫜"}.mdi-shield-remove-outline:before{content:"󰫝"}.mdi-shield-search:before{content:"󰶚"}.mdi-shield-star:before{content:"󱄻"}.mdi-shield-star-outline:before{content:"󱄼"}.mdi-shield-sun:before{content:"󱁝"}.mdi-shield-sun-outline:before{content:"󱁞"}.mdi-shield-sync:before{content:"󱆢"}.mdi-shield-sync-outline:before{content:"󱆣"}.mdi-ship-wheel:before{content:"󰠳"}.mdi-shoe-ballet:before{content:"󱗊"}.mdi-shoe-cleat:before{content:"󱗇"}.mdi-shoe-formal:before{content:"󰭇"}.mdi-shoe-heel:before{content:"󰭈"}.mdi-shoe-print:before{content:"󰷺"}.mdi-shoe-sneaker:before{content:"󱗈"}.mdi-shopping:before{content:"󰒚"}.mdi-shopping-music:before{content:"󰒛"}.mdi-shopping-outline:before{content:"󱇕"}.mdi-shopping-search:before{content:"󰾄"}.mdi-shore:before{content:"󱓹"}.mdi-shovel:before{content:"󰜐"}.mdi-shovel-off:before{content:"󰜑"}.mdi-shower:before{content:"󰦠"}.mdi-shower-head:before{content:"󰦡"}.mdi-shredder:before{content:"󰒜"}.mdi-shuffle:before{content:"󰒝"}.mdi-shuffle-disabled:before{content:"󰒞"}.mdi-shuffle-variant:before{content:"󰒟"}.mdi-shuriken:before{content:"󱍿"}.mdi-sigma:before{content:"󰒠"}.mdi-sigma-lower:before{content:"󰘫"}.mdi-sign-caution:before{content:"󰒡"}.mdi-sign-direction:before{content:"󰞁"}.mdi-sign-direction-minus:before{content:"󱀀"}.mdi-sign-direction-plus:before{content:"󰿜"}.mdi-sign-direction-remove:before{content:"󰿝"}.mdi-sign-pole:before{content:"󱓸"}.mdi-sign-real-estate:before{content:"󱄘"}.mdi-sign-text:before{content:"󰞂"}.mdi-signal:before{content:"󰒢"}.mdi-signal-2g:before{content:"󰜒"}.mdi-signal-3g:before{content:"󰜓"}.mdi-signal-4g:before{content:"󰜔"}.mdi-signal-5g:before{content:"󰩯"}.mdi-signal-cellular-1:before{content:"󰢼"}.mdi-signal-cellular-2:before{content:"󰢽"}.mdi-signal-cellular-3:before{content:"󰢾"}.mdi-signal-cellular-outline:before{content:"󰢿"}.mdi-signal-distance-variant:before{content:"󰹤"}.mdi-signal-hspa:before{content:"󰜕"}.mdi-signal-hspa-plus:before{content:"󰜖"}.mdi-signal-off:before{content:"󰞃"}.mdi-signal-variant:before{content:"󰘊"}.mdi-signature:before{content:"󰷻"}.mdi-signature-freehand:before{content:"󰷼"}.mdi-signature-image:before{content:"󰷽"}.mdi-signature-text:before{content:"󰷾"}.mdi-silo:before{content:"󰭉"}.mdi-silverware:before{content:"󰒣"}.mdi-silverware-clean:before{content:"󰿞"}.mdi-silverware-fork:before{content:"󰒤"}.mdi-silverware-fork-knife:before{content:"󰩰"}.mdi-silverware-spoon:before{content:"󰒥"}.mdi-silverware-variant:before{content:"󰒦"}.mdi-sim:before{content:"󰒧"}.mdi-sim-alert:before{content:"󰒨"}.mdi-sim-alert-outline:before{content:"󱗓"}.mdi-sim-off:before{content:"󰒩"}.mdi-sim-off-outline:before{content:"󱗔"}.mdi-sim-outline:before{content:"󱗕"}.mdi-simple-icons:before{content:"󱌝"}.mdi-sina-weibo:before{content:"󰫟"}.mdi-sine-wave:before{content:"󰥛"}.mdi-sitemap:before{content:"󰒪"}.mdi-size-l:before{content:"󱎦"}.mdi-size-m:before{content:"󱎥"}.mdi-size-s:before{content:"󱎤"}.mdi-size-xl:before{content:"󱎧"}.mdi-size-xs:before{content:"󱎣"}.mdi-size-xxl:before{content:"󱎨"}.mdi-size-xxs:before{content:"󱎢"}.mdi-size-xxxl:before{content:"󱎩"}.mdi-skate:before{content:"󰴵"}.mdi-skateboard:before{content:"󱓂"}.mdi-skew-less:before{content:"󰴶"}.mdi-skew-more:before{content:"󰴷"}.mdi-ski:before{content:"󱌄"}.mdi-ski-cross-country:before{content:"󱌅"}.mdi-ski-water:before{content:"󱌆"}.mdi-skip-backward:before{content:"󰒫"}.mdi-skip-backward-outline:before{content:"󰼥"}.mdi-skip-forward:before{content:"󰒬"}.mdi-skip-forward-outline:before{content:"󰼦"}.mdi-skip-next:before{content:"󰒭"}.mdi-skip-next-circle:before{content:"󰙡"}.mdi-skip-next-circle-outline:before{content:"󰙢"}.mdi-skip-next-outline:before{content:"󰼧"}.mdi-skip-previous:before{content:"󰒮"}.mdi-skip-previous-circle:before{content:"󰙣"}.mdi-skip-previous-circle-outline:before{content:"󰙤"}.mdi-skip-previous-outline:before{content:"󰼨"}.mdi-skull:before{content:"󰚌"}.mdi-skull-crossbones:before{content:"󰯆"}.mdi-skull-crossbones-outline:before{content:"󰯇"}.mdi-skull-outline:before{content:"󰯈"}.mdi-skull-scan:before{content:"󱓇"}.mdi-skull-scan-outline:before{content:"󱓈"}.mdi-skype:before{content:"󰒯"}.mdi-skype-business:before{content:"󰒰"}.mdi-slack:before{content:"󰒱"}.mdi-slash-forward:before{content:"󰿟"}.mdi-slash-forward-box:before{content:"󰿠"}.mdi-sleep:before{content:"󰒲"}.mdi-sleep-off:before{content:"󰒳"}.mdi-slide:before{content:"󱖥"}.mdi-slope-downhill:before{content:"󰷿"}.mdi-slope-uphill:before{content:"󰸀"}.mdi-slot-machine:before{content:"󱄔"}.mdi-slot-machine-outline:before{content:"󱄕"}.mdi-smart-card:before{content:"󱂽"}.mdi-smart-card-outline:before{content:"󱂾"}.mdi-smart-card-reader:before{content:"󱂿"}.mdi-smart-card-reader-outline:before{content:"󱃀"}.mdi-smog:before{content:"󰩱"}.mdi-smoke-detector:before{content:"󰎒"}.mdi-smoking:before{content:"󰒴"}.mdi-smoking-off:before{content:"󰒵"}.mdi-smoking-pipe:before{content:"󱐍"}.mdi-smoking-pipe-off:before{content:"󱐨"}.mdi-snail:before{content:"󱙷"}.mdi-snake:before{content:"󱔎"}.mdi-snapchat:before{content:"󰒶"}.mdi-snowboard:before{content:"󱌇"}.mdi-snowflake:before{content:"󰜗"}.mdi-snowflake-alert:before{content:"󰼩"}.mdi-snowflake-melt:before{content:"󱋋"}.mdi-snowflake-off:before{content:"󱓣"}.mdi-snowflake-variant:before{content:"󰼪"}.mdi-snowman:before{content:"󰒷"}.mdi-soccer:before{content:"󰒸"}.mdi-soccer-field:before{content:"󰠴"}.mdi-social-distance-2-meters:before{content:"󱕹"}.mdi-social-distance-6-feet:before{content:"󱕺"}.mdi-sofa:before{content:"󰒹"}.mdi-sofa-outline:before{content:"󱕭"}.mdi-sofa-single:before{content:"󱕮"}.mdi-sofa-single-outline:before{content:"󱕯"}.mdi-solar-panel:before{content:"󰶛"}.mdi-solar-panel-large:before{content:"󰶜"}.mdi-solar-power:before{content:"󰩲"}.mdi-soldering-iron:before{content:"󱂒"}.mdi-solid:before{content:"󰚍"}.mdi-sony-playstation:before{content:"󰐔"}.mdi-sort:before{content:"󰒺"}.mdi-sort-alphabetical-ascending:before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.mdi-sort-alphabetical-descending:before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.mdi-sort-alphabetical-variant:before{content:"󰒻"}.mdi-sort-ascending:before{content:"󰒼"}.mdi-sort-bool-ascending:before{content:"󱎅"}.mdi-sort-bool-ascending-variant:before{content:"󱎆"}.mdi-sort-bool-descending:before{content:"󱎇"}.mdi-sort-bool-descending-variant:before{content:"󱎈"}.mdi-sort-calendar-ascending:before{content:"󱕇"}.mdi-sort-calendar-descending:before{content:"󱕈"}.mdi-sort-clock-ascending:before{content:"󱕉"}.mdi-sort-clock-ascending-outline:before{content:"󱕊"}.mdi-sort-clock-descending:before{content:"󱕋"}.mdi-sort-clock-descending-outline:before{content:"󱕌"}.mdi-sort-descending:before{content:"󰒽"}.mdi-sort-numeric-ascending:before{content:"󱎉"}.mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.mdi-sort-numeric-descending:before{content:"󱎊"}.mdi-sort-numeric-descending-variant:before{content:"󰫒"}.mdi-sort-numeric-variant:before{content:"󰒾"}.mdi-sort-reverse-variant:before{content:"󰌼"}.mdi-sort-variant:before{content:"󰒿"}.mdi-sort-variant-lock:before{content:"󰳍"}.mdi-sort-variant-lock-open:before{content:"󰳎"}.mdi-sort-variant-remove:before{content:"󱅇"}.mdi-soundcloud:before{content:"󰓀"}.mdi-source-branch:before{content:"󰘬"}.mdi-source-branch-check:before{content:"󱓏"}.mdi-source-branch-minus:before{content:"󱓋"}.mdi-source-branch-plus:before{content:"󱓊"}.mdi-source-branch-refresh:before{content:"󱓍"}.mdi-source-branch-remove:before{content:"󱓌"}.mdi-source-branch-sync:before{content:"󱓎"}.mdi-source-commit:before{content:"󰜘"}.mdi-source-commit-end:before{content:"󰜙"}.mdi-source-commit-end-local:before{content:"󰜚"}.mdi-source-commit-local:before{content:"󰜛"}.mdi-source-commit-next-local:before{content:"󰜜"}.mdi-source-commit-start:before{content:"󰜝"}.mdi-source-commit-start-next-local:before{content:"󰜞"}.mdi-source-fork:before{content:"󰓁"}.mdi-source-merge:before{content:"󰘭"}.mdi-source-pull:before{content:"󰓂"}.mdi-source-repository:before{content:"󰳏"}.mdi-source-repository-multiple:before{content:"󰳐"}.mdi-soy-sauce:before{content:"󰟮"}.mdi-soy-sauce-off:before{content:"󱏼"}.mdi-spa:before{content:"󰳑"}.mdi-spa-outline:before{content:"󰳒"}.mdi-space-invaders:before{content:"󰯉"}.mdi-space-station:before{content:"󱎃"}.mdi-spade:before{content:"󰹥"}.mdi-sparkles:before{content:"󱕅"}.mdi-speaker:before{content:"󰓃"}.mdi-speaker-bluetooth:before{content:"󰦢"}.mdi-speaker-multiple:before{content:"󰴸"}.mdi-speaker-off:before{content:"󰓄"}.mdi-speaker-wireless:before{content:"󰜟"}.mdi-speedometer:before{content:"󰓅"}.mdi-speedometer-medium:before{content:"󰾅"}.mdi-speedometer-slow:before{content:"󰾆"}.mdi-spellcheck:before{content:"󰓆"}.mdi-spider:before{content:"󱇪"}.mdi-spider-thread:before{content:"󱇫"}.mdi-spider-web:before{content:"󰯊"}.mdi-spirit-level:before{content:"󱓱"}.mdi-spoon-sugar:before{content:"󱐩"}.mdi-spotify:before{content:"󰓇"}.mdi-spotlight:before{content:"󰓈"}.mdi-spotlight-beam:before{content:"󰓉"}.mdi-spray:before{content:"󰙥"}.mdi-spray-bottle:before{content:"󰫠"}.mdi-sprinkler:before{content:"󱁟"}.mdi-sprinkler-variant:before{content:"󱁠"}.mdi-sprout:before{content:"󰹦"}.mdi-sprout-outline:before{content:"󰹧"}.mdi-square:before{content:"󰝤"}.mdi-square-circle:before{content:"󱔀"}.mdi-square-edit-outline:before{content:"󰤌"}.mdi-square-medium:before{content:"󰨓"}.mdi-square-medium-outline:before{content:"󰨔"}.mdi-square-off:before{content:"󱋮"}.mdi-square-off-outline:before{content:"󱋯"}.mdi-square-outline:before{content:"󰝣"}.mdi-square-root:before{content:"󰞄"}.mdi-square-root-box:before{content:"󰦣"}.mdi-square-rounded:before{content:"󱓻"}.mdi-square-rounded-outline:before{content:"󱓼"}.mdi-square-small:before{content:"󰨕"}.mdi-square-wave:before{content:"󱑻"}.mdi-squeegee:before{content:"󰫡"}.mdi-ssh:before{content:"󰣀"}.mdi-stack-exchange:before{content:"󰘋"}.mdi-stack-overflow:before{content:"󰓌"}.mdi-stackpath:before{content:"󰍙"}.mdi-stadium:before{content:"󰿹"}.mdi-stadium-variant:before{content:"󰜠"}.mdi-stairs:before{content:"󰓍"}.mdi-stairs-box:before{content:"󱎞"}.mdi-stairs-down:before{content:"󱊾"}.mdi-stairs-up:before{content:"󱊽"}.mdi-stamper:before{content:"󰴹"}.mdi-standard-definition:before{content:"󰟯"}.mdi-star:before{content:"󰓎"}.mdi-star-box:before{content:"󰩳"}.mdi-star-box-multiple:before{content:"󱊆"}.mdi-star-box-multiple-outline:before{content:"󱊇"}.mdi-star-box-outline:before{content:"󰩴"}.mdi-star-check:before{content:"󱕦"}.mdi-star-check-outline:before{content:"󱕪"}.mdi-star-circle:before{content:"󰓏"}.mdi-star-circle-outline:before{content:"󰦤"}.mdi-star-cog:before{content:"󱙨"}.mdi-star-cog-outline:before{content:"󱙩"}.mdi-star-face:before{content:"󰦥"}.mdi-star-four-points:before{content:"󰫢"}.mdi-star-four-points-outline:before{content:"󰫣"}.mdi-star-half:before{content:"󰉆"}.mdi-star-half-full:before{content:"󰓐"}.mdi-star-minus:before{content:"󱕤"}.mdi-star-minus-outline:before{content:"󱕨"}.mdi-star-off:before{content:"󰓑"}.mdi-star-off-outline:before{content:"󱕛"}.mdi-star-outline:before{content:"󰓒"}.mdi-star-plus:before{content:"󱕣"}.mdi-star-plus-outline:before{content:"󱕧"}.mdi-star-remove:before{content:"󱕥"}.mdi-star-remove-outline:before{content:"󱕩"}.mdi-star-settings:before{content:"󱙪"}.mdi-star-settings-outline:before{content:"󱙫"}.mdi-star-shooting:before{content:"󱝁"}.mdi-star-shooting-outline:before{content:"󱝂"}.mdi-star-three-points:before{content:"󰫤"}.mdi-star-three-points-outline:before{content:"󰫥"}.mdi-state-machine:before{content:"󱇯"}.mdi-steam:before{content:"󰓓"}.mdi-steering:before{content:"󰓔"}.mdi-steering-off:before{content:"󰤎"}.mdi-step-backward:before{content:"󰓕"}.mdi-step-backward-2:before{content:"󰓖"}.mdi-step-forward:before{content:"󰓗"}.mdi-step-forward-2:before{content:"󰓘"}.mdi-stethoscope:before{content:"󰓙"}.mdi-sticker:before{content:"󱍤"}.mdi-sticker-alert:before{content:"󱍥"}.mdi-sticker-alert-outline:before{content:"󱍦"}.mdi-sticker-check:before{content:"󱍧"}.mdi-sticker-check-outline:before{content:"󱍨"}.mdi-sticker-circle-outline:before{content:"󰗐"}.mdi-sticker-emoji:before{content:"󰞅"}.mdi-sticker-minus:before{content:"󱍩"}.mdi-sticker-minus-outline:before{content:"󱍪"}.mdi-sticker-outline:before{content:"󱍫"}.mdi-sticker-plus:before{content:"󱍬"}.mdi-sticker-plus-outline:before{content:"󱍭"}.mdi-sticker-remove:before{content:"󱍮"}.mdi-sticker-remove-outline:before{content:"󱍯"}.mdi-stocking:before{content:"󰓚"}.mdi-stomach:before{content:"󱂓"}.mdi-stop:before{content:"󰓛"}.mdi-stop-circle:before{content:"󰙦"}.mdi-stop-circle-outline:before{content:"󰙧"}.mdi-store:before{content:"󰓜"}.mdi-store-24-hour:before{content:"󰓝"}.mdi-store-minus:before{content:"󱙞"}.mdi-store-outline:before{content:"󱍡"}.mdi-store-plus:before{content:"󱙟"}.mdi-store-remove:before{content:"󱙠"}.mdi-storefront:before{content:"󰟇"}.mdi-storefront-outline:before{content:"󱃁"}.mdi-stove:before{content:"󰓞"}.mdi-strategy:before{content:"󱇖"}.mdi-stretch-to-page:before{content:"󰼫"}.mdi-stretch-to-page-outline:before{content:"󰼬"}.mdi-string-lights:before{content:"󱊺"}.mdi-string-lights-off:before{content:"󱊻"}.mdi-subdirectory-arrow-left:before{content:"󰘌"}.mdi-subdirectory-arrow-right:before{content:"󰘍"}.mdi-submarine:before{content:"󱕬"}.mdi-subtitles:before{content:"󰨖"}.mdi-subtitles-outline:before{content:"󰨗"}.mdi-subway:before{content:"󰚬"}.mdi-subway-alert-variant:before{content:"󰶝"}.mdi-subway-variant:before{content:"󰓟"}.mdi-summit:before{content:"󰞆"}.mdi-sunglasses:before{content:"󰓠"}.mdi-surround-sound:before{content:"󰗅"}.mdi-surround-sound-2-0:before{content:"󰟰"}.mdi-surround-sound-2-1:before{content:"󱜩"}.mdi-surround-sound-3-1:before{content:"󰟱"}.mdi-surround-sound-5-1:before{content:"󰟲"}.mdi-surround-sound-5-1-2:before{content:"󱜪"}.mdi-surround-sound-7-1:before{content:"󰟳"}.mdi-svg:before{content:"󰜡"}.mdi-swap-horizontal:before{content:"󰓡"}.mdi-swap-horizontal-bold:before{content:"󰯍"}.mdi-swap-horizontal-circle:before{content:"󰿡"}.mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.mdi-swap-horizontal-variant:before{content:"󰣁"}.mdi-swap-vertical:before{content:"󰓢"}.mdi-swap-vertical-bold:before{content:"󰯎"}.mdi-swap-vertical-circle:before{content:"󰿣"}.mdi-swap-vertical-circle-outline:before{content:"󰿤"}.mdi-swap-vertical-variant:before{content:"󰣂"}.mdi-swim:before{content:"󰓣"}.mdi-switch:before{content:"󰓤"}.mdi-sword:before{content:"󰓥"}.mdi-sword-cross:before{content:"󰞇"}.mdi-syllabary-hangul:before{content:"󱌳"}.mdi-syllabary-hiragana:before{content:"󱌴"}.mdi-syllabary-katakana:before{content:"󱌵"}.mdi-syllabary-katakana-halfwidth:before{content:"󱌶"}.mdi-symbol:before{content:"󱔁"}.mdi-symfony:before{content:"󰫦"}.mdi-sync:before{content:"󰓦"}.mdi-sync-alert:before{content:"󰓧"}.mdi-sync-circle:before{content:"󱍸"}.mdi-sync-off:before{content:"󰓨"}.mdi-tab:before{content:"󰓩"}.mdi-tab-minus:before{content:"󰭋"}.mdi-tab-plus:before{content:"󰝜"}.mdi-tab-remove:before{content:"󰭌"}.mdi-tab-unselected:before{content:"󰓪"}.mdi-table:before{content:"󰓫"}.mdi-table-account:before{content:"󱎹"}.mdi-table-alert:before{content:"󱎺"}.mdi-table-arrow-down:before{content:"󱎻"}.mdi-table-arrow-left:before{content:"󱎼"}.mdi-table-arrow-right:before{content:"󱎽"}.mdi-table-arrow-up:before{content:"󱎾"}.mdi-table-border:before{content:"󰨘"}.mdi-table-cancel:before{content:"󱎿"}.mdi-table-chair:before{content:"󱁡"}.mdi-table-check:before{content:"󱏀"}.mdi-table-clock:before{content:"󱏁"}.mdi-table-cog:before{content:"󱏂"}.mdi-table-column:before{content:"󰠵"}.mdi-table-column-plus-after:before{content:"󰓬"}.mdi-table-column-plus-before:before{content:"󰓭"}.mdi-table-column-remove:before{content:"󰓮"}.mdi-table-column-width:before{content:"󰓯"}.mdi-table-edit:before{content:"󰓰"}.mdi-table-eye:before{content:"󱂔"}.mdi-table-eye-off:before{content:"󱏃"}.mdi-table-furniture:before{content:"󰖼"}.mdi-table-headers-eye:before{content:"󱈝"}.mdi-table-headers-eye-off:before{content:"󱈞"}.mdi-table-heart:before{content:"󱏄"}.mdi-table-key:before{content:"󱏅"}.mdi-table-large:before{content:"󰓱"}.mdi-table-large-plus:before{content:"󰾇"}.mdi-table-large-remove:before{content:"󰾈"}.mdi-table-lock:before{content:"󱏆"}.mdi-table-merge-cells:before{content:"󰦦"}.mdi-table-minus:before{content:"󱏇"}.mdi-table-multiple:before{content:"󱏈"}.mdi-table-network:before{content:"󱏉"}.mdi-table-of-contents:before{content:"󰠶"}.mdi-table-off:before{content:"󱏊"}.mdi-table-picnic:before{content:"󱝃"}.mdi-table-plus:before{content:"󰩵"}.mdi-table-refresh:before{content:"󱎠"}.mdi-table-remove:before{content:"󰩶"}.mdi-table-row:before{content:"󰠷"}.mdi-table-row-height:before{content:"󰓲"}.mdi-table-row-plus-after:before{content:"󰓳"}.mdi-table-row-plus-before:before{content:"󰓴"}.mdi-table-row-remove:before{content:"󰓵"}.mdi-table-search:before{content:"󰤏"}.mdi-table-settings:before{content:"󰠸"}.mdi-table-split-cell:before{content:"󱐪"}.mdi-table-star:before{content:"󱏋"}.mdi-table-sync:before{content:"󱎡"}.mdi-table-tennis:before{content:"󰹨"}.mdi-tablet:before{content:"󰓶"}.mdi-tablet-android:before{content:"󰓷"}.mdi-tablet-cellphone:before{content:"󰦧"}.mdi-tablet-dashboard:before{content:"󰻎"}.mdi-tablet-ipad:before{content:"󰓸"}.mdi-taco:before{content:"󰝢"}.mdi-tag:before{content:"󰓹"}.mdi-tag-arrow-down:before{content:"󱜫"}.mdi-tag-arrow-down-outline:before{content:"󱜬"}.mdi-tag-arrow-left:before{content:"󱜭"}.mdi-tag-arrow-left-outline:before{content:"󱜮"}.mdi-tag-arrow-right:before{content:"󱜯"}.mdi-tag-arrow-right-outline:before{content:"󱜰"}.mdi-tag-arrow-up:before{content:"󱜱"}.mdi-tag-arrow-up-outline:before{content:"󱜲"}.mdi-tag-faces:before{content:"󰓺"}.mdi-tag-heart:before{content:"󰚋"}.mdi-tag-heart-outline:before{content:"󰯏"}.mdi-tag-minus:before{content:"󰤐"}.mdi-tag-minus-outline:before{content:"󱈟"}.mdi-tag-multiple:before{content:"󰓻"}.mdi-tag-multiple-outline:before{content:"󱋷"}.mdi-tag-off:before{content:"󱈠"}.mdi-tag-off-outline:before{content:"󱈡"}.mdi-tag-outline:before{content:"󰓼"}.mdi-tag-plus:before{content:"󰜢"}.mdi-tag-plus-outline:before{content:"󱈢"}.mdi-tag-remove:before{content:"󰜣"}.mdi-tag-remove-outline:before{content:"󱈣"}.mdi-tag-text:before{content:"󱈤"}.mdi-tag-text-outline:before{content:"󰓽"}.mdi-tailwind:before{content:"󱏿"}.mdi-tank:before{content:"󰴺"}.mdi-tanker-truck:before{content:"󰿥"}.mdi-tape-drive:before{content:"󱛟"}.mdi-tape-measure:before{content:"󰭍"}.mdi-target:before{content:"󰓾"}.mdi-target-account:before{content:"󰯐"}.mdi-target-variant:before{content:"󰩷"}.mdi-taxi:before{content:"󰓿"}.mdi-tea:before{content:"󰶞"}.mdi-tea-outline:before{content:"󰶟"}.mdi-teach:before{content:"󰢐"}.mdi-teamviewer:before{content:"󰔀"}.mdi-telegram:before{content:"󰔁"}.mdi-telescope:before{content:"󰭎"}.mdi-television:before{content:"󰔂"}.mdi-television-ambient-light:before{content:"󱍖"}.mdi-television-box:before{content:"󰠹"}.mdi-television-classic:before{content:"󰟴"}.mdi-television-classic-off:before{content:"󰠺"}.mdi-television-clean:before{content:"󱄐"}.mdi-television-guide:before{content:"󰔃"}.mdi-television-off:before{content:"󰠻"}.mdi-television-pause:before{content:"󰾉"}.mdi-television-play:before{content:"󰻏"}.mdi-television-stop:before{content:"󰾊"}.mdi-temperature-celsius:before{content:"󰔄"}.mdi-temperature-fahrenheit:before{content:"󰔅"}.mdi-temperature-kelvin:before{content:"󰔆"}.mdi-tennis:before{content:"󰶠"}.mdi-tennis-ball:before{content:"󰔇"}.mdi-tent:before{content:"󰔈"}.mdi-terraform:before{content:"󱁢"}.mdi-terrain:before{content:"󰔉"}.mdi-test-tube:before{content:"󰙨"}.mdi-test-tube-empty:before{content:"󰤑"}.mdi-test-tube-off:before{content:"󰤒"}.mdi-text:before{content:"󰦨"}.mdi-text-account:before{content:"󱕰"}.mdi-text-box:before{content:"󰈚"}.mdi-text-box-check:before{content:"󰺦"}.mdi-text-box-check-outline:before{content:"󰺧"}.mdi-text-box-minus:before{content:"󰺨"}.mdi-text-box-minus-outline:before{content:"󰺩"}.mdi-text-box-multiple:before{content:"󰪷"}.mdi-text-box-multiple-outline:before{content:"󰪸"}.mdi-text-box-outline:before{content:"󰧭"}.mdi-text-box-plus:before{content:"󰺪"}.mdi-text-box-plus-outline:before{content:"󰺫"}.mdi-text-box-remove:before{content:"󰺬"}.mdi-text-box-remove-outline:before{content:"󰺭"}.mdi-text-box-search:before{content:"󰺮"}.mdi-text-box-search-outline:before{content:"󰺯"}.mdi-text-recognition:before{content:"󱄽"}.mdi-text-search:before{content:"󱎸"}.mdi-text-shadow:before{content:"󰙩"}.mdi-text-short:before{content:"󰦩"}.mdi-text-subject:before{content:"󰦪"}.mdi-text-to-speech:before{content:"󰔊"}.mdi-text-to-speech-off:before{content:"󰔋"}.mdi-texture:before{content:"󰔌"}.mdi-texture-box:before{content:"󰿦"}.mdi-theater:before{content:"󰔍"}.mdi-theme-light-dark:before{content:"󰔎"}.mdi-thermometer:before{content:"󰔏"}.mdi-thermometer-alert:before{content:"󰸁"}.mdi-thermometer-chevron-down:before{content:"󰸂"}.mdi-thermometer-chevron-up:before{content:"󰸃"}.mdi-thermometer-high:before{content:"󱃂"}.mdi-thermometer-lines:before{content:"󰔐"}.mdi-thermometer-low:before{content:"󱃃"}.mdi-thermometer-minus:before{content:"󰸄"}.mdi-thermometer-off:before{content:"󱔱"}.mdi-thermometer-plus:before{content:"󰸅"}.mdi-thermostat:before{content:"󰎓"}.mdi-thermostat-box:before{content:"󰢑"}.mdi-thought-bubble:before{content:"󰟶"}.mdi-thought-bubble-outline:before{content:"󰟷"}.mdi-thumb-down:before{content:"󰔑"}.mdi-thumb-down-outline:before{content:"󰔒"}.mdi-thumb-up:before{content:"󰔓"}.mdi-thumb-up-outline:before{content:"󰔔"}.mdi-thumbs-up-down:before{content:"󰔕"}.mdi-ticket:before{content:"󰔖"}.mdi-ticket-account:before{content:"󰔗"}.mdi-ticket-confirmation:before{content:"󰔘"}.mdi-ticket-confirmation-outline:before{content:"󱎪"}.mdi-ticket-outline:before{content:"󰤓"}.mdi-ticket-percent:before{content:"󰜤"}.mdi-ticket-percent-outline:before{content:"󱐫"}.mdi-tie:before{content:"󰔙"}.mdi-tilde:before{content:"󰜥"}.mdi-timelapse:before{content:"󰔚"}.mdi-timeline:before{content:"󰯑"}.mdi-timeline-alert:before{content:"󰾕"}.mdi-timeline-alert-outline:before{content:"󰾘"}.mdi-timeline-check:before{content:"󱔲"}.mdi-timeline-check-outline:before{content:"󱔳"}.mdi-timeline-clock:before{content:"󱇻"}.mdi-timeline-clock-outline:before{content:"󱇼"}.mdi-timeline-help:before{content:"󰾙"}.mdi-timeline-help-outline:before{content:"󰾚"}.mdi-timeline-minus:before{content:"󱔴"}.mdi-timeline-minus-outline:before{content:"󱔵"}.mdi-timeline-outline:before{content:"󰯒"}.mdi-timeline-plus:before{content:"󰾖"}.mdi-timeline-plus-outline:before{content:"󰾗"}.mdi-timeline-remove:before{content:"󱔶"}.mdi-timeline-remove-outline:before{content:"󱔷"}.mdi-timeline-text:before{content:"󰯓"}.mdi-timeline-text-outline:before{content:"󰯔"}.mdi-timer:before{content:"󱎫"}.mdi-timer-10:before{content:"󰔜"}.mdi-timer-3:before{content:"󰔝"}.mdi-timer-off:before{content:"󱎬"}.mdi-timer-off-outline:before{content:"󰔞"}.mdi-timer-outline:before{content:"󰔛"}.mdi-timer-sand:before{content:"󰔟"}.mdi-timer-sand-empty:before{content:"󰚭"}.mdi-timer-sand-full:before{content:"󰞌"}.mdi-timetable:before{content:"󰔠"}.mdi-toaster:before{content:"󱁣"}.mdi-toaster-off:before{content:"󱆷"}.mdi-toaster-oven:before{content:"󰳓"}.mdi-toggle-switch:before{content:"󰔡"}.mdi-toggle-switch-off:before{content:"󰔢"}.mdi-toggle-switch-off-outline:before{content:"󰨙"}.mdi-toggle-switch-outline:before{content:"󰨚"}.mdi-toilet:before{content:"󰦫"}.mdi-toolbox:before{content:"󰦬"}.mdi-toolbox-outline:before{content:"󰦭"}.mdi-tools:before{content:"󱁤"}.mdi-tooltip:before{content:"󰔣"}.mdi-tooltip-account:before{content:"󰀌"}.mdi-tooltip-check:before{content:"󱕜"}.mdi-tooltip-check-outline:before{content:"󱕝"}.mdi-tooltip-edit:before{content:"󰔤"}.mdi-tooltip-edit-outline:before{content:"󱋅"}.mdi-tooltip-image:before{content:"󰔥"}.mdi-tooltip-image-outline:before{content:"󰯕"}.mdi-tooltip-minus:before{content:"󱕞"}.mdi-tooltip-minus-outline:before{content:"󱕟"}.mdi-tooltip-outline:before{content:"󰔦"}.mdi-tooltip-plus:before{content:"󰯖"}.mdi-tooltip-plus-outline:before{content:"󰔧"}.mdi-tooltip-remove:before{content:"󱕠"}.mdi-tooltip-remove-outline:before{content:"󱕡"}.mdi-tooltip-text:before{content:"󰔨"}.mdi-tooltip-text-outline:before{content:"󰯗"}.mdi-tooth:before{content:"󰣃"}.mdi-tooth-outline:before{content:"󰔩"}.mdi-toothbrush:before{content:"󱄩"}.mdi-toothbrush-electric:before{content:"󱄬"}.mdi-toothbrush-paste:before{content:"󱄪"}.mdi-torch:before{content:"󱘆"}.mdi-tortoise:before{content:"󰴻"}.mdi-toslink:before{content:"󱊸"}.mdi-tournament:before{content:"󰦮"}.mdi-tow-truck:before{content:"󰠼"}.mdi-tower-beach:before{content:"󰚁"}.mdi-tower-fire:before{content:"󰚂"}.mdi-toy-brick:before{content:"󱊈"}.mdi-toy-brick-marker:before{content:"󱊉"}.mdi-toy-brick-marker-outline:before{content:"󱊊"}.mdi-toy-brick-minus:before{content:"󱊋"}.mdi-toy-brick-minus-outline:before{content:"󱊌"}.mdi-toy-brick-outline:before{content:"󱊍"}.mdi-toy-brick-plus:before{content:"󱊎"}.mdi-toy-brick-plus-outline:before{content:"󱊏"}.mdi-toy-brick-remove:before{content:"󱊐"}.mdi-toy-brick-remove-outline:before{content:"󱊑"}.mdi-toy-brick-search:before{content:"󱊒"}.mdi-toy-brick-search-outline:before{content:"󱊓"}.mdi-track-light:before{content:"󰤔"}.mdi-trackpad:before{content:"󰟸"}.mdi-trackpad-lock:before{content:"󰤳"}.mdi-tractor:before{content:"󰢒"}.mdi-tractor-variant:before{content:"󱓄"}.mdi-trademark:before{content:"󰩸"}.mdi-traffic-cone:before{content:"󱍼"}.mdi-traffic-light:before{content:"󰔫"}.mdi-train:before{content:"󰔬"}.mdi-train-car:before{content:"󰯘"}.mdi-train-car-passenger:before{content:"󱜳"}.mdi-train-car-passenger-door:before{content:"󱜴"}.mdi-train-car-passenger-door-open:before{content:"󱜵"}.mdi-train-car-passenger-variant:before{content:"󱜶"}.mdi-train-variant:before{content:"󰣄"}.mdi-tram:before{content:"󰔭"}.mdi-tram-side:before{content:"󰿧"}.mdi-transcribe:before{content:"󰔮"}.mdi-transcribe-close:before{content:"󰔯"}.mdi-transfer:before{content:"󱁥"}.mdi-transfer-down:before{content:"󰶡"}.mdi-transfer-left:before{content:"󰶢"}.mdi-transfer-right:before{content:"󰔰"}.mdi-transfer-up:before{content:"󰶣"}.mdi-transit-connection:before{content:"󰴼"}.mdi-transit-connection-horizontal:before{content:"󱕆"}.mdi-transit-connection-variant:before{content:"󰴽"}.mdi-transit-detour:before{content:"󰾋"}.mdi-transit-skip:before{content:"󱔕"}.mdi-transit-transfer:before{content:"󰚮"}.mdi-transition:before{content:"󰤕"}.mdi-transition-masked:before{content:"󰤖"}.mdi-translate:before{content:"󰗊"}.mdi-translate-off:before{content:"󰸆"}.mdi-transmission-tower:before{content:"󰴾"}.mdi-trash-can:before{content:"󰩹"}.mdi-trash-can-outline:before{content:"󰩺"}.mdi-tray:before{content:"󱊔"}.mdi-tray-alert:before{content:"󱊕"}.mdi-tray-full:before{content:"󱊖"}.mdi-tray-minus:before{content:"󱊗"}.mdi-tray-plus:before{content:"󱊘"}.mdi-tray-remove:before{content:"󱊙"}.mdi-treasure-chest:before{content:"󰜦"}.mdi-tree:before{content:"󰔱"}.mdi-tree-outline:before{content:"󰹩"}.mdi-trello:before{content:"󰔲"}.mdi-trending-down:before{content:"󰔳"}.mdi-trending-neutral:before{content:"󰔴"}.mdi-trending-up:before{content:"󰔵"}.mdi-triangle:before{content:"󰔶"}.mdi-triangle-outline:before{content:"󰔷"}.mdi-triangle-wave:before{content:"󱑼"}.mdi-triforce:before{content:"󰯙"}.mdi-trophy:before{content:"󰔸"}.mdi-trophy-award:before{content:"󰔹"}.mdi-trophy-broken:before{content:"󰶤"}.mdi-trophy-outline:before{content:"󰔺"}.mdi-trophy-variant:before{content:"󰔻"}.mdi-trophy-variant-outline:before{content:"󰔼"}.mdi-truck:before{content:"󰔽"}.mdi-truck-check:before{content:"󰳔"}.mdi-truck-check-outline:before{content:"󱊚"}.mdi-truck-delivery:before{content:"󰔾"}.mdi-truck-delivery-outline:before{content:"󱊛"}.mdi-truck-fast:before{content:"󰞈"}.mdi-truck-fast-outline:before{content:"󱊜"}.mdi-truck-outline:before{content:"󱊝"}.mdi-truck-trailer:before{content:"󰜧"}.mdi-trumpet:before{content:"󱂖"}.mdi-tshirt-crew:before{content:"󰩻"}.mdi-tshirt-crew-outline:before{content:"󰔿"}.mdi-tshirt-v:before{content:"󰩼"}.mdi-tshirt-v-outline:before{content:"󰕀"}.mdi-tumble-dryer:before{content:"󰤗"}.mdi-tumble-dryer-alert:before{content:"󱆺"}.mdi-tumble-dryer-off:before{content:"󱆻"}.mdi-tune:before{content:"󰘮"}.mdi-tune-variant:before{content:"󱕂"}.mdi-tune-vertical:before{content:"󰙪"}.mdi-tune-vertical-variant:before{content:"󱕃"}.mdi-turkey:before{content:"󱜛"}.mdi-turnstile:before{content:"󰳕"}.mdi-turnstile-outline:before{content:"󰳖"}.mdi-turtle:before{content:"󰳗"}.mdi-twitch:before{content:"󰕃"}.mdi-twitter:before{content:"󰕄"}.mdi-twitter-retweet:before{content:"󰕇"}.mdi-two-factor-authentication:before{content:"󰦯"}.mdi-typewriter:before{content:"󰼭"}.mdi-ubisoft:before{content:"󰯚"}.mdi-ubuntu:before{content:"󰕈"}.mdi-ufo:before{content:"󱃄"}.mdi-ufo-outline:before{content:"󱃅"}.mdi-ultra-high-definition:before{content:"󰟹"}.mdi-umbraco:before{content:"󰕉"}.mdi-umbrella:before{content:"󰕊"}.mdi-umbrella-closed:before{content:"󰦰"}.mdi-umbrella-closed-outline:before{content:"󱏢"}.mdi-umbrella-closed-variant:before{content:"󱏡"}.mdi-umbrella-outline:before{content:"󰕋"}.mdi-undo:before{content:"󰕌"}.mdi-undo-variant:before{content:"󰕍"}.mdi-unfold-less-horizontal:before{content:"󰕎"}.mdi-unfold-less-vertical:before{content:"󰝠"}.mdi-unfold-more-horizontal:before{content:"󰕏"}.mdi-unfold-more-vertical:before{content:"󰝡"}.mdi-ungroup:before{content:"󰕐"}.mdi-unicode:before{content:"󰻐"}.mdi-unicorn:before{content:"󱗂"}.mdi-unicorn-variant:before{content:"󱗃"}.mdi-unicycle:before{content:"󱗥"}.mdi-unity:before{content:"󰚯"}.mdi-unreal:before{content:"󰦱"}.mdi-untappd:before{content:"󰕑"}.mdi-update:before{content:"󰚰"}.mdi-upload:before{content:"󰕒"}.mdi-upload-lock:before{content:"󱍳"}.mdi-upload-lock-outline:before{content:"󱍴"}.mdi-upload-multiple:before{content:"󰠽"}.mdi-upload-network:before{content:"󰛶"}.mdi-upload-network-outline:before{content:"󰳘"}.mdi-upload-off:before{content:"󱃆"}.mdi-upload-off-outline:before{content:"󱃇"}.mdi-upload-outline:before{content:"󰸇"}.mdi-usb:before{content:"󰕓"}.mdi-usb-flash-drive:before{content:"󱊞"}.mdi-usb-flash-drive-outline:before{content:"󱊟"}.mdi-usb-port:before{content:"󱇰"}.mdi-valve:before{content:"󱁦"}.mdi-valve-closed:before{content:"󱁧"}.mdi-valve-open:before{content:"󱁨"}.mdi-van-passenger:before{content:"󰟺"}.mdi-van-utility:before{content:"󰟻"}.mdi-vanish:before{content:"󰟼"}.mdi-vanish-quarter:before{content:"󱕔"}.mdi-vanity-light:before{content:"󱇡"}.mdi-variable:before{content:"󰫧"}.mdi-variable-box:before{content:"󱄑"}.mdi-vector-arrange-above:before{content:"󰕔"}.mdi-vector-arrange-below:before{content:"󰕕"}.mdi-vector-bezier:before{content:"󰫨"}.mdi-vector-circle:before{content:"󰕖"}.mdi-vector-circle-variant:before{content:"󰕗"}.mdi-vector-combine:before{content:"󰕘"}.mdi-vector-curve:before{content:"󰕙"}.mdi-vector-difference:before{content:"󰕚"}.mdi-vector-difference-ab:before{content:"󰕛"}.mdi-vector-difference-ba:before{content:"󰕜"}.mdi-vector-ellipse:before{content:"󰢓"}.mdi-vector-intersection:before{content:"󰕝"}.mdi-vector-line:before{content:"󰕞"}.mdi-vector-link:before{content:"󰿨"}.mdi-vector-point:before{content:"󰕟"}.mdi-vector-polygon:before{content:"󰕠"}.mdi-vector-polyline:before{content:"󰕡"}.mdi-vector-polyline-edit:before{content:"󱈥"}.mdi-vector-polyline-minus:before{content:"󱈦"}.mdi-vector-polyline-plus:before{content:"󱈧"}.mdi-vector-polyline-remove:before{content:"󱈨"}.mdi-vector-radius:before{content:"󰝊"}.mdi-vector-rectangle:before{content:"󰗆"}.mdi-vector-selection:before{content:"󰕢"}.mdi-vector-square:before{content:"󰀁"}.mdi-vector-triangle:before{content:"󰕣"}.mdi-vector-union:before{content:"󰕤"}.mdi-vhs:before{content:"󰨛"}.mdi-vibrate:before{content:"󰕦"}.mdi-vibrate-off:before{content:"󰳙"}.mdi-video:before{content:"󰕧"}.mdi-video-3d:before{content:"󰟽"}.mdi-video-3d-off:before{content:"󱏙"}.mdi-video-3d-variant:before{content:"󰻑"}.mdi-video-4k-box:before{content:"󰠾"}.mdi-video-account:before{content:"󰤙"}.mdi-video-box:before{content:"󰃽"}.mdi-video-box-off:before{content:"󰃾"}.mdi-video-check:before{content:"󱁩"}.mdi-video-check-outline:before{content:"󱁪"}.mdi-video-high-definition:before{content:"󱔮"}.mdi-video-image:before{content:"󰤚"}.mdi-video-input-antenna:before{content:"󰠿"}.mdi-video-input-component:before{content:"󰡀"}.mdi-video-input-hdmi:before{content:"󰡁"}.mdi-video-input-scart:before{content:"󰾌"}.mdi-video-input-svideo:before{content:"󰡂"}.mdi-video-minus:before{content:"󰦲"}.mdi-video-minus-outline:before{content:"󰊺"}.mdi-video-off:before{content:"󰕨"}.mdi-video-off-outline:before{content:"󰯛"}.mdi-video-outline:before{content:"󰯜"}.mdi-video-plus:before{content:"󰦳"}.mdi-video-plus-outline:before{content:"󰇓"}.mdi-video-stabilization:before{content:"󰤛"}.mdi-video-switch:before{content:"󰕩"}.mdi-video-switch-outline:before{content:"󰞐"}.mdi-video-vintage:before{content:"󰨜"}.mdi-video-wireless:before{content:"󰻒"}.mdi-video-wireless-outline:before{content:"󰻓"}.mdi-view-agenda:before{content:"󰕪"}.mdi-view-agenda-outline:before{content:"󱇘"}.mdi-view-array:before{content:"󰕫"}.mdi-view-array-outline:before{content:"󱒅"}.mdi-view-carousel:before{content:"󰕬"}.mdi-view-carousel-outline:before{content:"󱒆"}.mdi-view-column:before{content:"󰕭"}.mdi-view-column-outline:before{content:"󱒇"}.mdi-view-comfy:before{content:"󰹪"}.mdi-view-comfy-outline:before{content:"󱒈"}.mdi-view-compact:before{content:"󰹫"}.mdi-view-compact-outline:before{content:"󰹬"}.mdi-view-dashboard:before{content:"󰕮"}.mdi-view-dashboard-outline:before{content:"󰨝"}.mdi-view-dashboard-variant:before{content:"󰡃"}.mdi-view-dashboard-variant-outline:before{content:"󱒉"}.mdi-view-day:before{content:"󰕯"}.mdi-view-day-outline:before{content:"󱒊"}.mdi-view-grid:before{content:"󰕰"}.mdi-view-grid-outline:before{content:"󱇙"}.mdi-view-grid-plus:before{content:"󰾍"}.mdi-view-grid-plus-outline:before{content:"󱇚"}.mdi-view-headline:before{content:"󰕱"}.mdi-view-list:before{content:"󰕲"}.mdi-view-list-outline:before{content:"󱒋"}.mdi-view-module:before{content:"󰕳"}.mdi-view-module-outline:before{content:"󱒌"}.mdi-view-parallel:before{content:"󰜨"}.mdi-view-parallel-outline:before{content:"󱒍"}.mdi-view-quilt:before{content:"󰕴"}.mdi-view-quilt-outline:before{content:"󱒎"}.mdi-view-sequential:before{content:"󰜩"}.mdi-view-sequential-outline:before{content:"󱒏"}.mdi-view-split-horizontal:before{content:"󰯋"}.mdi-view-split-vertical:before{content:"󰯌"}.mdi-view-stream:before{content:"󰕵"}.mdi-view-stream-outline:before{content:"󱒐"}.mdi-view-week:before{content:"󰕶"}.mdi-view-week-outline:before{content:"󱒑"}.mdi-vimeo:before{content:"󰕷"}.mdi-violin:before{content:"󰘏"}.mdi-virtual-reality:before{content:"󰢔"}.mdi-virus:before{content:"󱎶"}.mdi-virus-outline:before{content:"󱎷"}.mdi-vk:before{content:"󰕹"}.mdi-vlc:before{content:"󰕼"}.mdi-voice-off:before{content:"󰻔"}.mdi-voicemail:before{content:"󰕽"}.mdi-volleyball:before{content:"󰦴"}.mdi-volume-high:before{content:"󰕾"}.mdi-volume-low:before{content:"󰕿"}.mdi-volume-medium:before{content:"󰖀"}.mdi-volume-minus:before{content:"󰝞"}.mdi-volume-mute:before{content:"󰝟"}.mdi-volume-off:before{content:"󰖁"}.mdi-volume-plus:before{content:"󰝝"}.mdi-volume-source:before{content:"󱄠"}.mdi-volume-variant-off:before{content:"󰸈"}.mdi-volume-vibrate:before{content:"󱄡"}.mdi-vote:before{content:"󰨟"}.mdi-vote-outline:before{content:"󰨠"}.mdi-vpn:before{content:"󰖂"}.mdi-vuejs:before{content:"󰡄"}.mdi-vuetify:before{content:"󰹭"}.mdi-walk:before{content:"󰖃"}.mdi-wall:before{content:"󰟾"}.mdi-wall-sconce:before{content:"󰤜"}.mdi-wall-sconce-flat:before{content:"󰤝"}.mdi-wall-sconce-flat-variant:before{content:"󰐜"}.mdi-wall-sconce-round:before{content:"󰝈"}.mdi-wall-sconce-round-variant:before{content:"󰤞"}.mdi-wallet:before{content:"󰖄"}.mdi-wallet-giftcard:before{content:"󰖅"}.mdi-wallet-membership:before{content:"󰖆"}.mdi-wallet-outline:before{content:"󰯝"}.mdi-wallet-plus:before{content:"󰾎"}.mdi-wallet-plus-outline:before{content:"󰾏"}.mdi-wallet-travel:before{content:"󰖇"}.mdi-wallpaper:before{content:"󰸉"}.mdi-wan:before{content:"󰖈"}.mdi-wardrobe:before{content:"󰾐"}.mdi-wardrobe-outline:before{content:"󰾑"}.mdi-warehouse:before{content:"󰾁"}.mdi-washing-machine:before{content:"󰜪"}.mdi-washing-machine-alert:before{content:"󱆼"}.mdi-washing-machine-off:before{content:"󱆽"}.mdi-watch:before{content:"󰖉"}.mdi-watch-export:before{content:"󰖊"}.mdi-watch-export-variant:before{content:"󰢕"}.mdi-watch-import:before{content:"󰖋"}.mdi-watch-import-variant:before{content:"󰢖"}.mdi-watch-variant:before{content:"󰢗"}.mdi-watch-vibrate:before{content:"󰚱"}.mdi-watch-vibrate-off:before{content:"󰳚"}.mdi-water:before{content:"󰖌"}.mdi-water-alert:before{content:"󱔂"}.mdi-water-alert-outline:before{content:"󱔃"}.mdi-water-boiler:before{content:"󰾒"}.mdi-water-boiler-alert:before{content:"󱆳"}.mdi-water-boiler-off:before{content:"󱆴"}.mdi-water-check:before{content:"󱔄"}.mdi-water-check-outline:before{content:"󱔅"}.mdi-water-minus:before{content:"󱔆"}.mdi-water-minus-outline:before{content:"󱔇"}.mdi-water-off:before{content:"󰖍"}.mdi-water-off-outline:before{content:"󱔈"}.mdi-water-outline:before{content:"󰸊"}.mdi-water-percent:before{content:"󰖎"}.mdi-water-percent-alert:before{content:"󱔉"}.mdi-water-plus:before{content:"󱔊"}.mdi-water-plus-outline:before{content:"󱔋"}.mdi-water-polo:before{content:"󱊠"}.mdi-water-pump:before{content:"󰖏"}.mdi-water-pump-off:before{content:"󰾓"}.mdi-water-remove:before{content:"󱔌"}.mdi-water-remove-outline:before{content:"󱔍"}.mdi-water-well:before{content:"󱁫"}.mdi-water-well-outline:before{content:"󱁬"}.mdi-watering-can:before{content:"󱒁"}.mdi-watering-can-outline:before{content:"󱒂"}.mdi-watermark:before{content:"󰘒"}.mdi-wave:before{content:"󰼮"}.mdi-waveform:before{content:"󱑽"}.mdi-waves:before{content:"󰞍"}.mdi-waze:before{content:"󰯞"}.mdi-weather-cloudy:before{content:"󰖐"}.mdi-weather-cloudy-alert:before{content:"󰼯"}.mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.mdi-weather-fog:before{content:"󰖑"}.mdi-weather-hail:before{content:"󰖒"}.mdi-weather-hazy:before{content:"󰼰"}.mdi-weather-hurricane:before{content:"󰢘"}.mdi-weather-lightning:before{content:"󰖓"}.mdi-weather-lightning-rainy:before{content:"󰙾"}.mdi-weather-night:before{content:"󰖔"}.mdi-weather-night-partly-cloudy:before{content:"󰼱"}.mdi-weather-partly-cloudy:before{content:"󰖕"}.mdi-weather-partly-lightning:before{content:"󰼲"}.mdi-weather-partly-rainy:before{content:"󰼳"}.mdi-weather-partly-snowy:before{content:"󰼴"}.mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.mdi-weather-pouring:before{content:"󰖖"}.mdi-weather-rainy:before{content:"󰖗"}.mdi-weather-snowy:before{content:"󰖘"}.mdi-weather-snowy-heavy:before{content:"󰼶"}.mdi-weather-snowy-rainy:before{content:"󰙿"}.mdi-weather-sunny:before{content:"󰖙"}.mdi-weather-sunny-alert:before{content:"󰼷"}.mdi-weather-sunny-off:before{content:"󱓤"}.mdi-weather-sunset:before{content:"󰖚"}.mdi-weather-sunset-down:before{content:"󰖛"}.mdi-weather-sunset-up:before{content:"󰖜"}.mdi-weather-tornado:before{content:"󰼸"}.mdi-weather-windy:before{content:"󰖝"}.mdi-weather-windy-variant:before{content:"󰖞"}.mdi-web:before{content:"󰖟"}.mdi-web-box:before{content:"󰾔"}.mdi-web-clock:before{content:"󱉊"}.mdi-webcam:before{content:"󰖠"}.mdi-webcam-off:before{content:"󱜷"}.mdi-webhook:before{content:"󰘯"}.mdi-webpack:before{content:"󰜫"}.mdi-webrtc:before{content:"󱉈"}.mdi-wechat:before{content:"󰘑"}.mdi-weight:before{content:"󰖡"}.mdi-weight-gram:before{content:"󰴿"}.mdi-weight-kilogram:before{content:"󰖢"}.mdi-weight-lifter:before{content:"󱅝"}.mdi-weight-pound:before{content:"󰦵"}.mdi-whatsapp:before{content:"󰖣"}.mdi-wheel-barrow:before{content:"󱓲"}.mdi-wheelchair-accessibility:before{content:"󰖤"}.mdi-whistle:before{content:"󰦶"}.mdi-whistle-outline:before{content:"󱊼"}.mdi-white-balance-auto:before{content:"󰖥"}.mdi-white-balance-incandescent:before{content:"󰖦"}.mdi-white-balance-iridescent:before{content:"󰖧"}.mdi-white-balance-sunny:before{content:"󰖨"}.mdi-widgets:before{content:"󰜬"}.mdi-widgets-outline:before{content:"󱍕"}.mdi-wifi:before{content:"󰖩"}.mdi-wifi-alert:before{content:"󱚵"}.mdi-wifi-arrow-down:before{content:"󱚶"}.mdi-wifi-arrow-left:before{content:"󱚷"}.mdi-wifi-arrow-left-right:before{content:"󱚸"}.mdi-wifi-arrow-right:before{content:"󱚹"}.mdi-wifi-arrow-up:before{content:"󱚺"}.mdi-wifi-arrow-up-down:before{content:"󱚻"}.mdi-wifi-cancel:before{content:"󱚼"}.mdi-wifi-check:before{content:"󱚽"}.mdi-wifi-cog:before{content:"󱚾"}.mdi-wifi-lock:before{content:"󱚿"}.mdi-wifi-lock-open:before{content:"󱛀"}.mdi-wifi-marker:before{content:"󱛁"}.mdi-wifi-minus:before{content:"󱛂"}.mdi-wifi-off:before{content:"󰖪"}.mdi-wifi-plus:before{content:"󱛃"}.mdi-wifi-refresh:before{content:"󱛄"}.mdi-wifi-remove:before{content:"󱛅"}.mdi-wifi-settings:before{content:"󱛆"}.mdi-wifi-star:before{content:"󰸋"}.mdi-wifi-strength-1:before{content:"󰤟"}.mdi-wifi-strength-1-alert:before{content:"󰤠"}.mdi-wifi-strength-1-lock:before{content:"󰤡"}.mdi-wifi-strength-1-lock-open:before{content:"󱛋"}.mdi-wifi-strength-2:before{content:"󰤢"}.mdi-wifi-strength-2-alert:before{content:"󰤣"}.mdi-wifi-strength-2-lock:before{content:"󰤤"}.mdi-wifi-strength-2-lock-open:before{content:"󱛌"}.mdi-wifi-strength-3:before{content:"󰤥"}.mdi-wifi-strength-3-alert:before{content:"󰤦"}.mdi-wifi-strength-3-lock:before{content:"󰤧"}.mdi-wifi-strength-3-lock-open:before{content:"󱛍"}.mdi-wifi-strength-4:before{content:"󰤨"}.mdi-wifi-strength-4-alert:before{content:"󰤩"}.mdi-wifi-strength-4-lock:before{content:"󰤪"}.mdi-wifi-strength-4-lock-open:before{content:"󱛎"}.mdi-wifi-strength-alert-outline:before{content:"󰤫"}.mdi-wifi-strength-lock-open-outline:before{content:"󱛏"}.mdi-wifi-strength-lock-outline:before{content:"󰤬"}.mdi-wifi-strength-off:before{content:"󰤭"}.mdi-wifi-strength-off-outline:before{content:"󰤮"}.mdi-wifi-strength-outline:before{content:"󰤯"}.mdi-wifi-sync:before{content:"󱛇"}.mdi-wikipedia:before{content:"󰖬"}.mdi-wind-turbine:before{content:"󰶥"}.mdi-window-close:before{content:"󰖭"}.mdi-window-closed:before{content:"󰖮"}.mdi-window-closed-variant:before{content:"󱇛"}.mdi-window-maximize:before{content:"󰖯"}.mdi-window-minimize:before{content:"󰖰"}.mdi-window-open:before{content:"󰖱"}.mdi-window-open-variant:before{content:"󱇜"}.mdi-window-restore:before{content:"󰖲"}.mdi-window-shutter:before{content:"󱄜"}.mdi-window-shutter-alert:before{content:"󱄝"}.mdi-window-shutter-open:before{content:"󱄞"}.mdi-windsock:before{content:"󱗺"}.mdi-wiper:before{content:"󰫩"}.mdi-wiper-wash:before{content:"󰶦"}.mdi-wizard-hat:before{content:"󱑷"}.mdi-wordpress:before{content:"󰖴"}.mdi-wrap:before{content:"󰖶"}.mdi-wrap-disabled:before{content:"󰯟"}.mdi-wrench:before{content:"󰖷"}.mdi-wrench-outline:before{content:"󰯠"}.mdi-xamarin:before{content:"󰡅"}.mdi-xamarin-outline:before{content:"󰡆"}.mdi-xing:before{content:"󰖾"}.mdi-xml:before{content:"󰗀"}.mdi-xmpp:before{content:"󰟿"}.mdi-y-combinator:before{content:"󰘤"}.mdi-yahoo:before{content:"󰭏"}.mdi-yeast:before{content:"󰗁"}.mdi-yin-yang:before{content:"󰚀"}.mdi-yoga:before{content:"󱅼"}.mdi-youtube:before{content:"󰗃"}.mdi-youtube-gaming:before{content:"󰡈"}.mdi-youtube-studio:before{content:"󰡇"}.mdi-youtube-subscription:before{content:"󰵀"}.mdi-youtube-tv:before{content:"󰑈"}.mdi-yurt:before{content:"󱔖"}.mdi-z-wave:before{content:"󰫪"}.mdi-zend:before{content:"󰫫"}.mdi-zigbee:before{content:"󰵁"}.mdi-zip-box:before{content:"󰗄"}.mdi-zip-box-outline:before{content:"󰿺"}.mdi-zip-disk:before{content:"󰨣"}.mdi-zodiac-aquarius:before{content:"󰩽"}.mdi-zodiac-aries:before{content:"󰩾"}.mdi-zodiac-cancer:before{content:"󰩿"}.mdi-zodiac-capricorn:before{content:"󰪀"}.mdi-zodiac-gemini:before{content:"󰪁"}.mdi-zodiac-leo:before{content:"󰪂"}.mdi-zodiac-libra:before{content:"󰪃"}.mdi-zodiac-pisces:before{content:"󰪄"}.mdi-zodiac-sagittarius:before{content:"󰪅"}.mdi-zodiac-scorpio:before{content:"󰪆"}.mdi-zodiac-taurus:before{content:"󰪇"}.mdi-zodiac-virgo:before{content:"󰪈"}.mdi-blank:before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:#0000008a}.mdi-dark.mdi-inactive:before{color:#00000042}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:#ffffff4d}.mdi-rotate-45:before{transform:rotate(45deg)}.mdi-rotate-90:before{transform:rotate(90deg)}.mdi-rotate-135:before{transform:rotate(135deg)}.mdi-rotate-180:before{transform:rotate(180deg)}.mdi-rotate-225:before{transform:rotate(225deg)}.mdi-rotate-270:before{transform:rotate(270deg)}.mdi-rotate-315:before{transform:rotate(315deg)}.mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{animation:mdi-spin 2s infinite linear}@keyframes mdi-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.v-alert{display:grid;flex:1 1;grid-template-areas:"prepend content append close" ". content . .";grid-template-columns:max-content auto max-content max-content;position:relative;padding:16px;overflow:hidden;--v-border-color: currentColor}.v-alert--absolute{position:absolute}.v-alert--fixed{position:fixed}.v-alert--sticky{position:sticky}.v-alert{border-radius:4px}.v-alert--variant-plain,.v-alert--variant-outlined,.v-alert--variant-text,.v-alert--variant-tonal{background:transparent;color:inherit}.v-alert--variant-plain{opacity:.62}.v-alert--variant-plain:focus,.v-alert--variant-plain:hover{opacity:1}.v-alert--variant-plain .v-alert__overlay{display:none}.v-alert--variant-elevated,.v-alert--variant-flat{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-alert--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-alert--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-alert--variant-outlined{border:thin solid currentColor}.v-alert--variant-text .v-alert__overlay{background:currentColor}.v-alert--variant-tonal .v-alert__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-alert .v-alert__underlay{position:absolute}.v-alert--prominent{grid-template-areas:"prepend content append close" "prepend content . ."}.v-alert.v-alert--border{--v-border-opacity: .38}.v-alert.v-alert--border.v-alert--border-start{padding-inline-start:24px}.v-alert.v-alert--border.v-alert--border-end{padding-inline-end:24px}.v-alert--variant-plain{transition:.2s opacity cubic-bezier(.4,0,.2,1)}.v-alert--density-default{padding-bottom:16px;padding-top:16px}.v-alert--density-default.v-alert--border-top{padding-top:24px}.v-alert--density-default.v-alert--border-bottom{padding-bottom:24px}.v-alert--density-comfortable{padding-bottom:12px;padding-top:12px}.v-alert--density-comfortable.v-alert--border-top{padding-top:20px}.v-alert--density-comfortable.v-alert--border-bottom{padding-bottom:20px}.v-alert--density-compact{padding-bottom:8px;padding-top:8px}.v-alert--density-compact.v-alert--border-top{padding-top:16px}.v-alert--density-compact.v-alert--border-bottom{padding-bottom:16px}.v-alert__border{border-radius:inherit;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;pointer-events:none;right:0;top:0;width:100%;border-color:currentColor;border-style:solid;border-width:0}.v-alert__border--border{border-width:8px;box-shadow:none}.v-alert--border-start .v-alert__border{border-inline-start-width:8px}.v-alert--border-end .v-alert__border{border-inline-end-width:8px}.v-alert--border-top .v-alert__border{border-top-width:8px}.v-alert--border-bottom .v-alert__border{border-bottom-width:8px}.v-alert__close{flex:0 1 auto;grid-area:close}.v-alert__content{align-self:center;grid-area:content;overflow:hidden}.v-alert__append,.v-alert__close{align-self:flex-start;margin-inline-start:16px}.v-alert__append{align-self:flex-start;grid-area:append}.v-alert__append+.v-alert__close{margin-inline-start:16px}.v-alert__prepend{align-self:flex-start;display:flex;align-items:center;grid-area:prepend;margin-inline-end:16px}.v-alert--prominent .v-alert__prepend{align-self:center}.v-alert__underlay{grid-area:none;position:absolute}.v-alert--border-start .v-alert__underlay{border-top-left-radius:0;border-bottom-left-radius:0}.v-alert--border-end .v-alert__underlay{border-top-right-radius:0;border-bottom-right-radius:0}.v-alert--border-top .v-alert__underlay{border-top-left-radius:0;border-top-right-radius:0}.v-alert--border-bottom .v-alert__underlay{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-alert-title{align-items:center;align-self:center;display:flex;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;line-height:1.75rem;overflow-wrap:normal;text-transform:none;word-break:normal;word-wrap:break-word}.v-autocomplete .v-field .v-text-field__prefix,.v-autocomplete .v-field .v-text-field__suffix,.v-autocomplete .v-field .v-field__input,.v-autocomplete .v-field.v-field{cursor:text}.v-autocomplete .v-field .v-field__input>input{flex:1 1}.v-autocomplete .v-field input{min-width:64px}.v-autocomplete .v-field:not(.v-field--focused) input{min-width:0}.v-autocomplete .v-field--dirty .v-autocomplete__selection{margin-inline-end:2px}.v-autocomplete .v-autocomplete__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-autocomplete__content{overflow:hidden;box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px}.v-autocomplete__mask{background:rgb(var(--v-theme-surface-light))}.v-autocomplete__selection{display:inline-flex;align-items:center;height:1.5rem;letter-spacing:inherit;line-height:inherit;max-width:calc(100% - 4px)}.v-autocomplete__selection:first-child{margin-inline-start:0}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-autocomplete--selecting-index .v-autocomplete__selection{opacity:var(--v-medium-emphasis-opacity)}.v-autocomplete--selecting-index .v-autocomplete__selection--selected{opacity:1}.v-autocomplete--selecting-index .v-field__input>input{caret-color:transparent}.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input{flex:1 1;position:absolute;left:0;right:0;width:100%;padding-inline:inherit}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input{transition:none}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input{opacity:0}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection{opacity:0}.v-autocomplete__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-autocomplete--active-menu .v-autocomplete__menu-icon{transform:rotate(180deg)}.v-banner{display:grid;flex:1 1;font-size:.875rem;grid-template-areas:"prepend content actions";grid-template-columns:max-content auto max-content;grid-template-rows:max-content max-content;line-height:1.6;overflow:hidden;padding-inline:16px 8px;padding-top:16px;padding-bottom:16px;position:relative;width:100%;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0 0 thin 0}.v-banner--border{border-width:thin;box-shadow:none}.v-banner{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-banner--absolute{position:absolute}.v-banner--fixed{position:fixed}.v-banner--sticky{position:sticky}.v-banner{border-radius:0;background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-banner--rounded{border-radius:4px}.v-banner--stacked:not(.v-banner--one-line){grid-template-areas:"prepend content" ". actions"}.v-banner--stacked .v-banner-text{padding-inline-end:36px}.v-banner--density-default .v-banner-actions{margin-bottom:-8px}.v-banner--density-default.v-banner--one-line{padding-top:8px;padding-bottom:8px}.v-banner--density-default.v-banner--one-line .v-banner-actions{margin-bottom:0}.v-banner--density-default.v-banner--one-line{padding-top:10px}.v-banner--density-default.v-banner--two-line{padding-top:16px;padding-bottom:16px}.v-banner--density-default.v-banner--three-line{padding-top:24px;padding-bottom:16px}.v-banner--density-default:not(.v-banner--one-line) .v-banner-actions,.v-banner--density-default.v-banner--two-line .v-banner-actions,.v-banner--density-default.v-banner--three-line .v-banner-actions{margin-top:20px}.v-banner--density-comfortable .v-banner-actions{margin-bottom:-4px}.v-banner--density-comfortable.v-banner--one-line{padding-top:4px;padding-bottom:4px}.v-banner--density-comfortable.v-banner--one-line .v-banner-actions{margin-bottom:0}.v-banner--density-comfortable.v-banner--two-line{padding-top:12px;padding-bottom:12px}.v-banner--density-comfortable.v-banner--three-line{padding-top:20px;padding-bottom:12px}.v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions,.v-banner--density-comfortable.v-banner--two-line .v-banner-actions,.v-banner--density-comfortable.v-banner--three-line .v-banner-actions{margin-top:16px}.v-banner--density-compact .v-banner-actions{margin-bottom:0}.v-banner--density-compact.v-banner--one-line{padding-top:0;padding-bottom:0}.v-banner--density-compact.v-banner--one-line .v-banner-actions{margin-bottom:0}.v-banner--density-compact.v-banner--two-line{padding-top:8px;padding-bottom:8px}.v-banner--density-compact.v-banner--three-line{padding-top:16px;padding-bottom:8px}.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions,.v-banner--density-compact.v-banner--two-line .v-banner-actions,.v-banner--density-compact.v-banner--three-line .v-banner-actions{margin-top:12px}.v-banner--sticky{top:0;z-index:1}.v-banner__content{align-items:center;display:flex;grid-area:content}.v-banner__prepend{align-self:flex-start;grid-area:prepend;margin-inline-end:24px}.v-banner-actions{align-self:flex-end;display:flex;flex:0 1;grid-area:actions;justify-content:flex-end}.v-banner--two-line .v-banner-actions,.v-banner--three-line .v-banner-actions{margin-top:20px}.v-banner-text{-webkit-box-orient:vertical;display:-webkit-box;padding-inline-end:90px;overflow:hidden}.v-banner--one-line .v-banner-text{-webkit-line-clamp:1}.v-banner--two-line .v-banner-text{-webkit-line-clamp:2}.v-banner--three-line .v-banner-text{-webkit-line-clamp:3}.v-banner--two-line .v-banner-text,.v-banner--three-line .v-banner-text{align-self:flex-start}.v-bottom-navigation{display:flex;max-width:100%;overflow:hidden;position:absolute;transition:transform,color,.2s,.1s cubic-bezier(.4,0,.2,1);border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-bottom-navigation--border{border-width:thin;box-shadow:none}.v-bottom-navigation{border-radius:0;background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-bottom-navigation--active{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-bottom-navigation__content{display:flex;flex:none;font-size:.75rem;justify-content:center;transition:inherit;width:100%}.v-bottom-navigation .v-bottom-navigation__content>.v-btn{font-size:inherit;height:100%;max-width:168px;min-width:80px;text-transform:none;transition:inherit;width:auto;border-radius:0}.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__content,.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__icon{transition:inherit}.v-bottom-navigation .v-bottom-navigation__content>.v-btn .v-btn__icon{font-size:1.5rem}.v-bottom-navigation--grow .v-bottom-navigation__content>.v-btn{flex-basis:0;flex-grow:1}.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content>span{transition:inherit;opacity:0}.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content{transform:translateY(.5rem)}.bottom-sheet-transition-enter-from,.bottom-sheet-transition-leave-to{transform:translateY(100%)}.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content{align-self:flex-end;border-radius:0;flex:0 1 auto;left:0;right:0;margin-inline:auto;margin-bottom:0;transition-duration:.2s;width:100%;max-width:100%;overflow:visible;box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content>.v-card,.v-bottom-sheet>.v-bottom-sheet__content.v-overlay__content>.v-sheet{border-radius:0}.v-bottom-sheet.v-bottom-sheet--inset{max-width:none}@media (min-width: 600px){.v-bottom-sheet.v-bottom-sheet--inset{max-width:70%}}.v-breadcrumbs{display:flex;align-items:center;line-height:1.6;padding:16px 12px}.v-breadcrumbs--rounded{border-radius:4px}.v-breadcrumbs--density-default{padding-top:16px;padding-bottom:16px}.v-breadcrumbs--density-comfortable{padding-top:12px;padding-bottom:12px}.v-breadcrumbs--density-compact{padding-top:8px;padding-bottom:8px}.v-breadcrumbs__prepend{align-items:center;display:inline-flex}.v-breadcrumbs-item{align-items:center;color:inherit;display:inline-flex;padding:0 4px;text-decoration:none;vertical-align:middle}.v-breadcrumbs-item--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-breadcrumbs-item--link{color:inherit;text-decoration:none}.v-breadcrumbs-item--link:hover{text-decoration:underline}.v-breadcrumbs-item .v-icon{font-size:1rem;margin-inline:-4px 2px}.v-breadcrumbs-divider{display:inline-block;padding:0 8px;vertical-align:middle}.v-carousel{overflow:hidden;position:relative;width:100%}.v-carousel__controls{align-items:center;bottom:0;display:flex;height:50px;justify-content:center;list-style-type:none;position:absolute;width:100%;z-index:1;background:rgba(var(--v-theme-surface-variant),.3);color:rgb(var(--v-theme-on-surface-variant))}.v-carousel__controls>.v-item-group{flex:0 1 auto}.v-carousel__controls__item{margin:0 8px}.v-carousel__controls__item .v-icon{opacity:.5}.v-carousel__controls__item--active .v-icon{opacity:1;vertical-align:middle}.v-carousel__controls__item:hover{background:none}.v-carousel__controls__item:hover .v-icon{opacity:.8}.v-carousel__progress{margin:0;position:absolute;bottom:0;left:0;right:0}.v-carousel-item{display:block;height:inherit;text-decoration:none}.v-carousel-item>.v-img{height:inherit}.v-carousel--hide-delimiter-background .v-carousel__controls{background:transparent}.v-carousel--vertical-delimiters .v-carousel__controls{flex-direction:column;height:100%!important;width:50px}.v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__controls{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px;pointer-events:none}.v-window__controls>*{pointer-events:auto}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__left{transform:translate(-200%)}.v-window--show-arrows-on-hover .v-window__right{transform:translate(200%)}.v-window--show-arrows-on-hover:hover .v-window__left,.v-window--show-arrows-on-hover:hover .v-window__right{transform:translate(0)}.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-x-transition-leave-from,.v-window-x-transition-leave-to,.v-window-x-reverse-transition-leave-from,.v-window-x-reverse-transition-leave-to,.v-window-y-transition-leave-from,.v-window-y-transition-leave-to,.v-window-y-reverse-transition-leave-from,.v-window-y-reverse-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter-from{transform:translate(100%)}.v-window-x-transition-leave-to,.v-window-x-reverse-transition-enter-from{transform:translate(-100%)}.v-window-x-reverse-transition-leave-to{transform:translate(100%)}.v-window-y-transition-enter-from{transform:translateY(100%)}.v-window-y-transition-leave-to,.v-window-y-reverse-transition-enter-from{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.v-code{background-color:rgb(var(--v-theme-code));color:rgb(var(--v-theme-on-code));border-radius:4px;line-height:1.8;font-size:.9em;font-weight:400;padding:.2em .4em}.v-code:has(>pre){display:inline-block}.v-color-picker{align-self:flex-start;contain:content;width:300px}.v-color-picker.v-sheet.v-picker{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px}.v-color-picker__controls{display:flex;flex-direction:column;padding:16px}.v-color-picker--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-color-picker-canvas{display:flex;position:relative;overflow:hidden;contain:content;touch-action:none}.v-color-picker-canvas__dot{position:absolute;top:0;left:0;width:15px;height:15px;background:transparent;border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1.5px #0000004d}.v-color-picker-canvas__dot--disabled{box-shadow:0 0 0 1.5px #ffffffb3,inset 0 0 1px 1.5px #0000004d}.v-color-picker-canvas:hover .v-color-picker-canvas__dot{will-change:transform}.v-color-picker-edit{display:flex;margin-top:24px}.v-color-picker-edit__input{width:100%;display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.v-color-picker-edit__input:not(:last-child){margin-inline-end:8px}.v-color-picker-edit__input input{border-radius:4px;margin-bottom:8px;min-width:0;outline:none;text-align:center;width:100%;height:32px;background:rgba(var(--v-theme-surface-variant),.2);color:rgba(var(--v-theme-on-surface))}.v-color-picker-edit__input span{font-size:.75rem}.v-color-picker-preview__alpha .v-slider-track__background{background-color:transparent!important}.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background,.v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background{background-image:linear-gradient(to right,transparent,var(--v-color-picker-color-hsv))}.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background,.v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background{background-image:linear-gradient(to left,transparent,var(--v-color-picker-color-hsv))}.v-color-picker-preview__alpha .v-slider-track__background:after{content:"";z-index:-1;left:0;top:0;width:100%;height:100%;position:absolute;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;border-radius:inherit}.v-color-picker-preview__sliders{display:flex;flex:1 0 auto;flex-direction:column;padding-inline-end:16px}.v-color-picker-preview__dot{position:relative;height:30px;width:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;border-radius:50%;overflow:hidden;margin-inline-end:24px}.v-color-picker-preview__dot>div{width:100%;height:100%}.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background,.v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background{background:linear-gradient(to right,#F00 0%,#FF0 16.66%,#0F0 33.33%,#0FF 50%,#00F 66.66%,#F0F 83.33%,#F00 100%)}.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background,.v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background{background:linear-gradient(to left,#F00 0%,#FF0 16.66%,#0F0 33.33%,#0FF 50%,#00F 66.66%,#F0F 83.33%,#F00 100%)}.v-color-picker-preview__track{position:relative;width:100%;margin:0!important}.v-color-picker-preview__track .v-slider-track__fill{display:none}.v-color-picker-preview{align-items:center;display:flex;margin-bottom:0}.v-color-picker-preview__eye-dropper{position:relative;margin-right:12px}.v-slider .v-slider__container input{cursor:default;padding:0;width:100%;display:none}.v-slider>.v-input__append,.v-slider>.v-input__prepend{padding:0}.v-slider__container{position:relative;min-height:inherit;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.v-input--disabled .v-slider__container{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-slider__container{color:rgb(var(--v-theme-error))}.v-slider.v-input--horizontal{align-items:center;margin-inline:8px 8px}.v-slider.v-input--horizontal>.v-input__control{min-height:32px;display:flex;align-items:center}.v-slider.v-input--vertical{justify-content:center;margin-top:12px;margin-bottom:12px}.v-slider.v-input--vertical>.v-input__control{min-height:300px}.v-slider.v-input--disabled{pointer-events:none}.v-slider--has-labels>.v-input__control{margin-bottom:4px}.v-slider__label{margin-inline-end:12px}.v-slider-thumb{touch-action:none;color:rgb(var(--v-theme-surface-variant))}.v-input--error:not(.v-input--disabled) .v-slider-thumb{color:inherit}.v-slider-thumb__label{background:rgba(var(--v-theme-surface-variant),.7);color:rgb(var(--v-theme-on-surface-variant))}.v-slider-thumb__label:before{color:rgba(var(--v-theme-surface-variant),.7)}.v-slider-thumb{outline:none;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider-thumb__surface{cursor:pointer;width:var(--v-slider-thumb-size);height:var(--v-slider-thumb-size);border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:currentColor}@media (forced-colors: active){.v-slider-thumb__surface{background-color:highlight}}.v-slider-thumb__surface:before{transition:.3s cubic-bezier(.4,0,.2,1);content:"";color:inherit;top:0;left:0;width:100%;height:100%;border-radius:50%;background:currentColor;position:absolute;pointer-events:none;opacity:0}.v-slider-thumb__surface:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-slider-thumb__label-container{position:absolute;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label{display:flex;align-items:center;justify-content:center;font-size:.75rem;min-width:35px;height:25px;border-radius:4px;padding:6px;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label:before{content:"";width:0;height:0;position:absolute}.v-slider-thumb__ripple{position:absolute;left:calc(var(--v-slider-thumb-size) / -2);top:calc(var(--v-slider-thumb-size) / -2);width:calc(var(--v-slider-thumb-size) * 2);height:calc(var(--v-slider-thumb-size) * 2);background:inherit}.v-slider.v-input--horizontal .v-slider-thumb{top:50%;transform:translateY(-50%);inset-inline-start:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2)}.v-slider.v-input--horizontal .v-slider-thumb__label-container{left:calc(var(--v-slider-thumb-size) / 2);top:0}.v-slider.v-input--horizontal .v-slider-thumb__label{bottom:calc(var(--v-slider-thumb-size) / 2)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(-50%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-thumb__label:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid currentColor;bottom:-6px}.v-slider.v-input--vertical .v-slider-thumb{top:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2)}.v-slider.v-input--vertical .v-slider-thumb__label-container{top:calc(var(--v-slider-thumb-size) / 2);right:0}.v-slider.v-input--vertical .v-slider-thumb__label{top:-12.5px;left:calc(var(--v-slider-thumb-size) / 2)}.v-slider.v-input--vertical .v-slider-thumb__label:before{border-right:6px solid currentColor;border-top:6px solid transparent;border-bottom:6px solid transparent;left:-6px}.v-slider-thumb--focused .v-slider-thumb__surface:before{transform:scale(2);opacity:var(--v-focus-opacity)}.v-slider-thumb--pressed{transition:none}.v-slider-thumb--pressed .v-slider-thumb__surface:before{opacity:var(--v-pressed-opacity)}@media (hover: hover){.v-slider-thumb:hover .v-slider-thumb__surface:before{transform:scale(2)}.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface:before{opacity:var(--v-hover-opacity)}}.v-slider-track__background{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors: active){.v-slider-track__background{background-color:highlight}}.v-slider-track__fill{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors: active){.v-slider-track__fill{background-color:highlight}}.v-slider-track__tick{background-color:rgb(var(--v-theme-surface-variant))}.v-slider-track__tick--filled{background-color:rgb(var(--v-theme-surface-light))}.v-slider-track{border-radius:6px}@media (forced-colors: active){.v-slider-track{border:thin solid buttontext}}.v-slider-track__background,.v-slider-track__fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:inherit}.v-slider--pressed .v-slider-track__background,.v-slider--pressed .v-slider-track__fill{transition:none}.v-input--error:not(.v-input--disabled) .v-slider-track__background,.v-input--error:not(.v-input--disabled) .v-slider-track__fill{background-color:currentColor}.v-slider-track__ticks{height:100%;width:100%;position:relative}.v-slider-track__tick{position:absolute;opacity:0;transition:.2s opacity cubic-bezier(.4,0,.2,1);border-radius:2px;width:var(--v-slider-tick-size);height:var(--v-slider-tick-size);transform:translate(calc(var(--v-slider-tick-size) / -2),calc(var(--v-slider-tick-size) / -2))}.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label{transform:none}.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(100%)}.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label{transform:none}.v-slider-track__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.v-slider.v-input--horizontal .v-slider-track{display:flex;align-items:center;width:100%;height:calc(var(--v-slider-track-size) + 2px);touch-action:pan-y}.v-slider.v-input--horizontal .v-slider-track__background{height:var(--v-slider-track-size)}.v-slider.v-input--horizontal .v-slider-track__fill{height:inherit}.v-slider.v-input--horizontal .v-slider-track__tick{margin-top:calc(calc(var(--v-slider-track-size) + 2px) / 2)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size) / 2),calc(var(--v-slider-tick-size) / -2))}.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{margin-top:calc(var(--v-slider-track-size) / 2 + 8px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(-50%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-track__tick--first{margin-inline-start:calc(var(--v-slider-tick-size) + 1px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(0)}.v-slider.v-input--horizontal .v-slider-track__tick--last{margin-inline-start:calc(100% - var(--v-slider-tick-size) - 1px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(100%)}.v-slider.v-input--vertical .v-slider-track{height:100%;display:flex;justify-content:center;width:calc(var(--v-slider-track-size) + 2px);touch-action:pan-x}.v-slider.v-input--vertical .v-slider-track__background{width:var(--v-slider-track-size)}.v-slider.v-input--vertical .v-slider-track__fill{width:inherit}.v-slider.v-input--vertical .v-slider-track__ticks{height:100%}.v-slider.v-input--vertical .v-slider-track__tick{margin-inline-start:calc(calc(var(--v-slider-track-size) + 2px) / 2);transform:translate(calc(var(--v-slider-tick-size) / -2),calc(var(--v-slider-tick-size) / 2))}.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick,.v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size) / 2),calc(var(--v-slider-tick-size) / 2))}.v-slider.v-input--vertical .v-slider-track__tick--first{bottom:calc(0% + var(--v-slider-tick-size) + 1px)}.v-slider.v-input--vertical .v-slider-track__tick--last{bottom:calc(100% - var(--v-slider-tick-size) - 1px)}.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label{margin-inline-start:calc(var(--v-slider-track-size) / 2 + 12px);transform:translateY(-50%)}.v-slider-track__ticks--always-show .v-slider-track__tick,.v-slider--focused .v-slider-track__tick{opacity:1}.v-slider-track__background--opacity{opacity:.38}.v-color-picker-swatches{overflow-y:auto}.v-color-picker-swatches>div{display:flex;flex-wrap:wrap;justify-content:center;padding:8px}.v-color-picker-swatches__swatch{display:flex;flex-direction:column;margin-bottom:10px}.v-color-picker-swatches__color{position:relative;height:18px;max-height:18px;width:45px;margin:2px 4px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;cursor:pointer}.v-color-picker-swatches__color>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.v-picker.v-sheet{display:grid;grid-auto-rows:min-content;grid-template-areas:"title" "header" "body";overflow:hidden;box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px}.v-picker.v-sheet.v-picker--with-actions{grid-template-areas:"title" "header" "body" "actions"}.v-picker__body{grid-area:body;overflow:hidden;position:relative}.v-picker__header{grid-area:header}.v-picker__actions{grid-area:actions;padding:0 12px 12px;display:flex;align-items:center;justify-content:flex-end}.v-picker__actions .v-btn{min-width:48px}.v-picker__actions .v-btn:not(:last-child){margin-inline-end:8px}.v-picker--divided .v-picker__header{border-bottom-color:rgba(var(--v-border-color),var(--v-border-opacity));border-bottom-style:solid;border-bottom-width:thin}.v-picker--landscape{grid-template-areas:"title" "header body" "header body"}.v-picker--landscape.v-picker--with-actions{grid-template-areas:"title" "header body" "header actions"}.v-picker-title{text-transform:uppercase;font-size:.75rem;grid-area:title;padding-inline:24px 12px;padding-top:16px;padding-bottom:16px;font-weight:400;letter-spacing:.1666666667em}.v-sheet{display:block;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-sheet--border{border-width:thin;box-shadow:none}.v-sheet{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet{border-radius:0;background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-sheet--rounded{border-radius:4px}.v-combobox .v-field .v-text-field__prefix,.v-combobox .v-field .v-text-field__suffix,.v-combobox .v-field .v-field__input,.v-combobox .v-field.v-field{cursor:text}.v-combobox .v-field .v-field__input>input{flex:1 1}.v-combobox .v-field input{min-width:64px}.v-combobox .v-field:not(.v-field--focused) input{min-width:0}.v-combobox .v-field--dirty .v-combobox__selection{margin-inline-end:2px}.v-combobox .v-combobox__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-combobox__content{overflow:hidden;box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px}.v-combobox__mask{background:rgb(var(--v-theme-surface-light))}.v-combobox__selection{display:inline-flex;align-items:center;height:1.5rem;letter-spacing:inherit;line-height:inherit;max-width:calc(100% - 4px)}.v-combobox__selection:first-child{margin-inline-start:0}.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-combobox--selecting-index .v-combobox__selection{opacity:var(--v-medium-emphasis-opacity)}.v-combobox--selecting-index .v-combobox__selection--selected{opacity:1}.v-combobox--selecting-index .v-field__input>input{caret-color:transparent}.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input{flex:1 1;position:absolute;left:0;right:0;width:100%;padding-inline:inherit}.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input{transition:none}.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input{opacity:0}.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection{opacity:0}.v-combobox__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-combobox--active-menu .v-combobox__menu-icon{transform:rotate(180deg)}.v-data-table{width:100%}.v-data-table__table{width:100%;border-collapse:separate;border-spacing:0}.v-data-table__tr--focus{border:1px dotted black}.v-data-table__tr--clickable{cursor:pointer}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end{text-align:end}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end .v-data-table-header__content{flex-direction:row-reverse}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center{text-align:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center .v-data-table-header__content{justify-content:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--no-padding{padding:0 8px}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap .v-data-table-header__content{display:contents}.v-data-table .v-table__wrapper>table>thead>tr>th,.v-data-table .v-table__wrapper>table tbody>tr>th{align-items:center}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--fixed,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--fixed{position:sticky}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:hover{cursor:pointer;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon{opacity:0}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon{opacity:.5}.v-data-table .v-table__wrapper>table>thead>tr.v-data-table__tr--mobile>td,.v-data-table .v-table__wrapper>table tbody>tr.v-data-table__tr--mobile>td{height:-moz-fit-content;height:fit-content}.v-data-table-column--fixed,.v-data-table__th--sticky{background:rgb(var(--v-theme-surface));position:sticky!important;left:0;z-index:1}.v-data-table-column--last-fixed{border-right:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed{z-index:2}.v-data-table-group-header-row td{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface))}.v-data-table-group-header-row td>span{padding-left:5px}.v-data-table--loading .v-data-table__td{opacity:var(--v-disabled-opacity)}.v-data-table-group-header-row__column{padding-left:calc(var(--v-data-table-group-header-row-depth) * 16px)!important}.v-data-table-header__content{display:flex;align-items:center}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;font-size:.875rem;padding:4px;border-radius:50%;background:rgba(var(--v-border-color),var(--v-border-opacity));min-width:20px;min-height:20px;width:20px;height:20px}.v-data-table-progress>th{border:none!important;height:auto!important;padding:0!important}.v-data-table-progress__loader{position:relative}.v-data-table-rows-loading,.v-data-table-rows-no-data{text-align:center}.v-data-table__tr--mobile>.v-data-table__td--expanded-row{grid-template-columns:auto;justify-content:center}.v-data-table__tr--mobile>.v-data-table__td--select-row{grid-template-columns:0;justify-content:end}.v-data-table__tr--mobile>td{align-items:center;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(2,1fr);min-height:var(--v-table-row-height)}.v-data-table__tr--mobile>td:not(:last-child){border-bottom:0!important}.v-data-table__td-title{font-weight:500;text-align:start}.v-data-table__td-value{text-align:end}.v-data-table__td-sort-icon{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-data-table__td-sort-icon-active{color:rgba(var(--v-theme-on-surface))}.v-data-table-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:8px 4px}.v-data-table-footer__items-per-page{align-items:center;display:flex;justify-content:center}.v-data-table-footer__items-per-page>span{padding-inline-end:8px}.v-data-table-footer__items-per-page>.v-select{width:90px}.v-data-table-footer__info{display:flex;justify-content:flex-end;min-width:116px;padding:0 16px}.v-data-table-footer__paginationz{align-items:center;display:flex;margin-inline-start:16px}.v-data-table-footer__page{padding:0 8px}.v-pagination__list{display:inline-flex;list-style-type:none;justify-content:center;width:100%}.v-pagination__item,.v-pagination__first,.v-pagination__prev,.v-pagination__next,.v-pagination__last{margin:.3rem}.v-table{font-size:.875rem;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1);background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-table .v-table-divider{border-right:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>thead>tr>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>td,.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tfoot>tr>td,.v-table .v-table__wrapper>table>tfoot>tr>th{border-top:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr>td{position:relative}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{background:rgba(var(--v-border-color),var(--v-hover-opacity));pointer-events:none;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{background:rgb(var(--v-theme-surface));box-shadow:inset 0 -1px 0 rgba(var(--v-border-color),var(--v-border-opacity));z-index:1}.v-table.v-table--fixed-footer>tfoot>tr>th,.v-table.v-table--fixed-footer>tfoot>tr>td{background:rgb(var(--v-theme-surface));box-shadow:inset 0 1px 0 rgba(var(--v-border-color),var(--v-border-opacity))}.v-table{border-radius:inherit;line-height:1.5;max-width:100%;display:flex;flex-direction:column}.v-table>.v-table__wrapper>table{width:100%;border-spacing:0}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>th{padding:0 16px;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>td{height:var(--v-table-row-height)}.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>th{height:var(--v-table-header-height);font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:start}.v-table--density-default{--v-table-header-height: 56px;--v-table-row-height: 52px}.v-table--density-comfortable{--v-table-header-height: 48px;--v-table-row-height: 44px}.v-table--density-compact{--v-table-header-height: 40px;--v-table-row-height: 36px}.v-table__wrapper{border-radius:inherit;overflow:auto;flex:1 1 auto}.v-table--has-top>.v-table__wrapper{border-top-left-radius:0;border-top-right-radius:0}.v-table--has-bottom>.v-table__wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-table--fixed-height>.v-table__wrapper{overflow-y:auto}.v-table--fixed-header>.v-table__wrapper>table>thead{position:sticky;top:0;z-index:2}.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{border-bottom:0px!important}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr{position:sticky;bottom:0;z-index:1}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>td,.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>th{border-top:0px!important}.v-date-picker{overflow:hidden;width:328px}.v-date-picker--show-week{width:368px}.v-date-picker-controls{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;height:var(--v-date-picker-controls-height, 56px);padding-top:4px;padding-bottom:4px;padding-inline-start:6px;padding-inline-end:12px}.v-date-picker-controls>.v-btn:first-child{text-transform:none;font-weight:400;line-height:initial;letter-spacing:initial}.v-date-picker-controls--variant-classic{padding-inline-start:12px}.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover){opacity:.7}.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title{cursor:pointer}.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title{opacity:1}.v-date-picker-controls .v-btn:last-child{margin-inline-start:4px}.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn{transform:rotate(180deg)}.v-date-picker-controls__date{margin-inline-end:4px}.v-date-picker-controls--variant-classic .v-date-picker-controls__date{margin:auto;text-align:center}.v-date-picker-controls__month{display:flex}.v-locale--is-rtl.v-date-picker-controls__month,.v-locale--is-rtl .v-date-picker-controls__month{flex-direction:row-reverse}.v-date-picker-controls--variant-classic .v-date-picker-controls__month{flex:1 0 auto}.v-date-picker__title{display:inline-block}.v-date-picker-header{align-items:flex-end;height:70px;display:grid;grid-template-areas:"prepend content append";grid-template-columns:min-content minmax(0,1fr) min-content;overflow:hidden;padding-inline:24px 12px;padding-bottom:12px}.v-date-picker-header__append{grid-area:append}.v-date-picker-header__prepend{grid-area:prepend;padding-inline-start:8px}.v-date-picker-header__content{align-items:center;display:inline-flex;font-size:32px;line-height:40px;grid-area:content;justify-content:space-between}.v-date-picker-header--clickable .v-date-picker-header__content{cursor:pointer}.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover){opacity:.7}.date-picker-header-transition-enter-active,.date-picker-header-reverse-transition-enter-active,.date-picker-header-transition-leave-active,.date-picker-header-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.date-picker-header-transition-enter-from{transform:translateY(100%)}.date-picker-header-transition-leave-to{opacity:0;transform:translateY(-100%)}.date-picker-header-reverse-transition-enter-from{transform:translateY(-100%)}.date-picker-header-reverse-transition-leave-to{opacity:0;transform:translateY(100%)}.v-date-picker-month{display:flex;justify-content:center;padding:0 12px 8px;--v-date-picker-month-day-diff: 4px}.v-date-picker-month__weeks{display:grid;grid-template-rows:min-content min-content min-content min-content min-content min-content min-content;-moz-column-gap:4px;column-gap:4px;font-size:.85rem}.v-date-picker-month__weeks+.v-date-picker-month__days{grid-row-gap:0}.v-date-picker-month__weekday{font-size:.85rem}.v-date-picker-month__days{display:grid;grid-template-columns:min-content min-content min-content min-content min-content min-content min-content;-moz-column-gap:4px;column-gap:4px;flex:1 1;justify-content:space-around}.v-date-picker-month__day{align-items:center;display:flex;justify-content:center;position:relative;height:40px;width:40px}.v-date-picker-month__day--selected .v-btn{background-color:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn{--v-btn-height: 24px;--v-btn-size: .85rem}.v-date-picker-month__day--week{font-size:var(--v-btn-size)}.v-date-picker-month__day--adjacent{opacity:.5}.v-date-picker-month__day--hide-adjacent{opacity:0}.v-date-picker-months{height:288px}.v-date-picker-months__content{align-items:center;display:grid;flex:1 1;height:inherit;justify-content:space-around;grid-template-columns:repeat(2,1fr);grid-gap:0px 24px;padding-inline-start:36px;padding-inline-end:36px}.v-date-picker-months__content .v-btn{text-transform:none;padding-inline-start:8px;padding-inline-end:8px}.v-date-picker-years{height:288px;overflow-y:scroll}.v-date-picker-years__content{display:grid;flex:1 1;justify-content:space-around;grid-template-columns:repeat(3,1fr);gap:8px 24px;padding-inline:32px}.v-date-picker-years__content .v-btn{padding-inline:8px}.v-empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:16px}.v-empty-state--start{align-items:flex-start}.v-empty-state--center{align-items:center}.v-empty-state--end{align-items:flex-end}.v-empty-state__media{text-align:center;width:100%}.v-empty-state__media .v-icon{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-empty-state__headline{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));font-size:3.75rem;font-weight:300;line-height:1;text-align:center;margin-bottom:8px}.v-empty-state--mobile .v-empty-state__headline{font-size:2.125rem}.v-empty-state__title{font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:4px;text-align:center}.v-empty-state__text{font-size:.875rem;font-weight:400;line-height:1.425;padding:0 16px;text-align:center}.v-empty-state__content{padding:24px 0}.v-empty-state__actions{display:flex;gap:8px;padding:16px}.v-empty-state__action-btn.v-btn{background-color:initial;color:initial}.v-expansion-panel{background-color:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-expansion-panel:not(:first-child):after{border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-expansion-panel--disabled .v-expansion-panel-title{color:rgba(var(--v-theme-on-surface),.26)}.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay{opacity:.4615384615}.v-expansion-panels{display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;position:relative;z-index:1}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels--variant-accordion>:first-child:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels--variant-accordion>:last-child:not(:first-child){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels--variant-accordion>:last-child:not(:first-child) .v-expansion-panel-title--active{border-bottom-left-radius:initial;border-bottom-right-radius:initial}.v-expansion-panels--variant-accordion>:not(:first-child):not(:last-child){border-radius:0!important}.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay{transition:.3s border-radius cubic-bezier(.4,0,.2,1)}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s all cubic-bezier(.4,0,.2,1);transition-property:margin-top,border-radius,border,max-width;border-radius:4px}.v-expansion-panel:not(:first-child):after{border-top-style:solid;border-top-width:thin;content:"";left:0;position:absolute;right:0;top:0;transition:.3s opacity cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-title{pointer-events:none}.v-expansion-panel--active:not(:first-child),.v-expansion-panel--active+.v-expansion-panel{margin-top:16px}.v-expansion-panel--active:not(:first-child):after,.v-expansion-panel--active+.v-expansion-panel:after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-title{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-expansion-panel--active>.v-expansion-panel-title:not(.v-expansion-panel-title--static){min-height:64px}.v-expansion-panel__shadow{border-radius:inherit;z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-expansion-panel-title{align-items:center;text-align:start;border-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:.3s min-height cubic-bezier(.4,0,.2,1);width:100%;justify-content:space-between}.v-expansion-panel-title:hover>.v-expansion-panel-title__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title:focus-visible>.v-expansion-panel-title__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-expansion-panel-title:focus>.v-expansion-panel-title__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-expansion-panel-title__overlay{background-color:currentColor;border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.v-expansion-panel-title__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-inline-start:auto}.v-expansion-panel-text{display:flex}.v-expansion-panel-text__wrapper{padding:8px 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--variant-accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--variant-accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--variant-popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--variant-popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--variant-inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--variant-inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel .v-expansion-panel__shadow{display:none}.v-expansion-panels--tile{border-radius:0}.v-expansion-panels--tile>.v-expansion-panel{border-radius:0}.v-fab{align-items:center;display:inline-flex;flex:1 1 auto;pointer-events:none;position:relative;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);vertical-align:middle}.v-fab .v-btn{pointer-events:auto}.v-fab .v-btn--variant-elevated{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-fab--app,.v-fab--absolute{display:flex}.v-fab--absolute{position:absolute;top:0;right:0;bottom:0;left:0}.v-fab--start,.v-fab--left{justify-content:flex-start}.v-fab--center{align-items:center;justify-content:center}.v-fab--end,.v-fab--right{justify-content:flex-end}.v-fab--bottom{align-items:flex-end}.v-fab--top{align-items:flex-start}.v-fab--extended .v-btn{border-radius:9999px!important}.v-fab__container{align-self:center;display:inline-flex;vertical-align:middle}.v-fab--app .v-fab__container{margin:12px;position:fixed}.v-fab--absolute .v-fab__container{position:absolute;z-index:4}.v-fab--offset.v-fab--top .v-fab__container{transform:translateY(-50%)}.v-fab--offset.v-fab--bottom .v-fab__container{transform:translateY(50%)}.v-fab--top .v-fab__container{top:0}.v-fab--bottom .v-fab__container{bottom:0}.v-fab--left .v-fab__container,.v-fab--start .v-fab__container{left:0}.v-fab--right .v-fab__container,.v-fab--end .v-fab__container{right:0}.v-file-input--hide.v-input .v-field,.v-file-input--hide.v-input .v-input__control,.v-file-input--hide.v-input .v-input__details{display:none}.v-file-input--hide.v-input .v-input__prepend{grid-area:control;margin:0 auto}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-file-input input[type=file]{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:0}.v-file-input--dragging input[type=file]{z-index:1}.v-file-input .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-file-input .v-input__details{padding-inline:0}.v-infinite-scroll--horizontal{display:flex;flex-direction:row;overflow-x:auto}.v-infinite-scroll--horizontal .v-infinite-scroll-intersect{height:100%;width:var(--v-infinite-margin-size, 1px)}.v-infinite-scroll--vertical{display:flex;flex-direction:column;overflow-y:auto}.v-infinite-scroll--vertical .v-infinite-scroll-intersect{height:1px;width:100%}.v-infinite-scroll-intersect{pointer-events:none;margin-top:var(--v-infinite-margin);margin-bottom:calc(var(--v-infinite-margin) * -1)}.v-infinite-scroll-intersect:nth-child(2){--v-infinite-margin: var(--v-infinite-margin-size, 1px)}.v-infinite-scroll-intersect:nth-last-child(2){--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1)}.v-infinite-scroll__side{align-items:center;display:flex;justify-content:center;padding:8px}.v-item-group{flex:0 1 auto;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1)}.v-kbd{background:rgb(var(--v-theme-kbd));color:rgb(var(--v-theme-on-kbd));border-radius:3px;display:inline;font-size:85%;font-weight:400;padding:.2em .4rem;box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-locale-provider{display:contents}.v-number-input input[type=number]{-moz-appearance:textfield}.v-number-input input[type=number]::-webkit-outer-spin-button,.v-number-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.v-number-input .v-field:has(.v-field__prepend-inner>.v-number-input__control:first-child){padding-inline-start:0}.v-number-input .v-field:has(.v-field__append-inner>.v-number-input__control:last-child){padding-inline-end:0}.v-number-input .v-field__prepend-inner:has(.v-number-input__control)>.v-icon{margin-inline-end:4px}.v-number-input .v-field__prepend-inner:has(.v-number-input__control)>hr+.v-icon,.v-number-input .v-field__prepend-inner:has(.v-number-input__control)>.v-number-input__control+.v-icon{margin-inline:8px 0}.v-number-input .v-field__append-inner:has(.v-number-input__control)>.v-icon{margin-inline-start:4px}.v-number-input .v-field__append-inner:has(.v-number-input__control)>.v-icon:has(+hr),.v-number-input .v-field__append-inner:has(.v-number-input__control)>.v-icon:has(+.v-number-input__control){margin-inline:0 8px}.v-number-input .v-field__clearable:has(+.v-field__append-inner>hr:first-child){margin-inline-end:8px}.v-number-input--inset .v-divider{height:55%;width:55%;align-self:center}.v-number-input--split .v-field__input{text-align:center}.v-number-input--stacked .v-number-input__control{flex-direction:column-reverse}.v-number-input--stacked .v-number-input__control .v-btn{flex:1}.v-number-input--hide-input .v-field{flex:none}.v-number-input--hide-input .v-field__input{width:0;padding-inline:0}.v-number-input__control{display:flex;height:100%}.v-number-input__control .v-btn{background-color:transparent;border-radius:0}.v-otp-input{align-items:center;display:flex;justify-content:center;padding:.5rem 0;position:relative;border-radius:4px}.v-otp-input .v-field{height:100%}.v-otp-input__divider{margin:0 8px}.v-otp-input__content{align-items:center;display:flex;gap:.5rem;height:64px;padding:.5rem;justify-content:center;max-width:320px;position:relative;border-radius:inherit}.v-otp-input--divided .v-otp-input__content{max-width:360px}.v-otp-input__field{color:inherit;font-size:1.25rem;height:100%;outline:none;text-align:center;width:100%}.v-otp-input__field[type=number]::-webkit-outer-spin-button,.v-otp-input__field[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-otp-input__field[type=number]{-moz-appearance:textfield}.v-otp-input__loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.v-otp-input__loader .v-progress-linear{position:absolute}.v-parallax{position:relative;overflow:hidden}.v-parallax--active>.v-img__img{will-change:transform}.v-radio-group>.v-input__control{flex-direction:column}.v-radio-group>.v-input__control>.v-label{margin-inline-start:16px}.v-radio-group>.v-input__control>.v-label+.v-selection-control-group{padding-inline-start:6px;margin-top:8px}.v-radio-group .v-input__details{padding-inline:16px}.v-rating{max-width:100%;display:inline-flex;white-space:nowrap}.v-rating--readonly{pointer-events:none}.v-rating__wrapper{align-items:center;display:inline-flex;flex-direction:column}.v-rating__wrapper--bottom{flex-direction:column-reverse}.v-rating__item{display:inline-flex;position:relative}.v-rating__item label{cursor:pointer}.v-rating__item .v-btn--variant-plain{opacity:1}.v-rating__item .v-btn{transition-property:transform}.v-rating__item .v-btn .v-icon{transition:inherit;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn{transform:scale(1.25)}.v-rating__item--half{overflow:hidden;position:absolute;clip-path:polygon(0 0,50% 0,50% 100%,0 100%);z-index:1}.v-rating__item--half .v-btn__overlay,.v-rating__item--half:hover .v-btn__overlay{opacity:0}.v-rating__hidden{height:0;opacity:0;position:absolute;width:0}.v-skeleton-loader{align-items:center;background:rgb(var(--v-theme-surface));border-radius:4px;display:flex;flex-wrap:wrap;position:relative;vertical-align:top}.v-skeleton-loader__actions{justify-content:end}.v-skeleton-loader .v-skeleton-loader__ossein{height:100%}.v-skeleton-loader .v-skeleton-loader__avatar,.v-skeleton-loader .v-skeleton-loader__button,.v-skeleton-loader .v-skeleton-loader__chip,.v-skeleton-loader .v-skeleton-loader__divider,.v-skeleton-loader .v-skeleton-loader__heading,.v-skeleton-loader .v-skeleton-loader__image,.v-skeleton-loader .v-skeleton-loader__ossein,.v-skeleton-loader .v-skeleton-loader__text{background:rgba(var(--v-theme-on-surface),var(--v-border-opacity))}.v-skeleton-loader .v-skeleton-loader__list-item,.v-skeleton-loader .v-skeleton-loader__list-item-avatar,.v-skeleton-loader .v-skeleton-loader__list-item-text,.v-skeleton-loader .v-skeleton-loader__list-item-two-line,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,.v-skeleton-loader .v-skeleton-loader__list-item-three-line,.v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line{border-radius:4px}.v-skeleton-loader__bone{align-items:center;border-radius:inherit;display:flex;flex:1 1 100%;flex-wrap:wrap;overflow:hidden;position:relative}.v-skeleton-loader__bone:after{animation:loading 1.5s infinite;background:linear-gradient(90deg,rgba(var(--v-theme-surface),0),rgba(var(--v-theme-surface),.3),rgba(var(--v-theme-surface),0));transform:translate(-100%);z-index:1;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-skeleton-loader__avatar{border-radius:50%;flex:0 1 auto;margin:8px 16px;max-height:48px;min-height:48px;height:48px;max-width:48px;min-width:48px;width:48px}.v-skeleton-loader__avatar+.v-skeleton-loader__bone{flex:1 1 auto;margin-inline-start:0}.v-skeleton-loader__avatar+.v-skeleton-loader__sentences>.v-skeleton-loader__text,.v-skeleton-loader__avatar+.v-skeleton-loader__paragraph>.v-skeleton-loader__text{margin-inline-start:0}.v-skeleton-loader__button{border-radius:4px;height:36px;margin:16px;max-width:64px}.v-skeleton-loader__button+.v-skeleton-loader__bone{flex:1 1 auto;margin-inline-start:0}.v-skeleton-loader__button+.v-skeleton-loader__sentences>.v-skeleton-loader__text,.v-skeleton-loader__button+.v-skeleton-loader__paragraph>.v-skeleton-loader__text{margin-inline-start:0}.v-skeleton-loader__chip{border-radius:16px;margin:16px;height:32px;max-width:96px}.v-skeleton-loader__chip+.v-skeleton-loader__bone{flex:1 1 auto;margin-inline-start:0}.v-skeleton-loader__chip+.v-skeleton-loader__sentences>.v-skeleton-loader__text,.v-skeleton-loader__chip+.v-skeleton-loader__paragraph>.v-skeleton-loader__text{margin-inline-start:0}.v-skeleton-loader__date-picker{border-radius:inherit}.v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text{max-width:88px;width:20%}.v-skeleton-loader__date-picker .v-skeleton-loader__heading{max-width:256px;width:40%}.v-skeleton-loader__date-picker-days{flex-wrap:wrap;margin:16px}.v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar{border-radius:4px;margin:4px;max-width:100%}.v-skeleton-loader__date-picker-options{flex-wrap:nowrap}.v-skeleton-loader__date-picker-options .v-skeleton-loader__text{flex:1 1 auto}.v-skeleton-loader__divider{border-radius:1px;height:2px}.v-skeleton-loader__heading{border-radius:12px;margin:16px;height:24px}.v-skeleton-loader__heading+.v-skeleton-loader__subtitle{margin-top:-16px}.v-skeleton-loader__image{height:150px;border-radius:0}.v-skeleton-loader__card .v-skeleton-loader__image{border-radius:0}.v-skeleton-loader__list-item{margin:16px}.v-skeleton-loader__list-item .v-skeleton-loader__text{margin:0}.v-skeleton-loader__table-thead{justify-content:space-between}.v-skeleton-loader__table-thead .v-skeleton-loader__heading{margin-top:16px;max-width:16px}.v-skeleton-loader__table-tfoot{flex-wrap:nowrap}.v-skeleton-loader__table-tfoot>.v-skeleton-loader__text.v-skeleton-loader__bone{margin-top:16px}.v-skeleton-loader__table-row{align-items:baseline;margin:0 8px;justify-content:space-evenly;flex-wrap:nowrap}.v-skeleton-loader__table-row>.v-skeleton-loader__text.v-skeleton-loader__bone{margin-inline:8px}.v-skeleton-loader__table-row+.v-skeleton-loader__divider{margin:0 16px}.v-skeleton-loader__table-cell{align-items:center;display:flex;height:48px;width:88px}.v-skeleton-loader__table-cell .v-skeleton-loader__text{margin-bottom:0}.v-skeleton-loader__subtitle{max-width:70%}.v-skeleton-loader__subtitle>.v-skeleton-loader__text{height:16px;border-radius:8px}.v-skeleton-loader__text{border-radius:6px;margin:16px;height:12px}.v-skeleton-loader__text+.v-skeleton-loader__text{margin-top:-8px;max-width:50%}.v-skeleton-loader__text+.v-skeleton-loader__text+.v-skeleton-loader__text{max-width:70%}.v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after{display:none}.v-skeleton-loader--is-loading{overflow:hidden}.v-skeleton-loader--tile,.v-skeleton-loader--tile .v-skeleton-loader__bone{border-radius:0}@keyframes loading{to{transform:translate(100%)}}.v-snackbar{justify-content:center;z-index:10000;margin:8px;margin-inline-end:calc(8px + var(--v-scrollbar-offset));padding:var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left)}.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top){align-items:flex-end}.v-snackbar__wrapper{align-items:center;display:flex;max-width:672px;min-height:48px;min-width:344px;overflow:hidden;padding:0;border-radius:4px}.v-snackbar--variant-plain,.v-snackbar--variant-outlined,.v-snackbar--variant-text,.v-snackbar--variant-tonal{background:transparent;color:inherit}.v-snackbar--variant-plain{opacity:.62}.v-snackbar--variant-plain:focus,.v-snackbar--variant-plain:hover{opacity:1}.v-snackbar--variant-plain .v-snackbar__overlay{display:none}.v-snackbar--variant-elevated,.v-snackbar--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-snackbar--variant-elevated{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-snackbar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-snackbar--variant-outlined{border:thin solid currentColor}.v-snackbar--variant-text .v-snackbar__overlay{background:currentColor}.v-snackbar--variant-tonal .v-snackbar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-snackbar .v-snackbar__underlay{position:absolute}.v-snackbar__content{flex-grow:1;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1.425;margin-right:auto;padding:14px 16px;text-align:initial}.v-snackbar__actions{align-items:center;align-self:center;display:flex;margin-inline-end:8px}.v-snackbar__actions>.v-btn{padding:0 8px;min-width:auto}.v-snackbar__timer{width:100%;position:absolute;top:0}.v-snackbar__timer .v-progress-linear{transition:.2s linear}.v-snackbar--absolute{position:absolute;z-index:1}.v-snackbar--multi-line .v-snackbar__wrapper{min-height:68px}.v-snackbar--vertical .v-snackbar__wrapper{flex-direction:column}.v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions{align-self:flex-end;margin-bottom:8px}.v-snackbar--center{align-items:center;justify-content:center}.v-snackbar--top{align-items:flex-start}.v-snackbar--bottom{align-items:flex-end}.v-snackbar--left,.v-snackbar--start{justify-content:flex-start}.v-snackbar--right,.v-snackbar--end{justify-content:flex-end}.v-snackbar-transition-enter-active,.v-snackbar-transition-leave-active{transition-duration:.15s;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-snackbar-transition-enter-active{transition-property:opacity,transform}.v-snackbar-transition-enter-from{opacity:0;transform:scale(.8)}.v-snackbar-transition-leave-active{transition-property:opacity}.v-snackbar-transition-leave-to{opacity:0}.v-speed-dial__content{gap:8px}.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--right,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center{flex-direction:row}.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--start,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center{flex-direction:row-reverse}.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top,.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center{flex-direction:column-reverse}.v-speed-dial__content>*:nth-child(1){transition-delay:0s}.v-speed-dial__content>*:nth-child(2){transition-delay:.05s}.v-speed-dial__content>*:nth-child(3){transition-delay:.1s}.v-speed-dial__content>*:nth-child(4){transition-delay:.15s}.v-speed-dial__content>*:nth-child(5){transition-delay:.2s}.v-speed-dial__content>*:nth-child(6){transition-delay:.25s}.v-speed-dial__content>*:nth-child(7){transition-delay:.3s}.v-speed-dial__content>*:nth-child(8){transition-delay:.35s}.v-speed-dial__content>*:nth-child(9){transition-delay:.4s}.v-speed-dial__content>*:nth-child(10){transition-delay:.45s}.v-stepper.v-sheet{overflow:hidden;box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px}.v-stepper.v-sheet.v-stepper--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-stepper-header{align-items:center;display:flex;position:relative;overflow-x:auto;justify-content:space-between;z-index:1;box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-stepper-header .v-divider{margin:0 -16px}.v-stepper-header .v-divider:last-child{margin-inline-end:0}.v-stepper-header .v-divider:first-child{margin-inline-start:0}.v-stepper--alt-labels .v-stepper-header{height:auto}.v-stepper--alt-labels .v-stepper-header .v-divider{align-self:flex-start;margin:35px -67px 0}.v-stepper-window{margin:1.5rem}.v-stepper-actions{display:flex;align-items:center;justify-content:space-between;padding:1rem}.v-stepper .v-stepper-actions{padding:0 1.5rem 1rem}.v-stepper-window-item .v-stepper-actions{padding:1.5rem 0 0}.v-stepper-item{align-items:center;align-self:stretch;display:inline-flex;flex:none;outline:none;opacity:var(--v-medium-emphasis-opacity);padding:1.5rem;position:relative;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-stepper-item:hover>.v-stepper-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-stepper-item:focus-visible>.v-stepper-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-stepper-item:focus>.v-stepper-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-stepper-item--active>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]>.v-stepper-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-stepper-item--active:hover>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-stepper-item--active:focus-visible>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-stepper-item--active:focus>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-stepper--non-linear .v-stepper-item{opacity:var(--v-high-emphasis-opacity)}.v-stepper-item--selected{opacity:1}.v-stepper-item--error{color:rgb(var(--v-theme-error))}.v-stepper-item--disabled{opacity:var(--v-medium-emphasis-opacity);pointer-events:none}.v-stepper--alt-labels .v-stepper-item{flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:175px}.v-stepper-item__avatar.v-avatar{background:rgba(var(--v-theme-surface-variant),var(--v-medium-emphasis-opacity));color:rgb(var(--v-theme-on-surface-variant));font-size:.75rem;margin-inline-end:8px}.v-stepper--mobile .v-stepper-item__avatar.v-avatar{margin-inline-end:0}.v-stepper-item__avatar.v-avatar .v-icon{font-size:.875rem}.v-stepper-item--selected .v-stepper-item__avatar.v-avatar,.v-stepper-item--complete .v-stepper-item__avatar.v-avatar{background:rgb(var(--v-theme-surface-variant))}.v-stepper-item--error .v-stepper-item__avatar.v-avatar{background:rgb(var(--v-theme-error))}.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar{margin-bottom:16px;margin-inline-end:0}.v-stepper-item__title{line-height:1}.v-stepper--mobile .v-stepper-item__title{display:none}.v-stepper-item__subtitle{font-size:.75rem;text-align:left;line-height:1;opacity:var(--v-medium-emphasis-opacity)}.v-stepper--alt-labels .v-stepper-item__subtitle{text-align:center}.v-stepper--mobile .v-stepper-item__subtitle{display:none}.v-stepper-item__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-stepper-item__overlay,.v-stepper-item__underlay{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.v-switch .v-label{padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__loader .v-progress-circular{color:rgb(var(--v-theme-surface))}.v-switch__track,.v-switch__thumb{transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.v-switch__track-true{margin-inline-end:auto}.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true{opacity:0}.v-switch__track-false{margin-inline-start:auto}.v-selection-control--dirty .v-switch__track-false{opacity:0}.v-switch__track{display:inline-flex;align-items:center;font-size:.5rem;padding:0 5px;background-color:rgb(var(--v-theme-surface-variant));border-radius:9999px;height:14px;opacity:.6;min-width:36px;cursor:pointer;transition:.2s background-color cubic-bezier(.4,0,.2,1)}.v-switch--inset .v-switch__track{border-radius:9999px;font-size:.75rem;height:32px;min-width:52px}.v-switch__thumb{align-items:center;background-color:rgb(var(--v-theme-surface-bright));color:rgb(var(--v-theme-on-surface-bright));border-radius:50%;display:flex;font-size:.75rem;height:20px;justify-content:center;width:20px;pointer-events:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1),.2s color cubic-bezier(.4,0,.2,1),.2s background-color cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.v-switch:not(.v-switch--inset) .v-switch__thumb{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant));box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-switch--inset .v-switch__thumb{height:24px;width:24px;transform:scale(.6666666667)}.v-switch--inset .v-switch__thumb--filled{transform:none}.v-switch--inset .v-selection-control--dirty .v-switch__thumb{transform:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1)}.v-switch.v-input{flex:0 1 auto}.v-switch .v-selection-control{min-height:var(--v-input-control-height)}.v-switch .v-selection-control__input{border-radius:50%;transition:.2s transform cubic-bezier(.4,0,.2,1);position:absolute}.v-locale--is-ltr.v-switch .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control__input{transform:translate(-10px)}.v-locale--is-rtl.v-switch .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control__input{transform:translate(10px)}.v-switch .v-selection-control__input .v-icon{position:absolute}.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(10px)}.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(-10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{transform:scale(.75);box-shadow:none}.v-switch.v-switch--inset .v-selection-control__wrapper{width:auto}.v-switch.v-input--vertical .v-label{min-width:-moz-max-content;min-width:max-content}.v-switch.v-input--vertical .v-selection-control__wrapper{transform:rotate(-90deg)}@media (forced-colors: active){.v-switch .v-switch__loader .v-progress-circular{color:currentColor}.v-switch .v-switch__thumb{background-color:buttontext}.v-switch .v-switch__track,.v-switch .v-switch__thumb{border:1px solid;color:buttontext}.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{color:highlight}.v-switch.v-switch--inset .v-switch__track{border-width:2px}.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlighttext;color:highlighttext}.v-switch.v-input--disabled .v-switch__thumb{background-color:graytext}.v-switch.v-input--disabled .v-switch__track,.v-switch.v-input--disabled .v-switch__thumb{color:graytext}.v-switch.v-switch--loading .v-switch__thumb{background-color:canvas}.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb,.v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb{border-width:0}}.v-system-bar{align-items:center;display:flex;flex:1 1 auto;height:24px;justify-content:flex-end;max-width:100%;padding-inline:8px;position:relative;text-align:end;width:100%}.v-system-bar .v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-system-bar{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-system-bar--absolute{position:absolute}.v-system-bar--fixed{position:fixed}.v-system-bar{background:rgba(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity));font-size:.75rem;font-weight:400;letter-spacing:.0333333333em;line-height:1.667;text-transform:none}.v-system-bar--rounded{border-radius:0}.v-system-bar--window{height:32px}.v-system-bar:not(.v-system-bar--absolute){padding-inline-end:calc(var(--v-scrollbar-offset) + 8px)}.v-tab.v-tab.v-btn{height:var(--v-tabs-height);border-radius:0;min-width:90px}.v-slide-group--horizontal .v-tab{max-width:360px}.v-slide-group--vertical .v-tab{justify-content:start}.v-tab__slider{position:absolute;bottom:0;left:0;height:2px;width:100%;background:currentColor;pointer-events:none;opacity:0}.v-tab--selected .v-tab__slider{opacity:1}.v-slide-group--vertical .v-tab__slider{top:0;height:100%;width:2px}.v-tabs{display:flex;height:var(--v-tabs-height)}.v-tabs--density-default{--v-tabs-height: 48px}.v-tabs--density-default.v-tabs--stacked{--v-tabs-height: 72px}.v-tabs--density-comfortable{--v-tabs-height: 44px}.v-tabs--density-comfortable.v-tabs--stacked{--v-tabs-height: 68px}.v-tabs--density-compact{--v-tabs-height: 36px}.v-tabs--density-compact.v-tabs--stacked{--v-tabs-height: 60px}.v-tabs.v-slide-group--vertical{height:auto;flex:none;--v-tabs-height: 48px}.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:42px}.v-tabs--fixed-tabs .v-slide-group__content>*:last-child,.v-tabs--align-tabs-center .v-slide-group__content>*:last-child{margin-inline-end:auto}.v-tabs--fixed-tabs .v-slide-group__content>*:first-child,.v-tabs--align-tabs-center .v-slide-group__content>*:first-child{margin-inline-start:auto}.v-tabs--grow{flex-grow:1}.v-tabs--grow .v-tab{flex:1 0 auto;max-width:none}.v-tabs--align-tabs-end .v-tab:first-child{margin-inline-start:auto}.v-tabs--align-tabs-end .v-tab:last-child{margin-inline-end:0}@media (max-width: 1279.98px){.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:52px}.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child{margin-inline-end:52px}}.v-textarea .v-field{--v-textarea-control-height: var(--v-input-control-height)}.v-textarea .v-field__field{--v-input-control-height: var(--v-textarea-control-height)}.v-textarea .v-field__input{flex:1 1 auto;outline:none;-webkit-mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px))}.v-textarea .v-field__input.v-textarea__sizer{visibility:hidden;position:absolute;top:0;left:0;height:0!important;min-height:0!important;pointer-events:none}.v-textarea--no-resize .v-field__input{resize:none}.v-textarea .v-field--no-label textarea,.v-textarea .v-field--active textarea{opacity:1}.v-textarea textarea{opacity:0;flex:1;min-width:0;height:100%;transition:.15s opacity cubic-bezier(.4,0,.2,1)}.v-textarea textarea:focus,.v-textarea textarea:active{outline:none}.v-textarea textarea:invalid{box-shadow:none}.v-theme-provider{background:rgb(var(--v-theme-background));color:rgb(var(--v-theme-on-background))}.v-timeline .v-timeline-divider__dot{background:rgb(var(--v-theme-surface-light))}.v-timeline .v-timeline-divider__inner-dot{background:rgb(var(--v-theme-on-surface))}.v-timeline{display:grid;grid-auto-flow:dense;position:relative}.v-timeline--horizontal.v-timeline{grid-column-gap:24px;width:100%}.v-timeline--horizontal.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__body{grid-row:3;align-self:flex-start;padding-block-start:24px}.v-timeline--horizontal.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__opposite{grid-row:1;align-self:flex-end;padding-block-end:24px}.v-timeline--horizontal.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__body,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body{grid-row:1;align-self:flex-end;padding-block-end:24px}.v-timeline--horizontal.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__opposite,.v-timeline--horizontal.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite{grid-row:3;align-self:flex-start;padding-block-start:24px}.v-timeline--vertical.v-timeline{row-gap:24px;height:100%}.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider,.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body,.v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite{padding-block-start:24px}.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider,.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body,.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite{padding-block-end:24px}.v-timeline--vertical.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body{grid-column:1;justify-self:flex-end;padding-inline-end:24px}.v-timeline--vertical.v-timeline .v-timeline--side-start>.v-timeline-item .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item--side-start .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-end)>.v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite{grid-column:3;justify-self:flex-start;padding-inline-start:24px}.v-timeline--vertical.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__body,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__body{grid-column:3;justify-self:flex-start;padding-inline-start:24px}.v-timeline--vertical.v-timeline .v-timeline--side-end>.v-timeline-item .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item--side-end .v-timeline-item__opposite,.v-timeline--vertical.v-timeline:not(.v-timeline--side-start)>.v-timeline-item:nth-child(odd):not(.v-timeline-item--side-start) .v-timeline-item__opposite{grid-column:1;justify-self:flex-end;padding-inline-end:24px}.v-timeline-item{display:contents}.v-timeline-divider{position:relative;display:flex;align-items:center}.v-timeline--horizontal .v-timeline-divider{flex-direction:row;grid-row:2;width:100%}.v-timeline--vertical .v-timeline-divider{height:100%;flex-direction:column;grid-column:2}.v-timeline-divider__before{background:rgba(var(--v-border-color),var(--v-border-opacity));position:absolute}.v-timeline--horizontal .v-timeline-divider__before{height:var(--v-timeline-line-thickness);width:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));inset-inline-start:-12px;inset-inline-end:initial}.v-timeline--vertical .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));width:var(--v-timeline-line-thickness);top:-12px}.v-timeline-divider__after{background:rgba(var(--v-border-color),var(--v-border-opacity));position:absolute}.v-timeline--horizontal .v-timeline-divider__after{height:var(--v-timeline-line-thickness);width:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));inset-inline-end:-12px;inset-inline-start:initial}.v-timeline--vertical .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));width:var(--v-timeline-line-thickness);bottom:-12px}.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));top:0}.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));inset-inline-start:0;inset-inline-end:initial}.v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))}.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after{width:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));inset-inline-end:-12px;inset-inline-start:initial}.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))}.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset))}.v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));bottom:0}.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after{width:calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));inset-inline-end:0;inset-inline-start:initial}.v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset))}.v-timeline-divider__dot{z-index:1;flex-shrink:0;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-timeline-divider__dot--size-x-small{height:22px;width:22px}.v-timeline-divider__dot--size-x-small .v-timeline-divider__inner-dot{height:calc(100% - 6px);width:calc(100% - 6px)}.v-timeline-divider__dot--size-small{height:30px;width:30px}.v-timeline-divider__dot--size-small .v-timeline-divider__inner-dot{height:calc(100% - 8px);width:calc(100% - 8px)}.v-timeline-divider__dot--size-default{height:38px;width:38px}.v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot{height:calc(100% - 8px);width:calc(100% - 8px)}.v-timeline-divider__dot--size-large{height:46px;width:46px}.v-timeline-divider__dot--size-large .v-timeline-divider__inner-dot{height:calc(100% - 8px);width:calc(100% - 8px)}.v-timeline-divider__dot--size-x-large{height:54px;width:54px}.v-timeline-divider__dot--size-x-large .v-timeline-divider__inner-dot{height:calc(100% - 10px);width:calc(100% - 10px)}.v-timeline-divider__inner-dot{align-items:center;border-radius:50%;display:flex;justify-content:center}.v-timeline--horizontal.v-timeline--justify-center{grid-template-rows:minmax(auto,50%) min-content minmax(auto,50%)}.v-timeline--vertical.v-timeline--justify-center{grid-template-columns:minmax(auto,50%) min-content minmax(auto,50%)}.v-timeline--horizontal.v-timeline--justify-auto{grid-template-rows:auto min-content auto}.v-timeline--vertical.v-timeline--justify-auto{grid-template-columns:auto min-content auto}.v-timeline--horizontal.v-timeline--density-comfortable{height:100%}.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end{grid-template-rows:min-content min-content auto}.v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start{grid-template-rows:auto min-content min-content}.v-timeline--vertical.v-timeline--density-comfortable{width:100%}.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end{grid-template-columns:min-content min-content auto}.v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start{grid-template-columns:auto min-content min-content}.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end{grid-template-rows:0 min-content auto}.v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start{grid-template-rows:auto min-content 0}.v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body{grid-row:1}.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end{grid-template-columns:0 min-content auto}.v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start{grid-template-columns:auto min-content 0}.v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body{grid-column:3}.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body{grid-row:3;align-self:flex-start;padding-block-end:initial;padding-block-start:24px}.v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite{grid-row:1;align-self:flex-end;padding-block-end:24px;padding-block-start:initial}.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body{grid-column:3;justify-self:flex-start;padding-inline-start:24px;padding-inline-end:initial}.v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite{grid-column:1;justify-self:flex-end;padding-inline-end:24px;padding-inline-start:initial}.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body{grid-row:1;align-self:flex-end;padding-block-end:24px;padding-block-start:initial}.v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite{grid-row:3;align-self:flex-start;padding-block-end:initial;padding-block-start:24px}.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body{grid-column:1;justify-self:flex-end;padding-inline-end:24px}.v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite{grid-column:3;justify-self:flex-start;padding-inline-start:24px}.v-timeline-divider--fill-dot .v-timeline-divider__inner-dot{height:inherit;width:inherit}.v-timeline--align-center{--v-timeline-line-size-base: 50%;--v-timeline-line-size-offset: 0px}.v-timeline--horizontal.v-timeline--align-center{justify-items:center}.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body,.v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite{padding-inline:12px}.v-timeline--horizontal.v-timeline--align-center .v-timeline-divider{justify-content:center}.v-timeline--vertical.v-timeline--align-center{align-items:center}.v-timeline--vertical.v-timeline--align-center .v-timeline-divider{justify-content:center}.v-timeline--align-start{--v-timeline-line-size-base: 100%;--v-timeline-line-size-offset: 12px}.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before{--v-timeline-line-size-offset: 24px}.v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after{--v-timeline-line-size-offset: -12px}.v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after{--v-timeline-line-size-offset: 0px}.v-timeline--horizontal.v-timeline--align-start{justify-items:flex-start}.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider{justify-content:flex-start}.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before{width:calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset))}.v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after{width:calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset))}.v-timeline--vertical.v-timeline--align-start{align-items:flex-start}.v-timeline--vertical.v-timeline--align-start .v-timeline-divider{justify-content:flex-start}.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before{height:calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset))}.v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after{height:calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset))}.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before{display:none}.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after{--v-timeline-line-size-offset: 12px}.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider,.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body,.v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite{padding-block-start:0}.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider,.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body,.v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite{padding-inline-start:0}.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after{display:none}.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before{--v-timeline-line-size-offset: 12px}.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider,.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body,.v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite{padding-block-end:0}.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider,.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body,.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite{padding-inline-end:0}.v-calendar{background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-calendar-weekly{width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.v-calendar__container{border-top:thin solid #e0e0e0;border-left:thin solid #e0e0e0;border-right:thin solid #e0e0e0}.v-calendar-weekly__head{display:grid;grid-template-columns:24px repeat(7,1fr);-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-calendar-weekly__head.days__0{grid-template-columns:1fr}.v-calendar-weekly__head.days__0.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px 1fr}.v-calendar-weekly__head.days__1{grid-template-columns:1fr}.v-calendar-weekly__head.days__1.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px 1fr}.v-calendar-weekly__head.days__2{grid-template-columns:repeat(2,1fr)}.v-calendar-weekly__head.days__2.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px repeat(2,1fr)}.v-calendar-weekly__head.days__3{grid-template-columns:repeat(3,1fr)}.v-calendar-weekly__head.days__3.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px repeat(3,1fr)}.v-calendar-weekly__head.days__4{grid-template-columns:repeat(4,1fr)}.v-calendar-weekly__head.days__4.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px repeat(4,1fr)}.v-calendar-weekly__head.days__5{grid-template-columns:repeat(5,1fr)}.v-calendar-weekly__head.days__5.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px repeat(5,1fr)}.v-calendar-weekly__head.days__6{grid-template-columns:repeat(6,1fr)}.v-calendar-weekly__head.days__6.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px repeat(6,1fr)}.v-calendar-weekly__head.days__7{grid-template-columns:repeat(7,1fr)}.v-calendar-weekly__head.days__7.v-calendar-weekly__head-weeknumbers{grid-template-columns:24px repeat(7,1fr)}.v-calendar-weekly__head-weekday,.v-calendar-weekly__head-weekday-with-weeknumber{flex:1 0 20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 4px 0;font-size:11px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;border-right:thin solid #e0e0e0}.v-calendar-weekly__head-weekday:last-child,.v-calendar-weekly__head-weekday-with-weeknumber:last-child{border-right:none}.v-calendar-weekly__head-weekday>div .v-btn,.v-calendar-weekly__head-weekday-with-weeknumber>div .v-btn{font-size:1.5rem}.v-calendar-weekly__head-weeknumber{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-calendar-weekly__week{display:flex;flex:1;height:unset;min-height:0}.v-calendar-month__weeknumber{padding-top:6px;background:rgb(var(--v-theme-surface-light));border-bottom:thin solid #e0e0e0;color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity));text-align:center;font-size:12px;font-weight:500}.v-calendar-month__days{display:grid;flex:1 1}.v-calendar-month__days>.v-calendar-month__day{min-height:150px}.v-calendar-month__days.days__0{grid-template-columns:1fr}.v-calendar-month__days.days__0>.v-calendar-month__day{border-right:none}.v-calendar-month__days.days__1{grid-template-columns:1fr}.v-calendar-month__days.days__1>.v-calendar-month__day{border-right:none}.v-calendar-month__days.days__2{grid-template-columns:repeat(2,1fr)}.v-calendar-month__days.days__2>.v-calendar-month__day:nth-child(2n){border-right:none}.v-calendar-month__days.days__3{grid-template-columns:repeat(3,1fr)}.v-calendar-month__days.days__3>.v-calendar-month__day:nth-child(3n){border-right:none}.v-calendar-month__days.days__4{grid-template-columns:repeat(4,1fr)}.v-calendar-month__days.days__4>.v-calendar-month__day:nth-child(4n){border-right:none}.v-calendar-month__days.days__5{grid-template-columns:repeat(5,1fr)}.v-calendar-month__days.days__5>.v-calendar-month__day:nth-child(5n){border-right:none}.v-calendar-month__days.days__6{grid-template-columns:repeat(6,1fr)}.v-calendar-month__days.days__6>.v-calendar-month__day:nth-child(6n){border-right:none}.v-calendar-month__days.days__6.v-calendar-month__weeknumbers{grid-template-columns:24px repeat(6,1fr)}.v-calendar-month__days.days__7{grid-template-columns:repeat(7,1fr)}.v-calendar-month__days.days__7>.v-calendar-month__day:nth-child(7n){border-right:none}.v-calendar-month__days.days-with-weeknumbers__0{grid-template-columns:24px 1fr}.v-calendar-month__days.days-with-weeknumbers__0>.v-calendar-month__day{border-right:none}.v-calendar-month__days.days-with-weeknumbers__1{grid-template-columns:24px 1fr}.v-calendar-month__days.days-with-weeknumbers__1>.v-calendar-month__day{border-right:none}.v-calendar-month__days.days-with-weeknumbers__2{grid-template-columns:24px repeat(2,1fr)}.v-calendar-month__days.days-with-weeknumbers__2>.v-calendar-month__day:nth-child(3n){border-right:none}.v-calendar-month__days.days-with-weeknumbers__3{grid-template-columns:24px repeat(3,1fr)}.v-calendar-month__days.days-with-weeknumbers__3>.v-calendar-month__day:nth-child(4n){border-right:none}.v-calendar-month__days.days-with-weeknumbers__4{grid-template-columns:24px repeat(4,1fr)}.v-calendar-month__days.days-with-weeknumbers__4>.v-calendar-month__day:nth-child(5n){border-right:none}.v-calendar-month__days.days-with-weeknumbers__5{grid-template-columns:24px repeat(5,1fr)}.v-calendar-month__days.days-with-weeknumbers__5>.v-calendar-month__day:nth-child(6n){border-right:none}.v-calendar-month__days.days-with-weeknumbers__6{grid-template-columns:24px repeat(6,1fr)}.v-calendar-month__days.days-with-weeknumbers__6>.v-calendar-month__day:nth-child(7n){border-right:none}.v-calendar-month__days.days-with-weeknumbers__7{grid-template-columns:24px repeat(7,1fr)}.v-calendar-month__days.days-with-weeknumbers__7>.v-calendar-month__day:nth-child(7n){border-right:thin solid thin}.v-calendar-month__days.days-with-weeknumbers__7>.v-calendar-month__day:nth-child(8n){border-right:none}.v-calendar-day{position:relative;display:flex;flex-direction:column}.v-calendar-weekly .v-calendar__container{display:grid}.v-calendar-weekly .v-calendar__container.days__7{grid-template-columns:repeat(7,1fr)}.v-calendar-weekly .v-calendar__container.days__6{grid-template-columns:repeat(6,1fr)}.v-calendar-weekly .v-calendar__container.days__5{grid-template-columns:repeat(5,1fr)}.v-calendar-weekly .v-calendar__container.days__4{grid-template-columns:repeat(4,1fr)}.v-calendar-weekly .v-calendar__container.days__3{grid-template-columns:repeat(3,1fr)}.v-calendar-weekly .v-calendar__container.days__2{grid-template-columns:repeat(2,1fr)}.v-calendar-weekly .v-calendar__container.days__1,.v-calendar-weekly .v-calendar__container.days__0{grid-template-columns:repeat(1,1fr)}.v-calendar-weekly__head-weekday{padding-bottom:4px}.v-calendar-weekly__head-weekday .v-calendar-day-label__today{background:rgba(var(--v-theme-surface-variant),var(--v-medium-emphasis-opacity));color:rgb(var(--v-theme-on-surface-variant))}.v-calendar-day__row-with-label{display:grid;grid-template-columns:48px 8px 1fr;border-right:thin solid #e0e0e0}.v-calendar-day__row-with-label .v-calendar-day__row-hairline{position:relative;border-right:thin solid #e0e0e0}.v-calendar-day__row-with-label .v-calendar-day__row-hairline:after{content:"";border-bottom:thin solid #e0e0e0;position:absolute;width:100%;margin-top:-1px;z-index:3;pointer-events:none}.v-calendar-day__row-with-label .v-calendar-day__row-label{font-size:10px;text-align:center;position:relative;top:-8px}.v-calendar-day__row-with-label .v-calendar-day__row-content{border-bottom:thin solid #e0e0e0}.v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through{border-bottom:none}.v-calendar-day__row-without-label{display:grid;grid-template-columns:1fr;border-right:thin solid #e0e0e0}.v-calendar-day__row-without-label .v-calendar-day__row-content{overflow:hidden;border-bottom:thin solid #e0e0e0}.v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through{border-bottom:none}.v-calendar-internal-event{overflow:hidden;padding:4px;text-overflow:ellipsis;white-space:nowrap}.v-calendar-header{align-items:center;display:flex;min-height:64px}.v-calendar-header__today{margin-inline-end:24px}.v-calendar-header__title{font-size:1.5rem;margin-inline-start:24px}.v-calendar-month__day{position:relative;display:flex;flex-direction:column;min-width:0;min-height:150px;border-right:thin solid #e0e0e0;border-bottom:thin solid #e0e0e0;flex:1 1 auto;border-inline-end:thin solid #e0e0e0}.v-calendar-weekly__day{flex:1;width:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;padding:0;min-width:0;min-height:150px;border-right:thin solid #e0e0e0;border-bottom:thin solid #e0e0e0;flex:1 1 auto;border-inline-end:thin solid #e0e0e0;text-align:center}.v-calendar-weekly__day.v-present .v-calendar-weekly__day-month{color:currentColor}.v-calendar-weekly__day-label{text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;box-shadow:none;text-align:center}.v-calendar-weekly__day-label .v-btn{font-size:12px;text-transform:none!important}.v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today{background:rgba(var(--v-theme-surface-variant),var(--v-medium-emphasis-opacity));color:rgb(var(--v-theme-on-surface-variant))}.v-calendar-weekly__day-month{position:absolute;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:none;top:0;left:36px;height:32px;line-height:32px}.v-calendar-weekly__day-alldayevents-container{min-height:24px}.v-color-input{padding:0}.v-file-upload{padding:64px 16px;flex-direction:column;justify-content:center;align-items:center;position:relative}.v-file-upload.v-sheet{display:flex;border-radius:4px;border-style:dashed;border-width:2px}.v-file-upload.v-file-upload--density-compact{padding:32px 0;flex-direction:row;gap:1rem}.v-file-upload .v-overlay__scrim{pointer-events:none}.v-file-upload--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-file-upload--dragging>*{pointer-events:none}.v-file-upload--clickable{cursor:pointer}.v-file-upload input[type=file]{left:0;opacity:0;position:absolute;cursor:pointer;top:0;z-index:-1}.v-file-upload-title{font-size:1.5rem;font-weight:600;text-align:center}.v-file-upload-icon{opacity:var(--v-medium-emphasis-opacity);font-size:3rem;margin-bottom:1rem}.v-file-upload--density-comfortable .v-file-upload-icon{font-size:2.5rem;margin-bottom:.5rem}.v-file-upload--density-compact .v-file-upload-icon{font-size:2rem;margin-bottom:0rem}.v-file-upload-divider{align-items:center;display:flex;margin:32px 0;justify-content:center;width:100%}.v-file-upload-divider .v-divider__wrapper{max-width:100%}.v-file-upload-items{margin:16px 0}.v-file-upload-item:not(:first-child){margin-top:8px}.v-icon-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-icon-btn--border{border-width:thin;box-shadow:none}.v-icon-btn{border-radius:50%}.v-icon-btn:hover>.v-icon-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-icon-btn:focus-visible>.v-icon-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-icon-btn:focus>.v-icon-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-icon-btn--active>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]>.v-icon-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-icon-btn--active:hover>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-icon-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-icon-btn--active:focus-visible>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-icon-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-icon-btn--active:focus>.v-icon-btn__overlay,.v-icon-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-icon-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-icon-btn--variant-plain,.v-icon-btn--variant-outlined,.v-icon-btn--variant-text,.v-icon-btn--variant-tonal{background:transparent;color:inherit}.v-icon-btn--variant-plain{opacity:.62}.v-icon-btn--variant-plain:focus,.v-icon-btn--variant-plain:hover{opacity:1}.v-icon-btn--variant-plain .v-icon-btn__overlay{display:none}.v-icon-btn--variant-elevated,.v-icon-btn--variant-flat{background:rgb(var(--v-theme-surface));color:inherit}.v-icon-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-icon-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-icon-btn--variant-outlined{border:thin solid currentColor}.v-icon-btn--variant-text .v-icon-btn__overlay{background:currentColor}.v-icon-btn--variant-tonal .v-icon-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-icon-btn .v-icon-btn__underlay{position:absolute}.v-icon-btn{align-items:center;cursor:pointer;display:inline-flex;flex:none;font-size:.875rem;font-weight:500;height:var(--v-icon-btn-height);justify-content:center;outline:none;position:relative;transition-property:width,height,transform;transition:.2s cubic-bezier(.4,0,.2,1);vertical-align:middle;width:var(--v-icon-btn-width)}@supports selector(:focus-visible){.v-icon-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out;content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-icon-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-icon-btn--disabled,.v-icon-btn--loading,.v-icon-btn--readonly{pointer-events:none}.v-icon-btn--disabled{opacity:.26}.v-icon-btn--start{margin-inline-end:8px}.v-icon-btn--end{margin-inline-start:8px}.v-icon-btn__content{align-items:center;justify-content:center;display:inline-flex;transition:inherit;transition-property:transform;transform:rotate(var(--v-icon-btn-rotate, 0deg))}.v-icon-btn--loading .v-icon-btn__content{opacity:0}.v-icon-btn__content .v-icon{transition:.2s cubic-bezier(.4,0,.2,1);transition-property:opacity,font-size,width,height;transform-origin:center}.v-icon-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-icon-btn__overlay,.v-icon-btn__underlay{border-radius:inherit;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%}.v-icon-btn__overlay{background-color:currentColor;opacity:0;transition:opacity .2s ease-in-out}.v-icon-btn--active:not(:hover) .v-icon-btn__overlay{--v-activated-opacity: 0}.v-stepper-vertical-item{position:relative;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-stepper-vertical-item__title{font-size:1rem}.v-stepper-vertical-item__subtitle{font-size:.75rem}.v-stepper-vertical-item .v-expansion-panel-text{padding-inline-start:32px}.v-stepper-vertical-item:not(:last-child):before{content:"";position:absolute;width:2px;height:calc(100% - 30px);background:rgba(var(--v-border-color),var(--v-border-opacity));left:35px;top:44px;z-index:1;transition-duration:.3s;transition-property:height}.v-stepper-vertical-item:after{display:none}.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title,.v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title{pointer-events:none}.v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay,.v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay{opacity:0}.v-stepper-vertical-item__avatar.v-avatar{background:rgba(var(--v-theme-surface-variant),var(--v-medium-emphasis-opacity));color:rgb(var(--v-theme-on-surface-variant));transition-property:background}.v-stepper-vertical-item__avatar.v-avatar .v-icon{font-size:.875rem}.v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar{background:rgb(var(--v-theme-surface-variant))}.v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar{background:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.v-stepper-vertical-item--error .v-stepper-vertical-item__title,.v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle{color:rgb(var(--v-theme-error))}.v-stepper-vertical-actions.v-stepper-actions .v-btn{margin-inline-end:8px}.v-stepper .v-stepper-vertical-actions.v-stepper-actions{justify-content:flex-end;padding:24px 0 0;flex-direction:row-reverse}.v-pull-to-refresh{overflow:hidden;position:relative}.v-pull-to-refresh__pull-down{position:absolute;width:100%;transition:top .3s ease-out}.v-pull-to-refresh__pull-down--touching{transition:none}.v-pull-to-refresh__pull-down-default{display:flex;width:100%;height:100%;justify-content:center;align-items:flex-end;padding-bottom:10px}.v-pull-to-refresh__scroll-container{position:relative;transition:top .3s ease-out}.v-pull-to-refresh__scroll-container--touching{transition:none}.v-time-picker.v-picker{padding:24px;width:328px}.v-time-picker.v-picker .v-picker-title{padding:0;margin-bottom:20px}.v-time-picker-clock{background:rgb(var(--v-theme-background));color:rgb(var(--v-theme-on-background))}.v-time-picker-clock:after{color:rgb(var(--v-theme-primary))}.v-time-picker-clock .v-time-picker-clock__item--active{background-color:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-time-picker-clock{margin:0 auto;background:rgb(var(--v-theme-surface-light));border-radius:50%;position:relative;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:256px;width:256px;flex:1 0 auto}.v-time-picker-clock__container{display:flex;flex-direction:column;flex-basis:290px;justify-content:center;padding:10px}.v-time-picker-clock__hand{background-color:currentColor;height:calc(50% - 4px);width:2px;bottom:50%;left:calc(50% - 1px);transform-origin:center bottom;position:absolute;will-change:transform;z-index:1}.v-time-picker-clock__hand:before{background:transparent;border-width:2px;border-style:solid;border-color:currentColor;border-radius:100%;width:10px;height:10px;content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%,-50%)}.v-time-picker-clock__hand:after{content:"";position:absolute;height:8px;width:8px;top:100%;left:50%;border-radius:100%;background-color:currentColor;transform:translate(-50%,-50%)}.v-time-picker-clock__hand--inner:after{height:14px}.v-time-picker-clock--readonly{pointer-events:none}.v-time-picker-clock .v-time-picker-clock__item--disabled{opacity:var(--v-disabled-opacity)}.v-picker--full-width .v-time-picker-clock__container{max-width:290px}.v-time-picker-clock__inner{position:absolute;bottom:27px;left:27px;right:27px;top:27px}.v-time-picker-clock__item{align-items:center;border-radius:100%;cursor:default;display:flex;font-size:16px;justify-content:center;height:40px;position:absolute;text-align:center;width:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:translate(-50%,-50%)}.v-time-picker-clock__item>span{z-index:1}.v-time-picker-clock__item:before,.v-time-picker-clock__item:after{content:"";border-radius:100%;position:absolute;top:50%;left:50%;height:14px;width:14px;transform:translate(-50%,-50%)}.v-time-picker-clock__item:after,.v-time-picker-clock__item:before{height:40px;width:40px}.v-time-picker-clock__item--active{cursor:default;z-index:2}.v-time-picker-clock__item--disabled{pointer-events:none}.v-picker--landscape .v-time-picker-clock__container{flex-direction:row}.v-time-picker-controls{display:flex;align-items:center;justify-content:center;font-size:.875rem;padding-top:4px;padding-bottom:4px;margin-bottom:36px}.v-time-picker-controls__text{padding-bottom:12px}.v-time-picker-controls__time{display:flex;white-space:nowrap;direction:ltr;justify-content:center}.v-time-picker-controls__time__btn.v-btn--density-default.v-btn{width:96px;height:80px;font-size:56px}.v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active{background:rgb(var(--v-theme-primary))}.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn{width:96px;height:80px}.v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn{width:64px;height:80px;font-size:40px}.v-time-picker-controls__time__separator{font-size:56px;height:80px;width:24px;text-align:center}.v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator{height:80px;font-size:56px}.v-time-picker-controls__ampm{margin-left:12px;align-self:flex-end;display:flex;flex-direction:column;font-size:18px;text-transform:uppercase}.v-time-picker-controls__ampm--readonly{pointer-events:none}.v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active{opacity:.6}.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default{font-size:18px;padding:0 8px;min-width:52px;height:40px}.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am{border-radius:4px 4px 0 0;border:1px solid}.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm{border-radius:0 0 4px 4px;border:1px solid;border-top:none}.v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active{background:rgb(var(--v-theme-primary))}.v-picker__title--landscape .v-time-picker-controls{flex-direction:column;justify-content:center;height:100%}.v-picker__title--landscape .v-time-picker-controls__time{text-align:right}.v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,.v-picker__title--landscape .v-time-picker-controls__time span{height:55px;font-size:55px}.v-picker__title--landscape .v-time-picker-controls__ampm{margin:16px 0 0;align-self:initial;text-align:center}.v-picker--time .v-picker__title--landscape{padding:0}.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time{text-align:center}.v-treeview-item{--list-indent-size: 28px}.v-treeview-item.v-treeview-item--filtered{display:none}.v-treeview-item__level{width:28px}.v-treeview--fluid .v-treeview-item__level{width:0}.v-treeview.v-list{--indent-padding: 16px}.v-treeview.v-list--disabled .v-list-item__prepend{pointer-events:auto}.v-treeview-group.v-list-group{--list-indent-size: 0px}.v-treeview-group.v-list-group>.v-treeview-item__level{width:0px}.v-treeview-group.v-list-group .v-list-group__items .v-list-item{padding-inline-start:calc(var(--indent-padding))!important}.org-tree-container{display:inline-block;padding:15px;background-color:#fff}.org-tree{display:table;text-align:center}.org-tree:after,.org-tree:before{content:"";display:table}.org-tree:after{clear:both}.org-tree-node,.org-tree-node-children{position:relative;margin:0;padding:0;list-style-type:none}.org-tree-node-children:after,.org-tree-node-children:before,.org-tree-node:after,.org-tree-node:before{-webkit-transition:all .35s;transition:all .35s}.org-tree-node-label{position:relative;display:inline-block}.org-tree-node-label .org-tree-node-label-inner{padding:10px 15px;text-align:center;border-radius:3px;box-shadow:0 1px 5px #00000026}.org-tree-node-btn{position:absolute;top:100%;left:50%;width:20px;height:20px;z-index:10;margin-left:-11px;margin-top:9px;background-color:#fff;border:1px solid #ccc;border-radius:50%;box-shadow:0 0 2px #00000026;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.org-tree-node-btn:hover{background-color:#e7e8e9;-webkit-transform:scale(1.15);transform:scale(1.15)}.org-tree-node-btn:after,.org-tree-node-btn:before{content:"";position:absolute}.org-tree-node-btn:before{top:50%;left:4px;right:4px;height:0;border-top:1px solid #ccc}.org-tree-node-btn:after{top:4px;left:50%;bottom:4px;width:0;border-left:1px solid #ccc}.org-tree-node-btn.expanded:after{border:none}.org-tree-node{padding-top:20px;display:table-cell;vertical-align:top}.org-tree-node.collapsed,.org-tree-node.is-leaf{padding-left:10px;padding-right:10px}.org-tree-node:after,.org-tree-node:before{content:"";position:absolute;top:0;left:0;width:50%;height:19px}.org-tree-node:after{left:50%;border-left:1px solid #ddd}.org-tree-node:not(:first-child):before,.org-tree-node:not(:last-child):after{border-top:1px solid #ddd}.collapsable .org-tree-node.collapsed{padding-bottom:30px}.collapsable .org-tree-node.collapsed .org-tree-node-label:after{content:"";position:absolute;top:100%;left:0;width:50%;height:20px;border-right:1px solid #ddd}.org-tree>.org-tree-node{padding-top:0}.org-tree>.org-tree-node:after{border-left:0}.org-tree-node-children{padding-top:20px}.org-tree-node-children:before{content:"";position:absolute;top:0;left:50%;width:0;height:20px;border-left:1px solid #ddd}.org-tree-node-children:after{content:"";display:table;clear:both}.horizontal .org-tree-node{display:table-cell;float:none;padding-top:0;padding-left:20px}.horizontal .org-tree-node.collapsed,.horizontal .org-tree-node.is-leaf{padding-top:10px;padding-bottom:10px}.horizontal .org-tree-node:after,.horizontal .org-tree-node:before{width:19px;height:50%}.horizontal .org-tree-node:after{top:50%;left:0;border-left:0}.horizontal .org-tree-node:only-child:before{top:1px;border-bottom:1px solid #ddd}.horizontal .org-tree-node:not(:first-child):before,.horizontal .org-tree-node:not(:last-child):after{border-top:0;border-left:1px solid #ddd}.horizontal .org-tree-node:not(:only-child):after{border-top:1px solid #ddd}.horizontal .org-tree-node .org-tree-node-inner{display:table}.horizontal .org-tree-node-label{display:table-cell;vertical-align:middle}.horizontal.collapsable .org-tree-node.collapsed{padding-right:30px}.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after{top:0;left:100%;width:20px;height:50%;border-right:0;border-bottom:1px solid #ddd}.horizontal .org-tree-node-btn{top:50%;left:100%;margin-top:-11px;margin-left:9px}.horizontal>.org-tree-node:only-child:before{border-bottom:0}.horizontal .org-tree-node-children{display:table-cell;padding-top:0;padding-left:20px}.horizontal .org-tree-node-children:before{top:50%;left:0;width:20px;height:0;border-left:0;border-top:1px solid #ddd}.horizontal .org-tree-node-children:after{display:none}.horizontal .org-tree-node-children>.org-tree-node{display:block}.expand-enter-active,.expand-leave-active{-webkit-transition:height .2s ease;transition:height .2s ease;overflow:hidden}.expand-enter,.expand-leave-to{height:0}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black{background-color:#000!important;color:#fff!important}.bg-white{background-color:#fff!important;color:#000!important}.bg-transparent{background-color:transparent!important;color:currentColor!important}.bg-red{background-color:#f44336!important;color:#fff!important}.bg-red-lighten-5{background-color:#ffebee!important;color:#000!important}.bg-red-lighten-4{background-color:#ffcdd2!important;color:#000!important}.bg-red-lighten-3{background-color:#ef9a9a!important;color:#000!important}.bg-red-lighten-2{background-color:#e57373!important;color:#fff!important}.bg-red-lighten-1{background-color:#ef5350!important;color:#fff!important}.bg-red-darken-1{background-color:#e53935!important;color:#fff!important}.bg-red-darken-2{background-color:#d32f2f!important;color:#fff!important}.bg-red-darken-3{background-color:#c62828!important;color:#fff!important}.bg-red-darken-4{background-color:#b71c1c!important;color:#fff!important}.bg-red-accent-1{background-color:#ff8a80!important;color:#000!important}.bg-red-accent-2{background-color:#ff5252!important;color:#fff!important}.bg-red-accent-3{background-color:#ff1744!important;color:#fff!important}.bg-red-accent-4{background-color:#d50000!important;color:#fff!important}.bg-pink{background-color:#e91e63!important;color:#fff!important}.bg-pink-lighten-5{background-color:#fce4ec!important;color:#000!important}.bg-pink-lighten-4{background-color:#f8bbd0!important;color:#000!important}.bg-pink-lighten-3{background-color:#f48fb1!important;color:#000!important}.bg-pink-lighten-2{background-color:#f06292!important;color:#fff!important}.bg-pink-lighten-1{background-color:#ec407a!important;color:#fff!important}.bg-pink-darken-1{background-color:#d81b60!important;color:#fff!important}.bg-pink-darken-2{background-color:#c2185b!important;color:#fff!important}.bg-pink-darken-3{background-color:#ad1457!important;color:#fff!important}.bg-pink-darken-4{background-color:#880e4f!important;color:#fff!important}.bg-pink-accent-1{background-color:#ff80ab!important;color:#fff!important}.bg-pink-accent-2{background-color:#ff4081!important;color:#fff!important}.bg-pink-accent-3{background-color:#f50057!important;color:#fff!important}.bg-pink-accent-4{background-color:#c51162!important;color:#fff!important}.bg-purple{background-color:#9c27b0!important;color:#fff!important}.bg-purple-lighten-5{background-color:#f3e5f5!important;color:#000!important}.bg-purple-lighten-4{background-color:#e1bee7!important;color:#000!important}.bg-purple-lighten-3{background-color:#ce93d8!important;color:#fff!important}.bg-purple-lighten-2{background-color:#ba68c8!important;color:#fff!important}.bg-purple-lighten-1{background-color:#ab47bc!important;color:#fff!important}.bg-purple-darken-1{background-color:#8e24aa!important;color:#fff!important}.bg-purple-darken-2{background-color:#7b1fa2!important;color:#fff!important}.bg-purple-darken-3{background-color:#6a1b9a!important;color:#fff!important}.bg-purple-darken-4{background-color:#4a148c!important;color:#fff!important}.bg-purple-accent-1{background-color:#ea80fc!important;color:#fff!important}.bg-purple-accent-2{background-color:#e040fb!important;color:#fff!important}.bg-purple-accent-3{background-color:#d500f9!important;color:#fff!important}.bg-purple-accent-4{background-color:#a0f!important;color:#fff!important}.bg-deep-purple{background-color:#673ab7!important;color:#fff!important}.bg-deep-purple-lighten-5{background-color:#ede7f6!important;color:#000!important}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important;color:#000!important}.bg-deep-purple-lighten-3{background-color:#b39ddb!important;color:#fff!important}.bg-deep-purple-lighten-2{background-color:#9575cd!important;color:#fff!important}.bg-deep-purple-lighten-1{background-color:#7e57c2!important;color:#fff!important}.bg-deep-purple-darken-1{background-color:#5e35b1!important;color:#fff!important}.bg-deep-purple-darken-2{background-color:#512da8!important;color:#fff!important}.bg-deep-purple-darken-3{background-color:#4527a0!important;color:#fff!important}.bg-deep-purple-darken-4{background-color:#311b92!important;color:#fff!important}.bg-deep-purple-accent-1{background-color:#b388ff!important;color:#fff!important}.bg-deep-purple-accent-2{background-color:#7c4dff!important;color:#fff!important}.bg-deep-purple-accent-3{background-color:#651fff!important;color:#fff!important}.bg-deep-purple-accent-4{background-color:#6200ea!important;color:#fff!important}.bg-indigo{background-color:#3f51b5!important;color:#fff!important}.bg-indigo-lighten-5{background-color:#e8eaf6!important;color:#000!important}.bg-indigo-lighten-4{background-color:#c5cae9!important;color:#000!important}.bg-indigo-lighten-3{background-color:#9fa8da!important;color:#fff!important}.bg-indigo-lighten-2{background-color:#7986cb!important;color:#fff!important}.bg-indigo-lighten-1{background-color:#5c6bc0!important;color:#fff!important}.bg-indigo-darken-1{background-color:#3949ab!important;color:#fff!important}.bg-indigo-darken-2{background-color:#303f9f!important;color:#fff!important}.bg-indigo-darken-3{background-color:#283593!important;color:#fff!important}.bg-indigo-darken-4{background-color:#1a237e!important;color:#fff!important}.bg-indigo-accent-1{background-color:#8c9eff!important;color:#fff!important}.bg-indigo-accent-2{background-color:#536dfe!important;color:#fff!important}.bg-indigo-accent-3{background-color:#3d5afe!important;color:#fff!important}.bg-indigo-accent-4{background-color:#304ffe!important;color:#fff!important}.bg-blue{background-color:#2196f3!important;color:#fff!important}.bg-blue-lighten-5{background-color:#e3f2fd!important;color:#000!important}.bg-blue-lighten-4{background-color:#bbdefb!important;color:#000!important}.bg-blue-lighten-3{background-color:#90caf9!important;color:#000!important}.bg-blue-lighten-2{background-color:#64b5f6!important;color:#000!important}.bg-blue-lighten-1{background-color:#42a5f5!important;color:#fff!important}.bg-blue-darken-1{background-color:#1e88e5!important;color:#fff!important}.bg-blue-darken-2{background-color:#1976d2!important;color:#fff!important}.bg-blue-darken-3{background-color:#1565c0!important;color:#fff!important}.bg-blue-darken-4{background-color:#0d47a1!important;color:#fff!important}.bg-blue-accent-1{background-color:#82b1ff!important;color:#000!important}.bg-blue-accent-2{background-color:#448aff!important;color:#fff!important}.bg-blue-accent-3{background-color:#2979ff!important;color:#fff!important}.bg-blue-accent-4{background-color:#2962ff!important;color:#fff!important}.bg-light-blue{background-color:#03a9f4!important;color:#fff!important}.bg-light-blue-lighten-5{background-color:#e1f5fe!important;color:#000!important}.bg-light-blue-lighten-4{background-color:#b3e5fc!important;color:#000!important}.bg-light-blue-lighten-3{background-color:#81d4fa!important;color:#000!important}.bg-light-blue-lighten-2{background-color:#4fc3f7!important;color:#000!important}.bg-light-blue-lighten-1{background-color:#29b6f6!important;color:#000!important}.bg-light-blue-darken-1{background-color:#039be5!important;color:#fff!important}.bg-light-blue-darken-2{background-color:#0288d1!important;color:#fff!important}.bg-light-blue-darken-3{background-color:#0277bd!important;color:#fff!important}.bg-light-blue-darken-4{background-color:#01579b!important;color:#fff!important}.bg-light-blue-accent-1{background-color:#80d8ff!important;color:#000!important}.bg-light-blue-accent-2{background-color:#40c4ff!important;color:#000!important}.bg-light-blue-accent-3{background-color:#00b0ff!important;color:#fff!important}.bg-light-blue-accent-4{background-color:#0091ea!important;color:#fff!important}.bg-cyan{background-color:#00bcd4!important;color:#000!important}.bg-cyan-lighten-5{background-color:#e0f7fa!important;color:#000!important}.bg-cyan-lighten-4{background-color:#b2ebf2!important;color:#000!important}.bg-cyan-lighten-3{background-color:#80deea!important;color:#000!important}.bg-cyan-lighten-2{background-color:#4dd0e1!important;color:#000!important}.bg-cyan-lighten-1{background-color:#26c6da!important;color:#000!important}.bg-cyan-darken-1{background-color:#00acc1!important;color:#fff!important}.bg-cyan-darken-2{background-color:#0097a7!important;color:#fff!important}.bg-cyan-darken-3{background-color:#00838f!important;color:#fff!important}.bg-cyan-darken-4{background-color:#006064!important;color:#fff!important}.bg-cyan-accent-1{background-color:#84ffff!important;color:#000!important}.bg-cyan-accent-2{background-color:#18ffff!important;color:#000!important}.bg-cyan-accent-3{background-color:#00e5ff!important;color:#000!important}.bg-cyan-accent-4{background-color:#00b8d4!important;color:#fff!important}.bg-teal{background-color:#009688!important;color:#fff!important}.bg-teal-lighten-5{background-color:#e0f2f1!important;color:#000!important}.bg-teal-lighten-4{background-color:#b2dfdb!important;color:#000!important}.bg-teal-lighten-3{background-color:#80cbc4!important;color:#000!important}.bg-teal-lighten-2{background-color:#4db6ac!important;color:#fff!important}.bg-teal-lighten-1{background-color:#26a69a!important;color:#fff!important}.bg-teal-darken-1{background-color:#00897b!important;color:#fff!important}.bg-teal-darken-2{background-color:#00796b!important;color:#fff!important}.bg-teal-darken-3{background-color:#00695c!important;color:#fff!important}.bg-teal-darken-4{background-color:#004d40!important;color:#fff!important}.bg-teal-accent-1{background-color:#a7ffeb!important;color:#000!important}.bg-teal-accent-2{background-color:#64ffda!important;color:#000!important}.bg-teal-accent-3{background-color:#1de9b6!important;color:#000!important}.bg-teal-accent-4{background-color:#00bfa5!important;color:#fff!important}.bg-green{background-color:#4caf50!important;color:#fff!important}.bg-green-lighten-5{background-color:#e8f5e9!important;color:#000!important}.bg-green-lighten-4{background-color:#c8e6c9!important;color:#000!important}.bg-green-lighten-3{background-color:#a5d6a7!important;color:#000!important}.bg-green-lighten-2{background-color:#81c784!important;color:#000!important}.bg-green-lighten-1{background-color:#66bb6a!important;color:#fff!important}.bg-green-darken-1{background-color:#43a047!important;color:#fff!important}.bg-green-darken-2{background-color:#388e3c!important;color:#fff!important}.bg-green-darken-3{background-color:#2e7d32!important;color:#fff!important}.bg-green-darken-4{background-color:#1b5e20!important;color:#fff!important}.bg-green-accent-1{background-color:#b9f6ca!important;color:#000!important}.bg-green-accent-2{background-color:#69f0ae!important;color:#000!important}.bg-green-accent-3{background-color:#00e676!important;color:#000!important}.bg-green-accent-4{background-color:#00c853!important;color:#000!important}.bg-light-green{background-color:#8bc34a!important;color:#000!important}.bg-light-green-lighten-5{background-color:#f1f8e9!important;color:#000!important}.bg-light-green-lighten-4{background-color:#dcedc8!important;color:#000!important}.bg-light-green-lighten-3{background-color:#c5e1a5!important;color:#000!important}.bg-light-green-lighten-2{background-color:#aed581!important;color:#000!important}.bg-light-green-lighten-1{background-color:#9ccc65!important;color:#000!important}.bg-light-green-darken-1{background-color:#7cb342!important;color:#fff!important}.bg-light-green-darken-2{background-color:#689f38!important;color:#fff!important}.bg-light-green-darken-3{background-color:#558b2f!important;color:#fff!important}.bg-light-green-darken-4{background-color:#33691e!important;color:#fff!important}.bg-light-green-accent-1{background-color:#ccff90!important;color:#000!important}.bg-light-green-accent-2{background-color:#b2ff59!important;color:#000!important}.bg-light-green-accent-3{background-color:#76ff03!important;color:#000!important}.bg-light-green-accent-4{background-color:#64dd17!important;color:#000!important}.bg-lime{background-color:#cddc39!important;color:#000!important}.bg-lime-lighten-5{background-color:#f9fbe7!important;color:#000!important}.bg-lime-lighten-4{background-color:#f0f4c3!important;color:#000!important}.bg-lime-lighten-3{background-color:#e6ee9c!important;color:#000!important}.bg-lime-lighten-2{background-color:#dce775!important;color:#000!important}.bg-lime-lighten-1{background-color:#d4e157!important;color:#000!important}.bg-lime-darken-1{background-color:#c0ca33!important;color:#000!important}.bg-lime-darken-2{background-color:#afb42b!important;color:#000!important}.bg-lime-darken-3{background-color:#9e9d24!important;color:#fff!important}.bg-lime-darken-4{background-color:#827717!important;color:#fff!important}.bg-lime-accent-1{background-color:#f4ff81!important;color:#000!important}.bg-lime-accent-2{background-color:#eeff41!important;color:#000!important}.bg-lime-accent-3{background-color:#c6ff00!important;color:#000!important}.bg-lime-accent-4{background-color:#aeea00!important;color:#000!important}.bg-yellow{background-color:#ffeb3b!important;color:#000!important}.bg-yellow-lighten-5{background-color:#fffde7!important;color:#000!important}.bg-yellow-lighten-4{background-color:#fff9c4!important;color:#000!important}.bg-yellow-lighten-3{background-color:#fff59d!important;color:#000!important}.bg-yellow-lighten-2{background-color:#fff176!important;color:#000!important}.bg-yellow-lighten-1{background-color:#ffee58!important;color:#000!important}.bg-yellow-darken-1{background-color:#fdd835!important;color:#000!important}.bg-yellow-darken-2{background-color:#fbc02d!important;color:#000!important}.bg-yellow-darken-3{background-color:#f9a825!important;color:#000!important}.bg-yellow-darken-4{background-color:#f57f17!important;color:#fff!important}.bg-yellow-accent-1{background-color:#ffff8d!important;color:#000!important}.bg-yellow-accent-2{background-color:#ff0!important;color:#000!important}.bg-yellow-accent-3{background-color:#ffea00!important;color:#000!important}.bg-yellow-accent-4{background-color:#ffd600!important;color:#000!important}.bg-amber{background-color:#ffc107!important;color:#000!important}.bg-amber-lighten-5{background-color:#fff8e1!important;color:#000!important}.bg-amber-lighten-4{background-color:#ffecb3!important;color:#000!important}.bg-amber-lighten-3{background-color:#ffe082!important;color:#000!important}.bg-amber-lighten-2{background-color:#ffd54f!important;color:#000!important}.bg-amber-lighten-1{background-color:#ffca28!important;color:#000!important}.bg-amber-darken-1{background-color:#ffb300!important;color:#000!important}.bg-amber-darken-2{background-color:#ffa000!important;color:#000!important}.bg-amber-darken-3{background-color:#ff8f00!important;color:#000!important}.bg-amber-darken-4{background-color:#ff6f00!important;color:#fff!important}.bg-amber-accent-1{background-color:#ffe57f!important;color:#000!important}.bg-amber-accent-2{background-color:#ffd740!important;color:#000!important}.bg-amber-accent-3{background-color:#ffc400!important;color:#000!important}.bg-amber-accent-4{background-color:#ffab00!important;color:#000!important}.bg-orange{background-color:#ff9800!important;color:#000!important}.bg-orange-lighten-5{background-color:#fff3e0!important;color:#000!important}.bg-orange-lighten-4{background-color:#ffe0b2!important;color:#000!important}.bg-orange-lighten-3{background-color:#ffcc80!important;color:#000!important}.bg-orange-lighten-2{background-color:#ffb74d!important;color:#000!important}.bg-orange-lighten-1{background-color:#ffa726!important;color:#000!important}.bg-orange-darken-1{background-color:#fb8c00!important;color:#fff!important}.bg-orange-darken-2{background-color:#f57c00!important;color:#fff!important}.bg-orange-darken-3{background-color:#ef6c00!important;color:#fff!important}.bg-orange-darken-4{background-color:#e65100!important;color:#fff!important}.bg-orange-accent-1{background-color:#ffd180!important;color:#000!important}.bg-orange-accent-2{background-color:#ffab40!important;color:#000!important}.bg-orange-accent-3{background-color:#ff9100!important;color:#000!important}.bg-orange-accent-4{background-color:#ff6d00!important;color:#fff!important}.bg-deep-orange{background-color:#ff5722!important;color:#fff!important}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important;color:#000!important}.bg-deep-orange-lighten-4{background-color:#ffccbc!important;color:#000!important}.bg-deep-orange-lighten-3{background-color:#ffab91!important;color:#000!important}.bg-deep-orange-lighten-2{background-color:#ff8a65!important;color:#000!important}.bg-deep-orange-lighten-1{background-color:#ff7043!important;color:#fff!important}.bg-deep-orange-darken-1{background-color:#f4511e!important;color:#fff!important}.bg-deep-orange-darken-2{background-color:#e64a19!important;color:#fff!important}.bg-deep-orange-darken-3{background-color:#d84315!important;color:#fff!important}.bg-deep-orange-darken-4{background-color:#bf360c!important;color:#fff!important}.bg-deep-orange-accent-1{background-color:#ff9e80!important;color:#000!important}.bg-deep-orange-accent-2{background-color:#ff6e40!important;color:#fff!important}.bg-deep-orange-accent-3{background-color:#ff3d00!important;color:#fff!important}.bg-deep-orange-accent-4{background-color:#dd2c00!important;color:#fff!important}.bg-brown{background-color:#795548!important;color:#fff!important}.bg-brown-lighten-5{background-color:#efebe9!important;color:#000!important}.bg-brown-lighten-4{background-color:#d7ccc8!important;color:#000!important}.bg-brown-lighten-3{background-color:#bcaaa4!important;color:#000!important}.bg-brown-lighten-2{background-color:#a1887f!important;color:#fff!important}.bg-brown-lighten-1{background-color:#8d6e63!important;color:#fff!important}.bg-brown-darken-1{background-color:#6d4c41!important;color:#fff!important}.bg-brown-darken-2{background-color:#5d4037!important;color:#fff!important}.bg-brown-darken-3{background-color:#4e342e!important;color:#fff!important}.bg-brown-darken-4{background-color:#3e2723!important;color:#fff!important}.bg-blue-grey{background-color:#607d8b!important;color:#fff!important}.bg-blue-grey-lighten-5{background-color:#eceff1!important;color:#000!important}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important;color:#000!important}.bg-blue-grey-lighten-3{background-color:#b0bec5!important;color:#000!important}.bg-blue-grey-lighten-2{background-color:#90a4ae!important;color:#fff!important}.bg-blue-grey-lighten-1{background-color:#78909c!important;color:#fff!important}.bg-blue-grey-darken-1{background-color:#546e7a!important;color:#fff!important}.bg-blue-grey-darken-2{background-color:#455a64!important;color:#fff!important}.bg-blue-grey-darken-3{background-color:#37474f!important;color:#fff!important}.bg-blue-grey-darken-4{background-color:#263238!important;color:#fff!important}.bg-grey{background-color:#9e9e9e!important;color:#fff!important}.bg-grey-lighten-5{background-color:#fafafa!important;color:#000!important}.bg-grey-lighten-4{background-color:#f5f5f5!important;color:#000!important}.bg-grey-lighten-3{background-color:#eee!important;color:#000!important}.bg-grey-lighten-2{background-color:#e0e0e0!important;color:#000!important}.bg-grey-lighten-1{background-color:#bdbdbd!important;color:#000!important}.bg-grey-darken-1{background-color:#757575!important;color:#fff!important}.bg-grey-darken-2{background-color:#616161!important;color:#fff!important}.bg-grey-darken-3{background-color:#424242!important;color:#fff!important}.bg-grey-darken-4{background-color:#212121!important;color:#fff!important}.bg-shades-black{background-color:#000!important;color:#fff!important}.bg-shades-white{background-color:#fff!important;color:#000!important}.bg-shades-transparent{background-color:transparent!important;color:currentColor!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-transparent{color:transparent!important}.text-red{color:#f44336!important}.text-red-lighten-5{color:#ffebee!important}.text-red-lighten-4{color:#ffcdd2!important}.text-red-lighten-3{color:#ef9a9a!important}.text-red-lighten-2{color:#e57373!important}.text-red-lighten-1{color:#ef5350!important}.text-red-darken-1{color:#e53935!important}.text-red-darken-2{color:#d32f2f!important}.text-red-darken-3{color:#c62828!important}.text-red-darken-4{color:#b71c1c!important}.text-red-accent-1{color:#ff8a80!important}.text-red-accent-2{color:#ff5252!important}.text-red-accent-3{color:#ff1744!important}.text-red-accent-4{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-lighten-5{color:#fce4ec!important}.text-pink-lighten-4{color:#f8bbd0!important}.text-pink-lighten-3{color:#f48fb1!important}.text-pink-lighten-2{color:#f06292!important}.text-pink-lighten-1{color:#ec407a!important}.text-pink-darken-1{color:#d81b60!important}.text-pink-darken-2{color:#c2185b!important}.text-pink-darken-3{color:#ad1457!important}.text-pink-darken-4{color:#880e4f!important}.text-pink-accent-1{color:#ff80ab!important}.text-pink-accent-2{color:#ff4081!important}.text-pink-accent-3{color:#f50057!important}.text-pink-accent-4{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-lighten-5{color:#f3e5f5!important}.text-purple-lighten-4{color:#e1bee7!important}.text-purple-lighten-3{color:#ce93d8!important}.text-purple-lighten-2{color:#ba68c8!important}.text-purple-lighten-1{color:#ab47bc!important}.text-purple-darken-1{color:#8e24aa!important}.text-purple-darken-2{color:#7b1fa2!important}.text-purple-darken-3{color:#6a1b9a!important}.text-purple-darken-4{color:#4a148c!important}.text-purple-accent-1{color:#ea80fc!important}.text-purple-accent-2{color:#e040fb!important}.text-purple-accent-3{color:#d500f9!important}.text-purple-accent-4{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-lighten-5{color:#ede7f6!important}.text-deep-purple-lighten-4{color:#d1c4e9!important}.text-deep-purple-lighten-3{color:#b39ddb!important}.text-deep-purple-lighten-2{color:#9575cd!important}.text-deep-purple-lighten-1{color:#7e57c2!important}.text-deep-purple-darken-1{color:#5e35b1!important}.text-deep-purple-darken-2{color:#512da8!important}.text-deep-purple-darken-3{color:#4527a0!important}.text-deep-purple-darken-4{color:#311b92!important}.text-deep-purple-accent-1{color:#b388ff!important}.text-deep-purple-accent-2{color:#7c4dff!important}.text-deep-purple-accent-3{color:#651fff!important}.text-deep-purple-accent-4{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-lighten-5{color:#e8eaf6!important}.text-indigo-lighten-4{color:#c5cae9!important}.text-indigo-lighten-3{color:#9fa8da!important}.text-indigo-lighten-2{color:#7986cb!important}.text-indigo-lighten-1{color:#5c6bc0!important}.text-indigo-darken-1{color:#3949ab!important}.text-indigo-darken-2{color:#303f9f!important}.text-indigo-darken-3{color:#283593!important}.text-indigo-darken-4{color:#1a237e!important}.text-indigo-accent-1{color:#8c9eff!important}.text-indigo-accent-2{color:#536dfe!important}.text-indigo-accent-3{color:#3d5afe!important}.text-indigo-accent-4{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-lighten-5{color:#e3f2fd!important}.text-blue-lighten-4{color:#bbdefb!important}.text-blue-lighten-3{color:#90caf9!important}.text-blue-lighten-2{color:#64b5f6!important}.text-blue-lighten-1{color:#42a5f5!important}.text-blue-darken-1{color:#1e88e5!important}.text-blue-darken-2{color:#1976d2!important}.text-blue-darken-3{color:#1565c0!important}.text-blue-darken-4{color:#0d47a1!important}.text-blue-accent-1{color:#82b1ff!important}.text-blue-accent-2{color:#448aff!important}.text-blue-accent-3{color:#2979ff!important}.text-blue-accent-4{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-lighten-5{color:#e1f5fe!important}.text-light-blue-lighten-4{color:#b3e5fc!important}.text-light-blue-lighten-3{color:#81d4fa!important}.text-light-blue-lighten-2{color:#4fc3f7!important}.text-light-blue-lighten-1{color:#29b6f6!important}.text-light-blue-darken-1{color:#039be5!important}.text-light-blue-darken-2{color:#0288d1!important}.text-light-blue-darken-3{color:#0277bd!important}.text-light-blue-darken-4{color:#01579b!important}.text-light-blue-accent-1{color:#80d8ff!important}.text-light-blue-accent-2{color:#40c4ff!important}.text-light-blue-accent-3{color:#00b0ff!important}.text-light-blue-accent-4{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-lighten-5{color:#e0f7fa!important}.text-cyan-lighten-4{color:#b2ebf2!important}.text-cyan-lighten-3{color:#80deea!important}.text-cyan-lighten-2{color:#4dd0e1!important}.text-cyan-lighten-1{color:#26c6da!important}.text-cyan-darken-1{color:#00acc1!important}.text-cyan-darken-2{color:#0097a7!important}.text-cyan-darken-3{color:#00838f!important}.text-cyan-darken-4{color:#006064!important}.text-cyan-accent-1{color:#84ffff!important}.text-cyan-accent-2{color:#18ffff!important}.text-cyan-accent-3{color:#00e5ff!important}.text-cyan-accent-4{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-lighten-5{color:#e0f2f1!important}.text-teal-lighten-4{color:#b2dfdb!important}.text-teal-lighten-3{color:#80cbc4!important}.text-teal-lighten-2{color:#4db6ac!important}.text-teal-lighten-1{color:#26a69a!important}.text-teal-darken-1{color:#00897b!important}.text-teal-darken-2{color:#00796b!important}.text-teal-darken-3{color:#00695c!important}.text-teal-darken-4{color:#004d40!important}.text-teal-accent-1{color:#a7ffeb!important}.text-teal-accent-2{color:#64ffda!important}.text-teal-accent-3{color:#1de9b6!important}.text-teal-accent-4{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-lighten-5{color:#e8f5e9!important}.text-green-lighten-4{color:#c8e6c9!important}.text-green-lighten-3{color:#a5d6a7!important}.text-green-lighten-2{color:#81c784!important}.text-green-lighten-1{color:#66bb6a!important}.text-green-darken-1{color:#43a047!important}.text-green-darken-2{color:#388e3c!important}.text-green-darken-3{color:#2e7d32!important}.text-green-darken-4{color:#1b5e20!important}.text-green-accent-1{color:#b9f6ca!important}.text-green-accent-2{color:#69f0ae!important}.text-green-accent-3{color:#00e676!important}.text-green-accent-4{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-lighten-5{color:#f1f8e9!important}.text-light-green-lighten-4{color:#dcedc8!important}.text-light-green-lighten-3{color:#c5e1a5!important}.text-light-green-lighten-2{color:#aed581!important}.text-light-green-lighten-1{color:#9ccc65!important}.text-light-green-darken-1{color:#7cb342!important}.text-light-green-darken-2{color:#689f38!important}.text-light-green-darken-3{color:#558b2f!important}.text-light-green-darken-4{color:#33691e!important}.text-light-green-accent-1{color:#ccff90!important}.text-light-green-accent-2{color:#b2ff59!important}.text-light-green-accent-3{color:#76ff03!important}.text-light-green-accent-4{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-lighten-5{color:#f9fbe7!important}.text-lime-lighten-4{color:#f0f4c3!important}.text-lime-lighten-3{color:#e6ee9c!important}.text-lime-lighten-2{color:#dce775!important}.text-lime-lighten-1{color:#d4e157!important}.text-lime-darken-1{color:#c0ca33!important}.text-lime-darken-2{color:#afb42b!important}.text-lime-darken-3{color:#9e9d24!important}.text-lime-darken-4{color:#827717!important}.text-lime-accent-1{color:#f4ff81!important}.text-lime-accent-2{color:#eeff41!important}.text-lime-accent-3{color:#c6ff00!important}.text-lime-accent-4{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-lighten-5{color:#fffde7!important}.text-yellow-lighten-4{color:#fff9c4!important}.text-yellow-lighten-3{color:#fff59d!important}.text-yellow-lighten-2{color:#fff176!important}.text-yellow-lighten-1{color:#ffee58!important}.text-yellow-darken-1{color:#fdd835!important}.text-yellow-darken-2{color:#fbc02d!important}.text-yellow-darken-3{color:#f9a825!important}.text-yellow-darken-4{color:#f57f17!important}.text-yellow-accent-1{color:#ffff8d!important}.text-yellow-accent-2{color:#ff0!important}.text-yellow-accent-3{color:#ffea00!important}.text-yellow-accent-4{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-lighten-5{color:#fff8e1!important}.text-amber-lighten-4{color:#ffecb3!important}.text-amber-lighten-3{color:#ffe082!important}.text-amber-lighten-2{color:#ffd54f!important}.text-amber-lighten-1{color:#ffca28!important}.text-amber-darken-1{color:#ffb300!important}.text-amber-darken-2{color:#ffa000!important}.text-amber-darken-3{color:#ff8f00!important}.text-amber-darken-4{color:#ff6f00!important}.text-amber-accent-1{color:#ffe57f!important}.text-amber-accent-2{color:#ffd740!important}.text-amber-accent-3{color:#ffc400!important}.text-amber-accent-4{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-lighten-5{color:#fff3e0!important}.text-orange-lighten-4{color:#ffe0b2!important}.text-orange-lighten-3{color:#ffcc80!important}.text-orange-lighten-2{color:#ffb74d!important}.text-orange-lighten-1{color:#ffa726!important}.text-orange-darken-1{color:#fb8c00!important}.text-orange-darken-2{color:#f57c00!important}.text-orange-darken-3{color:#ef6c00!important}.text-orange-darken-4{color:#e65100!important}.text-orange-accent-1{color:#ffd180!important}.text-orange-accent-2{color:#ffab40!important}.text-orange-accent-3{color:#ff9100!important}.text-orange-accent-4{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-lighten-5{color:#fbe9e7!important}.text-deep-orange-lighten-4{color:#ffccbc!important}.text-deep-orange-lighten-3{color:#ffab91!important}.text-deep-orange-lighten-2{color:#ff8a65!important}.text-deep-orange-lighten-1{color:#ff7043!important}.text-deep-orange-darken-1{color:#f4511e!important}.text-deep-orange-darken-2{color:#e64a19!important}.text-deep-orange-darken-3{color:#d84315!important}.text-deep-orange-darken-4{color:#bf360c!important}.text-deep-orange-accent-1{color:#ff9e80!important}.text-deep-orange-accent-2{color:#ff6e40!important}.text-deep-orange-accent-3{color:#ff3d00!important}.text-deep-orange-accent-4{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-lighten-5{color:#efebe9!important}.text-brown-lighten-4{color:#d7ccc8!important}.text-brown-lighten-3{color:#bcaaa4!important}.text-brown-lighten-2{color:#a1887f!important}.text-brown-lighten-1{color:#8d6e63!important}.text-brown-darken-1{color:#6d4c41!important}.text-brown-darken-2{color:#5d4037!important}.text-brown-darken-3{color:#4e342e!important}.text-brown-darken-4{color:#3e2723!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-lighten-5{color:#eceff1!important}.text-blue-grey-lighten-4{color:#cfd8dc!important}.text-blue-grey-lighten-3{color:#b0bec5!important}.text-blue-grey-lighten-2{color:#90a4ae!important}.text-blue-grey-lighten-1{color:#78909c!important}.text-blue-grey-darken-1{color:#546e7a!important}.text-blue-grey-darken-2{color:#455a64!important}.text-blue-grey-darken-3{color:#37474f!important}.text-blue-grey-darken-4{color:#263238!important}.text-grey{color:#9e9e9e!important}.text-grey-lighten-5{color:#fafafa!important}.text-grey-lighten-4{color:#f5f5f5!important}.text-grey-lighten-3{color:#eee!important}.text-grey-lighten-2{color:#e0e0e0!important}.text-grey-lighten-1{color:#bdbdbd!important}.text-grey-darken-1{color:#757575!important}.text-grey-darken-2{color:#616161!important}.text-grey-darken-3{color:#424242!important}.text-grey-darken-4{color:#212121!important}.text-shades-black{color:#000!important}.text-shades-white{color:#fff!important}.text-shades-transparent{color:transparent!important}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}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,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[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:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-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){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!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:125ms!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{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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-duration:.5s!important;transition-property:transform!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{font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}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 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-23{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-22{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-21{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-20{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-19{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-18{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-17{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-16{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-15{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-14{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-13{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-12{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-11{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-10{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-9{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-8{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-7{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-6{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-5{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-4{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-3{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-2{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-1{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-0{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!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:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 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}.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:0px!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:0px!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{-moz-column-gap:0px!important;column-gap:0px!important}.gc-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-auto{-moz-column-gap:auto!important;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-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left: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:0px!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:0px!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-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-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-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left: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:0px!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:0px!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:2px!important}.rounded{border-radius:4px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:24px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:24px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:24px!important;border-top-right-radius:24px!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:24px!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:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:4px!important;border-bottom-left-radius:4px!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:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!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:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!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:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:4px!important;border-bottom-right-radius:4px!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:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!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:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:24px!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:2px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:4px!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:24px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:24px!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:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:24px 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:2px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:4px!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:24px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:24px!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:24px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:24px 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:2px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:4px!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:24px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:24px!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:24px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:24px 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:2px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:4px!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:24px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:24px!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:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:24px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!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-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!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;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!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-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-screen{height:100vh!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:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 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}.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:0px!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:0px!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{-moz-column-gap:0px!important;column-gap:0px!important}.gc-sm-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-sm-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-sm-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-sm-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-sm-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-sm-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-sm-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-sm-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-sm-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-sm-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-sm-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-sm-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-sm-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-sm-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-sm-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-sm-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-sm-auto{-moz-column-gap:auto!important;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-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left: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:0px!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:0px!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-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-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-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left: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:0px!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:0px!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-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!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:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 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}.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:0px!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:0px!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{-moz-column-gap:0px!important;column-gap:0px!important}.gc-md-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-md-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-md-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-md-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-md-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-md-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-md-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-md-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-md-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-md-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-md-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-md-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-md-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-md-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-md-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-md-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-md-auto{-moz-column-gap:auto!important;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-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left: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:0px!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:0px!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-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-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-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left: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:0px!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:0px!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-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!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:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 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}.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:0px!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:0px!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{-moz-column-gap:0px!important;column-gap:0px!important}.gc-lg-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-lg-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-lg-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-lg-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-lg-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-lg-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-lg-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-lg-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-lg-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-lg-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-lg-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-lg-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-lg-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-lg-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-lg-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-lg-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-lg-auto{-moz-column-gap:auto!important;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-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left: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:0px!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:0px!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-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-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-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left: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:0px!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:0px!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-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!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:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 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}.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:0px!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:0px!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{-moz-column-gap:0px!important;column-gap:0px!important}.gc-xl-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-xl-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-xl-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-xl-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-xl-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-xl-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-xl-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-xl-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-xl-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-xl-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-xl-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-xl-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-xl-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-xl-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-xl-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-xl-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-xl-auto{-moz-column-gap:auto!important;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-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left: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:0px!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:0px!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-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-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-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left: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:0px!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:0px!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-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!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:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 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}.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:0px!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:0px!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{-moz-column-gap:0px!important;column-gap:0px!important}.gc-xxl-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-xxl-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-xxl-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-xxl-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-xxl-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-xxl-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-xxl-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-xxl-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-xxl-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-xxl-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-xxl-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-xxl-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-xxl-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-xxl-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-xxl-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-xxl-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-xxl-auto{-moz-column-gap:auto!important;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-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left: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:0px!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:0px!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-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-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-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left: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:0px!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:0px!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-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!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}}@layer tailwind-base,primevue,tailwind-utilities;@layer tailwind-base{*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Graphik,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--base-color: #3f5397;--secondary-color: #f69421;--hover-color: #516fdb;--sidebar-background: #435363;--background-color: #fcfcfe}}@layer tailwind-utilities{.container{width:100%}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 976px){.container{max-width:976px}}@media (min-width: 1440px){.container{max-width:1440px}}@media (min-width: 1536px){.container{max-width:1536px}}.i-atqan-dt-add-receipt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.9167 7.91671H8.75M10.8333 5.83337V10V5.83337Z' stroke='%23F69421' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M17.5 3.33333V15.4167C17.5 15.9692 17.2805 16.4991 16.8898 16.8898C16.4991 17.2805 15.9692 17.5 15.4167 17.5C14.8641 17.5 14.3342 17.2805 13.9435 16.8898C13.5528 16.4991 13.3333 15.9692 13.3333 15.4167V13.3333H4.16667V3.33333C4.16667 3.11232 4.25446 2.90036 4.41074 2.74408C4.56702 2.5878 4.77899 2.5 5 2.5H16.6667C16.8877 2.5 17.0996 2.5878 17.2559 2.74408C17.4122 2.90036 17.5 3.11232 17.5 3.33333ZM13.3333 15.4167V13.3333H2.5V15.4167C2.5 15.9692 2.71949 16.4991 3.11019 16.8898C3.50089 17.2805 4.0308 17.5 4.58333 17.5H15.4167C14.8641 17.5 14.3342 17.2805 13.9435 16.8898C13.5528 16.4991 13.3333 15.9692 13.3333 15.4167Z' stroke='%233F5397' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-branches{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10977_74852)'%3E%3Cpath d='M20.5 9.16667V4.16667C20.5 2.78833 19.3783 1.66667 18 1.66667H15.845L14.1783 0H11.3333C9.955 0 8.83333 1.12167 8.83333 2.5V4.16667H2.16667V0H0.5V14.1667C0.5 15.545 1.62167 16.6667 3 16.6667H8.83333V20H20.5V15C20.5 13.6217 19.3783 12.5 18 12.5H15.845L14.1783 10.8333H11.3333C9.955 10.8333 8.83333 11.955 8.83333 13.3333V15H3C2.54083 15 2.16667 14.6267 2.16667 14.1667V5.83333H8.83333V9.16667H20.5Z' fill='%23F2F2F2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10977_74852'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E %3C/svg%3E")}.i-atqan-dt-cancel-document{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.0003 5.8335L9.66699 10.0002' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9.66699 5.8335L13.0003 10.0002' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M18 3.33333V15.4167C18 15.9692 17.7805 16.4991 17.3898 16.8898C16.9991 17.2805 16.4692 17.5 15.9167 17.5C15.3641 17.5 14.8342 17.2805 14.4435 16.8898C14.0528 16.4991 13.8333 15.9692 13.8333 15.4167V13.3333H4.66667V3.33333C4.66667 3.11232 4.75446 2.90036 4.91074 2.74408C5.06702 2.5878 5.27899 2.5 5.5 2.5H17.1667C17.3877 2.5 17.5996 2.5878 17.7559 2.74408C17.9122 2.90036 18 3.11232 18 3.33333ZM13.8333 15.4167V13.3333H3V15.4167C3 15.9692 3.21949 16.4991 3.61019 16.8898C4.00089 17.2805 4.5308 17.5 5.08333 17.5H15.9167C15.3641 17.5 14.8342 17.2805 14.4435 16.8898C14.0528 16.4991 13.8333 15.9692 13.8333 15.4167Z' stroke='%23EB5757' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-cloud-upload{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20' width='21' height='20'%3E%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5003 11.5548C10.1091 11.5548 9.79199 11.2377 9.79199 10.8465L9.79199 4.17981C9.79199 3.78861 10.1091 3.47148 10.5003 3.47148C10.8915 3.47148 11.2087 3.78861 11.2087 4.17981L11.2087 10.8465C11.2087 11.2377 10.8915 11.5548 10.5003 11.5548Z' fill='%23F69421'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49891 6.34572C7.22229 6.06909 7.22229 5.6206 7.49891 5.34398L9.42117 3.42173C10.0232 2.81967 10.9994 2.81967 11.6014 3.42173L13.5138 5.3341C13.7904 5.61072 13.7904 6.05921 13.5138 6.33583C13.2372 6.61246 12.7887 6.61246 12.5121 6.33583L10.5997 4.42346C10.5509 4.37465 10.4717 4.37465 10.4229 4.42346L8.50065 6.34572C8.22403 6.62234 7.77554 6.62234 7.49891 6.34572Z' fill='%23F69421'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.83301 7.67761V10.8333C8.83301 11.7538 9.5792 12.5 10.4997 12.5C11.4201 12.5 12.1663 11.7538 12.1663 10.8333V8.13929C13.043 8.69009 13.6966 9.56332 13.9608 10.5927C14.0035 10.5909 14.0463 10.59 14.0894 10.59C15.7888 10.59 17.1663 11.9676 17.1663 13.667C17.1663 15.3663 15.7888 16.7439 14.0894 16.7439H6.90993C5.21059 16.7439 3.83301 15.3663 3.83301 13.667C3.83301 12.292 4.73492 11.1276 5.97943 10.7333C6.30072 9.26747 7.40573 8.09511 8.83301 7.67761Z' fill='%23516FDB'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-eye{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8513 10.8138C15.8139 7.04662 10.0088 7.05023 7.0683 10.8559C6.77515 11.2353 6.77515 11.7648 7.0683 12.1442C10.0088 15.9498 15.8139 15.9534 18.8513 12.1862C19.1687 11.7925 19.1687 11.2075 18.8513 10.8138ZM5.72309 9.81643C9.35348 5.11797 16.4666 5.1477 20.1747 9.74679C20.9942 10.7632 20.9942 12.2368 20.1747 13.2532C16.4666 17.8523 9.35348 17.882 5.72309 13.1836C4.95689 12.192 4.95689 10.8081 5.72309 9.81643Z' fill='%233F5397'/%3E %3Cpath d='M15.5 11.5C15.5 12.8807 14.3807 14 13 14C11.6193 14 10.5 12.8807 10.5 11.5C10.5 10.1193 11.6193 9 13 9C14.3807 9 15.5 10.1193 15.5 11.5Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-eye-opene{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Csvg width='20' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0061 7.31958C15.7032 1.98271 7.47929 1.98783 3.31356 7.37913C2.89826 7.91661 2.89826 8.66673 3.31356 9.20422C7.47929 14.5955 15.7032 14.6006 20.0061 9.26377C20.4558 8.70607 20.4558 7.87727 20.0061 7.31958ZM1.40784 5.90662C6.55089 -0.749542 16.6278 -0.707418 21.881 5.80795C23.0419 7.24787 23.0419 9.33547 21.881 10.7754C16.6278 17.2908 6.55089 17.3329 1.40784 10.6767C0.322388 9.27194 0.322388 7.31141 1.40784 5.90662Z' fill='%233F5397'/%3E %3Cpath d='M15.2552 8.29167C15.2552 10.2477 13.6695 11.8333 11.7135 11.8333C9.75753 11.8333 8.17188 10.2477 8.17188 8.29167C8.17188 6.33566 9.75753 4.75 11.7135 4.75C13.6695 4.75 15.2552 6.33566 15.2552 8.29167Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-home{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.65195 4.48538C9.5535 3.62802 10.7501 3.1499 11.9942 3.1499H12.7976C14.0417 3.1499 15.2383 3.62801 16.1398 4.48538L19.7381 7.90728C20.7009 8.82283 21.2459 10.0932 21.2459 11.4218V15.9999C21.2459 18.6785 19.0745 20.8499 16.3959 20.8499H8.3959C5.71732 20.8499 3.5459 18.6785 3.5459 15.9999V11.4218C3.5459 10.0932 4.09091 8.82283 5.05365 7.90728L8.65195 4.48538ZM11.9942 4.8499C11.1861 4.8499 10.409 5.16043 9.82346 5.71727L6.22516 9.13918C5.59988 9.73382 5.2459 10.5589 5.2459 11.4218V15.9999C5.2459 17.7396 6.6562 19.1499 8.3959 19.1499H16.3959C18.1356 19.1499 19.5459 17.7396 19.5459 15.9999V11.4218C19.5459 10.5589 19.1919 9.73381 18.5666 9.13918L14.9683 5.71727C14.3828 5.16043 13.6056 4.8499 12.7976 4.8499H11.9942Z' fill='%23516FDB'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5459 15.9999C9.5459 15.5305 9.92646 15.1499 10.3959 15.1499H14.3959C14.8653 15.1499 15.2459 15.5305 15.2459 15.9999C15.2459 16.4693 14.8653 16.8499 14.3959 16.8499H10.3959C9.92646 16.8499 9.5459 16.4693 9.5459 15.9999Z' fill='%23E08C29'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-magnify{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1369 15.5737C13.5873 15.5737 15.5737 13.5873 15.5737 11.1369C15.5737 8.68645 13.5873 6.7 11.1369 6.7C8.68645 6.7 6.7 8.68645 6.7 11.1369C6.7 13.5873 8.68645 15.5737 11.1369 15.5737ZM11.1369 17.2737C14.5262 17.2737 17.2737 14.5262 17.2737 11.1369C17.2737 7.74757 14.5262 5 11.1369 5C7.74757 5 5 7.74757 5 11.1369C5 14.5262 7.74757 17.2737 11.1369 17.2737Z' fill='%23435363'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9194 14.9195C14.5875 15.2514 14.5875 15.7896 14.9194 16.1215L17.3991 18.6012C17.731 18.9332 18.2692 18.9332 18.6011 18.6012C18.9331 18.2693 18.9331 17.7311 18.6011 17.3991L16.1215 14.9195C15.7895 14.5875 15.2513 14.5875 14.9194 14.9195Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-paper-outline{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Csvg width='25' height='25' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M29.666 15.6617V25.9937C29.666 29.3389 26.9444 32.0605 23.5991 32.0605H11.4653C8.12005 32.0605 5.39844 29.3389 5.39844 25.9937V9.00635C5.39844 5.66106 8.12005 2.93945 11.4653 2.93945H16.9437C19.2115 2.93945 21.3447 3.82279 22.95 5.42688L27.1774 9.65672C28.7815 11.2596 29.666 13.3927 29.666 15.6629V15.6617ZM21.2342 7.1426C20.8484 6.75674 20.4201 6.43034 19.959 6.16583V11.4331C19.959 12.1017 20.5026 12.6465 21.1724 12.6465H26.4396C26.1751 12.1866 25.8475 11.7583 25.4629 11.3724L21.2355 7.1426H21.2342ZM27.2393 15.6617C27.2393 15.464 27.2295 15.2674 27.2113 15.0732H21.1724C19.1654 15.0732 17.5322 13.44 17.5322 11.4331V5.39412C17.3381 5.37592 17.1415 5.36621 16.9437 5.36621H11.4653C9.4584 5.36621 7.8252 6.99942 7.8252 9.00635V25.9937C7.8252 28.0006 9.4584 29.6338 11.4653 29.6338H23.5991C25.606 29.6338 27.2393 28.0006 27.2393 25.9937V15.6617Z' fill='%233F5397'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4714 16.3379C18.1001 16.3379 18.6098 16.8475 18.6098 17.4762V27.436C18.6098 28.0646 18.1001 28.5742 17.4714 28.5742C16.8427 28.5742 16.333 28.0646 16.333 27.436L16.333 17.4762C16.333 16.8475 16.8427 16.3379 17.4714 16.3379ZM22.9925 18.9844C23.6212 18.9844 24.1309 19.494 24.1309 20.1226L24.1309 27.436C24.1309 28.0646 23.6212 28.5742 22.9925 28.5742C22.3638 28.5742 21.8541 28.0646 21.8541 27.436L21.8541 20.1226C21.8541 19.494 22.3638 18.9844 22.9925 18.9844ZM11.6657 21.4032C12.2944 21.4032 12.8041 21.9128 12.8041 22.5414L12.8041 27.436C12.8041 28.0646 12.2944 28.5742 11.6657 28.5742C11.037 28.5742 10.5273 28.0646 10.5273 27.436L10.5273 22.5414C10.5273 21.9128 11.037 21.4032 11.6657 21.4032Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-pen{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' width='25' height='24'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.30389 15.2182L5.27705 17.1221C5.26912 17.6854 5.72778 18.144 6.29105 18.1361L8.19491 18.1092C8.71553 18.1019 9.21276 17.8918 9.58093 17.5237L16.0288 11.0758L12.3374 7.38432L5.88948 13.8322C5.52131 14.2004 5.31123 14.6976 5.30389 15.2182ZM13.5394 6.18224L17.2309 9.8737L17.5674 9.53718C18.5868 8.51782 18.5868 6.86509 17.5674 5.84573C16.548 4.82636 14.8953 4.82636 13.876 5.84573L13.5394 6.18224Z' fill='%23516FDB'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7209 18.8151C12.7209 18.3457 13.1015 17.9651 13.5709 17.9651H20.5698C21.0392 17.9651 21.4198 18.3457 21.4198 18.8151C21.4198 19.2846 21.0392 19.6651 20.5698 19.6651H13.5709C13.1015 19.6651 12.7209 19.2846 12.7209 18.8151Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-pie-chart{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M19.6653 12.4734C20.0976 12.4734 20.4519 12.8247 20.4122 13.2552C20.2824 14.6656 19.8027 16.0259 19.0112 17.2104C18.0743 18.6125 16.7427 19.7054 15.1847 20.3507C13.6267 20.996 11.9124 21.1649 10.2584 20.8359C8.60448 20.5069 7.08524 19.6949 5.89281 18.5024C4.70038 17.31 3.88833 15.7908 3.55934 14.1368C3.23035 12.4829 3.3992 10.7685 4.04454 9.21054C4.68988 7.65256 5.78271 6.32093 7.18486 5.38405C8.36936 4.59259 9.72965 4.11287 11.1401 3.98301C11.5706 3.94337 11.9218 4.2976 11.9218 4.72996C11.9218 5.16232 11.5702 5.50827 11.1406 5.55679C10.0404 5.68106 8.98161 6.06656 8.05472 6.68589C6.91006 7.45073 6.0179 8.53783 5.49107 9.80971C4.96424 11.0816 4.8264 12.4811 5.09497 13.8314C5.36355 15.1816 6.02648 16.4219 6.99994 17.3953C7.9734 18.3688 9.21366 19.0317 10.5639 19.3003C11.9141 19.5689 13.3137 19.431 14.5855 18.9042C15.8574 18.3773 16.9445 17.4852 17.7094 16.3405C18.3287 15.4136 18.7142 14.3549 18.8385 13.2546C18.887 12.825 19.2329 12.4734 19.6653 12.4734Z' fill='%23516FDB'/%3E %3Cpath d='M13.3573 5.01803C13.4398 3.91655 14.4134 3.06827 15.4655 3.40462C16.7385 3.81155 17.9072 4.51504 18.8698 5.46865C19.8325 6.42226 20.547 7.58428 20.966 8.8533C21.3122 9.90219 20.4732 10.8837 19.3725 10.9767L15.2076 11.3286C13.9809 11.4322 12.9528 10.4137 13.0448 9.18615L13.3573 5.01803Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-print{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.1406 6.70312C17.1406 6.00693 16.8612 5.33925 16.3639 4.84697C15.8666 4.35469 15.1921 4.07812 14.4888 4.07812H10.5112C9.80786 4.07813 9.13337 4.35469 8.63606 4.84697C8.13876 5.33925 7.85938 6.00693 7.85938 6.70312V7.35938H17.1406V6.70312Z' fill='%233F5397'/%3E %3Cpath d='M15.1518 13.9688H9.84821C8.74981 13.9688 7.85938 14.8572 7.85938 15.9531V17.9375C7.85938 19.0334 8.74981 19.9219 9.84821 19.9219H15.1518C16.2502 19.9219 17.1406 19.0334 17.1406 17.9375V15.9531C17.1406 14.8572 16.2502 13.9688 15.1518 13.9688Z' fill='%233F5397'/%3E %3Cpath d='M17.1211 8.71875H7.87891C7.00381 8.7198 6.16485 9.06754 5.54606 9.6857C4.92727 10.3039 4.57917 11.142 4.57812 12.0162V14.6541C4.57897 15.2949 4.76674 15.9217 5.11846 16.4576C5.47019 16.9936 5.97063 17.4155 6.55859 17.6719V15.9731C6.55964 15.0988 6.90774 14.2607 7.52653 13.6426C8.14532 13.0244 8.98428 12.6767 9.85938 12.6756H15.1406C16.0157 12.6767 16.8547 13.0244 17.4735 13.6426C18.0923 14.2607 18.4404 15.0988 18.4414 15.9731V17.6719C19.0294 17.4155 19.5298 16.9936 19.8815 16.4576C20.2333 15.9217 20.421 15.2949 20.4219 14.6541V12.0162C20.4208 11.142 20.0727 10.3039 19.4539 9.6857C18.8352 9.06754 17.9962 8.7198 17.1211 8.71875ZM16.4609 11.3567H15.1406C14.9655 11.3567 14.7976 11.2872 14.6738 11.1635C14.55 11.0398 14.4805 10.8721 14.4805 10.6972C14.4805 10.5223 14.55 10.3545 14.6738 10.2309C14.7976 10.1072 14.9655 10.0377 15.1406 10.0377H16.4609C16.636 10.0377 16.8039 10.1072 16.9277 10.2309C17.0515 10.3545 17.1211 10.5223 17.1211 10.6972C17.1211 10.8721 17.0515 11.0398 16.9277 11.1635C16.8039 11.2872 16.636 11.3567 16.4609 11.3567Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-printer{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M17.1406 6.70312C17.1406 6.00693 16.8612 5.33925 16.3639 4.84697C15.8666 4.35469 15.1921 4.07812 14.4888 4.07812H10.5112C9.80786 4.07813 9.13337 4.35469 8.63606 4.84697C8.13876 5.33925 7.85938 6.00693 7.85938 6.70312V7.35938H17.1406V6.70312Z' fill='%233F5397'/%3E %3Cpath d='M15.1518 13.9688H9.84821C8.74981 13.9688 7.85938 14.8572 7.85938 15.9531V17.9375C7.85938 19.0334 8.74981 19.9219 9.84821 19.9219H15.1518C16.2502 19.9219 17.1406 19.0334 17.1406 17.9375V15.9531C17.1406 14.8572 16.2502 13.9688 15.1518 13.9688Z' fill='%233F5397'/%3E %3Cpath d='M17.1211 8.71875H7.87891C7.00381 8.7198 6.16485 9.06754 5.54606 9.6857C4.92727 10.3039 4.57917 11.142 4.57812 12.0162V14.6541C4.57897 15.2949 4.76674 15.9217 5.11846 16.4576C5.47019 16.9936 5.97063 17.4155 6.55859 17.6719V15.9731C6.55964 15.0988 6.90774 14.2607 7.52653 13.6426C8.14532 13.0244 8.98428 12.6767 9.85938 12.6756H15.1406C16.0157 12.6767 16.8547 13.0244 17.4735 13.6426C18.0923 14.2607 18.4404 15.0988 18.4414 15.9731V17.6719C19.0294 17.4155 19.5298 16.9936 19.8815 16.4576C20.2333 15.9217 20.421 15.2949 20.4219 14.6541V12.0162C20.4208 11.142 20.0727 10.3039 19.4539 9.6857C18.8352 9.06754 17.9962 8.7198 17.1211 8.71875ZM16.4609 11.3567H15.1406C14.9655 11.3567 14.7976 11.2872 14.6738 11.1635C14.55 11.0398 14.4805 10.8721 14.4805 10.6972C14.4805 10.5223 14.55 10.3545 14.6738 10.2309C14.7976 10.1072 14.9655 10.0377 15.1406 10.0377H16.4609C16.636 10.0377 16.8039 10.1072 16.9277 10.2309C17.0515 10.3545 17.1211 10.5223 17.1211 10.6972C17.1211 10.8721 17.0515 11.0398 16.9277 11.1635C16.8039 11.2872 16.636 11.3567 16.4609 11.3567Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-research-presentation{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20' width='21' height='20'%3E%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.8337 6.66663H7.16699M13.142 15.1L15.5003 17.5L13.142 15.1ZM11.3337 10.8333C11.8281 10.8333 12.3115 10.9799 12.7226 11.2546C13.1337 11.5293 13.4541 11.9198 13.6434 12.3766C13.8326 12.8334 13.8821 13.3361 13.7856 13.821C13.6892 14.306 13.4511 14.7514 13.1014 15.1011C12.7518 15.4507 12.3063 15.6888 11.8214 15.7853C11.3364 15.8817 10.8338 15.8322 10.377 15.643C9.92014 15.4538 9.52969 15.1333 9.25499 14.7222C8.98028 14.3111 8.83366 13.8277 8.83366 13.3333C8.83366 12.6703 9.09705 12.0344 9.56589 11.5655C10.0347 11.0967 10.6706 10.8333 11.3337 10.8333V10.8333Z' stroke='%23E08C29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M17.1663 12.5V2.5H3.83301V12.5C3.83301 12.721 3.92081 12.933 4.07709 13.0893C4.23337 13.2455 4.44533 13.3333 4.66634 13.3333H5.49967' stroke='%23516FDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M18 2.5H3' stroke='%23516FDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-search{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M21.0002 21L16.6602 16.66' stroke='%23E08C29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23516FDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-search-document{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.3337 6.6665H6.66699M12.642 15.0998L15.0003 17.4998L12.642 15.0998ZM10.8337 10.8332C11.3281 10.8332 11.8115 10.9798 12.2226 11.2545C12.6337 11.5292 12.9541 11.9196 13.1434 12.3765C13.3326 12.8333 13.3821 13.3359 13.2856 13.8209C13.1892 14.3058 12.9511 14.7513 12.6014 15.1009C12.2518 15.4506 11.8063 15.6887 11.3214 15.7851C10.8364 15.8816 10.3338 15.8321 9.87695 15.6429C9.42014 15.4537 9.02969 15.1332 8.75499 14.7221C8.48028 14.311 8.33366 13.8276 8.33366 13.3332C8.33366 12.6701 8.59705 12.0342 9.06589 11.5654C9.53473 11.0966 10.1706 10.8332 10.8337 10.8332V10.8332Z' stroke='%23E08C29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M16.6663 12.5V2.5H3.33301V12.5C3.33301 12.721 3.42081 12.933 3.57709 13.0893C3.73337 13.2455 3.94533 13.3333 4.16634 13.3333H4.99967' stroke='%23F2F2F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M17.5 2.5H2.5' stroke='%23F2F2F2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-settings{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.3955 15C14.0524 15 15.3955 13.6569 15.3955 12C15.3955 10.3431 14.0524 9 12.3955 9C10.7387 9 9.39551 10.3431 9.39551 12C9.39551 13.6569 10.7387 15 12.3955 15Z' stroke='%23F69421' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M20.3955 10H19.8055C19.5988 9.99918 19.3974 9.93431 19.2291 9.81433C19.0607 9.69434 18.9337 9.52514 18.8655 9.33C18.7765 9.1427 18.748 8.93237 18.7838 8.72812C18.8197 8.52388 18.9181 8.33583 19.0655 8.19L19.4755 7.78C19.5692 7.68704 19.6436 7.57644 19.6944 7.45458C19.7452 7.33272 19.7713 7.20201 19.7713 7.07C19.7713 6.93799 19.7452 6.80728 19.6944 6.68542C19.6436 6.56356 19.5692 6.45296 19.4755 6.36L18.0555 4.93C17.9625 4.83627 17.8519 4.76188 17.7301 4.71111C17.6082 4.66034 17.4775 4.6342 17.3455 4.6342C17.2135 4.6342 17.0828 4.66034 16.9609 4.71111C16.8391 4.76188 16.7285 4.83627 16.6355 4.93L16.2255 5.34C16.0797 5.48742 15.8916 5.58586 15.6874 5.62169C15.4831 5.65752 15.2728 5.62897 15.0855 5.54C14.885 5.47463 14.7103 5.34755 14.5864 5.17693C14.4625 5.00631 14.3957 4.80088 14.3955 4.59V4C14.3955 3.73478 14.2902 3.48043 14.1026 3.29289C13.9151 3.10536 13.6607 3 13.3955 3H11.3955C11.1303 3 10.8759 3.10536 10.6884 3.29289C10.5009 3.48043 10.3955 3.73478 10.3955 4V4.59C10.3947 4.79672 10.3298 4.9981 10.2098 5.16643C10.0899 5.33477 9.92065 5.46178 9.72551 5.53V5.53C9.5382 5.61897 9.32787 5.64752 9.12363 5.61169C8.91939 5.57586 8.73134 5.47742 8.58551 5.33L8.17551 4.92C8.08255 4.82627 7.97194 4.75188 7.85008 4.70111C7.72823 4.65034 7.59752 4.6242 7.46551 4.6242C7.3335 4.6242 7.20279 4.65034 7.08093 4.70111C6.95907 4.75188 6.84847 4.82627 6.75551 4.92L5.32551 6.34C5.23178 6.43296 5.15739 6.54356 5.10662 6.66542C5.05585 6.78728 5.02971 6.91799 5.02971 7.05C5.02971 7.18201 5.05585 7.31272 5.10662 7.43458C5.15739 7.55644 5.23178 7.66704 5.32551 7.76L5.73551 8.17C5.88293 8.31583 5.98136 8.50388 6.0172 8.70813C6.05303 8.91237 6.02448 9.1227 5.93551 9.31C5.86729 9.50514 5.74028 9.67434 5.57194 9.79433C5.40361 9.91431 5.20223 9.97918 4.99551 9.98H4.39551C4.13029 9.98 3.87594 10.0854 3.6884 10.2729C3.50086 10.4604 3.39551 10.7148 3.39551 10.98V12.98C3.39551 13.2452 3.50086 13.4996 3.6884 13.6871C3.87594 13.8746 4.13029 13.98 4.39551 13.98H4.98551C5.19223 13.9808 5.39361 14.0457 5.56194 14.1657C5.73028 14.2857 5.85729 14.4549 5.92551 14.65V14.65C6.01448 14.8373 6.04303 15.0476 6.0072 15.2519C5.97136 15.4561 5.87293 15.6442 5.72551 15.79L5.31551 16.2C5.22178 16.293 5.14738 16.4036 5.09662 16.5254C5.04585 16.6473 5.01971 16.778 5.01971 16.91C5.01971 17.042 5.04585 17.1727 5.09662 17.2946C5.14738 17.4164 5.22178 17.527 5.31551 17.62L6.72551 19.03C6.81847 19.1237 6.92907 19.1981 7.05093 19.2489C7.17279 19.2997 7.3035 19.3258 7.43551 19.3258C7.56752 19.3258 7.69823 19.2997 7.82008 19.2489C7.94194 19.1981 8.05254 19.1237 8.14551 19.03L8.55551 18.62C8.70134 18.4726 8.88939 18.3741 9.09363 18.3383C9.29787 18.3025 9.5082 18.331 9.69551 18.42C9.89065 18.4882 10.0599 18.6152 10.1798 18.7836C10.2998 18.9519 10.3647 19.1533 10.3655 19.36V20C10.3655 20.2652 10.4709 20.5196 10.6584 20.7071C10.8459 20.8946 11.1003 21 11.3655 21H13.3655C13.6307 21 13.8851 20.8946 14.0726 20.7071C14.2602 20.5196 14.3655 20.2652 14.3655 20V19.41C14.3663 19.2033 14.4312 19.0019 14.5512 18.8336C14.6712 18.6652 14.8404 18.5382 15.0355 18.47C15.2228 18.381 15.4331 18.3525 15.6374 18.3883C15.8416 18.4241 16.0297 18.5226 16.1755 18.67L16.5855 19.08C16.6785 19.1737 16.7891 19.2481 16.9109 19.2989C17.0328 19.3497 17.1635 19.3758 17.2955 19.3758C17.4275 19.3758 17.5582 19.3497 17.6801 19.2989C17.8019 19.2481 17.9125 19.1737 18.0055 19.08L19.4155 17.67C19.5092 17.577 19.5836 17.4664 19.6344 17.3446C19.6852 17.2227 19.7113 17.092 19.7113 16.96C19.7113 16.828 19.6852 16.6973 19.6344 16.5754C19.5836 16.4536 19.5092 16.343 19.4155 16.25L19.0055 15.84C18.8581 15.6942 18.7597 15.5061 18.7238 15.3019C18.688 15.0976 18.7165 14.8873 18.8055 14.7V14.7C18.8737 14.5049 19.0007 14.3357 19.1691 14.2157C19.3374 14.0957 19.5388 14.0308 19.7455 14.03H20.3955C20.6607 14.03 20.9151 13.9246 21.1026 13.7371C21.2902 13.5496 21.3955 13.2952 21.3955 13.03V11C21.3955 10.7348 21.2902 10.4804 21.1026 10.2929C20.9151 10.1054 20.6607 10 20.3955 10Z' stroke='%233F5397' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-time-twenty-four{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20' width='21' height='20'%3E%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_418_5609)'%3E %3Cpath d='M16.3955 1.99999V3.99999C16.3955 4.53043 16.1847 5.03914 15.8096 5.41421C15.4344 5.78928 14.9256 6 14.395 6H12.3945V4.66666H14.1523C13.6095 3.72925 12.8461 2.93833 11.9285 2.36247C11.0109 1.7866 9.96661 1.44316 8.88623 1.36191C7.80584 1.28066 6.72194 1.46406 5.72846 1.8962C4.73498 2.32835 3.86192 2.9962 3.18493 3.84188C2.50794 4.68756 2.04746 5.68554 1.8434 6.74932C1.63934 7.81311 1.69786 8.91059 2.01389 9.94666C2.32992 10.9827 2.89391 11.9261 3.657 12.695C4.42008 13.464 5.35922 14.0352 6.39302 14.3593V15.7367C5.13666 15.4123 3.97813 14.7871 3.01738 13.9152C2.05664 13.0432 1.32255 11.9506 0.878461 10.7317C0.43437 9.51278 0.293618 8.20413 0.46835 6.91869C0.643082 5.63324 1.12805 4.40961 1.8814 3.35338C2.63476 2.29715 3.63387 1.44005 4.79253 0.856034C5.95118 0.272021 7.23457 -0.0213585 8.53196 0.00121025C9.82935 0.0237791 11.1018 0.361619 12.2394 0.985576C13.377 1.60953 14.3457 2.50087 15.0618 3.58266V1.99999H16.3955Z' fill='%23516FDB'/%3E %3Cpath d='M11.1426 10.5858C11.5178 10.9609 11.7285 11.4696 11.7285 12C11.7285 12.9996 10.8789 13.6369 10.1289 14.1994L10.1281 14.2L10.1146 14.2101C9.91793 14.3578 9.71132 14.5129 9.53465 14.6667H11.7285V16H7.72754V15.3333C7.72754 14.3337 8.57715 13.6965 9.32714 13.1339L9.32794 13.1333C9.82806 12.7587 10.3949 12.3333 10.3949 12C10.3949 11.8232 10.3246 11.6536 10.1996 11.5286C10.0745 11.4036 9.90489 11.3333 9.72804 11.3333C9.55118 11.3333 9.38157 11.4036 9.25651 11.5286C9.13146 11.6536 9.0612 11.8232 9.0612 12H7.72754C7.72754 11.4696 7.9383 10.9609 8.31347 10.5858C8.68864 10.2107 9.19747 10 9.72804 10C10.2586 10 10.7674 10.2107 11.1426 10.5858Z' fill='%23F69421'/%3E %3Cpath d='M13.729 12.6667H15.0627V10H16.3964V16H15.0627V14H13.729C13.3753 14 13.0361 13.8595 12.786 13.6095C12.5359 13.3594 12.3954 13.0203 12.3954 12.6667V10H13.729V12.6667Z' fill='%23F69421'/%3E %3Cpath d='M7.7269 4H9.06056V8.66667H5.05957V7.33333H7.7269V4Z' fill='%23F69421'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_418_5609'%3E %3Crect width='16' height='16' fill='white' transform='translate(0.395508)'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-trash{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24' width='25' height='24'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.01 4.00088C10.01 3.53144 10.3906 3.15088 10.86 3.15088H14.4156C14.885 3.15088 15.2656 3.53144 15.2656 4.00088C15.2656 4.47032 14.885 4.85088 14.4156 4.85088H10.86C10.3906 4.85088 10.01 4.47032 10.01 4.00088Z' fill='%23F69421'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.72768 5.77771C7.50824 5.77771 6.57264 6.85964 6.74862 8.06633L8.23936 18.2885C8.38267 19.2712 9.22534 19.9999 10.2184 19.9999H15.0557C16.0488 19.9999 16.8915 19.2712 17.0348 18.2885L18.5255 8.06632C18.7015 6.85964 17.7659 5.77771 16.5465 5.77771H8.72768ZM10.3664 11.0545C10.3352 10.8358 10.1326 10.6838 9.91389 10.7151C9.6952 10.7463 9.54324 10.9489 9.57448 11.1676L10.4634 17.3898C10.4946 17.6085 10.6972 17.7605 10.9159 17.7293C11.1346 17.698 11.2866 17.4954 11.2553 17.2767L10.3664 11.0545ZM14.3583 17.7293C14.1397 17.698 13.9877 17.4954 14.0189 17.2767L14.9078 11.0545C14.9391 10.8358 15.1417 10.6838 15.3604 10.7151C15.5791 10.7463 15.731 10.9489 15.6998 11.1676L14.8109 17.3899C14.7797 17.6085 14.577 17.7605 14.3583 17.7293ZM12.237 17.3333C12.237 17.5542 12.4161 17.7333 12.637 17.7333C12.8579 17.7333 13.037 17.5542 13.037 17.3333V11.1111C13.037 10.8901 12.8579 10.7111 12.637 10.7111C12.4161 10.7111 12.237 10.8901 12.237 11.1111V17.3333Z' fill='%23516FDB'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-users{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88996 15.7596C6.22423 15.7596 5.57562 15.9705 5.03722 16.3621L4.8695 16.484C3.96877 17.1391 4.43214 18.5641 5.5459 18.5641H13.065C14.1787 18.5641 14.6421 17.1391 13.7414 16.484L13.5737 16.3621C13.0353 15.9705 12.3866 15.7596 11.7209 15.7596H6.88996ZM4.03733 14.9872C4.86629 14.3843 5.86495 14.0596 6.88996 14.0596H11.7209C12.7459 14.0596 13.7446 14.3843 14.5736 14.9872L14.7413 15.1092C16.9735 16.7326 15.8251 20.2641 13.065 20.2641H5.5459C2.78573 20.2641 1.63736 16.7326 3.86961 15.1092L4.03733 14.9872Z' fill='%23516FDB'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.30517 5.8499C7.78439 5.8499 6.55156 7.08273 6.55156 8.60351C6.55156 10.1243 7.78439 11.3571 9.30517 11.3571C10.8259 11.3571 12.0588 10.1243 12.0588 8.60351C12.0588 7.08273 10.8259 5.8499 9.30517 5.8499ZM4.85156 8.60351C4.85156 6.14385 6.84551 4.1499 9.30517 4.1499C11.7648 4.1499 13.7588 6.14385 13.7588 8.60351C13.7588 11.0632 11.7648 13.0571 9.30517 13.0571C6.84551 13.0571 4.85156 11.0632 4.85156 8.60351Z' fill='%23516FDB'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7144 11.7938C16.2981 11.7938 15.8926 11.9256 15.5559 12.1705C15.0196 12.5605 15.2955 13.4091 15.9587 13.4091H20.4442C21.1074 13.4091 21.3833 12.5605 20.8469 12.1705C20.5103 11.9256 20.1047 11.7938 19.6885 11.7938H16.7144ZM14.8501 11.2C15.3919 10.806 16.0445 10.5938 16.7144 10.5938H19.6885C20.3584 10.5938 21.011 10.806 21.5528 11.2C23.029 12.2736 22.2696 14.6091 20.4442 14.6091H15.9587C14.1333 14.6091 13.3739 12.2736 14.8501 11.2Z' fill='%23F69421'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2019 5.5999C17.2893 5.5999 16.5496 6.33964 16.5496 7.25215C16.5496 8.16467 17.2893 8.90441 18.2019 8.90441C19.1144 8.90441 19.8541 8.16467 19.8541 7.25215C19.8541 6.33964 19.1144 5.5999 18.2019 5.5999ZM15.3496 7.25215C15.3496 5.6769 16.6266 4.3999 18.2019 4.3999C19.7771 4.3999 21.0541 5.6769 21.0541 7.25215C21.0541 8.82741 19.7771 10.1044 18.2019 10.1044C16.6266 10.1044 15.3496 8.82741 15.3496 7.25215Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-wallet{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5459 8.9999C3.5459 6.32132 5.71732 4.1499 8.3959 4.1499H16.3959C19.0745 4.1499 21.2459 6.32132 21.2459 8.9999V14.9999C21.2459 17.6785 19.0745 19.8499 16.3959 19.8499H8.3959C5.71732 19.8499 3.5459 17.6785 3.5459 14.9999V8.9999ZM8.3959 5.8499C6.6562 5.8499 5.2459 7.26021 5.2459 8.9999V14.9999C5.2459 16.7396 6.6562 18.1499 8.3959 18.1499H16.3959C18.1356 18.1499 19.5459 16.7396 19.5459 14.9999V8.9999C19.5459 7.26021 18.1356 5.8499 16.3959 5.8499H8.3959Z' fill='%23516FDB'/%3E %3Cpath d='M18.3955 12C18.3955 12.5523 17.9478 13 17.3955 13C16.8432 13 16.3955 12.5523 16.3955 12C16.3955 11.4477 16.8432 11 17.3955 11C17.9478 11 18.3955 11.4477 18.3955 12Z' fill='%23F69421'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5459 10.9999C13.5459 9.42589 14.8219 8.1499 16.3959 8.1499H20.3959C20.8653 8.1499 21.2459 8.53046 21.2459 8.9999V14.9999C21.2459 15.4693 20.8653 15.8499 20.3959 15.8499H16.3959C14.8219 15.8499 13.5459 14.5739 13.5459 12.9999V10.9999ZM16.3959 9.8499C15.7608 9.8499 15.2459 10.3648 15.2459 10.9999V12.9999C15.2459 13.635 15.7608 14.1499 16.3959 14.1499H19.5459V9.8499H16.3959Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-dt-wastebasket{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' width='25' height='25'%3E%3Csvg width='33' height='30' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8984 5.33451C12.8984 4.70858 13.4058 4.20117 14.0318 4.20117H18.7725C19.3984 4.20117 19.9058 4.70858 19.9058 5.33451C19.9058 5.96043 19.3984 6.46784 18.7725 6.46784H14.0318C13.4058 6.46784 12.8984 5.96043 12.8984 5.33451Z' fill='%23435363'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.1906 7.70361C9.56469 7.70361 8.31724 9.14619 8.55187 10.7551L10.5395 24.3847C10.7306 25.695 11.8542 26.6666 13.1783 26.6666H19.628C20.9522 26.6666 22.0757 25.695 22.2668 24.3847L24.2544 10.7551C24.4891 9.14619 23.2416 7.70361 21.6157 7.70361H11.1906ZM13.3756 14.7393C13.334 14.4477 13.0638 14.2451 12.7722 14.2868C12.4806 14.3284 12.278 14.5986 12.3197 14.8902L13.5049 23.1865C13.5465 23.4781 13.8167 23.6807 14.1083 23.639C14.3999 23.5974 14.6025 23.3272 14.5608 23.0356L13.3756 14.7393ZM18.6982 23.639C18.4066 23.5974 18.204 23.3272 18.2456 23.0356L19.4308 14.7393C19.4725 14.4477 19.7426 14.2451 20.0342 14.2868C20.3258 14.3284 20.5284 14.5986 20.4868 14.8902L19.3016 23.1865C19.2599 23.4781 18.9898 23.6807 18.6982 23.639ZM15.8698 23.111C15.8698 23.4056 16.1085 23.6444 16.4031 23.6444C16.6976 23.6444 16.9364 23.4056 16.9364 23.111V14.8147C16.9364 14.5202 16.6976 14.2814 16.4031 14.2814C16.1085 14.2814 15.8698 14.5202 15.8698 14.8147V23.111Z' fill='%23435363'/%3E%3C/svg%3E %3C/svg%3E")}.i-atqan-fl-calendar{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 5.7H8C6.72975 5.7 5.7 6.72975 5.7 8V16C5.7 17.2703 6.72975 18.3 8 18.3H16C17.2703 18.3 18.3 17.2703 18.3 16V8C18.3 6.72975 17.2703 5.7 16 5.7ZM8 4C5.79086 4 4 5.79086 4 8V16C4 18.2091 5.79086 20 8 20H16C18.2091 20 20 18.2091 20 16V8C20 5.79086 18.2091 4 16 4H8Z' fill='%23435363'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 8C5.79086 8 4 9.79086 4 12V16C4 18.2091 5.79086 20 8 20H16C18.2091 20 20 18.2091 20 16V12C20 9.79086 18.2091 8 16 8H8ZM8 11C7.44772 11 7 11.4477 7 12V14C7 14.5523 7.44772 15 8 15H10C10.5523 15 11 14.5523 11 14V12C11 11.4477 10.5523 11 10 11H8Z' fill='%23435363'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.00039 6.8501C8.53095 6.8501 8.15039 6.46954 8.15039 6.0001V3.0001C8.15039 2.53066 8.53095 2.1501 9.00039 2.1501C9.46983 2.1501 9.85039 2.53066 9.85039 3.0001V6.0001C9.85039 6.46954 9.46983 6.8501 9.00039 6.8501Z' fill='%23435363'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0004 6.8501C14.5309 6.8501 14.1504 6.46954 14.1504 6.0001V3.0001C14.1504 2.53066 14.5309 2.1501 15.0004 2.1501C15.4698 2.1501 15.8504 2.53066 15.8504 3.0001V6.0001C15.8504 6.46954 15.4698 6.8501 15.0004 6.8501Z' fill='%23435363'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-ol-close-receipt{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20' width='21' height='20'%3E%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M13.0003 5.83337L9.66699 10' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M9.66699 5.83337L13.0003 10' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M18 3.33333V15.4167C18 15.9692 17.7805 16.4991 17.3898 16.8898C16.9991 17.2805 16.4692 17.5 15.9167 17.5C15.3641 17.5 14.8342 17.2805 14.4435 16.8898C14.0528 16.4991 13.8333 15.9692 13.8333 15.4167V13.3333H4.66667V3.33333C4.66667 3.11232 4.75446 2.90036 4.91074 2.74408C5.06702 2.5878 5.27899 2.5 5.5 2.5H17.1667C17.3877 2.5 17.5996 2.5878 17.7559 2.74408C17.9122 2.90036 18 3.11232 18 3.33333ZM13.8333 15.4167V13.3333H3V15.4167C3 15.9692 3.21949 16.4991 3.61019 16.8898C4.00089 17.2805 4.5308 17.5 5.08333 17.5H15.9167C15.3641 17.5 14.8342 17.2805 14.4435 16.8898C14.0528 16.4991 13.8333 15.9692 13.8333 15.4167Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-ol-magnify{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' width='22' height='22'%3E%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.70529 16.3606C13.3809 16.3606 16.3606 13.3809 16.3606 9.70529C16.3606 6.02968 13.3809 3.05 9.70529 3.05C6.02968 3.05 3.05 6.02968 3.05 9.70529C3.05 13.3809 6.02968 16.3606 9.70529 16.3606ZM9.70529 18.9106C14.7892 18.9106 18.9106 14.7892 18.9106 9.70529C18.9106 4.62135 14.7892 0.5 9.70529 0.5C4.62135 0.5 0.5 4.62135 0.5 9.70529C0.5 14.7892 4.62135 18.9106 9.70529 18.9106Z' fill='%23494B4F'/%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3762 15.3792C14.8783 15.8771 14.8783 16.6844 15.3762 17.1823L19.0957 20.9018C19.5936 21.3997 20.4009 21.3997 20.8988 20.9018C21.3967 20.4039 21.3967 19.5966 20.8988 19.0987L17.1793 15.3792C16.6814 14.8813 15.8741 14.8813 15.3762 15.3792Z' fill='%23494B4F'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-ol-money{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20' width='21' height='20'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.5 9H12C11.6022 9 11.2206 9.15804 10.9393 9.43934C10.658 9.72064 10.5 10.1022 10.5 10.5V10.5C10.5 10.8978 10.658 11.2794 10.9393 11.5607C11.2206 11.842 11.6022 12 12 12H13C13.3978 12 13.7794 12.158 14.0607 12.4393C14.342 12.7206 14.5 13.1022 14.5 13.5V13.5C14.5 13.8978 14.342 14.2794 14.0607 14.5607C13.7794 14.842 13.3978 15 13 15H10.5' stroke='%23E08C29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M12.5 16V15M21.5 6C21.5 5.73478 21.3946 5.48043 21.2071 5.29289C21.0196 5.10536 20.7652 5 20.5 5H17.5C17.5 6.06087 17.9214 7.07828 18.6716 7.82843C19.4217 8.57857 20.4391 9 21.5 9V6ZM3.5 9C4.56087 9 5.57828 8.57857 6.32843 7.82843C7.07857 7.07828 7.5 6.06087 7.5 5H4.5C4.23478 5 3.98043 5.10536 3.79289 5.29289C3.60536 5.48043 3.5 5.73478 3.5 6V9ZM21.5 15C20.4391 15 19.4217 15.4214 18.6716 16.1716C17.9214 16.9217 17.5 17.9391 17.5 19H20.5C20.7652 19 21.0196 18.8946 21.2071 18.7071C21.3946 18.5196 21.5 18.2652 21.5 18V15ZM3.5 18C3.5 18.2652 3.60536 18.5196 3.79289 18.7071C3.98043 18.8946 4.23478 19 4.5 19H7.5C7.5 17.9391 7.07857 16.9217 6.32843 16.1716C5.57828 15.4214 4.56087 15 3.5 15V15V18ZM12.5 9V8V9Z' stroke='%23E08C29' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M20.5 5H4.5C3.94772 5 3.5 5.44772 3.5 6V18C3.5 18.5523 3.94772 19 4.5 19H20.5C21.0523 19 21.5 18.5523 21.5 18V6C21.5 5.44772 21.0523 5 20.5 5Z' stroke='%23516FDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-ol-no-data{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M11.3 2.48a3.5 3.5 0 0 0-2.6 0L2.943 4.785A1.5 1.5 0 0 0 2 6.176v7.646a1.5 1.5 0 0 0 .943 1.393L8.7 17.518a3.5 3.5 0 0 0 1.375.25a5.5 5.5 0 0 1-.613-1.058a2.5 2.5 0 0 1-.39-.12l-5.758-2.303A.5.5 0 0 1 3 13.822V6.238l6.5 2.6v3.367a5.5 5.5 0 0 1 1-1.48V8.838l6.5-2.6V9.6q.538.276 1 .657v-4.08a1.5 1.5 0 0 0-.943-1.393zm-2.228.93a2.5 2.5 0 0 1 1.857 0l5.225 2.09l-2.279.91l-6.154-2.46zM6.375 4.487l6.154 2.461L10 7.961L3.846 5.499zM19 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-2.646-1.146a.5.5 0 0 0-.708-.708L14.5 13.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708L15.207 14.5z'/%3E%3C/svg%3E %3C/svg%3E")}.i-atqan-ol-plus-square{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0_5020_94721)'%3E %3Cg clip-path='url(%23clip1_5020_94721)'%3E %3Cg clip-path='url(%23clip2_5020_94721)'%3E %3Cpath d='M14.1667 10C14.1667 10.4608 13.7933 10.8333 13.3333 10.8333H10.8333V13.3333C10.8333 13.7942 10.46 14.1667 10 14.1667C9.54 14.1667 9.16667 13.7942 9.16667 13.3333V10.8333H6.66667C6.20667 10.8333 5.83333 10.4608 5.83333 10C5.83333 9.53917 6.20667 9.16667 6.66667 9.16667H9.16667V6.66667C9.16667 6.20583 9.54 5.83333 10 5.83333C10.46 5.83333 10.8333 6.20583 10.8333 6.66667V9.16667H13.3333C13.7933 9.16667 14.1667 9.53917 14.1667 10ZM20 4.16667V15.8333C20 18.1308 18.1308 20 15.8333 20H4.16667C1.86917 20 0 18.1308 0 15.8333V4.16667C0 1.86917 1.86917 0 4.16667 0H15.8333C18.1308 0 20 1.86917 20 4.16667ZM18.3333 4.16667C18.3333 2.78833 17.2117 1.66667 15.8333 1.66667H4.16667C2.78833 1.66667 1.66667 2.78833 1.66667 4.16667V15.8333C1.66667 17.2117 2.78833 18.3333 4.16667 18.3333H15.8333C17.2117 18.3333 18.3333 17.2117 18.3333 15.8333V4.16667Z' fill='%23435363' /%3E %3C/g%3E %3C/g%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0_5020_94721'%3E %3Crect width='20' height='20' fill='white' /%3E %3C/clipPath%3E %3CclipPath id='clip1_5020_94721'%3E %3Crect width='38' height='38' fill='white' transform='translate(-9 -9)' /%3E %3C/clipPath%3E %3CclipPath id='clip2_5020_94721'%3E %3Crect width='20' height='20' fill='white' /%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E %3C/svg%3E")}.i-atqan-ol-time{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20' width='21' height='20'%3E%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.5112 3.79688C10.5073 3.80277 8.57472 4.54185 7.07709 5.87502L6.16709 4.96378C6.07161 4.86821 5.94999 4.80312 5.81758 4.77676C5.68517 4.75039 5.54793 4.76393 5.42321 4.81566C5.29848 4.86739 5.19188 4.95498 5.11686 5.06737C5.04185 5.17976 5.00179 5.3119 5.00176 5.44709V8.58208C5.00176 8.76338 5.07369 8.93725 5.20171 9.06545C5.32974 9.19365 5.50338 9.26568 5.68444 9.26568H8.81517C8.95017 9.26565 9.08213 9.22554 9.19437 9.15042C9.30661 9.0753 9.39408 8.96855 9.44574 8.84366C9.4974 8.71876 9.51092 8.58134 9.48459 8.44875C9.45826 8.31617 9.39327 8.19437 9.29782 8.09877L8.52299 7.32288C9.42719 6.54942 10.5361 6.05533 11.7152 5.90058C12.8944 5.74582 14.093 5.93704 15.1657 6.45104C16.2384 6.96504 17.1391 7.77973 17.7585 8.79626C18.3779 9.8128 18.6894 10.9875 18.6552 12.1778C18.6113 13.7158 17.9935 15.1815 16.9236 16.2859C15.8537 17.3902 14.4094 18.0531 12.8755 18.1437C11.3416 18.2343 9.82951 17.7461 8.63737 16.7754C7.44522 15.8047 6.65958 14.4219 6.43538 12.8997C6.40336 12.6522 6.28289 12.4247 6.09625 12.2593C5.90962 12.0939 5.66946 12.0018 5.42024 12.0001C5.27563 11.9982 5.13228 12.0273 4.99977 12.0853C4.86727 12.1433 4.74866 12.229 4.65186 12.3366C4.55506 12.4442 4.48231 12.5713 4.43847 12.7093C4.39462 12.8473 4.38069 12.9931 4.3976 13.1369C4.68174 15.1508 5.70177 16.9875 7.26032 18.2917C8.81886 19.5959 10.8051 20.2748 12.8347 20.1971C14.888 20.0981 16.8309 19.2368 18.2845 17.7812C19.7381 16.3257 20.5982 14.3802 20.6971 12.3241C20.7394 11.2207 20.5591 10.1201 20.1669 9.08812C19.7747 8.05612 19.1786 7.11393 18.4145 6.31788C17.6503 5.52184 16.7336 4.88829 15.7193 4.45513C14.705 4.02196 13.6139 3.79808 12.5112 3.79688Z' fill='%23516FDB'/%3E %3Cpath d='M12.1694 8.57812C11.8965 8.57812 11.6349 8.68585 11.4419 8.8776C11.249 9.06935 11.1406 9.32942 11.1406 9.6006V12.5269C11.1407 12.8885 11.2853 13.2352 11.5425 13.4908L12.7722 14.713C12.9662 14.8992 13.2261 15.0023 13.4958 15C13.7656 14.9976 14.0236 14.8901 14.2143 14.7005C14.4051 14.5109 14.5132 14.2545 14.5156 13.9864C14.5179 13.7183 14.4142 13.46 14.2268 13.2672L13.1981 12.2447V9.6006C13.1981 9.32942 13.0897 9.06935 12.8968 8.8776C12.7039 8.68585 12.4422 8.57812 12.1694 8.57812Z' fill='%23F69421'/%3E %3C/svg%3E %3C/svg%3E")}.i-flag-sa-4x3{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480' width='640' height='480'%3E%3Cdefs%3E%3CclipPath id='flagSa4x30'%3E%3Cpath fill-opacity='.7' d='M-85.3 0h682.6v512H-85.3z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill-rule='evenodd' clip-path='url(%23flagSa4x30)' transform='translate(80)scale(.9375)'%3E%3Cpath fill='%23165d31' d='M-128 0h768v512h-768z'/%3E%3Cpath fill='%23fff' d='M65.5 145.1c-.8 12-2 33 8.3 35.2c12.3 1.2 5.5-20.8 10-24.8c.8-2 2.3-2 2.4.5v18.7c0 6 4 7.8 7 9c3.2-.2 5.4 0 6.6 3l1.6 32.3s7.4 2.2 7.8-18.1c.3-12-2.4-21.9-.8-24.2c0-2.3 3-2.4 5-1.3c3.2 2.2 4.6 5 9.6 4c7.6-2.2 12.2-5.9 12.3-11.7a47 47 0 0 0-3.5-16.6c.4-1-1.4-3.7-1-4.7c1.3 2.2 3.4 2 3.8 0c-1.3-4.2-3.3-8.3-6.5-10c-2.7-2.4-6.7-2-8 3c-.8 5.7 2 12.4 6.1 18c.9 2.1 2.1 5.7 1.6 8.9q-3.4 1.8-6.3-1.2s-6-4.5-6-5.6c1.6-10.2.3-11.4-.6-14.3c-.6-3.9-2.5-5.2-4-7.8c-1.5-1.6-3.5-1.6-4.5 0c-2.7 4.6-1.4 14.5.5 19c1.4 4.1 3.5 6.7 2.5 6.7c-.8 2.3-2.5 1.7-3.8-1a67 67 0 0 1-2.1-17.4c-.5-4.6-1.1-14.4-4.2-17c-1.8-2.4-4.5-1.2-5.5 1a82 82 0 0 0 .3 13.4c2 7.4 2.7 14 3.7 21.5c.3 10.1-5.8 4.4-5.5-.7a45 45 0 0 0-.3-19.4c-1-2.6-2.1-3.2-4.6-2.8c-1.9 0-6.8 5.3-8.2 14.3c0 0-1.2 4.6-1.7 8.7c-.7 4.6-3.7 8-5.9-.6c-1.8-6.3-3-21.6-6-18z'/%3E%3Cpath fill='%23fff' d='m99 194.2l-32 15.4c.3-7.3 15.1-20.4 25.3-20.5c6.5.1 4.9 2.5 6.6 5.1z'/%3E%3Cpath fill='%23fff' d='M93.3 204.2c-16.8 43.5 39.5 49.6 45.8 1.8c.6-2 3-3.9 3.4-.7c-1.3 43.3-43.6 46.2-50.8 32.6a42 42 0 0 1-2.5-14.6c-1-8.5-5.5-5.2-6.2 3.2c-.7 4.7-.5 6-.5 10.5c2.2 34.2 56.7 19.5 65.6-8.7c4.7-15.6-.8-27.1 1.7-27.1c5.4 5.8 13 .8 14.7-1.2c.7-1 2.5-1.7 3.7-.4c4.2 3 11.6 1.6 13.2-3.7q1.4-8 1.8-16.2c-3.5 1-6 1.7-6.3 3.2l-.7 4.6c-.3 1.5-3.2 1.5-3.4-.4c-1.3-6-6.7-6.7-10 2.5c-2.1 1.8-6.1 2.2-6.5-.5c.5-6.2-2-7-7-4.1l-4.8-36.2c2 0 4 1.5 5.9-.9c-2-6.5-6.5-19.7-9-20.7c-1.1-1.4-2.1-.5-3.7-.1c-2.6.8-5 3-4.2 7.4c3 18.8 5 33.1 8.1 52c.5 2.1-1.3 5-3.7 4.7c-4-2.7-5-8.2-12-8c-5 0-10.6 5.5-11.3 10.7c-.9 4.2-1.2 8.7 0 12.3c3.5 4.2 7.7 3.8 11.4 2.9c3-1.3 5.5-4.3 6.6-3.6c.7.9.1 10.9-14.3 18.5c-8.7 4-15.7 4.8-19.4-2.3c-2.3-4.5.2-21.4-5.6-17.5'/%3E%3Cpath fill='%23fff' d='M165 160c3.3-1.2 19.3-19.6 19.3-19.6l-2.4-2q-1.3-1.1 0-2.2c4-2.4 2.7-7.4.7-9.8a10 10 0 0 0-8.7.1c-2.8 2.7-3.4 7-1.2 9.6c2.1 1 4.2 3.2 2.8 4.4c-6.6 7-24.5 19.1-22.4 19.5c.4.6 11.5.6 11.8 0zm-97 65c-6 9.6-6.5 23.9-3.2 28.2c1.8 2 4.7 2.9 6.8 2.2c3.8-1.6 5.5-9.3 4.6-12q-1.8-3-3.6-.7c-2.6 5.4-3.7 1.7-4-1.3a70 70 0 0 1 .8-15.2c.7-4.2 0-3-1.4-1.2m257.1-15.3c-5.8-12.6-13.9-25-16.4-29.7a558 558 0 0 0-24.8-36c-6.2-7.4 10.2 3.1-2-11.7l-8.9-7.5c-2-1.4-6.8-4-7.6.2c-.4 3.8-.2 5.8.4 8.9c.5 2 3.5 5.5 5 7.5a565 565 0 0 1 53.8 86.5c2.6-1.3 2-16.1.5-18.2'/%3E%3Cpath fill='%23fff' d='M299.6 251.5c-1.2 1.3 2.8 6.8 8 6.8c8.6-1 16.2-5.8 23.2-18.6a33 33 0 0 0 5.3-14.2a317 317 0 0 0-5.8-72.4c-.3-2 0-4.4.2-5c.6-.7 2.5 0 3.5-1.7c1.5-1.5-4-14-7-18.7c-1-2.2-1.5-3.6-3.3.2a27 27 0 0 0-3 13.6c4.1 28.5 5.4 53.4 8 81.9c.3 2.8-.1 6.8-2 8.4a80 80 0 0 1-27.1 19.7m116.5-.1c-6.2 3.6-6.2 7.7-1.2 7.8c8.6-1 18.8-1.7 25.8-12.3a41 41 0 0 0 4.2-16a303 303 0 0 0-4.7-71.4c-.2-2-1.1-6.7-.8-7.3c.6-1.4 3.4.1 4.4-1.5c1.4-1.5-7.3-12.7-10.4-17.5c-1-2.2-1.4-3.6-3.3.2a22 22 0 0 0-1.8 13.6c4.6 31 8 54.2 8.7 81.6c-.4 2.6-.5 4-1.7 7.3c-2.7 3.4-5.7 7.8-8.5 9.9c-2.8 2-8.8 4-10.7 5.6'/%3E%3Cpath fill='%23fff' d='M420.7 223.7q.1-10.9-.1-19a34 34 0 0 0-3-13.5c-1.8-4.1-.7-7.4-1.6-11.8c-.8-4.4-.6-11-1.8-16.1c-.4-2-1.4-8.5-1.1-9.2c.5-1.4 2.4 0 3.4-1.6c1.4-1.5-5-18-8.2-22.7c-1.1-2.1-3.3-1.4-5.8 2c-2.5 2.3-1.6 7.4-.6 12.3c6.1 32.3 10.8 61.6 9.8 92.3c-.4 2.6 9-7.8 9-12.7m-45.7-40c-3.9-.2-12-7.7-14.4-12a8 8 0 0 1 .4-6.5c1.5-1 3.7-2 5.4-1c0 0 1.7 2.4 1.4 2.7c2 1 3 .5 3.2-.4c.1-1.5-.6-2.4-.6-4c.9-4.6 6-5.3 8-2.4c1.4 1.8 2 5.5 2.1 8c0 1.3-2-.2-3.3 0c-1.1.4-1.4 1.8-1.5 3c-.2 3.3-.6 8.6-.7 12.5zm-71.8 48c1-9.8-.4-27.3-.5-33.1A477 477 0 0 0 299 154c-1.2-8.4 3.4.9 2.8-4c-1.5-8.3-6.1-14-11.6-21.5c-1.7-2.5-1.7-3-4.4.6c-3 6.7-.4 11.4.4 16.7c3.9 17.2 6.2 33 7.3 48.7a393 393 0 0 1 .4 49c3 .1 7.6-4.7 9.3-11.8'/%3E%3Cpath fill='%23fff' d='M434 216c-6.9-11.6-17.2-24-20-28.7a658 658 0 0 0-29.2-37.8c-8.5-9 4-1.5-1.6-8.5c-4.7-5.1-6-6.8-10.1-9.9c-2-1.3-3.2-3.8-4 .5a83 83 0 0 0-.2 11.2c0 1.7 1.8 5 3.4 7c20.7 25.5 43.4 51.5 61.6 84.2c2.6-1.3 1.7-16 0-18z'/%3E%3Cpath fill='%23165d31' d='M122.6 194.7c-.5.9-1.6 2-1.2 3.1q1 1.4 2.6 1.3c1.1 0 2.7.3 3-.3q1-1.2.6-3.3c-1.2-3-4.4-1.8-5-.8'/%3E%3Cpath fill='%23fff' d='M354.2 362.5c9.2.4 15.2.5 23.3 1.4l9.6-1c10.6-1 11 15.1 11 15.1c0 9.5-3.7 10-8.4 11c-2.7.4-4-1.6-5.5-3.6a14 14 0 0 1-7 .4q-5.8-.2-11.5-.5c-4-.3-6.2.5-10.3.1c-.8 1.3-2 3.1-4.4 2.6c-2-.3-4.5-6-3.8-10.5c1.5-3.2 1-2.1 1-3.5c-37.6-1-75.5-2.7-112.3-2.2c-28.8.1-57.2 1.3-85.7 2.5c-15.2-.2-26.8-2.6-34.8-14.3c.8 0 38.8 2.1 49.9 1.4c20.5-.2 39.3-1.9 60.2-2.5c41.2.7 82.1.7 123.3 3.6c-4-2.7-4-9 2-10.6c.5-.4.8 3.1 1.7 3c4.9-.3 2.7 6.3 1.7 7.6M188.6 135.3c-6.2 17.8 3.6 37.4 10.4 35.5c5 2 8-7.4 10-17.6c1.5-2.9 2.5-3.2 3.2-1.7c-.2 13.6 1 16.7 4.5 20.8c7.8 6 14.3.8 14.8.3l6-6.1q2.2-2.2 5.1-.3c1.9 1.7 1.6 4.6 5.6 6.6c3.4 1.4 10.5.4 12.2-2.5c2.2-3.9 2.8-5.2 3.8-6.6c1.6-2.1 4.3-1.2 4.3-.5c-.3 1.2-1.9 2.3-.8 4.5c2 1.4 2.4.5 3.5.2c4-2 7-10.6 7-10.6c.1-3.2-1.7-3-2.9-2.2l-3.1 2.1c-2 .3-5.7 1.6-7.6-1.3c-1.9-3.4-1.9-8.3-3.3-11.8c0-.2-2.6-5.5-.2-5.8c1.2.2 3.7.9 4.1-1.2c1.2-2.1-2.6-8-5.3-11c-2.3-2.5-5.5-2.8-8.6-.2c-2.2 2-1.9 4.2-2.3 6.3a10 10 0 0 0 2 8.7c2.2 4.2 6.1 9.7 4.8 17.5c0 0-2.3 3.6-6.3 3.1c-1.7-.3-4.4-1-5.8-11.8c-1.1-8 .2-19.4-3.2-24.7c-1.3-3.3-2.2-6.4-5.2-.9c-.8 2.2-4.3 5.5-1.8 12.2a36 36 0 0 1 2 19c-1.5 2.2-1.8 2.9-3.7 5c-2.6 3-5.5 2.2-7.7 1.1c-2-1.3-3.6-2-4.6-6.5c.2-7 .6-18.5-.7-20.9c-1.9-3.8-5-2.4-6.3-1.2a48 48 0 0 0-11.5 23.5c-1.8 5.8-3.7 4.1-5 1.8c-3.2-3-3.5-26.7-7.4-22.8'/%3E%3Cpath fill='%23fff' d='M207.4 174.1c2.9-2 1.6-3.4 5.8.8a72 72 0 0 1 9.2 31.3c-.2 2.6 1.6 4.2 2.5 3.6c.4-6 15.1-14.4 28.6-15.6c2-.5 1-4.4 1.3-6.4c-.8-7.5 4.2-14.3 11.2-14.8c9.6 1.4 12.8 6.5 13 14.2c-1.1 15-16.7 17.5-25.4 18.7c-1.3.5-1.9 1.1 0 1.8l36.6.2l1.9 1c.2 1-.6.2-2 2.6a30 30 0 0 0-3.7 11.5c-10.9 3.6-22.2 5-33.6 6.5c-4 2-6 4.7-5.2 7.7c1.4 3.3 10.2 6.7 10.2 6.8c1.7 1 3.6 3.5-.5 8.6c-17.8-.8-31.7-8.4-36.5-19.1c-1.4-1.1-3 0-4 1.4c-7 9-13.8 17-25.7 21.4c-7 1.8-14.3-1.1-17.7-5.7c-2.3-2.7-2.2-5.6-3-6.2c-3.9 1.7-36.9 15.7-32.7 9.1c8-8.5 22-14.9 34.2-23.3c.9-2.9 2.5-12.5 7.3-15.6c.3 0-.7 5.6-.6 8c0 2-.2 2.7.2 2.2c.9-.5 15.7-12.2 17-15.8c1.4-2 .3-7.2.3-7.4c-2.8-7.2-6.7-7.8-8.1-11.4c-1.3-4.7-.7-10.1 2-11.7q3.7-3.1 7.9.5c3 2.7 5.6 8 6.4 11.9c-.5 1.5-4-1-5-.3a16 16 0 0 1 3.7 7.8c2 8.2 1.4 11.4-.6 16.7c-6.6 13.9-15 18-22.4 23.2c-.2 0-.3 3.5 2.4 5.4c1 1 4.9 1.5 9.4 0a55 55 0 0 0 22.3-23.3a51 51 0 0 0-2.4-22.2c-2.9-6.7-6.3-16.2-6.3-16.4c-.1-4.2.2-5.6 2-7.7m-95.8-38.6c4.2 2 12.2 1.1 11.8-5.7l-.2-3.1c-.8-2-3.2-1.5-3.7.5c-.2.7.3 1.8-.3 2.1c-.4.4-1.7.2-1.7-1.7q-.1-1-.7-1.6q-.2-.2-.9-.2c-.6 0-.6.1-.9.6q-.2.7-.3 1.6t-.8 1c-.6 0-.5 0-1-.2q-.4-.3-.5-1l-.3-1.6q-.3-.4-1-.6c-2.3 0-2.5 2.7-2.3 3.7c-.2.2-.3 4.9 2.8 6.2'/%3E%3Cpath fill='%23fff' d='M235.1 187.7c4.2 2 14.3.9 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.6c-.2.6.3 1.7-.4 2c-.3.4-1.7.2-1.6-1.6q-.1-1-.7-1.7q-.3-.2-1-.2c-.5 0-.5.2-.8.7q-.3.7-.3 1.6q-.2.8-.9 1c-.5 0-.4 0-.8-.3q-.5-.3-.6-.9l-.3-1.6q-.3-.5-1-.6c-2.3 0-2.5 2.6-2.4 3.6c-.1.2-.2 5 3 6.2zm72-21.6c4.2 2 12.1 1.1 11.8-5.6l-.2-3.2c-.9-2-3.2-1.5-3.7.5c-.2.7.3 1.8-.4 2.2c-.3.3-1.7.1-1.6-1.8q-.1-1-.7-1.6q-.3-.2-1-.2t-.8.7l-.3 1.5q-.1 1-.9 1c-.8 0-.4 0-.8-.2q-.5-.3-.6-.9q0-1-.3-1.7q-.4-.4-1-.5c-2.3 0-2.5 2.6-2.4 3.6c-.1.2-.2 4.9 3 6.2zm37.3 54.3c-7.3 8.3-4.1 22-2.4 25c2.4 4.8 4.3 7.9 9 10.3c4.3 3.1 7.7 1.2 9.5-1c4.3-4.5 4.4-16 6.4-18.2c1.4-4.2 5-3.5 6.7-1.6a17 17 0 0 0 6.2 5.3c4 3.5 8.8 4.2 13.6 1c3.2-1.9 5.3-4.2 7.2-8.9c2-5.6 1-31.6.5-47l-4.2-21.5c0-.2-.5-10.2-1-12.5c0-1-.3-1.3.7-1.2c1.1 1 1.2 1 2 1.3c1 .2 2-1.7 1.3-3.3l-10-18.6c-.8-.8-1.9-1.6-3.2.2a7 7 0 0 0-2.4 5.5q.6 6.7 1.3 13.3l4 22.6c1.3 16 1.6 29.2 2.9 45.3c-.2 6.8-2.3 12.7-4.3 13.6c0 0-3 1.7-5-.2c-1.5-.6-7.4-9.9-7.4-9.9c-3-2.7-5-2-7.1 0c-6 5.8-8.6 16.4-12.7 23.8c-1 1.7-4 3-7.2-.1c-8.2-11.3-3.4-27.3-4.4-23.2M309 126.7c3.8 1.5 6.4 9.2 5.6 13c-.8 4.5-2.8 9.5-4.2 8.9c-1.6-.6 1-4.6-.5-8.8c-.8-2.8-6-7.8-5.4-9.2c-1-3.1 2.2-4.5 4.5-4z'/%3E%3Cpath fill='%23fff' d='M356.6 225c.7-9.2-.6-14.8-.8-20.2s-6.1-46.6-7.3-50.6c-1.5-7.8 5.7-1 4.9-5.6c-2.5-5.6-8.6-13.9-10.5-18.8c-1.2-2-.7-4-3.3-.5a42 42 0 0 0-2.3 19.2c6.2 32.3 12.5 59.1 11.5 89.8c3 0 6.3-6.7 7.8-13.3m64.4-85.3c3.5 1.7 5.5 11.3 5.1 14c-.7 5-2.5 10.4-3.8 9.7c-1.5-.6.3-7.4-.4-9.5c-.8-3-5.5-8.4-5-10c-1-3.4 2-4.8 4.1-4.2m-255.7 67.9c3.3 1.3 5.3 8.3 5 10.3c-.8 3.7-2.5 7.7-3.8 7.1c-1.3-.4.3-5.4-.3-7c-.3-3.7-4.9-5.7-4.8-7.3c-.8-3 2-3.5 4-3.1z'/%3E%3Cpath fill='%23165d31' d='M244.9 218.2c4.2.2 6.3 3.6 2.4 5c-4 1.3-7.7 2.4-7.8 8c1.5 8-2 5.2-4 4.2c-2.4-1.8-9.2-6-10.2-15c-.1-2.1 1.6-4 4.3-4c4 1.1 10 1.2 15.3 1.8'/%3E%3Cpath fill='%23fff' d='M77.4 124.4c4.8 1.4 5.1 8.6 4.8 10.7c-.7 3.8-2.4 7.9-3.6 7.4c-1.4-.5 0-5.7-.7-7.3c-.7-2.2-4.8-6.4-4.4-7.6c-.9-2.5 2-3.7 3.9-3.2m95.9 33.6c-3.8 2-5.2 8-2.9 11.6c2.2 3 5.6 1.9 6 1.9c3.7.4 5.9-6.9 5.9-6.9s.1-2-4.2 1.9c-1.9.3-2-.4-2.5-1.4a9 9 0 0 1 .5-5.7c.7-1.8-.7-2.6-2.8-1.4m28-36.4c-2 1.3-5.7 5.2-5.8 9.6c-.1 2.5-.6 2.5 1 4c1.3 1.8 2.4 1.7 4.8.4a5 5 0 0 0 2.3-3.4c.6-2.8-3 1.4-3.4-1.8c-.8-3 1.5-4.2 3.7-7c0-2 0-3.3-2.7-1.8zm22.4 4a60 60 0 0 0-1.6 11.1c-.6 2.8 3 4 4.5.4c2.4-6.5 2.4-9.3 2.6-12c-.7-4.3-3.6-4.2-5.5.5m142 72.3c.4-.5 20-14.4 20-14.4c2-.7 1.5 7.2.6 7.1a78 78 0 0 1-20.7 14.3c-1 .7-1.9-5.3 0-7zm17.7-.2c3.5 1.7 4.9 11.8 4.5 14.5c0 5.4-3.3 9.6-4.7 9c-1.4-.7.2-6.7-.5-8.8c-.8-3-3.7-8.5-3.2-10.1c-1-3.4 1.8-5.2 4-4.6zm-116 43.4a26 26 0 0 1 5.6-4.9c2-1 3.8.8 3.7.7c.3 2-1.2 3.7-.7 6.3c.4 1 .7 2.2 2.6 1.8c3.1-2.5 6-2.7 9-2.8c2.5.1 2.6 4.2 1 4.2c-5.7 1.2-8.2 2.8-12.3 4.3c-2 1.2-3.6-.3-3.6-.4s-1.1-1.1-.4-3.7q.3-3.2-2.4-3c-1.2.8-2.4 1.2-3-.3q-.6-1.4.5-2.2m136.6 5.4c.8 1 1.4 2-.1 3.8l-3.7 3.2c-.6 1-1 2.8 1 3.3c3.6 1 12-4.5 12-4.6c1.4-1 1-3 .8-3c-.8-.9-2.6-.3-3.8-.5c-.6 0-2.5-.2-1.6-2a11 11 0 0 0 1.6-2.9q.9-1.7-2-2.7c-2.1-.4-3-.2-5.3 0q-1.6.2-1.9 2.3c.1 2.3 1.5 2.2 3 3z'/%3E%3Cpath fill='%23165d31' d='M268.1 189.7c-.5 1-2.3 1-4 0s-2.7-2.6-2.1-3.5s2.3-.9 4 0s2.6 2.6 2.1 3.5m-89-53.6c-1 .3-2.4-.6-3-2s-.3-2.6.7-2.9s2.3.7 3 2s.3 2.7-.8 3zM355.2 375c9.4.4 18.2 0 27.5.5c1.7 1.5.5 5-.6 4.8l-7.8-.3c-.1-3-7.7-2.5-7.5.1c-4.1.5-7.8-.1-12-.3c-1.2-1.5-1-4.2.4-4.8'/%3E%3C/g%3E%3C/svg%3E")}.i-flag-us-4x3{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480' width='640' height='480'%3E%3Cpath fill='%23bd3d44' d='M0 0h640v480H0'/%3E%3Cpath stroke='%23fff' stroke-width='37' d='M0 55.3h640M0 129h640M0 203h640M0 277h640M0 351h640M0 425h640'/%3E%3Cpath fill='%23192f5d' d='M0 0h364.8v258.5H0'/%3E%3Cmarker id='flagUs4x30' markerHeight='30' markerWidth='30'%3E%3Cpath fill='%23fff' d='m14 0l9 27L0 10h28L5 27z'/%3E%3C/marker%3E%3Cpath fill='none' marker-mid='url(%23flagUs4x30)' d='m0 0l16 11h61h61h61h61h60L47 37h61h61h60h61L16 63h61h61h61h61h60L47 89h61h61h60h61L16 115h61h61h61h61h60L47 141h61h61h60h61L16 166h61h61h61h61h60L47 192h61h61h60h61L16 218h61h61h61h61h60z'/%3E%3C/svg%3E")}.i-flagpack-ad{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M8 0h16v24H8z' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0h8v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M24 0h8v24h-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23BF9937' fill-rule='evenodd' d='M16.3 19.424c.22-.062.41-.447.41-.447s.145.113.373.228c.23.115.467-.228.467-.228s.325 0 .468-.383c.142-.384-.285-.548-.285-.548s.5-.524 1.342-.524s1.498 0 2.048-.234c.55-.233 1.084-.634 1.284-1.468c.2-.833-.433-1.358-.433-1.358s.14.044.433-.195c.293-.24-.179-1.01-.433-1.01c-.253 0-.283.143-.283.143s-.157-.136-.372-.599s.215-.868.215-.868s.235.135.44-.088c.206-.222-.106-.563-.106-.563s.988-.336.845-1.6s-1.446-1.192-1.446-1.192s.04-.21-.144-.33c-.183-.12-.32.12-.32.12c-.143-.334.279-.79.617-1.155a5 5 0 0 0 .27-.307c.293-.377.11-.843-.959-1.352s-1.652.175-1.737.417c-.086.243.245.393.245.393c-.27.237-.793.328-1.15.164s-.198-.663-.124-.799l.031-.054c.1-.169.312-.523.094-.867c-.245-.387-.668-.387-1.007-.167c-.29.188-.7.287-.813.312c-.113-.025-.524-.124-.814-.312c-.338-.22-.762-.22-1.006.167c-.218.344-.008.698.093.867l.031.054c.074.136.232.635-.124.799c-.357.164-.88.073-1.15-.164c0 0 .331-.15.246-.393c-.086-.242-.67-.926-1.738-.417s-1.252.975-.96 1.352c.07.09.166.194.271.307c.338.365.76.821.617 1.154c0 0-.136-.24-.32-.12s-.144.33-.144.33s-1.303-.071-1.446 1.193s.845 1.6.845 1.6s-.311.341-.106.563c.205.223.44.088.44.088s.43.406.215.868c-.215.463-.371.599-.371.599s-.03-.143-.284-.143s-.726.77-.433 1.01s.433.195.433.195s-.633.525-.433 1.358s.734 1.235 1.284 1.468c.55.234 1.206.234 2.048.234s1.342.524 1.342.524s-.427.164-.284.548c.142.383.467.383.467.383s.238.343.467.228s.373-.228.373-.228s.19.384.411.447v.008l.03-.002l.03.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23805440' d='m12.11 15.998l.105-.254q1.812.776 4.124.777q2.312-.001 4.013-.776l.11.252q-1.756.8-4.123.8q-2.364 0-4.229-.8'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ae{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='M0 0h10v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-af{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2367BD38' fill-rule='evenodd' d='M22 0h10v24H22z' clip-rule='evenodd'/%3E%3Cpath fill='%23D51700' fill-rule='evenodd' d='M10 0h12v24H10z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M0 0h10v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m12.488 7.977l.346.217q-.865 1.455-1.165 2.668a1 1 0 0 1 .193.24q.235.408.394.79l-.46.196a6 6 0 0 0-.255-.533a4.2 4.2 0 0 0 .01 1.118a1 1 0 0 1 .236.056q.441.16.81.35l-.227.446q-.315-.162-.69-.303l.005.015q.32.968.982 1.784a1 1 0 0 1 .208-.021q.47 0 .881.053l-.06.496a6 6 0 0 0-.593-.046q.595.595 1.398 1.099l-.211.355a8 8 0 0 1-1.694-1.39a7 7 0 0 0-.228.096l-.036.015q.609.639 1.441 1.175l-.215.353a8.2 8.2 0 0 1-1.645-1.376a1.1 1.1 0 0 1-.616-.009l.134-.48q.048.014.095.02a6.2 6.2 0 0 1-.955-1.841a4 4 0 0 1-.097-.359a1.1 1.1 0 0 1-.45-.2l.289-.406q.037.027.076.049q-.078-.92.214-1.984a1.1 1.1 0 0 1-.242-.473l.425-.11q.344-.972.97-2.058l.35.213q-.685 1.184-1.015 2.211q.092.083.23.185q.333-1.209 1.167-2.611m-1.29 3.141a8 8 0 0 0-.255-.191q-.231.954-.137 1.763q.11 0 .256-.01l.079-.004a4.9 4.9 0 0 1 .057-1.558m-.115 2.06l.157-.009q.029.102.06.202q.322.973.96 1.796l-.083.036q-.105.045-.193.08a5.8 5.8 0 0 1-1.028-1.894a4 4 0 0 1-.059-.202zm8.416-5.201l-.346.217q.865 1.455 1.164 2.668a1 1 0 0 0-.192.24a7 7 0 0 0-.395.79l.46.196q.109-.259.255-.533a4.2 4.2 0 0 1-.009 1.118a1 1 0 0 0-.236.056a7 7 0 0 0-.81.35l.227.446q.315-.162.69-.303l-.005.015a5.6 5.6 0 0 1-.982 1.784a1 1 0 0 0-.21-.021q-.469 0-.88.053l.06.496q.28-.036.592-.046a8 8 0 0 1-1.397 1.099l.211.355a8 8 0 0 0 1.694-1.39q.088.035.228.096l.035.015a8 8 0 0 1-1.44 1.175l.215.353a8.2 8.2 0 0 0 1.645-1.376c.217.055.4.054.615-.009l-.133-.48a1 1 0 0 1-.096.02a6.2 6.2 0 0 0 .956-1.841q.057-.176.097-.359a1.05 1.05 0 0 0 .45-.2l-.29-.406a1 1 0 0 1-.075.049q.077-.92-.214-1.984c.121-.14.196-.285.241-.473l-.424-.11a12.4 12.4 0 0 0-.971-2.058l-.349.213q.684 1.184 1.014 2.211a3 3 0 0 1-.23.185Q20.333 9.38 19.5 7.977m1.29 3.141a8 8 0 0 1 .255-.191q.231.954.137 1.763q-.11 0-.256-.01l-.08-.004a4.9 4.9 0 0 0-.056-1.558m.114 2.06l-.157-.009a6 6 0 0 1-1.02 1.998l.083.036q.106.045.194.08a5.8 5.8 0 0 0 1.028-1.894q.032-.1.059-.202z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m14.253 16.264l-1.116 1.105s.962.59 2.777.59c1.814 0 2.87-.59 2.87-.59l-.848-1.105s-1.157.448-1.975.448c-.82 0-1.708-.448-1.708-.448' clip-rule='evenodd'/%3E%3Cpath stroke='%23C00001' stroke-width='.5' d='M14.276 16.969s.946.223 1.67.223c.725 0 1.67-.223 1.67-.223'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M16.892 9.458c0 .438-.4.792-.892.792c-.493 0-.892-.354-.892-.792c0-.437.4-.791.892-.791c.493 0 .892.354.892.791M16 10.25h-.96l-.265.203h-.051V8.868h-.487v1.585h-.426v.27h.426v2.858c-.057.456-.19.714-.378.804l-.993.476h5.978l-.43-.429c-.377-.377-.558-.667-.558-.835v-2.874h.171v-.27h-.17V8.868h-.487v1.585h-.157l-.314-.203zm-1.276.473h2.646v2.874q.002.345.323.764h-3.17c.098-.197.164-.442.2-.749zM16.08 12h-1.054v2.083h2.108zm1.09-5.844l.001.003zm1.54.542l.002.01V6.7zm.3.037l.002-.005l-.001.002zm-1.212.613h.006z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m12.993 10.668l-.2.144l.206.301c-.176.063-.459.223-.459.599a2.8 2.8 0 0 1-.191.992l.572.368s.06-.636.215-.998a.58.58 0 0 1 .302-.317l.89 1.306l.198-.144zm6.078 0l.2.144l-.206.301c.176.063.459.223.459.599c0 .546.192.992.192.992l-.573.368s-.06-.636-.215-.998a.58.58 0 0 0-.302-.317l-.89 1.306l-.198-.144z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ag{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%231B1B1B' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9D313' fill-rule='evenodd' d='m16 14l-2.003 3.8l.05-4.196l-3.658 2.65l2.093-3.76l-4.59.977l3.72-2.58L7 10l4.613-.89L7.89 6.529l4.59.977l-2.092-3.76l3.659 2.65l-.05-4.195L16 6l2.003-3.8l-.05 4.196l3.658-2.65l-2.093 3.76l4.59-.977l-3.72 2.58L25 10l-4.613.89l3.722 2.581l-4.59-.977l2.092 3.76l-3.658-2.65l.05 4.195z' clip-rule='evenodd'/%3E%3Cpath fill='%23F1F9FF' d='M6 14h20v10H6z'/%3E%3Cpath fill='%234A80E8' d='M2 10h28v4H2z'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='m0 6l16 18L32 6v18H0z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ai{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackAi0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAi1' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackAi1)'%3E%3Cpath fill='%23FBE625' fill-rule='evenodd' d='m20.943 11.856l.003.35c.027 2.95.136 4.88.33 5.805c.16.768.745 2.04 1.432 3.062c.864 1.283 1.787 2.064 2.669 2.064c.886 0 1.809-.726 2.669-1.936c.706-.993 1.311-2.252 1.552-3.18c.298-1.15.437-3.085.42-5.818l-.002-.347l-.318.164a4.44 4.44 0 0 1-2.072.497q-1.1 0-2.128-.66l-.118-.076l-.12.073q-1.086.665-2.043.663q-.968 0-1.952-.498zm.546 6.114q-.285-1.36-.326-5.765q1.03.522 2.054.522t2.16-.696q1.081.696 2.249.696q1.166 0 2.175-.522q.025 4.074-.414 5.765c-.439 1.69-2.279 4.957-4.01 4.957s-3.604-3.597-3.888-4.957' clip-rule='evenodd'/%3E%3Cpath fill='%23F5FBFF' fill-rule='evenodd' d='M21.164 12.205s.04 4.404.325 5.765c.284 1.36 2.157 4.957 3.888 4.957s3.572-3.266 4.01-4.957c.44-1.692.414-5.765.414-5.765s-1.009.522-2.175.522c-1.167 0-2.249-.696-2.249-.696s-1.136.696-2.16.696s-2.053-.522-2.053-.522' clip-rule='evenodd'/%3E%3Cmask id='flagpackAi2' width='9' height='11' x='21' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.164 12.205s.04 4.404.325 5.765c.284 1.36 2.157 4.957 3.888 4.957s3.572-3.266 4.01-4.957c.44-1.692.414-5.765.414-5.765s-1.009.522-2.175.522c-1.167 0-2.249-.696-2.249-.696s-1.136.696-2.16.696s-2.053-.522-2.053-.522' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackAi2)'%3E%3Cpath fill='%23FF9800' d='M24.64 15.488c0 .288-.411 1.125-.65 1.34c-.176.158-.121-.21-.081-.482c.014-.096.026-.18.026-.224v-.02c0-.056 0-.087-.005-.117a.7.7 0 0 0-.055-.144l-.045-.103c-.381-.814-.111-1.204.009-1.377l.041-.065a.4.4 0 0 1 .09-.106c.096-.093.217-.21.172-.47c-.064-.366.322-.834.322-.834s-.094.908.35.686c.288-.145.811.063 1.276.247c.25.1.484.192.655.22c.346.056.535-.09.653-.18c.048-.037.085-.065.114-.065c.102 0 .222.02.222.095c0 .074-.456.292-.685.36c-.172.05.005.191.153.31c.049.038.094.074.123.104c.119.12.227.779-.046.364c-.274-.414-.856-.69-1.351-.731c-.495-.04-1.12.335-1.194.731c-.075.397.585.324.585.324s-.048.062-.26.137c-.214.075-.42 0-.42 0m-.498-.03a.107.107 0 0 1-.109.104a.107.107 0 0 1-.108-.105c0-.058.048-.105.108-.105s.109.047.109.105m2.44 1.943c-.303-.104-1.235-.058-1.486.082c0 0-.034-.216-.203-.366s-.247-.162-.247-.162s.384.542.001.669c-.383.126-1.014-.237-1.219-.69c-.204-.452-.244-1.096-.015-1.536c.23-.44-.293-.026-.341.136c-.012.04-.022.097-.032.158c-.031.187-.069.41-.197.284c-.17-.167-.581-.46-.646-.424s-.025.15.025.24c.014.026.056.044.112.068c.136.06.354.154.474.484c.058.163.09.412.125.68c.064.495.136 1.053.402 1.235c.41.28-.43.64-.43.64s.597.11.885-.123c.207-.167.367-.117.495-.078c.05.015.095.029.136.027q.03 0 .077.005c.21.02.681.068 1.208-.66l.069-.09c.05-.065.072-.094.1-.117a.5.5 0 0 1 .1-.062l.017-.01a2 2 0 0 1 .208-.085c.258-.097.606-.228.382-.305m-1.253.48a.107.107 0 0 1 .144.045a.107.107 0 0 1-.039.146a.107.107 0 0 1-.144-.045a.107.107 0 0 1 .039-.145m.513-3.007c.077.311.624 1.067.878 1.202c0 0-.163.146-.197.37c-.033.223-.001.295-.001.295s.245-.618.56-.365c.315.252.354.98.086 1.397s-.786.802-1.28.85c-.494.046.138.26.3.212c.04-.012.093-.035.15-.06c.174-.075.381-.165.345.011c-.047.234-.07.738-.004.773s.14-.062.188-.151c.014-.027.006-.072-.004-.132c-.024-.146-.064-.381.148-.66c.105-.139.296-.301.501-.476c.382-.324.81-.688.818-1.01c.012-.496.77.013.77.013s-.232-.561-.585-.676c-.252-.083-.298-.244-.335-.372a.4.4 0 0 0-.05-.13q-.017-.023-.039-.067c-.096-.187-.314-.608-1.211-.653l-.113-.01a.7.7 0 0 1-.153-.019a.6.6 0 0 1-.106-.05l-.017-.01a2 2 0 0 1-.186-.128c-.22-.163-.52-.384-.463-.154m1.12.83a.107.107 0 0 1-.042-.146a.107.107 0 0 1 .144-.046c.05.027.07.092.041.145a.107.107 0 0 1-.143.046'/%3E%3Cpath fill='%2336C6FF' d='M21.426 19.752h7.279v3.457h-7.28z'/%3E%3C/g%3E%3Cg clip-path='url(%23flagpackAi0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-al{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50100' d='M0 0h32v24H0z'/%3E%3Cpath fill='%231A1A1A' d='M16.5 6.224c.068-.014.238-.108.603-.587c.223-.293.212-.646.204-.952c-.012-.401-.021-.722.5-.722c.426 0 .743-.123 1.007-.225c.305-.119.542-.21.801-.059c.417.244.909.278.908.283h-.04c-.201 0-.922.411-.365.411c.273 0 .565-.196.79-.349c.237-.16.402-.271.402-.061c0 0 .16.463-.224.499c0 0-1.728.168-1.39.244c0 0 .307.127.517.135c0 0 .092.32-.468.409c0 0-1.583.294-1.656.802c-.018.128-.063.296-.111.476c-.145.536-.318 1.179.111 1.179c.573 0 .945-.392.945-.833s.077-1.184.581-1.22c0 0 1.239-.419 1.392-.39c.058.01.055.049.051.092c-.006.071-.012.157.252.157c.426 0 1.658-1.022 1.852-1.428s.486 0 .486 0s.187 1.136-.79 1.552c-.976.415-1.548.415-1.548.415s-.608.448-.224.448q.13.002.313.017c.423.03 1.018.074 1.46-.162q.181-.098.319-.175c.333-.185.47-.26.47-.128v.003c0 .177 0 1.116-.65 1.116H21.31c-.224 0-.755.32.127.536c.883.216 1.167.126 1.56 0s.65-.197.65 0s-.538.936-1.002.936c-.27 0-.56-.14-.799-.257c-.169-.083-.313-.153-.409-.153c-.231 0-.47.41-.351.41c.039 0 .107.063.2.147c.19.176.487.448.839.448c.287 0 .51-.058.711-.111c.164-.043.312-.082.467-.082c.2 0 .283-.024.319.007c.026.023.026.075.026.186c0 .265-.689.557-1.003.557c-.142 0-.494-.157-.835-.309c-.41-.182-.803-.358-.803-.248c0 .201.83 1.284 1.34 1.284h.956c.345 0 .208.438.208.438s-.334.297-.749.297c-.31 0-.617-.236-.857-.42a3 3 0 0 0-.216-.157c-.252-.158-.603-.28-.603 0s.793 1.399 1.435 1.399c.256 0 .487-.042.673-.075c.278-.05.454-.08.454.075c0 .258-.299.832-.65.705l-.008-.002c-.36-.13-1.457-.526-1.68-.946c-.224-.423-.634-.242-.468 0c.165.243 1.037 1.496 1.679 1.613c.17.03.339.051.493.07c.425.052.734.09.634.294c-.137.277-.705.664-1.003.542s-1.314-1.057-1.559-1.446c-.244-.39-.872-1.136-.872-.83c0 .065-.012.154-.025.256c-.049.374-.119.91.294 1c.524.114.8.619.524.619s-1.262-.237-1.262-.863c0-.625-.447-.976-.447-.8v.072c-.006.22-.017.67.201.971c.245.34-.102.617-.2.479c-.098-.139-.519-.78-.519-.904c0-.125-.148-.416-.323-.416c-.174 0-.209.304.117.956c.327.652 1.131 1.173 1.385 1.173c.255 0 0 .585 0 .585l1.73.448s.659-.34.659-.448c0-.109.344-.373.65-.373c.305 0 .329.373.164.373c-.081 0-.197.07-.313.14c-.12.072-.24.145-.328.145c-.173 0-.702.37-.702.37h1.178s-.188-.207.306-.207s.697.207.697.207s-.557.327-.697.327q-.053.001-.136.016a2 2 0 0 1-.323.034c-.038-.028-.06-.022-.073 0a2 2 0 0 1-.423-.05c-.529-.114.414.237.414.237s-.02-.136.01-.187h.072a.8.8 0 0 1 .153.187c.306.463.352.607 0 .607s-.65-.107-.65-.357s-.658-.487-.658-.487l-.848.487s.159.272-.1.357c-.258.086-.623-.04-.623-.126s.086-.481.306-.481s.886-.363.886-.363l-1.614-.482s-.453.482-.602.482c-.076 0-.226-.308-.39-.644c-.155-.32-.323-.667-.452-.797a2 2 0 0 1-.222-.294c-.158-.238-.303-.457-.516-.304c-.306.22-.427.898 0 1.468c.428.571 1.168 1.022 1.374 1.022s.611.02.611.162s-.18.725-.61.478q-.13-.074-.257-.15c-.342-.2-.648-.38-.7-.328c-.066.065.203.799.58.974a.9.9 0 0 0 .439.067c.153-.005.252-.01.252.164c0 .308-.266.65-.746.325a3 3 0 0 1-.523-.481c-.173-.187-.285-.309-.333-.188c-.087.216-.05 1.06.33 1.06q.133-.002.243-.006c.245-.009.4-.014.4.1c0 .149-.088.783-.485.53s-.687-.568-.758-.792c-.072-.223-.496 0-.362.313c.134.314.459.947.545.947S16.507 21.6 16.507 21.6l-.007-2.353l-.007 2.353s-1.094-1.911-1.007-1.911c.086 0 .411-.633.545-.947s-.29-.536-.361-.313s-.362.539-.76.792c-.396.253-.484-.381-.484-.53c0-.114.155-.109.4-.1q.111.004.243.005c.38 0 .417-.843.33-1.059c-.048-.12-.16 0-.333.188a3 3 0 0 1-.523.481c-.48.326-.746-.017-.746-.325c0-.173.099-.17.252-.164a.9.9 0 0 0 .44-.067c.376-.175.645-.91.58-.974c-.053-.052-.36.128-.7.329l-.257.15c-.431.246-.611-.337-.611-.479s.405-.162.61-.162c.207 0 .947-.45 1.375-1.022c.428-.57.306-1.248 0-1.468c-.213-.153-.358.066-.516.304c-.069.104-.14.213-.222.294c-.129.13-.297.476-.453.797c-.163.336-.313.644-.39.644c-.148 0-.6-.482-.6-.482l-1.615.482s.667.363.886.363c.22 0 .306.396.306.482s-.365.21-.623.125c-.259-.085-.1-.357-.1-.357l-.848-.487s-.659.237-.659.487s-.297.357-.65.357c-.351 0-.305-.144 0-.607a.8.8 0 0 1 .154-.187h.073c.03.051.009.187.009.187s.943-.351.414-.237a2 2 0 0 1-.423.05c-.013-.022-.035-.028-.073 0a2 2 0 0 1-.323-.034q-.082-.015-.136-.016c-.14 0-.697-.327-.697-.327s.203-.207.697-.207s.306.207.306.207h1.178s-.529-.37-.702-.37c-.087 0-.208-.073-.328-.145c-.116-.07-.232-.14-.313-.14c-.165 0-.14-.373.165-.373s.65.264.65.373s.658.448.658.448l1.73-.448s-.255-.585 0-.585c.254 0 1.058-.521 1.385-1.173s.291-.956.117-.956c-.175 0-.323.291-.323.416c0 .124-.42.765-.519.904c-.098.138-.446-.139-.2-.479c.218-.3.207-.75.202-.97l-.002-.074c0-.175-.446.176-.446.802c0 .625-.986.862-1.262.862s0-.505.524-.62c.413-.09.343-.625.294-.999a2 2 0 0 1-.024-.256c0-.306-.629.44-.873.83c-.245.39-1.262 1.324-1.56 1.446c-.297.122-.865-.265-1.001-.542c-.101-.204.208-.242.633-.294a10 10 0 0 0 .493-.07c.642-.117 1.514-1.37 1.68-1.613s-.245-.423-.47 0c-.222.42-1.319.816-1.679.946l-.007.002c-.352.127-.65-.447-.65-.705c0-.155.175-.124.453-.075c.186.033.417.075.673.075c.642 0 1.435-1.12 1.435-1.4s-.351-.157-.603 0c-.063.04-.136.096-.216.158c-.24.184-.546.42-.857.42c-.415 0-.749-.297-.749-.297s-.136-.438.208-.438h.955c.511 0 1.34-1.083 1.34-1.284c0-.11-.393.066-.802.248c-.341.152-.693.309-.835.309c-.315 0-1.002-.292-1.002-.557c0-.111 0-.163.025-.186c.036-.03.12-.007.32-.007c.154 0 .302.04.466.082c.2.053.424.111.711.111c.352 0 .648-.272.84-.448c.092-.084.16-.147.199-.147c.12 0-.12-.41-.351-.41c-.096 0-.24.07-.41.153c-.238.116-.527.257-.798.257c-.464 0-1.002-.739-1.002-.936s.257-.126.65 0s.677.216 1.56 0c.882-.216.351-.536.127-.536h-1.687c-.65 0-.65-.94-.65-1.116v-.003c0-.133.136-.057.47.128q.136.077.318.175c.442.236 1.037.192 1.46.162c.12-.01.228-.017.313-.017c.385 0-.224-.448-.224-.448s-.572 0-1.549-.415c-.976-.416-.788-1.552-.788-1.552s.29-.406.485 0c.194.406 1.426 1.428 1.852 1.428c.264 0 .258-.086.252-.157c-.004-.043-.007-.081.05-.092c.154-.029 1.393.39 1.393.39c.504.036.582.78.582 1.22c0 .441.371.833.944.833c.428 0 .256-.643.111-1.18c-.048-.18-.093-.347-.111-.475c-.073-.508-1.656-.802-1.656-.802c-.56-.089-.469-.41-.469-.41c.211-.007.519-.134.519-.134c.337-.076-1.391-.244-1.391-.244c-.383-.036-.224-.5-.224-.5c0-.21.165-.097.401.062c.227.153.518.35.79.35c.558 0-.163-.411-.364-.411l-.04-.001c0-.005.491-.039.908-.283c.259-.151.496-.06.8.059c.265.102.582.225 1.008.225c.521 0 .512.32.5.722c-.008.306-.019.659.204.952c.365.48.535.573.603.587'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-am{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackAm0)'%3E%3Cpath fill='%23E31D1C' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23FECA00' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ao{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23flagpackAo3)'%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackAo0)'%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M0 0v12h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFEA42' d='m9.933 5.897l.427-1.405c3.2.977 5.13 2.689 5.672 5.132c.36 1.62.196 3.069-.386 4.358c-.415.92-.942 1.605-1.7 2.378c-1.263 1.288-3.34 2.11-5.217 1.76a10.5 10.5 0 0 1-3.61-1.375l.766-1.252a9 9 0 0 0 3.111 1.184c1.355.252 2.961-.384 3.906-1.347c.647-.66 1.08-1.222 1.41-1.953c.453-1.005.58-2.13.29-3.434c-.414-1.864-1.932-3.211-4.669-4.046'/%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' filter='url(%23flagpackAo1)'%3E%3Cpath fill='%23FCFF01' d='m9.846 9.464l-.95.658l.336-1.102l-.922-.695L9.466 8.3l.38-1.087l.38 1.087l1.156.024l-.921.695l.335 1.102z'/%3E%3Cpath fill='%23FFEA42' d='m9.846 9.464l-.95.658l.336-1.102l-.922-.695L9.466 8.3l.38-1.087l.38 1.087l1.156.024l-.921.695l.335 1.102z'/%3E%3C/g%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' filter='url(%23flagpackAo2)'%3E%3Cpath fill='%23FCFF01' d='M7.614 9.86s-1.684 2.468-.358 3.37s8.337 4.708 8.337 4.708s1.449-.009 1.655.3c.206.308.635.67.816.67s.647-.327.647-.327s.364-.297 0-.643s-2.287-1.532-2.287-1.532s-7.508-4.792-8.147-5.266c-.638-.475-.663-1.28-.663-1.28'/%3E%3Cpath fill='%23FFEA42' d='M7.614 9.86s-1.684 2.468-.358 3.37s8.337 4.708 8.337 4.708s1.449-.009 1.655.3c.206.308.635.67.816.67s.647-.327.647-.327s.364-.297 0-.643s-2.287-1.532-2.287-1.532s-7.508-4.792-8.147-5.266c-.638-.475-.663-1.28-.663-1.28'/%3E%3C/g%3E%3Cpath fill='%23FFEA42' fill-rule='evenodd' d='m11.712 4.074l-.39.883l1.278.553l.363-.883zm2.613 1.41l-.704.66l.96 1.01l.679-.672zm.961 2.653l.9-.35l.493 1.277l-.88.368zm1.753 2.5l-.965-.032l-.034 1.393l.955.005zm-1.192 2.557l.883.39l-.553 1.25l-.883-.362zm-.523 3.008l-.66-.704l-1.01.96l.672.68zm-2.647.965l.348.9l-1.276.493l-.368-.88zm-2.494 1.754l.03-.964l-1.392-.035l-.005.955zm-2.551-1.193l-.39.883l-1.251-.553l.362-.883z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='flagpackAo1' width='3.073' height='2.907' x='8.31' y='7.214' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_270_67342'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_270_67342' result='shape'/%3E%3C/filter%3E%3Cfilter id='flagpackAo2' width='12.126' height='9.048' x='6.747' y='9.86' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_270_67342'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_270_67342' result='shape'/%3E%3C/filter%3E%3CclipPath id='flagpackAo3'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-aq{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235196ED' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAq0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackAq0)'%3E%3Cpath fill='%23F5F8FB' fill-rule='evenodd' d='M8.717 7.894s2.064 1.132 2.352 1.445c.286.314.746 1.464 1.464.814c.717-.65 1.435-.145 1.435-1.181s1.07-3.44 2.625-2.838c1.554.603 2.832.226 3.19.467c.359.24 1.22 1.437 1.89 1.437s1.003.699 1.051 1.71c.048 1.013-.215 1.11.407 1.23s.86.579.55 1.18c-.31.603-.287.338-.24.965c.049.626-.62 4.321-2.678 4.683c-2.056.361-4.005.168-3.48-.53c.527-.7 1.255-1.503.18-1.672c-1.077-.169-1.755-.312-2.831-.023s-2.2.746-2.87-.12c-.67-.868-.526-1.495-1.076-1.905s-1.22-.337-.67-1.132s1.005-.498.55-1.125c-.454-.626-2.169-.9-2.169-1.525c0-.627-1.09-2 .32-1.88' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ar{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%2358A5FF' fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackAr0)'%3E%3Cpath d='M0 0v7h32V0zm0 17v7h32v-7z'/%3E%3C/g%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' d='M15.22 7.128a.134.134 0 0 0-.18.06c-.147.297-.037.558.052.77l.027.066l.05.118l.058.132q.035.08.06.13a.5.5 0 0 1 .067.276q0 .107-.004.245c-.009.439-.022 1.055.137 1.313c.038.062.23-.036.293-.074s.039-.241 0-.303c-.16-.26-.16-.79-.16-1.157V8.68a.73.73 0 0 0-.093-.386l-.055-.123l-.105-.244l-.039-.083c-.067-.137-.157-.32-.048-.54a.13.13 0 0 0-.06-.176m1.953.079a.134.134 0 0 0-.188-.015c-.251.216-.253.5-.254.73v.198l.002.145q0 .088.004.143a.5.5 0 0 1-.046.28l-.1.225c-.18.4-.432.962-.387 1.26c.012.073.226.058.299.048s.13-.207.119-.279c-.046-.301.161-.79.305-1.127l.01-.023a.74.74 0 0 0 .064-.391L17 8.266L16.997 8l-.003-.091c-.009-.153-.02-.357.166-.516a.13.13 0 0 0 .013-.186m1.583.718a.134.134 0 0 1 .168.083a.13.13 0 0 1-.081.168c-.233.078-.299.271-.348.416q-.015.047-.031.086l-.045.11l-.053.137q-.03.072-.048.125a.74.74 0 0 1-.207.34l-.018.017c-.26.26-.634.634-.704.93c-.017.072-.144.232-.215.215s-.276-.084-.26-.155c.07-.294.515-.721.832-1.025q.1-.095.176-.171c.098-.098.113-.142.148-.242q.017-.053.05-.134c.01-.03.052-.135.052-.135a4 4 0 0 1 .075-.184c.087-.213.195-.476.509-.581m1.494 1.509a.134.134 0 0 0-.123-.143c-.33-.026-.531.173-.695.336l-.051.05l-.09.09l-.101.103l-.098.104a.5.5 0 0 1-.23.166l-.23.088c-.41.156-.986.375-1.165.619c-.043.059.119.2.178.243c.058.045.238-.053.28-.112c.181-.246.673-.445 1.014-.582l.022-.01a.74.74 0 0 0 .323-.23l.093-.097l.187-.19l.063-.066c.102-.114.238-.266.482-.247a.13.13 0 0 0 .14-.122m.606 1.615a.134.134 0 0 1 .06.178a.13.13 0 0 1-.176.061c-.22-.11-.403-.02-.54.048q-.045.023-.083.039l-.11.047l-.134.058l-.123.056a.74.74 0 0 1-.386.092h-.024c-.367 0-.898 0-1.157.16c-.062.039-.265.062-.303 0c-.038-.063-.136-.255-.073-.293c.257-.159.873-.146 1.312-.137q.137.004.245.004c.14 0 .18-.02.276-.067l.13-.06l.25-.108l.065-.027c.213-.09.474-.199.771-.051m-.02 2.115a.134.134 0 0 0 .015-.188c-.215-.252-.498-.253-.73-.254h-.197l-.145.001q-.088.001-.143.005c-.107.005-.152.008-.28-.047l-.225-.1c-.4-.179-.962-.432-1.261-.386c-.072.011-.057.225-.047.298s.207.13.279.12c.301-.047.79.16 1.127.304l.023.01c.168.071.238.07.391.065l.135-.003l.266-.002q.041 0 .091-.003c.153-.008.356-.02.516.167a.13.13 0 0 0 .186.013m-.724 1.566a.134.134 0 0 1-.084.169a.13.13 0 0 1-.167-.082c-.078-.232-.271-.298-.416-.348q-.047-.015-.086-.031l-.111-.045l-.262-.1a.74.74 0 0 1-.339-.208l-.017-.017c-.26-.26-.634-.635-.931-.705c-.071-.017-.232-.144-.214-.215s.084-.276.155-.259c.294.07.721.515 1.025.831q.095.1.17.176c.1.099.142.114.243.148q.053.018.134.05l.253.1l.066.027c.213.088.476.195.58.509m-1.521 1.482a.134.134 0 0 0 .142-.122c.026-.33-.173-.532-.336-.696l-.05-.05l-.09-.09l-.103-.102l-.104-.097a.5.5 0 0 1-.166-.231l-.088-.23c-.156-.41-.375-.986-.619-1.165c-.058-.043-.2.12-.243.178c-.044.059.054.238.112.281c.246.18.445.673.582 1.013l.01.023c.068.17.118.217.23.322l.097.094l.19.187q.028.03.066.062c.114.102.266.238.247.483a.13.13 0 0 0 .122.14m-1.632.6a.134.134 0 0 1-.178.06a.13.13 0 0 1-.061-.176c.109-.22.019-.403-.048-.54l-.039-.083l-.047-.11l-.114-.257c-.064-.14-.093-.202-.093-.386v-.024c0-.367 0-.898-.16-1.157c-.038-.062-.062-.265.001-.303s.255-.136.293-.074c.159.258.146.874.137 1.313l-.004.245c0 .14.02.18.067.276l.06.13l.108.25l.027.065c.089.213.198.474.051.771m-2.132-.019a.134.134 0 0 0 .187.015c.252-.216.253-.5.254-.73l.001-.071v-.127l-.002-.145q0-.088-.004-.143a.5.5 0 0 1 .046-.28l.1-.225c.18-.4.432-.962.386-1.261c-.01-.072-.225-.057-.298-.047s-.13.207-.119.279c.046.301-.161.79-.305 1.127l-.01.023a.76.76 0 0 0-.065.391q.003.058.003.135l.002.266l.003.091c.008.153.02.357-.167.516a.13.13 0 0 0-.012.186m-1.583-.718a.134.134 0 0 1-.168-.083a.13.13 0 0 1 .08-.168c.234-.078.3-.271.349-.416q.015-.047.031-.086l.045-.11l.101-.263a.74.74 0 0 1 .207-.338l.018-.018c.259-.26.634-.634.704-.931c.017-.071.144-.231.215-.214s.276.084.26.155c-.07.294-.515.721-.832 1.025q-.1.095-.176.171c-.098.098-.113.142-.148.242l-.05.134l-.052.135a4 4 0 0 1-.075.184c-.087.213-.195.476-.509.581m-1.48-1.485a.134.134 0 0 0 .124.141c.331.02.529-.183.69-.348l.05-.05l.088-.092l.1-.106q.059-.063.095-.106c.07-.08.1-.115.228-.169q.1-.042.228-.092c.407-.164.98-.393 1.154-.64c.042-.059-.122-.197-.182-.24s-.237.058-.28.118c-.175.249-.664.456-1.001.6l-.023.009a.74.74 0 0 0-.319.236l-.091.099l-.1.106l-.084.086q-.03.03-.061.068c-.1.116-.234.27-.479.255a.13.13 0 0 0-.138.125m-.62-1.639a.134.134 0 0 1-.06-.178a.13.13 0 0 1 .176-.061c.22.109.402.02.54-.048q.045-.023.083-.039l.11-.047l.134-.059l.122-.054a.73.73 0 0 1 .386-.094h.025c.367 0 .897 0 1.157-.16c.062-.038.265-.062.303.001s.135.255.073.293c-.257.159-.873.146-1.312.137l-.246-.004a.5.5 0 0 0-.276.067l-.13.06l-.132.058a4 4 0 0 1-.182.077c-.213.09-.475.199-.771.051m.019-2.115a.134.134 0 0 0-.014.188c.215.252.498.253.73.254h.197l.145-.001q.088-.001.143-.005a.5.5 0 0 1 .28.047q.099.042.225.1c.4.179.962.432 1.261.386c.072-.011.057-.226.047-.298c-.01-.073-.207-.13-.279-.12c-.301.047-.79-.16-1.127-.304l-.023-.01a.74.74 0 0 0-.391-.065l-.135.003l-.266.002q-.041 0-.091.003c-.153.008-.357.02-.516-.167a.13.13 0 0 0-.186-.013m.725-1.566a.134.134 0 0 1 .084-.169a.13.13 0 0 1 .167.082c.078.232.271.298.416.348l.086.03l.11.046l.263.1c.144.054.209.078.338.208l.018.017c.26.26.634.635.931.705c.07.017.231.144.214.215s-.084.276-.155.259c-.294-.07-.721-.515-1.025-.831l-.171-.176a.5.5 0 0 0-.242-.149l-.134-.049l-.135-.052l-.118-.048l-.066-.027c-.213-.088-.476-.195-.581-.51m1.521-1.482a.134.134 0 0 0-.143.122c-.025.33.174.532.336.696l.05.05c.028.029.055.057.09.09l.104.102q.063.061.104.097c.08.072.113.102.165.231q.04.1.089.23c.156.41.375.986.618 1.165c.06.043.2-.12.244-.178c.044-.059-.054-.238-.113-.281c-.245-.18-.444-.673-.581-1.013l-.01-.023a.74.74 0 0 0-.23-.323q-.042-.038-.097-.093l-.105-.102l-.085-.085l-.066-.062c-.114-.102-.266-.238-.247-.483a.13.13 0 0 0-.123-.14' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m15.04 7.188l-.066-.033zm.052.77l.07-.028zm0 0l-.07.03zm.027.066l-.07.029zm.05.118l-.069.03l.138-.06zm.058.132l-.069.03zm.06.13l-.067.033zm.063.521l.075.002zm0 0l-.075-.002zm.137 1.313l.064-.04zm.293-.377l.064-.04zm-.16-1.157h.075zm0-.024h.075zm-.093-.386l.069-.032zm-.055-.123l.07-.03zm-.058-.134l-.07.03l.138-.06zm-.047-.11l-.07.028zm-.039-.083l-.067.033zm-.048-.54l.067.033zm1.705-.112l-.048-.056zm.188.015l-.056.05zm-.442.715h-.075zm0 0h.075zm0 .071l-.075-.001zm0 .127l-.075.001zm0 0l-.075.001zm0 0h.075zm.002.145h.075zm.004.143l-.075.004zm-.046.28l-.07-.03zm-.1.225l-.068-.031zm0 0l.069.03zm-.387 1.26l.075-.01zm.299.048l-.01-.075zm.119-.279l-.074.011zm.305-1.127l.069.029v-.001zm0 0l-.07-.029zm0 0l-.07-.03v.001zm.01-.023l.068.03zM17 8.401h-.075v.002zm0 0h.075v-.003zm0-.135h.075zm-.002-.146h-.075l.15-.001zm0-.12l.075.001zm-.003-.091l.075-.004zm.166-.516l-.048-.057zm1.764.615l-.07.025zm-.168-.083l.023.07zm.087.251l-.024-.071zm-.348.416l.071.024zm-.031.086l.069.03zm-.098.247l.07.028zm-.048.125l-.07-.026zm0 0l-.07-.025zm0 0l.07.028v-.002zm0 0l-.07-.026l-.001.003zm0 0l.07.025zm0 0l.07.027v-.002zm0 0l-.07-.026v.002zm0 0l.07.027v-.001zm0 0l.07.027zm-.207.34l.053.053zm-.018.017l.053.053zm-.704.93l.072.018zm-.215.215l.018-.073zm-.26-.155l-.072-.018zm.832-1.025l-.052-.054zm.324-.413L18 8.934zm.05-.134l-.07-.028zm.052-.135l-.07-.028l.14.055zm.047-.118l.07.029zm.028-.066l-.07-.029zm0 0l-.07-.029zm0 0l.069.03l.001-.004zm0 0l-.07-.028v.002zm1.88.785l.006-.075zm.123.143l.075.005zm-.818.193l-.053-.053zm0 0l-.053-.053zm0 0l.052.053zm0 0l.052.054zm-.051.05l-.052-.054zm-.09.09l-.054-.053l.108.105zm-.101.103l-.053-.052zm-.098.104l.056.05zm-.23.166l-.029-.07zm-.23.088l-.027-.07zm-1.165.619l-.06-.045zm.178.243l-.046.06zm.28-.112l-.06-.045zm1.014-.582l.027.07zm.022-.01l.028.07zm.323-.23l.055.052zm.093-.097l.054.053zm.103-.105l-.054-.052l.107.105zm.084-.084l-.052-.054zm.063-.067l-.055-.051l-.001.001zm0 0l.055.052l.005-.008zm0 0l-.056-.05l-.005.006zm.482-.247l.006-.075zm.747 1.493l-.033.067zm-.116.24l.034-.068zm-.54.047l-.033-.067zm0 0l.033.068zm-.083.039l-.028-.07zm-.11.047l-.03-.07l.06.138zm-.134.058l.03.07zm-.123.056l-.031-.069l-.002.001zm0 0l.032.068l.002-.001zm-.386.092v.075zm-.024 0v.075zm-1.157.16l-.04-.063zm-.303 0l.064-.04zm-.073-.293l.039.064zm1.312-.137l.002-.075zm0 0l-.002.075zm.521-.063l.033.068zm.13-.06l-.03-.069zm.133-.058l-.03-.069l.06.137zm.117-.05l-.029-.07zm.065-.027l-.028-.07zm0 0l.028.07h.001zm.766 1.876l.057-.049zm-.73-.254l.001-.075zm0 0v.075zm-.07 0l.001-.076zm-.127 0l-.001-.076zm0 0v.074zm0 0v-.076h-.002zm-.145.001v.075zm-.143.005l-.004-.075zm-.28-.047l.03-.069zm-.225-.1l-.032.069h.001zm0 0l.032-.067h-.001zm-1.261-.386l.011.074zm-.047.298l-.074.01zm.279.12l-.012-.075zm1.127.304l-.03.069zm.023.01l-.03.069zm.391.065v-.075h-.002zm0 0v.075h.002zm.135-.003v.075zm.146-.002v-.075l.001.15zm.12 0l-.002.075zm.091-.003l.004.075zm.516.167l.057-.049zm-.54 1.579l.072-.024zm-.25.087l.07-.024zm-.416-.348l-.024.071zm-.086-.031l.03-.069zm-.111-.045l.027-.07l-.054.14zm-.136-.053l-.028.07zm-.126-.048l.026-.07zm0 0l-.026.07zm-.339-.207l-.053.053zm-.017-.017l-.053.053zm-.931-.705l-.017.073zm-.059-.474l.017-.073zm1.025.831l-.055.052l.002.001zm0 0l.054-.052h-.001zm0 0l-.055.052zm0 0l.054-.052zm.413.324l-.024.071zm.134.05l.028-.07zm.135.052l.027-.07l-.055.14zm.118.048l-.03.069zm.066.027l.028-.07zm-.797 1.869l-.075-.006zm-.144.122l-.005.075zm-.193-.818l.054-.053zm-.05-.05l.054-.053zm-.09-.09l.053-.054l-.105.107zm-.103-.102l.053-.053zm-.104-.097l-.053.053l.002.002zm0 0l.053-.053l-.003-.003zm-.166-.231l.07-.028zm-.088-.23l.07-.026zm-.619-1.165l.045-.06zm-.13.46l-.045.06zm.581 1.012l-.07.028zm.01.023l-.07.028zm.23.322l-.051.055zm.097.094l-.053.053zm.105.102l.052-.054l-.105.107zm.084.085l.054-.053zm.067.062l-.05.056l.003.003zm0 0l.05-.056l-.003-.003zm.247.483l-.075-.006zm-1.687.8l.032-.067zm.178-.06l-.067-.033zm-.24-.116l.068.033zm-.047-.54l.067-.033zm0 0l-.068.033zm-.039-.083l.07-.028zm-.047-.11l.069-.03l-.137.06zm-.059-.134l-.069.03zm-.055-.123l.069-.031zm-.093-.386h-.075zm0-.024h-.075zm-.16-1.157l.064-.04zm.001-.303l.039.064zm.293-.074l-.064.04zm.137 1.313l.075.002zm0 0l-.075-.002zm.063.521l-.068.033zm.06.13l-.07.03zm.058.132l.069-.03l-.138.06zm.05.117l.07-.028zm.027.066l.07-.028h-.001zm0 0l-.07.028v.001zm-1.894.767l-.048-.058zm.254-.73h.075zm0 0h-.075zm.001-.071l.075.001zm0-.127l.075-.001zm0 0l.075-.002zm-.002-.145h.075zm-.004-.143l.075-.004zm0 0l-.075.004zm.046-.28l.07.03zm.1-.225l.068.031l.001-.003zm0 0l-.069-.03l-.001.002zm.386-1.261l.074-.011zm-.298-.047l-.01-.074zm-.119.279l-.074.011zm-.305 1.127l-.069-.03zm-.01.023l-.068-.03zm-.065.391l-.074.003zm.003.135h.075zm.002.146h.075l-.15.001zm0 .12l-.075-.002zm.003.091l.075-.004zm-.167.516l-.049-.057zm-1.764-.615l-.07.024zm.17.083l.023.071zm-.088-.251l.024.071zm.348-.416l.07.024zm.031-.086l.07.03zm.045-.11l.07.027l-.14-.055zm.053-.137l.07.027zm.048-.126l-.07-.029v.003zm0 0l.07.029v-.003zm.207-.338l-.053-.054zm.018-.018l-.047-.059l-.006.006zm0 0l.047.059l.006-.006zm.704-.931l-.073-.017zm.474-.059l-.073-.017zm-.83 1.025l.049.056l.002-.002zm0 0l-.05-.056l-.003.002zm-.001 0l.052.054zm0 0l-.052-.054zm0 0l-.052-.054zm0 0l.052.054zm-.176.171l.053.053zm-.148.242l.07.027v-.002zm0 0l-.07-.026l-.001.002zm-.05.134l-.07-.027zm-.052.135l.07.028l-.14-.055zm-.048.118l-.069-.03zm-.027.066l.07.028zm-1.865-.763l-.004.075zm-.125-.14l-.075-.004zm.815-.208l-.054-.053zm.05-.05l.053.052zm.088-.092l.055.051l-.109-.103zm.1-.106l-.055-.052zm.095-.106l-.056-.049zm.228-.169l-.03-.069zm.228-.092l-.028-.07zm0 0l-.027-.07zm0 0l.027.07zm1.154-.64l.061.044zm-.182-.24l-.044.06zm-.28.118l.062.043zm-1.001.6l-.03-.07zm-.023.009l-.03-.07zm-.319.236l-.055-.05zm-.091.099l.054.051zm-.1.106l.054.052l-.11-.103zm-.084.086l-.053-.053zm-.061.068l.057.05zm-.479.255l-.004.075zm-.817-1.692l.067.032zm.06.178l.033-.067zm.116-.24l.033-.066zm.54-.047l-.031-.069l-.002.001zm0 0l.03.068l.003-.001zm.083-.039l.028.07zm.11-.047l.03.069l-.06-.137zm.134-.059l-.03-.068zm.122-.054l.032.068zm0 0l.032.068zm0 0l.032.068l.002-.002zm0 0l-.03-.069l-.003.001zm.386-.094v-.075zm.025 0v-.075zm1.157-.16l-.04-.063zm.303.001l.064-.038zm.073.293l-.04-.064zm-1.312.137l-.002.075zm0 0l.002-.075zm-.522.063l.033.067zm-.13.06l-.029-.069zm-.132.058l.03.069l-.06-.138zm-.117.05l.028.07zm-.066.027l.029.07zm0 0l-.028-.07zm-.765-1.876l.057-.049zm.014-.188l.05.057zm.715.442v.075zm0 0v-.075zm.071 0l-.001.076zm.127 0l.001.076zm0 0l.002.076zm0 0l.002.076zm.145-.001v-.075zm.143-.005v-.075h-.004zm0 0v.075h.005zm0 0l-.004-.075h-.001zm.28.047l-.03.069zm.225.1l-.031.068zm1.261.386l.011.074zm-.232-.417l-.011-.075zm-1.127-.305l.03-.07zm-.023-.01l.03-.069zm-.391-.065l-.003-.075zm-.135.003v.075zm-.146.002v.075l-.001-.15zm-.12 0l.002-.075zm-.091.003v.075h.004zm0 0v-.075h-.004zm-.516-.167l.057-.049zm.623-1.748l-.025-.07zm-.084.169l.071-.024zm.251-.087l.071-.024zm.416.348l-.024.07zm.086.03l-.03.07zm.247.099l-.027.07zm.126.048l.028-.07h-.002zm0 0l-.028.07h.002zm.338.207l.054-.053zm.018.017l.053-.053zm.931.705l.017-.073zm.214.215l-.073-.018zm-.155.259l-.018.073zm-1.025-.831l-.055.05l.001.002zm0 0l.055-.05v-.002zm-.171-.176l.053-.054zm-.242-.149l.024-.07zm0 0l-.025.071h.001zm-.134-.049l.027-.07zm-.135-.052l-.028.07l.055-.14zm-.118-.048l-.03.069zm-.066-.027l-.028.07zm.797-1.869l-.074-.005zm.143-.122l-.005.075zm.193.818l-.053.053zm.05.05l.054-.051zm.09.09l-.052.054l.105-.107zm.104.102l-.053.053zm.104.097l-.05.056zm.165.231l-.07.028zm.089.23l-.07.026zm.618 1.165l-.044.06zm.244-.178l.06.045zm-.113-.281l-.044.06zm-.581-1.013l-.07.028zm-.01-.023l.07-.028zm-.23-.323l-.052.055zm-.097-.093l-.053.054zm-.105-.102l-.052.054l.104-.108zm-.085-.085l-.053.053zm-.066-.062l.05-.056zm-.247-.483l-.075-.006zm1.576-.707a.06.06 0 0 1 .079-.026l.065-.135a.21.21 0 0 0-.278.095zm.053.709c-.09-.216-.184-.446-.053-.709l-.134-.066c-.165.33-.04.623.049.833zm0 0l-.138.057zm.028.066l-.028-.066l-.138.058l.027.065zm.049.115l-.05-.115l-.138.057c.015.037.03.074.05.119zm.058.133l-.034-.077l-.017-.04l-.006-.011l-.001-.004s-.1-.04-.138.06l.138-.06c-.039.098-.138.06-.138.06v.001l.002.003l.005.012l.018.04l.033.076zm.059.127l-.06-.127l-.137.06q.036.082.062.133zm.074.309a.7.7 0 0 0-.019-.174c-.013-.048-.033-.088-.056-.135l-.134.066a1 1 0 0 1 .046.108a.5.5 0 0 1 .013.135zm-.004.247q.004-.138.004-.247h-.15q0 .105-.004.244zm0 0l-.15-.004zm.126 1.271a.7.7 0 0 1-.08-.228a2.4 2.4 0 0 1-.04-.325a9 9 0 0 1-.006-.718l-.15-.003c-.004.219-.01.486.006.73q.01.186.043.347a.9.9 0 0 0 .1.276zm.19-.098a1 1 0 0 1-.142.068a.2.2 0 0 1-.062.015c-.017 0 .001-.005.014.015l-.128.079c.032.051.088.057.12.055a.4.4 0 0 0 .106-.023a1 1 0 0 0 .17-.08zm-.024-.2q.006.008.015.046l.011.079a.3.3 0 0 1-.004.067c-.005.02-.009.014.002.008l.077.128a.16.16 0 0 0 .066-.101a.4.4 0 0 0 .009-.109a1 1 0 0 0-.015-.106a.3.3 0 0 0-.034-.09zm-.172-1.196c0 .183 0 .41.02.626c.02.212.062.425.152.57l.127-.078c-.07-.114-.11-.297-.129-.506c-.02-.207-.02-.428-.02-.612zm0-.024v.024h.15V8.68zm-.086-.355c.033.071.053.116.067.165a.7.7 0 0 1 .02.19h.15a.8.8 0 0 0-.026-.23c-.017-.062-.043-.119-.074-.188zm-.055-.124l.055.124l.137-.063l-.055-.12zm.078-.194c-.032.096-.133.067-.137.061l.002.004l.005.012l.017.039l.035.078l.137-.06l-.034-.079l-.018-.039l-.005-.012zc-.003-.006-.105-.035-.138.06v.001zm-.185-.052l.048.112l.137-.06l-.046-.108zm-.036-.078q.023.045.036.078l.14-.056l-.041-.088zm-.048-.606c-.127.255-.019.47.048.606l.135-.066c-.069-.14-.14-.29-.049-.474zm-.026-.076c.029.014.04.048.026.075l.134.067a.206.206 0 0 0-.095-.277zm1.847.054a.06.06 0 0 1 .083.007l.113-.099a.21.21 0 0 0-.293-.021zm-.228.673c.002-.233.005-.482.228-.673l-.097-.113c-.28.24-.28.558-.28.786zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 0h-.15zm0 .072v-.071h-.15v.069zm0 .125v-.125l-.15-.002v.13zm0 0l-.15.002zm0 0l-.15.003zm.002.146l-.002-.145l-.15.002l.002.143zm.004.139q-.003-.055-.005-.14l-.15.001q.001.091.005.147zm-.052.313a.6.6 0 0 0 .05-.167a.7.7 0 0 0 .002-.146l-.15.008a.6.6 0 0 1 0 .118a.5.5 0 0 1-.04.129zm-.1.226q.057-.126.1-.226l-.138-.058l-.1.223zm0 0l-.137-.061zm-.381 1.22a.7.7 0 0 1 .015-.241q.03-.147.09-.316c.079-.224.186-.462.276-.663l-.137-.061c-.09.2-.2.443-.28.675c-.041.115-.075.23-.096.335a.9.9 0 0 0-.017.293zm.213-.017a1 1 0 0 1-.157.007a.2.2 0 0 1-.063-.01c-.015-.006.003-.004.007.02l-.149.022c.01.06.059.087.09.098a.4.4 0 0 0 .106.02c.07.004.148-.003.187-.008zm.056-.193a.2.2 0 0 1-.004.049l-.02.076a.3.3 0 0 1-.031.06c-.012.016-.013.01 0 .008l.02.149a.16.16 0 0 0 .1-.068a.4.4 0 0 0 .05-.096a1 1 0 0 0 .029-.104a.3.3 0 0 0 .004-.096zm.31-1.168a7 7 0 0 0-.226.584c-.065.204-.11.415-.084.584l.148-.022c-.02-.133.015-.316.079-.516c.062-.198.149-.402.22-.571zm-.001.002l.14.056zm0-.001l.139.057zm.01-.023l-.01.022l.139.059l.01-.023zm.06-.36a1 1 0 0 1-.004.177a.7.7 0 0 1-.056.183l.138.058a1 1 0 0 0 .067-.22c.008-.065.006-.127.004-.203zm0-.002h.15zm0 0h.15zm-.003-.135l.002.137l.15-.005l-.002-.132zm.148-.147c-.068.075-.15.009-.15.003V8.12v.06l.002.085h.15l-.002-.143zc0-.006-.082-.073-.15.002zm-.15-.12v.122l.15-.002V8zm-.003-.086l.003.086l.15.002l-.003-.096zm.193-.577c-.217.186-.201.426-.193.577l.15-.008c-.009-.155-.015-.322.14-.455zm.005-.08a.056.056 0 0 1-.005.08l.097.114a.206.206 0 0 0 .02-.293zm1.878.728a.21.21 0 0 0-.263-.13l.047.142a.06.06 0 0 1 .074.037zm-.128.263a.206.206 0 0 0 .128-.263l-.142.05a.056.056 0 0 1-.034.071zm-.301.37c.05-.147.106-.305.3-.37l-.047-.142c-.271.091-.346.32-.395.463zm-.033.09l.033-.09l-.142-.05q-.016.05-.03.082zm-.044.109c.016-.043.03-.076.044-.109l-.139-.058l-.045.112zm-.054.137l.032-.08l.015-.04l.005-.013l.001-.003v-.001l.001-.001c.002-.006-.05-.098-.14-.054l.14.055c-.091.045-.143-.047-.14-.053v-.001l-.002.004l-.005.012l-.015.04l-.031.08zm-.047.124l.047-.124l-.139-.056q-.03.074-.048.127zm0 0l-.14-.052zm0 0l-.14-.052zm0 0l-.14-.053zm0-.002l-.141-.048zm0 0l-.141-.049zm0 .002l-.14-.053zm0-.001l-.14-.05zm0 0l-.14-.051zm-.224.366a1 1 0 0 0 .144-.18c.032-.056.054-.114.08-.185l-.14-.052c-.028.073-.045.12-.07.163a.7.7 0 0 1-.12.148zm-.018.018l.018-.018l-.106-.106l-.018.018zm-.685.895c.031-.13.133-.287.267-.449a7 7 0 0 1 .418-.446l-.106-.106c-.13.129-.29.29-.428.457c-.136.164-.257.343-.296.51zm-.306.27a.16.16 0 0 0 .12-.025a.4.4 0 0 0 .082-.071a1 1 0 0 0 .065-.086a.3.3 0 0 0 .04-.088l-.146-.034a.2.2 0 0 1-.022.043a.4.4 0 0 1-.048.063a.3.3 0 0 1-.05.045c-.018.01-.017.004-.004.007zm-.313-.246c-.014.059.021.103.045.125c.026.023.06.043.092.058c.064.03.138.053.176.062l.037-.145a1 1 0 0 1-.149-.053a.2.2 0 0 1-.054-.033c-.012-.011.004-.002-.001.02zm.852-1.061c-.158.151-.35.336-.513.52a3 3 0 0 0-.214.276a.9.9 0 0 0-.125.265l.146.035a.7.7 0 0 1 .104-.218q.082-.124.202-.259c.157-.178.345-.359.504-.51zm.175-.17l-.175.17l.104.108l.177-.172zm.13-.214a.6.6 0 0 1-.044.11a.5.5 0 0 1-.086.104l.106.106a.7.7 0 0 0 .11-.136a1 1 0 0 0 .056-.135zm.05-.137q-.032.084-.05.137l.142.05c.012-.037.027-.078.048-.132zm.193-.08c-.097.043-.14-.054-.14-.054l-.002.004l-.005.013l-.015.039l-.03.078l.139.055c.006-.015.02-.049.03-.079l.016-.04l.005-.012zs-.042-.097-.139-.055zm-.091-.175l-.05.12l.14.055l.047-.116zm.026-.064l-.026.064l.137.059l.028-.066zm0 0l.139.057zm0-.001l.139.058zm0 .003l.14.052zm.555-.626c-.35.117-.468.413-.555.624l.14.056c.088-.216.184-.445.462-.538zm1.39 1.511a.06.06 0 0 1 .053.064l.15.01a.21.21 0 0 0-.192-.223zm-.637.315c.165-.164.344-.337.636-.315l.012-.15c-.368-.028-.592.198-.754.359zm0 0l-.106-.106zm0 0l-.107-.106zm0 0l-.106-.106zm-.052.05l.051-.05l-.106-.106l-.05.049zm-.088.089q.048-.05.088-.088l-.104-.108l-.092.091zm-.102.104l.09-.091l.008-.01l.003-.002v-.001s0-.106-.107-.105l.108.105c-.106.001-.108-.105-.108-.105v.001l-.003.003l-.01.01l-.087.09zm-.095.102q.036-.041.095-.102l-.106-.105l-.1.106zm-.259.184a.6.6 0 0 0 .155-.082a1 1 0 0 0 .104-.102l-.111-.1a.6.6 0 0 1-.084.083a.5.5 0 0 1-.12.062zm-.23.09l.23-.09l-.056-.139l-.227.088zm-1.132.592a.7.7 0 0 1 .181-.16q.125-.081.287-.159c.215-.103.458-.195.664-.274l-.053-.14c-.205.078-.455.173-.676.279c-.11.053-.215.11-.305.17a.9.9 0 0 0-.219.195zm.163.14a1 1 0 0 1-.116-.107a.2.2 0 0 1-.038-.052c-.006-.014.005 0-.009.02l-.12-.09c-.036.049-.02.103-.007.132a.4.4 0 0 0 .061.09c.047.053.107.102.138.126zm.175-.098a.2.2 0 0 1-.036.032a.4.4 0 0 1-.133.06c-.02.003-.016-.002-.006.005l-.09.12c.039.03.086.029.118.024a.4.4 0 0 0 .104-.033a1 1 0 0 0 .093-.053a.3.3 0 0 0 .071-.066zm1.045-.606c-.17.068-.38.153-.572.253c-.19.098-.371.216-.473.353l.121.09c.08-.109.234-.213.42-.31c.185-.096.39-.178.56-.247zm.023-.01l-.023.01l.056.139l.023-.01zm.297-.212a1 1 0 0 1-.128.123a.7.7 0 0 1-.169.09l.056.138a.8.8 0 0 0 .203-.109c.052-.04.095-.085.147-.14zm.094-.099q-.055.056-.094.099l.109.103q.038-.042.092-.096zm.21 0l-.001.001c-.1.005-.112-.1-.108-.104l-.002.002l-.01.01l-.03.03l-.059.061l.107.106l.06-.062l.03-.03l.01-.01l.002-.003zc.004-.005-.007-.11-.107-.105h-.001zm-.022-.19l-.086.086l.107.105l.083-.083zm.059-.063l-.059.063l.104.108l.067-.07zm.001-.001l.11.102zm-.006.007l.121.088zm.55-.278c-.286-.022-.444.16-.545.272l.111.1c.104-.115.217-.238.422-.222zm.059-.052a.056.056 0 0 1-.06.052l-.011.15a.206.206 0 0 0 .22-.192zm.809 1.831a.21.21 0 0 0-.095-.278l-.066.134a.06.06 0 0 1 .026.079zm-.277.095a.206.206 0 0 0 .277-.095l-.135-.065a.056.056 0 0 1-.075.026zm-.474.049c.14-.069.29-.14.474-.049l.067-.134c-.256-.127-.471-.019-.607.048zm0 0l-.067-.135zm-.088.04q.044-.018.088-.04l-.066-.135q-.045.022-.078.036zm-.108.046l.108-.046l-.056-.139l-.112.048zm-.134.06l.079-.035l.04-.018l.011-.005l.003-.001h.001v-.001h.001c.007-.004.034-.105-.06-.138h-.001l.06.138c-.095-.031-.068-.133-.061-.137l-.003.002l-.012.005l-.04.017l-.078.035zm-.121.054l.12-.055l-.059-.137l-.124.055zm.002-.001l-.067-.135zm-.42.1a1 1 0 0 0 .23-.025c.063-.017.119-.043.188-.074l-.063-.137a1 1 0 0 1-.165.067a.7.7 0 0 1-.19.02zm-.024 0h.024v-.15h-.024zm-1.117.15c.113-.071.296-.11.505-.13c.207-.02.428-.02.612-.02v-.15c-.183 0-.41 0-.626.02c-.212.02-.425.062-.57.152zm-.407-.027a.15.15 0 0 0 .101.066q.054.012.109.009a1 1 0 0 0 .106-.015a.3.3 0 0 0 .09-.034l-.078-.127a.2.2 0 0 1-.046.015a.4.4 0 0 1-.079.011a.3.3 0 0 1-.067-.004c-.02-.005-.014-.009-.008.002zm-.049-.395c-.051.032-.057.088-.055.12a.4.4 0 0 0 .023.106c.024.067.06.135.08.17l.13-.078a1 1 0 0 1-.068-.142a.2.2 0 0 1-.015-.062c-.001-.017.004.001-.016.014zm1.353-.148a9 9 0 0 0-.73.006a3 3 0 0 0-.347.043a.9.9 0 0 0-.276.1l.079.127a.7.7 0 0 1 .228-.08a2 2 0 0 1 .325-.04a9 9 0 0 1 .718-.006zm0 0l-.003.15zm.244.004q-.106 0-.244-.004l-.003.15l.247.004zm.244-.06a.6.6 0 0 1-.11.047a.5.5 0 0 1-.134.013v.15a.6.6 0 0 0 .174-.019c.048-.013.088-.033.135-.055zm.132-.06q-.082.036-.132.06l.065.136q.05-.025.127-.059zm.193.079c-.1-.039-.06-.138-.06-.138h-.002l-.003.002l-.012.006l-.04.017l-.076.033l.06.138l.077-.034l.04-.017l.011-.006zs.04-.1-.06-.138zm.058-.188l-.119.05l.06.137l.116-.048zm.065-.027l-.065.027l.057.139l.066-.028zm.002 0l.055.139zm.832-.05c-.331-.164-.623-.038-.834.05l.058.138c.216-.09.446-.184.709-.053zm-.096 2.044a.06.06 0 0 1-.006.082l.098.113a.21.21 0 0 0 .022-.293zm-.673-.228c.234.001.483.005.673.228l.114-.098c-.24-.28-.558-.279-.786-.28zm0 0v-.15zm0 0v-.15zm0 0v-.15zm0 0v-.15zm-.072 0h.072l.001-.15h-.07zm-.125 0h.125l.003-.15h-.13zm0 0l-.002-.15zm0 0v-.15zm-.145.001l.145-.002l-.002-.15l-.144.002zm-.14.005q.055-.004.14-.005v-.15q-.092.001-.147.005zm-.312-.053a.6.6 0 0 0 .167.051c.049.007.094.004.146.002l-.008-.15a.6.6 0 0 1-.118 0a.5.5 0 0 1-.129-.04zm-.227-.1q.126.057.226.1l.06-.138q-.098-.041-.224-.099zm0 0l.063-.136zm-1.219-.38a.7.7 0 0 1 .241.014c.096.02.204.051.316.09c.224.08.462.186.662.276l.062-.137a9 9 0 0 0-.675-.28a3 3 0 0 0-.336-.096a.9.9 0 0 0-.293-.016zm.016.213a1 1 0 0 1-.006-.157a.2.2 0 0 1 .01-.064c.006-.015.004.004-.02.007l-.023-.148c-.059.01-.086.059-.098.089a.4.4 0 0 0-.02.106c-.004.071.003.148.009.188zm.193.055a.2.2 0 0 1-.048-.003a.4.4 0 0 1-.077-.021a.3.3 0 0 1-.06-.03c-.016-.012-.01-.014-.008-.001l-.148.02a.16.16 0 0 0 .067.101a.4.4 0 0 0 .097.05q.052.02.103.028a.3.3 0 0 0 .097.005zm1.168.31a7 7 0 0 0-.584-.226c-.203-.064-.415-.11-.584-.084l.023.149c.133-.02.316.014.516.078c.198.063.401.15.57.221zm.023.01l-.023-.01l-.058.138l.022.01zm.36.059a1 1 0 0 1-.178-.004a.7.7 0 0 1-.182-.055l-.059.138a1 1 0 0 0 .22.066c.066.009.128.007.203.005zm.002 0v.15zm0 0v.15zm0 0v.15zm.134-.003q-.079 0-.136.003l.004.15l.133-.003zm.148.148c-.076-.068-.009-.15-.003-.15h-.017l-.043.001l-.085.001l.001.15h.087l.042-.001h.019c.006-.001.073-.083-.002-.15zm.12-.15h-.122l.002.15h.117zm.086-.003l-.086.003l-.003.15q.048 0 .097-.003zm.577.193c-.186-.217-.426-.201-.577-.193l.008.15c.155-.008.322-.015.455.14zm.08.005a.056.056 0 0 1-.08-.005l-.114.098a.206.206 0 0 0 .292.02zm-.735 1.863a.21.21 0 0 0 .13-.264l-.142.048a.06.06 0 0 1-.037.074zm-.263-.129c.036.11.155.166.263.129l-.05-.142a.056.056 0 0 1-.071-.034zm-.37-.3c.147.05.304.106.37.3l.142-.047c-.091-.272-.32-.347-.463-.396zm-.09-.034q.043.018.09.033l.049-.142l-.08-.029zm-.11-.044l.11.044l.058-.138l-.113-.046zm-.136-.053l.08.031l.04.016l.013.004l.003.002h.001c.007.003.099-.049.055-.14l-.055.14h-.001c-.044-.09.048-.142.054-.14h.001h-.001l-.003-.001l-.012-.005l-.04-.016l-.08-.03zm-.124-.047l.124.047l.055-.14l-.127-.048zm0 0l.052-.141zm-.366-.225c.068.068.122.111.18.144s.115.054.186.08l.052-.14a1 1 0 0 1-.163-.07a.7.7 0 0 1-.149-.12zm-.017-.017l.017.017l.106-.106l-.017-.017zm-.895-.685c.13.03.287.132.449.266c.16.133.316.289.446.419l.106-.106c-.13-.13-.29-.29-.457-.429c-.164-.135-.343-.257-.51-.296zm-.27-.306a.16.16 0 0 0 .025.118q.03.047.071.083a1 1 0 0 0 .085.065a.3.3 0 0 0 .089.04l.034-.146a.2.2 0 0 1-.043-.021l-.064-.049a.3.3 0 0 1-.044-.05c-.01-.017-.004-.016-.007-.004zm.245-.314c-.058-.014-.102.022-.124.046a.4.4 0 0 0-.058.091a1 1 0 0 0-.063.177l.146.036a1 1 0 0 1 .052-.148a.2.2 0 0 1 .034-.055c.01-.012.002.005-.021 0zm1.062.852c-.152-.158-.336-.35-.52-.512a3 3 0 0 0-.276-.215a.9.9 0 0 0-.266-.125l-.034.146q.093.023.217.104q.125.083.26.202a9 9 0 0 1 .51.504zm-.001 0l-.106.105zm.001 0l-.109.104zm0 0l-.108.104zm.17.176q-.075-.076-.17-.176l-.108.104q.095.1.172.178zm.214.13a.6.6 0 0 1-.11-.045a.5.5 0 0 1-.104-.085l-.106.106a.6.6 0 0 0 .136.11c.043.024.086.038.135.055zm.137.05q-.084-.033-.137-.05l-.05.141q.052.018.132.049zm.08.192c-.043-.097.054-.14.054-.14h-.001l-.003-.002l-.013-.004l-.04-.016l-.077-.03l-.055.14l.079.03l.04.016l.012.004zs.097-.042.055-.14zm.174-.091l-.12-.049l-.054.14l.116.047zm.065.027l-.065-.027l-.058.138l.066.028zm.624.554c-.117-.35-.413-.468-.624-.554l-.057.139c.216.088.446.185.539.463zm-1.524 1.378a.06.06 0 0 1-.063.053l-.01.15a.21.21 0 0 0 .222-.192zm-.315-.637c.164.166.337.344.315.637l.15.011c.028-.368-.198-.592-.358-.754zm-.05-.052l.05.052l.107-.106l-.05-.05zm-.089-.088l.089.088l.107-.104l-.091-.091zm-.104-.101c.012.01.038.036.06.059l.031.03l.01.009l.002.002h.001v.001s.106-.001.105-.107l-.105.107c-.001-.106.105-.107.105-.107l-.001-.001l-.003-.003l-.01-.01l-.03-.029l-.06-.058zM18 15.11c.028.026.061.055.102.096l.106-.107l-.107-.1zm-.002-.002l.106-.107zm-.182-.256a.6.6 0 0 0 .082.154c.03.04.064.07.102.104l.1-.111a1 1 0 0 1-.082-.084a.5.5 0 0 1-.063-.12zm-.09-.23l.09.23l.139-.056l-.088-.228zm-.592-1.132q.076.056.16.18q.082.124.159.288c.103.214.196.457.274.663l.14-.053a9 9 0 0 0-.279-.675a3 3 0 0 0-.17-.306a.9.9 0 0 0-.195-.218zm-.14.162a1 1 0 0 1 .107-.116a.2.2 0 0 1 .052-.037c.015-.007 0 .005-.019-.01l.089-.12c-.049-.036-.103-.02-.132-.007a.4.4 0 0 0-.09.062a1 1 0 0 0-.126.138zm.098.176a.2.2 0 0 1-.032-.037a.4.4 0 0 1-.06-.133c-.003-.02.002-.016-.005-.006l-.12-.09a.16.16 0 0 0-.024.119a.4.4 0 0 0 .033.104a1 1 0 0 0 .053.092a.3.3 0 0 0 .066.072zm.607 1.045a7 7 0 0 0-.253-.573c-.099-.19-.216-.371-.354-.472l-.089.12c.108.08.212.234.31.421c.095.184.178.39.246.56zm.009.022l-.01-.022l-.139.056l.01.023zm.212.297a1 1 0 0 1-.123-.128a.7.7 0 0 1-.09-.169l-.138.057c.036.088.068.15.109.203c.04.052.085.094.14.146zm.099.094l-.099-.094l-.102.109l.095.092zm0 .21c-.006-.1.099-.112.104-.108v.001l-.002-.003l-.01-.01l-.03-.029l-.061-.06l-.106.107l.062.06l.03.03l.01.01zc.006.005.11-.007.105-.107zm.19-.022l-.086-.086l-.105.108q.048.046.083.083zm.063.059l-.063-.059l-.108.105q.034.033.071.066zm-.003-.003l-.094.118zm.275.548c.022-.285-.16-.444-.272-.545l-.1.112c.116.103.238.216.222.42zm.053.06a.056.056 0 0 1-.053-.06l-.15-.012a.206.206 0 0 0 .192.221zm-1.848.802a.21.21 0 0 0 .278-.095l-.134-.066a.06.06 0 0 1-.079.026zm-.096-.277a.206.206 0 0 0 .096.277l.065-.135a.056.056 0 0 1-.026-.076zm-.048-.474c.069.14.14.29.049.474l.134.066c.127-.256.018-.47-.048-.606zm0 0l.135-.067zm0 0l.135-.067zm-.04-.088q.017.044.04.088l.135-.066l-.037-.078zm-.046-.108l.045.108l.14-.056l-.048-.112zm-.06-.134l.053.118l.005.012l.001.003v.001l.001.001c.003.006.104.035.137-.06v-.001l-.137.06c.032-.096.133-.067.136-.061l-.001-.004l-.005-.012l-.017-.039l-.035-.078zm-.054-.122l.055.122l.137-.06l-.055-.124zm-.1-.417c0 .096.008.165.026.23c.017.062.043.119.074.187l.137-.062a1 1 0 0 1-.067-.165a.7.7 0 0 1-.02-.19zm0-.024v.024h.15v-.024zm-.148-1.118c.07.114.109.297.129.506c.02.207.02.428.02.612h.15c0-.183 0-.411-.02-.626c-.02-.212-.062-.425-.152-.57zm.026-.406a.16.16 0 0 0-.067.101a.4.4 0 0 0-.008.109a1 1 0 0 0 .015.106a.3.3 0 0 0 .034.09l.127-.078a.2.2 0 0 1-.015-.046a.4.4 0 0 1-.011-.079a.3.3 0 0 1 .004-.067c.005-.02.009-.014-.002-.008zm.395-.049c-.032-.051-.088-.057-.12-.056a.4.4 0 0 0-.106.024a1 1 0 0 0-.17.08l.078.13a1 1 0 0 1 .142-.069a.2.2 0 0 1 .062-.015c.016 0-.001.005-.014-.015zm.148 1.353c.004-.219.01-.486-.006-.73a3 3 0 0 0-.043-.347a.9.9 0 0 0-.1-.276l-.127.079q.05.08.08.228c.02.096.033.207.04.325c.016.238.01.498.006.718zm0 0l-.15-.004zm-.004.244q0-.105.004-.244l-.15-.003l-.004.247zm.06.243a.6.6 0 0 1-.047-.108a.5.5 0 0 1-.013-.135h-.15c0 .073.005.126.019.174s.033.088.055.135zm.06.133l-.06-.133l-.136.066q.025.05.059.127zm-.079.193c.039-.1.138-.06.138-.06v-.002l-.002-.003l-.006-.012l-.017-.04l-.033-.076l-.138.06c.006.014.02.048.034.077l.017.039l.005.012l.002.004s.1.039.138-.06zm.188.058l-.05-.119l-.138.06l.05.116zm.027.065l-.027-.065l-.139.057l.028.066zm0 .001l-.139.056zm.05.832c.164-.33.038-.623-.05-.833l-.138.058c.09.216.183.446.053.709zm-2.061-.095a.06.06 0 0 1-.083-.006l-.113.099a.21.21 0 0 0 .293.021zm.227-.672c0 .233-.005.482-.227.672l.097.114c.28-.24.28-.558.28-.786zm0 0h.15zm0 0h.15zm0 0h.15zm0 0h.15zm0 0h.15zm.001-.072v.071l.15.001v-.07zm0-.125v.125l.15.002v-.13zm0 0l.15-.002zm-.002-.146l.002.146l.15-.003l-.002-.143zm-.004-.139q.003.055.004.14l.15-.002q-.001-.09-.004-.146zm0 0l.15-.008zm.052-.313a.7.7 0 0 0-.05.167a.7.7 0 0 0-.002.146l.15-.008a.6.6 0 0 1 0-.118a.5.5 0 0 1 .04-.129zm.1-.226q-.057.125-.1.226l.138.058l.099-.223zm-.001.002l.14.056zm.382-1.222a.7.7 0 0 1-.015.241q-.03.147-.09.316a9 9 0 0 1-.276.662l.137.062c.09-.2.2-.443.28-.675c.04-.115.075-.23.096-.335a.9.9 0 0 0 .016-.293zm-.213.017c.033-.005.1-.01.157-.007q.044.003.063.01c.015.006-.003.004-.007-.02l.148-.022c-.009-.06-.058-.087-.088-.098a.4.4 0 0 0-.107-.02a1 1 0 0 0-.187.008zm-.056.193q-.001-.01.004-.049l.02-.076a.3.3 0 0 1 .03-.06c.013-.016.014-.01.002-.008l-.021-.149a.16.16 0 0 0-.101.068a.4.4 0 0 0-.05.096a1 1 0 0 0-.028.104a.3.3 0 0 0-.004.096zm-.31 1.168c.072-.169.161-.378.226-.584c.065-.204.11-.415.084-.584l-.148.022c.02.133-.015.316-.079.516c-.062.198-.149.402-.22.57zm-.01.022l.01-.022l-.138-.06l-.01.024zm-.059.36a1 1 0 0 1 .004-.178a.7.7 0 0 1 .056-.182l-.138-.059a1 1 0 0 0-.067.221c-.009.065-.007.127-.005.203zm.003.136q0-.078-.003-.136l-.15.005q.003.056.003.132zm-.148.148c.068-.075.15-.009.15-.003v.001v-.018l-.002-.128l-.15.001l.002.13zc0 .006.082.073.15-.002zm.15.12v-.122l-.15.002v.117zm.003.086l-.003-.086l-.15-.003q0 .048.003.097zm-.193.577c.217-.186.201-.426.193-.577l-.15.008c.009.155.015.322-.14.455zm-.005.08a.056.056 0 0 1 .005-.08l-.098-.114a.206.206 0 0 0-.02.293zm-1.878-.728a.21.21 0 0 0 .263.13l-.048-.142a.06.06 0 0 1-.074-.037zm.128-.263a.206.206 0 0 0-.128.263l.141-.05a.056.056 0 0 1 .035-.071zm.3-.37c-.05.147-.106.305-.3.37l.048.142c.27-.091.346-.32.395-.463zm.034-.09q-.018.044-.033.09l.142.05q.015-.05.03-.082zm.044-.11l-.044.11l.138.058l.046-.113zm.054-.136l-.032.08l-.02.053l-.002.003v.002c-.002.006.049.098.14.054l-.14-.055c.091-.045.142.047.14.053v.001l.002-.004l.004-.012l.016-.04l.03-.08zm.047-.124l-.047.124l.139.055q.03-.072.048-.127zm0-.003l.14.058zm.224-.363a1 1 0 0 0-.144.18c-.033.057-.054.115-.08.186l.14.052c.028-.073.045-.12.07-.163a.7.7 0 0 1 .12-.148zm.018-.017l-.018.017l.106.107l.018-.018zm.006-.005l.093.117zm.678-.89c-.03.13-.132.287-.266.449a7 7 0 0 1-.418.446l.106.106c.129-.13.29-.29.428-.457c.136-.164.257-.343.296-.51zm.306-.27a.16.16 0 0 0-.118.025a.4.4 0 0 0-.083.071a1 1 0 0 0-.065.086a.3.3 0 0 0-.04.088l.146.034a.2.2 0 0 1 .022-.043a.4.4 0 0 1 .098-.108c.017-.01.016-.004.004-.007zm.314.246c.014-.059-.022-.103-.045-.125a.4.4 0 0 0-.092-.058a1 1 0 0 0-.177-.062l-.036.145a1 1 0 0 1 .148.053a.2.2 0 0 1 .055.033c.012.011-.004.002.001-.02zm-.852 1.061a9 9 0 0 0 .513-.52c.08-.093.155-.186.214-.276a.9.9 0 0 0 .125-.265l-.146-.035a.7.7 0 0 1-.104.218q-.083.125-.202.258a9 9 0 0 1-.504.512zm-.002.002l-.1-.112zm.002-.002l-.104-.108zm0 0l-.104-.108zm0 0l-.104-.108zm0 0l-.104-.108zm-.175.17q.075-.075.175-.17l-.104-.108q-.1.095-.177.172zm-.13.214a.6.6 0 0 1 .044-.11a.5.5 0 0 1 .086-.104l-.106-.106a.6.6 0 0 0-.11.136a.7.7 0 0 0-.056.135zm-.001.002l-.14-.053zm-.05.135q.033-.084.05-.137l-.141-.05l-.048.132zm-.192.08c.097-.042.14.054.14.054l.002-.004q0-.004.005-.013l.015-.04l.03-.077l-.14-.055l-.03.079l-.015.04zs.043.097.14.055zm.091.175l.049-.12l-.14-.055c-.017.045-.032.08-.047.116zm-.027.064l.027-.064l-.138-.06l-.027.068zm-.554.624c.35-.117.468-.413.554-.624l-.138-.056c-.089.216-.186.445-.464.538zm-1.375-1.49a.06.06 0 0 1-.055-.062l-.15-.007a.21.21 0 0 0 .196.219zm.631-.326c-.163.168-.338.344-.631.326l-.01.15c.37.022.59-.208.749-.37zm.05-.051l-.05.051l.108.105l.049-.05zm.088-.09l-.087.09l.106.106l.09-.093zm.099-.106l-.058.062l-.03.031l-.008.01l-.003.002v.001s.002.106.108.104l-.108-.104c.106-.003.109.103.109.103v-.001l.003-.003l.01-.01l.028-.03l.058-.061zm.094-.103l-.094.103l.109.104q.062-.066.098-.108zm.255-.189a.6.6 0 0 0-.153.085c-.039.03-.068.065-.102.104l.113.099a.6.6 0 0 1 .082-.085a.5.5 0 0 1 .118-.065zm.229-.093l-.23.093l.06.138l.225-.092zm0 0l.055.14zm0 0l.055.14zm1.12-.613a.7.7 0 0 1-.177.163q-.123.084-.284.165a9 9 0 0 1-.66.285l.057.14c.203-.082.45-.181.67-.291a3 3 0 0 0 .302-.176a.9.9 0 0 0 .215-.199zm-.164-.136a1 1 0 0 1 .118.104q.03.034.038.051c.007.015-.005 0 .009-.018l.122.086c.035-.049.018-.103.004-.132a.4.4 0 0 0-.062-.088a1 1 0 0 0-.14-.124zm-.174.1a.2.2 0 0 1 .036-.032l.068-.04a.3.3 0 0 1 .064-.023c.02-.003.016.002.006-.005l.088-.121a.16.16 0 0 0-.12-.022a.4.4 0 0 0-.102.035a1 1 0 0 0-.092.055a.3.3 0 0 0-.07.066zm-1.034.625a7 7 0 0 0 .568-.263c.188-.101.367-.222.466-.362L14 12.962c-.078.11-.23.217-.415.317a7 7 0 0 1-.556.257zm-.023.01l.023-.01l-.059-.138l-.022.01zm-.293.218c.053-.058.086-.095.126-.126a.7.7 0 0 1 .167-.092l-.058-.138a1 1 0 0 0-.201.112c-.052.04-.094.087-.144.143zm-.092.1l.092-.1l-.11-.101l-.09.097zm-.21.003l.001-.001c.1-.007.114.098.11.103h-.001l.003-.003l.01-.01l.028-.03l.059-.063l-.109-.103l-.059.063l-.03.03l-.008.01l-.003.003zc-.004.006.009.11.11.103zm.025.19q.039-.038.085-.087l-.11-.103q-.044.049-.08.084zm-.057.064q.032-.039.057-.064l-.106-.106l-.065.072zm-.54.281c.285.017.44-.167.54-.28l-.114-.099c-.101.117-.212.242-.417.23zm-.059.054a.056.056 0 0 1 .059-.054l.009-.15a.206.206 0 0 0-.218.197zm-.822-1.854a.21.21 0 0 0 .094.278l.067-.134a.06.06 0 0 1-.026-.079zm.277-.095a.206.206 0 0 0-.277.095l.135.065a.056.056 0 0 1 .075-.026zm.474-.049c-.14.069-.29.14-.474.049l-.067.134c.256.127.471.018.607-.048zm.002 0l.062.136zm.086-.04q-.045.018-.088.04l.066.135q.044-.022.078-.036zm.108-.046l-.108.046l.056.139l.112-.048zm.134-.06l-.08.035l-.038.018l-.012.005l-.004.001l-.001.001c-.006.003-.035.104.06.137l-.06-.137h.001c.096.033.066.134.06.137h.001l.003-.002l.012-.005l.04-.017l.077-.035zm.121-.054l-.12.055l.058.137q.074-.031.125-.055zm0 0l.063.137zm0 0l.063.136zm-.002.001l.067.134zm.42-.1a.8.8 0 0 0-.23.025c-.063.017-.12.043-.188.074l.063.137c.07-.033.116-.053.165-.067a.7.7 0 0 1 .19-.02zm.024 0h-.024v.15h.024zm1.117-.15c-.114.071-.296.11-.505.13c-.207.02-.428.02-.612.02v.15c.183 0 .41 0 .626-.02c.212-.02.425-.062.57-.152zm.407.027a.16.16 0 0 0-.101-.067a.4.4 0 0 0-.109-.008a1 1 0 0 0-.106.015a.3.3 0 0 0-.09.034l.078.127a.2.2 0 0 1 .046-.015l.079-.011a.3.3 0 0 1 .067.004c.02.005.014.009.008-.002zm.049.395c.05-.032.056-.088.055-.12a.4.4 0 0 0-.023-.106a1 1 0 0 0-.08-.17l-.13.078a1 1 0 0 1 .068.142q.015.042.015.062c.001.017-.004-.001.016-.014zm-1.353.148c.218.004.485.01.73-.006q.186-.011.347-.043a.9.9 0 0 0 .276-.1l-.08-.127a.7.7 0 0 1-.227.08q-.146.03-.326.04c-.237.016-.497.01-.717.006zm0 0l.003-.15zm-.245-.004q.106 0 .245.004l.003-.15l-.248-.004zm-.243.06a.6.6 0 0 1 .109-.047a.5.5 0 0 1 .134-.013v-.15a.7.7 0 0 0-.174.019c-.047.013-.088.033-.134.055zm-.133.06q.085-.036.133-.06l-.065-.136q-.05.025-.127.059zm-.192-.079c.099.039.06.138.06.138h.002l.003-.002l.012-.006l.039-.017l.076-.033l-.059-.138l-.077.034l-.04.017l-.011.005l-.004.002zs-.038.1.06.138zm-.059.188l.12-.05l-.06-.138l-.116.05zm-.064.027l.064-.027l-.056-.139l-.066.028zm-.001 0l-.057-.138zm-.833.05c.331.164.623.038.834-.05l-.059-.138c-.215.09-.445.184-.708.053zm.096-2.044a.06.06 0 0 1 .006-.082l-.098-.113a.21.21 0 0 0-.022.293zm.672.228c-.233-.001-.482-.005-.672-.228l-.114.098c.24.28.558.279.786.28zm0 0v.15zm0 0v.15zm.072 0h-.071l-.001.15h.07zm.125 0h-.125l-.002.15h.13zm0 0l.002.15zm0 0l.003.15zm.146-.001l-.145.002l.002.15l.144-.002zm.139-.005c-.038.002-.082.005-.14.005l.002.15q.09-.001.146-.005zm.004 0v.15zm-.005 0l.01.15zm.314.053a.7.7 0 0 0-.167-.051c-.049-.007-.094-.004-.146-.002l.008.15a.6.6 0 0 1 .118 0a.5.5 0 0 1 .129.04zm.226.1q-.125-.057-.226-.1l-.058.138q.097.041.223.099zm1.22.38a.7.7 0 0 1-.241-.015a2.4 2.4 0 0 1-.316-.09a9 9 0 0 1-.662-.275l-.062.137c.2.09.443.199.675.28c.115.04.23.075.335.096c.105.02.206.03.293.016zm-.017-.213c.005.034.01.1.007.157a.2.2 0 0 1-.01.064c-.006.015-.004-.004.02-.007l.022.148c.06-.01.087-.059.098-.089a.4.4 0 0 0 .02-.106a1 1 0 0 0-.008-.188zm-.193-.055q.01-.002.049.003l.076.021q.04.015.06.03c.016.012.01.014.008.001l.149-.02a.16.16 0 0 0-.068-.101a.4.4 0 0 0-.096-.05a1 1 0 0 0-.104-.028a.3.3 0 0 0-.096-.005zm-1.168-.31c.169.071.378.16.584.226c.204.064.415.11.584.084l-.022-.149c-.133.02-.316-.015-.516-.078c-.198-.063-.402-.15-.57-.221zm-.022-.01l.022.01l.06-.138l-.024-.01zm-.36-.059c.078-.002.127-.003.178.003a.7.7 0 0 1 .182.056l.059-.138a1 1 0 0 0-.221-.066c-.065-.009-.127-.007-.203-.005zm-.136.003q.079 0 .136-.003l-.005-.15l-.132.003zm-.148-.148c.075.067.009.15.003.15h-.001h.018l.127-.002v-.15l-.13.001h-.018c-.006.001-.073.083.002.15zm-.12.15h.122l-.002-.15h-.117zm-.086.003q.05-.004.086-.003l.002-.15l-.096.003zm-.004 0v-.15zm0 0v-.15zm-.573-.193c.186.217.426.2.577.193l-.008-.15c-.155.008-.322.015-.455-.14zm-.08-.005a.056.056 0 0 1 .08.005l.114-.098a.206.206 0 0 0-.293-.02zm.735-1.863a.21.21 0 0 0-.13.264l.142-.048a.06.06 0 0 1 .037-.074zm.263.129a.206.206 0 0 0-.263-.129l.05.142c.03-.01.061.006.071.034zm.37.3c-.147-.05-.305-.106-.37-.3l-.142.047c.091.272.32.347.463.395zm.09.034q-.043-.018-.09-.033l-.05.141q.05.016.082.03zm.11.044l-.11-.044l-.058.138l.113.046zm.136.053l-.08-.031l-.04-.016l-.013-.005h-.003l-.001-.001h-.001c-.006-.003-.098.049-.054.14l.055-.14c.045.09-.047.142-.053.14h-.001l.004.001l.012.005l.12.047zm.124.047l-.124-.047l-.056.14q.075.03.128.048zm.002.001l-.056.14zm.364.224a.8.8 0 0 0-.18-.144c-.057-.033-.115-.054-.186-.08l-.052.14c.073.027.12.045.163.07a.7.7 0 0 1 .149.12zm.017.017l-.017-.017l-.107.106l.018.017zm.895.685c-.13-.03-.287-.132-.449-.266a7 7 0 0 1-.446-.419l-.106.106c.13.13.29.29.457.428c.164.136.343.258.51.297zm.27.306a.16.16 0 0 0-.025-.119a.4.4 0 0 0-.071-.082a1 1 0 0 0-.086-.065a.3.3 0 0 0-.088-.04l-.034.146a.2.2 0 0 1 .043.021a.4.4 0 0 1 .108.099c.01.017.004.016.007.004zm-.246.314c.059.014.103-.022.124-.046a.4.4 0 0 0 .059-.091c.03-.064.053-.138.062-.177l-.145-.036a1 1 0 0 1-.053.148a.2.2 0 0 1-.033.055c-.011.012-.002-.005.02 0zm-1.061-.852c.151.157.336.35.52.512c.093.081.186.156.276.215a.9.9 0 0 0 .265.125l.035-.146a.7.7 0 0 1-.218-.105a2.4 2.4 0 0 1-.259-.201a9 9 0 0 1-.51-.504zm-.001-.002l.11-.1zm-.17-.174q.076.076.171.176l.108-.104l-.172-.178zm-.213-.13a1 1 0 0 1 .11.045a.5.5 0 0 1 .104.085l.106-.106a.6.6 0 0 0-.136-.11a1 1 0 0 0-.135-.055zm.001 0l.047-.142zm-.138-.05q.084.033.137.05l.05-.141l-.132-.049zm-.08-.192c.043.097-.054.14-.054.14l.004.001l.012.005l.118.046l.055-.14l-.118-.046l-.013-.004zs-.097.042-.055.14zm-.175.091l.12.049l.055-.14l-.116-.047zm-.064-.027l.064.027l.059-.138l-.066-.028zm-.624-.554c.117.35.413.468.624.554l.056-.139c-.216-.088-.445-.185-.538-.463zm1.524-1.378a.06.06 0 0 1 .063-.053l.01-.15a.21.21 0 0 0-.222.192zm.315.637c-.165-.166-.338-.344-.315-.637l-.15-.011c-.028.368.198.592.358.754zm.05.052l-.05-.052l-.107.106l.05.05zm.089.088l-.089-.088l-.108.104l.092.091zm.104.101l-.061-.059l-.03-.03l-.01-.009l-.003-.002v-.001s-.106.001-.105.107l.105-.107c.001.106-.105.107-.105.107v.001q.002 0 .004.003l.04.039l.06.058zm.1.096l-.101-.096l-.106.107l.107.1zm.185.258a.6.6 0 0 0-.082-.154A.7.7 0 0 0 14 8.89l-.1.11c.04.037.063.058.083.084c.02.025.038.058.063.12zm.09.23l-.09-.23l-.14.056q.04.099.089.228zm.592 1.132a.7.7 0 0 1-.16-.18a2.4 2.4 0 0 1-.16-.288a9 9 0 0 1-.273-.663l-.14.053c.078.205.172.454.279.675c.053.111.11.216.17.306a.9.9 0 0 0 .195.218zm.14-.162a1 1 0 0 1-.107.116a.2.2 0 0 1-.052.037c-.015.007 0-.005.019.01l-.089.12c.048.036.103.02.132.007a.4.4 0 0 0 .09-.062c.052-.047.102-.106.126-.138zm-.098-.176a.2.2 0 0 1 .032.037q.021.03.04.069a.3.3 0 0 1 .02.064c.003.02-.002.016.005.006l.12.09a.16.16 0 0 0 .024-.119a.4.4 0 0 0-.033-.104a1 1 0 0 0-.054-.092a.3.3 0 0 0-.065-.072zm-.607-1.045c.069.17.154.381.253.573c.098.19.216.37.354.472l.089-.12c-.108-.08-.213-.234-.31-.421a7 7 0 0 1-.247-.56zm-.009-.022l.01.022l.138-.056l-.009-.023zm-.213-.297c.057.054.093.088.124.128a.7.7 0 0 1 .089.169l.14-.057a1 1 0 0 0-.11-.203c-.04-.052-.085-.094-.14-.146zm-.098-.094l.098.094l.103-.11q-.042-.038-.095-.091zm0-.21l.001.001c.005.1-.1.112-.104.108h-.001v-.001l.003.003l.01.01l.03.029l.061.06l.106-.107l-.062-.06l-.031-.03zc-.005-.005-.11.006-.105.107zm-.19.022l.086.086l.104-.108l-.082-.083zm-.063-.06q.038.034.063.06l.107-.105q-.032-.033-.07-.066zm-.272-.544c-.022.285.16.444.272.545l.1-.112c-.116-.103-.238-.217-.223-.421zm-.053-.06c.033.003.055.03.053.06l.15.012a.206.206 0 0 0-.193-.221z'/%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' d='M16 7a.12.12 0 0 0-.119.11l-.214 3.048h.666L16.12 7.11a.12.12 0 0 0-.12-.111m4.979 4.934a.12.12 0 0 0-.11-.119l-3.048-.214v.666l3.047-.214a.12.12 0 0 0 .11-.119m-4.86 4.824a.12.12 0 0 1-.238 0l-.214-3.047h.666zm-5.098-4.824a.12.12 0 0 0 .11.12l3.048.213V11.6l-3.047.214a.12.12 0 0 0-.111.12m8.398-3.436a.12.12 0 0 1 .165.171L17.54 10.94l-.463-.48zm.04 6.986a.12.12 0 0 0 .008-.163l-1.962-2.34l-.48.463l2.271 2.042a.12.12 0 0 0 .163-.002m-6.878-.114a.12.12 0 0 1-.165-.17l2.042-2.272l.463.48zm-.04-6.985a.12.12 0 0 0-.008.162l1.962 2.341l.48-.463l-2.271-2.043a.12.12 0 0 0-.163.003m1.525-.878a.12.12 0 0 1 .22-.09l1.34 2.745l-.617.25zm6.55 2.579a.12.12 0 0 0-.147-.069l-2.905.943l.25.618l2.744-1.34a.12.12 0 0 0 .058-.152m-2.682 6.276a.12.12 0 0 1-.22.089l-1.34-2.745l.617-.25zm-6.55-2.58a.12.12 0 0 0 .147.07l2.905-.943l-.25-.618l-2.744 1.34a.12.12 0 0 0-.059.152m6.409-6.334a.12.12 0 0 1 .219.093l-.994 2.888l-.613-.26zm2.79 6.414a.12.12 0 0 0-.055-.153l-2.721-1.388l-.261.614l2.889.993a.12.12 0 0 0 .148-.066m-6.376 2.559a.12.12 0 0 1-.219-.093l.994-2.889l.613.26zm-2.79-6.415a.12.12 0 0 0 .055.153l2.721 1.388l.26-.614l-2.888-.993a.12.12 0 0 0-.148.066' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m15.881 7.11l.075.006zm-.214 3.048l-.075-.005l-.006.08h.08zm.666 0v.075h.08l-.005-.08zM16.12 7.11l.075-.005zm4.75 4.704l-.006.075zm-3.048-.214l.005-.075l-.08-.006v.08zm0 .666h-.075v.081l.08-.006zm3.047-.214l.005.075zm-4.75 4.705l-.074-.006zm-.237 0l-.075.005zm-.214-3.047v-.075h-.08l.005.08zm.666 0l.075.005l.006-.08h-.08zm-5.201-1.658l.005-.075zm3.047.214l-.005.075l.08.006v-.08zm0-.666h.075v-.08l-.08.005zm-3.047.214l-.005-.074zm8.287-3.317l-.048-.057zm.165.171l.056.05zm-2.043 2.271l-.053.052l.055.058l.054-.06zm-.463-.48l-.048-.057l-.062.052l.056.058zm2.39 4.861l.057-.048zm-.01.163l.053.053zm-1.953-2.504l.057-.048l-.052-.061l-.057.056zm-.48.463l-.052-.053l-.058.055l.06.054zm2.271 2.043l-.05.056zm-6.878-.124l-.054.052zm.163.008l-.048-.057zm-.165-.17l-.056-.05zm2.042-2.272l.054-.052l-.056-.058l-.053.06zm.463.48l.049.057l.061-.051l-.056-.058zm-2.388-4.86l.057-.049zm.008-.163l-.052-.054zm1.954 2.503l-.057.048l.051.062l.058-.056zm.48-.463l.052.054l.058-.056l-.06-.054zm-2.271-2.043l-.05.056zm1.43-1.023l-.027-.07zm-.068.148l.071-.024zm.22-.09l.068-.032zm1.34 2.745l.029.07l.075-.03l-.036-.072zm-.617.25l-.072.023l.025.077l.075-.03zm5.46-.395l.023.071zm.147.069l-.07.028zm-3.052.874l-.024-.072l-.076.025l.03.075zm.25.618l-.07.028l.03.075l.072-.036zm2.744-1.34l.033.067zm-2.693 6.271l-.028-.07zm.069-.147l-.072.023zm-.22.089l-.068.033zm-1.34-2.745l-.029-.07l-.075.03l.036.073zm.617-.25l.072-.023l-.025-.076l-.075.03zm-5.46.395l.023.072zm-.148-.068l.07-.028zm3.053-.874l.024.071l.076-.025l-.03-.074zm-.25-.618l.07-.029l-.03-.074l-.072.035zm-2.744 1.34l-.033-.068zm6.503-6.239l.03-.069zm-.152.056l-.067-.034zm.219.093l.07.024zm-.994 2.888l-.029.07l.074.03l.026-.075zm-.613-.26l-.067-.034l-.037.072l.074.03zm4.122 3.54l.035-.066zm.056.153l.07.03zm-2.776-1.54l.034-.067l-.072-.037l-.032.074zm-.261.613l-.069-.03l-.032.075l.077.026zm2.889.993L20.41 14zm-6.38 2.548l-.03.07zm.152-.055l.067.034zm-.219-.093l-.07-.025zm.994-2.889l.029-.069l-.074-.031l-.026.076zm.613.26l.067.035l.037-.072l-.075-.032zm-4.123-3.54l-.034.067zm-.055-.153l.069.03zm2.776 1.541l-.034.067l.072.036l.031-.074zm.26-.614l.07.03l.031-.074l-.076-.027zm-2.888-.993l.025-.07zm4.39-2.824a.044.044 0 0 1 .044-.04v-.15a.194.194 0 0 0-.194.18zm-.214 3.047l.215-3.047l-.15-.01l-.214 3.047zm.592-.08h-.666v.15h.666zm-.289-2.967l.215 3.047l.15-.01l-.215-3.047zM16 7.075c.023 0 .042.018.044.041l.15-.01A.194.194 0 0 0 16 6.925zm4.863 4.815c.023.002.04.021.04.044h.15a.194.194 0 0 0-.18-.193zm-3.047-.214l3.047.214l.01-.15l-3.047-.214zm.08.591v-.666h-.15v.666zm2.967-.289l-3.047.215l.01.15l3.047-.215zm.04-.044a.044.044 0 0 1-.04.044l.01.15a.194.194 0 0 0 .18-.194zM16 16.944a.194.194 0 0 0 .194-.181l-.15-.01a.044.044 0 0 1-.044.04zm-.194-.181c.007.102.092.18.194.18v-.15a.044.044 0 0 1-.044-.04zm-.214-3.047l.214 3.047l.15-.01l-.215-3.048zm.741-.08h-.666v.15h.666zm-.14 3.127l.215-3.047l-.15-.01l-.214 3.046zm-5.056-4.785a.044.044 0 0 1-.041-.044h-.15c0 .102.079.187.18.194zm3.047.215l-3.047-.215l-.01.15l3.047.214zm-.08-.592v.666h.15v-.666zm-2.967.29l3.047-.215l-.01-.15l-3.047.215zm-.041.043c0-.023.018-.042.041-.044l-.01-.15a.194.194 0 0 0-.181.194zm8.54-3.48a.194.194 0 0 0-.265-.013l.096.115a.044.044 0 0 1 .06.003zm.004.265a.194.194 0 0 0-.005-.264l-.108.104a.044.044 0 0 1 .002.06zm-2.043 2.271l2.043-2.27l-.111-.101l-2.043 2.27zm-.573-.477l.463.48l.108-.105l-.463-.48zm2.347-2.072l-2.34 1.962l.096.115l2.34-1.962zm.039 6.928a.044.044 0 0 1-.003.06l.104.108a.194.194 0 0 0 .014-.264zm-1.963-2.34l1.963 2.34l.115-.096l-1.963-2.34zm-.37.469l.48-.464l-.104-.107l-.48.463zm2.27 1.933l-2.272-2.043l-.1.111l2.27 2.043zm.06-.001a.044.044 0 0 1-.06 0l-.101.112a.194.194 0 0 0 .265-.005zm-7.043-.016c.071.073.187.08.265.014l-.096-.115a.044.044 0 0 1-.06-.003zm-.004-.265a.194.194 0 0 0 .004.265l.108-.104a.044.044 0 0 1 0-.06zm2.043-2.27l-2.043 2.27l.111.1l2.043-2.27zm.572.477l-.463-.48l-.107.104l.463.48zm-2.346 2.072l2.34-1.963l-.096-.115l-2.34 1.963zm-.039-6.929a.044.044 0 0 1 .003-.06l-.104-.108a.194.194 0 0 0-.014.264zm1.963 2.34L12.59 8.5l-.115.096l1.963 2.341zm.37-.468l-.48.463l.104.108l.48-.463zm-2.27-1.933l2.272 2.043l.1-.112l-2.271-2.043zm-.06 0a.044.044 0 0 1 .06 0l.101-.112a.194.194 0 0 0-.265.005zm1.514-1.148a.194.194 0 0 0-.112.24l.142-.047a.044.044 0 0 1 .026-.054zm.247.095a.194.194 0 0 0-.247-.095l.056.139a.044.044 0 0 1 .056.021zm1.34 2.745l-1.34-2.745l-.135.065l1.34 2.745zm-.657.352l.618-.25l-.056-.14l-.618.25zM13.995 7.53l.942 2.905l.143-.046l-.943-2.906zm6.497 2.558a.044.044 0 0 1 .055.026l.139-.056a.194.194 0 0 0-.24-.112zm-2.905.943l2.905-.943l-.046-.142l-2.906.942zm.296.519l-.25-.618l-.139.056l.25.618zm2.642-1.38l-2.745 1.34l.066.135l2.745-1.34zm.022-.056a.044.044 0 0 1-.022.056l.066.135a.194.194 0 0 0 .095-.247zm-2.654 6.465a.194.194 0 0 0 .112-.24l-.142.046a.044.044 0 0 1-.026.055zm-.247-.095a.194.194 0 0 0 .247.095l-.056-.14a.044.044 0 0 1-.056-.021zm-1.34-2.745l1.34 2.745l.135-.066l-1.34-2.745zm.657-.352l-.618.25l.056.139l.618-.25zm1.042 2.952l-.942-2.906l-.143.046l.942 2.906zm-6.497-2.559a.044.044 0 0 1-.055-.025l-.139.056a.194.194 0 0 0 .24.112zm2.905-.943l-2.905.943l.046.143l2.906-.943zm-.296-.518l.25.618l.139-.056l-.25-.619zm-2.642 1.38l2.745-1.341l-.066-.135l-2.745 1.34zm-.022.056a.044.044 0 0 1 .022-.057l-.066-.135a.194.194 0 0 0-.095.248zm6.522-6.432a.194.194 0 0 0-.25.09l.134.069c.011-.02.036-.03.057-.02zm.107.242a.194.194 0 0 0-.107-.242l-.059.138c.021.01.032.033.025.055zm-.993 2.889l.993-2.889l-.141-.049l-.994 2.889zm-.714-.216l.614.26l.059-.138l-.614-.26zm1.35-2.824l-1.387 2.72l.133.069l1.388-2.721zm2.768 6.362c.021.01.03.036.021.057l.138.059a.194.194 0 0 0-.09-.25zm-2.72-1.388l2.72 1.388l.069-.133l-2.721-1.388zm-.158.576l.26-.613l-.138-.059l-.26.614zm2.844.893l-2.889-.993l-.048.142l2.888.993zm.055-.024a.044.044 0 0 1-.055.024L20.41 14a.194.194 0 0 0 .242-.107zm-6.489 2.712c.094.04.203 0 .25-.09l-.135-.068a.044.044 0 0 1-.056.02zm-.108-.242a.194.194 0 0 0 .108.242l.059-.138a.044.044 0 0 1-.025-.055zm.994-2.888l-.994 2.888l.142.05l.994-2.89zm.713.216l-.613-.261l-.059.138l.614.26zm-1.35 2.824l1.388-2.721l-.134-.069l-1.388 2.722zm-2.768-6.363a.044.044 0 0 1-.02-.056l-.138-.059c-.04.094 0 .203.09.249zm2.721 1.388l-2.72-1.388l-.069.134l2.721 1.388zm.158-.576l-.26.614l.137.058l.26-.613zm-2.844-.893l2.889.993l.048-.142l-2.888-.993zm-.055.025a.044.044 0 0 1 .055-.025l.049-.142a.194.194 0 0 0-.242.108z'/%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' stroke='%23984111' stroke-width='.15' d='M16 13.842c1.068 0 1.933-.854 1.933-1.908s-.865-1.908-1.933-1.908s-1.933.854-1.933 1.908s.865 1.908 1.933 1.908Z' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m15.814 11.437l-.126-.082a.8.8 0 0 0-.186-.093a.3.3 0 0 0-.08-.014q-.18-.001-.495.223l-.078-.107q.345-.247.572-.248q.06 0 .122.02a1 1 0 0 1 .217.108l.124.081l.048.027c.16 0 .169.57.056.744a.5.5 0 0 1-.116.124l-.087.064c-.04.03-.052.048-.052.07c0 .003.048.015.155.01l.073-.005c.076-.006.086-.006.11-.006v.131c-.019 0-.029 0-.1.006l-.077.005c-.187.009-.294-.017-.294-.142c0-.071.035-.12.103-.173c.011-.008.07-.05.086-.063a.4.4 0 0 0 .087-.092c.034-.053.056-.192.053-.34a1 1 0 0 0-.026-.205a.3.3 0 0 1-.09-.043'/%3E%3Cpath fill='%23984111' fill-rule='evenodd' d='M16.352 11.39c-.03.02-.06.04-.072.046a.3.3 0 0 1-.09.044l-.008.032a1 1 0 0 0-.017.173c-.003.148.018.287.053.34a.4.4 0 0 0 .087.092l.054.04l.032.023c.068.053.103.102.103.173c0 .125-.107.151-.295.142l-.077-.005l-.1-.006v-.131c.025 0 .035 0 .11.006l.074.005c.107.005.154-.007.154-.01c0-.022-.012-.04-.051-.07l-.026-.02l-.06-.044a.5.5 0 0 1-.117-.124c-.113-.175-.103-.744.056-.744q.01-.004.047-.027l.066-.043l.059-.038a1 1 0 0 1 .217-.108a.4.4 0 0 1 .122-.02q.227.001.572.248l-.078.107q-.317-.224-.494-.223a.3.3 0 0 0-.082.014a.8.8 0 0 0-.185.093zm-.157.08l-.002.003z' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m15.665 12.723l.034.067zm.677.001l.039-.064zm.069.041l.061.043l.046-.066l-.069-.041zm-.046.066l-.062-.043zm-.723.008l.057-.05zm-.063-.073l-.033-.068l-.086.043l.062.073zm.252.051l-.023-.072l-.13.04l.104.089zm.354-.002l.054.053l.082-.085l-.111-.038zm-.574-.042l-.039-.064l-.07.043l.05.066zm.771 0l.064.039l.036-.058l-.055-.041zm-.859-.122l.04.064zm.958.008l-.046.06zm.046.036l.046-.06zm.052.04l.065.039l.034-.057l-.053-.04zm-.034.058l-.064-.039zm-.03.05l.065.038zm-1.03.011l-.06.045zm-.043-.057l.06-.045zm-.049-.066l-.04-.063l-.069.043l.049.065zm.07-.043l-.04-.063zm.553-.124a.85.85 0 0 0-.384.092l.067.134a.7.7 0 0 1 .317-.076zm.365.096a.7.7 0 0 0-.365-.096v.15q.164 0 .287.074zm.068.041l-.068-.041l-.078.128l.07.041zm-.022.173l.045-.066l-.123-.085l-.046.065zm-.411.25c.172 0 .307-.101.41-.25l-.123-.086q-.13.188-.287.186zm-.431-.237c.12.141.264.237.43.237v-.15q-.157.001-.316-.184zm-.063-.073l.063.073l.114-.097l-.063-.073zm.11-.158l-.086.042l.067.135l.086-.043zm.384.168c-.032 0-.077-.013-.136-.064l-.098.114q.118.1.234.1zm.115-.06c-.047.049-.085.06-.115.06v.15a.3.3 0 0 0 .223-.106zm-.115.1q.083 0 .145.022l.049-.141a.6.6 0 0 0-.194-.03zm-.163.025a.5.5 0 0 1 .163-.025v-.15a.7.7 0 0 0-.208.031zm.163.066c-.1 0-.216-.057-.345-.227l-.12.09q.216.286.465.287zm.302-.221c-.101.166-.204.221-.302.221v.15q.254-.002.43-.293zm-.302-.002q.192.001.321.1l.09-.12a.67.67 0 0 0-.411-.13zm-.366.105a.7.7 0 0 1 .366-.104v-.15a.85.85 0 0 0-.443.126zm.366-.405a1 1 0 0 0-.532.155l.079.128a.85.85 0 0 1 .453-.133zm.51.168a.8.8 0 0 0-.51-.168v.15q.242 0 .419.136zm.047.036l-.046-.036l-.092.119l.046.035zm.052.04l-.052-.04l-.092.118l.052.04zm-.015.155l.034-.057l-.129-.077l-.034.057zm-.03.05l.03-.05l-.13-.077l-.029.05zm-.564.374c.244 0 .43-.151.564-.374l-.129-.077q-.178.299-.435.301zm-.592-.356c.16.213.356.356.592.356v-.15q-.254-.001-.471-.296zm-.042-.057l.042.057l.12-.09l-.042-.057zm-.049-.066l.049.066l.12-.09l-.049-.065zm.09-.151l-.07.043l.08.127l.07-.043zm.061-.038l-.06.038l.078.127l.061-.037zm-.419-1.134l.033.068zm0 .361l-.032.068zm.537 0l.032.068zm0-.361l-.033.068zm-.526.178l-.07-.03zm.006-.01l.057.05zm.048-.033l-.032-.067zm.407 0l.032-.067zm.047.033l-.056.05zm.007.01l-.069.03zm0 .005l-.069-.029zm-.007.01l-.056-.05zm-.047.033l.032.068zm-.407 0l-.032.068zm-.048-.033l-.056.05zm-.006-.01l-.07.03zm1.323-.183l-.033-.068zm0 .361l-.033.068zm.536 0l-.033-.067zm0-.361l-.033.068zm-.526.178l-.069-.03zm.007-.01l-.056-.05zm.047-.033l.033.068zm.407 0l-.033.068zm.048.033l-.057.05zm.006.01l-.069.03zm0 .005l-.069-.029zm-.006.01l-.057-.05zm-.048.033l-.033-.067zm-.407 0l.033-.067zm-.047-.033l-.056.05zm-.007-.01l-.069.03zm-1.311-.115a.6.6 0 0 1 .235-.047v-.15a.7.7 0 0 0-.3.061zm-.098.113c0-.044.037-.084.098-.114l-.065-.135c-.073.036-.183.113-.183.249zm.098.113c-.061-.03-.098-.07-.098-.113h-.15c0 .135.11.213.183.248zm.235.047a.6.6 0 0 1-.235-.047l-.065.135c.085.04.19.062.3.062zm.236-.047a.6.6 0 0 1-.236.047v.15c.11 0 .216-.021.301-.062zm.098-.113c0 .043-.037.084-.098.113l.065.135c.073-.035.183-.113.183-.248zm-.098-.114c.061.03.098.07.098.114h.15c0-.136-.11-.213-.183-.249zm-.236-.046a.6.6 0 0 1 .236.046l.065-.135a.7.7 0 0 0-.3-.061zm-.326.127a.1.1 0 0 0-.007.033h.15v.006l-.005.02zm.02-.03a.1.1 0 0 0-.02.03l.138.06l-.006.01zm.07-.05a.2.2 0 0 0-.07.05l.112.1q-.002-.002.024-.015zm.236-.047a.6.6 0 0 0-.235.046l.065.136a.4.4 0 0 1 .17-.032zm.236.046a.6.6 0 0 0-.236-.046v.15c.075 0 .135.014.171.032zm.071.051a.2.2 0 0 0-.07-.05l-.066.135q.026.014.024.015zm.02.03a.1.1 0 0 0-.02-.03l-.112.1l-.006-.01zm.007.033a.1.1 0 0 0-.007-.033l-.138.06l-.005-.021v-.006zm-.007.032a.1.1 0 0 0 .007-.032h-.15v-.007l.001-.008l.004-.012zm-.02.03a.1.1 0 0 0 .02-.03l-.138-.059l.006-.01zm-.07.05a.2.2 0 0 0 .07-.05l-.112-.1q.002.001-.024.016zm-.237.048a.6.6 0 0 0 .236-.047l-.065-.135a.4.4 0 0 1-.17.032zm-.235-.047c.06.029.143.047.235.047v-.15a.4.4 0 0 1-.17-.032zm-.072-.051q.026.03.072.05l.065-.134l-.024-.015zm-.02-.03q.008.015.02.03l.113-.1l.006.011zM15 11.634q0 .015.007.032l.138-.059l.005.02v.007zm1.431-.114a.6.6 0 0 1 .236-.046v-.15a.7.7 0 0 0-.3.061zm-.098.114c0-.044.037-.084.098-.114l-.065-.135c-.073.036-.183.113-.183.249zm.098.113c-.06-.03-.098-.07-.098-.113h-.15c0 .135.11.213.183.248zm.236.047a.6.6 0 0 1-.236-.047l-.065.135c.085.04.191.062.3.062zm.235-.047a.6.6 0 0 1-.235.047v.15c.11 0 .216-.021.3-.062zm.098-.113c0 .043-.037.084-.098.113l.065.135c.074-.035.183-.113.183-.248zm-.098-.114c.061.03.098.07.098.114h.15c0-.136-.11-.213-.183-.249zm-.235-.046a.6.6 0 0 1 .235.046l.065-.135a.7.7 0 0 0-.3-.061zm-.327.127a.1.1 0 0 0-.007.033h.15v.006l-.001.008l-.004.012zm.02-.03a.1.1 0 0 0-.02.03l.138.06l-.006.01zm.071-.05a.2.2 0 0 0-.071.05l.112.1q-.001-.002.024-.015zm.236-.047a.6.6 0 0 0-.236.046l.065.136a.4.4 0 0 1 .17-.032zm.235.046a.6.6 0 0 0-.235-.046v.15c.074 0 .135.014.17.032zm.072.051a.2.2 0 0 0-.072-.05l-.065.135q.026.014.024.015zm.02.03a.1.1 0 0 0-.02-.03l-.113.1l-.006-.01zm.006.033a.1.1 0 0 0-.007-.033l-.138.06l-.005-.021v-.006zm-.007.032a.1.1 0 0 0 .007-.032h-.15l.002-.015l.003-.012zm-.02.03a.1.1 0 0 0 .02-.03l-.138-.059l.006-.01zm-.07.05a.2.2 0 0 0 .07-.05l-.112-.1q.002.001-.024.016zm-.236.048a.6.6 0 0 0 .235-.047l-.065-.135a.4.4 0 0 1-.17.032zm-.236-.047a.6.6 0 0 0 .236.047v-.15a.4.4 0 0 1-.171-.032zm-.071-.051q.024.03.071.05l.065-.134q-.026-.015-.024-.015zm-.02-.03q.007.015.02.03l.112-.1l.006.011zm-.007-.032q0 .015.007.032l.138-.059l.005.02v.007z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-as{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%233547A0' stroke='%23E31D1C' stroke-width='2' d='M0-1h-1v12.307L-2.848 12l1.848.693V25h33l.351-1.936L2.848 12L32.351.936L32-1z'/%3E%3Cpath fill='%239C3900' fill-rule='evenodd' d='m29.022 5.11l-2.737.74c-.098.026-.285.074-.272-.193a7 7 0 0 1-1.507.68c-.153.042-.112-.223-.178-.3c-.132.196-.473.482-.57.51q-1.437.417-1.908.605s-.45.432-.45.775c0 .342-.047.634-.356.634c-.31 0-1.022.623-.761.973s1.118.164 1.118 0s.61-.369.61-.184c0 .184-.161.518-.161.518h.674l-.512.265h.512l-.512.314h.96l-.614.274h.425l-.259.36h.665s.259.261.503.404s.784 1.36.514 1.832c-.27.471.061.541.122.334c.062-.207.188-.503.296-.503h.317l.147.387l.35.373s.024-.324.09-.373c0 0 .273.028.405-.005c0 0-.059-.471-.054-.535c0 0 .423.144.604.14c0 0-.272-.425-.272-.57c0 0 .505.025.505.24l-.056-.536s.479-.204.495-.375l-.313-.038s.163-.207.148-.248l-.464-.059s.506-.176.545-.287c0 0-.114-.178-.218-.248l-.354-.23l.923.006s.207-.075.048-.202c0 0-.156-.093-.134-.184c0 0 .105-.203.081-.238c0 0 .113.15.113-.22c0 0 .003-.372-.068-.39c0 0 .208-.153.126-.25c-.082-.099-.958-.359-1.168-.359l1.606-1.017s.11-.42.274-.672c0 0 .426-.382.512-.683c.086-.3.328-1.04.328-1.04v-.338z' clip-rule='evenodd'/%3E%3Cpath fill='%23212121' fill-rule='evenodd' d='M26.21 12.565q.032 0 .066.004q.4.033.436.201l.012.1a.4.4 0 0 0-.012-.1l-.052-.501q.48-.203.495-.375l-.239-.03l-.023.03l-.015-.034l-.036-.004l.022-.03l-.014-.033l.037.004q.115-.155.103-.189l-.324-.04l-.118.042s-.012-.064-.007-.066l-.006-.058l.123.016q.379-.144.413-.24a.8.8 0 0 0-.218-.248l-.254-.165h-.1s.013-.065.02-.064l.016-.054l.083.054l.804.005q.207-.075.048-.202q-.156-.093-.134-.184q.051-.098.072-.157a.2.2 0 0 1-.043-.043l.052-.038l.054-.036q.02.03.014.075q.045-.026.045-.26a1.2 1.2 0 0 0-.03-.338l-.038-.051l.016-.062a.1.1 0 0 1 .038.019q.142-.124.072-.208c-.072-.086-.758-.297-1.065-.347l-.067.043s-.03-.054-.02-.064l-.015-.053q.035 0 .088.007l1.517-.961q.11-.42.274-.672q.426-.382.512-.683q.087-.3.328-1.04v-.338l-.118-.087l-2.737.74c-.098.026-.285.074-.272-.193a7 7 0 0 1-1.507.68c-.098.026-.116-.072-.134-.167c-.01-.053-.02-.105-.044-.132c-.132.195-.473.481-.57.51q-1.437.415-1.908.604q-.45.432-.45.775c0 .342-.047.634-.356.634c-.31 0-1.022.623-.761.973s1.118.164 1.118 0s.61-.369.61-.184q0 .184-.161.518h.535l.11-.057l.015.064l.014.056h-.123l-.39.202h.39l.089-.054l.019.063l.015.055h-.104l-.409.25h.804l.13-.058l.014.064l.012.058h-.142l-.471.21h.346l.027-.037l.019.037h.034l-.02.026l.02.037h-.046l-.214.297h.665q.259.262.503.404c.244.144.784 1.36.514 1.832c-.27.471.061.541.122.334c.062-.207.188-.503.296-.503h.317l.147.387l.35.373s.024-.324.09-.373q.273.027.405-.005l-.008-.064a3 3 0 0 0-.067-.41l.021-.06s.064.013.064.02q.373.122.54.12c-.148-.231-.235-.4-.265-.517a.2.2 0 0 1-.007-.054m.295-1.075l-.256.088l.654.084q-.035.057-.112.155l-.07.088l.343.042c-.055.074-.198.165-.43.264l-.043.018l.037.356a1.1 1.1 0 0 0-.414-.084l-.068-.003v.067c0 .099.071.26.214.496a3 3 0 0 1-.46-.126l-.08-.027l-.006.083c-.003.045.013.203.047.487q-.119.015-.326-.006l-.046.012c-.046.034-.07.107-.09.223l-.01.055l-.244-.261l-.159-.417h-.362c-.14 0-.267.242-.358.55c-.017.057-.06.076-.08.057c-.04-.036-.03-.158.076-.343c.135-.234.098-.636-.059-1.09c-.135-.39-.337-.744-.478-.827a2.4 2.4 0 0 1-.49-.395l-.019-.019h-.567l.26-.36h-.252l.614-.274h-1.033l.512-.314h-.476l.512-.265h-.835q.125-.28.125-.454c0-.084-.064-.13-.155-.136a.7.7 0 0 0-.235.037c-.195.062-.35.168-.35.283c0 .005-.033.033-.098.06c-.08.033-.19.059-.304.07c-.269.025-.498-.032-.599-.168c-.095-.128-.03-.329.162-.537c.176-.19.416-.334.547-.334c.172 0 .29-.08.354-.227c.05-.114.067-.261.067-.471q-.001-.31.421-.72q.475-.189 1.89-.598c.105-.03.37-.253.534-.418a.4.4 0 0 0 .045.144c.036.058.096.083.169.062a7 7 0 0 0 1.432-.63q.027.123.132.157c.063.02.12.013.214-.013l2.707-.731l.067.049v.296q-.24.735-.326 1.033c-.053.187-.218.405-.505.666q-.163.253-.276.666l-1.768 1.12h.22c.2 0 1.053.258 1.117.335c.023.027-.002.076-.115.159l-.108.08l.12.03a.2.2 0 0 1 .016.058q.015.091.014.272a1 1 0 0 1-.015.196s-.09.047-.093.046q-.001.012-.01.036a2 2 0 0 1-.075.167c-.021.093.038.176.16.25c.06.048.06.056-.021.086l-.911-.005l-.218-.002l.535.348a.7.7 0 0 1 .177.195a.5.5 0 0 1-.11.072a3 3 0 0 1-.38.155m.852-1.303v.003z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M27.407 10.792s1.908.254 2.024.254c.115 0 .596-.122.431-.89c-.164-.77-.097-1.235-.568-1.235s-.963.205-1.14.205h-.747c-.742 0-5.164-.026-5.483.329s-1.213.855-1.628 1.031c-.415.177-.521.053-.708.56s-.325.542-.325.542l.325.363h.967s.665-.835 2.047-.905c1.381-.07 4.805-.254 4.805-.254' clip-rule='evenodd'/%3E%3Cpath fill='%234D4D4D' fill-rule='evenodd' d='M22.602 11.046q1.381-.07 4.805-.254q1.908.255 2.024.254c.115 0 .596-.122.431-.89c-.038-.178-.063-.339-.086-.482c-.076-.477-.12-.753-.482-.753c-.293 0-.592.079-.82.139c-.14.036-.252.066-.32.066h-.89c-1.044-.002-5.037-.007-5.34.329c-.318.355-1.213.855-1.628 1.031c-.106.045-.192.07-.264.092c-.21.063-.305.09-.444.468q-.186.507-.325.542l.325.363h.967q.665-.836 2.047-.905m-2.094.81h-.876l-.225-.251c.09-.093.177-.267.272-.526c.037-.1.07-.172.102-.226c.058-.098.103-.13.226-.167l.026-.008l.115-.035a2 2 0 0 0 .186-.069c.546-.232 1.376-.736 1.663-1.056c.054-.06.384-.128.901-.177a29 29 0 0 1 1.814-.094a86 86 0 0 1 2.614-.026h.829c.05 0 .113-.01.21-.034l.155-.04c.05-.013.098-.026.118-.03a3 3 0 0 1 .656-.1c.227 0 .293.106.366.547l.017.109l.028.172c.02.12.04.225.062.33c.067.314.026.524-.088.65a.37.37 0 0 1-.248.126c-.07 0-.756-.087-2.03-.254q-3.423.184-4.804.254q-1.393.07-2.089.904' clip-rule='evenodd'/%3E%3Cpath fill='%23FFC221' fill-rule='evenodd' d='M19.507 11.4s-.728.466-.46.78s.293.354.346.354c0 0 .014-.337.1-.337s.77.327 1.017-.225c.248-.551-1.003-.573-1.003-.573m-1.585 1.521l1.676-.31l.642.696l.186-.622l.46.113v.314h.17v.431l1.205.252l.151-.413s.393.647.995.615c.603-.032.71.139.817-.34c.105-.478.401-.735.401-.735l.703.237s-.772.949-.403 1.247l2.754.637l-.109.334h-.316l.085.287l-3.01-.208s-.335.425-.335.316s-.018-.108-.166-.108s-.225-.208-.225-.208l-.196.075s.03.004-.216-.075c-.246-.08-.39-.08-.39-.08l-1.017-.075v.155s-.27.013-.176.075s1.995.133 1.995.133l-.116.213s.94.004 1.138-.105c.198-.108.07.24.07.24h.934s-.231.22-.528.22s.852.364.852.364s-.641.2-.938.068s.126.254.313.352c.188.097-.66.089-.998-.288c0 0 .106.28 0 .359c0 0-.593-.699-.89-.699c-.295 0 .047.46.047.46s-.169-.24-.358-.142s-.329.208-.329.208s-.123-.426-.778-.603c-.654-.176-.434-.241-.966-.298c-.53-.058-.557-.35-.63-.35s-.635-.49-.635-.49s-.125-.462.168-.462s.757-.138.927 0s.242 0 .242 0h.3l.428.332h.851s.163-.252.422-.332c.26-.08 0-.305 0-.305s-.618.035-.868.13c-.25.096-.09-.463-.09-.463l-1.115-.202l-.17.203l-.369.11v.222l-.389-.086l.112-.663l-.91.416z' clip-rule='evenodd'/%3E%3Cpath fill='%234D4D4D' fill-rule='evenodd' d='m23.522 15.813l.081-.15q-1.733-.065-1.965-.122a.1.1 0 0 1-.03-.01c-.093-.063.176-.076.176-.076V15.3l.065.005l.951.07q.146 0 .39.08l.16.052l.014-.021a.1.1 0 0 1 .032-.018h.02s-.005.063-.009.062l.137-.053l.06-.022a.4.4 0 0 0 .085.147l.013.013a.2.2 0 0 0 .126.048c.148 0 .166 0 .166.108q0 .109.336-.316l3.01.208l-.086-.224l.013-.018l-.013-.045h.048l.014-.018l.005.018h.249l.109-.334l-2.754-.637q-.37-.299.403-1.247l-.703-.237q-.295.257-.401.735c-.08.356-.159.353-.443.341a4 4 0 0 0-.374 0q-.602.031-.995-.616l-.15.413l-1.206-.252v-.431h-.17v-.314l-.46-.113l-.164.55l.026.03l-.038.008l-.01.034l-.024-.026l-.038.008l.011-.037l-.591-.64l-1.676.31l1.408 1.152l.84-.384l.006-.043l.033.024l.031-.014l-.005.033l.032.025l-.04.018l-.099.587l.39.086v-.221l.368-.111l.17-.203s1.053.187 1.057.192l.058.01l-.017.062q-.129.492.107.402q.25-.096.868-.131q.26.225 0 .305a.76.76 0 0 0-.422.332h-.85l-.43-.332h-.299q-.071.138-.242 0c-.114-.092-.362-.06-.6-.03a3 3 0 0 1-.327.03q-.293 0-.168.461q.562.492.635.492c.02 0 .037.022.062.056c.065.088.185.251.568.293c.288.03.355.064.461.116c.09.044.206.101.505.182q.655.177.778.603s.14-.11.33-.208q.182-.094.347.128c-.056-.078-.3-.446-.036-.446q.296 0 .889.699q.08-.06.04-.234a1 1 0 0 1-.089-.082s.05-.039.057-.034l.052-.031q.022.06.037.11c.378.29 1.073.289.901.2a1.7 1.7 0 0 1-.389-.317c-.04-.052-.041-.08.045-.048l.03.013q.298.131.939-.068c-.446-.141-.729-.241-.865-.31q-.103-.054.015-.054l-.008-.016l.026.016a.7.7 0 0 0 .382-.12h.052q.028-.033.055-.072l-.002-.008l.021-.02h-.026l.005.02a1 1 0 0 1-.105.08h-.063a1 1 0 0 0 .092-.1h-.768l-.008.022l-.015-.021h-.046l.015-.043l.007-.021q.087-.275-.092-.177q-.19.105-1.064.105l-.017.03l-.018-.03h-.039l.019-.033l-.018-.03zm-4.182-1.815l-1.27-1.04l1.504-.278l.696.753l.2-.673l.352.086v.329h.17v.419l1.311.274l.126-.344q.394.566.982.536c.117-.007.21-.006.347 0c.226.009.276.006.35-.038c.087-.053.134-.152.179-.352q.096-.436.353-.677l.58.196c-.488.619-.612 1.042-.324 1.274l2.7.625l-.073.224h-.355l.083.28l-2.951-.203l-.021.027q-.15.188-.229.268c-.02-.07-.08-.085-.222-.085c-.067 0-.121-.05-.164-.166l-.023-.061s-.244.084-.251.081l-.18-.059a1.4 1.4 0 0 0-.407-.082l-1.084-.08v.164l-.043.006a.3.3 0 0 0-.107.032c-.063.037-.06.108.003.15c.077.05.678.091 1.925.139l-.117.217h.107c.64.002 1.024-.033 1.17-.113l.023-.012l-.005.039a1 1 0 0 1-.04.136l-.031.085h.836a.66.66 0 0 1-.34.092a.2.2 0 0 0-.075.01c-.046.019-.066.07-.035.113c.02.03.066.055.15.09q.176.075.591.211q-.465.113-.69.014a.4.4 0 0 0-.099-.032c-.05-.006-.097.02-.095.078c.002.042.034.084.096.146c.068.069.162.146.245.205a2 2 0 0 1-.151-.016c-.272-.044-.522-.149-.659-.3l-.232-.259l.123.323q.057.15.05.224c-.378-.433-.665-.65-.878-.65c-.098 0-.164.043-.181.122a.3.3 0 0 0 .023.17a.28.28 0 0 0-.184.032l-.06.032q-.104.06-.207.13c-.113-.263-.38-.45-.793-.561a3 3 0 0 1-.362-.118l-.098-.044l-.012-.006l-.067-.032c-.109-.051-.21-.076-.436-.1c-.197-.022-.33-.076-.424-.155a1 1 0 0 1-.1-.111a1 1 0 0 0-.06-.067a.1.1 0 0 0-.053-.019l-.034-.019a2 2 0 0 1-.122-.088a10 10 0 0 1-.422-.353c-.068-.26-.027-.363.11-.363c.085 0 .157-.007.341-.031l.037-.005c.296-.038.438-.035.508.021c.128.104.246.114.32.015h.24l.429.332h.909l.019-.03a.7.7 0 0 1 .386-.305c.23-.07.23-.235.024-.414l-.047-.016q-.626.036-.887.135c-.048.018-.054.016-.06-.02q-.02-.099.056-.366l.019-.067l-1.222-.222l-.182.216l-.396.12v.188l-.25-.055l.121-.722zm4.067 1.534q.015.002.008-.003zm-1.77.01l-.001.001' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-at{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAt0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23C51918' fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackAt0)'%3E%3Cpath d='M0 0v8h32V0zm0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-au{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackAu0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3CclipPath id='flagpackAu1'%3E%3Cpath fill='%23fff' d='M6 2h25v21H6z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackAu0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cg fill='%23F7FCFF' clip-path='url(%23flagpackAu1)'%3E%3Cpath d='m9 20.5l-1.302 1.203l.13-1.768l-1.753-.267l1.463-1.002l-.883-1.537l1.694.52L9 16l.65 1.648l1.695-.518l-.883 1.536l1.463 1.002l-1.752.267l.129 1.768zM22 13l-.868.802l.086-1.178l-1.168-.179l.975-.668l-.589-1.024l1.13.346L22 10l.434 1.099l1.13-.346l-.59 1.024l.976.668l-1.168.178l.086 1.179zm2-8l-.868.802l.086-1.179l-1.168-.178l.975-.668l-.589-1.024l1.13.346L24 2l.434 1.099l1.13-.346l-.59 1.024l.976.668l-1.168.178l.086 1.179zm5 4l-.868.802l.086-1.179l-1.168-.178l.975-.668l-.589-1.024l1.13.346L29 6l.434 1.099l1.13-.346l-.59 1.024l.976.668l-1.168.178l.086 1.179zm-4 13l-.868.802l.086-1.178l-1.168-.179l.975-.668l-.589-1.024l1.13.346L25 19l.434 1.099l1.13-.346l-.59 1.024l.976.668l-1.168.178l.086 1.179zm3.5-7.75l-.882.463l.169-.981l-.714-.695l.986-.144L28.5 12l.44.893l.987.143l-.714.696l.169.982z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-aw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235BA3DA' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackAw0)'%3E%3Cpath fill='red' stroke='%23F7FCFF' stroke-width='.35' d='m5.773 7.96l-4.38-.925l4.434-.878l1.283-4.59L8.122 6.12l3.96.92l-3.914.92l-1.129 3.743z'/%3E%3Cpath fill='%23FAD615' d='M32 14H0v2h32zm0 4H0v2h32z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-az{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23AF0100' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackAz0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackAz0)'%3E%3Cpath fill='%233CA5D9' d='M0 0v8h32V0z'/%3E%3Cpath fill='%2373BE4A' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23F7FCFF' d='M17.14 15.024c-1.347-.31-2.53-1.47-2.516-3.024c.013-1.455.87-2.632 2.35-2.967c1.482-.334 3.018.301 3.018.301c-.408-.907-1.83-1.544-2.995-1.541c-2.17.006-4.486 1.663-4.509 4.193c-.023 2.623 2.473 4.114 4.67 4.108c1.761-.005 2.598-1.138 2.772-1.62c0 0-1.443.86-2.79.55m.878-1.603l1.175-.818l1.176.818l-.415-1.371l1.142-.865l-1.432-.03l-.47-1.352l-.47 1.352l-1.433.03l1.142.865z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ba{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%232E42A5' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23FECA00' d='M9 0h20v24z'/%3E%3Cpath fill='%23F7FCFF' d='m6.108 2.794l-1.176.618l.225-1.31l-.951-.926L5.52.985l.588-1.191l.588 1.19l1.314.192l-.95.927l.224 1.309zm3.487 4.28l-1.176.618l.225-1.31l-.951-.926l1.314-.191l.588-1.191l.587 1.19l1.315.192l-.951.927l.224 1.309zm3.268 4.164l-1.175.618l.224-1.309l-.95-.927l1.314-.19l.587-1.192l.588 1.191l1.314.191l-.95.927l.224 1.31zm3.202 3.992l-1.175.617l.224-1.309l-.95-.927l1.313-.19l.588-1.192l.588 1.191l1.314.191l-.95.927l.224 1.31zm3.449 4.107l-1.175.618l.224-1.31l-.95-.926l1.314-.191l.587-1.191l.588 1.19l1.314.192l-.95.927l.224 1.309zm3.813 3.974l-1.176.618l.225-1.309l-.951-.927l1.314-.191l.588-1.191l.588 1.191l1.314.191l-.951.927l.225 1.31z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bb{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%232E42A5' d='M22 0h10v24H22z'/%3E%3Cpath fill='%23FECA00' d='M10 0h12v24H10z'/%3E%3Cpath fill='%232E42A5' d='M0 0h10v24H0z'/%3E%3Cpath fill='%23000' d='M18.612 15.668c.188-1.29 1.52-4.093 1.52-4.093l.619-1.644l-2.45.795l.58.301l-1.135 3.199l-.856-.205V7.853l.677-.05l-1.672-2.431l-1.632 2.48h.787v6.17l-.965.16l-.688-3.234l.397-.333l-2.665-.492l.796 1.469s1.07 2.516 1.472 4.076l1.653-.128v2.398h1.84V15.54z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bd{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2338A17E' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23F72E45' fill-rule='evenodd' d='M13 19a7 7 0 1 0 0-14a7 7 0 0 0 0 14' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-be{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FECA00' d='M10 0h11v24H10z'/%3E%3Cpath fill='%23E31D1C' d='M21 0h11v24H21z'/%3E%3Cpath fill='%231D1D1D' d='M0 0h11v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bf{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBf0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackBf0)'%3E%3Cpath fill='%23C51918' d='M0 0v12h32V0z'/%3E%3Cpath fill='%23FECA00' d='m16.035 15.77l-4.703 3.56l1.505-5.797l-4.41-3.53h5.257l2.35-5.145l2.352 5.146h5.257l-4.457 3.534l1.551 5.792z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBg0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackBg0)'%3E%3Cpath fill='%23F7FCFF' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23E22C18' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bh{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h6.8L12 2L6.8 4L12 6L6.8 8l5.2 2l-5.2 2l5.2 2l-5.2 2l5.2 2l-5.2 2l5.2 2l-5.2 2H0z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bi{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Crect width='32' height='24' fill='%235EAA22' rx='2'/%3E%3Cmask id='flagpackBi0' width='48' height='30' x='-8' y='-3' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M-8-3h48v30H-8z'/%3E%3Cpath fill-rule='evenodd' d='M16 12L32 0H0zm0 0L0 24h32z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23DD2C2B' fill-rule='evenodd' d='M16 12L32 0H0zm0 0L0 24h32z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m32 0l1.5 2l6-4.5H32zM0 0v-2.5h-7.5l6 4.5zm0 24l-1.5-2l-6 4.5H0zm32 0v2.5h7.5l-6-4.5zM30.5-2l-16 12l3 4l16-12zM0 2.5h32v-5H0zM17.5 10L1.5-2l-3 4l16 12zm-3 0l-16 12l3 4l16-12zM0 26.5h32v-5H0zM33.5 22l-16-12l-3 4l16 12z' mask='url(%23flagpackBi0)'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12' clip-rule='evenodd'/%3E%3Cpath fill='%23DD2C2B' fill-rule='evenodd' stroke='%235EAA22' stroke-width='.25' d='m15.43 10.387l-1.162.013l.592-1l-.592-1l1.162.013L16 7.4l.57 1.013l1.162-.013l-.592 1l.592 1l-1.162-.013L16 11.4zm-2.5 4.1l-1.162.013l.592-1l-.592-1l1.162.013l.57-1.013l.57 1.013l1.162-.013l-.592 1l.592 1l-1.162-.013l-.57 1.013zm5 0l-1.162.013l.592-1l-.592-1l1.162.013l.57-1.013l.57 1.013l1.162-.013l-.592 1l.592 1l-1.162-.013l-.57 1.013z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bj{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23DD2C2B' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v14h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' d='M0 0h14v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50100' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cdefs%3E%3Cpath id='flagpackBm0' fill='%23fff' d='M21.03 11.043h8.889v8.99s-.276 1.237-1.988 2.054c-1.71.818-2.457.818-2.457.818s-2.725-.67-3.289-1.297c-.563-.627-1.155-.86-1.155-1.956z'/%3E%3C/defs%3E%3CclipPath id='flagpackBm1'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%23AF0100' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBm2' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBm2)'%3E%3Cuse href='%23flagpackBm0' fill-rule='evenodd' clip-rule='evenodd'/%3E%3Cmask id='flagpackBm3' width='9' height='12' x='21' y='11' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cuse href='%23flagpackBm0' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBm3)'%3E%3Cpath fill='%23CF142B' fill-rule='evenodd' d='M25.455 11.57a.5.5 0 0 0 .051-.094l-.003.15c.032.03.071.052.117.052l.197-.117s-.045.258.014.25c0 0 .184-.12.257-.055c0 0-.214.245.043.246c0 0 .324-.052.296.099c0 0-.243.445-.14.473l.4-.011s-.269.233-.261.331l.133.105s.075-.184.138-.033c0 0 .009.274-.033.274l-.356.114s-.023.134.104.134c0 0 .294-.125.303.002c0 0-.039.146-.056.27c0 0-.019.449-.022.487c0 0 .024-.017.248.247c0 0 .565.358.669.275c.028-.022.047-.069.068-.121c.056-.138.128-.318.44-.221h.003c.43.134.534.167.426.342c-.109.177-.523.596-.523.596l-.358 1.438h.768c.232 0 .444.09.485.282s.052.566.052.61l-.002.024c-.008.063-.022.186.161.186c0 0 .367.048.291.075c0 0-.26-.05-.262.178c0 0-.1.03-.051.313c0 0 .201.62.067.492c0 0-.274-.322-.274-.46c0 0-.196.078-.19.28c0 0-.185.248-.18.005c0 0 .314-.596.139-.461c0 0-.228.492-.258.418l-.844-.229l-.321 1.415s.086.266.322.266a.6.6 0 0 0 .23-.064c.122-.054.223-.098.32.064c.151.254.219.277.294.277s.162.098.118.247s-.24.26-.326.26c-.032 0-.024.028-.013.062c.018.058.043.137-.117.137a1 1 0 0 1-.254-.03a1 1 0 0 0-.253-.03h-.087c-.217.003-.401.005-.401-.138c0-.14-.167-.262-.315-.371l-.072-.054c-.159-.122-.506-1.498-.506-1.498l-.656-4.133l-.02-.96l-.02.96l-.655 4.133s-.347 1.376-.507 1.498l-.071.054c-.148.109-.315.232-.315.37c0 .144-.184.142-.401.14l-.088-.001a1 1 0 0 0-.252.03a1 1 0 0 1-.254.03c-.16 0-.135-.079-.117-.137c.01-.034.019-.061-.013-.061c-.086 0-.283-.112-.326-.261s.043-.247.118-.247s.143-.023.294-.277c.097-.162.198-.118.32-.064c.069.03.145.064.23.064c.236 0 .322-.266.322-.266l-.322-1.415l-.844.229c-.03.074-.257-.418-.257-.418c-.176-.135.139.461.139.461c.005.243-.18-.006-.18-.006c.006-.201-.19-.279-.19-.279c0 .138-.275.46-.275.46c-.134.127.068-.492.068-.492c.049-.283-.051-.313-.051-.313c-.002-.229-.262-.178-.262-.178c-.077-.027.29-.075.29-.075c.184 0 .17-.123.162-.186l-.002-.024c0-.044.01-.418.052-.61c.04-.192.253-.282.485-.282h.768l-.359-1.438s-.413-.42-.522-.596c-.109-.175-.004-.208.425-.341l.003-.001c.313-.097.385.083.44.22c.022.053.04.1.069.122c.104.083.67-.275.67-.275c.223-.264.246-.247.246-.247l-.021-.487c-.017-.124-.056-.27-.056-.27c.008-.127.303-.002.303-.002c.127 0 .104-.134.104-.134l-.356-.114c-.042 0-.034-.274-.034-.274c.064-.151.139.033.139.033l.133-.105c.007-.098-.261-.332-.261-.332l.4.012c.103-.028-.14-.473-.14-.473c-.028-.15.296-.099.296-.099c.257-.001.043-.246.043-.246c.073-.066.257.056.257.056c.06.007.014-.25.014-.25l.197.116a.17.17 0 0 0 .117-.052l-.003-.15s.017.046.05.094' clip-rule='evenodd'/%3E%3Cpath fill='%235DC852' fill-rule='evenodd' d='m21.222 20l-.327-.321v3.642H30V19.68l-.327.321c.049-.384-.025-.26-.114-.113a.8.8 0 0 1-.124.174c-.035.028-.043-.084-.05-.194c-.007-.097-.014-.193-.039-.188c0 0-.1-.158-.16-.099a.8.8 0 0 0-.031.2c-.012.107-.024.228-.043.281c-.023.063-.093-.061-.093-.061s.004-.467-.068-.537s-.079.537-.079.537s-.11-.45-.22-.42c-.018.006-.028.123-.038.25c-.01.123-.021.254-.042.299c-.041.091-.14-.549-.14-.549s-.028.525-.126.549c-.016.004-.032-.08-.048-.174a1 1 0 0 0-.055-.224c-.045-.075-.258.218-.258.218l-.15-.604l-.411.334h-3.872l-.412-.334l-.15.605s-.212-.293-.258-.219c-.02.036-.038.134-.054.224c-.017.093-.032.178-.049.174c-.097-.024-.126-.549-.126-.549s-.098.64-.14.549a1.4 1.4 0 0 1-.041-.3c-.01-.126-.02-.244-.039-.249c-.11-.03-.22.42-.22.42s-.007-.607-.079-.537c-.071.07-.067.537-.067.537s-.071.123-.093.061a2 2 0 0 1-.043-.281a.8.8 0 0 0-.032-.2c-.06-.06-.16.099-.16.099c-.025-.005-.031.09-.038.188c-.008.11-.016.222-.05.194a.8.8 0 0 1-.125-.174c-.088-.148-.163-.271-.114.113' clip-rule='evenodd'/%3E%3Cpath fill='%234ABCE6' fill-rule='evenodd' d='M28.18 14.94s.043.11 0 .22zm-2.694-.177c.074.01.14.029.196.044c.132.035.211.057.211-.055c0-.082.217.024.515.17c.388.19.916.447 1.286.447c.322 0 .445-.104.486-.21v.425c0 .076.017.166.033.251c.029.155.054.293-.033.293c-.134 0-.734.422-.734.909c0 .486.734.886.734.886s-.486 1.712-.912 1.974c-.258.158-.411.028-.492-.04c-.052-.045-.074-.063-.074.04c0 .261-.369.63-.809.776c-.284.094-.2.166-.106.248c.051.045.106.092.106.148c0 .126-.347-.05-.486-.126c-.14.076-.486.252-.486.126c0-.056.055-.103.106-.148c.095-.082.178-.154-.106-.248c-.44-.146-.81-.515-.81-.776c0-.103-.02-.085-.073-.04c-.08.068-.234.198-.492.04c-.426-.262-.912-1.974-.912-1.974s.734-.4.734-.886c0-.487-.6-.91-.734-.91c-.087 0-.062-.137-.033-.292c.016-.085.033-.175.033-.25v-.426c.041.106.164.21.486.21c.37 0 .898-.258 1.286-.447c.298-.146.515-.252.515-.17c0 .112.079.09.21.055c.057-.015.123-.033.197-.044q.011-.01.022-.011q.03 0 .057.002l.057-.002q.012 0 .022.01m-2.852.177s-.043.11 0 .22z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBm4' width='7' height='8' x='22' y='14' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M28.18 14.94s.043.11 0 .22zm-2.694-.177c.074.01.14.029.196.044c.132.035.211.057.211-.055c0-.082.217.024.515.17c.388.19.916.447 1.286.447c.322 0 .445-.104.486-.21v.425c0 .076.017.166.033.251c.029.155.054.293-.033.293c-.134 0-.734.422-.734.909c0 .486.734.886.734.886s-.486 1.712-.912 1.974c-.258.158-.411.028-.492-.04c-.052-.045-.074-.063-.074.04c0 .261-.369.63-.809.776c-.284.094-.2.166-.106.248c.051.045.106.092.106.148c0 .126-.347-.05-.486-.126c-.14.076-.486.252-.486.126c0-.056.055-.103.106-.148c.095-.082.178-.154-.106-.248c-.44-.146-.81-.515-.81-.776c0-.103-.02-.085-.073-.04c-.08.068-.234.198-.492.04c-.426-.262-.912-1.974-.912-1.974s.734-.4.734-.886c0-.487-.6-.91-.734-.91c-.087 0-.062-.137-.033-.292c.016-.085.033-.175.033-.25v-.426c.041.106.164.21.486.21c.37 0 .898-.258 1.286-.447c.298-.146.515-.252.515-.17c0 .112.079.09.21.055c.057-.015.123-.033.197-.044q.011-.01.022-.011q.03 0 .057.002l.057-.002q.012 0 .022.01m-2.852.177s-.043.11 0 .22z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackBm4)'%3E%3Cpath fill='%23fff' d='M22.465 16.893s2.187-.233 3.47-.233c1.285 0 .594.079 1.088.134c.493.056.989.099.989.099v4.393h-5.547z'/%3E%3Cpath fill='%23FFDA3A' d='M22.985 16.273s-.179-.35.546-.476c.725-.125.95-.178 1.224.149c.275.327.833 1.733.417 2.111c-.417.378-.707.776-.872.637c-.165-.138.188-.637-.684-.637h-1.17z'/%3E%3Cpath fill='%23B35A1F' d='m26.657 16.612l-1.562.48s.141 1.066-.262 1.066s-.575-2.309-.575-2.309h-.166l.53 2.54l-.364.236l1.117.496l1.892-.963z'/%3E%3C/g%3E%3Cpath fill='%23FFD129' fill-rule='evenodd' d='M24.406 14.922c-.388.19-.916.447-1.286.447q-.387 0-.486-.15v.365c0 .076-.017.166-.033.251c-.029.155-.054.293.033.293c.134 0 .734.422.734.909q0 .487-.734.886q.486 1.712.912 1.974c.228.14.374.054.465-.018l.027-.023c.052-.044.074-.062.074.04l.002.035c.03.259.386.602.807.742c.284.094.2.166.106.248c-.051.045-.106.092-.106.148q0 .15.486-.125q.486.274.486.125c0-.056-.055-.103-.106-.148c-.095-.082-.178-.154.106-.248c.421-.14.777-.483.808-.748l.001-.029c0-.102.022-.084.077-.038l.028.024c.087.07.233.155.461.014q.426-.261.912-1.974q-.734-.399-.734-.886c0-.486.6-.908.734-.908c.087 0 .062-.138.033-.293a1.5 1.5 0 0 1-.033-.25v-.367q.069-.104 0-.278v.278q-.099.15-.486.151c-.37 0-.898-.258-1.286-.447c-.298-.146-.515-.252-.515-.17c0 .112-.079.09-.21.055a2 2 0 0 0-.193-.044a.04.04 0 0 0-.026-.011q-.03 0-.057.002l-.057-.002a.04.04 0 0 0-.026.011a2 2 0 0 0-.192.044c-.132.035-.211.057-.211-.055c0-.082-.217.024-.515.17' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M29.919 11.043h-8.89v8.61c0 .845.353 1.176.772 1.571c.125.117.255.24.384.384q.564.627 3.29 1.297q.746 0 2.456-.818q1.712-.817 1.988-2.054zm-8.11 9.897c-.42-.406-.57-.7-.57-1.288v-8.395h8.47v8.75c-.175.742-.79 1.372-1.866 1.886c-1.095.523-1.883.788-2.345.797c-1.76-.434-2.824-.855-3.159-1.227l-.081-.088a6 6 0 0 0-.233-.232z' clip-rule='evenodd'/%3E%3C/g%3E%3Cg clip-path='url(%23flagpackBm1)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FFD221' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBn0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBn0)'%3E%3Cpath fill='%23313131' d='m-3.067 10.615l2.008-4.579l34.827 15.272l-2.008 4.58z'/%3E%3Cpath fill='%23FAF9F9' d='M-3.017 5.57L-1.01.99l36.559 16.023l-2.008 4.58z'/%3E%3Cpath fill='%23CF1225' fill-rule='evenodd' d='M7.33 12.397C5.913 10.657 6.15 9.48 6.15 9.48s1.451.053 1.435.99c0 .395.52.77.97 1.092c.339.244.637.458.637.63c0 .398.3 4.41.3 4.41s-.21.365-1.212.365s-.95-.578-.95-.578c.609-.745 0-3.99 0-3.99m17.34 0c1.418-1.74 1.181-2.918 1.181-2.918s-1.452.053-1.435.99c0 .395-.521.77-.97 1.092c-.34.244-.638.458-.638.63c0 .398-.3 4.41-.3 4.41s.21.365 1.213.365c1.002 0 .949-.578.949-.578c-.608-.745 0-3.99 0-3.99m-8.61-9.525l1.127.804l-.739.197l.739.639l-.92-.233v.644h.92l.307 1.512l-.356-.252l-.356.252l-.355-.252l-.356.252l-.367-.252l-.366.252l-.366-.252l-.367.252l.462-1.512h.85V2.875zm5.025 5.076s-.343.304-1.08 0c-.246-.101-.516-.278-.797-.463c-.561-.37-1.168-.768-1.727-.658c-.84.167-1.212.567-1.212.567v-.922h-.361v.922s-.373-.4-1.212-.567c-.559-.11-1.166.289-1.727.658c-.282.185-.551.362-.798.463c-.736.304-1.08 0-1.08 0s0 .257.548.653c.238.172.51.16.74.09c-.17.13-.254.282.02.404c.566.252 1.496-.412 1.598-.487c-.114.085-1.238.93-.723.93c.543 0 1.422-.71 1.422-.71s-1.067 1.023-.493 1.182c.365.102.801-.43 1.006-.746c.007.067.069.108.136.153c.085.057.18.12.18.252c0 .169.042.198.08.223c.028.02.053.038.053.118v.233l-.133.196s0 .305.133.547c.101.184.05.338-.04.602q-.043.126-.093.293c-.132.461.133 1.249.133 1.249h-.133s.133.097.133.485c0 .316-.088.496-.254.835l-.126.26c-.248.525.247 1.193.247 1.193s-.83-.365-.663 0c.128.28.829.551 1.147.662v.053l.08-.026l.078.026v-.052c.319-.112 1.02-.384 1.147-.663c.167-.365-.663 0-.663 0s.495-.668.247-1.193l-.125-.26c-.167-.34-.255-.519-.255-.835c0-.388.133-.485.133-.485h-.133s.266-.788.133-1.249q-.049-.167-.093-.293c-.089-.264-.14-.418-.04-.602c.133-.242.133-.547.133-.547l-.133-.196v-.233c0-.08.026-.098.054-.118c.037-.025.079-.054.079-.223c0-.132.095-.195.181-.252c.067-.045.129-.086.135-.153c.205.315.641.848 1.007.746c.573-.16-.493-1.183-.493-1.183s.879.711 1.421.711c.516 0-.609-.845-.723-.93c.102.075 1.033.739 1.6.487c.272-.122.19-.274.018-.403c.231.069.503.081.74-.09c.548-.397.548-.654.548-.654m-1.824.467s.234.186.536.277a2.5 2.5 0 0 0-.536-.277m-2.363.68c-.09-.12-.048-.011.07.17c.003-.044-.015-.098-.07-.17m-1.62 0c.09-.12.048-.011-.069.17c-.004-.044.015-.098.069-.17m-1.272-.494l-.009.007zm-1.09-.186s-.234.186-.536.277c.204-.155.535-.277.535-.277' clip-rule='evenodd'/%3E%3Cpath fill='%23CF1225' fill-rule='evenodd' d='M11.23 9.578s-1.194 1.624-1.062 3.359c.133 1.734 1.549 5.77 5.748 5.77h.107c4.45 0 5.713-4.45 5.713-6.051c0-1.614-1.007-3.078-1.007-3.078s.118 2.166 0 3.078c-.355 2.75-2.087 4.02-4.735 4.02c-2.665 0-4.313-1.318-4.765-4.02c-.146-.874 0-3.078 0-3.078' clip-rule='evenodd'/%3E%3Cpath fill='%23CF1225' fill-rule='evenodd' d='M9.066 19.751s.216-.62.483-.62c.266 0-.51-.539 0-.691s1.293.607 1.293-.152c0-.76-.663-1.174-.176-1.174s.996-.145.996-.145s2.073 2.162 4.149 2.162s4.571-2.017 4.571-2.017s.92-.234.92.13c0 .366-.202.916-.202.916s.645-.127.973 0c.328.128 0 .736 0 .736v.235s.853-.188.853.148s-.412.144-1.246.24s-1.152.749-1.676.749c-.525 0-.638-.517-.638-.517s-1.625.881-3.555.881s-3.097-.88-3.097-.88s.182.903-.435.71s-1.248-1.423-1.99-1.183c-.74.24-1.223.472-1.223.472' clip-rule='evenodd'/%3E%3Cpath fill='%23F6E017' fill-rule='evenodd' d='M12.062 16.165c.036-.034.073-.072.121-.124c.136-.148.173-.187.201-.205q.01.038.01.123c0 .377.013.661.05.859c.026.14.062.232.126.275c.094.064.188.008.275-.123c.2-.301.578-.338.578-.224c0 .03-.012.062-.085.242l-.032.08c-.051.135-.074.233-.063.319c.016.127.11.198.262.198c.168 0 .28-.109.402-.324l.057-.104l.007-.011a1 1 0 0 1 .054-.089c.044-.062.054-.057.153.177l.126.304l.08.191c.064.153.11.243.158.306c.11.145.242.144.399.01q.045-.04.106-.081l.118-.077l.103-.067c.091-.064.136-.114.136-.188c-.002-.093-.08-.152-.235-.21l-.072-.03l-.028-.012q.006 0 .018-.008l.008-.004c.098-.048.295-.084.47-.084h.002q.012 0 .016.003q.005.003.003.035v.003a1.2 1.2 0 0 1-.056.267l-.015.057c-.049.191-.062.307-.029.407c.05.146.19.197.41.153c.296-.058.44-.176.478-.356a.7.7 0 0 0 .012-.15c0-.117 0-.118.1-.118c.14 0 .197.05.256.19l.021.05c.07.167.133.239.278.239c.096 0 .164-.04.152-.134a.2.2 0 0 0-.026-.074l-.011-.023l-.021-.04c-.09-.184-.054-.324.254-.521c.088-.057.224-.152.342-.235l.202-.14c.003.026.006.06.008.11l.005.132l.002.064c.013.335.083.642.185.766c.172.21.338.016.45-.448c.109-.443.263-.861.414-1.115c.073-.125.142-.203.195-.226c.035-.016.06-.005.096.06c.135.247.344.476.521.544c.262.101.418-.111.418-.585c0-.397.064-.713.171-.957q.056-.126.114-.207l.046-.058l-.113-.122a1 1 0 0 0-.197.318c-.116.266-.185.606-.185 1.026c0 .374-.073.475-.196.428c-.134-.051-.318-.253-.437-.47c-.074-.134-.185-.185-.304-.131c-.091.04-.18.14-.27.292c-.16.27-.32.704-.431 1.163c-.049.2-.1.326-.167.38c-.071-.088-.134-.364-.146-.664l-.002-.063l-.005-.134a1 1 0 0 0-.011-.138c-.017-.108-.072-.172-.17-.146c-.038.01-.223.139-.39.254a7 7 0 0 1-.232.159c-.38.244-.44.479-.314.739l.01.02c-.03-.014-.051-.05-.084-.129l-.022-.052c-.083-.194-.19-.29-.406-.29c-.209 0-.264.088-.264.285a.5.5 0 0 1-.008.115c-.022.107-.112.18-.35.227c-.147.03-.205.009-.223-.044c-.019-.056-.008-.15.033-.308l.014-.056c.048-.18.06-.234.062-.308c.003-.126-.059-.212-.184-.212c-.199 0-.42.04-.542.1c-.202.101-.162.27.089.364q.073.029.102.044q.02.01.024.01l-.014.01l-.05.037l-.09.06h-.001l-.129.083a1 1 0 0 0-.12.091c-.091.079-.117.079-.164.017a1.4 1.4 0 0 1-.137-.27l-.078-.188l-.128-.307c-.14-.334-.293-.408-.435-.21c-.02.028-.04.06-.065.105l-.007.014l-.056.1c-.095.167-.17.241-.26.241c-.075 0-.095-.015-.1-.053a.6.6 0 0 1 .054-.235l.03-.076c.091-.224.098-.241.098-.307c0-.34-.604-.281-.877.129a.3.3 0 0 1-.058.069a.5.5 0 0 1-.047-.158c-.035-.184-.048-.46-.048-.827c0-.232-.07-.354-.22-.288c-.067.03-.07.033-.273.254c-.046.05-.08.085-.112.115a.6.6 0 0 1-.111.085c-.047.024-.064.009-.09-.1c-.026-.112-.034-.27-.034-.535v-.225c0-.187-.05-.292-.172-.292a.3.3 0 0 0-.137.041l-.065.036l-.01.005l-.056.033c-.112.064-.187.093-.258.093l-.024.003h-.002l.001-.001q.005-.005.02-.031q.071-.14.373-.437l-.113-.122q-.32.314-.405.48c-.08.156-.018.277.15.277c.107 0 .202-.038.338-.115c.157-.09.165-.094.188-.094c0 0 .008.018.008.124v.225c0 .278.009.445.039.574c.046.2.16.297.324.21a.7.7 0 0 0 .146-.11m.34-.34h.002zm2.662 1.547l-.005-.003q.003.01.006.013zm2.901-.493h-.002zm-4.132 2.872c-.073.196-.188.261-.318.163a.8.8 0 0 1-.13-.14l-.012-.016l-.125-.163c-.112-.139-.208-.226-.313-.27l-.01-.004l-.181-.079l-.03-.014a.68.68 0 0 1-.324-.297c-.066-.114-.13-.267-.238-.564l.154-.06c.104.288.166.436.225.537c.066.115.129.17.254.232l.026.012c.026.013.052.024.178.078l.01.003c.134.058.248.16.375.32l.13.168l.009.012a.6.6 0 0 0 .112.122q.02-.01.054-.1c.05-.135.006-.24-.116-.35l-.033-.027a1 1 0 0 1-.14-.122c-.047-.07-.007-.14.065-.159a.7.7 0 0 1 .157-.012c.265 0 .338.156.387.554v.006c.04.314.078.4.212.4c.15 0 .243-.06.403-.232l.035-.037c.205-.218.348-.291.589-.225c.192.054.274.148.293.295l.005.056c.01.123.032.143.27.143c.182 0 .35.01.57.029l.027.002l.195.018c.071.005.122.008.162.008q.043 0 .066-.004c.006-.048.035-.082.15-.212l.033-.038a.4.4 0 0 0 .076-.113a.5.5 0 0 0-.178-.018c-.12 0-.18-.015-.19-.1c-.009-.07.032-.103.122-.151c.103-.055.29-.127.516-.198c.218-.07.447-.132.621-.168a2 2 0 0 1 .227-.035c.107-.006.17.009.17.105c0 .04.112.177.225.24c.134.074.229.046.294-.13c.096-.255.296-.53.49-.688c.105-.085.201-.13.284-.123c.113.01.171.106.171.252h-.163c0-.068-.01-.083-.022-.084c-.03-.003-.093.026-.168.087c-.172.14-.353.39-.439.617c-.103.276-.309.337-.526.216a.7.7 0 0 1-.298-.325a2 2 0 0 0-.212.033a6.6 6.6 0 0 0-.967.292c.117.017.185.06.203.142c.017.082-.023.153-.113.26l-.035.04c-.08.09-.108.128-.108.13c0 .11-.085.142-.229.142c-.045 0-.1-.003-.175-.01l-.197-.017l-.025-.003a6 6 0 0 0-.556-.028c-.323 0-.418-.085-.434-.298l-.004-.047c-.01-.079-.045-.119-.174-.154c-.168-.047-.26 0-.428.178l-.034.038c-.19.202-.314.283-.522.283c-.235 0-.312-.126-.361-.452zm.013-.149v-.006a1.4 1.4 0 0 0-.053-.242a.35.35 0 0 1 .069.343zm3-.122l.003.001h-.004m-.004.55l-.004.002h.003z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bo{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBo0)'%3E%3Cpath fill='%23DB501C' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23864C26' d='m12.446 9.96l.036-.036l7.22 6.945l-.036.035z'/%3E%3Cpath fill='%23864C26' d='m20.221 16.417l-.03.04l-8.4-6.17l.031-.04z'/%3E%3Cpath fill='%23A05A2C' d='m20.398 15.802l-.025.043l-9.343-5.086l.025-.043z'/%3E%3Cpath fill='%23E7E7E7' fill-rule='evenodd' d='m11.602 9.112l.707.468l-.04.027l.05.03q.03.018.043.044a.3.3 0 0 0-.002-.154l-.037-.15l.084.131c.133.208.153.356.05.44q-.153.121-.476-.057l-.088-.048l.1.001a.6.6 0 0 0 .211-.029l-.04-.01q-.052-.015-.078-.072l-.07.047zm-.849.53l.778.337l-.035.035l.057.021q.032.013.049.037a.3.3 0 0 0-.028-.152l-.063-.14l.106.113c.167.182.212.324.125.425q-.13.146-.48.026l-.094-.032l.099-.016a.6.6 0 0 0 .203-.065l-.042-.004q-.055-.005-.09-.059l-.06.06zm.052.811L10 10.184l.573.538l.055-.063q.04.05.095.05h.043a.6.6 0 0 1-.197.084l-.097.024l.097.024q.359.09.475-.068c.078-.108.02-.246-.162-.412l-.115-.104l.075.134q.045.082.041.149a.1.1 0 0 0-.052-.032l-.059-.017zm-.088.025l-.515-.173l.367.345l.03-.035l-.015-.034l.003-.001l-.024-.027l.098-.085l.013.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23925229' fill-rule='evenodd' d='m13.471 16.213l.835-1.489l1.17.316l-.842 1.358h-.328v.149z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE000' fill-rule='evenodd' d='m13.114 10.489l-.553.574l-.201 3.794l1.99.29s-.867-.761-.995-1.232c-.128-.47-.168-2.224.074-2.491l.189.11l.152-.451' clip-rule='evenodd'/%3E%3Cpath fill='%23D52C1E' fill-rule='evenodd' d='M11.19 10.747s-.215 2.963-.215 3.483s.442 1.76 1.449 1.76s2.389-.555 2.389-.78c0-.227-.413-.389-.413-.389s-1.852.127-1.852-.59c0-.718.126-2.842.236-3.092s.491-.628.491-.628l-.727-.54l-.124.54l-.466-.159l-.142.787z' clip-rule='evenodd'/%3E%3Cpath fill='%23027934' fill-rule='evenodd' d='m13.777 11.076l-.134.42l-.27-.115s-.405 1.896 0 2.69c.404.795 1.422.853 1.422.853l-.43-3.429z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8A30C' fill-rule='evenodd' d='m13.717 13.638l-.97.768s-.267.381 0 .67c.266.289 1.004.583 1.178.235c.174-.349.691-.757.691-.757z' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='M14.479 10.743c.236-.206.354-.456.264-.56s-.355-.021-.59.184c-.237.205-.355.456-.265.56c.09.103.355.02.59-.184' clip-rule='evenodd'/%3E%3Cpath fill='%23D52C1E' fill-rule='evenodd' d='M13.883 9.303s-.095-.02-.138-.026q-.46-.07-.46.188c0 .294.195.61.195.833s.01.567.104.394s.573-.691.573-.691l-.274-.45s.68.076.381-.086m1.706 5.913l-.51-.005c-.377.374-.412.877-.114 1.484c0 0 .097.141.131.128c.048-.018.115-.223.115-.223c-.023-.593.355-.986.378-1.384' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE000' fill-rule='evenodd' d='m15.325 15.394l.183-.085c.18.374.09.762-.258 1.148l-.151-.132c.151-.442.151-.625.226-.931' clip-rule='evenodd'/%3E%3Cpath fill='%23027934' d='m15.091 15.382l.191-.056q.137.472-.134.966l-.175-.096q.234-.425.118-.814'/%3E%3Cpath fill='%23864C26' d='m19.554 9.96l-.036-.036l-7.22 6.945l.036.035z'/%3E%3Cpath fill='%23864C26' d='m11.779 16.417l.03.04l8.4-6.17l-.031-.04z'/%3E%3Cpath fill='%23A05A2C' d='m11.602 15.802l.025.043l9.343-5.086l-.025-.043z'/%3E%3Cpath fill='%23E7E7E7' fill-rule='evenodd' d='m20.398 9.112l-.707.468l.04.027l-.05.03a.1.1 0 0 0-.043.044a.3.3 0 0 1 .002-.154l.037-.15l-.084.131q-.203.313-.05.44q.153.121.476-.057l.088-.048l-.1.001a.6.6 0 0 1-.211-.029l.04-.01q.052-.015.078-.072l.07.047zm.849.53l-.778.337l.035.035l-.057.021a.1.1 0 0 0-.049.037a.3.3 0 0 1 .028-.152l.063-.14l-.105.113c-.168.182-.213.324-.126.425q.13.146.48.026l.094-.032l-.099-.016a.6.6 0 0 1-.203-.065l.042-.004q.055-.005.09-.059l.06.06zm-.052.811l.805-.269l-.573.538l-.055-.063q-.04.05-.096.05h-.042a.6.6 0 0 0 .197.084l.097.024l-.097.024q-.359.09-.475-.068c-.078-.108-.02-.246.162-.412l.115-.104l-.075.134a.3.3 0 0 0-.041.149a.1.1 0 0 1 .052-.032l.059-.017zm.088.025l.515-.173l-.367.345l-.03-.035l.015-.034l-.003-.001l.024-.027l-.098-.085l-.013.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23925229' fill-rule='evenodd' d='m18.529 16.213l-.835-1.489l-1.17.316l.842 1.358h.328v.149z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE000' fill-rule='evenodd' d='m18.887 10.489l.552.574l.201 3.794l-1.99.29s.867-.761.995-1.232c.128-.47.168-2.224-.074-2.491l-.189.11l-.152-.451' clip-rule='evenodd'/%3E%3Cpath fill='%23D52C1E' fill-rule='evenodd' d='M20.81 10.747s.215 2.963.215 3.483s-.442 1.76-1.449 1.76s-2.389-.555-2.389-.78c0-.227.413-.389.413-.389s1.852.127 1.852-.59c0-.718-.126-2.842-.236-3.092s-.491-.628-.491-.628l.727-.54l.124.54l.466-.159l.142.787z' clip-rule='evenodd'/%3E%3Cpath fill='%23027934' fill-rule='evenodd' d='m18.224 11.076l.133.42l.27-.115s.405 1.896 0 2.69c-.403.795-1.422.853-1.422.853l.43-3.429z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8A30C' fill-rule='evenodd' d='m18.283 13.638l.97.768s.267.381 0 .67c-.266.289-1.004.583-1.178.235c-.174-.349-.691-.757-.691-.757z' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='M17.521 10.743c-.236-.206-.354-.456-.264-.56s.355-.021.59.184c.237.205.355.456.265.56c-.09.103-.355.02-.59-.184' clip-rule='evenodd'/%3E%3Cpath fill='%23D52C1E' fill-rule='evenodd' d='m16.03 15.378l.51-.005c.377.374.412.877.114 1.484c0 0-.097.141-.131.128c-.048-.018-.115-.223-.115-.223c.023-.593-.355-.986-.378-1.384' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE000' fill-rule='evenodd' d='m16.675 15.394l-.183-.085c-.18.374-.09.762.258 1.148l.151-.132c-.151-.442-.151-.625-.226-.931' clip-rule='evenodd'/%3E%3Cpath fill='%23027934' d='m16.909 15.382l-.191-.056q-.137.472.134.966l.174-.096q-.232-.425-.117-.814'/%3E%3Cpath fill='%2300A6DE' fill-rule='evenodd' d='M13.554 12.82c0 1.44 1.062 2.638 2.42 2.638s2.42-1.198 2.42-2.637s-1.062-2.637-2.42-2.637s-2.42 1.198-2.42 2.637m4.274 0c0 1.155-.83 2.09-1.854 2.09s-1.854-.935-1.854-2.09c0-1.153.83-2.089 1.854-2.089s1.854.936 1.854 2.09' clip-rule='evenodd'/%3E%3Cpath fill='%23D52C1E' fill-rule='evenodd' d='m15.974 12.448l-.24.496l.005-.548l-.44.346l.252-.49l-.551.127l.447-.337l-.554-.117l.554-.116l-.447-.337l.551.128l-.251-.491l.44.346l-.007-.548l.241.496l.24-.496l-.005.548l.44-.346l-.252.49l.552-.127l-.448.337l.555.116l-.555.117l.448.337l-.552-.128l.252.491l-.44-.346l.006.548z' clip-rule='evenodd'/%3E%3Cpath fill='%23027934' fill-rule='evenodd' d='M14.041 12.941s1.45-1.02 1.806-1.02s1.876 1.026 2.187 1.165c.31.14 0 2.878 0 2.878H13.92z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFC036' fill-rule='evenodd' d='m14.03 11.726l.09.05q.732-1.236 1.868-1.234q1.274.069 1.91 1.396l.093-.041q-.661-1.378-2-1.455q-1.202.002-1.96 1.284m-.36 1.59l.167-.112l.166.112l-.058-.188l.161-.118l-.203-.004l-.066-.185l-.067.185l-.202.004l.161.118zm.373.634l-.167.112l.06-.187l-.162-.119l.202-.004l.067-.185l.067.185l.202.004l-.161.119l.058.187zm.245.71l.167-.113l.166.112l-.058-.187l.161-.119l-.203-.004l-.066-.185l-.067.185l-.203.004l.162.119zm.785.385l-.167.112l.06-.188l-.162-.118l.202-.004l.067-.185l.067.185l.202.004l-.161.118l.059.188zm.709.36l.166-.111l.167.111l-.059-.187l.162-.118l-.203-.004l-.067-.185l-.066.185l-.203.004l.162.118zm2.33-2.201l.166.112l-.059-.188l.162-.118l-.203-.004l-.066-.185l-.067.185l-.203.004l.162.118l-.059.188zm-.04.858l-.166-.112l-.167.112l.059-.187l-.162-.119l.203-.004l.067-.185l.066.185l.203.004l-.162.119zm-.578.485l.166.112l-.059-.187l.162-.119l-.203-.004l-.066-.185l-.067.185l-.203.004l.162.119l-.059.187zm-.452.61l-.167-.112l-.166.112l.059-.188l-.162-.118l.203-.004l.066-.185l.067.185l.203.004l-.162.118z' clip-rule='evenodd'/%3E%3Cpath fill='%23036A2D' d='m14.683 7.007l.2.145c-.51.457-.606.966-.508 1.404c.101.457.553.943 1.374 1.443l-.302.463c-.938-.57-1.478-1.099-1.618-1.727c-.144-.648.21-1.15.854-1.728m2.704 0l-.2.145c.51.457.606.966.508 1.404c-.101.457-.553.943-1.374 1.443l.302.463c.938-.57 1.478-1.099 1.618-1.727c.144-.648-.21-1.15-.854-1.728'/%3E%3Cpath fill='%23452C24' fill-rule='evenodd' d='M12.775 8.862s.87-.602 1.282-.602s.963-.137 1.05.179c.086.316.249.225.569.225h.947s-.188-.404.16-.404s1.799.206 2.237.404s.46.315.46.315s-.405-.234-.854-.117s-1.262.632-1.633.632c-.37 0-.667.398-.667.398s.025-.204-.313-.102s-.33.582-.618.494s.083-.79 0-.79s-.672-.231-.672-.231s-.572-.518-1.42-.401c-.849.117-.528 0-.528 0' clip-rule='evenodd'/%3E%3Cpath fill='%23E7E7E7' fill-rule='evenodd' d='M15.871 9.289c.17 0 .31-.123.31-.274s-.14-.274-.31-.274s-.309.123-.309.274s.139.274.31.274' clip-rule='evenodd'/%3E%3Cpath fill='%23E8A30C' fill-rule='evenodd' d='M15.204 9.007s.1-.189.298-.189s.57 0 .57.095c0 .094.029.218-.27.218s-.108-.124-.3-.124z' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='M18.736 10.283c.115-.12.18-.413.18-.413s-.514.083-.634 0c-.12-.082-.182-.323-.182-.323s-.463.212-.287.212s.287.156.287.156l.36.133s-.24.235-.12.235s.281.121.396 0' clip-rule='evenodd'/%3E%3Cpath fill='%23925229' d='m17.83 10.384l-.064-.078l.452-.353l.064.077z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-br{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23flagpackBr3)'%3E%3Cpath fill='%23093' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBr0)'%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' filter='url(%23flagpackBr4)'%3E%3Cpath fill='%23FFD221' d='m15.927 3.704l12.202 8.504L15.76 20.17L3.809 12.043z'/%3E%3Cpath fill='url(%23flagpackBr2)' d='m15.927 3.704l12.202 8.504L15.76 20.17L3.809 12.043z'/%3E%3C/g%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M16 17.2a5 5 0 1 0 0-10a5 5 0 0 0 0 10' clip-rule='evenodd'/%3E%3Cmask id='flagpackBr1' width='10' height='11' x='11' y='7' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 17.2a5 5 0 1 0 0-10a5 5 0 0 0 0 10' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBr1)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m14.38 14.57l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm2 0l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm0 1.2l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm-1-4.2l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm0 2l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm-1.4-1l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm-1.4.8l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248zm4.6-3.4l-.223.117l.042-.248l-.18-.176l.25-.037l.111-.226l.112.226l.25.037l-.181.176l.042.248z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='m9.925 10.997l.15-1.994c4.798.362 8.585 1.94 11.313 4.745l-1.434 1.395c-2.364-2.433-5.692-3.819-10.03-4.146'/%3E%3Cpath fill='%23093' d='m12.29 10.603l.05-.498q4.643.48 7.952 3.552l-.34.366q-3.186-2.956-7.663-3.42'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='flagpackBr2' x1='32' x2='32' y1='24' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC600'/%3E%3Cstop offset='1' stop-color='%23FFDE42'/%3E%3C/linearGradient%3E%3CclipPath id='flagpackBr3'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3C/clipPath%3E%3Cfilter id='flagpackBr4' width='24.32' height='16.467' x='3.809' y='3.704' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeColorMatrix values='0 0 0 0 0.0313726 0 0 0 0 0.368627 0 0 0 0 0 0 0 0 0.28 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_270_67334'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_270_67334' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bs{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FECA00' d='M0 0h32v24H0z'/%3E%3Cpath fill='%233CB1CF' d='M0 0v8h32V0zm0 16v8h32v-8z'/%3E%3Cpath fill='%23272727' d='m0 0l16 12L0 24z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FF6230' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v24L32 0z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m26.327 5.194l.516.317l-.477.273c.428 0 1.387-.039 1.629-.239l.042-.035c.18-.147 1.905-.676 1.905-.676h-1.074c-.588 0-.872.094-1.142.315l-.046.037c-.156.13-.25.166-.56.166l-.065.038l.052-.101c.23.003.483-.141.769-.403c.03-.028.198-.088.41-.165c.423-.153 1.018-.368 1.018-.505h-.483l.001-.002l.008-.012l.002-.002q.007-.008-.003-.003a1.2 1.2 0 0 1-.288.036a4 4 0 0 0-.328.028c-.275.038-.493.12-.67.282a2 2 0 0 1-.106.093q.339-.681.52-1.101a2.5 2.5 0 0 1 .314-.526c.086-.117.237-.322.284-.396a1.1 1.1 0 0 0 .195-.604s-1.158 1.156-1.24 1.341c-.086.2-.24.41-.427.665c-.227.31-.502.683-.758 1.178m-3.52-1.143l.203-.321a5 5 0 0 0-.859-.415a20 20 0 0 0-.59-.195c-.167-.058-.24-.101-.277-.16c-.254-.403-.452-.536-.896-.536c0 0 .357.432.667.743c-.511-.237-.663-.285-.832-.285c0 0 1.5 1.104 1.498 1.21l.387.006c.003-.177-.093-.338-.282-.495a4.7 4.7 0 0 1 .98.448m-2.909-1.17c-.27-.174-.465-.232-.647-.11c0 0 .379.304.748.596a1 1 0 0 0-.248-.03a.7.7 0 0 1-.244-.026l-.009-.005q-.005-.001-.015-.018v-.001l-.005-.007c-.105-.15-.236-.209-.533-.209c-.473 0-.735.057-.827.25c0 0 .898-.06 1.633.393c.306 0 .436.194.404.69l.387.023q.029-.452-.118-.725c.134.105.234.18.26.197c.2.121.319.225.356.297l.002.004q.008.011.006.016c0 .006-.007.01-.023.022l-.008.006l.232.302c.184-.134.238-.328.136-.522c-.077-.147-.242-.29-.495-.445a6 6 0 0 1-.467-.32c-.174-.127-.44-.323-.525-.378m-2.04 1.678q.43 0 1.195.348l.165-.341q-.832-.383-1.36-.384c-.617 0-1.098.18-1.098.555c0 .268.212.432.564.5c0 0-.177-.453-.177-.5c0-.017.04-.055.149-.096a1.7 1.7 0 0 1 .562-.082m-.643.976l-.056.374c-.546-.078-1.364-.067-1.536 0c0 0 .982-.46 1.592-.374m.503 2.026l-.112-.362c-.757.221-1.127.683-1.253.875q-.051.046-.052.087s.016-.033.052-.087c.143-.127.57-.276 1.12-.44c-.54.567-.628 1.147-.642 1.376q-.021.065-.001.101q-.002-.002.001-.101c.07-.208.446-.626.926-1.127l-.273-.253zm1.46 3.03l.148-.348c-.722-.317-1.303-.202-1.523-.136q-.068.002-.095.033s.033-.014.095-.033c.22-.007.74.205 1.376.484m.133.54l-.205.317c-.577-.385-1.053-.684-1.27-.716c.228-.027.82-.04 1.475.398m-1.575-.383s.035-.008.1-.016q-.068-.01-.1.016m-1.867-.284l.361-.111c-.22-.757-.682-1.128-.874-1.254q-.046-.051-.087-.052s.033.017.087.052c.146.164.319.7.513 1.365m-1.789-.312l-.301.228c-.41-.559-.756-1.003-.95-1.107c.224.053.785.243 1.251.88m-1.35-.898s.037.005.1.02q-.06-.033-.1-.02m11.392 1.489l-.139.264l.085-.044c.105.193.16.344.16.473c0 .214-.155.357-.374.357v-.472c-.043 0-.11.062-.11.115a.8.8 0 0 0-.104-.252l.145-.075c-.173-.071-.26-.063-.3-.013a2.7 2.7 0 0 1-.422.442s-.087-.57.038-.728c.223-.285.586-.285 1.021-.067m-4.414 3.808v-.471h-.76a.6.6 0 0 0-.122.017c-.071.015-.134.028-.184-.017c0 0-.544-.08-.51-.012c.02.041.226.212.44.34l-.048.054c-.124.159-.038.729-.038.729a2.7 2.7 0 0 0 .424-.443l.014-.02c.025-.038.031-.047.18.025a.2.2 0 0 0-.001.085c.026.182-.155.464-.155.464h.003c.22 0 .701 0 .701-.213c0-.078-.074-.173-.155-.278a2 2 0 0 1-.146-.208l.049-.052z' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' d='m26.843 5.51l.037.066l.11-.063l-.108-.066zm-.517-.316l-.066-.034l-.032.062l.06.036zm.04.59l-.037-.066l-.245.14h.282zm1.629-.239l-.048-.058zm.042-.035l-.047-.058zm1.905-.676l.022.072l-.022-.147zm-2.216.315l-.048-.058zm-.046.037l-.047-.058zm-.56.166v-.075h-.02l-.017.01zm-.065.038l-.066-.035l-.116.225l.22-.125zm.052-.101l.001-.075l-.046-.001l-.022.041zm.769-.403l-.051-.055zm.41-.165l.025.07zm1.018-.505h.076V4.14h-.075zm-.483 0l-.064-.038l-.067.113h.131zm.001-.002l.065.038zm.008-.012l-.059-.046zm.002-.002l-.059-.047zm-.003-.003l.026.07zm-.288.036l.005.075zm-.328.028l.01.075zm-.67.282l.051.055zm-.106.093l-.067-.034l.114.092zm.52-1.101l.07.03zm.255-.446l-.061-.043zm.06-.08l-.061-.045zm.283-.396l-.063-.04zm.195-.604h.075v-.181l-.128.128zM27.51 3.35l-.069-.03zm-.427.665l.06.044zM23.01 3.73l.063.04l.042-.065l-.066-.04zm-.204.321l-.038.064l.063.038l.039-.062zm-.655-.736l.026-.07zm-.867-.354l.064-.04zm-.896-.537V2.35h-.16l.102.123zm.667.743l-.032.068l.085-.12zm-.832-.285v-.075h-.228l.184.136zm1.498 1.21l-.075-.001l-.001.075l.075.001zm.387.006v.075l.074.001l.001-.075zm-.282-.495l.023-.071l-.071.129zm.187.065l.026-.07zm-2.765-.899l-.042-.062l-.084.057l.08.064zm.647.11l.04-.063zm.1.486l-.018.073l.065-.132zm-.491-.056l.028-.07zm0 0l-.03.069zm-.009-.005l-.042.063zm-.015-.018l-.061.043zm0-.001l-.062.043zm-.005-.007l-.062.043zm-1.36.04l-.068-.031l-.056.115l.129-.008zm1.633.394l-.04.064l.019.011h.02zm.404.69l-.075-.005l-.004.075l.075.005zm.387.023l-.004.075l.074.004l.005-.074zm-.118-.725l.046-.06l-.112.095zm.26.197l-.038.064zm.356.297l-.066.035zm.002.004l-.066.035zm.006.016l-.074-.01zm-.023.022l-.044-.06zm-.008.006l-.044-.06l-.063.045l.047.06zm.232.302l-.06.046l.045.058l.06-.043zm.136-.522l-.066.035zm-.495-.445l-.039.064zm-.317-.21l-.043.062zm-.15-.11l-.045.06zm-1.37 1.648l-.031.069l.067.03l.032-.066zm.165-.341l.068.033l.033-.07l-.07-.031zm-1.894.67l-.014.074l.133.026l-.05-.127zm-.028-.595l-.027-.07zm-.137 1.268l-.011.074l.074.01l.01-.073zm.056-.374l.074.011l.011-.074l-.075-.011zm-1.592.374l-.032-.068l.059.138zm1.983 1.29l.072-.022l-.022-.07l-.07.02zm.111.362l.021.072l.074-.022l-.023-.072zm-1.416.6h-.075l.142.033zm1.171-.528l.055.052l.194-.205l-.27.082zm-.642 1.478l-.065.038l.14-.043zm.927-1.228l.054.052l.052-.055l-.055-.052zm-.273-.253l-.022-.072l-.125.038l.096.089zm1.842 2.613l.069.029l.029-.068l-.068-.03zm-.147.348l-.03.069l.07.03l.029-.07zm-1.471-.45l-.058-.049l.088.117zm1.398 1.307l-.042.062l.064.043l.041-.064zm.205-.318l.063.04l.04-.061l-.061-.041zm-1.575-.382l-.048-.057l.066.13zm-1.506-.396l.023.072l.07-.022l-.02-.07zm-.36.112l-.073.02l.021.074l.073-.022zm-.601-1.417V8.97l-.033.143zm-1.49 1.333l-.06.045l.044.061l.061-.046zm.301-.228l.046.06l.059-.045l-.044-.06zm-1.35-.898l-.025-.07l.017.145zm11.253 1.753l-.066-.035l-.112.211l.213-.11zm.14-.264l.066.035l.035-.068l-.068-.034zm-.055.22l.066-.036l-.035-.064l-.065.033zm-.214.83h-.075v.075h.075zm0-.472h.075v-.075h-.075zm-.214-.137l-.034-.066l-.068.035l.036.067zm.145-.075l.035.067l.143-.074l-.15-.062zm-.3-.013l.06.046zm-.422.442l-.075.011l.02.129l.102-.081zm.038-.728l.059.046zm-3.393 3.27h.075v-.075h-.075zm0 .471v.075h.075v-.075zm-.882-.454l-.016-.074zm-.184-.017l.05-.056l-.016-.015l-.023-.003zm-.51-.012l-.068.032zm.44.34l.054.052l.067-.068l-.082-.05zm-.048.054l.06.047zm-.038.729l-.074.011l.02.129l.101-.081zm.424-.443l-.06-.046zm.014-.02l-.062-.042zm.18.025l.072.022l.018-.062l-.057-.027zm-.001.085l-.075.011zm-.155.464l-.063-.04l-.074.115h.137zm.003 0v-.075zm.546-.491l-.06.046zm-.146-.208l-.055-.051l-.038.04l.028.049zm.049-.052v-.075h-.033l-.022.024zm7.485-9.102l-.516-.317l-.079.128l.517.317zm-.479.402l.477-.273l-.074-.13l-.477.272zm1.544-.362a.7.7 0 0 1-.266.107c-.126.03-.279.054-.439.07c-.32.035-.663.045-.876.045v.15c.216 0 .565-.01.892-.045c.164-.017.323-.041.458-.074a.85.85 0 0 0 .326-.137zm.043-.035l-.043.035l.095.116l.043-.035zm1.952-.618l-.022-.071h-.001l-.004.001l-.015.005l-.253.079c-.165.052-.386.122-.614.198c-.227.075-.46.155-.649.226a5 5 0 0 0-.244.098a.7.7 0 0 0-.15.082l.095.116a1 1 0 0 1 .116-.06q.096-.043.236-.096c.186-.07.417-.149.643-.224a44 44 0 0 1 .81-.259l.055-.017l.014-.004l.004-.002zm-1.074.075h1.074v-.15h-1.074zm-1.095.298c.252-.206.517-.298 1.095-.298v-.15c-.598 0-.901.096-1.19.332zm-.045.037l.046-.038l-.096-.115l-.045.037zm-.607.183c.155 0 .266-.009.359-.038a.7.7 0 0 0 .248-.145l-.095-.116a.6.6 0 0 1-.198.118c-.07.022-.162.031-.314.031zm-.028.028l.065-.038l-.075-.13l-.065.037zm-.053-.2l-.051.1l.133.069l.052-.101zm.785-.424c-.283.26-.517.386-.717.383l-.002.15c.26.003.533-.158.82-.422zm.435-.18c-.105.038-.201.072-.275.101l-.094.04a.3.3 0 0 0-.066.04l.101.11l.028-.014l.086-.036c.071-.028.165-.062.27-.1zm.97-.435c0-.01.004-.009-.008.005a.3.3 0 0 1-.059.048c-.057.038-.14.08-.24.125c-.199.089-.45.18-.663.257l.05.14c.212-.075.47-.169.674-.26c.102-.046.195-.092.262-.138a.5.5 0 0 0 .088-.073a.16.16 0 0 0 .046-.104zm-.409.075h.483v-.15h-.483zm0 0v-.15zm-.063-.115l-.001.002l.129.076v-.002zm.013-.02l-.014.02l.13.075l.002-.003zm.002-.003l-.002.003l.118.093l.002-.003zm.082.114h-.002q-.003.002-.016.003c-.002 0-.041.003-.065-.034a.08.08 0 0 1 0-.082q.003-.004.001 0l.117.092q.002 0 .006-.007l.008-.014l.006-.023c0-.011 0-.03-.012-.047c-.024-.037-.064-.035-.066-.035l-.018.003l-.01.003zm-.31.04c.168-.01.252-.018.31-.04l-.052-.14c-.033.012-.093.02-.266.031zm-.322.029a4 4 0 0 1 .323-.028l-.01-.15c-.17.01-.235.015-.333.029zm-.629.262c.162-.148.363-.226.63-.262l-.021-.149c-.285.04-.52.126-.71.3zm-.11.096q.053-.043.11-.096l-.101-.11q-.054.05-.104.09zm.405-1.189q-.181.417-.52 1.097l.135.067q.339-.681.522-1.104zm.262-.459c-.11.156-.193.3-.262.46l.137.059a2.4 2.4 0 0 1 .248-.433zm.06-.082l-.06.082l.123.086l.058-.079zm.281-.391c-.045.071-.194.273-.281.391l.12.09c.085-.115.239-.324.288-.401zm.183-.564c0 .196-.06.369-.183.564l.127.08c.134-.212.206-.413.206-.644zM27.58 3.38a.6.6 0 0 1 .066-.094a5 5 0 0 1 .149-.174a34 34 0 0 1 .826-.868l.132-.133l.037-.037l.01-.01l.002-.002v-.001l-.052-.053l-.053-.053h-.001l-.003.003l-.01.01l-.036.037a44 44 0 0 0-.54.552c-.15.157-.303.32-.424.455q-.091.103-.154.18a.7.7 0 0 0-.087.128zm-.436.68c.185-.253.346-.471.436-.68l-.137-.06c-.083.19-.232.394-.42.65zm-.75 1.168c.252-.49.523-.86.75-1.169l-.12-.089c-.228.31-.505.688-.764 1.189zm-3.447-1.54l-.204.322l.127.08l.203-.32zm-.822-.303c.284.105.557.234.846.408l.078-.128a5 5 0 0 0-.872-.42zm-.539-.337h.003l.003.002a.15.15 0 0 1 .044.075a.14.14 0 0 1-.088.068l-.006-.002h-.002h.003l.012.004l.05.016a35 35 0 0 1 .52.174l.052-.14a11 11 0 0 0-.527-.177l-.05-.016l-.016-.005h-.004l-.005-.002a.14.14 0 0 0-.088.068c.008.04.04.072.044.074l.004.002h.002zM21.221 3c.052.082.15.133.316.19l.05-.142c-.17-.058-.218-.095-.24-.128zm-.833-.502c.214 0 .36.032.48.106c.122.075.228.197.353.396l.127-.08c-.13-.205-.25-.351-.402-.444s-.329-.128-.558-.128zm.72.615a11 11 0 0 1-.602-.666l-.045-.053l-.012-.014l-.003-.004l-.058.047l-.058.048l.001.001l.003.004l.057.068c.039.045.093.11.157.183c.129.147.297.335.454.492zm-.885-.157c.15 0 .286.04.8.278l.063-.136c-.508-.236-.674-.292-.863-.292zm1.573 1.136a.1.1 0 0 0-.013-.05l-.02-.028l-.053-.059a3 3 0 0 0-.174-.155c-.142-.12-.33-.268-.518-.413a44 44 0 0 0-.686-.518l-.047-.036l-.017-.012l-.045.06l-.044.06v.001l.004.003l.013.009l.047.035a54 54 0 0 1 .684.517c.187.144.373.292.512.409q.107.09.165.147l.047.052l-.003-.005l-.002-.019zm.313-.07l-.387-.006l-.002.15l.387.006zm-.331-.362c.18.149.258.291.255.436l.15.002c.004-.208-.111-.39-.31-.554zm.261-.063l-.19-.066l-.047.142c.074.025.142.048.185.064zm.806.389a4.7 4.7 0 0 0-.806-.39l-.052.141c.262.098.513.216.78.377zM19.29 2.83a.3.3 0 0 1 .234-.044c.09.018.197.07.33.155l.082-.126a1.2 1.2 0 0 0-.383-.177a.44.44 0 0 0-.347.068zm.752.475l-.682-.543l-.048-.039l-.012-.01l-.004-.002V2.71l-.048.058l-.047.059h.002l.003.003l.012.01l.048.039l.17.136l.513.408zm-.294.104q.126 0 .229.028l.038-.145a1 1 0 0 0-.267-.033zm-.273-.032a.8.8 0 0 0 .273.032v-.15a.7.7 0 0 1-.216-.02zm0 0l.057-.139zm-.022-.011q.017.01.022.01l.057-.138h-.002l.007.003zm-.034-.038l.011.016a.1.1 0 0 0 .023.022l.084-.125l.011.01l-.002-.002l-.005-.007zm-.001-.001l.123-.085V3.24zm-.005-.007l.005.007l.123-.086l-.005-.007zm-.47-.177a.8.8 0 0 1 .31.043a.35.35 0 0 1 .16.134l.123-.086a.5.5 0 0 0-.227-.187a1 1 0 0 0-.367-.054zm-.76.207c.033-.07.1-.122.223-.157a2 2 0 0 1 .536-.05v-.15c-.237 0-.43.014-.576.056c-.149.041-.26.114-.319.237zm1.604.298a2.9 2.9 0 0 0-1.122-.378a3.5 3.5 0 0 0-.554-.027h-.001l.005.075l.005.075h.009a2 2 0 0 1 .136-.002c.094.001.226.008.38.028c.311.04.708.137 1.064.356zm.44.758c.016-.252-.007-.444-.086-.575c-.085-.14-.223-.195-.393-.195v.15c.135 0 .215.042.264.123c.055.09.08.242.066.487zm.317-.057l-.387-.023l-.01.15l.388.023zm-.19-.615c.089.165.129.394.11.685l.15.01c.02-.307-.02-.568-.127-.766zm.367.098a6 6 0 0 1-.254-.192l-.092.118c.132.103.236.183.268.202zm.383.326a.6.6 0 0 0-.136-.152a2 2 0 0 0-.247-.174l-.078.128q.145.09.229.16a.4.4 0 0 1 .099.108zm.002.004l-.002-.004l-.133.07l.002.004zm.013.062a.1.1 0 0 0-.005-.046l-.008-.017l-.133.071l.002.004v-.002c-.002-.002-.006-.015-.004-.032zm-.053.072l.023-.018a.1.1 0 0 0 .03-.054l-.148-.022a.1.1 0 0 1 .011-.027l.007-.01l-.002.003l-.009.006zm-.008.006l.008-.006l-.088-.122l-.009.006zm.247.195l-.232-.302l-.119.092l.232.302zm.01-.441a.3.3 0 0 1 .034.229a.37.37 0 0 1-.147.198l.088.12a.5.5 0 0 0 .204-.28a.46.46 0 0 0-.045-.337zm-.467-.416c.25.153.4.288.468.416l.133-.07c-.088-.166-.267-.318-.523-.474zm-.321-.212q.168.12.321.212l.078-.128q-.148-.09-.313-.207zm-.152-.111c.073.053.13.096.152.11l.086-.122l-.149-.109zm-.52-.376c.082.054.345.247.52.376l.09-.12a18 18 0 0 0-.53-.382zm-.774 1.895c-.511-.234-.924-.355-1.226-.355v.15c.268 0 .657.11 1.164.342zm.067-.306l-.165.342l.135.065l.165-.341zm-1.293-.276c.337 0 .776.124 1.329.377l.063-.136c-.56-.257-1.023-.391-1.392-.391zm-1.023.48q0-.223.274-.35c.183-.086.446-.13.749-.13v-.15c-.314 0-.601.045-.812.143c-.213.1-.361.259-.361.487zm.503.426a.8.8 0 0 1-.38-.158a.34.34 0 0 1-.123-.268h-.15c0 .157.063.285.176.382c.11.095.266.156.449.191zm-.266-.426q.001.018.004.03l.007.025l.02.067a6 6 0 0 0 .123.333l.02.052l.006.015l.001.003v.001l.07-.027l.07-.027v-.001l-.001-.004l-.006-.014l-.02-.052a15 15 0 0 1-.12-.327l-.023-.077v.003zm.197-.166a.6.6 0 0 0-.132.066a.2.2 0 0 0-.04.036a.1.1 0 0 0-.025.064h.15q-.001.018-.005.024l-.004.007l.011-.01a.4.4 0 0 1 .098-.047zm.589-.087c-.226 0-.438.03-.589.087l.053.14a1.6 1.6 0 0 1 .536-.077zm-.625 1.436l.056-.374l-.149-.022l-.056.373zm-1.583.059a1 1 0 0 1 .215-.035a6.6 6.6 0 0 1 1.283.038l.021-.148a6.7 6.7 0 0 0-1.317-.04c-.108.01-.202.024-.256.045zm1.575-.518c-.323-.046-.735.053-1.058.157a6 6 0 0 0-.564.217l-.009.004l-.002.001h-.001l.032.069l.032.068l.002-.002l.04-.017a5 5 0 0 1 .516-.197c.321-.104.705-.192.991-.152zm.31 1.76l.11.362l.144-.044l-.111-.362zm-1.12.894c.12-.182.477-.629 1.212-.844l-.042-.144c-.779.228-1.162.704-1.295.906zm-.112-.097c-.039.035-.077.082-.077.143h.15q-.001.005.002-.004a.1.1 0 0 1 .025-.027zm-.002.143l.067.033l.002-.004l.009-.015l.036-.06l-.125-.082a1 1 0 0 0-.052.087l-.003.005v.002h-.001zm1.15-.6a11 11 0 0 0-.718.237c-.192.073-.347.146-.43.22l.1.112q.091-.08.384-.192c.19-.073.432-.15.707-.233zm-.545 1.453c.013-.216.098-.778.62-1.329l-.108-.103c-.554.584-.648 1.183-.662 1.424zm-.146-.028c-.016.05-.025.11.005.163l.13-.075v-.005q0-.01.008-.036zm.07.125l.075-.005V9.1l.001-.088l-.15-.008l-.001.101v.008zm.872-1.28c-.24.25-.455.482-.62.677a4 4 0 0 0-.206.266a1 1 0 0 0-.116.212l.143.047a.8.8 0 0 1 .096-.174q.077-.11.198-.254c.162-.191.374-.42.614-.67zm-.269-.146l.273.253l.102-.11l-.273-.253zm.264-.196l-.235.069l.044.144l.232-.07zm1.56 2.724l-.147.349l.138.058l.147-.348zm-1.432-.034c.209-.063.77-.176 1.47.132l.06-.137c-.742-.326-1.342-.208-1.573-.139zm-.024-.147c-.052.002-.112.014-.15.06l.114.097l.005-.002a.1.1 0 0 1 .035-.005zm-.093.108l.03.069l.004-.002l.016-.006l.067-.022l-.043-.144a1 1 0 0 0-.096.033l-.006.003h-.002zm1.5.383a15 15 0 0 0-.847-.351a4 4 0 0 0-.32-.104a1 1 0 0 0-.24-.036l.005.15a.8.8 0 0 1 .197.031q.13.034.306.1c.235.086.522.207.84.347zm-.039.966l.205-.318l-.126-.082l-.205.318zm-1.344-.682a.8.8 0 0 1 .188.065q.122.056.285.15c.216.126.478.296.766.488l.084-.124a16 16 0 0 0-.774-.493a4 4 0 0 0-.298-.158a1 1 0 0 0-.23-.077zm1.528.26c-.675-.45-1.286-.437-1.526-.41l.017.15c.217-.026.789-.04 1.426.386zm-1.617-.319l.018.073h.004l.017-.004q.024-.005.07-.01l-.018-.15a1 1 0 0 0-.1.017l-.006.001h-.002zm.11-.09c-.05-.007-.112-.006-.158.033l.096.115q-.004.002.005 0a.1.1 0 0 1 .036 0zm-1.638-.377l-.361.111l.044.144l.362-.112zm-.893-1.12c.182.12.629.478.844 1.213l.143-.043c-.227-.778-.703-1.162-.905-1.295zm.097-.112c-.035-.038-.083-.077-.143-.077v.15q-.005 0 .004.003q.009.004.027.024zm-.143-.002l-.033.068l.004.002l.075.045l.082-.126a1 1 0 0 0-.092-.055H15.3zm.672 1.396a16 16 0 0 0-.276-.875a4 4 0 0 0-.127-.312a1 1 0 0 0-.126-.207l-.112.1q.045.05.102.171q.059.121.122.299c.085.235.176.533.273.866zm-2.117-.003l.302-.228l-.09-.12l-.302.229zm-1.03-1.1q.058.03.155.125q.096.095.216.24c.16.191.348.44.553.72l.121-.089c-.205-.28-.395-.532-.559-.728a4 4 0 0 0-.226-.25a1 1 0 0 0-.189-.15zm1.347.768c-.48-.654-1.059-.852-1.294-.908l-.034.146c.212.05.754.233 1.207.85zm-1.41-.854l-.009.075l.022.003l.069.014l.034-.146a1 1 0 0 0-.106-.02h-.002zm.134-.047c-.045-.024-.103-.044-.16-.023l.051.141l.005.001a.1.1 0 0 1 .033.013zm11.185 1.835l.139-.264l-.133-.07l-.14.264zm-.016-.146l-.085.044l.069.133l.084-.043zm.27.54c0-.149-.064-.314-.17-.509l-.132.072c.104.19.151.328.151.437zm-.45.432a.46.46 0 0 0 .32-.119a.42.42 0 0 0 .13-.313h-.15a.27.27 0 0 1-.082.204a.3.3 0 0 1-.218.078zm-.075-.547v.472h.15v-.472zm.04.115q0 .003.002-.005l.015-.019l.018-.014q.01-.004 0-.002v-.15a.15.15 0 0 0-.07.02a.2.2 0 0 0-.054.04a.2.2 0 0 0-.061.13zm-.245-.216a1.5 1.5 0 0 1 .091.202l.004.014h.15a.2.2 0 0 0-.01-.055l-.02-.062a2 2 0 0 0-.083-.17zm.177-.177l-.145.075l.069.133l.145-.075zm-.206.099c0-.001.007-.01.039-.01c.035 0 .09.012.173.047l.057-.14a.7.7 0 0 0-.228-.057c-.065 0-.122.02-.16.067zm-.436.455q.214-.171.436-.455l-.118-.093q-.214.274-.411.43zm-.067-.834a.45.45 0 0 0-.074.218c-.01.082-.011.172-.008.255a3 3 0 0 0 .025.287l.003.02v.006l.075-.01l.074-.012v-.001l-.001-.005l-.01-.083a3 3 0 0 1-.016-.207a1.5 1.5 0 0 1 .007-.231a.3.3 0 0 1 .043-.144zm1.114-.087c-.224-.112-.437-.172-.628-.163a.64.64 0 0 0-.486.25l.118.093a.49.49 0 0 1 .375-.193q.235-.012.554.147zm-4.523 3.404v.471h.15v-.471zm-.685.075h.76v-.15h-.76zm-.107.015a.5.5 0 0 1 .107-.015v-.15c-.052 0-.1.01-.138.018zm-.25-.035c.084.076.19.048.25.035l-.031-.147a.4.4 0 0 1-.083.013q-.023 0-.034-.012zm-.392-.1a.065.065 0 0 1-.021.08l-.008.004l.03-.003c.042-.002.102.001.168.007a5 5 0 0 1 .24.028l.017.002h.006l.011-.073l.011-.074h-.002l-.004-.001l-.018-.003a6 6 0 0 0-.248-.029a2 2 0 0 0-.187-.007a.3.3 0 0 0-.076.012a.1.1 0 0 0-.048.036a.09.09 0 0 0-.006.086zm.412.308a2.7 2.7 0 0 1-.38-.277l-.027-.027q-.01-.013-.005-.005l-.135.066a.2.2 0 0 0 .028.039l.036.036q.042.039.105.09c.083.065.19.141.302.207zm-.028.166l.043-.049l-.107-.105l-.054.061zm-.096.682l.074-.011v-.002l-.001-.004l-.01-.083a3 3 0 0 1-.016-.208a1.5 1.5 0 0 1 .007-.23a.3.3 0 0 1 .042-.144l-.118-.093a.45.45 0 0 0-.073.218a2 2 0 0 0-.008.255a3 3 0 0 0 .025.287l.002.02l.001.004v.002zm.363-.489a2.6 2.6 0 0 1-.41.43l.093.118a2.8 2.8 0 0 0 .435-.455zm.012-.016l-.012.016l.118.093l.019-.026zm.274 0l-.092-.042a.3.3 0 0 0-.07-.02a.1.1 0 0 0-.078.023a.14.14 0 0 0-.034.04l.125.082c.008-.013.006-.009.001-.004a.04.04 0 0 1-.027.009l.006.002l.022.007l.082.038zm.04.142a.14.14 0 0 1 0-.053l-.144-.043a.3.3 0 0 0-.003.117zm-.228.474l.063.04l.003-.003l.027-.047c.017-.03.04-.074.063-.123a1 1 0 0 0 .058-.163a.5.5 0 0 0 .015-.178l-.148.021a.3.3 0 0 1-.012.12a1 1 0 0 1-.05.138a1 1 0 0 1-.075.143l-.006.009v.002h-.001zm.003-.075h-.003v.15h.003zm.626-.138c0 .019-.008.038-.043.06a.5.5 0 0 1-.163.053c-.14.025-.308.025-.42.025v.15c.109 0 .291 0 .446-.028a.6.6 0 0 0 .216-.073c.062-.039.114-.1.114-.187zm-.14-.232q.064.08.104.142c.027.044.036.073.036.09h.15a.33.33 0 0 0-.058-.168c-.031-.05-.073-.104-.113-.156zm-.151-.216c.044.077.101.15.151.216l.12-.092a2 2 0 0 1-.141-.199zm.06-.141l-.05.052l.11.103l.048-.052zm.362-.024h-.308v.15h.308z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m26.248 6.01l.51-.002c.008.453-.046.83-.09 1.141c-.037.256-.068.469-.052.644c.014.163-.383 1.461-.383 1.461a.83.83 0 0 1-.097-.502a9 9 0 0 1 .052-.396l.012-.08c.018-.152.023-.283.01-.42a19 19 0 0 1-.053-.985q-.021.05-.042.11c-.066.187-.195.338-.385.482c-.065.05-.11.08-.232.16a1 1 0 0 0-.2.149q-.005.007-.002 0v-.003l.001-.012v-.002l-.359.208c-.055-.095.302-.5.555-.788c.126-.143.227-.257.238-.29c.107-.303.238-.511.41-.608l-.002-.092l-.034.054c-.229.132-.285.198-.349.355l-.019.045c-.112.27-.285.456-.722.708l-.798.46s1.07-1.105 1.145-1.284l.017-.043c.1-.242.796-.68 1.114-.863z' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' d='m26.248 6.01l-.064-.04l-.072.116l.136-.001zm.51-.002l.075-.002l-.001-.073h-.074zm-.09 1.141l-.075-.01zm-.052.644l-.075.006zm-.383 1.461l-.065.038l.086.149l.05-.165zm-.097-.502l.074.006zm.052-.396l.075.011zm.012-.08l.074.008zm.01-.42l.075-.006zm-.053-.985l.075-.003l-.144-.026zm-.042.11l-.07-.025zm-.385.482l.046.06zm-.232.16l.041.063zm-.2.149l.057.05zm-.002 0l.073.013zm0-.003l.074.013zm.001-.012l-.075-.003v.001zm0-.002l.075.004l.006-.137l-.119.069zm-.359.208L24.873 8l.038.065l.065-.037zm.555-.788l-.056-.05zm0 0l.056.05zm.238-.29l-.07-.024zm.41-.608l.036.066l.04-.022l-.001-.045zm-.002-.092l.075-.001l-.005-.253l-.134.214zm-.034.054l.038.065l.016-.01l.01-.015zm-.349.355l.07.029zm-.019.045l.07.03v-.001zm-.722.708l.037.065zm-.798.46l-.054-.052l.092.117zm1.145-1.284l.069.029zm.017-.043l.07.028zm1.114-.863l.064.04l-.102-.105zm-.245.468l.51-.002v-.15l-.51.002zm.435-.076c.008.447-.045.818-.09 1.13l.149.02c.044-.311.1-.693.091-1.152zm-.09 1.13c-.036.252-.069.475-.052.66l.15-.013c-.015-.164.013-.367.05-.626zm-.052.66a.5.5 0 0 1-.011.09l-.04.183c-.036.144-.084.32-.132.492a36 36 0 0 1-.18.612l-.012.042l-.004.013v.001l.071.022l.072.022v-.004q.003-.004.004-.01l.013-.042l.045-.15c.037-.124.086-.292.135-.465s.097-.351.133-.497q.026-.111.042-.192a.6.6 0 0 0 .013-.13zm-.243 1.418a.76.76 0 0 1-.088-.46l-.15-.01a.9.9 0 0 0 .108.545zm-.088-.46c.005-.068.035-.27.052-.39l-.148-.022c-.017.116-.048.326-.053.402zm.052-.39l.012-.083l-.149-.018l-.01.08zm.012-.083c.02-.155.024-.292.011-.434l-.149.013a2 2 0 0 1-.01.403zm.011-.434q-.032-.365-.053-.982l-.15.006q.021.617.054.99zm-.1-.844l.041-.106l-.138-.058l-.044.114zm-.41.517c.197-.15.338-.311.41-.517l-.14-.05c-.06.169-.178.309-.36.448zm-.236.163c.122-.08.17-.112.237-.163l-.091-.12a4 4 0 0 1-.228.158zm-.184.135c.02-.021.06-.053.184-.135l-.082-.125c-.12.078-.18.121-.215.162zm-.133-.063l-.002.008v.017q0 .007.007.024a.075.075 0 0 0 .128.014l-.113-.098l.002-.002l.012-.01l.021-.008a.075.075 0 0 1 .092.064v.018zm0-.003v.003l.147.026v-.002zm0 0l.148.027l.002-.022zm0-.003v.002l.15.006zm-.246.276l.358-.208l-.075-.13l-.358.208zm.46-.902c-.126.143-.28.318-.396.47a2 2 0 0 0-.14.209a.4.4 0 0 0-.037.09a.14.14 0 0 0 .01.105l.13-.075c.008.013.002.02.006.006a.3.3 0 0 1 .023-.056q.041-.077.128-.188c.111-.147.262-.318.39-.462zm0 0l.113.1zm.224-.266l-.014.02l-.049.06q-.064.077-.16.186l.112.099c.063-.071.12-.137.163-.188l.055-.068a.3.3 0 0 0 .035-.059zm.444-.648c-.197.11-.335.341-.444.649l.142.05c.105-.3.228-.486.375-.568zm.112.064l-.002-.092l-.15.003l.002.092zm-.047.003l.034-.054l-.128-.08l-.033.054zm-.344.344a.5.5 0 0 1 .098-.164a1 1 0 0 1 .22-.155l-.075-.13c-.116.067-.195.12-.253.181a.6.6 0 0 0-.128.21zm-.018.045l.018-.045l-.138-.057l-.019.045zm-.755.744c.445-.257.634-.454.755-.744l-.139-.057c-.103.248-.261.423-.69.67zm-.797.46l.797-.46l-.075-.13l-.797.46zm1.037-1.378a1 1 0 0 1-.06.09a4 4 0 0 1-.138.166c-.11.128-.25.282-.388.431a40 40 0 0 1-.54.571l-.002.002v.001l.053.052l.054.053v-.001l.003-.003l.01-.009l.033-.035a37 37 0 0 0 .891-.964q.085-.099.142-.173a.7.7 0 0 0 .08-.123zm.018-.042l-.018.042l.139.057l.017-.043zm1.145-.9c-.16.092-.416.249-.645.413a3 3 0 0 0-.31.249a.8.8 0 0 0-.19.238l.139.056a.6.6 0 0 1 .152-.184c.081-.075.185-.156.297-.237a8 8 0 0 1 .632-.405zm-.143.498l.245-.394l-.128-.079l-.245.393z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12.05 17.285v.472h-.307l-.05.052c.042.072.096.142.147.207c.081.106.155.2.155.279c0 .212-.48.212-.7.212h-.004s.181-.282.155-.463a.2.2 0 0 1 0-.085c-.148-.072-.154-.063-.179-.026l-.014.021a2.7 2.7 0 0 1-.424.442s-.086-.57.038-.728l.049-.055c-.215-.127-.42-.298-.441-.34c-.034-.068.51.012.51.012c.05.046.113.032.184.017a.6.6 0 0 1 .122-.017zm17.259-9.301l-.17-.09c.08-.143.024-.225-.231-.293q-.445-.118-1.54-.057a4.5 4.5 0 0 0-.719.049c.01-.001-.225.035-.282.042a1 1 0 0 1-.25.003c-.218-.027-.424-.152-.787-.47c-.334-.293-.564-.446-.79-.525c-.228-.08-.39-.09-.993-.08l-.388.003v-.189c.12 0 .222 0 .385-.003c.63-.01.803 0 1.063.092c.252.088.501.253.852.562c.336.294.515.402.683.423l.034.005l.02.003c.036.004.073-.001.326-.038l.099-.015c.231-.033.442-.051.696-.051c.027-.102.076-.336-.013-.39a.8.8 0 0 1-.199-.174s.578-.111.63.07c.052.18 0 .463 0 .463l-.1.018q.218-.008.41-.007c.02-.11.048-.32-.015-.37c-.086-.068-.15-.174-.15-.174s.436-.111.476.07c.039.18 0 .463 0 .463l-.061.015q.415.015.664.08c.363.096.5.3.35.565' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' d='m29.139 7.893l-.044-.024l-.025.044l.045.024zm.17.091l-.024.044l.043.023l.024-.042zm-.401-.383l-.013.049zm-1.54-.057v.05h.003zm-1.001.09l.006.05zm-.25.004l-.006.05zm-.787-.47l.033-.038zm-.79-.525l.017-.047zm-.993-.08v.05zm-.388.003h-.05v.05h.05zm0-.189v-.05h-.05v.05zm.385-.003l-.001-.05zm1.063.092l-.017.047zm.852.562l.034-.038zm.683.423l.007-.05zm.034.005l.008-.05zm.02.003l-.006.05zm.326-.038l.008.05zm.099-.015l-.008-.049zm.696-.051v.05h.04l.009-.037zm-.013-.39l-.026.044zm-.199-.174l-.01-.05l-.08.016l.051.065zm.63.07l.048-.014zm0 .463l.009.05l.034-.007l.006-.034zm-.1.018l-.009-.049l.011.1zm.41-.007v.05h.04l.008-.041zm-.015-.37l-.03.04zm-.15-.174l-.012-.049l-.065.017l.034.057zm.476.07l.048-.011zm0 .463l.011.049l.033-.008l.005-.034zm-.061.015l-.012-.049l.01.099zm.664.08l-.013.049zm.156.518l.17.091l.047-.088l-.17-.09zm-.22-.287q.092.024.146.05a.2.2 0 0 1 .069.05a.06.06 0 0 1 .013.044a.2.2 0 0 1-.028.075l.087.049a.3.3 0 0 0 .04-.117a.16.16 0 0 0-.033-.112a.3.3 0 0 0-.104-.079a1 1 0 0 0-.164-.057zm-1.524-.056q1.094-.059 1.524.056l.026-.097q-.458-.12-1.556-.06zm-.714.048a4.4 4.4 0 0 1 .71-.048l.001-.1a4.5 4.5 0 0 0-.726.05zm-.284.042a8 8 0 0 0 .277-.04l.006-.001h.003l.003-.001c.002-.001.038-.045.011-.093l-.027-.006h-.003l.014.1h-.003a.1.1 0 0 1-.028-.006c-.026-.048.01-.092.012-.093h.003h-.006l-.274.041zm-.262.004c.081.01.162.008.262-.004l-.012-.099a1 1 0 0 1-.237.004zm-.814-.483c.363.319.58.453.814.483l.013-.1c-.202-.025-.399-.14-.761-.458zm-.773-.515c.216.076.44.223.773.515l.066-.075c-.336-.294-.572-.452-.806-.534zm-.977-.078c.605-.009.758.002.977.078l.033-.094c-.238-.084-.408-.093-1.011-.084zm-.388.004c.121 0 .225-.001.388-.004l-.001-.1l-.387.004zm-.05-.239v.19h.1v-.19zm.434-.053l-.384.003v.1c.12 0 .223 0 .385-.003zm1.08.095c-.269-.095-.451-.105-1.08-.095l.001.1c.63-.01.796.001 1.046.089zm.87.571c-.353-.31-.608-.48-.87-.571l-.033.094c.244.085.487.245.837.552zm.656.412c-.152-.02-.32-.117-.657-.412l-.066.075c.336.294.525.412.71.436zm.035.005l-.035-.005l-.013.099l.032.005zm.017.003l-.017-.003l-.016.099l.022.003zm.314-.039c-.127.019-.199.03-.243.035a.3.3 0 0 1-.07.004l-.012.099a.4.4 0 0 0 .094-.004c.046-.005.12-.016.246-.035zm.098-.014l-.098.014l.015.1l.098-.015zm.704-.052c-.257 0-.47.018-.704.052l.015.099a4.5 4.5 0 0 1 .69-.051zm-.039-.296c.006.003.015.012.02.037a.3.3 0 0 1 .006.093a1 1 0 0 1-.035.203l.097.026a1.2 1.2 0 0 0 .038-.223a.4.4 0 0 0-.008-.122a.15.15 0 0 0-.066-.1zm-.173-.218l-.039.03v.001l.001.001l.004.004l.055.061c.037.037.09.084.152.12l.052-.085a.7.7 0 0 1-.172-.147l-.01-.012l-.003-.003V6.76zm.678.056c-.021-.073-.092-.106-.157-.122a1 1 0 0 0-.227-.017a2 2 0 0 0-.301.033h-.002l.01.05l.009.049h.001l.005-.001l.082-.013c.054-.008.126-.016.2-.018a.8.8 0 0 1 .2.014c.058.014.079.035.084.052zm-.048.477l.05.01V7.33l.001-.01a1 1 0 0 0 .018-.156a1 1 0 0 0-.021-.317l-.096.027a.9.9 0 0 1 .018.283l-.012.113l-.005.034l-.002.008v.003zm-.09.068l.099-.019l-.018-.098l-.1.018zm.4-.107q-.192 0-.412.007l.004.1q.218-.008.407-.007zm.048.059c.01-.056.024-.14.026-.215a.5.5 0 0 0-.008-.11a.15.15 0 0 0-.05-.093L28 7.005q.005 0 .014.034a.4.4 0 0 1 .006.087a1.4 1.4 0 0 1-.024.2zm-.032-.418a.6.6 0 0 1-.137-.16l-.044.025l-.043.025l.001.002l.003.004l.042.06a.7.7 0 0 0 .116.123zm-.18-.135l.012.048l.017-.004a1.3 1.3 0 0 1 .195-.027a.4.4 0 0 1 .144.013c.037.012.053.03.058.05l.097-.021c-.015-.07-.068-.106-.124-.124a.5.5 0 0 0-.18-.018a1.2 1.2 0 0 0-.23.034h-.002zm.426.08c.018.084.018.194.013.287a2 2 0 0 1-.014.159l.05.007l.05.007v-.013a3 3 0 0 0 .014-.155a1.3 1.3 0 0 0-.016-.313zm.037.405l-.061.014l.023.098l.061-.015zm.627.095a3.2 3.2 0 0 0-.674-.082l-.004.1q.412.015.653.079zm.381.638c.082-.144.09-.282.016-.398c-.07-.112-.21-.19-.397-.24l-.025.097c.176.046.287.116.338.197c.048.076.05.173-.019.295z'/%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='M27.367 5.09a.4.4 0 0 1-.056.19a1 1 0 0 1-.074.116l-.077.103l-.011.015c-.145.196-.209.334-.209.514c0 .19-.105.303-.305.355c-.147.039-.292.044-.64.039l-.19-.002a1.3 1.3 0 0 1-.442-.076l-.093-.032l-.06-.021a2.4 2.4 0 0 0-.856-.127c-.395 0-.49.166-.3.428c.198.272.653.571 1.19.76c.53.187.67.469.481.785c-.144.24-.487.484-.776.583c-.239.08-.408-.05-.51-.331a2.3 2.3 0 0 1-.11-.727c0-.192-.42-.269-1.21-.271c-.128 0-.244 0-.45.003c-.213.004-.273.004-.362.004c-.427 0-.55-.06-.65-.277l-.012-.028v-.001l-.057-.127a1.5 1.5 0 0 0-.108-.192c-.115-.173-.317-.146-.54.039c-.198.164-.358.416-.358.563q0 .06.023.121c.047.119.16.243.374.414c.09.072.195.15.355.267l.46.334c.087.064.23.177.357.277c.12.094.225.177.258.199c.154.103.308.154.627.207c.143.023.324.048.59.08c.657.08 1.032.052 1.45-.056l.121-.032l.116-.03c.118-.027.218-.04.328-.04c.269 0 .408-.106.518-.329l.033-.07l.031-.068a.6.6 0 0 1 .077-.134c.038-.048.123-.035.27.025c.056.023.12.051.21.094l.042.02l.2.095c.093.044.171.079.246.11c.462.193.747.209.862-.01q.143-.273.258-.164c.05.048.084.136.143.337c.074.256.11.349.158.4c.088.092.044.226-.1.427l-.071.095c-.182.236-.206.27-.206.319c0 .15-.1.212-1.084.744a.52.52 0 0 1-.435.018c-.196-.069-.404-.224-.615-.44a4 4 0 0 1-.364-.433a.6.6 0 0 0-.126.096l-.009.007a3.5 3.5 0 0 1-.39.31c-.46.316-.948.49-1.436.445a3.7 3.7 0 0 1-.958-.23l-.12-.047c-.159-.062-.42-.164-.48-.18c-.124-.033-.153-.01-.121.11c.052.197-.117.737-.545 1.873l-.034.092c-.483 1.281-.584 1.57-.584 1.751c0 .405.311.47 1.876.47c.396 0 .589-.012.676-.043c.062-.021.065-.035.049-.13c-.031-.182.014-.316.239-.502a1.04 1.04 0 0 1 .487-.225c.271-.048.56-.003.843.101q.087.033.163.068l-.002.001l-.058.024l-.12-.048c-.276-.102-.556-.146-.817-.1a1 1 0 0 0-.465.215c-.211.175-.25.292-.222.458c.02.115.01.151-.08.183c-.095.033-.29.045-.693.045c-.854 0-1.197-.013-1.466-.07c-.318-.067-.459-.2-.459-.447c0-.19.098-.469.587-1.768l.035-.091c.42-1.115.591-1.663.543-1.846c-.041-.158.023-.208.181-.166c.064.017.332.121.491.183l.114.044c.333.122.633.2.944.228c.475.043.952-.127 1.405-.437a3.5 3.5 0 0 0 .488-.405l.057-.061a3 3 0 0 0 .126.171c.086.11.18.22.28.322c.206.21.409.362.597.427a.47.47 0 0 0 .394-.014c.93-.502 1.06-.583 1.06-.703c0-.066.017-.09.215-.347l.07-.094c.131-.183.17-.3.104-.369c-.056-.058-.092-.153-.155-.372c-.07-.237-.102-.322-.144-.363c-.043-.04-.098-.005-.181.153c-.131.25-.44.233-.924.032A6 6 0 0 1 27 8.792c-.6-.282-.627-.293-.663-.248a.6.6 0 0 0-.07.124l-.031.068l-.034.072c-.118.237-.272.355-.562.355c-.106 0-.202.013-.316.04l-.115.028l-.12.032c-.425.11-.806.138-1.47.058a14 14 0 0 1-.593-.08c-.325-.054-.485-.108-.645-.215a7 7 0 0 1-.264-.204c-.127-.1-.267-.21-.354-.274l-.46-.334a10 10 0 0 1-.356-.268c-.219-.175-.338-.305-.388-.433a.4.4 0 0 1-.026-.138c0-.163.167-.427.375-.6c.242-.2.476-.231.612-.027a1.5 1.5 0 0 1 .11.197c.014.027.043.093.059.13l.011.027c.09.197.196.25.606.25c.088 0 .149-.002.361-.005c.207-.003.323-.004.452-.003c.831.002 1.258.08 1.258.318c0 .242.035.513.107.71c.094.261.24.374.448.303c.28-.095.613-.333.75-.562c.173-.288.048-.539-.455-.716c-.546-.193-1.01-.497-1.214-.777c-.213-.295-.094-.503.34-.503c.378 0 .61.04.871.13c.01.002.035.011.062.02l.092.032c.152.051.267.073.426.073l.19.003c.344.005.486 0 .627-.037c.18-.048.27-.143.27-.31c0-.192.067-.338.218-.542l.01-.014l.077-.103a1 1 0 0 0 .072-.111a.35.35 0 0 0 .05-.167c0-.176-.038-.257-.103-.257c-.372-.173-.839-.258-1.411-.258c-.334 0-.45-.086-.573-.334l-.027-.054l-.005-.01c-.134-.26-.329-.371-.846-.371a1.9 1.9 0 0 1-.893-.192l-.132-.06c-.375-.16-.713-.125-1.54.25c-1.137.514-1.809.632-2.021.34c-.839-.276-1.25-.276-1.25-.02a.6.6 0 0 0 .053.217c.018.042.037.081.07.145c.13.254.158.335.11.435c-.06.13-.276.192-.702.192c-1.221 0-1.593 1.048-.791 2.248q.192.287.37.614c.252.463.473.959.66 1.455a12 12 0 0 1 .214.613c.017.047.022.053.028.06l.05.059q.076.093.149.198q.091.135.15.26c.07.154.09.285.045.383q-.08.18-.43.18c-.425 0-.765-.184-1.133-.537l-.194-.196l-.169-.17c-.116-.109-.197-.159-.267-.159h-1.896q-.157 0-.333-.005c-.16-.004-.299-.01-.563-.022c-.887-.04-1.216-.04-1.555.029c-.436.087-.652.29-.652.66c0 .322-.102.71-.296 1.196a13 13 0 0 1-.24.553c-.458 1.007-.52 1.143-.529 1.281q-.002.04-.001.092c0 .525-.036.89-.175 1.26c-.205.545-.593.858-1.209.858c-.709 0-1.026.178-1.467.667c-.274.305-.405.423-.61.526c-.82.41-1.6.978-1.6 1.206c0 .356.417.536 1.155.283c.246-.085.354-.113.83-.225c.322-.076.5-.127.692-.209c.244-.103.466-.242.693-.442c.365-.322.975-.766 1.504-1.096c.272-.17.505-.3.672-.37a.7.7 0 0 1 .211-.065c.062-.005.101.02.101.072v.036c0 .052-.008.104-.06.482l-.024.19c-.028.228-.04.398-.033.526q.012.219.093.219c.16 0 .657.304.978.613c.425.41.519.775.132.991c-.358.2-.599.17-.756-.005a1 1 0 0 1-.06-.082V20.6h2.04c.258 0 .303-.148.303-.742c0-.204.058-.337.155-.413a.27.27 0 0 1 .16-.061a.12.12 0 0 1 .04.057a10 10 0 0 0 .21.456q.05.098.094.18c.089.161.163.267.214.298c.04.026.063-.016.063-.18c0-.194.03-.375.094-.65c.095-.404.106-.466.088-.58c-.023-.145-.127-.213-.359-.213a.84.84 0 0 1-.588-.201l-.056-.05l-.107-.095c-.088-.066-.163-.062-.297.036c-.211.156-.308.178-.405.078a4 4 0 0 1-.212-.33a9 9 0 0 0-.207-.33q-.113-.166-.162-.356c-.075-.291-.042-.602.06-.902a2 2 0 0 1 .101-.242c.04-.005.053.002.07.013a8 8 0 0 0 .57.31c.226.107.4.17.498.17h.916l.322-1.718l-.712-.288l-.247-.1a2 2 0 0 1-.188-.123l-.07-.053a.4.4 0 0 1-.12-.128c-.024-.055.017-.087.1-.087c.127 0 .4-.22.506-.402c.11-.188-.022-.227-.497-.026c-.27.114-.463.25-.596.408s-.16.224-.256.546c-.058.192-.118.263-.274.263c-.254 0-.675-.66-.784-1.257c-.14-.765.21-1.264 1.128-1.264c.867 0 1.666.119 2.88.384c1.616.352 1.781.383 2.285.383c.334 0 .523.094.602.279c.059.138.057.271.018.6c-.059.508-.017.71.246.83c1.037.47 2.381.877 3.154.877a.5.5 0 0 1 .154.215c.03.067.116.294.184.476c.04.106.075.197.09.233c.248.61.52.923.925.923c.218 0 .3-.076.288-.233c-.01-.124-.045-.217-.207-.586l-.073-.17c-.169-.413-.195-.672-.025-.85q.496-.52 1.94-.014c.192-.557.01-.826-.553-.826c-.184 0-.417-.028-.597-.071c-.215-.053-.335-.12-.308-.208c.032-.105.315-.338.642-.546c.119-.076.228-.138.311-.177l.042.02l-.084.05a7 7 0 0 0-.243.146c-.314.2-.594.43-.622.52c-.014.046.088.104.274.149c.176.042.405.07.585.07c.606 0 .806.31.591.91c-.99-.323-1.626-.323-1.943.009c-.152.16-.127.404.035.8c.02.05.042.1.072.17c.166.375.201.468.21.6c.015.187-.09.284-.335.284c-.432 0-.715-.327-.97-.953c-.015-.036-.05-.13-.091-.237c-.069-.182-.152-.404-.183-.47a.6.6 0 0 0-.118-.187c-.783-.003-2.126-.411-3.166-.882c-.288-.13-.334-.35-.277-.837c.042-.36.044-.49-.011-.617c-.07-.165-.24-.25-.557-.25c-.51 0-.674-.03-2.295-.384c-1.212-.264-2.008-.383-2.87-.383c-.885 0-1.215.47-1.08 1.209c.105.576.514 1.217.736 1.217c.128 0 .175-.054.227-.228c.099-.329.127-.399.265-.563s.337-.304.615-.421c.507-.215.704-.158.558.092c-.113.195-.4.426-.549.426c-.044.047-.006.085.052.132q.03.024.068.05q.06.044.126.086l.041.026l.014.008l.991.401l-.336 1.793H14.1c-.108 0-.287-.063-.519-.175a6 6 0 0 1-.476-.254l-.098-.057a.8.8 0 0 0-.1.203c-.099.293-.132.595-.059.876q.047.183.156.342c.053.078.137.215.216.344c.09.148.173.285.197.31c.074.076.147.06.341-.083c.15-.111.25-.116.356-.036a3 3 0 0 1 .164.146c.149.125.31.19.557.19c.254 0 .38.083.407.253c.02.123.008.185-.089.597a2.7 2.7 0 0 0-.093.64c0 .196-.046.278-.138.22c-.06-.038-.137-.147-.23-.315a9 9 0 0 1-.305-.64c-.066-.015-.097 0-.126.022c-.085.066-.136.186-.136.377c0 .621-.051.788-.352.788h-2.09v-1.24c0-.076 0-.097.002-.115c.043-.026.09.033.124.075l.02.025c.142.158.357.185.696-.005c.348-.195.264-.525-.142-.917c-.312-.3-.802-.6-.944-.6c-.09 0-.133-.093-.142-.263c-.007-.13.005-.303.034-.534l.024-.19l.003-.023c.049-.355.056-.405.057-.455v-.034c-.093-.022-.159-.001-.245.035c-.164.07-.395.198-.665.367c-.527.33-1.135.772-1.497 1.092a2.6 2.6 0 0 1-.706.45a4 4 0 0 1-.7.212c-.474.112-.582.14-.826.223c-.766.263-1.22.067-1.22-.327c0-.256.786-.828 1.626-1.248c.199-.1.326-.214.558-.472c.488-.542.817-.726 1.542-.726c.594 0 .965-.3 1.164-.827c.136-.363.172-.724.172-1.244v-.1c.009-.138.07-.272.5-1.216l.035-.076c.096-.212.172-.385.238-.551c.192-.48.293-.864.293-1.18c0-.395.234-.614.69-.706c.344-.069.675-.069 1.567-.029c.264.012.403.018.562.022q.176.005.332.005h1.896c.087 0 .177.055.3.173c.026.024.098.097.172.172c.077.078.156.159.192.193c.36.346.69.524 1.098.524c.219 0 .342-.054.387-.152c.038-.083.02-.202-.046-.346a2 2 0 0 0-.146-.252a3 3 0 0 0-.195-.252a.3.3 0 0 1-.037-.077l-.043-.134a12 12 0 0 0-.17-.477a12 12 0 0 0-.658-1.449a8 8 0 0 0-.368-.61c-.82-1.229-.433-2.321.832-2.321c.408 0 .608-.058.659-.165c.038-.08.011-.157-.11-.394a2 2 0 0 1-.071-.148a.6.6 0 0 1-.058-.234c0-.313.446-.313 1.322-.023q.297.42 1.978-.341c.839-.38 1.19-.417 1.58-.25l.133.06l.04.019c.26.116.483.169.832.169c.535 0 .747.12.89.397l.005.01l.027.055c.115.232.215.307.529.307q.864 0 1.417.258c.099.004.144.109.144.304m-2.04 9.073l.048-.03l-.031-.015q.074-.028.109-.014c.034.016.031.052.003.1l-.012.02l-.021-.012l-.07-.037zm.1-.003l.005-.012v-.001q-.007-.003-.026.002zm.004-.013' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m12.056 11.198l-.387.014a.1.1 0 0 0 .031.069l-.005-.002l-.016-.005a1.2 1.2 0 0 0-.314-.029c-.123 0-.363-.013-.533-.023l-.184-.01s-.413.222-.413.146c0-.05.384-.342.384-.342l.005-.002l.024-.008l.06-.023a1.8 1.8 0 0 1 .658-.115c.435 0 .68.073.69.33m-1.919 5.787l-.36-.142l-.762 1.288a1.4 1.4 0 0 1-.19.109l-.143.065l-.073.032l-.073.032q-.077.034-.196.083c-.39.162-1.036.43-1.036.636l1.17-.208c0-.047.048-.09.224-.168l.068-.03l.074-.032c.063-.028.112-.05.16-.073a2 2 0 0 0 .24-.139c.285-.198.576-.678.897-1.453m-2.71 1.091l.388.003c-.004.554-1.021 1.03-1.49 1.164l.667-.47zm-1.431.369l-.127-.337l-.987.257c-.047 0-.091-.014-.2-.061l-.01-.005c-.321-.14-.537-.136-.813.118l-.061.057c-.123.118-.453.482-.437.465a1 1 0 0 1-.139.126a.1.1 0 0 1-.044.023l-.447.382c.165 0 .74-.092.914-.274c-.01.01.314-.346.426-.454l.054-.05c.142-.131.195-.132.388-.048l.01.004c.158.07.239.095.359.095c.22 0 .569-.087 1.06-.26l-.376.274c-.66 0-.783.04-.982.388a1 1 0 0 1-.064.098a.27.27 0 0 1-.136.094l-.148.052c-.108.037-.249.086-.33.116a2 2 0 0 0-.484.265l-.087.063h-.001l-.108.078a.4.4 0 0 0-.145.185c-.033.07-.058.122-.157.122l-.844.241c.275 0 1.125-.068 1.372-.241l.118-.085l.08-.058a1.7 1.7 0 0 1 .395-.218c.07-.026.193-.068.298-.105h.001c.089-.03.165-.057.187-.066a.65.65 0 0 0 .299-.216c.03-.04.06-.084.092-.142a.5.5 0 0 1 .098-.136c.072-.058.19-.058.543-.058h.003c.457 0 .765-.226.88-.648l-.374-.097zm5.192-5.723l.387-.015c-.01-.256-.255-.33-.69-.33a1.7 1.7 0 0 0-.717.138l-.024.009l-.006.002s.556.229.746.229a1.2 1.2 0 0 1 .335.035a.1.1 0 0 1-.03-.068m.194.646l-.387.014a.1.1 0 0 0 .03.068h-.004l-.017-.006a1.2 1.2 0 0 0-.313-.029a1.4 1.4 0 0 0-.515.088l-.063.025a.5.5 0 0 1-.168.035l-.451.135c-.003 0 .591-.478.619-.487q.069-.024.142-.057a1.1 1.1 0 0 1 .436-.116c.435 0 .68.073.69.33m-.678.675l.387-.015c-.01-.257-.255-.33-.691-.33c-.234 0-.906.49-.906.49l.072.004c.085.005.21.014.256-.004l.064-.024l.066-.025a1.4 1.4 0 0 1 .448-.063q.22 0 .313.028l.017.006q.007.002.005 0a.1.1 0 0 1-.031-.067m.29.834l-.387.014a.1.1 0 0 0 .03.069l-.004-.001l-.016-.006a1.2 1.2 0 0 0-.314-.028c-.19 0-.746-.23-.746-.23l.005-.002l.024-.008l.059-.023q.043-.017.083-.03a1.7 1.7 0 0 1 .575-.085c.436 0 .681.073.691.33m-.871.675l.387-.015c-.01-.256-.256-.33-.691-.33a1.7 1.7 0 0 0-.717.138c-.01.004.129.034.218.053c.11.024.145.032-.247-.042a121 121 0 0 0 1.076.263l.004.001a.1.1 0 0 1-.03-.068m1.162-3.689c-.44 0-.49.021-.527.106l-.001.003l-.019.041l-.005.012l-.043.073s.017-.612.595-.612h.508v.377z' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' d='m11.67 11.212l-.004-.075l-.075.003l.003.075zm.386-.014l.003.075l.075-.003l-.003-.075zm-.356.082l.05-.056zm-.005 0l-.024.07zm-.016-.006l-.022.072zm-.847-.052l-.004.075zm-.184-.01v-.075h-.018l-.017.01zm-.029-.196l.046.06l.177-.135h-.223zm.005-.002l.024.071zm.024-.008l-.026-.07zm.06-.023l-.028-.07l.054.14zm.082-.03l-.024-.071zm-1.012 5.89l.027-.07l-.06-.023l-.032.055zm.36.142l.068.028l.03-.07l-.072-.028zM9.014 18.13l.043.062l.013-.01l.008-.014zm-.19.109l.034.067zm-.143.065l.03.07zm-.073.032l.03.069l-.06-.138zm-.073.032l-.03-.069zm-.196.083l-.029-.07v.001zm0 0l.028.07l.001-.001zm0 0l-.028-.07zm-1.036.636H7.23v.09l.089-.016zm1.17-.208l.014.074l.062-.011v-.063zm.224-.168l-.03-.069zm.068-.03l.03.069l-.06-.138zm.074-.032l-.03-.069zm.16-.073l-.033-.067zm.24-.139l.043.062zm-1.425-.36l.075.001v-.075h-.075zm-.388-.002V18h-.041l-.022.035zm-1.102 1.167l-.043-.061l.064.133zm.667-.47l.044.061l.012-.008l.008-.013zm-1.123-.665l.07-.027l-.024-.063l-.065.017zm.127.337l-.07.026l.034.092l.08-.058zm-1.114-.08v.075h.01l.009-.002zm-.2-.061l.03-.069zm-.01-.005l.03-.069zm-.813.118l-.051-.055zm-.061.057l-.052-.054zm-.576.59l.043.063zm-.044.024v-.075H3.15l-.021.018zm-.447.382l-.049-.057l-.154.133h.203zm1.34-.728l.052.054zm.054-.05l.05.054zm.388-.048l.03-.07zm.01.004l.03-.069zm1.42-.165l.044.06l-.07-.13zm-.377.274v.075h.024l.02-.014zm-.982.388l-.065-.038zm-.064.098l-.059-.046zm-.136.094l-.028-.07zm-.148.052l-.025-.071l-.006.002zm0 0l.024.071l.006-.003zm-.33.116l-.026-.07zm-.484.265l.044.061zm-.087.063l-.044-.06zm0 0l-.045-.06zm0 0l.043.06h.002zm-.001 0l-.044-.06zm-.108.078l.043.062zm-.145.185l.067.033zm-.157.122v-.075h-.01l-.01.003zm-.844.241l-.02-.072l.02.147zm1.372-.241l-.043-.062zm.118-.085l-.044-.061zm0 0l.044.06zm0 0l.045.06zm0 0l-.043-.062zm.08-.058l-.043-.061zm.395-.218l-.026-.07zm.298-.105l.025.071zm0 0l-.024-.07zm.001 0l-.024-.071zm0 0l.024.071zm0 0l.025.07zm0 0l-.024-.071zm.187-.066l.028.07zm.299-.216l-.06-.046zm.092-.142l.065.038zm0 0l-.064-.038zm.098-.136l.047.058zm.543-.058v.075zm.884-.648l.072.02l.02-.074l-.074-.019zm-.375-.097l.019-.073l-.034-.008l-.029.02zm5.504-5.682l.002.075l.075-.003l-.003-.075zm-.388.015l-.003-.075l-.075.003l.003.075zm-.879-.26l.024.071zm-.083.03l-.027-.07l.054.14zm-.059.023l-.026-.07zm-.024.009l-.024-.071zm-.005.002l.029-.07l-.014-.005h-.015zm1.06.258l.021-.072zm.016.005l-.024.07zm.005 0l.05-.056zm-.224.593l-.003-.075l-.075.003l.003.075zm.387-.014l.003.075l.075-.003l-.003-.075zm-.357.082l-.049.057zm-.004 0l-.025.07zm-.017-.006l-.021.072zm-.762.035l-.024-.071zm-.066.024l-.027-.07l.054.14zm-.063.025l-.027-.07zm-.168.035v-.075h-.011l-.01.004zm-.451.135v.075h.01l.011-.003zm.619-.487l-.024-.071zm.142-.057l.03.068zm.836.874l.003.075l.075-.003l-.003-.075zm-.387.014l-.003-.075l-.075.003l.003.075zm-1.21.146l-.045-.06l-.186.135h.23zm.072.004l-.005.075zm0 0l-.005.075h.005zm0 0l.005-.075h-.005zm.256-.004l-.026-.07zm.064-.024l-.028-.07l.055.14zm.066-.025l.024.071zm.761-.035l-.021.072zm.017.006l-.025.07zm.005 0l-.05.057zm-.128.782l-.003-.075l-.075.002l.003.075zm.387-.015l.003.075l.075-.003l-.003-.075zm-.356.083l.05-.057zm-.005-.001l.025-.071zm-.016-.006l.02-.071zm-1.06-.257l.029-.07l-.014-.005h-.015zm.005-.002l-.024-.072zm.024-.01l-.026-.07zm.059-.022l-.027-.07l.054.14zm.083-.03l-.024-.071zm.782.905l.003.075l.075-.003l-.003-.075zm-.387.015l-.003-.075l-.075.003l.003.075zm-.88-.26l-.024-.07zm-.141.053l.026.07zm.218.053l.016-.073zm-.247-.042l.014-.074l-.032.147zm1.06.258l.02-.072zm.016.005l.026-.07h-.002zm0 0l-.027.07l.002.001zm.004.001l.05-.056zm.605-3.65l-.07-.03zm-.001.002l.068.03zm-.019.041l.068.033zm-.005.012l.067.033zm-.043.073l-.074-.002l-.008.258l.145-.214zm1.104-.612h.075v-.075h-.075zm0 .377v.075h.075v-.075zm-.122-.576l.387-.014l-.005-.15l-.388.014zm.077-.063l-.002-.004l-.003-.01l-.15.005a.17.17 0 0 0 .057.122zm-.078.126l.003.002l.008.002l.016.002q.007.001.026-.004a.075.075 0 0 0 .035-.118l-.01-.01l-.098.113a.07.07 0 0 1-.021-.081a.075.075 0 0 1 .072-.05l.015.002c.004.001.008.002.003 0zm-.014-.004l.014.004l.049-.141l-.02-.007zm-.292-.026q.217.002.292.026l.043-.144a1.3 1.3 0 0 0-.335-.032zm-.537-.023c.168.01.411.023.537.023v-.15c-.12 0-.358-.013-.528-.023zm-.18-.01l.18.01l.009-.15l-.189-.01zm-.488.07q0 .039.031.07q.031.021.054.021a.2.2 0 0 0 .074-.008c.045-.012.101-.035.153-.058a3 3 0 0 0 .193-.094l.014-.007l.003-.002h.002l-.036-.067l-.035-.066h-.001l-.004.002l-.012.007a4 4 0 0 1-.185.09a1 1 0 0 1-.13.05l-.02.004a.06.06 0 0 1 .05.059zm.46-.34l-.046-.06h-.001l-.004.003l-.012.01l-.044.034a6 6 0 0 0-.27.225a1 1 0 0 0-.068.08a.1.1 0 0 0-.015.049h.15l-.005.025l.005-.006l.037-.04a6 6 0 0 1 .258-.216l.043-.033l.013-.009l.003-.002v-.001zm-.02-.074l-.008.003l-.006.003l-.007.004q-.005.002-.017.014a.08.08 0 0 0-.012.078c.013.033.043.042.046.043l.023.003v-.15h.007l.016.004c.003.001.033.01.046.043a.075.075 0 0 1-.04.097zm.022-.008l-.022.008l.049.142l.026-.01zm.112.118h-.002l-.001.001l-.02.003c-.074-.05-.043-.138-.037-.141l.003-.002h.002q0-.001 0 0l-.005.001l-.017.007l-.035.013l.053.14l.036-.013l.018-.007zh.002v-.001h.002l.003-.002c.006-.003.037-.093-.037-.142l-.02.003h-.002v.001h-.002zm.032-.171l-.086.03l.054.14l.08-.028zm.6-.09a1.8 1.8 0 0 0-.6.09l.048.142c.154-.052.324-.081.551-.081zm.765.403a.36.36 0 0 0-.065-.201a.4.4 0 0 0-.166-.126c-.132-.057-.316-.075-.535-.075v.15q.324-.002.476.063c.05.02.082.047.104.076a.2.2 0 0 1 .036.119zm-2.38 5.718l.359.142l.055-.14l-.36-.141zm-.672 1.256l.763-1.287l-.129-.077l-.763 1.288zm-.22.138q.111-.055.199-.114l-.086-.124q-.074.053-.18.103zm-.147.067c.059-.025.103-.046.147-.067l-.066-.135l-.141.065zm-.133-.106c-.001.001-.038.099.057.14l.003-.002h.002l.006-.003l.022-.01l.044-.019l-.06-.137l-.044.019l-.021.009l-.006.002zl.003-.001c.096.04.058.138.057.139zm-.012.17q.028-.015.072-.032l-.06-.138l-.074.032zm-.198.083c.077-.032.146-.06.198-.084l-.062-.137l-.194.083zm0 0l-.059-.138zm0 0l-.057-.138zm-.99.567q-.002-.009.016-.038a.4.4 0 0 1 .065-.068a1.5 1.5 0 0 1 .251-.162c.206-.11.462-.217.658-.299l-.058-.138a8 8 0 0 0-.67.305a1.7 1.7 0 0 0-.278.18a.5.5 0 0 0-.092.099a.2.2 0 0 0-.042.121zm1.082-.282l-1.17.208l.027.148l1.17-.208zm.206-.163a1 1 0 0 0-.193.105c-.043.034-.074.076-.074.132h.15c0 .009-.008.006.016-.013a1 1 0 0 1 .163-.087zm.07-.03l-.07.03l.062.137l.067-.03zm.073-.032l-.045.02l-.021.009l-.006.002l-.002.001h.002c.013-.005.101.053.06.137h-.002l-.06-.137h-.002c-.041.085.047.143.06.139h.001v-.001h.002l.006-.004l.022-.009l.045-.02zm.157-.071l-.157.071l.06.138c.064-.028.113-.05.163-.075zm.23-.134q-.1.07-.23.134l.066.134q.137-.066.25-.144zm.87-1.42q-.238.578-.456.932t-.414.488l.086.124q.231-.164.456-.533q.226-.369.467-.954zm-2.252 1.048L7.428 18l-.001.15l.387.003zm-1.47 1.311c.242-.069.62-.224.94-.433c.16-.105.31-.226.42-.358a.7.7 0 0 0 .185-.445h-.15a.57.57 0 0 1-.151.349a1.7 1.7 0 0 1-.386.328c-.306.2-.67.35-.898.415zm.604-.603l-.667.47l.087.122l.667-.47zm.415-.676l-.435.697l.127.08l.435-.697zm-1.565.098l.127.337l.14-.053l-.127-.337zm-.898.304l.987-.258l-.038-.145l-.987.258zm-.25-.066a.6.6 0 0 0 .23.068v-.15c-.029 0-.059-.007-.17-.055zm-.01-.004l.01.005l.06-.138l-.01-.005zm-.732.104c.131-.12.24-.175.348-.187c.109-.013.228.015.384.083l.06-.138c-.165-.072-.314-.112-.462-.094c-.15.017-.286.092-.431.226zm-.06.056l.06-.056l-.101-.11l-.062.058zm-.542.359l.002-.002l.004-.004l.008-.005a.14.14 0 0 1 .07-.005c.034.03.043.086.039.098l-.006.011l-.004.005l-.002.002l.008-.008l.156-.17c.097-.105.208-.224.268-.281l-.104-.108a9 9 0 0 0-.396.42l-.035.038l-.009.01l-.001.002l-.003.003l-.004.005l-.006.012c-.004.012.004.068.038.098a.14.14 0 0 0 .07-.005l.008-.006l.004-.003l.004-.003zm-.042.24q.063-.045.15-.136l-.108-.104a1 1 0 0 1-.127.116zm-.087.036a.1.1 0 0 0 .029-.005l.018-.008l.04-.023l-.085-.124l-.02.012h-.001h.005l.013-.002zm-.398.364l.446-.382l-.097-.114l-.447.382zm.81-.383a.5.5 0 0 1-.168.103a2.3 2.3 0 0 1-.691.149v.15a2.4 2.4 0 0 0 .75-.161a.7.7 0 0 0 .218-.137zm.428-.456a9 9 0 0 0-.382.406l-.048.053l-.002.002l-.003.005l-.011.025c.015.066.096.088.114.08l.01-.009l.003-.002l-.108-.104l.001-.002l.011-.008c.018-.009.099.014.114.08l-.013.029h-.001l-.001.002v-.001l.045-.05l.12-.13c.094-.102.202-.216.256-.268zm.056-.052l-.056.052l.105.108l.052-.05zm.469-.061a.5.5 0 0 0-.251-.063c-.082.01-.147.058-.218.124l.101.11c.07-.064.104-.081.133-.084c.032-.004.076.007.175.05zm.01.004l-.01-.004l-.06.137l.01.005zm.329.089c-.105 0-.174-.02-.329-.089l-.06.138c.161.07.253.1.389.1zm1.036-.256c-.492.173-.83.256-1.036.256v.15c.235 0 .594-.091 1.085-.264zm-.308.406l.377-.274l-.089-.122l-.376.274zm-.961.364c.097-.17.166-.248.28-.292c.122-.047.303-.058.637-.058v-.15c-.327 0-.538.009-.691.068c-.163.063-.255.18-.356.357zm-.07.107a1 1 0 0 0 .07-.107l-.13-.075a1 1 0 0 1-.058.09zm-.167.118a.5.5 0 0 0 .097-.05a.3.3 0 0 0 .07-.068l-.118-.092a.2.2 0 0 1-.038.037a.3.3 0 0 1-.067.033zm-.152.053l.152-.053l-.056-.14l-.145.051zm.006-.003l-.06-.137zm-.334.118c.08-.03.22-.078.328-.115l-.049-.142c-.107.037-.249.086-.331.117zm-.466.256a2 2 0 0 1 .466-.256l-.052-.14c-.181.068-.33.152-.501.274zm-.087.063l.087-.063l-.087-.122l-.088.063zm0 0l-.088-.122zm0-.001l-.09-.12zm-.001.001l-.088-.122zm-.11.079c.02-.013.066-.047.11-.079l-.088-.121l-.107.077zm-.12.156a.35.35 0 0 1 .12-.156l-.085-.123a.5.5 0 0 0-.17.214zm-.224.164a.2.2 0 0 0 .155-.056c.034-.033.054-.077.07-.108l-.136-.065a.2.2 0 0 1-.038.065c-.006.005-.017.014-.051.014zm-.824.238l.844-.241l-.04-.144l-.845.241zm1.309-.375a.9.9 0 0 1-.256.1a4 4 0 0 1-.387.073a6 6 0 0 1-.686.055v.15c.141 0 .426-.017.706-.056a4 4 0 0 0 .405-.077c.12-.031.23-.07.304-.122zm.117-.084l-.117.084l.086.123l.119-.085zm0 0l.088.122zm0 0l.088.121zm0 0l.089.121zm.08-.058c-.012.01-.044.032-.08.057l.089.122l.078-.056zm.413-.227a1.8 1.8 0 0 0-.412.227l.086.123c.14-.1.249-.16.378-.21zm.3-.106c-.106.037-.23.08-.3.106l.052.14l.297-.104zm0 0l.049.142zm0 0l.049.142zm.002 0l.047.142zm-.001 0l.049.142zm0 0l.05.142zm.183-.065l-.183.065l.049.142l.19-.067zm.267-.192a.57.57 0 0 1-.267.192l.056.14a.7.7 0 0 0 .33-.24zm.087-.133q-.047.081-.087.133l.119.092q.048-.063.098-.15zm0-.001v.001l.13.075v-.002zm.116-.157c-.05.04-.081.097-.115.157l.13.075a.4.4 0 0 1 .079-.115zm.59-.074c-.175 0-.297 0-.384.008a.37.37 0 0 0-.206.066l.094.117c.018-.014.047-.027.125-.034a5 5 0 0 1 .37-.007zm.003 0h-.003v.15h.003zm.808-.593a.8.8 0 0 1-.284.442a.86.86 0 0 1-.524.151v.15c.24 0 .449-.06.613-.18a.93.93 0 0 0 .34-.523zm-.32-.004l.374.097l.037-.146l-.374-.097zm-.014.043l.076-.055l-.088-.122l-.076.056zm5.533-5.873l-.388.015l.006.15l.387-.015zm-.689-.18q.324 0 .476.063a.24.24 0 0 1 .104.076a.2.2 0 0 1 .037.12l.15-.007a.36.36 0 0 0-.066-.2a.4.4 0 0 0-.166-.127c-.132-.057-.316-.075-.535-.075zm-.551.081c.154-.052.324-.08.551-.08v-.15c-.24 0-.428.03-.599.088zm-.08.03l.08-.03l-.048-.142l-.086.031zm-.06.022l.037-.014l.018-.007q.004 0 .005-.002h.002l.002-.001l.004-.002c.005-.003.036-.092-.038-.142l-.02.004H10.2v.001l.053.14h-.001l-.002.001l-.02.004c-.074-.05-.043-.139-.037-.142l.003-.002h.002l-.004.002l-.018.006l-.035.014zm-.025.01l.026-.01l-.053-.14l-.022.008zm-.03-.144h.007l.016.003c.003.001.033.01.046.043a.075.075 0 0 1-.029.092l-.007.004l-.005.002h.002l-.049-.142l-.008.003l-.006.002l-.007.004q-.005.002-.017.015a.075.075 0 0 0 .05.123h.007zm.746.229a.8.8 0 0 1-.177-.033a4 4 0 0 1-.242-.078a7 7 0 0 1-.274-.103l-.018-.007l-.005-.002h-.001l-.029.069l-.028.07h.002l.004.002l.019.007a6 6 0 0 0 .533.186a1 1 0 0 0 .216.039zm.335.032a1.3 1.3 0 0 0-.335-.032v.15q.218.001.292.025zm.02.006l-.02-.006l-.043.143l.014.005zm-.07.128l-.008-.009l-.01-.017a.075.075 0 0 1 .045-.1l.026-.005l.014.002l.003.001l-.05.142l.005.001l.008.002l.015.003a.075.075 0 0 0 .051-.133zm-.056-.121a.17.17 0 0 0 .057.121l.098-.113l-.002-.004l-.003-.01zm-.116.732l.388-.014l-.006-.15l-.387.014zm.078-.063l-.003-.005l-.003-.01l-.15.006a.17.17 0 0 0 .057.122zm-.079.126l.004.001l.008.003l.016.002q.006.001.025-.004a.076.076 0 0 0 .046-.101a.1.1 0 0 0-.02-.027l-.099.113q-.002 0-.009-.01l-.01-.016a.075.075 0 0 1 .086-.103q.008.002.002 0zm-.013-.004l.013.004l.05-.141l-.02-.007zm-.292-.026q.217.001.292.026l.042-.144a1.3 1.3 0 0 0-.334-.032zm-.425.06c.113-.038.24-.06.425-.06v-.15c-.198 0-.341.024-.473.068zm-.063.023l.063-.023l-.048-.142l-.069.025zm-.064.025l.042-.016l.019-.008l.004-.001h.001l.002-.001l.002-.002l.014-.008c.027-.077-.048-.134-.063-.132l-.006.001h-.002v.001l-.003.001l.054.14h-.001l-.002.001l-.006.002c-.015.002-.09-.055-.063-.133l.014-.008h.002v-.001h.002h-.004l-.019.008l-.04.015zm-.194.04a.5.5 0 0 0 .194-.04l-.053-.14a.4.4 0 0 1-.141.03zm-.43.132l.451-.135l-.043-.143l-.45.134zm.574-.63q-.016.006-.02.01l-.01.006l-.025.018l-.076.058a23 23 0 0 0-.487.387l-.019.016l-.006.005l-.002.002l-.005.004l-.008.01a.1.1 0 0 0-.012.036c.005.033.047.076.075.081v-.15c.027.005.07.048.074.081a.1.1 0 0 1-.012.035l-.008.01l-.004.004l.004-.002l.018-.015l.067-.054l.49-.387l.02-.015l.005-.003l-.011.005zm.136-.055q-.074.033-.136.055l.048.142q.075-.026.148-.06zm.466-.122c-.186 0-.34.068-.466.122l.06.137c.128-.055.255-.11.406-.11zm.766.402a.36.36 0 0 0-.066-.201a.4.4 0 0 0-.166-.127c-.132-.056-.316-.074-.534-.074v.15q.323-.002.475.062q.074.033.104.077a.2.2 0 0 1 .037.118zm-.369.588l-.387.014l.006.15l.387-.014zm-.688-.18q.324-.002.475.063q.074.032.104.076q.033.043.037.119l.15-.006a.36.36 0 0 0-.065-.201a.4.4 0 0 0-.166-.126c-.133-.057-.316-.075-.535-.075zm-.906.415l.044.06h.002l.005-.005l.021-.015a7 7 0 0 1 .333-.221c.097-.06.2-.12.293-.165a.6.6 0 0 1 .208-.069v-.15a.7.7 0 0 0-.273.084c-.1.048-.208.11-.308.172a7 7 0 0 0-.34.227l-.022.016l-.005.004l-.002.001zm.077-.071l-.077-.004v.15l.067.004zm0 0l-.01.15zm-.005 0v.15zm.23 0l-.002.001l-.006.002l-.02.002l-.059.002c-.045 0-.095-.004-.138-.007l-.01.15a3 3 0 0 0 .22.005a.3.3 0 0 0 .067-.014zm.117.116H9.91l-.001.001l-.007.002c-.014.002-.09-.055-.062-.132l.016-.01h.001l-.004.001l-.019.008l-.04.015l.053.14l.042-.016l.019-.007zh.002v-.001l.003-.001l.013-.009c.027-.077-.048-.134-.062-.132l-.007.002h-.002l-.003.002zm.015-.165l-.07.026l.055.14l.063-.024zm.472-.067c-.197 0-.341.023-.472.067l.048.142c.112-.038.24-.06.424-.06zm.335.031a1.3 1.3 0 0 0-.335-.031v.15q.217.001.292.025zm.02.007l-.02-.007l-.043.144l.013.005zm-.07.128l-.008-.009l-.01-.017a.074.074 0 0 1 .045-.101l.025-.004l.015.002q.008.002.003 0l-.05.143h.004l.008.003a.076.076 0 0 0 .089-.048a.08.08 0 0 0-.002-.055q-.007-.014-.01-.017l-.01-.01zm-.056-.121a.17.17 0 0 0 .056.121l.1-.113l-.004-.004l-.002-.01zm-.02.92l.388-.014l-.006-.15l-.387.015zm.078-.063l-.002-.004l-.003-.01l-.15.006a.17.17 0 0 0 .056.121zm-.079.127h.004l.008.003l.016.002a.08.08 0 0 0 .073-.05a.08.08 0 0 0-.012-.072l-.01-.01l-.098.113l-.01-.009l-.01-.017a.075.075 0 0 1 .071-.105l.015.002l.003.001zm-.013-.005l.013.005l.05-.142l-.02-.006zM10.303 15q.217.002.292.026l.043-.143a1.3 1.3 0 0 0-.335-.032zm-.746-.303l-.028.069h.001l.005.003l.018.007l.067.026c.055.022.131.05.214.08s.171.058.252.08a1 1 0 0 0 .217.038v-.15a.8.8 0 0 1-.177-.033a4 4 0 0 1-.243-.077a7 7 0 0 1-.291-.11l-.005-.002h-.001zm-.019-.073l-.008.002l-.006.003l-.007.004q-.005.002-.017.015a.075.075 0 0 0 .057.124v-.15h.007l.016.003c.003.001.033.01.046.043a.075.075 0 0 1-.029.092l-.007.004l-.005.002h.001zm.022-.008l-.022.008l.048.142l.026-.01zm.112.117H9.67l-.002.001l-.019.004c-.074-.05-.043-.139-.037-.142l.005-.002l-.005.001l-.052.02l.052.141l.037-.014l.018-.007zh.002l.002-.002l.003-.001c.006-.003.037-.092-.037-.142l-.02.004H9.62l-.001.001zm.032-.171l-.086.031l.054.14l.08-.03zm.6-.089c-.242 0-.429.03-.6.089l.048.142a1.7 1.7 0 0 1 .551-.08zm.765.402a.36.36 0 0 0-.065-.201a.4.4 0 0 0-.166-.126c-.132-.057-.316-.075-.535-.075v.15q.324-.002.475.063a.24.24 0 0 1 .104.076a.2.2 0 0 1 .037.119zm-.562.588l-.387.015l.005.15l.388-.015zm-.688-.18q.323 0 .475.063q.074.032.104.077a.2.2 0 0 1 .037.118l.15-.006a.36.36 0 0 0-.066-.2a.4.4 0 0 0-.166-.127c-.132-.057-.315-.075-.534-.075zm-.552.081a1.7 1.7 0 0 1 .552-.08v-.15c-.242 0-.428.03-.6.088zm-.08.03l.08-.03l-.048-.142l-.086.031zm-.059.022l.037-.014l.018-.007l.005-.002h.001l.002-.001l.004-.002c.005-.003.037-.092-.038-.142l-.02.004h-.001l-.001.001h-.001l.054.14l-.002.001h-.002l-.02.004c-.074-.05-.042-.139-.037-.142l.004-.001l.001-.001q.001 0 0 0l-.004.002l-.018.007l-.034.013zm.208-.09l-.145-.032l-.052-.013l-.006-.002l.005.003l.014.01a.07.07 0 0 1 .023.07a.08.08 0 0 1-.047.054l-.053-.14a.08.08 0 0 0-.047.055c-.01.043.02.069.023.072c.011.01.025.015.025.015l.023.008l.058.014l.148.033zm-.277.105l.313.058l.01.001h.017c.001 0 .012 0 .024-.005a.076.076 0 0 0 .04-.098a.08.08 0 0 0-.05-.044h-.005l-.009-.003l-.063-.014l-.031.147l.061.013l.006.002l-.004-.002l-.004-.001l-.01-.005a.07.07 0 0 1-.03-.035a.075.075 0 0 1 .04-.098q.02-.007.023-.006h.014h-.005c-.025-.005-.113-.02-.31-.058zm1.095.112a36 36 0 0 0-.557-.137l-.35-.084l-.114-.028l-.032-.007l-.008-.002h-.002v-.001l-.018.073l-.018.073h.003l.008.003l.032.007l.114.028l.899.219zm.02.006l-.02-.006l-.043.144l.013.004zm.001 0l-.053.141zm-.071.129a.07.07 0 0 1-.02-.082a.075.075 0 0 1 .072-.05l.015.003q.008.002.002 0l-.049.142l.004.001l.008.003l.016.002a.08.08 0 0 0 .073-.05a.08.08 0 0 0-.013-.073l-.01-.01zm-.056-.122a.17.17 0 0 0 .056.122l.099-.113l-.003-.005l-.002-.01zM10.826 12c.008-.016.012-.021.016-.024a.1.1 0 0 1 .044-.017c.063-.014.177-.02.399-.02v-.15c-.218 0-.349.005-.43.023a.25.25 0 0 0-.109.048a.2.2 0 0 0-.057.08zm0 .002V12l-.137-.06l-.001.002zm-.02.044l.02-.043l-.138-.06l-.018.04zm-.006.012l.006-.011l-.135-.065l-.006.011zm-.047.083a1 1 0 0 0 .047-.082l-.135-.066l-.037.064zm.532-.73a.65.65 0 0 0-.38.11a.6.6 0 0 0-.201.239a.9.9 0 0 0-.088.334v.003l.075.002l.074.002v-.004a.4.4 0 0 1 .01-.08a.7.7 0 0 1 .063-.19a.5.5 0 0 1 .153-.183a.5.5 0 0 1 .294-.082zm.394 0h-.394v.15h.394zm0 .15h.114v-.15h-.114zm.114 0v-.15zm-.074-.074v.377h.15v-.377zm.075.302h-.115v.15h.115zm-.51.15h.395v-.15h-.394z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23979797' stroke-width='.15' d='M27.216 4.81s-.548-.257-1.411-.257c-.864 0-.207-.77-1.451-.77s-.874-.77-2.575 0c-1.7.77-1.996.343-1.996.343s-1.29-.427-1.29 0s.799.965-.444.965s-1.623 1.07-.811 2.284c.81 1.214 1.255 2.723 1.255 2.723s.969 1.063 0 1.063c-.968 0-1.419-1.063-1.762-1.063h-1.896c-1.499 0-2.298-.66-3.396.888s-.797 2.376-.797 2.92c0 .545-.01 2.095-1.36 2.095s-1.805.9-2.514 1.255s-1.188.897-1.188 1.167s.301.61 1.188.305s1.484-.23 2.223-.88c.74-.652 2.448-1.774 2.448-1.477c0 .298-.269 1.476 0 1.476s1.927 1.097 1.098 1.56c-.83.464-.83-.463-.83 0v1.216h2.066c.327 0 .327-.314.327-.765c0-.45.291-.45.291-.45s.645 1.553.645.788s.534-1.468-.201-1.468s-.65-.61-1.062-.305c-.414.305-.343.076-.79-.576c-.446-.651 0-1.476 0-1.476s.826.505 1.117.505h.936l.329-1.755l-.974-.394s-.582-.348-.29-.348c.29 0 1.116-.946 0-.473c-1.118.473-.67 1.215-1.118 1.215c-.446 0-1.693-2.474.345-2.474c2.037 0 3.91.768 5.165.768c1.256 0 .088 1.358.856 1.706c.767.347 2.253.88 3.164.88c.294.237.45 1.846 1.353 1.846s-.487-1.335 0-1.846c.488-.512 1.939 0 1.939 0s.313-.88-.569-.88c-.355 0-.926-.105-.882-.248c.066-.213 1.258-.982 1.081-.681c0 0-.922-.536-1.569 0c-.646.535.382.68-.979.68s-1.386-.207-1.386-.68s.766-3.08.65-3.524c-.117-.444.646.221 1.704.318s1.95-.888 1.95-.888s.823 1.206 1.411.888s1.072-.559 1.072-.723c0-.165.57-.63.383-.826s-.217-1.153-.52-.576c-.302.576-1.691-.508-1.832-.332c-.14.177-.158.61-.678.61s-.71.316-2.018.158c-1.308-.157-1.052-.186-1.844-.768c-.793-.58-1.221-.841-1.221-1.154s.664-1.032.943-.614c.278.417.101.614.806.614s2.047-.082 2.047.287c0 .368.092 1.203.587 1.035c.494-.168 1.442-.918.295-1.322c-1.147-.405-1.764-1.234-.882-1.234s.936.255 1.45.255c.515 0 1.112.07 1.112-.368s.426-.657.426-.937s-.126-.28-.126-.28Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25.446 4.563v-.016a.287.287 0 0 0-.29-.283c-.16 0-.29.127-.29.283c0 .124.08.229.193.267a.287.287 0 0 1 .29-.267q.051 0 .097.016m-1.09.832a.28.28 0 0 1-.072-.187a.287.287 0 0 1 .314-.283a.3.3 0 0 0-.217-.095a.29.29 0 0 0-.291.283c0 .149.117.27.267.282' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' stroke='%23979797' stroke-width='.15' d='M12.851 21.906c.589 0 1.066-.444 1.066-.99c0-.548-.477-.992-1.066-.992c-.588 0-1.065.444-1.065.991s.477.99 1.065.99Zm2.132-5.095c.588 0 1.066-.443 1.066-.99s-.478-.99-1.066-.99s-1.066.443-1.066.99s.477.99 1.066.99Zm9.931 1.039c.668 0 1.21-.55 1.21-1.227c0-.678-.542-1.227-1.21-1.227c-.67 0-1.212.55-1.212 1.227s.543 1.226 1.211 1.226Z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2342ADDF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBw0)'%3E%3Cpath fill='%2358A5FF' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' stroke='%23F7FCFF' stroke-width='2' d='M0 9h-1v6h34V9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-by{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2373BE4A' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23AF0100' fill-rule='evenodd' d='M0 0v16h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='M0 0h6v24H0z'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='M.444 2.236L1.897.056l1.415 2.18l-1.415 2.08zm1.447 1.19l.815-1.197L1.89.975L1.056 2.23zM2 2.064h-.25v.516H2zm-.863 2.122l-.693.99l.693.946l.675-.945zm.324 1.007l-.312.424l-.316-.449l.315-.465zm1.176-1.007l-.693.99l.693.946l.675-.945zm.324 1.007l-.312.424l-.316-.449l.315-.465z' clip-rule='evenodd'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='m3.637 4.186l-.693.99l.693.946l.675-.945zm.324 1.007l-.312.424l-.316-.449l.315-.465zm1.176-1.007l-.693.99l.693.946l.675-.945zm.324 1.007l-.312.424l-.316-.449l.315-.465zM2.944 2.236L4.397.056l1.415 2.18l-1.415 2.08zm1.447 1.19l.815-1.197L4.39.975L3.556 2.23zM4.5 2.064h-.25v.516h.25z' clip-rule='evenodd'/%3E%3Cpath fill='%23B20000' d='M1.656 12.406L.037 9.687l.426-.27l1.174 1.97l1.432-2.631l1.468 2.638l1.037-1.721l.424.272L4.52 12.4L3.074 9.8z'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='M.75.516h.269v.516H.75zM3 0h.269v.516H3zm2.25.516h.269v.516H5.25zM.75 3.613H1v.516H.75zm2.25 0h.25v.516H3zm2.5 0h-.25v.516h.25zM.75 6.194H1v.516H.75zm2.25 0h.25v.516H3zm2.5 0h-.25v.516h.25z' clip-rule='evenodd'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='m2.208 8.955l-.664.968L.496 8.036l1.38-2.156l1.187 1.88l1.186-1.88l1.38 2.156l-1.048 1.887l-.664-.968l.525-1.09l-.193-.444L3.13 9.24v.215l-.066-.108l-.067.108V9.24L1.876 7.42l-.192.443zM3 10.58h.25v.517H3zm0 2.581h.25v.516H3zm0-1.806h-.25v.516H3v.258h-.25v.516H3v-.258h.25v.258h.25v-.516h-.25v-.258h.25v-.516h-.25v.516H3zm-.75.516h.25v.516h-.25zm1.75 0h-.25v.516H4zm-3.5 0h.25v.516H.5zm5.25 0H5.5v.516h.25zM.444 21.764l1.453 2.18l1.415-2.18l-1.415-2.08zm1.447-1.19l.815 1.197l-.815 1.254l-.835-1.254zM2 21.936h-.25v-.516H2zm-.863-2.122l-.693-.99l.693-.946l.675.945zm.324-1.007l-.312-.424l-.316.449l.315.465zm1.176 1.007l-.693-.99l.693-.946l.675.945zm.324-1.007l-.312-.424l-.316.449l.315.465z' clip-rule='evenodd'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='m3.637 19.814l-.693-.99l.693-.946l.675.945zm.324-1.007l-.312-.424l-.316.449l.315.465zm1.176 1.007l-.693-.99l.693-.946l.675.945zm.324-1.007l-.312-.424l-.316.449l.315.465zm-2.517 2.957l1.453 2.18l1.415-2.18l-1.415-2.08zm1.447-1.19l.815 1.197l-.815 1.254l-.835-1.254zm.109 1.361h-.25v-.516h.25z' clip-rule='evenodd'/%3E%3Cpath fill='%23B20000' d='M1.656 11.594L.037 14.313l.426.27l1.174-1.97l1.432 2.631l1.468-2.638l1.037 1.721l.424-.272L4.52 11.6l-1.446 2.6z'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='M.75 23.484h.269v-.516H.75zM3 24h.269v-.516H3zm2.25-.516h.269v-.516H5.25zm-4.5-3.097H1v-.516H.75zm2.25 0h.25v-.516H3zm2.5 0h-.25v-.516h.25zm-4.75-2.58H1v-.517H.75zm2.25 0h.25v-.517H3zm2.5 0h-.25v-.517h.25z' clip-rule='evenodd'/%3E%3Cpath fill='%23B20000' fill-rule='evenodd' d='m2.208 15.193l-.664-.968L.496 16.11l1.38 2.156l1.187-1.879l1.186 1.88l1.38-2.157l-1.048-1.886l-.664.968l.525 1.09l-.193.443l-1.12-1.817v-.215l-.066.107l-.067-.107v.215l-1.12 1.817l-.192-.443z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-bz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%230168B4' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackBz0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBz0)'%3E%3Cpath fill='%23E93C43' fill-rule='evenodd' d='M0 0v3h32V0zm0 21v3h32v-3z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='M16 18a6 6 0 1 1 0-12a6 6 0 0 1 0 12'/%3E%3Cpath fill='%23fff' d='M16 20a8 8 0 1 1 0-16a8 8 0 0 1 0 16'/%3E%3Cpath stroke='%239C4C17' stroke-width='.5' d='M16 19a7 7 0 1 0 0-14a7 7 0 0 0 0 14Z' clip-rule='evenodd'/%3E%3Cpath fill='%235B8C39' fill-rule='evenodd' d='m15.573 4.083l-.155.335c.256.139.353.454.353.644c0 .189-.1.333-.353.465l.155.346q.16-.081.31-.146c.356-.158.638-.283.638-.665c0-.466-.428-.697-.89-.947zm2.24.21l-.241.279c.208.204.214.533.162.717c-.052.181-.188.292-.468.35l.054.375q.176-.034.338-.055c.386-.054.691-.097.797-.463c.128-.449-.219-.789-.594-1.156zm1.795 1.03l.313-.197l.032.059c.25.46.483.888.23 1.279c-.209.32-.513.271-.898.21a5 5 0 0 0-.34-.046l.059-.375c.284.027.447-.04.55-.198c.103-.16.193-.476.054-.733m2.084 1.192l-.355.103c.063.284-.11.564-.255.69c-.142.123-.316.142-.582.038l-.16.344c.112.043.216.092.314.138c.353.165.632.296.92.045c.352-.306.246-.78.132-1.293zm.94 1.831H23l-.004.066c-.03.524-.06 1.01-.482 1.207c-.346.16-.58-.042-.873-.298c-.082-.07-.168-.146-.263-.219l.248-.287c.227.174.4.204.57.124c.173-.08.417-.302.435-.593m1.12 2.137l-.354-.107c-.102.273-.4.413-.59.44c-.186.026-.343-.053-.509-.285l-.321.202c.07.097.13.194.188.287c.206.33.37.592.747.539c.462-.065.631-.52.815-1.013zm-.2 2.048l.31.2l-.04.054c-.312.423-.6.814-1.062.749c-.378-.053-.463-.35-.57-.724a5 5 0 0 0-.102-.328l.365-.105c.095.269.224.388.41.414c.19.027.515-.026.688-.26m-.216 2.405l-.238-.282c-.235.173-.561.128-.734.048c-.17-.08-.259-.232-.272-.517l-.38-.006q.007.18.002.343c-.007.39-.013.698.333.86c.423.196.813-.093 1.235-.406zM22.06 16.55l.15.337l-.062.023c-.491.184-.947.355-1.298.05c-.288-.25-.198-.546-.084-.918c.032-.104.066-.214.093-.33l.364.11c-.067.278-.024.448.119.571c.144.125.445.259.718.157m-1.475 1.892l-.053-.365c-.29.022-.543-.189-.647-.349c-.103-.158-.097-.333.043-.582l-.319-.206q-.088.156-.18.292c-.212.326-.38.585-.173.905c.254.391.739.352 1.262.31zm-1.954.682l-.057.365l-.065-.015c-.513-.113-.987-.217-1.116-.665c-.105-.367.132-.566.43-.816q.126-.104.258-.225l.244.29c-.206.196-.263.362-.211.544s.233.459.517.522m-2.266.793l.155-.335c-.256-.139-.353-.454-.353-.644c0-.189.1-.333.353-.465l-.155-.346q-.16.081-.31.146c-.356.158-.638.283-.638.665c0 .466.427.697.889.947zm-2-.489l-.24.28l-.049-.048c-.374-.367-.722-.707-.593-1.156c.105-.366.411-.41.796-.463c.108-.015.222-.03.339-.055l.054.376c-.28.057-.416.168-.468.35c-.053.183-.046.512.162.716m-2.348-.554l.312-.196c-.139-.257-.049-.573.055-.733c.103-.159.265-.225.55-.198l.058-.375a5 5 0 0 1-.34-.046c-.384-.061-.689-.11-.897.21c-.254.391-.021.818.23 1.279zM10.6 17.382l-.354.103l-.015-.066c-.114-.512-.22-.986.132-1.292c.288-.25.568-.12.92.045a5 5 0 0 0 .314.138l-.16.344c-.265-.104-.44-.085-.582.039c-.144.125-.318.405-.255.69m-1.663-1.727l.37-.001c.017-.291.261-.512.434-.593c.171-.08.344-.05.57.124l.249-.287a5 5 0 0 1-.264-.22c-.293-.255-.526-.458-.872-.297c-.423.197-.452.683-.483 1.207zm-.397-2.031l-.354-.108l.024-.062c.183-.492.353-.948.814-1.013c.378-.053.542.21.748.54c.057.091.118.189.188.286l-.322.202c-.166-.232-.322-.311-.51-.285s-.486.167-.588.44m-.464-2.355l.31.2c.174-.234.499-.287.688-.26c.187.026.315.145.41.414l.365-.105a5 5 0 0 1-.101-.328c-.107-.374-.192-.67-.57-.724c-.462-.065-.75.326-1.062.749zm.764-1.923l-.238-.282l.054-.04c.421-.313.812-.602 1.234-.405c.346.16.34.47.334.859c-.002.108-.005.223 0 .343l-.379-.006c-.012-.285-.1-.437-.272-.517s-.499-.125-.733.048m.886-2.233l.15.337c.274-.102.575.031.719.157c.142.123.185.293.119.571l.363.11c.028-.116.062-.226.093-.33c.114-.372.205-.667-.083-.917c-.352-.306-.807-.136-1.298.049zm1.678-1.19l-.052-.365l.067-.005c.523-.042 1.008-.081 1.261.31c.208.32.04.579-.172.905q-.091.136-.18.292l-.32-.206c.14-.249.146-.424.043-.583c-.103-.16-.356-.37-.647-.348m1.958-1.412l-.057.365c.285.063.465.339.518.522c.052.182-.005.348-.212.544l.245.29q.13-.122.258-.226c.298-.25.535-.448.43-.815c-.13-.448-.604-.552-1.116-.665z' clip-rule='evenodd'/%3E%3Cpath fill='%23247805' fill-rule='evenodd' d='M12.279 13.987s-1.1-.024-1.1.481s0 1.065.55.785s1.222-.39 1.578-.195a4.9 4.9 0 0 0 2.352.592c1.168 0 1.09-.397 2.166-.397s2.996-.085 2.551-.435s-.968-.571-1.368-.571s-.706 0-1.546-.412s-1.779-.45-2.724-.316c-.945.132-1.07.468-1.629.468z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' stroke='%23565656' stroke-width='.5' d='m16.1 15.65l.07.24h.001l.003-.001l.006-.002l.02-.006l.072-.025q.092-.033.247-.1a4 4 0 0 0 .745-.437c.544-.41 1.112-1.091 1.112-2.127V10.7h-.25h.25v-.25h-4.552v.25h.25h-.25v2.492c0 1.01.57 1.69 1.11 2.105a4.1 4.1 0 0 0 1.06.581l.02.007l.007.002h.002v.001zm0 0l.07.24l-.073.022l-.073-.024z'/%3E%3Cmask id='flagpackBz1' width='6' height='7' x='13' y='10' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.5' d='m16.1 15.65l.07.24h.001l.003-.001l.006-.002l.02-.006l.072-.025q.092-.033.247-.1a4 4 0 0 0 .745-.437c.544-.41 1.112-1.091 1.112-2.127V10.7h-.25h.25v-.25h-4.552v.25h.25h-.25v2.492c0 1.01.57 1.69 1.11 2.105a4.1 4.1 0 0 0 1.06.581l.02.007l.007.002h.002v.001zm0 0l.07.24l-.073.022l-.073-.024z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackBz1)'%3E%3Cpath fill='%2384CEFF' fill-rule='evenodd' d='m14.197 13.909l1.933-1.424l2.033 1.585v2.257h-3.966z' clip-rule='evenodd' opacity='.4'/%3E%3Cpath fill='%23006AC9' fill-rule='evenodd' d='M14.258 14.413h3.592v.5h-3.592z' clip-rule='evenodd'/%3E%3Cpath fill='%2359C800' fill-rule='evenodd' d='M14.442 14.908h3.316v.265h-3.316z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD800' fill-rule='evenodd' d='M14.442 15.238h3.316v.5h-3.316z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7D85D' fill-rule='evenodd' d='m18.727 14.51l-2.59-1.977v-2.67h2.59z' clip-rule='evenodd'/%3E%3Cpath fill='%23F5F6F6' fill-rule='evenodd' d='M15.547 13.423s.082.424.145.424s.176-.425.176-.425s.013.425.076.425s.055-.356.156-.425c.036-.024.082.423.138.425c.047.002.162-.425.162-.425s.035.425.09.425s.163-.425.163-.425v1.073h-1.106z' clip-rule='evenodd'/%3E%3Cpath fill='%23892E2E' fill-rule='evenodd' d='M16.1 14.84c.56 0 1.013-.096 1.013-.214s-.453-.213-1.013-.213s-1.013.095-1.013.213s.454.214 1.013.214' clip-rule='evenodd'/%3E%3Cpath fill='%23A46031' d='m14.29 11.104l.208-.162l1.4 1.439l-.208.163z'/%3E%3Cpath fill='%23892E2E' d='m14.515 12.767l-.222-.148l1.363-1.631l.221.148z'/%3E%3Cpath fill='%23A46031' d='m16.408 11.318l.208-.129l1.4 1.143l-.207.13z'/%3E%3Cpath fill='%23F5F6F6' d='m16.701 12.486l-.26-.176l1.333-1.075l.284.235z'/%3E%3C/g%3E%3Cpath fill='%2369F' fill-rule='evenodd' d='m14.567 16.535l.65.203v.562h-.65zm-.465-1.148l.366.204v.561h-.366zm3.438 1.148l-.65.203v.562h.65zm.465-1.148l-.366.204v.561h.366z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M13.748 16.576c-.12 0-.218.003-.332.008c-.274.014-.292.013-.367-.018a.6.6 0 0 1-.157-.103q-.232-.19-.503-.878v-.02c.224-.484.685-.544 1.37-.185c.18.095.706.38.701.378c.24.128.407.21.572.277c.342.137.665.2 1.078.2q.37-.002.871-.204c.194-.077.395-.171.641-.296c.033-.016.548-.284.675-.345c.223-.107.37-.16.47-.16h.293c.494.006.737.088.737.346q0 .363-.473.99l-.015.01c-.623.084-.985.084-1.096-.005c-.03-.024-.113-.013-.266.036c-.069.022-.44.155-.554.192c-.477.158-.885.243-1.3.243q-.952 0-2.08-.736c.136.173.05.27-.265.27'/%3E%3Cpath fill='%23666' fill-rule='evenodd' d='M13.416 16.584c.114-.005.213-.008.332-.008c.314 0 .4-.097.264-.27q1.13.735 2.08.736c.416 0 .825-.085 1.301-.243c.058-.019.183-.063.3-.104l.254-.088c.153-.05.236-.06.266-.036c.111.089.473.089 1.096.005l.015-.01q.473-.626.473-.99c0-.258-.243-.34-.737-.346a10 10 0 0 0-.292 0c-.102 0-.248.053-.471.16c-.1.048-.444.226-.599.306l-.076.04a8 8 0 0 1-.641.295c-.335.133-.623.204-.871.204c-.413 0-.736-.063-1.078-.2a6 6 0 0 1-.572-.277c.005.003-.521-.283-.702-.378c-.684-.359-1.145-.299-1.369.185v.02q.271.688.503.878a.6.6 0 0 0 .157.103c.075.031.093.032.367.018m-.35-.062a.6.6 0 0 1-.145-.096q-.22-.18-.485-.85c.212-.446.642-.499 1.301-.153c.18.094.706.38.702.378c.24.128.41.211.576.278c.348.14.676.203 1.095.203c.255 0 .547-.071.888-.206a8 8 0 0 0 .722-.338c.156-.08.497-.257.597-.305c.216-.104.359-.155.45-.155h.293c.467.006.691.081.691.298q0 .342-.457.954c-.602.08-.956.08-1.052.003c-.048-.038-.139-.026-.309.028l-.256.09l-.298.103c-.473.156-.876.24-1.287.24q-1.05 0-2.33-.918l-.028.04c.39.292.39.412.014.412c-.12 0-.22.003-.334.009c-.265.012-.281.012-.348-.015' clip-rule='evenodd'/%3E%3Cpath fill='%23565757' d='m13.028 15.809l-.067-.067q.23-.244.594-.124c.094.031.707.385.87.468c.598.304 1.167.473 1.772.473q1.304 0 2.516-.821c.305-.248.496-.248.496.037h-.093c0-.17-.09-.17-.349.04q-1.238.84-2.57.84c-.62 0-1.203-.174-1.813-.483c-.171-.087-.774-.435-.857-.463c-.21-.07-.373-.036-.499.1'/%3E%3Cpath fill='%23984800' fill-rule='evenodd' d='M16.49 6.944h-.18c.004.743-.162 1.212-.486 1.414l-.093.055a9 9 0 0 0-.121-.307l-.016-.04c-.192-.473-.235-.69-.136-.749l-.098-.14c-.218.129-.171.368.064.947l.017.04c.058.143.101.252.132.339l-.02.01l-.028.017a.7.7 0 0 0-.327-.072c-.576 0-.974-.15-1.206-.45l-.148.097c.27.347.725.52 1.354.52q.077 0 .145.018c-.092.078-.104.16-.104.441q0 .264.114.703q-.087-.111-.169-.11v.165l-.015-.001l-.002-.001h.001l.022.023q.04.045.092.141q.11.203.27.615l.056-.019l.004.013l.03-.01v.006h.057l.001.046l.181-.004V10.6l.033.004q.055-.406.064-.738a.73.73 0 0 1 .28-.382c.309-.2.49-.39.54-.58l-.176-.04q-.055.216-.468.484a.8.8 0 0 0-.181.163q-.026-.41-.15-.661V8.8a.8.8 0 0 0-.036-.223c.051-.03.1-.058.138-.082c.386-.24.57-.76.565-1.551m-.977 1.788a.6.6 0 0 1 .13.16v1.247q-.224-.706-.223-1.055c0-.26.007-.293.067-.336z' clip-rule='evenodd'/%3E%3Cpath fill='%23247805' fill-rule='evenodd' d='M16.983 7.085a1.2 1.2 0 0 1-.498.02a1.1 1.1 0 0 1-.504-.199q.01.035.01.07c-.004.23-.371.41-.82.402c-.45-.008-.812-.2-.808-.43s.372-.408.822-.4c.27.004.508.076.655.182a.2.2 0 0 1-.012-.106c.033-.204.379-.319.773-.256c.395.062.69.278.657.482a.2.2 0 0 1-.047.102c.194-.056.462-.043.735.051c.473.163.783.505.693.766c-.09.26-.545.339-1.017.176a2 2 0 0 1-.163-.066c-.128.198-.485.302-.881.24c-.469-.075-.814-.355-.771-.627s.458-.432.927-.357q.102.015.195.044a.3.3 0 0 1 .054-.094m-2.71-.101c.1.18-.102.484-.451.678c-.35.193-.715.204-.815.024s.103-.484.452-.678s.714-.204.814-.024m1.094 1.134c-.005.252-.454.449-1.003.44c-.55-.01-.992-.222-.987-.475c.004-.252.453-.448 1.003-.439s.991.222.987.474m-.634 1.764c.496-.061.876-.295.848-.522s-.453-.363-.949-.302c-.495.06-.875.294-.847.522s.453.363.948.302m1.83.303c.438.102.839-.016.896-.261c.056-.246-.253-.527-.691-.628s-.84.016-.896.261c-.057.246.252.527.69.628m.386-.932c.662.128 1.238.032 1.286-.215c.048-.248-.45-.553-1.112-.682c-.662-.128-1.238-.032-1.286.215c-.048.248.45.553 1.112.682' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12.245 10.94s-.313 2.97-.313 3.372s.576 0 .576 0s.085-1.418.28-1.945c.197-.527.29.052.29.36v1.746s.716.098.716-.161s-.298-3.373-.298-3.373z' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='m12.205 10.898l-.004.037q-.313 2.973-.313 3.377c0 .318.239.318.646.034l.017-.012l.001-.02q.085-1.413.278-1.934c.078-.208.1-.218.135-.132c.041.101.068.306.068.478v1.783l.038.005c.503.069.767.01.767-.202c0-.111-.052-.723-.14-1.681l-.01-.106l-.102-1.099l-.034-.356l-.009-.1l-.003-.035l-.004-.037zm.26 3.392c-.348.24-.489.237-.489.022q0-.399.309-3.331h1.17l.01.096l.034.357l.102 1.098l.01.106c.087.951.139 1.567.139 1.674c0 .13-.202.179-.629.125v-1.71a1.6 1.6 0 0 0-.073-.509c-.076-.185-.201-.133-.3.135q-.198.529-.283 1.937' clip-rule='evenodd'/%3E%3Cpath fill='%23FF863B' fill-rule='evenodd' d='M11.207 9.918s.245.884.354.884s.77-.543.77-.543v.737h1.23v-.326l.157.326l.215-.1l.373-.44h-.373s-.108-.704-.108-.815s.005-.332-.264-.411a.95.95 0 0 1-.402-.221s.58-.83.138-.83s-.64.106-.64.106v.608c0 .116-.634-.021-.634.337c0 .357-.295.688-.295.688l-.075-.24z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.067 8.383c.243 0 .44-.097.44-.217s-.197-.216-.44-.216s-.44.097-.44.216c0 .12.197.217.44.217' clip-rule='evenodd'/%3E%3Cpath fill='%23740000' d='m10.847 10.26l-.199-.165q.575-.623 1.279-.904q.666-.265 1.74-.849l.13.218q-1.084.59-1.768.862q-.645.257-1.182.838'/%3E%3Cpath fill='%23F9FCFF' fill-rule='evenodd' stroke='%236C6C6C' stroke-width='.5' d='m13.658 8.433l.167.784l.741-.392l-.584-.649z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M19.86 11.307s.31 3.1.31 3.52s-.572 0-.572 0s-.083-1.48-.278-2.03s-.286.054-.286.375v1.823s-.711.102-.711-.168s.296-3.52.296-3.52h1.24' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='m19.899 11.263l.004.04q.31 3.102.31 3.524c0 .332-.236.332-.64.035l-.017-.012l-.001-.02q-.084-1.475-.276-2.019c-.077-.218-.1-.227-.134-.138c-.04.105-.068.32-.068.499v1.86l-.037.006c-.499.072-.76.01-.76-.211c0-.116.05-.754.138-1.755l.01-.11l.1-1.147l.034-.372l.01-.103l.003-.037l.004-.04zm-.258 3.541c.345.25.485.247.485.023q0-.416-.306-3.476h-1.161l-.01.1l-.033.372l-.102 1.147l-.01.11a53 53 0 0 0-.137 1.747c0 .135.2.186.623.13v-1.785c0-.19.028-.413.073-.53c.075-.193.2-.139.298.14q.195.553.28 2.022' clip-rule='evenodd'/%3E%3Cpath fill='%23824028' fill-rule='evenodd' d='M20.91 10.178s-.243.923-.35.923c-.109 0-.764-.566-.764-.566v.769h-1.22v-.341l-.156.34l-.214-.104l-.369-.458h.37s.106-.735.106-.852s-.004-.346.263-.43a.9.9 0 0 0 .398-.23s-.575-.866-.137-.866s.636.11.636.11v.636c0 .12.628-.023.628.35c0 .374.293.719.293.719l.075-.25z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.066 8.576c-.242 0-.437-.101-.437-.226s.195-.226.437-.226c.241 0 .437.101.437.226s-.196.226-.437.226' clip-rule='evenodd'/%3E%3Cpath fill='%23BA611F' d='m21.525 10.346l-2.672-1.393s-.05-.468-.566-.61c-.516-.14-.928-.358-.928-.358l-.235.359s-.419-.11 1.163.609c1.581.719-.06-.39.39 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ca{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M8 0h16v24H8z'/%3E%3Cpath fill='%23E31D1C' d='M15.976 7L16 19h-.6l.368-2.97q-4.035.726-3.701.36q.333-.366.525-1.038L9 12.955q.567-.006 1.028-.281q.46-.274-.461-1.9l1.813.264l.687-.746l1.368 1.432h.615l-.615-3.28l1.103.615zm0 0l1.486 2.06l1.103-.617l-.615 3.281h.615l1.368-1.432l.686.746l1.814-.264q-.922 1.626-.46 1.9q.461.275 1.027.281l-3.593 2.397q.193.672.526 1.038q.334.366-3.701-.36l.367 2.97H16zM24 0h8v24h-8zM0 0h8v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m24 7l-1 .732l.134-1.232L22 6l1.134-.5L23 4.268L24 5l1-.732l-.134 1.232L26 6l-1.134.5L25 7.732zm-1.037 6.679l-1 .732l.134-1.232l-1.134-.5l1.134-.5l-.134-1.232l1 .732l1-.732l-.134 1.232l1.134.5l-1.134.5l.134 1.232zM26 19l-1 .732l.134-1.232L24 18l1.134-.5L25 16.268L26 17l1-.732l-.134 1.232L28 18l-1.134.5l.134 1.232zm1-9.5l-.5.366l.067-.616L26 9l.567-.25l-.067-.616l.5.366l.5-.366l-.067.616L28 9l-.567.25l.067.616zM7 14A5 5 0 1 0 7 4a5 5 0 0 0 0 10m12.898.945c-.658 1.13-1.704 1.642-3.104 1.642a3.794 3.794 0 1 1 0-7.587c1.598 0 2.874.56 3.459 2.083c-.463-.46-1.18-.775-2.253-.735c-1.657 0-2.735 1.29-2.735 2.395S16.343 15.35 18 15.35c.833-.013 1.449-.165 1.898-.405' clip-rule='evenodd'/%3E%3Cpath fill='%23915E2B' d='M7.582 8.694s-.977 3.58-1.38 3.92c-.18.078 1.618 0 1.618 0s-.674-.295-.437-.688s.548-2.916.437-3.776s-.238.544-.238.544'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M7.79 8.827s1.049.314 1.049.85s.872 1.289.872.576s-.163-1.426-.518-1.426c-.354 0 .174-.48.477-.082s1.366-.037 1.15-.316c-.216-.28-.982-.628-1.11-.628c-.126 0 .873-.68 0-.68c-.871 0-.371.58-.962-.036c-.591-.618.252.3.252-.736s-.24-1.46-1.029-.878c-.79.582-.638.213-.919-.006c-.281-.22-.528.803-.218 1.012c.309.208.652.726.342.726c-.309 0-.527-.299-.527-.513c0-.213-.841-.591-1.64-.591s-.282.591 0 .591s1.544.43.913.43s.049-.318-.747-.318c-.795 0-1.72-.362-1.72.318c0 .681.795.982 1.043.681s.536-.81.536-.302c0 .507-.633.3-1.58.615c-.945.315-.674 1.144.455.942c1.128-.203 1.006-.192 1.46-.507c.452-.314 1.013-.227.553.278c-.46.504-.92 1.426-.46 1.426s.757.125.757-.362s.267-1.436.267-.835c0 .6.348 1.054.657.835s-.072-.902.28-.902c.354 0 .367-.162.367-.162' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cd{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233195F9' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCd0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCd0)'%3E%3Cpath fill='%23E31D1C' stroke='%23FECA00' stroke-width='2.5' d='m-1.822 25.44l.694 1.039l1.04-.694L36.172 1.58l1.04-.693l-.693-1.04l-2.221-3.327l-.694-1.04l-1.04.694l-36.26 24.204l-1.04.694l.694 1.04z'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m4.93 8.606l-3.485 2.418l1.114-4.141L0 4.238l3.465-.143L4.93 0l1.466 4.095h3.458L7.303 6.883L8.58 10.78z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cf{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%233D58DB' d='M0 0h32v6H0z'/%3E%3Cpath fill='%23F7FCFF' d='M0 6h32v6H0z'/%3E%3Cpath fill='%2373BE4A' d='M0 12h32v6H0z'/%3E%3Cpath fill='%23FFD018' d='M0 18h32v6H0z'/%3E%3Cpath fill='%23FECA00' d='M4.53 5.416L2.104 7.098l.775-2.88l-1.78-1.84l2.41-.1L4.53-.57l1.019 2.848h2.406l-1.776 1.94l.89 2.71z'/%3E%3Cpath fill='%23E11C1B' d='M12 0h8v24h-8z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FA1111' d='M32 0v24H0z'/%3E%3Cpath fill='%2307A907' d='M0 24V0h32z'/%3E%3Cpath fill='%23FBCD17' d='M29.492-5.8L-1 23.576l6.052 3.012L34.64-.212z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ch{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCh0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCh0)'%3E%3Cpath fill='%23F1F9FF' fill-rule='evenodd' d='M18 6h-4v4h-4v4h4v4h4v-4h4v-4h-4z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ci{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2367BD38' d='M22 0h10v24H22z'/%3E%3Cpath fill='%23E47E00' d='M0 0h10v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ck{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackCk0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackCk0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m23.667 13.855l.726-.509l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.843l.645.574zm2.813 1.258l.726-.508l.702.508l-.218-.905l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574zm1.565 1.872l-.726.51l.245-.906l-.645-.574h.842l.283-.74l.33.74h.719l-.564.574l.218.905zm-1.723 2.784l.726-.509l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.843l.645.574zm-1.822.737l-.726.51l.245-.906l-.645-.574h.842l.283-.74l.33.74h.719l-.564.574l.218.905zm-3.1-.697l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.739l-.282.74H21l.645.573zm-.54-2.807l-.726.509l.245-.906l-.645-.574h.842l.283-.739l.33.74h.719l-.564.573l.218.906zm.187-1.842l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.739l-.283.74h-.842l.645.573z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%233D58DB' d='M0 0h14v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='M14-2h18v16H14z'/%3E%3Cpath fill='%23E31D1C' d='M0 14h32v10H0z'/%3E%3Cpath fill='%23F7FCFF' d='m7.014 9.783l-3.803 2.272L5.088 8.19L1.764 5.68L5.6 5.639L7.05 2.21l.932 3.428l3.632.017L8.851 8.11l1.434 3.944z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23E11C1B' d='M10 0h12v24H10z'/%3E%3Cpath fill='%23FECA00' d='m16.075 14.49l-3.485 2.418l1.114-4.14l-2.56-2.646l3.466-.143l1.465-4.095l1.466 4.095h3.46l-2.554 2.788l1.279 3.897z'/%3E%3Cpath fill='%23FBCD17' d='M22 0h10v24H22z'/%3E%3Cpath fill='%230B9E7A' d='M0 0h10v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23E31D1C' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23FECA00' d='m15.016 4.548l-1.01.61l.23-1.19l-.841-.89l1.139-.049l.482-1.11l.482 1.11h1.137l-.84.94l.253 1.19zM7.018 9.607l-2.881 1.551l.657-3.026l-2.4-2.265l3.25-.123l1.374-2.826l1.374 2.826h3.243L9.24 8.132l.72 3.026zm9.998-1.059l-1.01.61l.23-1.19l-.841-.89l1.139-.049l.482-1.11l.482 1.11h1.137l-.84.94l.253 1.19zm-1 4l-1.01.61l.23-1.19l-.841-.89l1.139-.049l.482-1.11l.482 1.11h1.137l-.84.94l.253 1.19zm-3 3l-1.01.61l.23-1.19l-.841-.89l1.139-.049l.482-1.11l.482 1.11h1.137l-.84.94l.253 1.19z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-co{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackCo0)'%3E%3Cpath fill='%23FECA00' d='M0 0v12h32V0z'/%3E%3Cpath fill='%23E31D1C' d='M0 18v6h32v-6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCr0)'%3E%3Cpath fill='%23E31D1C' stroke='%23F7FCFF' stroke-width='4' d='M0 8h-2v8h36V8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCu0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCu0)'%3E%3Cpath fill='%233D58DB' stroke='%23F7FCFF' stroke-width='4' d='M0 8h-2v8h36V8z'/%3E%3C/g%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCu1' width='18' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCu1)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m6.688 14.217l-3.672 1.938l1.787-3.894l-2.277-2.08l2.812-.104l1.35-3.52l1.03 3.52h2.807l-1.87 2.184l1.488 3.894z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cv{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23flagpackCv1)'%3E%3Cpath fill='%234141DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCv0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCv0)'%3E%3Cpath fill='%23F90000' stroke='%23F7FCFF' stroke-width='2' d='M0 13h-1v4h34v-4z'/%3E%3Cg filter='url(%23flagpackCv2)'%3E%3Cpath fill='%23FFDE00' fill-rule='evenodd' d='m9.796 10.26l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574zm3 1.6l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574zm3.126 1.89l-.726.51l.245-.906l-.645-.574h.842l.283-.74l.33.74h.719l-.564.574l.218.906zm-.726 4.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574zm-1.674 1.89l-.726.51l.245-.906l-.645-.574h.842l.283-.74l.33.74h.719l-.564.574l.218.906zm-3.726 2.11l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574zm-2.274-2.11l-.726.51l.245-.906l-.645-.574h.842l.283-.74l.33.74h.719l-.564.574l.218.906zm-3.126-1.89l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574zm.726-4.51l-.726.51l.245-.906l-.645-.574h.842l.283-.74l.33.74h.719l-.564.574l.218.906zm1.674-1.89l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.283.74h-.842l.645.574z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='flagpackCv1'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3C/clipPath%3E%3Cfilter id='flagpackCv2' width='20.974' height='22.219' x='-.004' y='4.041' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.24 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_270_67487'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_270_67487' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackCw0)'%3E%3Cpath fill='%23F7FCFF' d='M4.254 6.15L2.266 7.198l.96-1.868L2 3.963l1.523-.056L4.254 2l.558 1.907l1.783.056l-1.284 1.368l.815 1.868zm7.098 4.927l-2.454 1.028l.963-2.577L7.726 7.8h2.558l1.068-2.787l.816 2.787h2.56l-1.82 1.73l.905 2.576z'/%3E%3Cpath fill='%23F9E813' d='M0 14v4h32v-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cx{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%235EAA22' d='M0 0h32v24H0z'/%3E%3Cpath fill='%234141DB' d='m0 0l32 24H0z'/%3E%3Cpath fill='%23fff' d='m6 9l-1 .732l.134-1.232L4 8l1.134-.5L5 6.268L6 7l1-.732L6.866 7.5L8 8l-1.134.5L7 9.732zm-2 6l-1 .732l.134-1.232L2 14l1.134-.5L3 12.268L4 13l1-.732l-.134 1.232L6 14l-1.134.5L5 15.732zm4 6l-1 .732l.134-1.232L6 20l1.134-.5L7 18.268L8 19l1-.732l-.134 1.232L10 20l-1.134.5L9 21.732zm1-9.5l-.5.366l.067-.616L8 11l.567-.25l-.067-.616l.5.366l.5-.366l-.067.616L10 11l-.567.25l.067.616z'/%3E%3Cpath fill='%23FECA00' d='M21.561 12.224c-.374-.39 2.99-1.306 3.339-2.488c.462-1.029.153-1.862-1.593-2.594s-3.51-2.148-1.481-2.148s2.029.29 2.574 1.143c.545.854 1.724 1.036 1.749 0c0-1.766.166-2.003-1.26-3.538c-1.425-1.536 3.575.63 3.162 3.262s-.91 1.782-.595 2.224s2.216-.93 1.979.897c-.665 1.051-1.984 2.614-7.874 3.242'/%3E%3Cpath fill='%23FECA00' d='M16 17a5 5 0 1 0 0-10a5 5 0 0 0 0 10'/%3E%3Cpath fill='%23548650' d='M12.953 10.162c.567-.126 1.343 1.392 2.742.823c1.4-.57 1.692-1.657 2.357-1.26c.666.399.753 1.357.31 1.838s-1.195.596-1.195 1.205s-.148 2.78-.435 2.15c-.861-.699-.336-1.812-1.397-2.15s-1.706-.327-2.489-.184s.526-.392.804-.9c.565-.543-.956-1.341-.697-1.522'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cy{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCy0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackCy0)'%3E%3Cpath fill='%23006B49' d='M7.6 14.32c-.428-.297-.236-.95-.236-.95s.636.362.858.53c.223.167.384.858.384.858s-.578-.14-1.006-.437m1.144.934c-.022-.188.031-.357.031-.357s.537.287.725.42s.323.682.323.682s-.488-.111-.85-.348a.5.5 0 0 1-.218-.33a1.8 1.8 0 0 1-.667.077c-.365-.035-.628-.547-.628-.547s.497-.002.694.025c.153.02.461.27.59.378m1.691.976s.039.537.428.647s.843.063.843.063s-.303-.474-.51-.54a10 10 0 0 0-.76-.17m2.306 1.439c-.402-.04-.533-.563-.533-.563s.565.004.78.034c.214.03.595.444.595.444s-.44.125-.842.085m.714-.968s-.054.627.35.837s.907.254.907.254s-.245-.61-.458-.732c-.212-.12-.799-.359-.799-.359m.283 1.601c-.446.091-.798-.43-.798-.43s.605-.185.847-.224c.24-.04.816.28.816.28s-.419.283-.865.374m-3.227-1.125s.212.495.615.473c.404-.023.818-.216.818-.216s-.441-.349-.657-.345s-.776.088-.776.088m1.172-.568c-.361-.182-.296-.717-.296-.717s.525.207.715.312s.397.628.397.628s-.455-.04-.816-.223M9.65 14.653s0 .66.272.919c.272.258.598.348.598.348s-.193-.67-.336-.816c-.144-.147-.534-.451-.534-.451m-.996 1.46s.405.528.823.5c.418-.026.785-.235.785-.235s-.595-.37-.822-.364s-.786.099-.786.099m.097-.12c-.222.02-.43-.257-.43-.257s.298-.058.42-.064c.12-.006.43.184.43.184s-.197.116-.42.137m.185-2.139s-.236.253-.178.469c.06.215.208.39.208.39s.133-.34.106-.457a5 5 0 0 0-.136-.402m1.96 2.23c-.138-.052-.106-.218-.106-.218s.2.057.273.087c.072.03.146.189.146.189s-.176-.007-.314-.059m-.715.64s-.032.166.106.218c.137.052.313.058.313.058s-.074-.159-.146-.189s-.273-.087-.273-.087m2.642.218c-.138-.052-.106-.218-.106-.218s.201.058.273.087c.072.03.146.19.146.19s-.176-.007-.313-.059m-.613.832s-.032.166.106.218c.137.051.313.058.313.058s-.074-.159-.146-.189a4 4 0 0 0-.273-.087m2.72 1.138l-.445-.371c.278-.16.564-.288.808-.384a.8.8 0 0 0-.177-.098v-.122s.166.043.416.131c.25-.088.416-.13.416-.13v.12a.8.8 0 0 0-.178.099c.245.096.53.223.809.384l-.446.371s-.306-.319-.601-.57c-.295.251-.601.57-.601.57m8.77-5.542s.192.653-.236.95c-.428.298-1.006.438-1.006.438s.16-.691.383-.859c.223-.167.858-.529.858-.529m-1.38 1.884c.021-.188-.032-.357-.032-.357s-.536.287-.724.42s-.324.682-.324.682s.488-.111.85-.348a.5.5 0 0 0 .219-.33c.108.033.383.104.667.077c.364-.035.628-.547.628-.547s-.498-.002-.695.025c-.153.02-.46.27-.59.378m-1.692.976s-.038.537-.427.647c-.39.11-.844.063-.844.063s.304-.474.51-.54s.761-.17.761-.17m-2.306 1.439c.402-.04.534-.563.534-.563s-.565.004-.78.034c-.214.03-.595.444-.595.444s.44.125.841.085m-.714-.968s.055.627-.35.837c-.403.21-.907.254-.907.254s.246-.61.458-.732c.212-.12.8-.359.8-.359m-.282 1.601c.446.091.798-.43.798-.43s-.606-.185-.847-.224s-.816.28-.816.28s.418.283.865.374m3.226-1.125s-.211.495-.615.473c-.403-.023-.818-.216-.818-.216s.442-.349.658-.345s.775.088.775.088m-1.171-.568c.36-.182.296-.717.296-.717s-.526.207-.715.312c-.19.105-.397.628-.397.628s.455-.04.816-.223m2.033-1.956s-.001.66-.273.919c-.271.258-.597.348-.597.348s.192-.67.336-.816c.143-.147.534-.451.534-.451m.996 1.46s-.406.528-.824.5c-.418-.026-.784-.235-.784-.235s.594-.37.821-.364s.787.099.787.099m-.098-.12c.222.02.43-.257.43-.257s-.298-.058-.419-.064c-.12-.006-.43.184-.43.184s.197.116.42.137m-.185-2.139s.237.253.178.469s-.208.39-.208.39s-.133-.34-.106-.457c.027-.118.136-.402.136-.402m-1.959 2.23c.138-.052.106-.218.106-.218s-.201.057-.273.087s-.146.189-.146.189s.176-.007.313-.059m.715.64s.032.166-.106.218s-.313.058-.313.058s.073-.159.145-.189s.274-.087.274-.087m-2.642.218c.137-.052.105-.218.105-.218s-.2.058-.273.087c-.072.03-.146.19-.146.19s.176-.007.314-.059m.613.832s.032.166-.106.218s-.313.058-.313.058s.073-.159.145-.189c.073-.03.274-.087.274-.087'/%3E%3Cpath fill='%23F57A01' d='M27.806 3.017s.346.445 0 .445s-1.226.481-1.226.481s-.42.625-.926.767c-.507.14-.678.666-1.42.885c-.743.219-.819.278-.819.5s.127.596-.38.596s-.866-.71-1.14 0s-.552.918-.172 1.352s.883.85 1.098 1.101c.214.25 1.642.985.594.985s-.521-.665-1.328-.422s-.344.6-.96.422c-.617-.18-1.028-.343-1.22-.261c-.19.082-.498-.454-.498.26c0 .715.575.425-.659 1.214c-1.234.79-.989.571-1.555.571c-.567 0-.765.357-1.143.357h-.757c-.425 0 .03-.451-.695 0c-.725.452-.985.542-.985.716v.633s-.665.38-.665 0s-.205-.477-.48-.633c-.276-.157-.826-.044-1.414 0c-.588.043-1.253-.594-1.763-.594s-.606-.479-.746-.479s.146-.41-.448-.777c-.595-.368-.803-.413-.803-1.007s-.273-.757-.273-1.118c0-.36.291.133.908.133c.616 0 .657-.382 1.362-.741c.704-.36.943-.556 1.53-.36s1.166.93 1.647.226c.48-.703.48-1.507.48-1.913s-.284-.522.483-.261c.767.26 1.213.26 2.488.26s2.798.417 3.267 0c.47-.416.972-.76 2.19-.76c1.219 0 1.617-.6 2.436-.885c.82-.287-.389.319 1.449-.465c1.838-.783 2.543-1.228 2.543-1.228'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-cz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackCz0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackCz0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0-2v14h32V-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-de{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FFD018' d='M0 16h32v8H0z'/%3E%3Cpath fill='%23E31D1C' d='M0 8h32v8H0z'/%3E%3Cpath fill='%23272727' d='M0 0h32v8H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-dj{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cdefs%3E%3Cpath id='flagpackDj0' fill='%23fff' d='M0 0v24l18-12z'/%3E%3C/defs%3E%3Cg fill='none'%3E%3Cpath fill='%2373BE4A' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackDj1' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackDj1)'%3E%3Cpath fill='%2369F' fill-rule='evenodd' d='M0-2v14h32V-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cuse href='%23flagpackDj0' fill-rule='evenodd' clip-rule='evenodd'/%3E%3Cmask id='flagpackDj2' width='18' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cuse href='%23flagpackDj0' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackDj2)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='m7.002 14.07l-1.87 1.13l.426-2.204L4 11.347l2.11-.09l.892-2.057l.892 2.058H10l-1.554 1.738l.468 2.204z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-dk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackDk0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackDk0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M10 0h4v10h18v4H14v10h-4V14H0v-4h10z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-dm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23279E19' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackDm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackDm0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M17 0h2v13h13v2H19v9h-2v-9H0v-2h17z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M15 0h2v11h15v2H17v11h-2V13H0v-2h15z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M13 0h2v9h17v2H15v13h-2V11H0V9h13z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M16 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16' clip-rule='evenodd'/%3E%3Cpath fill='%23804BFF' fill-rule='evenodd' d='M14.726 8.413s.38-1.233 1.262-.596c1.384.682 1.841 1.465 2.375 2.352c.535.887-1.31.237-1.654-.262c-.344-.5-2.252-.661-1.983-1.078c.27-.416 0-.416 0-.416' clip-rule='evenodd'/%3E%3Cpath fill='%23A95601' fill-rule='evenodd' d='M14.413 14.726s-.94 1.285 0 1.285s4.75-.277 4.293-.643s-3.841 0-3.841 0z' clip-rule='evenodd'/%3E%3Cpath fill='%23804BFF' fill-rule='evenodd' d='M15.818 14.685c-.058-.065-.915-.628-1.25-1.916c-.23-.89-.089-2.557.237-2.887c.796-.807 1.262-.333 1.262.878s.048 4.224-.249 3.925' clip-rule='evenodd'/%3E%3Cpath fill='%23279E19' fill-rule='evenodd' d='M15.717 14.055s-.099.944.387 2.046c.486 1.103 1.467 1.082 1.467.18s.716-.056.99.546c.276.602-.436-5.348-1.447-6.679c-1.01-1.331-1.985-1.417-1.69-.556c.293.86.293 4.463.293 4.463' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M15.127 7.6s-.427.274-.427 1.029s1.012-.234 1.012-.234z' clip-rule='evenodd'/%3E%3Cmask id='flagpackDm1' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='m15.218 7.314l.882-.629l.882.629l-.326-1.033l.87-.645l-1.082-.01L16.1 4.6l-.344 1.027l-1.083.01l.87.644zm2.923.376l1.083.01l.344 1.027l.344-1.027l1.082-.01l-.87-.644l.326-1.033l-.882.629l-.882-.629l.326 1.033zm3.014 2.668l-.87-.645l1.082-.01l.344-1.026l.344 1.027l1.083.01l-.87.644l.325 1.032l-.882-.628l-.881.628zm-.326 2.252l.326 1.032l-.87.645l1.082.01l.344 1.026l.344-1.027l1.083-.01l-.87-.644l.325-1.032l-.882.628zm-1.605 3.69l.344-1.027l.344 1.027l1.082.01l-.87.644l.326 1.033l-.882-.629l-.882.629l.326-1.033l-.87-.644zm-2.242.386l-.882.629l-.882-.629l.326 1.033l-.87.644l1.082.01l.344 1.027l.344-1.027l1.082-.01l-.87-.644zm-4.006-.386l1.083.01l-.87.644l.325 1.033l-.882-.629l-.882.629l.326-1.033l-.87-.644l1.082-.01l.344-1.027zm-1.06-2.013l-.87-.645l.324-1.032l-.881.628l-.882-.628l.325 1.032l-.87.645l1.083.01l.344 1.026l.344-1.027zm-.87-3.93l.324 1.033l-.881-.628l-.882.628l.325-1.032l-.87-.645l1.083-.01l.344-1.026l.344 1.027l1.082.01zm1.586-1.63l.344-1.027l1.083-.01l-.87-.644l.325-1.033l-.882.629l-.882-.629l.326 1.033l-.87.644l1.082.01z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23279E19' fill-rule='evenodd' d='m15.218 7.314l.882-.629l.882.629l-.326-1.033l.87-.645l-1.082-.01L16.1 4.6l-.344 1.027l-1.083.01l.87.644zm2.923.376l1.083.01l.344 1.027l.344-1.027l1.082-.01l-.87-.644l.326-1.033l-.882.629l-.882-.629l.326 1.033zm3.014 2.668l-.87-.645l1.082-.01l.344-1.026l.344 1.027l1.083.01l-.87.644l.325 1.032l-.882-.628l-.881.628zm-.326 2.252l.326 1.032l-.87.645l1.082.01l.344 1.026l.344-1.027l1.083-.01l-.87-.644l.325-1.032l-.882.628zm-1.605 3.69l.344-1.027l.344 1.027l1.082.01l-.87.644l.326 1.033l-.882-.629l-.882.629l.326-1.033l-.87-.644zm-2.242.386l-.882.629l-.882-.629l.326 1.033l-.87.644l1.082.01l.344 1.027l.344-1.027l1.082-.01l-.87-.644zm-4.006-.386l1.083.01l-.87.644l.325 1.033l-.882-.629l-.882.629l.326-1.033l-.87-.644l1.082-.01l.344-1.027zm-1.06-2.013l-.87-.645l.324-1.032l-.881.628l-.882-.628l.325 1.032l-.87.645l1.083.01l.344 1.026l.344-1.027zm-.87-3.93l.324 1.033l-.881-.628l-.882.628l.325-1.032l-.87-.645l1.083-.01l.344-1.026l.344 1.027l1.082.01zm1.586-1.63l.344-1.027l1.083-.01l-.87-.644l.325-1.033l-.882.629l-.882-.629l.326 1.033l-.87.644l1.082.01z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' d='m16.1 6.685l.058-.081l-.058-.042l-.058.042zm-.882.629l-.095-.03l-.09.284l.243-.173zm1.764 0l-.058.081l.243.173l-.09-.285zm-.326-1.033l-.06-.08l-.056.042l.02.068zm.87-.645l.06.08l.24-.177l-.299-.003zm-1.082-.01l-.095.032l.023.068h.07zM16.1 4.6l.095-.032l-.095-.283l-.095.283zm-.344 1.027l.001.1h.071l.023-.069zm-1.083.01v-.1l-.3.002l.24.178zm.87.644l.096.03l.021-.068l-.057-.043zm3.681 1.42l.095-.033l-.023-.067h-.071zm-1.083-.01l-.06-.081l-.24.178l.3.002zm1.427 1.036l-.095.032l.095.283l.095-.283zm.344-1.027l-.001-.1h-.072l-.022.068zm1.082-.01l.001.1l.299-.002l-.24-.178zm-.87-.644l-.095-.03l-.022.068l.058.042zm.326-1.033l.095.03l.09-.284l-.244.173zm-.882.629l-.058.081l.058.042l.058-.042zm-.882-.629l.058-.081l-.243-.173l.09.284zm.326 1.033l.059.08l.057-.042l-.021-.068zm1.273 2.667l-.001-.1l-.299.003l.24.178zm.87.645l.095.03l.022-.068l-.058-.043zm.212-.654l.001.1l.072-.001l.022-.068zm.344-1.027l.095-.032l-.095-.283l-.095.283zm.344 1.027l-.095.031l.023.068h.071zm1.083.01l.06.08l.24-.178l-.3-.003zm-.87.644l-.06-.08l-.057.042l.021.068zm.325 1.032l-.058.082l.243.173l-.09-.285zm-.882-.628l.058-.082l-.058-.041l-.058.041zm-.881.628l-.096-.03l-.09.285l.244-.173zm.325 2.252l.06.08l.057-.042l-.022-.068zm-.326-1.032l.058-.082l-.243-.173l.09.285zm-.544 1.677l-.06-.08l-.24.177l.299.003zm1.082.01l.095-.032l-.023-.068h-.07zm.344 1.026l-.095.032l.095.283l.095-.283zm.344-1.027v-.1l-.072.001l-.023.068zm1.083-.01v.1l.3-.002l-.24-.178zm-.87-.644l-.096-.03l-.021.068l.057.043zm.325-1.032l.095.03l.09-.285l-.243.173zm-.882.628l-.058.082l.058.041l.058-.041zm-2.143 2.035l.095-.032l-.095-.283l-.095.283zm-.344 1.027v.1h.072l.023-.068zm.688 0l-.095.032l.023.067h.07zm1.082.01l.06.08l.24-.178l-.299-.002zm-.87.644l-.06-.08l-.057.042l.022.068zm.326 1.033l-.058.081l.243.173l-.09-.284zm-.882-.629l.058-.081l-.058-.042l-.058.042zm-.882.629l-.095-.03l-.09.284l.243-.173zm.326-1.033l.095.03l.021-.068l-.057-.042zm-.87-.644l-.002-.1l-.298.002l.24.178zM16.1 17.315l-.058.081l.058.042l.058-.042zm.882-.629l.095.03l.09-.284l-.243.173zm-1.764 0l.058-.081l-.243-.173l.09.285zm.326 1.033l.06.08l.056-.042l-.021-.068zm-.87.644l-.06-.08l-.24.178l.298.003zm1.082.01l.095-.032l-.023-.067h-.071zM16.1 19.4l-.095.032l.095.283l.095-.283zm.344-1.027l-.001-.1h-.071l-.023.069zm1.082-.01l.001.1l.299-.002l-.24-.178zm-.87-.644l-.095-.03l-.021.068l.057.043zm-2.597-1.41l.06.081l.24-.178l-.3-.002zm-1.083-.01l-.095.033l.023.067h.071zm.212.655l-.06-.08l-.056.042l.021.068zm.326 1.033l-.058.081l.243.173l-.09-.284zm-.882-.629l.058-.081l-.058-.042l-.058.042zm-.882.629l-.095-.03l-.09.284l.243-.173zm.326-1.033l.095.03l.021-.068l-.057-.042zm-.87-.644l-.002-.1l-.298.002l.24.178zm1.082-.01l.001.1h.071l.023-.068zm.344-1.027l.095-.032l-.095-.283l-.095.283zm-1.587-1.63l-.095-.03l-.022.067l.058.043zm.87.644l.001.1l.299-.003l-.24-.178zm-.545-1.677l.096.03l.09-.285l-.244.173zm-.881.628l-.058.082l.058.041l.058-.041zm-.882-.628l.058-.082l-.243-.173l.09.285zm.325 1.032l.06.08l.057-.042l-.021-.068zm-.87.645l-.06-.08l-.24.177l.3.003zm1.083.01l.095-.032l-.023-.068h-.071zm.344 1.026l-.095.032l.095.283l.095-.283zm.344-1.027l-.001-.1l-.072.001l-.022.068zm.537-2.906l-.058.082l.244.173l-.09-.285zm-.325-1.032l-.06-.08l-.057.042l.022.068zm-.556.404l.058-.082l-.058-.041l-.058.041zm-.882.628l-.095-.03l-.09.285l.243-.173zm.325-1.032l.096.03l.021-.068l-.057-.043zm-.87-.645v-.1l-.3.003l.24.178zm1.083-.01v.1h.072l.023-.068zm.344-1.026l.095-.032l-.095-.283l-.095.283zm.344 1.027l-.095.031l.022.068h.072zm1.082.01l.06.08l.24-.178l-.299-.003zm1.06-2.014v-.1h-.071l-.023.068zm-.343 1.027l-.095.032l.095.283l.095-.283zm1.427-1.037v.1l.3-.002l-.24-.178zm-.87-.644l-.096-.03l-.021.068l.057.042zm.325-1.033l.095.03l.09-.284l-.243.173zm-.882.629l-.058.081l.058.042l.058-.042zm-.882-.629l.058-.081l-.243-.173l.09.284zm.326 1.033l.06.08l.056-.042l-.021-.068zm-.87.644l-.06-.08l-.24.178l.298.002zm1.082.01l.095-.032l-.023-.067h-.07zm3.754-1.096l-.882.628l.116.163l.882-.629zm.998.628l-.882-.628l-.116.162l.882.629zm-.48-.921l.326 1.033l.191-.06l-.325-1.033zm.907-.755l-.87.644l.119.161l.87-.644zm-1.024.17l1.083.01l.001-.2l-1.082-.01zm-.438-1.094l.344 1.026l.19-.063l-.344-1.027zm-.154 1.026l.344-1.026l-.19-.064l-.344 1.027zm-1.177.078l1.083-.01l-.002-.2l-1.083.01zm.93.464l-.871-.644l-.12.16l.871.645zm-.29 1.144l.325-1.033l-.19-.06l-.326 1.032zm3.91.256l-1.082-.01l-.002.2l1.083.01zm.439 1.095l-.344-1.027l-.19.064l.344 1.027zm.154-1.027l-.344 1.027l.19.064l.344-1.027zm1.177-.078l-1.083.01l.002.2l1.082-.01zm-.93-.464l.871.645l.119-.161l-.87-.644zm.29-1.143l-.325 1.033l.19.06l.326-1.033zm-.728.74l.882-.628l-.116-.163l-.882.628zm-.998-.628l.882.628l.116-.163l-.882-.628zm.479.921l-.325-1.033l-.191.06l.325 1.033zm-.906.755l.87-.645l-.119-.16l-.87.644zm2.024 2.023l.87.644l.12-.16l-.87-.645zm1.141-.19l-1.082.01l.002.2l1.082-.01zm.25-.959l-.343 1.027l.19.063l.343-1.026zm.534 1.027l-.344-1.027l-.19.064l.344 1.026zm.989-.059l-1.083-.01l-.002.2l1.083.01zm-.812.825l.87-.644l-.119-.161l-.87.644zm.361.922l-.325-1.032l-.19.06l.325 1.032zm-1.035-.517l.882.629l.116-.163l-.882-.629zm-.765.629l.881-.629l-.116-.163l-.882.629zm.171-1.144l-.325 1.032l.19.06l.326-1.032zm.191 3.284l-.325-1.032l-.19.06l.324 1.032zm-.906.755l.87-.644l-.119-.16l-.87.643zm1.024-.17l-1.082-.01l-.002.2l1.082.01zm.438 1.094l-.344-1.026l-.19.063l.344 1.027zm.154-1.026l-.344 1.026l.19.064l.344-1.027zm1.177-.078l-1.083.01l.002.2l1.083-.01zm-.929-.464l.87.644l.12-.16l-.871-.645zm.29-1.143l-.326 1.032l.19.06l.326-1.032zm-.729.74l.882-.629l-.116-.163l-.882.629zm-.998-.629l.882.629l.116-.163l-.881-.629zm-1.298 2.55l-.344 1.027l.19.064l.344-1.027zm.534 1.027l-.344-1.027l-.19.064l.344 1.027zm.988-.058l-1.082-.01l-.002.2l1.083.01zm-.811.824l.87-.644l-.119-.16l-.87.644zm.36.923l-.324-1.033l-.191.06l.325 1.033zm-1.034-.517l.881.628l.117-.163l-.882-.628zm-.766.628l.882-.628l-.116-.163l-.882.628zm.172-1.144l-.325 1.033l.19.06l.326-1.033zm-.834-.534l.87.644l.119-.16l-.87-.645zm1.141-.19l-1.083.01l.002.2l1.083-.01zm-3.065 1.196l.882-.628l-.116-.163l-.882.629zm-.998-.628l.882.628l.116-.162l-.882-.629zm.479.921l-.325-1.033l-.191.06l.325 1.033zm-.906.755l.87-.644l-.119-.161l-.87.644zm1.024-.17l-1.083-.01l-.002.2l1.083.01zm.438 1.094l-.344-1.026l-.19.063l.344 1.027zm.154-1.026l-.344 1.026l.19.064l.344-1.027zm1.177-.078l-1.083.01l.002.2l1.082-.01zm-.93-.464l.871.644l.119-.16l-.87-.645zm.29-1.144l-.325 1.033l.19.06l.326-1.032zm-2.826-.446l-1.083-.01l-.002.2l1.083.01zm-.812.824l.87-.644l-.119-.16l-.87.644zm.361.923l-.325-1.033l-.191.06l.325 1.033zm-1.035-.517l.882.628l.116-.163l-.882-.628zm-.766.628l.882-.628l-.116-.163l-.882.628zm.172-1.144l-.325 1.033l.19.06l.326-1.033zm-.834-.534l.87.644l.12-.16l-.871-.645zm1.141-.19l-1.083.01l.002.2l1.083-.01zm.25-.959l-.344 1.027l.19.064l.344-1.027zm.534 1.027l-.344-1.027l-.19.064l.344 1.027zm-2.085-2.545l.87.644l.119-.16l-.87-.645zm.289-1.143l-.325 1.032l.19.06l.326-1.032zm-.728.74l.881-.629l-.116-.163l-.881.629zm-.998-.629l.882.629l.116-.163l-.882-.629zm.479.921l-.326-1.032l-.19.06l.325 1.032zm-.906.755l.87-.644l-.12-.16l-.87.643zm1.024-.17l-1.083-.01l-.002.2l1.083.01zm.438 1.094l-.344-1.026l-.19.063l.344 1.027zm.154-1.026l-.344 1.026l.19.064l.343-1.027zm1.176-.078l-1.082.01l.002.2l1.082-.01zm-.448-2.827l-.325-1.032l-.191.06l.325 1.032zm-1.035-.517l.881.629l.116-.163l-.881-.629zm-.766.629l.882-.629l-.116-.163l-.882.629zm.172-1.144l-.325 1.032l.19.06l.326-1.032zm-.834-.534l.87.644l.119-.16l-.87-.645zm1.141-.19l-1.083.01l.002.2l1.083-.01zm.25-.959l-.344 1.027l.19.063l.344-1.026zm.533 1.027l-.343-1.027l-.19.064l.344 1.026zm.99-.059l-1.083-.01l-.002.2l1.082.01zm-.812.825l.87-.644l-.12-.161l-.87.644zm1.776-2.77l-.344 1.027l.19.064l.344-1.027zm1.177-.078l-1.083.01l.002.2l1.082-.01zm-.93-.464l.871.645l.12-.161l-.871-.644zm.29-1.143l-.325 1.033l.19.06l.326-1.033zm-.728.74l.882-.628l-.116-.163l-.882.628zm-.998-.628l.882.628l.116-.163l-.882-.628zm.479.921l-.325-1.033l-.191.06l.325 1.033zm-.906.755l.87-.645l-.119-.16l-.87.644zm1.024-.17l-1.083-.01l-.002.2l1.083.01zm.438 1.094l-.344-1.027l-.19.064l.344 1.027z' mask='url(%23flagpackDm1)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-do{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackDo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackDo0)'%3E%3Cpath fill='%234257BF' d='M0 0h14v10H0zm18 14h14v10H18z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M13 0h6v9h13v6H19v9h-6v-9H0V9h13z' clip-rule='evenodd'/%3E%3Cpath fill='%235AB92D' fill-rule='evenodd' d='M13.865 10.525c-.037-.175-.08-.392-.08-.392q-.143.345-.086.628l-.11.166a4 4 0 0 1-.229-.412q.006.118 0 .236c-.004.181-.008.35.072.457l-.001.002l-.045.105c-.11-.118-.294-.33-.294-.33q.02.383.2.597a3 3 0 0 0-.054.222l-.182-.203c.013.232.05.385.144.513l-.003.11l-.197-.22a.84.84 0 0 0 .22.539q.018.116.049.23l.01.042l-.284-.153c.09.211.218.33.363.415q.047.147.1.284c-.16-.049-.4-.13-.4-.13a.85.85 0 0 0 .5.37q.056.126.116.24c-.152-.048-.332-.108-.332-.108c.14.213.306.307.484.364q.176.267.374.432c-.151.063-.344.14-.344.14a.84.84 0 0 0 .539-.008l.01.005q.095.049.214.093l-.244.098c.21.063.378.046.53-.004l.008.002l.24.066l.218.057c.152.042.239.07.28.096l.009.005l.002.001l.116-.09a.2.2 0 0 0-.056-.05a1.4 1.4 0 0 0-.316-.11l-.222-.06l-.233-.063l-.054-.016a.83.83 0 0 0-.124-.517s-.039.294-.066.455a2 2 0 0 1-.3-.134a.84.84 0 0 0-.212-.5s.008.183.012.34a2 2 0 0 1-.283-.356l.085.047a.86.86 0 0 0-.217-.61l.013.359a4 4 0 0 1-.153-.32a.84.84 0 0 0-.027-.549s-.04.13-.084.261l-.037-.11a.85.85 0 0 0 .104-.614s-.105.202-.185.347l-.016-.06a2 2 0 0 1-.042-.196a.84.84 0 0 0 .284-.52s-.181.166-.307.275a2 2 0 0 1 .002-.168a.84.84 0 0 0 .35-.45s-.181.115-.322.2q.015-.082.036-.165a.86.86 0 0 0 .415-.49s-.181.115-.322.201q.027-.07.06-.14q.036-.084.107-.199a.83.83 0 0 0 .426-.334l-.26.08q.11-.161.26-.361l-.112-.096zm4.048 0c.037-.175.08-.392.08-.392q.143.345.087.628l.109.166c.102-.143.229-.412.229-.412a3 3 0 0 0 0 .236c.004.181.008.35-.072.457l.001.002l.045.105c.11-.118.294-.33.294-.33q-.02.383-.2.597q.033.113.054.222c.093-.102.182-.203.182-.203c-.013.232-.05.385-.144.513q.003.055.003.11l.197-.22a.84.84 0 0 1-.22.539a2 2 0 0 1-.049.23l-.01.042l.285-.153a.84.84 0 0 1-.364.415a6 6 0 0 1-.1.284c.16-.049.4-.13.4-.13a.85.85 0 0 1-.499.37a4 4 0 0 1-.117.24c.152-.048.332-.108.332-.108a.85.85 0 0 1-.483.364a2 2 0 0 1-.375.432c.151.063.344.14.344.14a.84.84 0 0 1-.538-.008l-.011.005a2 2 0 0 1-.214.093l.244.098a.83.83 0 0 1-.53-.004l-.008.002l-.24.066l-.218.057a1.3 1.3 0 0 0-.29.102L16 14.99a.2.2 0 0 1 .056-.05c.057-.034.15-.065.316-.11l.222-.06c.093-.024.164-.043.233-.063l.054-.016a.83.83 0 0 1 .124-.517s.039.294.066.455a2 2 0 0 0 .3-.134a.84.84 0 0 1 .212-.5s-.008.183-.012.34q.148-.144.283-.356l-.085.047c0-.201.037-.4.217-.61c0 0-.009.197-.013.359q.08-.15.153-.32a.84.84 0 0 1 .027-.549l.084.261l.037-.11a.85.85 0 0 1-.104-.614s.105.202.185.347l.016-.06q.026-.097.042-.196a.84.84 0 0 1-.284-.52s.181.166.307.275a2 2 0 0 0-.002-.168a.84.84 0 0 1-.35-.45s.181.115.322.2a2 2 0 0 0-.036-.165a.86.86 0 0 1-.415-.49s.181.115.322.201a2 2 0 0 0-.167-.339a.84.84 0 0 1-.426-.334l.26.08a11 11 0 0 0-.26-.361l.112-.096z' clip-rule='evenodd'/%3E%3Cpath fill='%23003994' d='M13.252 9.316c.4-.281 1.132-.524 1.509-.524q.002.001.016-.005c.032-.013.238-.141.251-.148c.266-.153.545-.233.925-.233v.667c-.273 0-.45.05-.63.153a4 4 0 0 1-.32.182a.6.6 0 0 1-.242.05c-.253 0-.866.204-1.166.414c-.107.076-.097.053-.094.098c.012.164 0 .264-.101.392c-.013.017-.034.108-.036.27l-.625-.009c.003-.262.043-.47.137-.625c-.013-.27.081-.475.376-.682'/%3E%3Cpath fill='%23EBCA5E' d='m13.586 9.565l-.07-.11q.481-.341.898-.342a.9.9 0 0 0 .319-.071c.082-.032.165-.07.278-.128c.407-.207.419-.212.526-.212h.369v.133h-.369c-.078 0-.103.012-.473.2a3 3 0 0 1-.289.132q-.2.079-.36.08q-.377 0-.83.318'/%3E%3Cpath fill='%23003994' d='M18.498 9.316c-.4-.281-1.132-.524-1.509-.524q-.002.001-.017-.005c-.03-.013-.237-.141-.25-.148a1.76 1.76 0 0 0-.925-.233v.667c.273 0 .45.05.63.153a4 4 0 0 0 .32.182q.117.05.242.05c.253 0 .866.204 1.165.414c.108.076.098.053.095.098c-.012.164 0 .264.1.392c.014.017.035.108.037.27l.625-.009c-.003-.262-.043-.47-.138-.625c.014-.27-.08-.475-.375-.682'/%3E%3Cpath fill='%23EBCA5E' d='m18.114 9.565l.07-.11q-.482-.341-.898-.342a.9.9 0 0 1-.32-.071a3 3 0 0 1-.277-.128c-.407-.207-.419-.212-.526-.212h-.369v.133h.369c.078 0 .103.012.472.2c.116.058.203.099.29.132q.2.079.36.08q.376 0 .83.318'/%3E%3Cpath fill='%23003994' d='m13.822 10.02l.326.354v1.473h.33v.093l.481.232s.073-.974-.153-1.23c-.227-.258.153-.32.153-.32l.579.578v-1.18z'/%3E%3Cpath fill='%23D62818' d='m17.738 10.02l-.326.354v1.473h-.33v.093l-.482.232s-.072-.974.154-1.23c.227-.258-.154-.32-.154-.32l-.578.578v-1.18z'/%3E%3Cpath fill='%23FFC300' d='m14.877 10.597l-.05.06l.963.89l.051-.004l.796-.889l-.055-.055l-.77.862z'/%3E%3Cpath fill='%23FFC300' d='m14.74 10.97l-.062.06l1.227.89l.066-.003l1.016-.89l-.07-.054l-.983.861z'/%3E%3Cpath fill='%23D62818' d='M14.177 12.422h.422l.288.088s.092.66.555.66l.076.847l-.359-.194s-.233.103-.272.103s-.372.187-.372 0c0-.186-.338-.488-.338-.488z'/%3E%3Cpath fill='%23003994' d='M17.518 12.422h-.422l-.288.088s-.093.66-.555.66l-.076.847l.358-.194s.233.103.273.103s.372.187.372 0c0-.186.338-.488.338-.488z'/%3E%3Cpath fill='%23D62818' d='M16.614 12.502h.5c0 .374-.132.677-.392.882l-.298-.429c.128-.1.19-.242.19-.453m-1.31-1.029v.702h.581s-.054.525-.054.857s.054.762.054.762s.143-.07.143-.52v-1.148l.459.049l-.049-.633h-.193s.297.394 0 .394c-.298 0-.64.077-.705.077s-.236-.54-.236-.54'/%3E%3Cpath fill='%23003994' d='M15.81 12.32s-.327.193-.327.506s.163.67.163.67s-.077-.705.043-.892s.12-.283.12-.283m-.531.232s-.018.226.116.226s-.116-.226-.116-.226'/%3E%3Cpath fill='%23373737' d='m16.428 11.944l.051.178l-.855.28l-.191-.795l.17-.047l.145.606z'/%3E%3Cpath fill='%23D62818' fill-rule='evenodd' d='m14.036 15.409l-.075.063a1 1 0 0 1-.065-.1a.8.8 0 0 1-.205-.103c-.08-.057-.164-.057-.27.006l-.121-.234c.184-.108.367-.108.53.006l.005.004a.48.48 0 0 1 .258-.334c.255-.145 1.37-.298 1.709-.298v.427c-.275 0-1.343.146-1.521.248l-.014.008c-.024.013-.037.02-.039.03q-.003.01.016.034q.015 0 .018-.005l.178.188c-.074.079-.237.092-.404.06m-1.195.007s.37.325.637.246s.35-.167.35-.167s-.267-.036-.55-.079s-.437 0-.437 0' clip-rule='evenodd'/%3E%3Cpath fill='%23EBCA5E' fill-rule='evenodd' d='m14.065 15.18l.045-.065c-.132-.105-.098-.164.155-.221l.067-.015l-.014-.078l-.068.015c-.305.068-.384.204-.185.363' clip-rule='evenodd'/%3E%3Cpath fill='%23D62818' fill-rule='evenodd' d='m17.464 15.409l.075.063a1 1 0 0 0 .064-.1a.8.8 0 0 0 .205-.103c.082-.057.165-.057.271.006l.121-.234c-.184-.108-.367-.108-.53.006l-.005.004a.48.48 0 0 0-.258-.334c-.255-.145-1.37-.298-1.709-.298v.427c.275 0 1.343.146 1.52.248l.015.008c.024.013.037.02.039.03q.003.01-.016.034q-.015 0-.018-.005l-.178.188c.074.079.237.092.404.06m1.195.007s-.37.325-.637.246s-.35-.167-.35-.167s.267-.036.55-.079s.437 0 .437 0' clip-rule='evenodd'/%3E%3Cpath fill='%23EBCA5E' fill-rule='evenodd' d='m17.435 15.18l-.045-.065c.132-.105.098-.164-.155-.221l-.067-.015l.014-.078l.068.015c.305.068.384.204.185.363' clip-rule='evenodd'/%3E%3Cpath fill='%23D62818' d='m15.366 15.51l-.195-.341q.266-.171.68-.17q.416-.001.673.172l-.202.337q-.155-.107-.47-.108q-.32.001-.486.11'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-dz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M16 0h16v24H16z'/%3E%3Cpath fill='%2336A400' d='M0 0h16v24H0z'/%3E%3Cpath fill='red' d='M17.791 6.795c1.522 0 2.913.562 3.976 1.49a7.353 7.353 0 1 0 0 9.123a6.051 6.051 0 1 1-3.976-10.612m2.82 2.749l-1.703 1.929l-2.445-.674l1.356 2.12l-1.356 2.258l2.565-.924l1.402 2.189v-2.54l2.292-.982l-2.292-.821z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ec{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEc0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackEc0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v12h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 18v6h32v-6z' clip-rule='evenodd'/%3E%3Cpath fill='%237B2900' fill-rule='evenodd' d='M9.717 5.714s4.156-1.877 4.534-1.664s.469.821.795.821s.983-.192 1.257-.192s.545.192.545.192h1.17v-.65l5.309 1.493s-3.096.405-3.33.405s0 .333 0 .333s-.441-.333-1.113-.333c-.673 0-2.036.694-2.036.694l.496 1.066l-.496.314l-.545-.314s.035-.876-.2-.876c-.234 0-.406.563-.406.876s-.65.314-.65.314l.29-.587s.29-.973-.29-.973c-.581 0-3.226-.514-3.226-.514l-.676.333l.242-.738z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M11.501 15.774c-.648-1.458 0-4.687 0-4.687l1.261.66c-.15.754-.173 2.179.299 3.344s2.255 2.082 2.255 2.082s.9.2-.468.345c-1.366.145-2.698-.286-3.347-1.744m3.232 5.743c-.406 0 .813-2.71.813-2.71l.376-.752s.046 3.189-.212 3.462c-.165.175-.353.125-.574.067a1.6 1.6 0 0 0-.403-.067' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M10.327 15.298c-.544-2.177.304-5.133.304-5.133l.854.61c-.126 1.125-.126 4.036.596 5.297s3.887 1.791 3.887 1.791s-.624.462-1.77.678s-3.328-1.066-3.871-3.243m3.629 5.92l.502-1.793l.707-.866h.51s-.717 3.08-1.217 3.08c-.325 0-.228-.178-.12-.376c.059-.107.12-.22.12-.313c0-.266-.502.267-.502.267' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M9.498 15.671c-.27-1.874.27-6.351.27-6.351l.853.61c-.386 1.084-.266 4.196 0 5.741s2.785 2.477 2.785 2.477s-.624.461-1.77.677c-1.144.216-1.868-1.28-2.138-3.154m4.189 3.745c-.486 0 .211-.697.211-.697h1.164s-.398.984-.89.984c-.246 0-.245-.072-.245-.144c.001-.072.002-.143-.24-.143' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M20.365 15.774c.65-1.458 0-4.687 0-4.687l-1.26.66c.15.754.173 2.179-.3 3.344c-.47 1.165-2.254 2.082-2.254 2.082s-.9.2.467.345s2.699-.286 3.347-1.744m-3.232 5.743c.407 0-.812-2.71-.812-2.71l-.376-.752s-.046 3.189.212 3.462c.165.175.353.125.573.067c.124-.032.258-.067.403-.067' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M21.54 15.298c.543-2.177-.305-5.133-.305-5.133l-.853.61c.125 1.125.125 4.036-.596 5.297c-.722 1.262-3.888 1.791-3.888 1.791s.625.462 1.77.678s3.328-1.066 3.872-3.243m-3.63 5.92l-.501-1.793l-.708-.866h-.509s.717 3.08 1.217 3.08c.325 0 .228-.178.12-.376c-.059-.107-.12-.22-.12-.313c0-.266.502.267.502.267' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M22.369 15.671c.27-1.874-.27-6.351-.27-6.351l-.853.61c.386 1.084.266 4.196 0 5.741s-2.786 2.477-2.786 2.477s.625.461 1.77.677s1.87-1.28 2.139-3.154m-4.189 3.745c.486 0-.212-.697-.212-.697h-1.163s.398.984.89.984c.246 0 .245-.072.244-.144c0-.072-.001-.143.241-.143' clip-rule='evenodd'/%3E%3Cpath fill='%236FAE21' d='m10.203 10.446l.091-.552l1.601.103l-1.214-1.258l.41-.389l1.641 1.702l-1.404-2.64l.486-.29l1.278 1.881l-.61-1.954l.525-.209l1.965 3.92l-.754-.049l.074.237l.642.17l-.146.544l-.298-.08l.278.892l-.483-.71l.841 1.58l-2.066-2.14zm11.723 0l-.091-.552l-1.601.103l1.214-1.258l-.41-.389l-1.642 1.702l1.405-2.64l-.486-.29l-1.278 1.881l.61-1.954l-.525-.209l-1.965 3.92l.754-.049l-.074.237l-.642.17l.146.544l.298-.08l-.278.892l.483-.71l-.841 1.58l2.066-2.14z'/%3E%3Cpath fill='%23171401' d='m11.067 21.311l-.413-.386l12.19-12.834l.413.385z'/%3E%3Cpath fill='%23CECECC' fill-rule='evenodd' d='m22.535 8.19l.625.589l.352-.975zM11.376 21.309l-.717-.472l-.233.967z' clip-rule='evenodd'/%3E%3Cpath fill='%23171401' d='m10.16 19.399l-.412-.386l12.19-12.835l.412.386z'/%3E%3Cpath fill='%23CECECC' fill-rule='evenodd' d='m21.628 6.277l.625.59l.353-.975zM10.47 19.396l-.718-.472l-.233.968z' clip-rule='evenodd'/%3E%3Cpath fill='%23171401' d='m21.253 21.311l.413-.386L9.476 8.091l-.413.385z'/%3E%3Cpath fill='%23CECECC' fill-rule='evenodd' d='m9.785 8.19l-.625.589l-.353-.975zm11.159 13.119l.717-.472l.233.967z' clip-rule='evenodd'/%3E%3Cpath fill='%23171401' d='m22.387 19.849l.412-.386l-12.19-12.835l-.413.386z'/%3E%3Cpath fill='%23CECECC' fill-rule='evenodd' d='m10.918 6.727l-.625.59l-.352-.975zm11.159 13.119l.718-.472l.232.968z' clip-rule='evenodd'/%3E%3Cpath fill='%23B74E01' d='M13.667 16.375H18.2v2.25h-4.533z'/%3E%3Cpath fill='%237DB8FF' stroke='%23FECA00' stroke-width='.5' d='M15.948 17.287c.898 0 1.675-.578 2.215-1.435c.541-.86.868-2.033.868-3.315s-.327-2.455-.868-3.315c-.54-.857-1.317-1.435-2.215-1.435c-.9 0-1.676.578-2.215 1.435c-.542.86-.869 2.032-.869 3.315s.327 2.455.869 3.315c.54.857 1.316 1.435 2.215 1.435Z'/%3E%3Cmask id='flagpackEc1' width='8' height='11' x='12' y='7' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.5' d='M15.948 17.287c.898 0 1.675-.578 2.215-1.435c.541-.86.868-2.033.868-3.315s-.327-2.455-.868-3.315c-.54-.857-1.317-1.435-2.215-1.435c-.9 0-1.676.578-2.215 1.435c-.542.86-.869 2.032-.869 3.315s.327 2.455.869 3.315c.54.857 1.316 1.435 2.215 1.435Z'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackEc1)'%3E%3Cpath fill='%236FAE21' d='M12.88 12.61h1.612s1.108.245.554.439c-.554.193-.554.257-.554.532v1.5c0 .215.394.676-.437.676c-.83 0-1.547-3.416-1.547-3.416zm6.3.186s-1.499.295-2.525.197c-1.026-.099-1.476-.197-1.476-.197s.715.371.97.683c.253.312.774.85 1.304.85s1.344.504 1.344.504z'/%3E%3Cpath fill='%23F7FCFF' d='M13.319 10.136s1.234.238 1.532.596c.297.357-.393.714 1.406.357s3.227-.98 3.227 0s-.157 1.883-.931 1.883h-3.444c-2.361 0-3.648.723-3.483-.44c.165-1.161 1.693-2.396 1.693-2.396'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ee{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEe0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackEe0)'%3E%3Cpath fill='%2340A8FF' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23272727' d='M0 8v8h32V8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-eg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEg0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackEg0)'%3E%3Cpath fill='%23BF2714' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23C09302' d='m12.26 10.22l1 .046l-.252 5.47l-.998-.046zm1.044.34l.998.056l-.25 4.436l-.999-.057z'/%3E%3Cpath fill='%23C09302' d='m14.348 10.892l.997.082l-.25 3.056l-.997-.082zm5.392-.672l-1 .046l.251 5.47l1-.046zm-1.044.34l-.998.056l.25 4.436l.999-.057z'/%3E%3Cpath fill='%23C09302' d='m17.652 10.892l-.997.082l.25 3.056l.997-.082zm-1.679 4.435l-.975-.224l.413-1.8l.975.223z'/%3E%3Cpath fill='%23C09302' d='m16.72 15.327l.974-.224l-.412-1.8l-.975.223z'/%3E%3Cpath fill='%23C09302' d='M16.472 15.31h-1v-1.768h1zm-1.837-4.397l1 .025l-.059 2.38l-1-.024zm1.739 0l1 .025l-.059 2.38l-1-.024z'/%3E%3Cpath fill='%23C09302' d='m13.338 15.923l.26-.966c1.06.285 1.875.427 2.43.427s1.371-.142 2.432-.427l.26.966c-1.139.306-2.031.46-2.691.46s-1.553-.154-2.691-.46m-1.056-5.7c-.066-.66.32-1.108.975-1.051c.216.019.458.082.78.192l.186.065c.443.157.563.198.588.203c-.098-.022.191-.545.258-.633c.007.056-.026.048-.106.032l-.902-.18l.642-.66a1.17 1.17 0 0 1 .865-.344c.035 0 .068-.002.176-.008l.17-.009c.625-.02 1.072.156 1.072.798c0 .23.03.599.077.879c.016.094.047.182-.045.221c.004-.033.223-.12.563-.262l.04-.017c.988-.412 1.103-.45 1.422-.257c.212.13.414.36.64.707l-.837.547c-.146-.223-.262-.358-.317-.396c.125.088-.298.228-.522.322l-.04.017c-.77.321-.87.36-1.09.36c-.599 0-.813-.613-.872-1.49c-.185.607-.735 1.374-1.19 1.374c-.198 0-.102.031-.927-.262l-.172-.06a2.7 2.7 0 0 0-.544-.143l.04-.04z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-eh{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23272727' d='M0 0v8h32V0z'/%3E%3Cpath fill='%235EAA22' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23E31D1C' d='m0 0l16 12L0 24zm21.688 15.477s-2.275-1.375-2.275-3.646s2.275-3.467 2.275-3.467c-1.018-.646-4.549.276-4.549 3.54s3.498 3.869 4.549 3.573m1.84-4.164l-1.323-1.24l.457 1.583l-1.281.607l1.573.512l.683 1.714l.3-1.587l1.553.343l-1.175-1.148l.397-1.225z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-er{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2343B764' d='M0 0v12h32V0z'/%3E%3Cpath fill='%23B4D7F4' d='M0 12v12h32V12z'/%3E%3Cpath fill='%23BE0027' d='m0 0l33 12L0 24z'/%3E%3Cpath fill='%23F3E294' d='M8.1 18.516c.126-.127.286-.24.487-.309c.012-.637.004-1.332-.035-1.992c-.053-.079-.144-.145-.304-.145c-.4 0-1.278-.342-1.278-.834c0 0 .655.296.837.148c.078-.063-.125-.258-.37-.495c-.331-.318-.739-.71-.64-.952c0 0 .642.568.78.568c.062 0 .02-.184-.023-.37c-.051-.22-.103-.442.023-.356c.23.158.871 1.246.871 1.605c0 .196.052.504.099.744v-.007a12 12 0 0 0-.116-1.105c-.289-1.8-.299-3.645.102-4.626c-.2-.124-.346-.282-.346-.462c0 0 .655.266.838.133c.078-.057-.125-.233-.37-.445c-.331-.286-.739-.64-.64-.857c0 0 .642.511.78.511c.062 0 .02-.165-.024-.332c-.05-.198-.102-.398.023-.321c.231.142.872 1.12.872 1.444v.008c.249-.308.538-.596.69-.668c.164-.077.097.123.03.321c-.055.167-.11.333-.03.333c.179 0 1.014-.512 1.014-.512c.129.218-.401.571-.831.857c-.32.213-.584.389-.483.445c.238.133 1.09-.133 1.09-.133c0 .443-1.142.75-1.662.75c-.193 0-.31.051-.38.116a9 9 0 0 0-.05 1.026c.26-.335.585-.663.75-.741c.162-.077.096.122.03.32c-.057.167-.112.333-.03.333c.178 0 1.013-.511 1.013-.511c.128.218-.402.57-.832.857c-.319.212-.583.388-.482.445c.238.133 1.09-.133 1.09-.133c0 .393-.903.68-1.468.738q.047.487.125.976c.056.346.096.743.124 1.18q.019.284.03.57c.024-.158.043-.316.043-.433c0-.36.64-1.448.872-1.605c.125-.086.074.136.023.356c-.043.186-.086.37-.023.37c.137 0 .779-.569.779-.569c.099.242-.309.635-.64.953c-.245.236-.448.432-.37.495c.183.148.838-.148.838-.148c0 .492-.879.833-1.278.833a.37.37 0 0 0-.235.07c.01.422.011.843.004 1.242c.218.071.388.196.52.333q.384-.027.758-.117c.48-.264 1.543-1.115 1.812-1.45c.204-.253.282-.752.355-1.223c.042-.27.083-.53.145-.732c.17-.551.473.67.473.86s.248-.705.248-1.333c0-.315-.062-.517-.125-.718a2.2 2.2 0 0 1-.123-.713c0-.367.214-.302.413-.111a2.6 2.6 0 0 1-.165-.877c0-.408-.051-.53-.073-.56c.02.008.073.014.185-.047c.193-.105.282.023.357.13c.066.095.12.173.222.066c.112-.118-.13-.25-.488-.449c-.344-.19-.796-.439-1.147-.791c-.717-.719.223-.966.383-.715c.16.25 1.117.532.561-.302c-.338-.507-.754-.5-1.133-.495c-.244.004-.473.007-.655-.128c-.313-.232.124-.473.362-.604c.114-.063.182-.1.102-.1c-.101 0-.231-.036-.384-.079c-.219-.06-.485-.135-.784-.135c-.508 0-1.512-.454-1.165-.454c.124 0 .307-.044.508-.092c.221-.053.464-.111.673-.122a11.6 11.6 0 0 0-2.093-.713L9.293 6a12.3 12.3 0 0 1 2.096.705a11 11 0 0 1-.319-.51c-.332-.58.706.32 1.116.916l.002.002q1.003.582 1.652 1.357V7.296c.388.133.609 1.387.725 2.33q.128.285.219.59c.15-.404.436-.831.692-.461c.305.44-.234 2.941-.432 3.805a9 9 0 0 1-.03.27c.473-.301.718-.996.844-1.353c.108-.307.127-.362.127.306c0 .863-.672 1.718-1.222 2.274q-.12.41-.28.798c.379-.12.704-.33.956-.493c.44-.286.657-.426.546.322c-.12.814-1.303 1.115-2.046 1.224q-.081.13-.168.257l-.031.038a8 8 0 0 1-.349.334l.218-.097c.29-.132.554-.252.888-.252c.202 0-.074.106-.464.255c-.462.176-1.084.414-1.266.61c-.076.083-.126.15-.167.204c-.119.158-.155.206-.529.216a5.2 5.2 0 0 1-1.801.579c.039.094.055.155.055.155H7.693s.02-.075.07-.187a5.2 5.2 0 0 1-1.586-.545h-.042c-.57 0-.597-.035-.735-.218a2 2 0 0 0-.167-.203c-.182-.197-.804-.435-1.266-.611c-.39-.15-.666-.255-.464-.255c.334 0 .598.12.888.252q.138.064.287.125c.095.039.221.085.36.133a8 8 0 0 1-.533-.495l-.032-.038q-.076-.111-.147-.225c-.688-.075-2.161-.342-2.297-1.257c-.111-.747.105-.607.546-.321c.266.172.613.396 1.02.512l.197.052a7 7 0 0 1-.213-.558c-.561-.503-1.55-1.538-1.55-2.585c0-.668.02-.613.128-.306c.129.367.384 1.09.883 1.377c0 0-.872-3.564-.502-4.099s.8.593.8.91c0 .056.005-.004.018-.141c.058-.651.274-3.041.818-3.228v1.292q.002.088.074.078a5.7 5.7 0 0 1 1.37-1.278q.124-.153.21-.277c.41-.596 1.448-1.497 1.116-.917c-.1.174-.22.358-.33.527l-.091.141Q7.573 6.34 8.95 6l.134.53q-1.206.298-2.135.734c.16.024.328.064.485.102c.201.048.384.092.508.092c.347 0-.657.454-1.165.454c-.3 0-.565.074-.784.135a1.6 1.6 0 0 1-.384.079c-.08 0-.012.037.102.1c.238.13.676.372.362.604c-.182.135-.411.132-.655.128c-.27-.004-.56-.008-.827.174q-.27.386-.45.818c.122.16.596-.025.705-.195c.16-.25 1.1-.004.383.715c-.351.352-.803.602-1.147.791a7 7 0 0 0-.295.169q-.018.147-.03.293a1 1 0 0 0 .059-.078c.075-.108.164-.236.357-.131c.112.06.165.056.185.046c-.022.03-.073.153-.073.56c0 .32-.074.628-.165.878c.199-.191.414-.256.414.111c0 .311-.062.512-.124.713a2.2 2.2 0 0 0-.125.718c0 .628.249 1.524.249 1.334s.301-1.412.472-.86c.062.2.103.46.145.73c.073.472.151.971.355 1.224c.234.29 1.064.97 1.594 1.317q.49.173 1 .23m-3.73-6.964q-.002-.003-.01.008q.01-.005.01-.008m9.285.008q-.01-.01-.01-.008q-.001.003.01.008m.179 4.393l.065-.141c-.055.054-.097.112-.065.141M9.217 10.95a3 3 0 0 1-.09.45q.035-.248.09-.45'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-es{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FFB400' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEs0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackEs0)'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v6h32V0zm0 18v6h32v-6z' clip-rule='evenodd'/%3E%3Cpath fill='%23F1F9FF' d='M5.008 10.272h1.12v5.824h-1.12z'/%3E%3Cpath fill='%23C88A02' fill-rule='evenodd' d='M6.576 9.264H4.56v.56h.336v.448H6.24v-.448h.336zm-.336 7.168h.336v.56H4.56v-.56h.336v-.448H6.24z' clip-rule='evenodd'/%3E%3Cpath fill='%23AD1619' fill-rule='evenodd' d='M5.568 9.376c.244 0 .269-.092.412-.229c.112-.106.372-.238.372-.387c0-.34-.351-.616-.784-.616s-.784.276-.784.616c0 .166.18.276.315.387c.142.117.247.229.47.229' clip-rule='evenodd'/%3E%3Cpath fill='%23005BBF' fill-rule='evenodd' d='M4.56 16.992h2.016v.896s-.252-.112-.504-.112s-.504.112-.504.112s-.252-.112-.504-.112s-.504.112-.504.112z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEs1' width='3' height='2' x='4' y='16' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4.56 16.992h2.016v.896s-.252-.112-.504-.112s-.504.112-.504.112s-.252-.112-.504-.112s-.504.112-.504.112z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23fff' mask='url(%23flagpackEs1)'%3E%3Cpath d='m4.542 17.712l-.044-.107q.272-.122.546-.122c.118 0 .18.017.284.063a.5.5 0 0 0 .24.054a.5.5 0 0 0 .24-.054a.6.6 0 0 1 .285-.063q.273 0 .546.122l-.044.107a1.2 1.2 0 0 0-.502-.112a.5.5 0 0 0-.24.054a.6.6 0 0 1-.285.063a.6.6 0 0 1-.284-.063a.5.5 0 0 0-.24-.054q-.25 0-.502.112m0-.336l-.044-.107q.272-.122.546-.122c.118 0 .18.017.284.063a.5.5 0 0 0 .24.054a.5.5 0 0 0 .24-.054a.6.6 0 0 1 .285-.063q.273 0 .546.122l-.044.107a1.2 1.2 0 0 0-.502-.112a.5.5 0 0 0-.24.054a.6.6 0 0 1-.285.063a.6.6 0 0 1-.284-.063a.5.5 0 0 0-.24-.054q-.25 0-.502.112'/%3E%3C/g%3E%3Cpath fill='%23F1F9FF' d='M15.984 10.272h1.12v5.824h-1.12z'/%3E%3Cpath fill='%23C88A02' fill-rule='evenodd' d='M17.552 9.264h-2.016v.56h.336v.448h1.344v-.448h.336zm-.336 7.168h.336v.56h-2.016v-.56h.336v-.448h1.344z' clip-rule='evenodd'/%3E%3Cpath fill='%23AD1619' fill-rule='evenodd' d='M16.544 9.376c.244 0 .268-.092.412-.229c.112-.106.372-.238.372-.387c0-.34-.351-.616-.784-.616s-.784.276-.784.616c0 .166.18.276.315.387c.142.117.247.229.469.229' clip-rule='evenodd'/%3E%3Cpath fill='%23005BBF' fill-rule='evenodd' d='M15.536 16.992h2.016v.896s-.252-.112-.504-.112s-.504.112-.504.112s-.252-.112-.504-.112s-.504.112-.504.112z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEs2' width='3' height='2' x='15' y='16' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.536 16.992h2.016v.896s-.252-.112-.504-.112s-.504.112-.504.112s-.252-.112-.504-.112s-.504.112-.504.112z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23fff' mask='url(%23flagpackEs2)'%3E%3Cpath d='m15.518 17.712l-.044-.107q.272-.122.546-.122c.118 0 .18.017.284.063a.5.5 0 0 0 .24.054a.5.5 0 0 0 .24-.054a.6.6 0 0 1 .285-.063q.273 0 .546.122l-.044.107a1.2 1.2 0 0 0-.502-.112a.5.5 0 0 0-.24.054a.6.6 0 0 1-.285.063a.6.6 0 0 1-.284-.063a.5.5 0 0 0-.24-.054q-.25 0-.502.112m0-.336l-.044-.107q.272-.122.546-.122c.118 0 .18.017.284.063a.5.5 0 0 0 .24.054a.5.5 0 0 0 .24-.054a.6.6 0 0 1 .285-.063q.273 0 .546.122l-.044.107a1.2 1.2 0 0 0-.502-.112a.5.5 0 0 0-.24.054a.6.6 0 0 1-.285.063a.6.6 0 0 1-.284-.063a.5.5 0 0 0-.24-.054q-.25 0-.502.112'/%3E%3C/g%3E%3Cpath fill='%23AD1619' fill-rule='evenodd' d='M4.988 15.68c.202-.245.315-.468.315-.704a.63.63 0 0 0-.122-.383l.013-.006c-.001 0 .221-.097.299-.134a2.6 2.6 0 0 0 .395-.232c.079-.058.185-.12.346-.207l.152-.08l.041-.023c.078-.041.137-.073.191-.105c.17-.098.281-.18.367-.288a.535.535 0 0 0-.124-.798c-.139-.095-.326-.149-.601-.192l-.057-.008l-.69-.11c.688-.115 1.671-.073 2.104.15l.41-.796c-.88-.455-2.889-.409-3.639.108c-.55.379-.476.952.096 1.198c.24.103.551.172 1.128.264a3 3 0 0 0-.251.162a1.6 1.6 0 0 1-.255.15l-.25.111l-.033.014c-.466.212-.693.505-.625 1.035l.037.287l.065.02zm-.576-.74l-.002.003zm12.294.036c0 .236.113.46.315.704l.688-.567l.065-.02l.037-.287c.067-.53-.159-.823-.625-1.035l-.032-.014c-.064-.028-.204-.09-.25-.112a1.6 1.6 0 0 1-.256-.149a3 3 0 0 0-.252-.162c.577-.092.89-.16 1.128-.264c.573-.246.647-.82.096-1.198c-.75-.517-2.758-.563-3.64-.108l.412.796c.433-.223 1.416-.265 2.104-.15q-.156.027-.354.057l-.336.053l-.057.008c-.275.043-.463.098-.601.192a.535.535 0 0 0-.124.798c.086.109.198.19.367.288c.054.032.112.064.19.105l.042.022l.152.08c.161.088.267.15.346.208c.124.09.25.163.395.232c.078.037.3.134.299.134l.013.006a.63.63 0 0 0-.122.383' clip-rule='evenodd'/%3E%3Cpath fill='%23F1F9FF' d='m5.923 12.4l.331.068v.493c-.352.281-1.246.755-1.246.755V12.4zm10.392 0l-.331.068v.493c.352.281 1.246.755 1.246.755V12.4z'/%3E%3Cpath fill='%23AD1619' fill-rule='evenodd' d='M14.776 7.206v-.164q-.864-.62-1.81-.62a3.6 3.6 0 0 0-1.835-.312v-.003c-.93-.09-1.869.315-1.869.315c-.946 0-1.81.62-1.81.62v.164l1.13 1.134s.318 1.092 2.545.836v.003s1.474-.04 1.577-.075l.128-.039c.289-.084.618-.18.814-.725zm-3.65-1.045c-.032.377-.215 2.654 0 3.007z' clip-rule='evenodd'/%3E%3Cpath fill='%23C88A02' fill-rule='evenodd' d='M8.314 8.15v-.004l-.794-.748l.077-.081l.745.701l.02-.087a1 1 0 0 0 .262.03V7.81l.166.09q.122.068.35.03c.114-.018.19-.149.214-.427l.05-.563l.169.54c.076.243.192.35.358.35c.161 0 .226-.058.233-.208l.02-.423l.192.378c.069.136.164.198.3.198c.193 0 .322-.161.322-.414h.228c0 .253.129.414.322.414c.136 0 .23-.062.3-.198l.191-.378l.02.423c.008.15.073.209.234.209c.166 0 .282-.108.358-.352l.168-.54l.05.564c.025.278.101.41.214.428q.23.036.351-.031l.165-.09v.152a1 1 0 0 0 .264-.03l.035.163l.825-.777l.077.081l-1.027.967c-.15.276-.226.458-.226.534c0 .115-.3.184-.886.254c-.46.055-1.001.092-1.445.098h-.112a14 14 0 0 1-1.445-.098c-.586-.07-.887-.139-.887-.254a.2.2 0 0 0-.008-.054a.9.9 0 0 1-.128-.31l-.089-.17l-.228-.214zm5.505.018c-.183.032-.316.029-.386-.028a.9.9 0 0 1-.386.01c-.157-.025-.267-.13-.333-.303a.5.5 0 0 1-.325.2c.717.1 1.219.244 1.219.244s-.012.106-.042.23q.048-.097.113-.217l.01-.014zm-1.768-.164a.36.36 0 0 1-.148-.134a.5.5 0 0 1-.182.103q.17.013.33.03m-.725-.053a.5.5 0 0 1-.214-.188a.5.5 0 0 1-.212.187l.154-.003h.09q.092 0 .182.004m-2.704.33l-.104-.097q.189.02.273-.044q.165.048.386.01c.157-.025.267-.13.332-.303a.5.5 0 0 0 .314.197c-.618.087-1.079.205-1.2.238m1.876-.31q-.164.012-.318.029a.36.36 0 0 0 .14-.13q.08.07.178.101m2.755.93c.079.037.141 0 .191-.07l-.008.053l-.03.015a1 1 0 0 1-.166.048a6 6 0 0 1-.592.095c-.475.057-1.04.095-1.488.097a14 14 0 0 1-1.488-.097a6 6 0 0 1-.592-.095a1 1 0 0 1-.147-.04l.012-.006c.245-.114 1.863-.222 2.154-.24c.291.018 1.91.126 2.154.24m.308-.02v.001z' clip-rule='evenodd'/%3E%3Cpath fill='%23005BBF' fill-rule='evenodd' d='M11.112 5.347a.336.336 0 1 0 0-.672a.336.336 0 0 0 0 .672' clip-rule='evenodd'/%3E%3Cpath fill='%23C88A02' fill-rule='evenodd' d='M10.894 6.997a.4.4 0 0 0 .032.102a.4.4 0 0 0-.15-.027c-.155 0-.28.076-.28.168s.125.168.28.168s.28-.075.28-.168c0 .093.126.168.28.168s.28-.075.28-.168c0-.092-.125-.168-.28-.168a.5.5 0 0 0-.11.014a.4.4 0 0 0-.002-.153c-.03-.152-.128-.26-.219-.243c-.09.018-.14.155-.111.307m.162.243v-.005zm-1.81-.03a.5.5 0 0 1-.032-.101c-.03-.152.02-.29.111-.307s.19.09.219.243q.014.083.002.153a.5.5 0 0 1 .11-.014c.155 0 .28.076.28.168s-.125.168-.28.168s-.28-.075-.28-.168v-.005v.005c0 .093-.125.168-.28.168s-.28-.075-.28-.168c0-.092.125-.168.28-.168q.084 0 .15.027m3.508.103c-.013.092-.147.149-.3.127c-.154-.021-.267-.113-.255-.205s.148-.149.301-.127a.4.4 0 0 1 .145.046a.4.4 0 0 1-.018-.105c-.008-.154.06-.283.153-.288s.175.116.183.27a.4.4 0 0 1-.019.153a.5.5 0 0 1 .11.002c.154.021.268.113.255.205s-.148.149-.301.127s-.267-.113-.254-.205m0 0v-.005zm1.066.444c.137.073.283.065.326-.017l.003-.004a.1.1 0 0 0 .047.03c.09.027.198-.07.243-.219c.045-.148.01-.29-.079-.317s-.197.071-.242.219a.5.5 0 0 0-.02.105a.4.4 0 0 0-.12-.093c-.136-.073-.282-.065-.326.016c-.043.082.032.208.168.28m-5.495.035c-.137.072-.283.065-.326-.017l-.002-.005a.1.1 0 0 1-.048.03c-.089.027-.197-.07-.243-.218s-.01-.29.08-.317c.088-.027.197.07.242.218a.5.5 0 0 1 .019.105a.4.4 0 0 1 .12-.093c.137-.073.283-.065.326.017s-.032.207-.168.28m2.662-3.716h.233v.147h.153v.233h-.153v.467h.153v.233h-.541v-.233h.155v-.467h-.155v-.233h.155z' clip-rule='evenodd'/%3E%3Cpath fill='%23C88A02' d='M10.944 5.344h.448V6.8h-.448z'/%3E%3Cpath fill='%23fff' d='M9.14 5.588V5.7c-.993-.018-1.563.127-1.708.416q-.225.447.088 1.093l-.1.05q-.337-.693-.088-1.193c.172-.343.775-.496 1.81-.478'/%3E%3Cpath fill='%23fff' d='m9.333 6.581l-.058.096c-.216-.129-.324-.35-.324-.653c0-.437.225-.692.722-.868q.476-.166 1.302.134l-.038.105q-.793-.286-1.227-.133c-.456.16-.647.378-.647.762q0 .398.27.557'/%3E%3Cpath fill='%23C88A02' d='m7.66 7.037l-.211.075c-.22-.625-.157-1.049.218-1.232q.494-.24 1.446-.2l-.01.223q-.9-.035-1.338.179c-.246.12-.291.425-.105.955'/%3E%3Cpath fill='%23C88A02' d='M10.13 5.439c-.513 0-.723.124-.843.493c-.077.234-.003.435.238.622l-.137.177c-.312-.242-.422-.539-.314-.869c.153-.47.453-.647 1.055-.647q.594-.001.916.314l.034.033v1.08h-.224v-.984q-.25-.219-.726-.22'/%3E%3Cpath fill='%23fff' d='m13.05 5.7l.001.112c.993-.018 1.563.127 1.707.416q.226.448-.087 1.093l.1.05q.336-.692.088-1.193c-.172-.343-.775-.496-1.81-.478'/%3E%3Cpath fill='%23fff' d='m12.698 6.604l.058.096c.216-.129.324-.35.324-.653c0-.436-.225-.692-.722-.867q-.475-.167-1.302.133l.038.106q.795-.287 1.227-.134c.456.16.647.379.647.762c0 .267-.09.45-.27.557'/%3E%3Cpath fill='%23C88A02' d='m14.6 7.15l.21.074c.22-.625.157-1.049-.217-1.232q-.495-.24-1.446-.2l.009.223q.901-.035 1.338.179c.247.12.292.425.105.955'/%3E%3Cpath fill='%23C88A02' d='M12.117 5.456c.513 0 .723.125.843.493c.077.235.002.435-.239.622l.138.177c.312-.242.422-.539.314-.868c-.153-.47-.454-.648-1.056-.648q-.593 0-.916.315l-.033.033v1.08h.224v-.985q.25-.218.725-.219'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='M7.472 9.264h7.28v6.54S14.212 18 11.112 18s-3.64-2.253-3.64-2.253z' clip-rule='evenodd' opacity='.3'/%3E%3Cmask id='flagpackEs3' width='8' height='9' x='7' y='9' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.472 9.264h7.28v6.54S14.212 18 11.112 18s-3.64-2.253-3.64-2.253z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackEs3)'%3E%3Cpath fill='%23FFC034' d='M7.472 13.296h3.696v4.368H7.472z'/%3E%3Cpath fill='%23AD1619' d='M7.92 13.52h.448v4.144H7.92zm1.568 0h.448v4.144h-.448zm-.784 0h.448v4.144h-.448zm1.568 0h.448v4.144h-.448zm-2.8-4.368h3.696v4.256H7.472z'/%3E%3Cpath fill='%23AD1619' d='M11.056 13.184h3.696v4.256h-3.696z'/%3E%3Cpath fill='%23F1F9FF' d='M11.056 9.264h3.92v4.144h-3.92z'/%3E%3Cpath fill='%23C88A02' fill-rule='evenodd' d='M9.04 9.6h.336v.93H9.6v-.465h.336v.464h.336v.58h-.336v1.046h.336v.581H8.256v-.58h.336V11.11h-.336v-.58h.224v-.465h.336v.464h.224z' clip-rule='evenodd'/%3E%3Cpath fill='%23C88A02' d='m12.979 9.795l.23-.245l.48.45l-.229.245z'/%3E%3Cpath fill='%23FFC034' fill-rule='evenodd' d='M14.36 16.14v-2.452h-2.8v2.432l.005.018c.141.604.624.91 1.395.91c.77 0 1.253-.298 1.395-.888zm-1.4.572c-.619 0-.957-.208-1.064-.632v-2.056h2.128v2.075c-.107.41-.445.613-1.064.613' clip-rule='evenodd'/%3E%3Cpath fill='%23FFC034' fill-rule='evenodd' d='M13.076 13.893h-.234v1.112l-.92-1l-.164.15l.831.906h-.753v.335h.772l-.85.925l.165.152l.92-1v1.299h.233v-1.183l.812.884l.165-.152l-.85-.925h.949v-.336h-.931l.832-.904l-.165-.152l-.812.884z' clip-rule='evenodd'/%3E%3Cpath fill='%23F1F9FF' fill-rule='evenodd' d='M13.483 17.443s-2.372.186-2.372-1.344c0 0-.023 1.344-2.5 1.344v1.207h4.872z' clip-rule='evenodd'/%3E%3Cpath fill='%23005BBF' fill-rule='evenodd' stroke='%23AD1619' stroke-width='1.167' d='M11.112 14.192c.464 0 .84-.401.84-.896s-.376-.896-.84-.896s-.84.401-.84.896s.376.896.84.896Z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-et{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackEt0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackEt0)'%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%232B77B8' fill-rule='evenodd' d='M16 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12' clip-rule='evenodd'/%3E%3Cpath stroke='%23FECA00' stroke-width='1.5' d='m16 14l-2.762.927l.86-2.309l-1.874-2.236h2.6L16 8l1.176 2.382h2.657l-1.93 2.236l.684 2.309z' clip-rule='evenodd'/%3E%3Cpath stroke='%232B77B8' d='m15.696 12.035l-2.085 4.36m1.757-4.915h-4m4.754 1.358l3.909 1.804m-3.064-2.768l2.83-3.098'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-fi{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackFi0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackFi0)'%3E%3Cpath fill='%232E42A5' stroke='%232E42A5' stroke-width='2' d='M10.819 1h-1v9.323H-1v4H9.819V25h4V14.323H33v-4H13.819V1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-fj{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackFj0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%2367BFE5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackFj0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M20 10h9.655v8.333S28.845 22 24.828 22C20.81 22 20 18.333 20 18.333z' clip-rule='evenodd'/%3E%3Cmask id='flagpackFj1' width='10' height='12' x='20' y='10' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M20 10h9.655v8.333S28.845 22 24.828 22C20.81 22 20 18.333 20 18.333z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackFj1)'%3E%3Cpath fill='%23C3352C' d='M20 10h9.655v3H20z'/%3E%3Cpath fill='%23C3352C' d='M24.138 12.667h1.379V22h-1.379z'/%3E%3Cpath fill='%23C3352C' d='M20 16.333h9.655v1.333H20z'/%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='M22.54 20.737c.581.82 1.054 1.141 1.389.657c.235-.34.259-.68-.076-.746a6 6 0 0 1-.41-.573l.012-.011c.094-.091.097-.213.079-.259c-.008-.062.039-.146.34-.377c.274-.209.395-.405.216-.622c-.094-.114-.179-.137-.445-.178l-.082-.013a1.4 1.4 0 0 1-.173-.036l-.186-.355a2.3 2.3 0 0 0-1.021.196l-.303.128a1 1 0 0 1-.118.046c.008-.006.02-.016.002-.016c-.07 0-.146-.008-.355-.034l-.042-.006c-.603-.075-.754-.073-.852.208c-.149.427.732 1.211 1.2 1.305c.234.047.514.272.826.686m.657-.588q.082.001.139-.013l.012-.026a.26.26 0 0 1-.151.039m-2.203-1.18q-.02-.022-.007-.059q-.002.008.016.032l.05.058a.12.12 0 0 1-.059-.032m.82.592c-.168-.034-.595-.389-.76-.56c.043.012.102.018.166.024l.085.01l.04.005c.236.03.319.038.419.038c.058 0 .046.02.039.032l-.004.008c.004.006.05-.013.277-.11l.301-.127c.177-.075.339-.124.516-.145a.4.4 0 0 0 .148.22c.106.083.227.118.433.152c-.257.211-.386.388-.427.56c-.23.074-.21.335-.07.595c.096.182.279.439.55.78l.196.093a.16.16 0 0 1-.114-.046c-.031-.025-.05-.04-.092.02c-.002.004-.184-.119-.572-.667c-.383-.51-.753-.806-1.132-.882m1.219.3q.004-.005.002-.011zm.16-.212h-.015zm.004 0h-.004z' clip-rule='evenodd'/%3E%3Cpath stroke='%23964C36' d='M21.655 16.11s-.477-.66-.477-.895'/%3E%3Cpath stroke='%232A8E51' d='M21.359 15.543s-.61-.26-.61 0m.6-.274s-.43-.546-.752-.546s-.315.273-.315.273m.822-.274s-.191-.893-.498-.893s-.307.447-.307.447m.882.444s-.085-.765.31-.765'/%3E%3Cpath stroke='%23964C36' d='M22.261 15.981s-.223-.783-.142-1.004'/%3E%3Cpath stroke='%232A8E51' d='M22.177 15.347s-.484-.454-.573-.209m.657-.052s-.216-.66-.52-.77c-.303-.11-.389.149-.389.149m.866.023s.125-.904-.163-1.01c-.288-.104-.44.316-.44.316m.676.719s.182-.748.553-.613'/%3E%3Cpath stroke='%23964C36' stroke-width='.7' d='M22.752 16.26s.316-.75.264-.98'/%3E%3Cpath stroke='%232A8E51' stroke-width='.7' d='M22.913 15.64s.536-.39.595-.137m-.647-.131s.295-.629.61-.701c.314-.073.368.195.368.195m-.862-.082s-.015-.913.284-.982c.3-.07.4.366.4.366m-.761.632s-.088-.766-.473-.677m4.271 1.679s.242-1.114.93-1.114c.69 0 .997 1.177.997 1.177'/%3E%3Cpath stroke='%232A8E51' stroke-width='.7' d='M26.13 15.042s.37-.658 1.594-.604c1.224.053 1.447.604 1.447.604m-3.289-.837s.672-.832 1.614-.127l.32.127s.32-.943 1.866 0'/%3E%3Cpath stroke='%23964C36' d='M27.738 16.037s.05-1.04.214-1.325m1.147 3.602s-.618-.29-.803 0s-2.413 2.962-2.413 2.962'/%3E%3Cpath fill='%23FFF203' fill-rule='evenodd' d='m26.964 18.595l1.381.965s.636-.453.318-.709s-1.184-.707-1.184-.707z' clip-rule='evenodd'/%3E%3Cpath fill='%2300A651' fill-rule='evenodd' d='M26.917 18.645s-.32.334-.32.59s-.298.942-.298.942s.832.513 1.005.186c.173-.326 1.296-.13 1.098-.63c-.198-.498-1.485-1.088-1.485-1.088' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD100' fill-rule='evenodd' d='M21.056 11.182s.738-.378 1.103 0c.365.379.664-.031.664-.26c0-.228.58-1.011.58-.375s-.181.994.328.994c.51 0 2.803-.878 3.353-.618s.971.195.831-.178c-.14-.372-.499-.605-1.19-.402c-.693.204-.53.402-1.127.402c-.598 0-1.264-.198-1.264-.198s.187-.334.87-.097c.682.238 1.624-.294 1.88-.294s.961-.016 1.031.187s.496.39.171.58s-.86.308-.491.55c.368.244 1.214.197 1.255.45c.041.252.442.63.281.63s-.452.355-.723.246s-.303-.203-.043-.29c.26-.088.258-.457.043-.457c-.214 0-.11.129-.597 0c-.488-.13-1.134-.273-1.095 0s.356.692-.23.748c-.586.055-.86.28-.974.099c-.114-.18-.522-.421-.202-.498c.321-.078.627.262.743.207s.377-.087.158-.322c-.22-.234-.58-.373-.246-.548c.335-.176.071-.18-.567.184c-.639.364-.994.674-1.554.63c-.561-.044-.771.015-.951-.044s-1.058.652-1.31.472c-.253-.18-1.069-.25-.922-.472s.344-.336.564-.222s.438.229.585.115c.149-.115.576-.507.469-.585c-.108-.078-.004-.342-.613-.342s-.823.294-.968.109c-.144-.186.158-.4.158-.4' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-fk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackFk0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackFk0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath stroke='%23B85F3C' d='M22.963 18.394s.984.942.39 1.58c-.594.64-1.139.268-1.139.268m6.836-1.848s-.984.942-.39 1.58c.594.64 1.139.268 1.139.268'/%3E%3Cpath stroke='%23CB8B73' d='M22.32 19.153s1.696 1.62 3.78 1.62s3.76-1.238 3.76-1.238'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-fm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2363B3E1' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackFm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23F7FCFF' fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackFm0)'%3E%3Cpath d='m16 7.3l-1.763.927l.336-1.963l-1.426-1.391l1.971-.287L16 2.8l.882 1.786l1.971.287l-1.426 1.39l.336 1.964zm0 12l-1.763.927l.336-1.963l-1.426-1.391l1.971-.287L16 14.8l.882 1.787l1.971.286l-1.426 1.39l.336 1.964zm-6.2-5.8l-1.763.927l.336-1.963l-1.426-1.391l1.971-.287L9.8 9l.882 1.787l1.971.286l-1.426 1.39l.336 1.964zm12.2 0l-1.763.927l.336-1.963l-1.426-1.391l1.971-.287L22 9l.882 1.787l1.971.286l-1.426 1.39l.336 1.964z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-fo{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackFo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackFo0)'%3E%3Cpath fill='%23F50100' stroke='%232E42A5' stroke-width='2' d='M10-1H9V9H-1v6H9v10h6V15h18V9H15V-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-fr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50100' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ga{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2340A8FF' d='M0 16h32v8H0z'/%3E%3Cpath fill='%23FECA00' d='M0 8h32v8H0z'/%3E%3Cpath fill='%2373BE4A' d='M0 0h32v8H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gb{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0v24h32V0z'/%3E%3Cpath fill='%23F50302' d='M18 0h-4v10H0v4h14v10h4V14h14v-4H18z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gd{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M6 6h20v12H6z' clip-rule='evenodd'/%3E%3Cmask id='flagpackGd0' width='20' height='12' x='6' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6 6h20v12H6z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackGd0)'%3E%3Cpath fill='%2323875F' d='m6 6l10 6l-10 6zm20 0l-10 6l10 6z'/%3E%3Cpath fill='%23C51918' d='M16 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8'/%3E%3Cpath fill='%23FECA00' d='m15.93 13.313l-2.072 1.437l.662-2.46L13 10.717l2.059-.085l.87-2.433l.871 2.433h2.055l-1.516 1.656l.76 2.316z'/%3E%3C/g%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m8.777 4.442l1.131-.702l1.186.631l-.415-1.131l.829-.81h-1.124l-.476-1.188l-.476 1.189l-1.125.041l.831.768zm6 0l1.131-.702l1.186.631l-.415-1.131l.829-.81h-1.124l-.476-1.188l-.476 1.189l-1.125.041l.831.768zm7.131-.702l-1.131.702l.361-1.202l-.83-.768l1.125-.041l.475-1.189l.476 1.189h1.124l-.83.809l.416 1.131zM8.776 22.167l1.131-.702l1.186.631l-.415-1.13l.829-.81h-1.124l-.476-1.189l-.475 1.189l-1.125.041l.83.768zm7.132-.702l-1.132.702l.361-1.202l-.83-.768l1.124-.041l.477-1.189l.475 1.189h1.124l-.83.81l.416 1.13zm4.868.702l1.131-.702l1.186.631l-.415-1.13l.828-.81h-1.123l-.476-1.189l-.476 1.189l-1.125.041l.831.768z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M8.635 12.772s.538.48.832.643c.1-.384-.125-1.252-.125-1.252c-.063-.208-.758-.58-.758-.58s-.195.656.05 1.189' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M9.196 13.93s-1.383-.646-1.524-1.56c-.14-.913.158-2.37.158-2.37s2.246.51 2.399 1.606c.152 1.095-.355 1.783-.355 1.783s-.52-1.335-1.01-1.483c0 0 0 1.323.332 2.024' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ge{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackGe0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23E31D1C' fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackGe0)'%3E%3Cpath d='M14 0h4v10h14v4H18v10h-4V14H0v-4h14z'/%3E%3Cpath d='M9.999 17.222L12.2 17v2s-2.201-.138-2.201-.098S10.2 21 10.2 21h-2l.16-2H6.2v-2l2.16.222L8.2 15h2zm0-12L12.2 5v2s-2.201-.138-2.201-.098S10.2 9 10.2 9h-2l.16-2H6.2V5l2.16.222L8.2 3h2zm14 0L26.2 5v2s-2.201-.138-2.201-.098S24.2 9 24.2 9h-2l.16-2H20.2V5l2.16.222L22.2 3h2zm0 12L26.2 17v2s-2.201-.138-2.201-.098S24.2 21 24.2 21h-2l.16-2H20.2v-2l2.16.222L22.2 15h2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackGg0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackGg0)'%3E%3Cpath fill='%23E31D1C' d='M12 0h8v8h12v8H20v8h-8v-8H0V8h12z'/%3E%3Cpath fill='%23FECA00' d='M13.006 3.046L14 4.8V10H6.865v-.057l-1.759-.998v5.96L6.771 14H14v5.051l-.995 1.754h5.96l-.956-1.759H18V14h7.2l1.665.906v-5.96l-1.759.997V10H18V4.805h.009l.957-1.759z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gh{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%235EAA22' d='M0 16h32v8H0z'/%3E%3Cpath fill='%23FECA00' d='M0 8h32v8H0z'/%3E%3Cpath fill='%23E11C1B' d='M0 0h32v8H0z'/%3E%3Cpath fill='%231D1D1D' d='m16.075 14.49l-3.485 2.418l1.114-4.14l-2.944-2.646l3.85-.143l1.465-4.095l1.466 4.095h3.827l-2.92 2.788l1.278 3.897z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gi{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 16h32v8H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23DB000B' fill-rule='evenodd' d='M17.389 5H13.61v4.615h-.944V6.846H8.889v2.77H7v.923h.944v4.615H7v.923h17v-.923h-.944v-4.615H24v-.924h-1.889V6.846h-3.778v2.77h-.944z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='M9.833 8.59a.82.82 0 0 1 1.64 0V9.8h-1.64zm9.445 0a.82.82 0 0 1 1.64 0V9.8h-1.64z'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M9.567 13.47a1.086 1.086 0 0 1 2.173 0v1.868H9.567z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='M19.012 13.47a1.086 1.086 0 0 1 2.172 0v1.868h-2.172z'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M13.895 13.64a1.392 1.392 0 0 1 2.783 0v2.67h-2.783z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='M14.556 7.666a.82.82 0 1 1 1.64 0V9.8h-1.64z'/%3E%3Cpath fill='%23DE1A23' d='M7 8.692h.944v.923H7z'/%3E%3Cpath fill='%23DE1A23' fill-rule='evenodd' d='M8.5 6h1v1h-1zm3.818 0h1v1h-1zm-.568 0h-1.5v1h1.5zm6.34 0h1v1h-1zm3.728 0h1v1h-1zm-.614 0h-1.5v1h1.5zM13.8 4.023h-1v1h1zm1.5 0h-1v1h1zm.5 0h1v1h-1zm2.5 0h-1v1h1z' clip-rule='evenodd'/%3E%3Cpath fill='%23DE1A23' d='M22.999 8.775h1v.839h-1z'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='m15.44 18.453l2.712-1.774l-2.894-1.353l-2.894 1.663zm-1.06-1.611l.888-.595l.937.51l-.843.552zm-.904 4.165h1.473v1.107v-.374h-.915v.374h-.558z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M14.816 18.114h1.25v4h-1.25z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 12h32v12H0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackGl0' width='32' height='12' x='0' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 12h32v12H0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackGl0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v12H0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackGl1' width='32' height='12' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0h32v12H0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackGl1)'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M12 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 16h32v8H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0h32v8H0z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' stroke='%23fff' stroke-width='3' d='M0 8.5h-1.5v7h35v-7z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FBCD17' d='M10 0h12v24H10z'/%3E%3Cpath fill='%230B9E7A' d='M22 0h10v24H22z'/%3E%3Cpath fill='%23E11C1B' d='M0 0h10v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gq{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackGq0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackGq0)'%3E%3Cpath fill='%23009D00' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23fff' d='M0 8v8h32V8z'/%3E%3Cpath fill='%23F80000' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3Cpath fill='%230075D5' fill-rule='evenodd' d='M0 0v24l8-11.848z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD500' stroke='%23000' stroke-width='.05' d='m14.57 8.883l-.013.003l-.01-.01l-.206-.19l-.026.28l-.001.013l-.011.007l-.246.137l.258.111l.013.006l.002.012l.055.276l.186-.211l.008-.01l.013.002l.28.033l-.144-.242l-.007-.012l.006-.012l.118-.255zm1 0l-.013.003l-.01-.01l-.206-.19l-.026.28l-.001.013l-.011.007l-.246.137l.258.111l.013.006l.002.012l.055.276l.186-.211l.008-.01l.013.002l.28.033l-.144-.242l-.007-.012l.006-.012l.118-.255zm1 0l-.013.003l-.01-.01l-.206-.19l-.026.28l-.001.013l-.012.007l-.245.137l.259.111l.012.006l.002.012l.055.276l.186-.211l.008-.01l.014.002l.279.033l-.144-.242l-.007-.012l.006-.012l.118-.255zm1 0l-.013.003l-.01-.01l-.206-.19l-.026.28l-.001.013l-.012.007l-.245.137l.259.111l.012.006l.002.012l.055.276l.186-.211l.008-.01l.014.002l.279.033l-.144-.242l-.007-.012l.006-.012l.118-.255zm1 0l-.013.003l-.01-.01l-.206-.19l-.026.28l-.001.013l-.012.007l-.245.137l.259.111l.012.006l.002.012l.055.276l.186-.211l.008-.01l.014.002l.279.033l-.144-.242l-.007-.012l.006-.012l.118-.255zm1 0l-.013.003l-.01-.01l-.206-.19l-.026.28l-.001.013l-.012.007l-.245.137l.259.111l.012.006l.002.012l.055.276l.186-.211l.008-.01l.014.002l.279.033l-.144-.242l-.007-.012l.006-.012l.118-.255z'/%3E%3Cpath stroke='%23373737' stroke-width='.1' d='M15.05 10.05h3.9V13a1.95 1.95 0 1 1-3.9 0z'/%3E%3Cpath fill='%236F3E1D' fill-rule='evenodd' d='M16.726 11.96s-.201 2.365-.403 2.508c-.201.144.965.215 1.077.108s-.509-2.035-.296-2.616s.557-.629.557-.629s-.433-.091-.557.083c-.123.175-.492-.082-.492-.082z' clip-rule='evenodd'/%3E%3Cpath fill='%23009D29' fill-rule='evenodd' d='M16.682 11.826h-.155s-.105.41-.346.205s-.581-.132-.581-.132s.03-.246.4-.344s.527-.891.527-.891s.524-.195.842.204c.319.4.768.23.768.23s.328.186.164.457s-.444.47-.688.271s-.93 0-.93 0' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%234564F9' fill-rule='evenodd' d='M0 5.5h32v2.957H0zm0 5.315h32v2.957H0zm32 5.128H0V18.9h32zM0 0h32v3H0z' clip-rule='evenodd'/%3E%3Cpath fill='%234564F9' d='M0 21h32v3H0z'/%3E%3Cpath fill='%234564F9' fill-rule='evenodd' d='M0 0h15v13.8H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6 0h3v5.504h6v2.935H9V14.5H6V8.439H0V5.504h6z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2358A5FF' fill-rule='evenodd' d='M22 0h10v24H22zM0 0h12v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10 0h12v24H10z' clip-rule='evenodd'/%3E%3Cpath fill='%236C301F' fill-rule='evenodd' d='m11.768 15.718l.522.683l2.37-3.211v-.569z' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' d='m13.404 12.136l.174-.239c2.243 1.687 3.833 2.982 4.722 4.062l-.555.457c-.845-1.026-2.139-2.625-4.34-4.28m3.616-1.41l-.258-.25l1.415-1.46l.31.301l1.468-1.367l.245.263l-1.719 1.6l-.297-.288z'/%3E%3Cpath fill='%235AB92D' fill-rule='evenodd' d='M12.506 8.445c-.076-.328-.16-.733-.16-.733q-.287.649-.174 1.176q-.12.167-.219.312c-.203-.27-.458-.772-.458-.772c.01.146.005.296.001.44c-.009.342-.017.66.143.858l-.002.004a5 5 0 0 0-.09.197c-.222-.22-.588-.617-.588-.617q.042.715.4 1.118a4 4 0 0 0-.108.416c-.185-.191-.363-.38-.363-.38c.026.434.098.721.287.962a4 4 0 0 0-.006.205c-.195-.202-.394-.412-.394-.412c.027.458.206.76.442 1.01q.035.22.095.431l.022.075a38 38 0 0 1-.557-.275c.173.4.427.621.715.776q.093.27.195.52a40 40 0 0 1-.778-.225c.276.419.615.585.98.681q.111.234.232.446a46 46 0 0 1-.643-.187c.268.406.596.575.948.672c.233.33.482.602.742.805c-.287.13-.647.286-.647.286c.407.12.732.075 1.03-.04l.034.017q.192.093.434.176c-.235.104-.459.2-.459.2a1.5 1.5 0 0 0 1.009-.031l.032.008c.142.04.288.076.48.124l.436.108c.304.078.477.132.56.179l.017.01l.005.002l.232-.169a.34.34 0 0 0-.113-.094c-.114-.064-.299-.122-.63-.207l-.445-.11a20 20 0 0 1-.588-.154a1.5 1.5 0 0 0-.214-.976s-.09.552-.152.864a4 4 0 0 1-.48-.19a2 2 0 0 1-.138-.073a1.5 1.5 0 0 0-.381-.94s.004.351.003.655a3.8 3.8 0 0 1-.548-.64l.123.066c.013-.39-.047-.773-.384-1.166c0 0 .005.379.003.69a7 7 0 0 1-.314-.617a1.5 1.5 0 0 0-.033-1.023s-.088.25-.18.503l-.08-.219c.189-.316.31-.667.22-1.15c0 0-.215.382-.378.658l-.033-.113a4 4 0 0 1-.083-.368c.268-.227.486-.511.563-.974c0 0-.36.308-.61.513a4 4 0 0 1 .003-.311c.29-.176.539-.416.69-.841c0 0-.355.21-.632.366q.03-.157.073-.316v.01c.344-.182.646-.426.819-.914c0 0-.356.21-.633.367a3.6 3.6 0 0 1 .33-.628c.306-.097.592-.265.835-.62c0 0-.245.07-.5.138q.221-.302.52-.675l-.225-.18z' clip-rule='evenodd'/%3E%3Cpath fill='%235AB92D' fill-rule='evenodd' d='M19.634 8.445c.075-.328.16-.733.16-.733q.287.649.173 1.176q.121.167.22.312c.203-.27.457-.772.457-.772a5 5 0 0 0 0 .44c.008.342.017.66-.143.858l.002.004q.048.098.09.197c.221-.22.588-.617.588-.617c-.03.476-.16.85-.4 1.118q.065.21.107.416c.185-.191.364-.38.364-.38c-.026.434-.099.721-.288.962q.006.103.006.205c.196-.202.395-.412.395-.412c-.028.458-.207.76-.442 1.01a4 4 0 0 1-.096.431l-.021.075c.266-.128.557-.275.557-.275c-.174.4-.427.621-.716.776q-.092.27-.195.52c.313-.085.779-.225.779-.225c-.277.419-.616.585-.98.681a7 7 0 0 1-.232.446c.296-.083.643-.187.643-.187c-.269.406-.596.575-.949.672c-.232.33-.481.602-.741.805c.286.13.647.286.647.286a1.5 1.5 0 0 1-1.03-.04l-.035.017q-.191.093-.433.176c.235.104.458.2.458.2a1.5 1.5 0 0 1-1.008-.031l-.032.008c-.143.04-.288.076-.48.124l-.436.108c-.304.078-.478.132-.56.179l-.018.01l-.004.002l-.233-.169a.34.34 0 0 1 .113-.094c.114-.064.3-.122.63-.207l.446-.11a20 20 0 0 0 .588-.154a1.5 1.5 0 0 1 .213-.976s.091.552.153.864q.274-.092.48-.19q.068-.032.137-.073a1.5 1.5 0 0 1 .381-.94s-.004.351-.002.655q.285-.26.548-.64l-.123.066c-.014-.39.047-.773.383-1.166c0 0-.004.379-.002.69q.165-.286.313-.617a1.5 1.5 0 0 1 .034-1.023s.088.25.18.503l.08-.219c-.189-.316-.31-.667-.22-1.15c0 0 .214.382.378.658l.033-.113q.051-.182.083-.368a1.53 1.53 0 0 1-.563-.974s.36.308.61.513a4 4 0 0 0-.004-.311a1.52 1.52 0 0 1-.689-.841s.355.21.631.366a4 4 0 0 0-.073-.316v.01c-.344-.182-.646-.426-.818-.914c0 0 .356.21.633.367a3.7 3.7 0 0 0-.33-.628a1.5 1.5 0 0 1-.836-.62s.246.07.5.138q-.22-.302-.519-.675l.225-.18z' clip-rule='evenodd'/%3E%3Cpath fill='%23EFE298' fill-rule='evenodd' d='m13.417 9.323l1.207 3.2h-.887s-.32 1.009.284 1.009h3.714s.404-.253.202-1.01c-.202-.756-1.224-2.845-1.224-2.845s.437-.346.437-.603s-.437-.285-.437-.285h-2.755c-.352.057-.54.534-.54.534' clip-rule='evenodd'/%3E%3Cpath fill='%23C5A042' d='m14.444 10.5l1.875-.116z'/%3E%3Cpath stroke='%23B47D00' stroke-width='.5' d='m14.444 10.5l1.875-.116'/%3E%3Cpath fill='%23C5A042' d='m14.9 11.521l1.875-.116z'/%3E%3Cpath stroke='%23B47D00' stroke-width='.5' d='m14.9 11.521l1.875-.116'/%3E%3Cpath fill='%23C5A042' d='m15.257 12.541l1.874-.116z'/%3E%3Cpath stroke='%23B47D00' stroke-width='.5' d='m15.257 12.541l1.874-.116'/%3E%3Cpath fill='%235AB92D' fill-rule='evenodd' d='M15.88 7.588s-.288.058-.288.24c0 .183-.078.339-.078.339s.088.832.746 1.025c.659.193 1.044.24 1.322.626c.277.388 1.127 1.48.786 2.424c-.341.943-.609 1.424-.609 1.424s1.244-1.171 1.244-1.727c0-.555-.184-1.093-.735-1.799c-.55-.705-.807-1.117-1.218-1.435c-.41-.317-.998-.61-.998-.61s.21-.224.105-.33a1 1 0 0 0-.277-.177' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%234564F9' fill-rule='evenodd' d='M4 4h24v16H4z' clip-rule='evenodd'/%3E%3Cpath stroke='%23CBDAFF' stroke-opacity='.1' stroke-width='2' d='M5 5h22v14H5z'/%3E%3Cmask id='flagpackGu0' width='24' height='16' x='4' y='4' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4 4h24v16H4z' clip-rule='evenodd'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M5 5h22v14H5z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackGu0)'%3E%3Cpath stroke='%23C1C9F1' stroke-opacity='.118' stroke-width='2.9' d='m16.5 5l.607-1.317l-.621-.286l-.616.297zm0 0a227 227 0 0 1 .608-1.317l.003.002l.006.003l.019.009a6 6 0 0 1 .265.131a15.3 15.3 0 0 1 2.785 1.858c1.48 1.25 3.264 3.307 3.264 6.067c0 2.731-1.755 4.906-3.21 6.265a17.2 17.2 0 0 1-3.013 2.237l-.018.01l-.006.003l-.002.001H17.2L16.5 19m0-14l-.63-1.306h-.002l-.002.002l-.006.003l-.018.009l-.06.03q-.075.037-.203.106a16 16 0 0 0-2.771 1.893c-1.465 1.252-3.258 3.31-3.258 6.016c0 2.677 1.762 4.853 3.204 6.215a18 18 0 0 0 2.941 2.24l.058.035l.017.01l.006.003l.002.002h.001L16.5 19m0 0l.7 1.27l-.714.393l-.706-.404z'/%3E%3Cpath fill='%23CCE0E5' d='m16.4 6.037l.687-1.277l-.703-.378l-.695.391zm0 0l.688-1.277l.003.002l.005.003l.016.009a5 5 0 0 1 .207.12a11.7 11.7 0 0 1 2.098 1.633c1.124 1.107 2.433 2.89 2.433 5.24c0 2.328-1.286 4.205-2.382 5.399a13.4 13.4 0 0 1-2.06 1.819l-.2.137l-.015.01l-.006.003l-.002.002l-.785-1.22m0-11.88a206 206 0 0 0-.712-1.263l-.003.001l-.005.003l-.016.01a5 5 0 0 0-.204.123a12.3 12.3 0 0 0-2.084 1.66c-1.11 1.107-2.426 2.89-2.426 5.197c0 2.281 1.293 4.16 2.376 5.354a14 14 0 0 0 2.2 1.955l.046.031l.014.01l.005.003l.002.002h.001l.806-1.205m0 0l.784 1.22l-.8.513l-.789-.527z'/%3E%3Cpath stroke='%23C1C9F1' stroke-opacity='.748' stroke-width='2.9' d='m16.4 6.037l.687-1.277l-.703-.378l-.695.391zm0 0l.688-1.277l.003.002l.005.003l.016.009a5 5 0 0 1 .207.12a11.7 11.7 0 0 1 2.098 1.633c1.124 1.107 2.433 2.89 2.433 5.24c0 2.328-1.286 4.205-2.382 5.399a13.4 13.4 0 0 1-2.06 1.819l-.2.137l-.015.01l-.006.003l-.002.002l-.785-1.22m0-11.88a206 206 0 0 0-.712-1.263l-.003.001l-.005.003l-.016.01a5 5 0 0 0-.204.123a12.3 12.3 0 0 0-2.084 1.66c-1.11 1.107-2.426 2.89-2.426 5.197c0 2.281 1.293 4.16 2.376 5.354a14 14 0 0 0 2.2 1.955l.046.031l.014.01l.005.003l.002.002h.001l.806-1.205m0 0l.784 1.22l-.8.513l-.789-.527z'/%3E%3Cpath stroke='%23C51918' stroke-width='2.9' d='m16.4 6.037l.687-1.277l-.703-.378l-.695.391zm0 0l.688-1.277l.003.002l.005.003l.016.009a5 5 0 0 1 .207.12a11.7 11.7 0 0 1 2.098 1.633c1.124 1.107 2.433 2.89 2.433 5.24c0 2.328-1.286 4.205-2.382 5.399a13.4 13.4 0 0 1-2.06 1.819l-.2.137l-.015.01l-.006.003l-.002.002l-.785-1.22m0-11.88a206 206 0 0 0-.712-1.263l-.003.001l-.005.003l-.016.01a5 5 0 0 0-.204.123a12.3 12.3 0 0 0-2.084 1.66c-1.11 1.107-2.426 2.89-2.426 5.197c0 2.281 1.293 4.16 2.376 5.354a14 14 0 0 0 2.2 1.955l.046.031l.014.01l.005.003l.002.002h.001l.806-1.205m0 0l.784 1.22l-.8.513l-.789-.527z'/%3E%3Cmask id='flagpackGu1' width='9' height='12' x='12' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M17.332 15.205c-.32.348-.64.646-.92.883a11 11 0 0 1-.938-.914c-.917-1.011-1.624-2.208-1.624-3.406c0-1.174.684-2.256 1.574-3.144a9 9 0 0 1 .989-.852c.289.21.63.487.97.82c.876.864 1.567 1.945 1.567 3.176c0 1.254-.714 2.451-1.618 3.437m-1.623-7.893h.002z'/%3E%3Cpath stroke='%23fff' stroke-width='2.9' d='M17.332 15.205c-.32.348-.64.646-.92.883a11 11 0 0 1-.938-.914c-.917-1.011-1.624-2.208-1.624-3.406c0-1.174.684-2.256 1.574-3.144a9 9 0 0 1 .989-.852c.289.21.63.487.97.82c.876.864 1.567 1.945 1.567 3.176c0 1.254-.714 2.451-1.618 3.437Zm-1.623-7.893h.002z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackGu1)'%3E%3Cpath fill='%2391CBCB' d='M12.933 14H20.4v1.5h-7.467z'/%3E%3Cpath fill='%23FDF9A1' fill-rule='evenodd' d='M13.602 15.198s5.294.002 5.78-.18c.487-.184-.913 3.507-2.702 3.507s-3.078-3.327-3.078-3.327' clip-rule='evenodd'/%3E%3Cpath fill='%23A68861' d='m18.594 14.755l-.951.732c-1.5-1.948-2.128-3.963-1.86-6.02l1.19.156c-.224 1.722.307 3.425 1.62 5.132'/%3E%3Cpath fill='%23239E46' fill-rule='evenodd' d='m16.394 9.637l-.908 1.063c-.034.04-.098.007-.086-.044l.312-1.326h-1.42c-.054 0-.07-.074-.02-.095l1.213-.532l-.86-1.135c-.031-.04.01-.095.057-.077l1.354.528l.309-1.244c.013-.05.085-.05.097 0l.308 1.244l1.341-.523c.048-.018.09.04.057.079l-.93 1.128l1.283.531c.05.021.036.096-.019.096h-1.264l.193 1.357c.007.05-.055.077-.088.039zM15.6 13h4.8v1.05h-4.8z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M14.872 12.393h-.005a.22.22 0 0 1-.101.128a.4.4 0 0 1-.21.051a.5.5 0 0 1-.187-.037a.4.4 0 0 1-.147-.108a.5.5 0 0 1-.095-.178a.8.8 0 0 1-.034-.245q0-.138.033-.244a.5.5 0 0 1 .096-.178a.4.4 0 0 1 .15-.11a.5.5 0 0 1 .196-.037q.15 0 .251.066a.44.44 0 0 1 .155.175l-.11.066a.3.3 0 0 0-.114-.139a.3.3 0 0 0-.182-.05a.3.3 0 0 0-.134.026a.3.3 0 0 0-.173.187a.4.4 0 0 0-.024.148v.178q0 .081.024.149a.3.3 0 0 0 .176.187q.063.026.144.026a.4.4 0 0 0 .11-.015a.3.3 0 0 0 .09-.045a.21.21 0 0 0 .085-.181v-.109h-.247v-.116h.378v.565h-.125zm.835-.94v.681q0 .158.06.239q.059.081.207.081q.15 0 .208-.081a.4.4 0 0 0 .06-.239v-.68h.134v.649q0 .12-.022.208a.4.4 0 0 1-.07.146a.3.3 0 0 1-.125.087a.6.6 0 0 1-.19.028a.5.5 0 0 1-.187-.028a.3.3 0 0 1-.123-.087a.4.4 0 0 1-.066-.146a1 1 0 0 1-.02-.208v-.65zm1.957 1.1l-.112-.324h-.451l-.112.324h-.136l.39-1.1h.171l.39 1.1zm-.334-.976h-.008l-.19.535h.386zm1.85.05h-.007l-.095.184l-.267.48l-.267-.48l-.094-.184h-.008v.926h-.132v-1.1h.18l.32.593h.008l.321-.592h.173v1.1h-.131z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FBCD17' d='M16 0h16v12H16z'/%3E%3Cpath fill='%230B9E7A' d='M16 12h16v12H16z'/%3E%3Cpath fill='%23E11C1B' d='M0 0h16v24H0z'/%3E%3Cpath fill='%231D1D1D' d='m8.93 14.606l-3.485 2.418l1.114-4.141L4 10.238l3.465-.143L8.93 6l1.466 4.095h3.458l-2.552 2.788l1.278 3.897z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-gy{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' stroke='%23F7FCFF' stroke-width='2' d='M1 22.587V1.413L30.995 12z'/%3E%3Cpath fill='%23E11C1B' stroke='%23272727' stroke-width='2' d='M-1 23.955V.045L14.371 12z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-hk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23EA1A1A' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackHk0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackHk0)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.87 11.575s-5.79-5.163 1.119-8.172c0 0 2.009 2.217.502 4.705c-.495.816-.912 1.4-1.225 1.837c-.643.897-.85 1.187-.396 1.63M7.325 7.868c-.398 7.524 6.81 4.654 6.81 4.654c-.6.207-.766-.107-1.281-1.082a27 27 0 0 0-1.096-1.918c-1.552-2.46-4.433-1.654-4.433-1.654m10.913 3.96s7.432 2.224 2.448 7.876c0 0-2.76-1.158-2.448-4.05a27 27 0 0 1 .332-2.182c.201-1.085.266-1.436-.332-1.645m-1.953 1.734s1.332 7.642-5.951 5.71c0 0-.199-2.985 2.528-4a27 27 0 0 1 2.1-.679c1.061-.304 1.403-.403 1.323-1.031m9.194-3.287c-4.556-6.002-8.205.843-8.205.843c.323-.544.653-.412 1.676 0c.5.201 1.165.469 2.076.757c2.773.876 4.453-1.6 4.453-1.6' clip-rule='evenodd'/%3E%3Cpath fill='%23EA1A1A' d='m9.95 10.342l.422-.268c.927 1.458 2.129 2.175 3.63 2.175v.5c-1.68 0-3.037-.81-4.052-2.407'/%3E%3Cpath fill='%23EA1A1A' fill-rule='evenodd' d='M21.75 10.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-1.791 4.978a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-6 2a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-4-7a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m6-3a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5' clip-rule='evenodd'/%3E%3Cpath fill='%23EA1A1A' d='m15.635 7.053l.44.238c-.833 1.536-.892 2.953-.187 4.279l-.442.235c-.787-1.481-.72-3.075.189-4.752m6.38 2.633l-.075.494c-1.956-.296-3.42.116-4.422 1.23l-.372-.335c1.125-1.249 2.758-1.71 4.869-1.39'/%3E%3Cpath fill='%23EA1A1A' d='m20.351 15.365l-.49.098c-.39-1.939-1.279-3.173-2.668-3.734l.188-.464c1.558.63 2.549 2.007 2.97 4.1m-6.444 1.785l-.26-.427c1.688-1.03 2.544-2.287 2.597-3.784l.5.017c-.06 1.68-1.015 3.082-2.838 4.194'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-hn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackHn0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%234564F9' fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackHn0)'%3E%3Cpath d='M0 0v8h32V0zm0 16v8h32v-8zm16.402-3.33l-.866.448l.165-.947l-.701-.74h.969l.433-.931l.433.93h.97l-.702.74l.166.948zm-6.084-2.167l-.866.447l.165-.947l-.701-.74h.969l.433-.931l.433.93h.97l-.702.74l.166.948zm0 4.2l-.866.447l.165-.947l-.701-.74h.969l.433-.931l.433.93h.97l-.702.74l.166.948zm12-4.2l-.866.447l.165-.947l-.701-.74h.969l.433-.931l.433.93h.97l-.702.74l.166.948zm0 4.2l-.866.447l.165-.947l-.701-.74h.969l.433-.931l.433.93h.97l-.702.74l.166.948z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-hr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackHr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackHr0)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='M10.076 6.397h11.4v4h-11.4z'/%3E%3Cpath fill='%23F7FCFF' stroke='%23E31D1C' stroke-width='1.125' d='M10.652 8.96h10.129c.017.769.022 2.11.022 3.401a638 638 0 0 1-.008 2.945v.226l-.001.003l-.024.123a5.5 5.5 0 0 1-.815 1.9c-.694 1.015-1.955 2.057-4.305 2.057c-2.347 0-3.547-1.04-4.186-2.045a5.2 5.2 0 0 1-.738-2.019l-.002-.016v-.045l-.003-.196l-.008-.709l-.026-2.22c-.015-1.27-.029-2.612-.035-3.405Zm.07 6.558Z'/%3E%3Cmask id='flagpackHr1' width='12' height='13' x='10' y='8' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='1.125' d='M10.652 8.96h10.129c.017.769.022 2.11.022 3.401a638 638 0 0 1-.008 2.945v.226l-.001.003l-.024.123a5.5 5.5 0 0 1-.815 1.9c-.694 1.015-1.955 2.057-4.305 2.057c-2.347 0-3.547-1.04-4.186-2.045a5.2 5.2 0 0 1-.738-2.019l-.002-.016v-.045l-.003-.196l-.008-.709l-.026-2.22c-.015-1.27-.029-2.612-.035-3.405Zm.07 6.558Z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackHr1)'%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M10.498 9.04h2.11v2.142h-2.11zm4.22 2.142h-2.11v2.142h-2.11v2.142h2.11v2.142h-2.11v2.141h2.11v-2.141h2.11v2.141h2.108v-2.141h2.11v2.141h2.11v-2.141h-2.11v-2.142h2.11v-2.142h-2.11v-2.142h2.11V9.04h-2.11v2.142h-2.11V9.04h-2.109zm0 2.142v-2.142h2.108v2.142zm0 2.142v-2.142h-2.11v2.142zm2.108 0v2.142h-2.109v-2.142zm0 0v-2.142h2.11v2.142z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%2356C6F5' fill-rule='evenodd' stroke='%23fff' stroke-width='.5' d='M10.453 8.163s.652-.349 1.209-.528c.556-.18.996-.278.996-.278l-.828-3.052l-1.658-.62l-.94 1.548z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m10.181 6.49l.19-.091c.197.42.457.55.812.418c.364-.135.511-.392.46-.798l.208-.028c.065.505-.138.857-.595 1.027c-.464.174-.834-.012-1.075-.527'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m10.632 5.542l-.182.11a.054.054 0 0 1-.081-.057l.041-.209l-.186-.102a.054.054 0 0 1 .008-.1l.202-.068l-.005-.213a.054.054 0 0 1 .09-.042l.16.14l.183-.11c.04-.024.09.011.081.057l-.041.21l.186.102a.054.054 0 0 1-.008.099l-.202.068l.005.213a.054.054 0 0 1-.09.042z' clip-rule='evenodd'/%3E%3Cpath fill='%2356C6F5' fill-rule='evenodd' stroke='%23fff' stroke-width='.5' d='M14.54 7.076s.557-.05 1.142-.038c.584.01 1.079.015 1.079.015l.286-3.01l-1.253-1.13l-1.392 1.157z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M15.75 6.585c.483 0 .529-.521.529-.876c-.124-.197-.099-.338-.494-.338c-.396 0-.44.12-.556.338c0 .355.039.876.521.876m.543-1.472c.482 0 .529-.521.529-.876c-.124-.197-.099-.338-.494-.338c-.396 0-.44.12-.556.338c0 .355.039.876.521.876m-1.055 0c.483 0 .529-.521.529-.876c-.123-.197-.099-.338-.494-.338s-.44.12-.556.338c0 .355.039.876.521.876' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' stroke='%23fff' stroke-width='.5' d='m12.445 7.605l-.072-.245l-.867-2.944l-.041-.14l.1-.104l1.24-1.284l.149-.154l.175.124l1.363.968l.094.067l.01.115l.252 2.925l.023.26l-.261.01l-.002.001h-.004l-.018.001l-.068.003l-.233.014a9 9 0 0 0-.604.057a6 6 0 0 0-.63.143a12 12 0 0 0-.336.098l-.02.006l-.006.001h-.001zm0 0l.243-.077z'/%3E%3Cmask id='flagpackHr2' width='5' height='6' x='11' y='2' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.5' d='m12.445 7.605l-.072-.245l-.867-2.944l-.041-.14l.1-.104l1.24-1.284l.149-.154l.175.124l1.363.968l.094.067l.01.115l.252 2.925l.023.26l-.261.01l-.002.001h-.004l-.018.001l-.068.003l-.233.014a9 9 0 0 0-.604.057a6 6 0 0 0-.63.143a12 12 0 0 0-.336.098l-.02.006l-.006.001h-.001zm0 0l.243-.077z'/%3E%3C/mask%3E%3Cg fill='%23C51918' mask='url(%23flagpackHr2)'%3E%3Cpath d='m12.436 6.638l-.25-.59c.538-.236 1.447-.38 2.403-.437l.037.642c-.89.052-1.73.184-2.19.385m-.422-1.428l-.25-.59c.537-.235 1.694-.426 2.65-.482l.037.641c-.89.053-1.978.23-2.437.431'/%3E%3C/g%3E%3Cpath fill='%232E42A5' stroke='%23fff' stroke-width='.5' d='m18.969 7.607l.068-.252l.795-2.949l.036-.132l-.092-.102l-1.168-1.279l-.15-.163l-.18.128l-1.362.968l-.095.067l-.01.115l-.252 2.925l-.022.26l.261.01l.002.001h.004l.018.001l.068.003l.232.014c.188.012.42.031.605.057c.177.025.422.085.63.143a12 12 0 0 1 .336.098l.02.006l.005.001h.002zm0 0l-.25-.08z'/%3E%3Cmask id='flagpackHr3' width='5' height='6' x='16' y='2' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.5' d='m18.969 7.607l.068-.252l.795-2.949l.036-.132l-.092-.102l-1.168-1.279l-.15-.163l-.18.128l-1.362.968l-.095.067l-.01.115l-.252 2.925l-.022.26l.261.01l.002.001h.004l.018.001l.068.003l.232.014c.188.012.42.031.605.057c.177.025.422.085.63.143a12 12 0 0 1 .336.098l.02.006l.005.001h.002zm0 0l-.25-.08z'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackHr3)'%3E%3Cpath fill='%23FECA00' d='M18.398 6.466s.294-.163.336-.439s.497-.616.27-.575c-.227.04-.097.072-.427 0s-.755-.12-.755-.322c0-.203.212-.363.039-.363c-.174 0-.543-.192-.469-.045c.075.146-.17-.02-.048.284s-.026.61.048.691c.075.08-.048.476-.048.476s.045.147.124-.073c.078-.22.25-.374.165-.187c-.087.187-.196.632-.098.553a.7.7 0 0 0 .195-.366c0-.073.247-.359.247-.143s-.233.386-.116.386c.116 0 .181.046.254-.17s.25-.359.324-.216c.072.143.056.135-.041.322c-.098.187 0 .187 0 .187'/%3E%3Cpath fill='%23C51918' d='m17.707 4.867l-.11-.184c.197-.12.377-.153.536-.085c.072.03.126.065.268.165l.018.013c.147.103.225.145.273.145v.214c-.11 0-.205-.051-.393-.183l-.019-.013a1.3 1.3 0 0 0-.229-.144c-.087-.037-.2-.017-.344.072m-.346 1.396c.062 0 .112-.05.112-.11a.11.11 0 0 0-.112-.112a.11.11 0 0 0-.113.111c0 .062.05.111.113.111m.323.104c0 .06-.05.11-.112.11a.11.11 0 0 1-.113-.11c0-.062.05-.112.113-.112c.062 0 .112.05.112.112m.267.102c.062 0 .112-.05.112-.11a.11.11 0 0 0-.112-.112a.11.11 0 0 0-.113.111c0 .062.05.111.113.111m.465.067c0 .061-.05.111-.113.111a.11.11 0 0 1-.112-.11a.112.112 0 0 1 .225-.001'/%3E%3C/g%3E%3Cpath fill='%2356C6F5' stroke='%23fff' stroke-width='.5' d='m21.352 8.186l-.108.249l-.239-.128h-.001l-.005-.003l-.02-.011a7 7 0 0 0-.358-.177a7 7 0 0 0-.784-.32a13 13 0 0 0-.9-.254l-.056-.013l-.014-.003l-.003-.001l-.26-.058l.073-.255l.846-2.976l.035-.121l.118-.044l1.659-.62l.194-.072l.107.176l.94 1.549l.066.11l-.051.119z'/%3E%3Cmask id='flagpackHr4' width='5' height='6' x='18' y='3' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.5' d='m21.352 8.186l-.108.249l-.239-.128h-.001l-.005-.003l-.02-.011a7 7 0 0 0-.358-.177a7 7 0 0 0-.784-.32a13 13 0 0 0-.9-.254l-.056-.013l-.014-.003l-.003-.001l-.26-.058l.073-.255l.846-2.976l.035-.121l.118-.044l1.659-.62l.194-.072l.107.176l.94 1.549l.066.11l-.051.119z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackHr4)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m21.127 5.09l-.142.158a.054.054 0 0 1-.094-.03l-.021-.213l-.209-.043a.054.054 0 0 1-.02-.097l.172-.125l-.066-.202a.054.054 0 0 1 .073-.067l.195.088l.142-.159a.054.054 0 0 1 .094.03l.021.213l.209.043c.046.01.059.07.02.097l-.172.125l.066.202a.054.054 0 0 1-.073.066z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='m18.995 6.488l.212-.83c.941.249 1.922.567 2.641.875l-.327.79c-.68-.291-1.623-.597-2.526-.835'/%3E%3Cpath fill='%23fff' d='m19.283 5.722l.05-.208c.902.224 1.86.58 2.557.913l-.09.194a14 14 0 0 0-2.517-.899m-.267.855l.05-.209a13 13 0 0 1 2.432.86l-.09.194a13 13 0 0 0-2.392-.845'/%3E%3Cpath fill='%23272727' d='m19.423 6.175l.193-.087c.081.19.182.232.35.15c.396-.192 1.38.077 1.38.44c0 .142-.082.228-.208.223a.7.7 0 0 1-.257-.086l-.044-.022a1 1 0 0 0-.164-.079l.07-.205c.045.017.052.02.188.09l.042.02a.5.5 0 0 0 .173.065c.003 0-.011.015-.011-.006c0-.16-.8-.379-1.08-.243c-.277.134-.504.04-.632-.26'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ht{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cdefs%3E%3Cpath id='flagpackHt0' fill='%23fff' d='M10 8h12v8H10z'/%3E%3C/defs%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackHt1' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackHt1)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 12v12h32V12z' clip-rule='evenodd'/%3E%3Cuse href='%23flagpackHt0'/%3E%3Cmask id='flagpackHt2' width='12' height='8' x='10' y='8' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cuse href='%23flagpackHt0'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackHt2)'%3E%3Cpath fill='%23279E19' fill-rule='evenodd' d='M10 14.578s2.88-.758 6-.711c3.12.046 6 .889 6 .889V16H10z' clip-rule='evenodd'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M16.074 8.901s-.932-.42-1.581-.42c-.65 0-1.011.64-1.011.64'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M16.28 9.322s-.856-.307-1.454-.307s-.93.468-.93.468'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M16.28 9.677s-.633-.306-1.076-.306c-.442 0-.688.467-.688.467'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M16.02 10.033s-.392-.307-.665-.307s-.425.468-.425.468'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M15.986 10.275s-.156-.193-.266-.193c-.109 0-.17.295-.17.295m.376-1.476s.931-.42 1.581-.42s1.011.64 1.011.64'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M15.72 9.322s.856-.307 1.454-.307s.93.468.93.468'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M15.72 9.677s.633-.306 1.076-.306c.442 0 .688.467.688.467'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M15.98 10.033s.392-.307.665-.307s.425.468.425.468'/%3E%3Cpath stroke='%23026A16' stroke-width='.5' d='M16.014 10.275s.156-.193.265-.193s.17.295.17.295'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M15.888 10.398s-.115 1.338-.115 1.882s.115 1.719.115 1.719h.293v-1.72c0-.453-.172-1.88-.172-1.88z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M14.732 11.919s-.724.387-.724 1.535l.724 1.385h1.307v-2.282z' clip-rule='evenodd'/%3E%3Cpath fill='%230A328C' fill-rule='evenodd' d='M13.659 10.826s-1.69.5-1.69 2.349l2.19.187s-.12-1.074.554-1.57z' clip-rule='evenodd'/%3E%3Cpath stroke='%23FFD018' stroke-width='.5' d='m12.96 10.12l2.901 2.659m-3.907-2.056l4.045 2.627m-4.742-1.61l4.56 2.085'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m11.98 13.16l3.025.338l-.17.423h-.48l.327.238l.737.173v-.411h.645v.873h-1.382l-.53-.635s-.445.44-.88.44c-.434 0-.862-.143-.862-.622v-.333l-.43-.146z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M16.854 11.919s.724.387.724 1.535l-.724 1.385h-1.307v-2.282z' clip-rule='evenodd'/%3E%3Cpath fill='%230A328C' fill-rule='evenodd' d='M17.927 10.826s1.691.5 1.691 2.349l-2.19.187s.12-1.074-.555-1.57z' clip-rule='evenodd'/%3E%3Cpath stroke='%23FFD018' stroke-width='.5' d='m18.625 10.12l-2.9 2.659m3.908-2.056l-4.046 2.627m4.743-1.61l-4.56 2.085'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m19.606 13.16l-3.025.338l.17.423h.48l-.327.238l-.737.173v-.411h-.645v.873h1.382l.53-.635s.445.44.88.44c.434 0 .863-.143.863-.622v-.333l.43-.146z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-hu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackHu0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackHu0)'%3E%3Cpath fill='%23F14423' d='M0 0v8h32V0z'/%3E%3Cpath fill='%235EAA22' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-id{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackId0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackId0)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v12h32V0z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ie{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FF8C1A' d='M22 0h10v24H22z'/%3E%3Cpath fill='%235EAA22' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-im{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackIm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackIm0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.094 4.141c-.008-.093.103-.137.165-.069c.45.492 1.636 1.716 2.323 1.716c.859 0 4.232-2.843 5.23-2.38c.997.463 3.016 5.305 3.016 5.305l-1.316 1.65l-1.7-.927l-.322-3.648S10.217 7.47 8.582 6.86l-.92.773S6.778 5.88 6.43 5.343c-.231-.354-.31-.884-.335-1.202' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m8.262 8.124l-.56.34l.107-.719l-.453-.509l.626-.104l.28-.654l.28.654l.626.104l-.453.51l.107.718zm4.751-4.332a.363.363 0 0 1 .725 0v1.714a.363.363 0 0 1-.725 0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M25.22 5.103c.083.043.062.16-.03.177c-.654.12-2.321.479-2.685 1.061c-.455.728.168 5.096-.753 5.696s-6.097-.253-6.097-.253l-.703-1.99l1.688-.951l3.264 1.66s.307-3.667 1.692-4.73l-.168-1.19s1.955.179 2.595.167c.423-.007.914.207 1.197.353' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m20.693 4.831l.009-.654l.553.471l.671-.114l-.243.586l.406.584l-.702-.11l-.421.476l-.191-.654l-.666-.29zm1.221 6.374a.392.392 0 1 1-.424.659l-1.549-1.035a.36.36 0 0 1 .39-.606z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M14.863 20.984c-.079.05-.17-.027-.139-.114c.223-.628.747-2.25.424-2.857c-.403-.758-4.497-2.402-4.556-3.5S13.86 9.36 13.86 9.36l2.075.386l-.021 1.937l-3.07 1.997s3.023 2.1 3.251 3.83l1.114.449s-1.132 1.605-1.442 2.164c-.205.37-.636.688-.904.86' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m17.362 17.199l.562.335l-.684.243l-.237.639l-.387-.504l-.708.06l.446-.554l-.202-.602l.662.161l.584-.431zm-6.259-2.242a.406.406 0 0 1-.292-.758l1.668-.651a.413.413 0 1 1 .298.77z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' d='M13.663 9.765a.245.245 0 0 1-.149-.31c.043-.127.242-.34.366-.297l1.736.607a.24.24 0 0 1 .16.21l.156 1.904c.01.135-.185.243-.316.254a.24.24 0 0 1-.257-.222l-.144-1.638z'/%3E%3Cpath fill='%23FECA00' d='M16.68 8.768c.104-.083.29.013.37.119s.063.26-.041.342l-1.203 1.233c-.103.082-.337-.079-.417-.185c-.081-.106-.104-.396 0-.479z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-in{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackIn0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackIn0)'%3E%3Cpath fill='%23FF8C1A' d='M0 0v8h32V0z'/%3E%3Cpath fill='%235EAA22' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%233D58DB' d='M12 12a4 4 0 1 0 8 0a4 4 0 0 0-8 0m7 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0'/%3E%3Cpath fill='%233D58DB' d='m15.995 12.86l-.571 3.121l.331-3.155l-1.427 2.834l1.207-2.934l-2.167 2.316l1.984-2.474l-2.732 1.612l2.602-1.816l-3.076.777l3.007-1.009l-3.17-.121l3.17-.12l-3.007-1.01l3.076.777l-2.602-1.815l2.732 1.612l-1.984-2.475l2.167 2.316l-1.207-2.934l1.427 2.834l-.331-3.155l.57 3.12l.571-3.12l-.331 3.155l1.427-2.834l-1.207 2.934L18.62 8.98l-1.984 2.475l2.732-1.612l-2.602 1.815l3.076-.777l-3.008 1.01l3.17.12l-3.17.121l3.008 1.01l-3.076-.778l2.602 1.816l-2.732-1.612l1.984 2.474l-2.167-2.316l1.207 2.934l-1.427-2.834l.331 3.155z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-io{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackIo0'%3E%3Cpath fill='%23fff' d='M0 0h14v10H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackIo1' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackIo1)'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M-1.506 3.291L-.019 4.71C1.21 3.548 2.368 3 3.47 3c.532 0 .759.128 1.372.709C5.815 4.629 6.47 5 7.701 5s1.886-.372 2.86-1.291c.613-.58.84-.709 1.371-.709c.532 0 .759.128 1.372.709c.974.92 1.629 1.291 2.86 1.291s1.886-.372 2.86-1.291c.613-.58.84-.709 1.371-.709c.532 0 .759.128 1.372.709c.974.92 1.629 1.291 2.86 1.291s1.886-.372 2.859-1.291c.614-.58.84-.709 1.372-.709c1.101 0 2.26.548 3.488 1.709l1.487-1.418C32.24 1.786 30.578 1 28.858 1c-1.23 0-1.886.371-2.86 1.291c-.613.58-.84.709-1.371.709c-.532 0-.759-.128-1.372-.709C22.28 1.371 21.626 1 20.395 1s-1.886.371-2.86 1.291c-.613.58-.84.709-1.371.709c-.532 0-.759-.128-1.372-.709C13.818 1.371 13.163 1 11.932 1s-1.886.371-2.859 1.291c-.614.58-.84.709-1.372.709s-.759-.128-1.372-.709C5.355 1.371 4.7 1 3.469 1c-1.72 0-3.382.786-4.975 2.291M-.019 8.71l-1.487-1.42C.087 5.786 1.75 5 3.47 5c1.231 0 1.886.372 2.86 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709C10.046 5.371 10.701 5 11.933 5c1.23 0 1.885.372 2.859 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709C18.509 5.371 19.164 5 20.396 5c1.23 0 1.885.372 2.859 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709C26.972 5.371 27.627 5 28.859 5c1.719 0 3.381.786 4.974 2.291L32.346 8.71C31.118 7.548 29.96 7 28.858 7c-.532 0-.758.128-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.371-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.128-1.372.709C18.05 8.629 17.395 9 16.163 9c-1.23 0-1.885-.371-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.128-1.372.709C9.587 8.629 8.932 9 7.7 9c-1.23 0-1.885-.371-2.859-1.291C4.228 7.129 4.001 7 3.47 7c-1.1 0-2.26.548-3.488 1.709m0 4l-1.487-1.418C.087 9.787 1.75 9 3.47 9c1.231 0 1.886.371 2.86 1.291c.613.58.84.709 1.372.709s.758-.129 1.372-.709C10.046 9.372 10.701 9 11.933 9c1.23 0 1.885.371 2.859 1.291c.613.58.84.709 1.372.709s.758-.129 1.372-.709C18.509 9.372 19.164 9 20.396 9c1.23 0 1.885.371 2.859 1.291c.613.58.84.709 1.372.709s.758-.129 1.372-.709C26.972 9.372 27.627 9 28.859 9c1.719 0 3.381.786 4.974 2.291l-1.487 1.418C31.118 11.548 29.96 11 28.858 11c-.532 0-.758.129-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.371-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.129-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.371-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.129-1.372.709C9.587 12.629 8.932 13 7.7 13c-1.23 0-1.885-.371-2.859-1.291c-.613-.58-.84-.709-1.372-.709c-1.1 0-2.26.548-3.488 1.709m0 4l-1.487-1.418C.087 13.787 1.75 13 3.47 13c1.231 0 1.886.371 2.86 1.291c.613.58.84.709 1.372.709s.758-.129 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.23 0 1.885.371 2.859 1.291c.613.58.84.709 1.372.709s.758-.129 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.23 0 1.885.371 2.859 1.291c.613.58.84.709 1.372.709s.758-.129 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.719 0 3.381.786 4.974 2.291l-1.487 1.418C31.118 15.548 29.96 15 28.858 15c-.532 0-.758.129-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.129-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.129-1.372.709C9.587 16.629 8.932 17 7.7 17c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709c-1.1 0-2.26.548-3.488 1.709m0 4l-1.487-1.418C.087 17.787 1.75 17 3.47 17c1.231 0 1.886.372 2.86 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.23 0 1.885.372 2.859 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.23 0 1.885.372 2.859 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.719 0 3.381.786 4.974 2.291l-1.487 1.418C31.118 19.548 29.96 19 28.858 19c-.532 0-.758.128-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.128-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.128-1.372.709C9.587 20.629 8.932 21 7.7 21c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709c-1.1 0-2.26.548-3.488 1.709m0 4l-1.487-1.418C.087 21.787 1.75 21 3.47 21c1.231 0 1.886.372 2.86 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.23 0 1.885.372 2.859 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.23 0 1.885.372 2.859 1.291c.613.58.84.709 1.372.709s.758-.128 1.372-.709c.973-.92 1.628-1.291 2.86-1.291c1.719 0 3.381.786 4.974 2.291l-1.487 1.418C31.118 23.548 29.96 23 28.858 23c-.532 0-.758.128-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.128-1.372.709c-.973.92-1.628 1.291-2.86 1.291c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709s-.758.128-1.372.709C9.587 24.629 8.932 25 7.7 25c-1.23 0-1.885-.372-2.859-1.291c-.613-.58-.84-.709-1.372-.709c-1.1 0-2.26.548-3.488 1.709' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' d='M0 0h14v12H0z'/%3E%3Cg clip-path='url(%23flagpackIo0)'%3E%3Cpath fill='%232E42A5' d='M0 0h14v10H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-1.559 10.111l3.08 1.351L14.07 1.47l1.625-2.008l-3.294-.451l-5.118 4.306l-4.12 2.901z'/%3E%3Cpath fill='%23F50100' d='m-1.137 11.058l1.57.784L15.11-.725h-2.203z'/%3E%3Cpath fill='%23F7FCFF' d='m15.559 10.111l-3.08 1.351L-.07 1.47L-1.695-.539L1.599-.99l5.118 4.306l4.12 2.901z'/%3E%3Cpath fill='%23F50100' d='m15.454 10.79l-1.57.785l-6.25-5.381l-1.853-.601l-7.632-6.125H.352l7.628 5.98l2.026.72z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M7.766-.444H6.21v4.666H0v1.556h6.21v4.666h1.556V5.778H14V4.222H7.766z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M5.044-.444h3.888v3.5H14v3.888H8.932l.012 3.5H5.056l-.012-3.5H0V3.056h5.044zM6.21 4.222H0v1.556h6.21v4.666h1.556V5.778H14V4.222H7.766V-.444H6.21z' clip-rule='evenodd'/%3E%3C/g%3E%3Crect width='1' height='12.621' x='20.4' y='9.379' fill='%23D86D00' rx='.5'/%3E%3Cmask id='flagpackIo2' width='12' height='12' x='14.512' y='.058' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M14.512.058h12v12h-12z'/%3E%3Cpath fill-rule='evenodd' d='M20.404 2.058c.828 1.134 1.167 2.475 1.197 3.839c.934-1.266 2.492-2.3 3.22-2.742c-.668.468-1.015 1.16-1.406 1.94c-.192.383-.394.787-.65 1.195a14.6 14.6 0 0 1 3.173-.719c-1.06.301-2.04.916-2.99 1.513c-.347.218-.69.433-1.032.63c3.072 1.157 3.544 2.83 3.544 2.83c-.376-.332-1.189-.688-2.723-1.36l-.963-.422c.229.843.507 1.503.772 2.133l.08.188s-2.126-.574-2.53-2.222a11.2 11.2 0 0 1-3.086 1.719s1.44-1.562 2.497-2.6c-1.388-.156-3.995-.284-3.995-.284l.186-.044c1.048-.25 2.67-.636 4.155-.616a9.5 9.5 0 0 1-2.874-2.507c.253.224.96.505 1.924.888c.406.161.859.341 1.343.543c.092-1.684.158-3.902.158-3.902M16.88 4.389q.016.066.1.14c-.066-.09-.1-.14-.1-.14m8.34-1.465q-.215.103-.398.231c.247-.15.398-.231.398-.231m-4.53 4.092a.5.5 0 0 1 .314-.03q.015-.045.032-.089l-.331.023z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23449A01' fill-rule='evenodd' d='M20.404 2.058c.828 1.134 1.167 2.475 1.197 3.839c.934-1.266 2.492-2.3 3.22-2.742c-.668.468-1.015 1.16-1.406 1.94c-.192.383-.394.787-.65 1.195a14.6 14.6 0 0 1 3.173-.719c-1.06.301-2.04.916-2.99 1.513c-.347.218-.69.433-1.032.63c3.072 1.157 3.544 2.83 3.544 2.83c-.376-.332-1.189-.688-2.723-1.36l-.963-.422c.229.843.507 1.503.772 2.133l.08.188s-2.126-.574-2.53-2.222a11.2 11.2 0 0 1-3.086 1.719s1.44-1.562 2.497-2.6c-1.388-.156-3.995-.284-3.995-.284l.186-.044c1.048-.25 2.67-.636 4.155-.616a9.5 9.5 0 0 1-2.874-2.507c.253.224.96.505 1.924.888c.406.161.859.341 1.343.543c.092-1.684.158-3.902.158-3.902M16.88 4.389q.016.066.1.14c-.066-.09-.1-.14-.1-.14m8.34-1.465q-.215.103-.398.231c.247-.15.398-.231.398-.231m-4.53 4.092a.5.5 0 0 1 .314-.03q.015-.045.032-.089l-.331.023z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m21.601 5.897l-.35.008l.023 1.024l.609-.824zm-1.197-3.84l.283-.206l-.602-.825l-.03 1.021zm3.011 3.039l-.313-.157zm-.65 1.194l-.296-.186l-.538.857l.953-.342zm3.173-.719l.095.337l-.128-.685zm-2.99 1.513l-.186-.297l-.007.005l-.007.005zm0 0l.188.295l.006-.004l.007-.005zm0 0l.188.295zm0 0l.186.296h.002zm0 0l-.186-.297zm-1.032.63l-.175-.303l-.642.37l.694.26zm3.544 2.83l-.231.263l.892.787l-.324-1.145zm-2.723-1.36l.14-.32zm0 0l-.14.321zm-.963-.422l.141-.32l-.671-.297l.192.708zm.772 2.133l.323-.135zm.08.188l-.092.338l.691.187l-.277-.66zm-2.53-2.222l.34-.083l-.131-.534l-.428.344zM17.01 10.58l-.257-.237l.375.567zm2.497-2.6l.245.25l.525-.515l-.731-.082zm-3.995-.284l-.08-.34l.063.69zm.186-.044l.08.34zm4.155-.616l-.005.35l.176-.655zm-.95-1.62l.129-.325zm1.343.544l-.135.323l.457.19l.027-.494zm-3.367-1.571l.292-.193l-.633.27zm8.34-1.465l.167.308l-.317-.624zm-4.53 4.092l-.346-.051l-.094.63l.583-.259zm.314-.03l-.077.341l.303.069l.104-.294zm.032-.089l.327.126l.198-.513l-.549.038zm-.331.023l-.024-.35l-.28.02l-.042.278zm1.247-1.031c-.032-1.416-.384-2.831-1.264-4.038l-.566.413c.775 1.062 1.101 2.328 1.13 3.64zm2.689-3.033c-.733.445-2.343 1.508-3.32 2.833l.563.416c.89-1.207 2.396-2.211 3.12-2.65zm-.912 2.396c.398-.794.71-1.402 1.294-1.81l-.401-.574c-.753.527-1.136 1.306-1.519 2.07zm-.666 1.224c.266-.425.475-.843.666-1.224l-.626-.313a14 14 0 0 1-.633 1.165zm2.876-.905l-.033-.348h-.006l-.015.002a7 7 0 0 0-.264.031a15 15 0 0 0-.734.116a14.4 14.4 0 0 0-2.239.588l.237.66a14 14 0 0 1 2.127-.56a14 14 0 0 1 .944-.139h.012l.003-.001zm-2.804 1.81c.96-.603 1.896-1.188 2.9-1.473l-.192-.673c-1.117.317-2.138.96-3.08 1.552zm.015-.01l-.401-.574zm-.013.008l-.375-.59zm0 0l-.375-.59zm-.002.002l-.372-.594zm-1.043.637c.349-.201.697-.42 1.043-.638l-.372-.592c-.348.218-.685.43-1.02.623zm3.37 2.526l.336-.095v-.002l-.001-.003l-.003-.008a1 1 0 0 0-.033-.094a2 2 0 0 0-.112-.24a4 4 0 0 0-.547-.772c-.543-.608-1.478-1.347-3.062-1.943l-.246.655c1.487.56 2.325 1.237 2.786 1.754c.231.26.37.481.45.632a2 2 0 0 1 .095.212zm-2.864-1.039c.77.337 1.349.59 1.783.802c.44.213.7.368.849.5l.463-.525c-.227-.2-.563-.39-1.006-.605c-.45-.218-1.044-.478-1.808-.813zm0 0l.28-.641zm-.964-.423l.963.423l.281-.641l-.962-.423zm1.236 1.678c-.266-.63-.535-1.271-.757-2.09l-.676.183c.236.869.522 1.548.788 2.178zm.079.188l-.08-.188l-.644.271l.078.188zm-3.192-2.003c.234.956.96 1.576 1.576 1.945a5.4 5.4 0 0 0 1.192.528l.006.002h.003v.001l.092-.338l.091-.338h-.002l-.014-.004l-.06-.019a4.7 4.7 0 0 1-.948-.432c-.548-.329-1.087-.82-1.256-1.512zm-2.628 1.965a11.5 11.5 0 0 0 3.187-1.776l-.439-.546a10.8 10.8 0 0 1-2.983 1.662zm2.134-3.18a68 68 0 0 0-1.654 1.699c-.247.26-.46.489-.612.652l-.179.192l-.047.052l-.013.013l-.003.004h-.001l.257.238l.258.237v-.001q.002 0 .004-.003l.012-.013l.047-.052a96 96 0 0 1 .785-.838a67 67 0 0 1 1.636-1.68zm-3.75-.034l-.017.35h.008l.021.001l.398.021c.266.014.634.035 1.045.061c.825.052 1.816.122 2.5.2l.079-.696a57 57 0 0 0-2.535-.203a131 131 0 0 0-1.451-.082l-.023-.001h-.007zm.105-.384l-.186.044l.162.68l.186-.043zm4.24-.626c-1.536-.02-3.2.378-4.24.626l.162.68c1.055-.25 2.634-.625 4.07-.606zm-3.16-1.949a9.85 9.85 0 0 0 2.985 2.605l.342-.611a9.15 9.15 0 0 1-2.764-2.41zm2.335.354a36 36 0 0 1-1.216-.498c-.334-.148-.525-.255-.606-.327l-.463.525c.173.153.462.298.785.442c.337.15.762.318 1.241.509zm1.348.546a86 86 0 0 0-1.348-.546l-.259.65c.407.163.858.341 1.338.542zm.024-3.58l-.35-.01v.026l-.003.072l-.008.274l-.033.945a151 151 0 0 1-.114 2.577l.7.038a153 153 0 0 0 .146-3.537l.01-.275l.001-.073v-.02l.001-.004v-.002zm-3.866 2.41a.63.63 0 0 0 .209.324l.463-.525l-.014-.013a.2.2 0 0 1 .024.058zm.722-.147l-.088-.123l-.001-.001l-.292.193l-.292.193l.001.002l.002.002l.006.009a3 3 0 0 0 .102.142zm7.809-1.712q-.243.116-.448.26l.4.574q.159-.11.35-.202zm-.066.847a12 12 0 0 1 .359-.21l.019-.01l.004-.003l-.166-.308l-.166-.308l-.002.001l-.006.003l-.106.06c-.07.04-.173.1-.3.176zm-4.11 3.169a.85.85 0 0 0-.345.072l.284.64a.2.2 0 0 1 .06-.012zm.186.02a1 1 0 0 0-.187-.02v.7l.034.003zm.254.458l.029-.079l-.653-.252l-.037.099zm-.322-.554l-.331.023l.048.698l.331-.023zm-.653.32l-.015.097l.693.103l.014-.096z' mask='url(%23flagpackIo2)'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M24.285 15.819v-.18q-.79-.683-1.655-.683q-.828-.442-1.678-.343v-.003c-.85-.1-1.708.346-1.708.346c-.865 0-1.655.682-1.655.682v.18l1.033 1.25s.29 1.2 2.326.918v.003s1.348-.044 1.443-.082l.116-.043c.264-.092.566-.198.745-.797zm-3.337-1.15c-.029.415-.197 2.92 0 3.309z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M19.266 14.417c.11-.405.303-.543.77-.543q.435.001.664.242v1.082h.082v.129c-.065.047-.099.151-.077.262q.011.056.037.102a.3.3 0 0 0-.114-.02c-.141 0-.256.084-.256.186s.115.185.256.185s.256-.083.256-.185c0 .051.03.098.076.131h-.129c0 .279-.118.456-.295.456c-.124 0-.21-.068-.274-.218l-.175-.416l-.018.466c-.007.164-.066.23-.214.23c-.143 0-.246-.107-.316-.347q.03.006.065.006c.141 0 .256-.083.256-.185s-.115-.185-.256-.185a.4.4 0 0 0-.08.01a.3.3 0 0 0 .008-.164c-.027-.138-.13-.235-.23-.216c-.1.02-.16.148-.133.287q.011.057.037.103a.3.3 0 0 0-.114-.02c-.141 0-.256.083-.256.185s.115.185.256.185c.115 0 .212-.055.244-.13l-.008.11c-.023.306-.092.45-.195.47q-.21.04-.321-.034l-.151-.098v.167a.7.7 0 0 1-.24-.034l-.018.097l-.188-.213a.3.3 0 0 0 .187-.037c.124-.066.187-.193.139-.283s-.188-.11-.313-.043a.4.4 0 0 0-.07.049a.4.4 0 0 0-.013-.062c-.041-.135-.154-.22-.252-.19a.16.16 0 0 0-.096.093l-.076-.086l-.07.09l.128.145a.3.3 0 0 0 .013.056c.035.117.124.197.21.197l.375.424v.004l.005.002l.208.235q.046.102.081.187c.026.123.064.258.118.34a.3.3 0 0 1 .007.06c0 .128.275.203.81.28c.42.061.916.102 1.322.108h.102a11 11 0 0 0 1.321-.107c.536-.078.81-.153.81-.28c0-.084.07-.284.207-.588l.94-1.063l-.071-.09l-.234.265l.004-.012c.041-.135-.005-.269-.102-.298c-.098-.03-.21.055-.252.19a.3.3 0 0 0-.013.062a.3.3 0 0 0-.07-.049c-.125-.066-.265-.047-.312.043c-.049.09.014.217.139.283c.125.067.265.047.313-.043l.007-.016a.14.14 0 0 0 .13.016l-.365.413l-.032-.179a.7.7 0 0 1-.24.034v-.167l-.152.098q-.11.074-.32.034c-.104-.02-.173-.164-.196-.47l-.002-.025a.3.3 0 0 0 .124.043c.14.02.265-.047.28-.148c.014-.101-.088-.199-.228-.219a.4.4 0 0 0-.093 0a.3.3 0 0 0 .035-.169c-.007-.141-.096-.251-.198-.246s-.178.124-.17.265a.4.4 0 0 0 .017.094a.3.3 0 0 0-.098-.03c-.14-.019-.265.047-.28.148c-.014.101.088.2.228.219a.3.3 0 0 0 .206-.04l-.02.082c-.07.268-.177.386-.328.386c-.148 0-.207-.065-.213-.229l-.02-.466l-.174.416c-.063.15-.15.218-.274.218c-.168 0-.284-.161-.294-.417q.046.015.1.015c.141 0 .256-.083.256-.185s-.115-.185-.256-.185a.4.4 0 0 0-.08.01a.3.3 0 0 0 .008-.164a.3.3 0 0 0-.068-.146h.191v-1.237q.229-.241.663-.242c.469 0 .66.138.77.543c.07.258.003.479-.217.684l.125.195c.246-.23.355-.504.317-.808q.79-.03 1.178.198c.226.132.267.468.096 1.052l.194.081c.2-.687.143-1.153-.2-1.354q-.452-.265-1.322-.222l.001.018c-.146-.457-.42-.633-.942-.633q-.397 0-.663.186v-.063h-.41v.109q-.282-.251-.744-.251c-.51 0-.784.169-.933.605l.003-.094q-.87-.043-1.322.221c-.342.202-.4.668-.199 1.355l.193-.082c-.17-.583-.129-.919.096-1.051q.39-.23 1.186-.198c-.08.345.024.656.298.912l.125-.195c-.22-.206-.288-.426-.218-.684m1.618 1.44q0-.027.01-.05l-.021-.005a.14.14 0 0 1 .011.055m-1.541.087l-.006-.018l.007.001zm4.067.933c-.167.036-.288.032-.353-.03a.7.7 0 0 1-.353.011c-.143-.028-.244-.143-.304-.334a.47.47 0 0 1-.297.22c.655.111 1.114.268 1.114.268s-.011.117-.039.255q.045-.108.104-.24l.01-.016zm-1.616-.18a.36.36 0 0 1-.136-.148a.44.44 0 0 1-.166.114q.155.014.302.033m-.663-.058a.5.5 0 0 1-.196-.207a.5.5 0 0 1-.194.206l.141-.004h.082q.084 0 .167.005m-2.472.364l-.096-.108c.115.013.2 0 .25-.049q.15.053.353.012c.144-.028.244-.143.304-.334q.114.176.287.217a8 8 0 0 0-1.098.262m1.715-.342q-.15.014-.291.032a.36.36 0 0 0 .129-.144q.071.076.162.112m2.519 1.023c.071.04.129 0 .174-.077l-.007.058l-.027.016a1 1 0 0 1-.152.054c-.132.036-.32.072-.542.104c-.434.063-.95.104-1.36.107c-.41-.003-.926-.044-1.36-.107a5 5 0 0 1-.541-.104a1 1 0 0 1-.135-.045l.011-.006c.224-.126 1.703-.244 1.97-.265c.266.02 1.745.139 1.969.265m.297-.023l-.001.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m19.133 14.038l-.002.124c-.908-.02-1.429.14-1.561.458q-.206.492.08 1.202l-.092.054q-.307-.76-.08-1.311c.157-.378.708-.546 1.655-.527'/%3E%3Cpath fill='%23fff' d='m19.308 15.131l-.052.106c-.198-.142-.297-.385-.297-.719c0-.48.206-.762.66-.954q.435-.184 1.191.147l-.035.116q-.726-.316-1.121-.147c-.418.177-.592.416-.592.838q0 .438.246.613m3.398-.969l.002.123c.908-.02 1.429.14 1.56.458q.207.492-.08 1.203l.093.053q.307-.76.08-1.311c-.158-.378-.709-.546-1.655-.526'/%3E%3Cpath fill='%23fff' d='m22.386 15.157l.052.106q.297-.216.297-.72c0-.48-.206-.761-.66-.954q-.435-.183-1.191.147l.035.116q.726-.315 1.121-.146c.418.176.592.416.592.838q0 .438-.247.613'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-iq{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackIq0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackIq0)'%3E%3Cpath fill='%23BF2714' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23272727' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23009C4E' d='M5.337 12.811C6.247 14.117 5 15 5 15s1.09 0 1.507-.874h8.917V12.2s-.186-.925-.98-.925c-.795 0-.973.925-.973.925h-3.137l3.035-2.68l-.59-.52l-3.371 2.976v.63h4.785v-.37s.027-.216.25-.216c.224 0 .17.215.17.215v.793h-6.03v-1.084l-.653.291v.793s-.8-.217-1.305-.217c-.506 0-.536-.576-.536-.576zm12.11.074l.489 1.218H15.99V9.214l.82.263v3.408zm9.064 0L27 14.103h-1.946V9.214l.82.263v3.408zm-2.41-3.62l-.506.343v3.274h-.517v-2.626l-.85.49v2.136h-.572V11.4l-.647.416v.402s-1.244.086-1.244 1.845h4.331zm-16.61 5.7c.157 0 .284-.111.284-.25c0-.137-.127-.25-.283-.25c-.157 0-.283.113-.283.25c0 .139.126.25.283.25m14.424-5.323c-.22.29-.888 0-.888 0l1.893-.22c-.196.382-1.006.22-1.006.22'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ir{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackIr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackIr0)'%3E%3Cpath fill='%235EAA22' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23E31D1C' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23F7FCFF' d='M4.6 16.392v.634H2.27v-.634zM.567 17.984H.359v-.253h.454v.887h.58v.007h.561v-1.842h-.358v1.208H1.54v-1.304h-.358v1.297h-.01v-1.297H.813v.41H0v1.521h.566zm1.5.355h.36v-.628h.4v.914H3.95v-1.547h-.577v.634h.218v.279h-.408v-.914H2.067zm2.292-.355h.207v.634H4v-1.521h.814v-.41h.359v1.297h.01v-1.297h.358v1.304h.055v-1.208h.36v1.842h-.562v-.007h-.58v-.887h-.455zM8.6 16.392v.634H6.27v-.634zM6.066 18.34h.359v-.629h.4v.914H7.95v-1.547h-.577v.634h.219v.279h-.408v-.914H6.066zm2.364-.356h.207v.634H8.07v-1.521h.814v-.41h.36v1.297h.008v-1.297h.36v1.304h.055v-1.208h.358v1.842h-.561v-.007h-.58v-.887H8.43zm4.242-1.592v.634H10.34v-.634zm-2.535 1.948h.36v-.629h.4v.914h1.125v-1.547h-.578v.634h.219v.279h-.408v-.914h-1.118zm2.292-.356h.207v.634h-.566v-1.521h.814v-.41h.359v1.297h.01v-1.297h.358v1.304h.055v-1.208h.36v1.842h-.562v-.007h-.58v-.887h-.455zm4.242-1.592v.634h-2.33v-.634zm-2.534 1.948h.359v-.629h.4v.914h1.125v-1.547h-.577v.634h.219v.279h-.408v-.914h-1.118zm2.292-.356h.207v.634h-.566v-1.521h.814v-.41h.359v1.297h.009v-1.297h.359v1.304h.055v-1.208h.359v1.842h-.562v-.007h-.58v-.887h-.454zm4.242-1.592v.634h-2.33v-.634zm-2.534 1.948h.359v-.629h.4v.914h1.125v-1.547h-.577v.634h.218v.279h-.408v-.914h-1.117zm2.363-.356h.207v.634h-.566v-1.521h.814v-.41h.359v1.297h.01v-1.297h.358v1.304h.055v-1.208h.359v1.842h-.561v-.007h-.58v-.887H20.5zm4.242-1.592v.634h-2.33v-.634zm-2.534 1.948h.359v-.629h.4v.914h1.125v-1.547h-.577v.634h.219v.279h-.408v-.914h-1.118zm2.364-.356h.207v.634h-.567v-1.521h.814v-.41h.359v1.297h.01v-1.297h.358v1.304h.055v-1.208h.36v1.842h-.562v-.007h-.58v-.887h-.454zm4.242-1.592v.634h-2.331v-.634zm-2.535 1.948h.36v-.629h.4v.914h1.124v-1.547h-.577v.634h.219v.279h-.408v-.914h-1.118zm2.364-.356h.207v.634h-.566v-1.521h.813v-.41h.36v1.297h.008v-1.297h.36v1.304h.055v-1.208h.358v1.842h-.561v-.007h-.58v-.887h-.454zm4.242-1.592v.634h-2.331v-.634zM30.35 18.34h.358v-.629h.4v.914h1.126v-1.547h-.577v.634h.218v.279h-.408v-.914H30.35zm2.291-.356h.207v.634h-.566v-1.521h.814v-.41h.359v1.297h.01v-1.297h.358v1.304h.055v-1.208h.36v1.842h-.562v-.007h-.58v-.887h-.455zm4.243-1.592v.634h-2.331v-.634zM34.35 18.34h.359v-.629h.4v.914h1.125v-1.547h-.577v.634h.219v.279h-.408v-.914H34.35zm2.506-.356h.207v.634h-.566v-1.521h.814v-.41h.359v1.297h.01v-1.297h.358v1.304h.055v-1.208h.36v1.842h-.562v-.007h-.58v-.887h-.455zm4.243-1.592v.634h-2.331v-.634zm-2.535 1.948h.36v-.629h.4v.914h1.125v-1.547h-.578v.634h.219v.279h-.408v-.914h-1.118zM.485 5.392v.634h-2.331v-.634zM-3.55 6.984h-.207v-.253h.454v.887h.58v.007h.561V5.783h-.358v1.208h-.056V5.687h-.359v1.297h-.009V5.687h-.359v.41h-.813v1.521h.566zm1.5.355h.36v-.628h.4v.914h1.125V6.078h-.578v.634h.219v.279h-.408v-.914H-2.05zm2.292-.355H.45v.634h-.566V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.359v1.842h-.561v-.007h-.58v-.887H.242zm4.242-1.592v.634h-2.33v-.634zM1.95 7.339h.359v-.628h.4v.914h1.125V6.078h-.577v.634h.219v.279h-.408v-.914H1.95zm2.364-.355h.207v.634h-.567V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.36v1.842h-.562v-.007h-.58v-.887h-.454zm4.242-1.592v.634H6.225v-.634zM6.02 7.339h.36v-.628h.4v.914h1.125V6.078h-.578v.634h.219v.279h-.408v-.914H6.02zm2.292-.355h.207v.634h-.566V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.359v1.842h-.561v-.007h-.58v-.887h-.455zm4.242-1.592v.634h-2.33v-.634zM10.02 7.339h.359v-.628h.4v.914h1.125V6.078h-.577v.634h.219v.279h-.408v-.914H10.02zm2.292-.355h.207v.634h-.566V6.097h.814v-.41h.358v1.297h.01V5.687h.359v1.304h.055V5.783h.359v1.842h-.562v-.007h-.58v-.887h-.454zm4.242-1.592v.634h-2.33v-.634zM14.02 7.339h.359v-.628h.4v.914h1.125V6.078h-.577v.634h.218v.279h-.408v-.914H14.02zm2.363-.355h.207v.634h-.566V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.359v1.842h-.561v-.007h-.58v-.887h-.455zm4.242-1.592v.634h-2.33v-.634zm-2.534 1.947h.359v-.628h.4v.914h1.125V6.078H19.4v.634h.218v.279h-.408v-.914h-1.117zm2.364-.355h.206v.634h-.566V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.36v1.842h-.562v-.007h-.58v-.887h-.454zm4.241-1.592v.634h-2.33v-.634zm-2.534 1.947h.359v-.628h.4v.914h1.125V6.078h-.577v.634h.219v.279h-.408v-.914h-1.118zm2.364-.355h.207v.634h-.567V6.097h.814v-.41h.36v1.297h.008V5.687h.36v1.304h.055V5.783h.358v1.842h-.561v-.007h-.58v-.887h-.454zm4.242-1.592v.634h-2.331v-.634zm-2.534 1.947h.358v-.628h.4v.914h1.126V6.078h-.578v.634h.219v.279h-.408v-.914h-1.117zm2.291-.355h.207v.634h-.566V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.36v1.842h-.562v-.007h-.58v-.887h-.455zm4.242-1.592v.634h-2.33v-.634zm-2.534 1.947h.359v-.628h.4v.914h1.125V6.078h-.577v.634h.219v.279h-.408v-.914h-1.118zm2.506-.355h.207v.634h-.566V6.097h.814v-.41h.359v1.297h.01V5.687h.358v1.304h.055V5.783h.36v1.842h-.562v-.007h-.58v-.887h-.455zm4.242-1.592v.634h-2.33v-.634zm-2.534 1.947h.359v-.628h.4v.914h1.125V6.078h-.577v.634h.219v.279h-.408v-.914h-1.118z'/%3E%3Cpath fill='%23E31D1C' d='M14.606 8.25s.428.225.865.225s.878-.225.878-.225v.3s-.481.225-.906.225s-.837-.225-.837-.225zm-3.15 3.54c0-1.777 2.442-2.94 2.442-2.94s-1.411.756-1.411 2.866s.733 3.024.733 3.024s-1.764-1.171-1.764-2.95m8.238-.097c0-1.779-2.44-2.843-2.44-2.843s1.412.756 1.412 2.866s-.733 3.024-.733 3.024s1.761-1.27 1.761-3.047m-6.57.485c-.094-1.776 1.383-3.367 1.383-3.367s-.537.73-.427 2.838c.038.723.323 1.8.682 2.434V8.925h1.5v5.203c.36-.593.637-1.603.675-2.337c.11-2.107-.401-2.98-.401-2.98s1.477 1.591 1.384 3.367c-.056 1.057-.87 2.175-1.518 2.907c.315.07.738.156 1.319.27c.012.065-.117.062-.375.056a8 8 0 0 0-1.3.056c-.265.272-.45.433-.45.433l-.074-.094l-.075.094s-.184-.16-.45-.433a8 8 0 0 0-1.3-.056c-.257.006-.387.01-.375-.055c.582-.115 1.004-.2 1.32-.27c-.65-.733-1.463-1.85-1.518-2.908'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-is{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%230061C1' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackIs0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackIs0)'%3E%3Cpath fill='%23D21034' stroke='%23F1F9FF' stroke-width='2' d='M10-1H9V9H-1v6H9v10h6V15h18V9H15V-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-it{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23C51918' d='M22 0h10v24H22z'/%3E%3Cpath fill='%235EAA22' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23fff' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-je{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' stroke='%23E31D1C' stroke-width='2.7' d='M-2.701 1.245L-4.75.006v24.788l2.049-1.239l16.537-10l1.91-1.155l-1.91-1.155z'/%3E%3Cpath fill='%23F7FCFF' stroke='%23E31D1C' stroke-width='2.7' d='M34.92 1.233L36.95.055v24.69l-2.028-1.178l-17.219-10l-2.01-1.167l2.01-1.167z'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M13.675 4.703s-.859 3.798 2.106 5.257c0 0 2.846-1.551 2.207-5.257c0 0-1.223-.409-2.195-.409s-2.118.409-2.118.409' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD100' fill-rule='evenodd' d='M13.982 5.499s.317-.14.474 0s.286-.012.286-.097c0-.084.25-.375.25-.14c0 .237-.078.37.14.37c.22 0 1.206-.326 1.443-.23c.236.097.417.073.357-.066c-.06-.138-.214-.224-.512-.149s-.227.15-.485.15c-.257 0-.543-.074-.543-.074s.08-.124.374-.036s.699-.11.809-.11s.413-.005.443.07s.213.145.074.215c-.14.07-.37.115-.212.205c.159.09.523.072.54.166s.19.234.121.234c-.07 0-.194.132-.31.092c-.117-.04-.131-.076-.02-.108c.112-.033.111-.17.02-.17c-.093 0-.048.048-.258 0s-.487-.101-.47 0c.016.101.153.257-.1.278c-.252.02-.37.104-.418.037c-.05-.067-.225-.157-.087-.185c.138-.029.27.097.32.076c.049-.02.162-.032.067-.119c-.094-.087-.25-.138-.105-.203c.144-.066.03-.067-.245.068c-.274.135-.427.25-.668.234s-.331.005-.409-.016s-.455.242-.563.175c-.109-.067-.46-.093-.397-.175c.064-.083.148-.125.243-.083c.094.043.188.085.252.043c.063-.043.247-.188.201-.217c-.046-.03-.002-.127-.263-.127c-.262 0-.354.109-.416.04c-.063-.069.067-.148.067-.148m.262 1.248s.279-.124.417 0c.138.123.25-.01.25-.085c0-.074.22-.33.22-.123s-.068.325.124.325c.193 0 1.06-.287 1.268-.202s.367.064.314-.058c-.052-.121-.188-.197-.45-.131s-.2.131-.426.131s-.478-.065-.478-.065s.071-.109.33-.031c.257.077.613-.096.71-.096s.364-.005.39.061s.187.127.065.189c-.123.062-.325.1-.186.18s.46.064.474.146c.016.082.168.205.107.205s-.171.117-.274.081c-.102-.035-.114-.066-.016-.095s.097-.149.016-.149c-.08 0-.041.042-.226 0c-.184-.042-.428-.089-.414 0c.015.09.135.226-.086.244c-.222.018-.326.092-.369.033c-.043-.06-.197-.138-.076-.163s.237.086.28.068c.045-.019.144-.029.06-.105c-.082-.077-.219-.122-.092-.18c.126-.057.026-.058-.215.061s-.376.22-.588.205c-.211-.014-.29.005-.359-.014c-.068-.02-.4.213-.495.154c-.096-.059-.404-.081-.349-.154c.056-.072.13-.11.213-.072c.083.037.166.074.222.037s.217-.165.177-.19c-.04-.026-.002-.112-.232-.112s-.311.096-.366.035c-.054-.06.06-.13.06-.13m.37 1.266s.212-.093.316 0c.105.094.19-.007.19-.064c0-.056.167-.25.167-.093s-.052.246.094.246s.804-.217.962-.153s.278.049.238-.044c-.04-.092-.143-.15-.342-.099c-.198.05-.151.1-.323.1c-.171 0-.362-.05-.362-.05s.053-.082.25-.024c.195.06.465-.072.539-.072c.073 0 .275-.004.295.046s.142.096.05.143c-.094.047-.247.077-.142.137s.349.048.36.11c.012.063.127.156.08.156c-.045 0-.129.088-.207.062c-.077-.027-.086-.05-.012-.072c.075-.022.074-.113.012-.113c-.061 0-.031.032-.17 0c-.14-.032-.326-.068-.315 0c.011.067.102.17-.066.185c-.168.013-.246.069-.28.024c-.032-.045-.149-.104-.057-.123s.18.065.213.051s.108-.021.045-.08c-.062-.057-.166-.092-.07-.135s.02-.044-.163.046s-.285.166-.445.155c-.161-.01-.221.004-.273-.01s-.303.16-.376.116c-.072-.044-.306-.062-.264-.117c.042-.054.099-.083.162-.054c.063.028.125.056.168.028c.042-.028.165-.125.134-.145c-.03-.02-.001-.084-.176-.084c-.174 0-.236.072-.277.027c-.042-.046.045-.1.045-.1' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-jm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23093' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' stroke='%23FECA00' stroke-width='2.7' d='m-.14-1.041l-2.21-1.824v29.73l2.21-1.824l14.537-12L15.658 12l-1.26-1.041z'/%3E%3Cpath fill='%23272727' stroke='%23FECA00' stroke-width='2.7' d='m32.164-1.06l2.186-1.724v29.568l-2.186-1.724l-15.219-12L15.601 12l1.344-1.06z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-jo{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackJo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackJo0)'%3E%3Cpath fill='%23272727' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23093' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24l20-12z' clip-rule='evenodd'/%3E%3Cmask id='flagpackJo1' width='20' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24l20-12z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackJo1)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M9.002 13.87L7.132 15l.426-2.204L6 11.146l2.11-.088L9.001 9l.892 2.058H12l-1.554 1.738l.468 2.204z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-jp{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackJp0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackJp0)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M16 19.5a7.5 7.5 0 1 0 0-15a7.5 7.5 0 0 0 0 15' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ke{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%230067C3' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%234E8B1D' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' stroke='%23F7FCFF' stroke-width='2' d='M0 7h-1v10h34V7z'/%3E%3Cellipse cx='16' cy='12' fill='%23AC2317' rx='4' ry='8'/%3E%3Cpath fill='%23fff' d='M19.623 4.03q.343-.615 1.842-1.345a.14.14 0 0 1 .111-.003c.06.026.085.09.056.141L11.274 21.452l-.54-.231l9.13-16.42q-.62-.09-.24-.77'/%3E%3Cpath fill='%23fff' d='M12.366 4.03q.379.682-.242.77l9.13 16.42l-.54.232L10.358 2.823c-.03-.052-.004-.115.056-.14a.14.14 0 0 1 .11.002q1.5.73 1.843 1.346'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M19.385 16.266C19.775 15.03 20 13.567 20 12s-.226-3.03-.615-4.265C18.508 8.969 18 10.432 18 12s.508 3.03 1.385 4.265m-6.77-8.53C12.225 8.969 12 10.432 12 12s.226 3.03.615 4.265C13.492 15.032 14 13.569 14 12s-.508-3.03-1.385-4.265' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M16.24 11.4c.548-.341.96-1.828.96-3.61c0-1.783-.412-3.27-.96-3.611zm-.6-.095c-.487-.47-.84-1.866-.84-3.516s.353-3.046.84-3.515zm0 1.495v7.031c-.487-.469-.84-1.866-.84-3.515s.353-3.046.84-3.516m.358 7.2h.004zm.242-.074v-7.22c.548.34.96 1.828.96 3.61s-.412 3.269-.96 3.61' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='M16 11.474c.663 0 1.2.471 1.2 1.052s-.537 1.053-1.2 1.053s-1.2-.471-1.2-1.053c0-.581.537-1.052 1.2-1.052'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKg0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKg0)'%3E%3Cpath fill='%23FFDC17' fill-rule='evenodd' d='M15.982 17.867q.16 0 .32-.009l.617 1.968l.142-2.056a6 6 0 0 0 .608-.142l1.058 1.773l-.339-2.034a6 6 0 0 0 .557-.278l1.443 1.485l-.803-1.903q.248-.187.476-.398l1.75 1.116l-1.224-1.669q.2-.237.373-.495l1.962.685l-1.578-1.342q.138-.277.247-.568l2.067.217l-1.847-.944q.07-.3.108-.61l2.062-.261l-2.017-.497a6 6 0 0 0-.035-.619l1.944-.725l-2.075-.022a6 6 0 0 0-.179-.595l1.72-1.149l-2.021.453a6 6 0 0 0-.314-.54l1.406-1.51l-1.86.903a6 6 0 0 0-.431-.454l1.016-1.79l-1.6 1.303a6 6 0 0 0-.525-.345l.572-1.97l-1.251 1.63a6 6 0 0 0-.594-.215l.098-2.046l-.837 1.871a6 6 0 0 0-.629-.073L15.99 4l-.38 2.011a6 6 0 0 0-.63.072l-.836-1.869l.098 2.041a6 6 0 0 0-.597.215l-1.247-1.625l.57 1.963q-.275.16-.531.346l-1.592-1.296l1.01 1.78a6 6 0 0 0-.435.458L9.57 7.2l1.397 1.5a6 6 0 0 0-.318.546l-2.01-.45l1.71 1.14q-.107.296-.182.604l-2.06.022l1.93.72a6 6 0 0 0-.036.627l-2.002.494l2.046.259q.04.315.11.618l-1.834.938l2.053-.216q.111.296.252.575L9.057 15.91l1.95-.68q.176.26.377.5l-1.217 1.659l1.742-1.11a6 6 0 0 0 .481.4l-.8 1.895l1.438-1.48q.272.154.561.28l-.338 2.027l1.056-1.77q.3.087.61.142l.143 2.053l.617-1.967q.151.008.305.008m4.5-5.951c0 2.484-2.03 4.499-4.536 4.499s-4.536-2.014-4.536-4.5c0-2.484 2.03-4.498 4.536-4.498s4.536 2.014 4.536 4.499M19.11 13.38c.19-.425.295-.896.295-1.392c0-.485-.1-.945-.282-1.363a5.4 5.4 0 0 0-1.985.525c1.195.523 1.736 1.383 1.972 2.23m-.385.658q-.147.196-.32.37c-.064-1.18-.569-2.08-1.475-3.052c1.122.537 1.754 1.821 1.795 2.682m-.859.811a3 3 0 0 1-.194.12c-.27-1.327-.78-2.373-1.489-3.21l.172-.13l.07-.051c.908 1.044 1.48 1.94 1.441 3.271m-1.89.568c.402 0 .788-.07 1.147-.197c-.26-1.262-.715-2.437-1.372-3.286q-1.178 1.402-1.2 3.174c.434.199.916.31 1.424.31m-.66-3.889l.078.064q-1.255 1.428-1.372 3.214a3 3 0 0 1-.296-.23c.315-1.258.838-2.296 1.59-3.048m-2.498-.88c.786.089 1.406.28 1.871.501c-1.185.504-1.652 1.315-1.886 2.142a3.4 3.4 0 0 1-.257-1.303c0-.476.097-.928.272-1.34m.43 3.419l-.077-.105c.06-.87.613-2.102 1.73-2.61c-.75.727-1.31 1.556-1.653 2.715m.254-4.454a3.42 3.42 0 0 1 2.473-1.054c.957 0 1.822.391 2.445 1.024q-1.472.168-2.483.74c-.601-.345-1.413-.578-2.435-.71' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kh{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23032EA1' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23E00025' d='M0 6h32v12H0z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M12.62 11.31h6.828v2.628H12.62z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M19.448 11.85H12.62v.276h6.828zm-6.828.42h6.828v.3H12.62zm6.48.486h.21v.99h-.21z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M12.62 11.85v-.03l-.03.03zm6.828 0h.03l-.03-.03zm-6.828.276h-.03l.03.03zm6.828 0v.03l.03-.03zm0 .144h.03l-.03-.03zm-6.828 0v-.03l-.03.03zm6.828.3v.03l.03-.03zm-6.828 0h-.03l.03.03zm6.69.186h.03l-.03-.03zm-.21 0v-.03l-.03.03zm.21.99v.03l.03-.03zm-.21 0h-.03l.03.03zm-6.48-1.866h6.828v-.06H12.62zm.03.246v-.276h-.06v.276zm6.798-.03H12.62v.06h6.828zm-.03-.246v.276h.06v-.276zm.03.39H12.62v.06h6.828zm.03.33v-.3h-.06v.3zm-6.858.03h6.828v-.06H12.62zm-.03-.33v.3h.06v-.3zm6.72.456h-.21v.06h.21zm.03 1.02v-.99h-.06v.99zm-.24.03h.21v-.06h-.21zm-.03-1.02v.99h.06v-.99z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M12.62 11.442h6.828v.258H12.62z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12.89 12.756h-.21v.99h.21zm1.53 0h.216v.99h-.216zm2.94 0h.216v.99h-.216zm-4.26 0h.21v.99h-.21zm.66 0h-.21v.99h.21zm.24 0h.21v.99H14zm3.984 0h-.216v.99h.216zm.234 0h.216v.99h-.216zm.666 0h-.216v.99h.216z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M12.68 12.756v-.03l-.03.03zm.21 0h.03l-.03-.03zm-.21.99h-.03l.03.03zm.21 0v.03l.03-.03zm1.746-.99h.03l-.03-.03zm-.216 0v-.03l-.03.03zm.216.99v.03l.03-.03zm-.216 0h-.03l.03.03zm3.156-.99h.03l-.03-.03zm-.216 0v-.03l-.03.03zm.216.99v.03l.03-.03zm-.216 0h-.03l.03.03zm-4.05-.99h.03l-.03-.03zm-.21 0v-.03l-.03.03zm.21.99v.03l.03-.03zm-.21 0h-.03l.03.03zm.45-.99v-.03l-.03.03zm.21 0h.03l-.03-.03zm-.21.99h-.03l.03.03zm.21 0v.03l.03-.03zm.45-.99h.03l-.03-.03zm-.21 0v-.03l-.03.03zm.21.99v.03l.03-.03zm-.21 0h-.03l.03.03zm3.768-.99v-.03l-.03.03zm.216 0h.03l-.03-.03zm-.216.99h-.03l.03.03zm.216 0v.03l.03-.03zm.45-.99h.03l-.03-.03zm-.216 0v-.03l-.03.03zm.216.99v.03l.03-.03zm-.216 0h-.03l.03.03zm.45-.99v-.03l-.03.03zm.216 0h.03l-.03-.03zm-.216.99h-.03l.03.03zm.216 0v.03l.03-.03zm-6.204-.96h.21v-.06h-.21zm.03.96v-.99h-.06v.99zm.18-.03h-.21v.06h.21zm-.03-.96v.99h.06v-.99zm1.776-.03h-.216v.06h.216zm.03 1.02v-.99h-.06v.99zm-.246.03h.216v-.06h-.216zm-.03-1.02v.99h.06v-.99zm3.186-.03h-.216v.06h.216zm.03 1.02v-.99h-.06v.99zm-.246.03h.216v-.06h-.216zm-.03-1.02v.99h.06v-.99zm-4.02-.03h-.21v.06h.21zm.03 1.02v-.99h-.06v.99zm-.24.03h.21v-.06h-.21zm-.03-1.02v.99h.06v-.99zm.48.03h.21v-.06h-.21zm.03.96v-.99h-.06v.99zm.18-.03h-.21v.06h.21zm-.03-.96v.99h.06v-.99zm.48-.03H14v.06h.21zm.03 1.02v-.99h-.06v.99zm-.24.03h.21v-.06H14zm-.03-1.02v.99h.06v-.99zm3.798.03h.216v-.06h-.216zm.03.96v-.99h-.06v.99zm.186-.03h-.216v.06h.216zm-.03-.96v.99h.06v-.99zm.48-.03h-.216v.06h.216zm.03 1.02v-.99h-.06v.99zm-.246.03h.216v-.06h-.216zm-.03-1.02v.99h.06v-.99zm.48.03h.216v-.06h-.216zm.03.96v-.99h-.06v.99zm.186-.03h-.216v.06h.216zm-.03-.96v.99h.06v-.99z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M9.95 14.07a.56.56 0 0 0 .264-.318H21.8c.044.136.139.25.264.318z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.998 7.056c-.144.006-.138.252-.138.252h.27s.006-.252-.132-.252m-.888 3.192v.33h1.776v-.33c.003-.09.052-.136.096-.177c.037-.035.072-.067.072-.123c0 0 .024-.18-.03-.264c-.06.24-.18.198-.18.096c0-.073.05-.146.153-.298l.051-.074c.048-.072.018-.282-.042-.36c-.024.186-.054.27-.132.27c-.048 0-.09-.03-.09-.12c0-.073.031-.124.064-.177c.02-.034.042-.069.056-.111a.3.3 0 0 0-.06-.318l-.013.085c-.017.118-.025.167-.089.167c-.151-.045-.02-.256.027-.333l.009-.015c.03-.114-.06-.204-.06-.204c-.048.156-.06.174-.12.156c-.072-.018-.06-.12.024-.204c.054-.054.048-.138-.012-.198c-.06.12-.156.102-.144.03l.054-.258h-.072l.024-.186h-.954l.024.186h-.066l.048.264c-.006.072-.078.078-.138-.036c-.06.06-.066.138-.012.198c.084.084.096.186.024.204c-.06.018-.072.006-.12-.156c0 0-.096.138-.06.204l.01.017c.049.078.175.281.026.331c-.064 0-.072-.049-.089-.167l-.013-.085a.3.3 0 0 0-.066.318q.024.058.054.104a.34.34 0 0 1 .066.184c0 .09-.036.12-.084.12c-.078 0-.108-.09-.132-.27c-.06.078-.09.288-.042.354l.03.047c.117.176.168.254.168.331c0 .102-.114.144-.18-.096c-.048.084-.024.264-.024.264c0 .055.035.087.073.122c.046.042.095.087.095.178m.48-2.772l.012.15h.78l.018-.15zm.15-.006l-.018-.156h.54l-.006.156zm1.68 6.3c0 .126.18.258.3.3h-3.39c.12-.042.24-.174.24-.3v-1.458l-.15-.204h3.156l-.156.204z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M15.86 7.308h-.03v.03h.03zm.138-.252v-.03h-.001zm.132.252v.03h.03v-.03zm-1.02 3.27h-.03v.03h.03zm1.776 0v.03h.03v-.03zm0-.33l-.03-.001v.001zm.096-.177l.02.022zm.072-.123l-.03-.004v.004zm-.03-.264l.025-.016l-.037-.059l-.017.068zm-.027-.202l.025.017zm.051-.074l.025.017zm-.042-.36l.024-.018l-.045-.058l-.009.072zm-.158-.027l.025.016zm.056-.111l-.028-.011V8.9zm-.06-.318l.022-.02l-.042-.045l-.01.06zm-.013.085l.03.005zm0 0l-.03-.005zm-.089.167l-.009.03h.009zm.027-.333l.026.015zm.009-.015l.027.016l.002-.008zm-.06-.204l.021-.021l-.035-.035l-.015.047zm-.12.156l.009-.029h-.002zm.012-.402l.021-.021l-.03-.03l-.018.038zm-.144.03l-.03-.006v.001zm.054-.258l.03.006l.007-.036h-.037zm-.072 0l-.03-.004l-.004.034h.034zm.024-.186l.03.004l.004-.034h-.034zm-.954 0v-.03h-.034l.004.034zm.024.186v.03h.034l-.004-.034zm-.066 0v-.03h-.036l.006.035zm.048.264l.03.003v-.008zm-.138-.036l.027-.014l-.02-.036l-.028.029zm-.012.198l-.022.02v.001zm.024.204l-.007-.03l-.002.001zm-.12-.156l.029-.009l-.018-.06l-.036.052zm-.06.204l-.026.014v.002zm.01.017l-.025.016zm.026.331v.032l.01-.004zm-.089-.167l.03-.004zm-.013-.085l.03-.005l-.01-.058l-.041.042zm-.066.318l-.028.01zm.054.104l.026-.016zm-.15.034l.03-.004l-.01-.071l-.044.057zm-.042.354l.025-.017zm.03.047l-.024.016zm-.012.235l.029-.008l-.02-.07l-.035.063zm-.024.264h.03v-.004zm.073.122l.02-.022zm.587-2.444l-.03.002l.002.028h.028zm-.012-.15v-.03h-.033l.003.032zm.792.15v.03h.027l.003-.026zm.018-.15l.03.004l.004-.034H16.4zm-.678-.162v-.03h-.034l.004.033zm.018.156l-.03.003l.003.027h.027zm.522-.156l.03.001l.001-.031h-.031zm-.006.156v.03h.029v-.029zm1.464 6.6v.03l.01-.058zm-3.39 0l-.01-.028l.01.058zm.24-1.758h.03v-.01l-.006-.008zm-.15-.204v-.03h-.06l.036.048zm3.156 0l.024.018l.037-.048h-.061zm-.156.204l-.024-.018l-.006.008v.01zm-1.56-5.004h.03v-.01a.5.5 0 0 1 .014-.106a.2.2 0 0 1 .035-.075a.08.08 0 0 1 .06-.031l-.002-.06a.14.14 0 0 0-.104.053a.3.3 0 0 0-.047.098a.5.5 0 0 0-.016.12v.011zm.27-.03h-.27v.06h.27zm-.132-.192q.035 0 .055.028a.2.2 0 0 1 .034.075a.5.5 0 0 1 .013.116v.002l.03.001h.03v-.011a.6.6 0 0 0-.015-.122a.3.3 0 0 0-.045-.098a.13.13 0 0 0-.102-.051zm-.858 3.492v-.33h-.06v.33zm1.746-.03H15.11v.06h1.776zm-.03-.3v.33h.06v-.33zm.105-.199c-.044.042-.101.094-.105.198l.06.002c.003-.077.042-.115.086-.156zm.063-.101c0 .04-.024.065-.063.101l.041.044c.036-.034.082-.075.082-.145zm-.025-.248c.022.034.03.093.03.148l-.004.089v.007l.029.004l.03.004v-.009a1 1 0 0 0 .005-.096a.36.36 0 0 0-.04-.18zm-.185.08q0 .048.027.081a.08.08 0 0 0 .076.029q.045-.01.078-.058a.4.4 0 0 0 .058-.14l-.058-.015a.4.4 0 0 1-.05.12c-.016.025-.03.032-.039.034q-.01.001-.02-.008a.07.07 0 0 1-.012-.043zm.159-.315c-.052.076-.091.133-.117.181a.3.3 0 0 0-.042.134h.06c0-.03.01-.06.034-.105c.025-.045.062-.1.114-.176zm.05-.074l-.05.074l.05.034l.05-.074zm-.04-.325a.4.4 0 0 1 .055.168a.4.4 0 0 1 .002.095a.14.14 0 0 1-.017.062l.05.034a.2.2 0 0 0 .027-.09a.5.5 0 0 0-.003-.109a.44.44 0 0 0-.067-.196zm-.109.282a.1.1 0 0 0 .068-.022a.2.2 0 0 0 .046-.06a.8.8 0 0 0 .048-.214l-.06-.008a.7.7 0 0 1-.043.196a.1.1 0 0 1-.027.038a.05.05 0 0 1-.032.01zm-.12-.15q0 .074.034.114a.11.11 0 0 0 .086.036v-.06q-.027 0-.04-.016c-.01-.011-.02-.033-.02-.074zm.068-.193c-.032.053-.068.11-.068.193h.06c0-.064.026-.108.06-.161zm.053-.104a.5.5 0 0 1-.053.104l.051.032c.02-.034.044-.072.06-.118zm-.053-.288a.27.27 0 0 1 .054.286l.056.022a.33.33 0 0 0-.066-.35zm.038.068l.014-.084l-.06-.01l-.013.086zm0 .001l-.059-.01zm-.118.192q.03 0 .055-.014a.1.1 0 0 0 .034-.043c.015-.032.021-.079.03-.136l-.06-.008a.6.6 0 0 1-.024.12q-.008.014-.013.016q-.004.005-.022.005zm.002-.38a1 1 0 0 0-.092.187a.2.2 0 0 0-.005.112q.018.058.086.08l.017-.058c-.029-.008-.04-.023-.046-.04a.14.14 0 0 1 .006-.077a.8.8 0 0 1 .085-.172zm.008-.014l-.009.015l.052.031l.008-.014zm-.034-.188l-.021.021l.002.003l.009.01a.2.2 0 0 1 .025.039a.17.17 0 0 1 .016.123l.058.016a.23.23 0 0 0-.021-.166a.3.3 0 0 0-.045-.066h-.001V8.27zm-.129.185a.1.1 0 0 0 .05.006a.07.07 0 0 0 .047-.03a.2.2 0 0 0 .03-.058q.014-.036.03-.094l-.057-.018l-.03.091a.2.2 0 0 1-.02.043l-.008.007q-.004.001-.024-.005zm.012-.254a.26.26 0 0 0-.08.144a.1.1 0 0 0 .012.068a.1.1 0 0 0 .058.042l.014-.058q-.015-.005-.02-.014a.05.05 0 0 1-.004-.03a.2.2 0 0 1 .062-.11zm-.012-.156c.05.051.052.116.012.156l.042.042c.068-.068.057-.171-.012-.24zm-.153.004a.08.08 0 0 0 .016.067a.07.07 0 0 0 .06.025c.046-.002.092-.039.125-.104l-.054-.026c-.027.055-.059.07-.073.07q-.01 0-.012-.004q-.004-.001-.003-.018zm.055-.26l-.054.259l.058.012l.054-.258zm-.043.037h.072v-.06h-.072zm-.006-.22l-.024.186l.06.008l.024-.186zm-.924.034h.954v-.06h-.954zm.054.152l-.024-.186l-.06.008l.024.186zm-.096.034h.066v-.06h-.066zm.077.229l-.048-.264l-.059.01l.048.264zm-.194-.017c.032.06.07.098.112.103a.07.07 0 0 0 .059-.02a.1.1 0 0 0 .024-.059l-.06-.004q-.003.02-.007.022q-.003.003-.008.002c-.01-.002-.038-.017-.066-.072zm.037.164a.1.1 0 0 1-.029-.077a.13.13 0 0 1 .04-.08l-.042-.042a.2.2 0 0 0-.058.118a.16.16 0 0 0 .045.121zm.01.253a.1.1 0 0 0 .056-.042a.1.1 0 0 0 .012-.068a.26.26 0 0 0-.079-.144l-.042.042a.2.2 0 0 1 .062.11a.05.05 0 0 1-.005.03q-.003.01-.02.014zm-.157-.176l.031.097a.2.2 0 0 0 .03.058a.07.07 0 0 0 .047.028a.1.1 0 0 0 .05-.007l-.018-.058l-.025.005q-.001.001-.007-.005a.2.2 0 0 1-.02-.042l-.03-.094zm-.005.18q-.007-.01-.002-.04a.3.3 0 0 1 .02-.06l.037-.067l.003-.004l-.024-.018l-.025-.017l-.001.002l-.003.005l-.042.075a.3.3 0 0 0-.024.074a.12.12 0 0 0 .009.08zm.01.016l-.01-.017l-.052.032l.01.017zm.01.375a.12.12 0 0 0 .085-.081a.2.2 0 0 0-.005-.11a.8.8 0 0 0-.09-.184l-.051.032a.7.7 0 0 1 .084.168a.14.14 0 0 1 .004.076c-.005.017-.017.033-.046.043zm-.129-.19c.009.056.015.103.03.135a.1.1 0 0 0 .034.043a.1.1 0 0 0 .055.014v-.06q-.018 0-.022-.005q-.006-.002-.013-.016a.6.6 0 0 1-.024-.12zm-.013-.085q.009.047.013.084l.06-.008l-.014-.086zm-.008.302a.27.27 0 0 1 .06-.286l-.043-.042a.33.33 0 0 0-.073.35zm.052.1a1 1 0 0 1-.052-.1l-.056.022c.016.042.038.077.057.108zm.07.199c0-.086-.036-.144-.07-.2l-.051.031c.034.056.061.102.061.169zm-.114.15c.03 0 .061-.01.083-.038a.18.18 0 0 0 .031-.112h-.06c0 .042-.008.064-.018.075q-.01.015-.036.015zm-.162-.296q.017.136.048.21a.2.2 0 0 0 .045.063q.03.023.069.023v-.06a.05.05 0 0 1-.031-.01a.1.1 0 0 1-.028-.04a.8.8 0 0 1-.043-.194zm.012.332a.1.1 0 0 1-.016-.057a.4.4 0 0 1 .002-.094a.4.4 0 0 1 .056-.167l-.048-.036a.44.44 0 0 0-.067.196a.5.5 0 0 0-.003.107a.2.2 0 0 0 .028.087zm.032.048l-.031-.046l-.05.033l.03.046zm.172.348a.3.3 0 0 0-.044-.143a3 3 0 0 0-.128-.205l-.05.033c.058.089.099.15.125.2c.027.05.037.083.037.115zm-.239-.088a.5.5 0 0 0 .06.14q.035.049.078.058a.08.08 0 0 0 .075-.03a.13.13 0 0 0 .026-.08h-.06a.07.07 0 0 1-.012.043q-.009.01-.018.008c-.008-.002-.022-.009-.04-.034a.4.4 0 0 1-.051-.121zm.005.256l.03-.004v-.002l-.001-.005a1 1 0 0 1 0-.172a.2.2 0 0 1 .021-.066l-.052-.03a.3.3 0 0 0-.028.087a.6.6 0 0 0-.003.165l.002.022v.007l.001.001zm.094.1c-.04-.036-.064-.06-.064-.1h-.06c0 .07.046.11.083.144zm.104.2c0-.105-.059-.158-.104-.2l-.04.044c.044.042.084.079.084.156zm.492-2.624l-.012-.15l-.06.004l.012.15zm.75-.028h-.78v.06h.78zm-.012-.124l-.018.15l.06.008l.018-.15zm-.78.034h.81v-.06h-.81zm.102-.189l.018.156l.06-.006l-.018-.156zm.57-.033h-.54v.06h.54zm.024.187l.006-.156l-.06-.002l-.006.156zm-.546.029h.516v-.06h-.516zm1.99 6.542a.6.6 0 0 1-.185-.113c-.058-.052-.095-.11-.095-.159h-.06c0 .076.053.148.115.204a.7.7 0 0 0 .205.124zm-3.4.058h3.39v-.06h-3.39zm.21-.33a.26.26 0 0 1-.068.162a.36.36 0 0 1-.152.11l.02.056a.4.4 0 0 0 .178-.127a.32.32 0 0 0 .082-.201zm0-1.458v1.458h.06v-1.458zm-.144-.186l.15.204l.048-.036l-.15-.204zm3.18-.048H14.42v.06h3.156zm-.132.252l.156-.204l-.048-.036l-.156.204zm.006 1.44v-1.458h-.06v1.458z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.188 12.756h-.216v.99h.216zm1.824 0h-.216v.99h.216z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M14.972 12.756v-.03l-.03.03zm.216 0h.03l-.03-.03zm-.216.99h-.03l.03.03zm.216 0v.03l.03-.03zm1.608-.99v-.03l-.03.03zm.216 0h.03l-.03-.03zm-.216.99h-.03l.03.03zm.216 0v.03l.03-.03zm-2.04-.96h.216v-.06h-.216zm.03.96v-.99h-.06v.99zm.186-.03h-.216v.06h.216zm-.03-.96v.99h.06v-.99zm1.638.03h.216v-.06h-.216zm.03.96v-.99h-.06v.99zm.186-.03h-.216v.06h.216zm-.03-.96v.99h.06v-.99z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M14.36 10.452v1.656h3.24v-1.656a.25.25 0 0 0-.156.168v.708h-2.922v-.708s-.036-.12-.168-.168z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M17.156 14.07c-.108-.042-.336-.174-.336-.3v-1.632c.024-.09.144-.144.222-.204H14.9c.102.06.216.102.258.204v1.632c0 .126-.18.258-.288.3z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.444 10.776v1.176h-2.922v-1.17h.3v-.12h2.328v.114zm-1.002 2.994c0 .126.15.258.258.3h-1.404c.102-.042.258-.174.258-.3v-1.398l-.09-.12h1.062l-.084.126z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M17.444 11.952v.03h.03v-.03zm0-1.176h.03v-.03h-.03zm-2.922 1.176h-.03v.03h.03zm0-1.17v-.03h-.03v.03zm.3 0v.03h.03v-.03zm0-.12v-.03h-.03v.03zm2.328 0h.03v-.03h-.03zm0 .114h-.03v.03h.03zm-.45 3.294v.03l.01-.058zm-1.404 0l-.011-.028l.011.058zm.258-1.698h.03v-.01l-.006-.008zm-.09-.12v-.03h-.06l.036.048zm1.062 0l.025.017l.031-.047h-.056zm-.084.126l-.025-.017l-.005.008v.009zm1.032-.426v-1.176h-.06v1.176zm-2.952.03h2.922v-.06h-2.922zm-.03-1.2v1.17h.06v-1.17zm.33-.03h-.3v.06h.3zm-.03-.09v.12h.06v-.12zm2.358-.03h-2.328v.06h2.328zm.03.144v-.114h-.06v.114zm.264-.03h-.294v.06h.294zm-.733 3.296a.5.5 0 0 1-.159-.111c-.049-.052-.08-.11-.08-.161h-.06c0 .074.044.146.097.202a.5.5 0 0 0 .18.126zm-1.415.058H16.7v-.06h-1.404zm.228-.33c0 .051-.033.109-.082.16a.5.5 0 0 1-.157.112l.022.056a.6.6 0 0 0 .178-.126c.054-.056.099-.127.099-.202zm0-1.398v1.398h.06v-1.398zm-.084-.102l.09.12l.048-.036l-.09-.12zm1.086-.048h-1.062v.06h1.062zm-.06.173l.085-.126l-.05-.034l-.084.126zm.006 1.375v-1.392h-.06v1.392z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M15.722 12.252h.54v1.818h-.54z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M16.544 11.85c0-.12.348-.126.528-.228h-2.16c.18.102.522.108.522.228l.072.234l.9.036z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.36 10.086s-.294.036-.294.372v-.282c-.09 0-.102.108-.102.402l-1.938-.006c0-.282 0-.402-.108-.402v.93c.222.084.378.36.378.36h1.392s.156-.276.378-.36v.528h.216v-.852s-.09 0-.09-.15c0-.144.054-.246.168-.24z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M17.36 10.086h.03v-.034l-.034.004zm-.294.09h.03v-.03h-.03zm-.102.402v.03h.03v-.03zm-1.938-.006h-.03v.03h.03zm-.108-.402v-.03h-.03v.03zm0 .93h-.03v.02l.02.008zm.378.36l-.026.015l.008.015h.018zm1.392 0v.03h.018l.008-.015zm.378-.36h.03v-.043l-.04.015zm0 .528h-.03v.03h.03zm.216 0v.03h.03v-.03zm0-.852h.03v-.03h-.03zm.078-.39l-.002.03l.032.002v-.032zm-.264.072c0-.157.068-.242.134-.287a.4.4 0 0 1 .133-.055l-.003-.03l-.004-.03h-.004l-.047.012a.4.4 0 0 0-.11.053c-.08.056-.159.158-.159.337zm-.06-.282v.282h.06v-.282zm-.042.402c0-.148.003-.245.017-.305a.1.1 0 0 1 .023-.055q.01-.012.032-.012v-.06a.1.1 0 0 0-.076.031q-.027.032-.038.083a1.7 1.7 0 0 0-.018.318zm-1.968.024l1.938.006v-.06l-1.938-.006zm-.108-.402q.03.001.04.014q.016.013.025.057c.013.062.013.158.013.301h.06c0-.14 0-.244-.014-.313a.17.17 0 0 0-.04-.087a.11.11 0 0 0-.084-.032zm.03.9v-.93h-.06v.93zm.348.36l.026-.015l-.002-.003l-.006-.01l-.02-.033a1 1 0 0 0-.08-.107a.74.74 0 0 0-.285-.22l-.022.056c.104.04.195.125.26.203a1 1 0 0 1 .103.143zm1.392-.03h-1.392v.06h1.392zm.367-.358a.74.74 0 0 0-.284.22a1 1 0 0 0-.102.14l-.005.01l-.002.002v.001l.026.015l.026.015l.002-.003q0-.003.005-.008a1 1 0 0 1 .096-.133a.7.7 0 0 1 .26-.203zm.041.556V11.1h-.06v.528zm.186-.03h-.216v.06h.216zm-.03-.822v.852h.06v-.852zm-.09-.15c0 .081.025.128.056.154a.1.1 0 0 0 .057.026h.006l.001-.03v-.03l-.006-.001l-.02-.01c-.014-.012-.034-.04-.034-.109zm.2-.27a.16.16 0 0 0-.154.077a.36.36 0 0 0-.046.193h.06q0-.105.036-.16a.1.1 0 0 1 .1-.05zm-.032-.27v.3h.06v-.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M14.918 10.458c0-.336-.294-.372-.294-.372v.3c.114-.006.168.096.168.24c0 .15-.09.15-.09.15v.852h.216z'/%3E%3Cpath fill='%23000' d='M15.488 8.186h1.032v-.06h-1.032zm-.12.324h1.26v-.06h-1.26zm-.12.39h1.494v-.06h-1.494zm-.126.474h1.77v-.06h-1.77zm-.042.54h1.824v-.06H15.08zm.372 1.726v-.03h-.03v.03zm1.08 0h.03v-.03h-.03zm0 .396v.03h.03v-.03zm-1.08 0h-.03v.03h.03zm-.924-.346h2.916v-.06h-2.916zm2.916-.06h-2.916v.06h2.916zm-1.992.04h1.08v-.06h-1.08zm1.05-.03v.396h.06v-.396zm.03.366h-1.08v.06h1.08zm-1.05.03v-.396h-.06v.396z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m15.758 8.214l.144.078l.204-.006l.138-.072v-.21l-.023.007c-.05.014-.103.03-.103.113c-.019-.107-.041-.124-.078-.152l-.036-.028q-.021.02-.039.032c-.035.026-.062.045-.075.148c-.01-.086-.06-.1-.113-.115l-.02-.005zm-.282 3.267c.003-.219.006-.535-.156-.729h1.356c-.162.194-.159.51-.156.73v.068h-1.044z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='m15.902 8.292l-.014.026l.007.004h.008zm-.144-.078h-.03v.018l.016.008zm.348.072v.033l.014-.006zm.138-.072l.014.027l.016-.009v-.018zm0-.21h.03v-.042l-.04.014zm-.023.007l.009.029zm-.103.113l-.03.005l.06-.005zm-.078-.152l-.018.025zm-.036-.028l.02-.022l-.021-.02l-.02.02zm-.039.032l.018.024zm-.075.148l-.03.004h.06zm-.113-.115l-.008.03zm-.02-.005l.01-.029l-.04-.011v.04zm-.437 2.748v-.03h-.064l.04.05zm.156.73h.03zm1.2-.73l.023.02l.041-.05h-.064zm-.156.73l.03-.001zm0 .068v.03h.03v-.03zm-1.044 0h-.03v.03h.03zm.44-3.284l-.144-.078l-.028.052l.144.078zm.19-.01l-.205.006l.002.06l.204-.006zm.124-.069l-.138.072l.028.054l.138-.072zm-.016-.183v.21h.06v-.21zm.016.036l.023-.008l-.018-.056l-.022.006zm-.082.084c0-.034.01-.05.022-.06a.2.2 0 0 1 .06-.024l-.017-.058c-.023.007-.056.016-.08.036q-.044.034-.045.106zm-.126-.127c.019.014.029.021.038.037c.01.016.02.042.028.095l.06-.01a.3.3 0 0 0-.037-.116c-.015-.027-.035-.041-.054-.055zm-.038-.03l.038.03l.035-.049l-.033-.026zM15.983 8q.019-.013.042-.035l-.042-.042l-.036.029zm-.063.128a.2.2 0 0 1 .025-.091a.1.1 0 0 1 .038-.037l-.036-.048q-.027.016-.053.053a.3.3 0 0 0-.034.115zm-.152-.09a.2.2 0 0 1 .063.026c.013.01.025.027.03.064l.059-.008q-.01-.072-.052-.104c-.026-.02-.058-.028-.083-.036zm-.019-.005l.02.005l.016-.058l-.018-.005zm.039.181v-.21h-.06v.21zm-.491 2.557a.7.7 0 0 1 .133.34c.019.129.018.26.016.37h.06a2.3 2.3 0 0 0-.017-.378a.74.74 0 0 0-.146-.37zm1.379-.049H15.32v.06h1.356zm-.127.759a2.4 2.4 0 0 1 .017-.37a.7.7 0 0 1 .133-.34l-.046-.038a.74.74 0 0 0-.147.37c-.02.133-.018.27-.017.379zm0 .069v-.07l-.06.002v.068zm-1.073.03h1.044v-.06h-1.044zm-.03-.1v.07h.06v-.069z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='m15.89 8.634l-.24-.168V8.28c.09.018.18.03.192.132c.024-.15.078-.222.162-.282c.078.06.132.132.162.282c.006-.102.102-.114.18-.132v.192l-.234.162z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m15.872 9.168l-.27-.24v-.282l.024.006c.09.021.181.043.192.18c.03-.21.09-.324.18-.408c.096.084.156.198.192.408c.011-.137.102-.159.191-.18l.025-.006v.282l-.276.24zm.504.318l-.24.342h-.282l-.246-.342zm-.732 1.026c-.012-.252-.06-.39-.18-.456h1.056c-.12.066-.168.204-.18.456z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M15.602 8.928h-.03v.013l.01.01zm.27.24l-.02.022l.009.008h.011zm-.27-.522l.007-.03l-.037-.008v.038zm.024.006l-.006.03zm.192.18l-.03.002l.06.002zm.18-.408l.02-.023l-.02-.017l-.02.018zm.192.408l-.03.005l.06-.003zm.191-.18l.007.03zm.025-.006h.03v-.038l-.037.009zm0 .282l.02.023l.01-.01v-.013zm-.276.24v.03h.011l.009-.007zm.006.66v.03h.016l.008-.013zm.24-.342l.024.017l.034-.047h-.058zm-.522.342l-.024.018l.009.012h.015zm-.246-.342v-.03h-.059l.035.048zm-.144.57v-.03l-.014.056zm.18.456l-.03.001l.001.029h.029zm.876-.456l.014.026l-.014-.056zm-.18.456v.03h.029l.001-.029zm-.758-1.562l.27.24l.04-.044l-.27-.24zm-.01-.304v.282h.06v-.282zm.062-.023l-.025-.006l-.014.058l.024.006zm.214.207c-.006-.077-.036-.125-.08-.156c-.04-.03-.091-.041-.135-.051l-.013.058c.045.011.084.02.114.042c.027.02.05.05.054.111zm.13-.428c-.097.09-.16.211-.19.426l.06.008c.029-.205.087-.312.17-.39zm.242.425c-.037-.214-.1-.335-.202-.426l-.04.046c.09.077.147.184.182.39zm.155-.204a.4.4 0 0 0-.136.051c-.044.031-.073.08-.079.156l.06.004c.005-.06.027-.092.054-.111a.3.3 0 0 1 .114-.042zm.024-.006l-.025.006l.015.058l.024-.006zm.037.311v-.282h-.06v.282zm-.286.263l.276-.24l-.04-.046l-.276.24zm-.278.007h.258v-.06h-.258zm.288.647l.24-.342l-.049-.034l-.24.342zm-.306.013h.282v-.06h-.282zm-.27-.354l.246.342l.048-.036l-.246-.342zm.792-.048h-.768v.06h.768zm-.927.626c.105.058.153.18.165.431l.06-.002c-.012-.253-.06-.407-.196-.481zm1.071-.056h-1.056v.06h1.056zm-.15.487c.012-.251.06-.373.164-.43l-.028-.053c-.136.074-.184.228-.196.48zm-.726.029h.696v-.06h-.696z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M16.532 9.48v-.336a.31.31 0 0 0-.228.198c0-.12-.15-.378-.312-.51c-.162.144-.318.384-.312.504c-.03-.09-.108-.162-.228-.192v.342z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M16.58 10.056V9.72q-.19.054-.246.198c0-.12-.162-.378-.342-.51c-.18.15-.348.384-.342.51c-.03-.09-.12-.162-.246-.198v.342z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M16.724 10.758v-.396a.58.58 0 0 0-.306.228c0-.21-.24-.54-.426-.642c-.192.108-.426.444-.426.642a.58.58 0 0 0-.312-.228v.396z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linejoin='bevel' stroke-width='.06' d='M16.64 11.64v-.408c-.144.054-.18.186-.228.282c.018-.414-.228-.852-.42-.966c-.192.114-.444.564-.42.96c-.048-.084-.09-.222-.228-.276v.402z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M16.544 12.252v-.408c-.15.036-.156.09-.204.18c.018-.246-.156-.528-.348-.636a.76.76 0 0 0-.348.636c-.048-.09-.054-.144-.204-.18v.408zm-6.324 1.5v-1.224c-.042-.156-.18-.3-.276-.324v-1.08l.222.12l.258 1.134v1.38z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M10.22 13.758v-1.23c-.042-.156-.18-.3-.276-.324v-1.152c.15 0 .222.192.222.192l.258 1.134v1.374z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M10.058 14.07c.102-.042.252-.174.252-.3v-1.536l-.072-.12h2.622l-.102.12v1.536a.36.36 0 0 0 .204.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M12.428 14.07c-.102-.042-.252-.174-.252-.3v-1.458l.216-.204h-1.776l.216.204v1.458c0 .126-.15.258-.252.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M12.182 14.07c-.102-.042-.258-.174-.258-.3v-1.32l.144-.198H10.94l.144.198v1.32c0 .126-.15.258-.258.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M11.24 12.252h.534v1.824h-.54z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.316 10.896h.258v.192h.006v1.02h-.264zm.186 1.86h.216v.99h-.216zm1.848 0h.21v.99h-.216zm.468-1.446h-.366v.78h.366z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M10.574 10.896h.03l-.03-.03zm-.258 0v-.03l-.03.03zm.258.192h-.03l.03.03zm.006 0h.03l-.03-.03zm0 1.02v.03l.03-.03zm-.264 0h-.03l.03.03zm.402.648h.03l-.03-.03zm-.216 0v-.03l-.03.03zm.216.99v.03l.03-.03zm-.216 0h-.03l.03.03zm2.058-.99h.03l-.03-.03zm-.21 0v-.03l-.03.03zm.21.99v.03l.03-.03zm-.216 0h-.03l.03.03zm.108-2.436v-.03l-.03.03zm.366 0h.03l-.03-.03zm-.366.78h-.03l.03.03zm.366 0v.03l.03-.03zm-2.244-1.224h-.258v.06h.258zm.03.222v-.192h-.06v.192zm-.024-.03h-.006v.06h.006zm.03 1.05v-1.02h-.06v1.02zm-.294.03h.264v-.06h-.264zm-.03-1.05v1.02h.06v-1.02zm0-.192v.192h.06v-.192zm.432 1.83h-.216v.06h.216zm.03 1.02v-.99h-.06v.99zm-.246.03h.216v-.06h-.216zm-.03-1.02v.99h.06v-.99zm2.088-.03h-.21v.06h.21zm.03 1.02v-.99h-.06v.99zm-.246.03h.216v-.06h-.216zm-.024-1.02l-.006.99h.06l.006-.99zm.132-1.416h.366v-.06h-.366zm.03.75v-.78h-.06v.78zm.336-.03h-.366v.06h.366zm-.03-.75v.78h.06v-.78z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.574 10.356v1.74h1.89v-1.734c-.029 0-.048.04-.07.087c-.036.073-.08.165-.182.165c-.09 0-.078-.108-.03-.192c.042-.078.096-.18.024-.378c-.054.15-.186.198-.162.108a.5.5 0 0 1 .055-.125c.044-.077.083-.145.017-.313c-.03.204-.162.198-.132.078a1 1 0 0 1 .03-.09c.034-.085.06-.155-.012-.3c-.054.222-.12.21-.12.072v-.013c0-.195 0-.409-.252-.485c0 0-.018-.18-.108-.18c-.096 0-.114.18-.114.18c-.252.078-.252.294-.252.498c0 .138-.066.15-.12-.072c-.073.145-.046.215-.013.3q.017.04.03.09c.03.12-.101.126-.131-.078c-.066.168-.027.236.017.313c.02.036.042.074.055.125c.024.09-.108.042-.162-.108c-.072.198-.018.3.024.378c.054.084.06.192-.03.192c-.102 0-.146-.094-.181-.169c-.024-.049-.043-.089-.071-.089m-.414 1.752v-1.326q.07-.045.15 0v1.326z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M10.574 12.096h-.03v.03h.03zm0-1.74v-.03h-.03v.03zm1.89 1.74v.03h.03v-.03zm0-1.734h.03v-.03h-.03zm-.07.087l.026.013zm-.212-.027l.026.015zm.024-.378l.028-.01l-.028-.078l-.028.078zm-.162.108l.029.008zm.055-.125l-.026-.015zm.017-.313l.028-.01l-.041-.106l-.017.112zm-.132.078l-.03-.008zm.03-.09l.029.011zm-.012-.3l.027-.013l-.037-.074l-.02.08zm-.12.059h.03zm-.252-.485l-.03.003l.002.02l.02.006zm-.222 0l.009.029l.019-.006l.002-.02zm-.372.426l.03-.007l-.02-.08l-.037.074zm-.013.3l.028-.01zm.03.09l.03-.007zm-.131-.078l.03-.004l-.017-.112l-.041.105zm.017.313l.026-.015zm.055.125l-.03.008zm-.162-.108l.028-.01l-.028-.078l-.028.078zm.024.378l-.027.014l.002.002zm-.211.023l.027-.013zm-.485.337l-.016-.025l-.014.008v.017zm0 1.326h-.03v.03h.03zm.15-1.326h.03v-.018l-.015-.008zm0 1.326v.03h.03v-.03zm.294-.012v-1.74h-.06v1.74zm1.86-.03h-1.89v.06h1.89zm-.03-1.704v1.734h.06v-1.734zm-.014.1l.031-.057l.01-.012h.003v-.061c-.03 0-.05.02-.062.038q-.02.03-.036.066zm-.208.182a.18.18 0 0 0 .138-.065a.5.5 0 0 0 .07-.117l-.054-.026a.5.5 0 0 1-.061.103a.12.12 0 0 1-.093.045zm-.056-.237a.3.3 0 0 0-.04.144a.1.1 0 0 0 .025.065a.1.1 0 0 0 .07.028v-.06q-.022-.002-.027-.009q-.007-.006-.009-.027a.2.2 0 0 1 .033-.111zm.022-.353a.43.43 0 0 1 .03.22a.4.4 0 0 1-.053.134l.053.028a.5.5 0 0 0 .058-.153a.5.5 0 0 0-.032-.25zm-.163.09c-.007.025-.007.06.021.076a.06.06 0 0 0 .039.007a.1.1 0 0 0 .035-.013a.3.3 0 0 0 .124-.16l-.056-.02a.24.24 0 0 1-.096.127l-.016.006q-.004 0 0 .001c.01.006.002.012.007-.008zm.058-.132c-.02.036-.044.077-.058.133l.058.014a.5.5 0 0 1 .052-.117zm.015-.287a.35.35 0 0 1 .031.175a.3.3 0 0 1-.046.112l.052.03a.4.4 0 0 0 .053-.133a.4.4 0 0 0-.034-.206zm-.133.06q-.014.053.007.09a.06.06 0 0 0 .032.027a.1.1 0 0 0 .041.001a.12.12 0 0 0 .069-.058a.3.3 0 0 0 .042-.127l-.06-.008a.3.3 0 0 1-.033.103c-.014.023-.027.03-.034.033h-.004l-.002-.002c-.003-.005-.006-.019 0-.045zm.031-.094q-.016.041-.031.093l.058.016a1 1 0 0 1 .03-.087zm-.01-.276a.34.34 0 0 1 .042.159a.4.4 0 0 1-.032.117l.056.022a.4.4 0 0 0 .036-.137a.4.4 0 0 0-.05-.187zm-.124.059q0 .055.013.09a.1.1 0 0 0 .023.03q.02.015.043.008a.1.1 0 0 0 .032-.024a.2.2 0 0 0 .024-.038a.7.7 0 0 0 .044-.13l-.058-.015a.6.6 0 0 1-.04.118l-.016.026q-.006.008-.005.005a.01.01 0 0 1 .011.002q.002.002-.002-.005a.2.2 0 0 1-.01-.067zm0-.013v.013h.06v-.013zm-.23-.456c.116.035.172.1.2.18c.03.08.03.177.03.276h.06c0-.096 0-.204-.033-.297a.34.34 0 0 0-.24-.217zm-.1-.179q.016 0 .032.018q.016.02.027.052a.4.4 0 0 1 .018.076v.005l.001.002l.03-.003l.03-.003V8.97l-.001-.006a1 1 0 0 0-.021-.088a.2.2 0 0 0-.038-.071a.1.1 0 0 0-.078-.039zm-.114.15l.03.003v-.007a.4.4 0 0 1 .02-.076a.2.2 0 0 1 .028-.052q.016-.018.036-.018v-.06a.1.1 0 0 0-.08.038a.2.2 0 0 0-.041.072a.4.4 0 0 0-.023.096v.001zm-.222.498c0-.103 0-.203.03-.286a.28.28 0 0 1 .2-.183l-.017-.058a.34.34 0 0 0-.24.22c-.033.096-.033.206-.033.307zm-.18-.065q.022.085.044.13a.2.2 0 0 0 .025.04q.012.015.032.023q.023.006.043-.007a.1.1 0 0 0 .022-.031a.3.3 0 0 0 .014-.09h-.06a.2.2 0 0 1-.009.067l-.003.005a.01.01 0 0 1 .011-.002l-.005-.005l-.016-.026a.6.6 0 0 1-.039-.118zm.045.282a.4.4 0 0 1-.031-.117a.3.3 0 0 1 .043-.159l-.054-.026a.4.4 0 0 0-.049.187c.002.052.02.095.035.137zm.032.093a1 1 0 0 0-.032-.093l-.056.022q.017.04.03.087zm-.19-.066a.3.3 0 0 0 .04.127q.03.046.07.058a.064.064 0 0 0 .073-.029q.02-.036.007-.09l-.058.015c.006.026.002.04 0 .045l-.002.001h-.005c-.006-.001-.02-.009-.033-.032a.3.3 0 0 1-.033-.103zm.072.294a.3.3 0 0 1-.046-.112a.35.35 0 0 1 .03-.175l-.055-.022a.4.4 0 0 0-.035.206c.008.054.032.095.054.133zm.058.133c-.014-.056-.038-.097-.058-.133l-.052.03c.02.036.04.07.052.117zm-.22-.09a.3.3 0 0 0 .125.16q.017.008.035.012q.019.002.039-.007c.028-.017.028-.05.02-.076l-.057.016c.005.02-.003.014.006.008q.005 0 0 0l-.015-.006a.24.24 0 0 1-.096-.128zm.08.353a.4.4 0 0 1-.052-.135a.43.43 0 0 1 .03-.219l-.057-.02a.5.5 0 0 0-.032.249c.01.065.037.114.057.153zm-.057.236a.1.1 0 0 0 .072-.027a.1.1 0 0 0 .027-.065a.25.25 0 0 0-.044-.146l-.05.032c.024.039.036.08.034.11q-.002.02-.01.027q-.006.008-.03.009zm-.209-.186c.018.037.04.083.07.12a.18.18 0 0 0 .139.066v-.06a.12.12 0 0 1-.093-.046a.5.5 0 0 1-.061-.106zm-.043-.072l.002.001l.01.012q.015.021.031.059l.055-.026l-.036-.067c-.012-.018-.032-.039-.062-.039zm-.444.396v1.326h.06v-1.326zm.194-.026a.17.17 0 0 0-.18 0l.032.051a.1.1 0 0 1 .057-.018a.13.13 0 0 1 .062.02zm.016 1.352v-1.326h-.06v1.326zm-.18.03h.15v-.06h-.15z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12.764 12.108v-.864c.03-.024.084-.018.12 0v.864zm-2.172 0c-.048-.258-.234-.372-.42-.468v.468z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='m12.764 11.244l-.019-.023l-.011.009v.014zm0 .864h-.03v.03h.03zm.12-.864h.03v-.018l-.017-.009zm0 .864v.03h.03v-.03zm-2.712-.468l.014-.027l-.044-.022v.049zm.42.468v.03h.036l-.007-.036zm-.42 0h-.03v.03h.03zm2.562-.864v.864h.06v-.864zm.163-.027a.2.2 0 0 0-.074-.019a.12.12 0 0 0-.078.023l.038.046q.01-.009.038-.009q.027.001.05.013zm.017.891v-.864h-.06v.864zm-.15.03h.12v-.06h-.12zm-2.606-.471c.186.095.36.204.405.447l.058-.012c-.05-.273-.249-.392-.435-.489zm.044.441v-.468h-.06v.468zm.39-.03h-.42v.06h.42z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m11.756 9.528l-.108.09h-.27l-.108-.096v-.12c.042.012.06.018.09.06a.3.3 0 0 1 .156-.174a.3.3 0 0 1 .15.18c.03-.042.054-.06.09-.06zm.708 2.574c.048-.264.234-.372.42-.462v.462z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M11.648 9.618v.03h.01l.01-.007zm.108-.09l.02.023l.01-.009v-.014zm-.378.09l-.02.022l.008.008h.012zm-.108-.096h-.03v.013l.01.01zm0-.12l.008-.029l-.038-.01v.039zm.09.06l-.024.017l.033.048l.02-.055zm.156-.174l.014-.027l-.013-.006l-.014.006zm.15.18l-.029.009l.018.058l.035-.05zm.09-.06h.03v-.03h-.03zm1.128 2.232h.03v-.048l-.043.021zm-.42.462l-.03-.005l-.006.035h.036zm.42 0v.03h.03v-.03zm-1.217-2.461l.108-.09l-.038-.046l-.108.09zm-.29.007h.27v-.06h-.27zm-.127-.104l.108.096l.04-.044l-.108-.096zm-.01-.142v.12h.06v-.12zm.144.043a.2.2 0 0 0-.049-.05a.2.2 0 0 0-.057-.022l-.016.058a.2.2 0 0 1 .042.015a.1.1 0 0 1 .031.033zm.12-.184a.33.33 0 0 0-.172.191l.056.02a.27.27 0 0 1 .14-.157zm.19.198a.33.33 0 0 0-.164-.198l-.028.054a.27.27 0 0 1 .135.162zm.062-.081a.1.1 0 0 0-.064.02a.2.2 0 0 0-.05.053l.048.034a.2.2 0 0 1 .036-.038a.05.05 0 0 1 .03-.009zm.03.15v-.12h-.06v.12zm1.085 2.085c-.187.09-.386.204-.437.484l.06.01c.045-.248.218-.35.403-.44zm.043.489v-.462h-.06v.462zm-.45.03h.42v-.06h-.42z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='m11.708 9.912l.048-.114v-.15c-.036 0-.06.018-.09.06a.3.3 0 0 0-.15-.18a.3.3 0 0 0-.156.174c-.03-.042-.048-.048-.09-.054v.15l.048.114z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='m11.72 10.308l.156-.198v-.192c-.06 0-.09.03-.132.096c-.042-.138-.12-.162-.228-.228c-.114.06-.192.09-.228.222c-.048-.066-.078-.084-.138-.09v.192l.162.198z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M11.762 10.698s.192-.162.198-.252v-.21c-.072.006-.138.024-.192.114c-.048-.174-.12-.222-.252-.3c-.138.078-.21.126-.252.3c-.06-.09-.12-.108-.198-.12v.216a.9.9 0 0 0 .198.252z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M11.84 11.418s.264-.282.27-.396v-.324c-.096.012-.192.078-.264.216c-.06-.27-.156-.456-.33-.588c-.18.132-.276.318-.336.588c-.072-.138-.162-.204-.258-.216v.324c.018.114.264.396.264.396z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M11.84 11.844s.222-.222.27-.318v-.324c-.096.012-.192.078-.264.21a.84.84 0 0 0-.33-.552c-.18.132-.276.282-.336.552c-.072-.132-.162-.198-.258-.21v.324c.06.096.264.318.264.318z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M11.93 12.096c-.06-.282-.12-.492-.426-.702c-.312.21-.366.42-.432.702z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M12.092 12.252v-.408c-.144.06-.27.138-.318.228c-.048-.228-.15-.324-.276-.462c-.126.138-.21.24-.264.462c-.048-.09-.174-.174-.312-.228v.408zm9.69 1.5v-1.224c.042-.156.18-.3.276-.324v-1.08l-.222.12l-.258 1.134v1.38z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M21.782 13.758v-1.23c.042-.156.18-.3.276-.324v-1.152c-.15 0-.222.192-.222.192l-.258 1.134v1.374z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M21.944 14.07c-.102-.042-.252-.174-.252-.3v-1.536l.072-.12h-2.622l.102.12v1.536a.36.36 0 0 1-.204.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M19.574 14.07c.102-.042.252-.174.252-.3v-1.458l-.216-.204h1.776l-.216.204v1.458c0 .126.15.258.252.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M19.82 14.07c.102-.042.258-.174.258-.3v-1.32l-.144-.198h1.128l-.144.198v1.32c0 .126.15.258.258.3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M20.762 12.252h-.534v1.824h.54z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.686 10.896h-.258v.192h-.006v1.02h.264zm-.186 1.86h-.216v.99h.216zm-1.848 0h-.21v.99h.216zm-.468-1.446h.366v.78h-.366z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M21.428 10.896h-.03l.03-.03zm.258 0v-.03l.03.03zm-.258.192h.03l-.03.03zm-.006 0h-.03l.03-.03zm0 1.02v.03l-.03-.03zm.264 0h.03l-.03.03zm-.402.648h-.03l.03-.03zm.216 0v-.03l.03.03zm-.216.99v.03l-.03-.03zm.216 0h.03l-.03.03zm-2.058-.99h-.03l.03-.03zm.21 0v-.03l.03.03zm-.21.99v.03l-.03-.03zm.216 0h.03l-.03.03zm-.108-2.436v-.03l.03.03zm-.366 0h-.03l.03-.03zm.366.78h.03l-.03.03zm-.366 0v.03l-.03-.03zm2.244-1.224h.258v.06h-.258zm-.03.222v-.192h.06v.192zm.024-.03h.006v.06h-.006zm-.03 1.05v-1.02h.06v1.02zm.294.03h-.264v-.06h.264zm.03-1.05v1.02h-.06v-1.02zm0-.192v.192h-.06v-.192zm-.432 1.83h.216v.06h-.216zm-.03 1.02v-.99h.06v.99zm.246.03h-.216v-.06h.216zm.03-1.02v.99h-.06v-.99zm-2.088-.03h.21v.06h-.21zm-.03 1.02v-.99h.06v.99zm.246.03h-.216v-.06h.216zm.024-1.02l.006.99h-.06l-.006-.99zm-.132-1.416h-.366v-.06h.366zm-.03.75v-.78h.06v.78zm-.336-.03h.366v.06h-.366zm.03-.75v.78h-.06v-.78z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.428 10.356v1.74h-1.89v-1.734c.028 0 .047.04.07.087c.036.073.08.165.182.165c.09 0 .078-.108.03-.192c-.042-.078-.096-.18-.024-.378c.054.15.186.198.162.108a.5.5 0 0 0-.055-.125c-.044-.077-.083-.145-.017-.313c.03.204.162.198.132.078q-.014-.05-.03-.09c-.034-.085-.06-.155.012-.3c.054.222.12.21.12.072v-.013c0-.195 0-.409.252-.485c0 0 .018-.18.108-.18c.096 0 .114.18.114.18c.252.078.252.294.252.498c0 .138.066.15.12-.072c.073.145.046.215.012.3a1 1 0 0 0-.03.09c-.03.12.102.126.132-.078c.066.168.027.236-.017.313a.5.5 0 0 0-.055.125c-.024.09.108.042.162-.108c.072.198.018.3-.024.378c-.054.084-.06.192.03.192c.102 0 .146-.094.181-.169c.023-.049.042-.089.07-.089m.414 1.752v-1.326q-.07-.045-.15 0v1.326z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M21.428 12.096h.03v.03h-.03zm0-1.74v-.03h.03v.03zm-1.89 1.74v.03h-.03v-.03zm0-1.734h-.03v-.03h.03zm.07.087l-.026.013zm.212-.027l-.026.015zm-.024-.378l-.028-.01l.028-.078l.028.078zm.162.108l-.03.008zm-.055-.125l.026-.015zm-.017-.313l-.028-.01l.041-.106l.017.112zm.132.078l.029-.008zm-.03-.09l-.029.011zm.012-.3l-.027-.013l.037-.074l.02.08zm.12.059h-.03zm.252-.485l.03.003l-.002.02l-.02.006zm.222 0l-.009.029l-.019-.006l-.002-.02zm.372.426l-.03-.007l.02-.08l.037.074zm.012.3l-.027-.01zm-.03.09l-.03-.007zm.132-.078l-.03-.004l.017-.112l.04.105zm-.017.313l-.026-.015zm-.055.125l.029.008zm.162-.108l-.028-.01l.028-.078l.028.078zm-.024.378l.026.014v.002zm.211.023l-.027-.013zm.485.337l.016-.025l.014.008v.017zm0 1.326h.03v.03h-.03zm-.15-1.326h-.03v-.018l.015-.008zm0 1.326v.03h-.03v-.03zm-.294-.012v-1.74h.06v1.74zm-1.86-.03h1.89v.06h-1.89zm.03-1.704v1.734h-.06v-1.734zm.014.1a.4.4 0 0 0-.031-.057l-.01-.012h-.003v-.061c.03 0 .05.02.062.038q.019.03.036.066zm.208.182a.18.18 0 0 1-.138-.065c-.032-.036-.053-.081-.07-.117l.054-.026a.5.5 0 0 0 .06.103a.12.12 0 0 0 .094.045zm.056-.237a.3.3 0 0 1 .04.144a.1.1 0 0 1-.025.065a.1.1 0 0 1-.071.028v-.06q.023-.002.027-.009q.008-.006.01-.027a.2.2 0 0 0-.033-.111zm-.022-.353a.43.43 0 0 0-.03.22a.4.4 0 0 0 .052.134l-.052.028a.5.5 0 0 1-.058-.153a.5.5 0 0 1 .032-.25zm.163.09c.007.025.007.06-.021.076a.06.06 0 0 1-.039.007a.1.1 0 0 1-.035-.013a.3.3 0 0 1-.124-.16l.056-.02a.23.23 0 0 0 .096.127l.016.006q.004 0 0 .001c-.01.006-.002.012-.007-.008zm-.058-.132c.02.036.044.077.058.133l-.058.014a.5.5 0 0 0-.052-.117zm-.015-.287a.35.35 0 0 0-.031.175a.3.3 0 0 0 .046.112l-.052.03a.4.4 0 0 1-.054-.133a.4.4 0 0 1 .035-.206zm.133.06q.014.053-.007.09a.06.06 0 0 1-.032.027a.1.1 0 0 1-.041.001a.12.12 0 0 1-.07-.058a.3.3 0 0 1-.04-.127l.059-.008q.012.071.033.103c.014.023.027.03.033.033h.005l.002-.002c.002-.005.006-.019 0-.045zm-.032-.094a1 1 0 0 1 .032.093l-.058.016q-.013-.047-.03-.087zm.012-.276a.3.3 0 0 0-.043.159c.001.04.015.074.031.117l-.056.022c-.016-.042-.033-.085-.035-.137a.4.4 0 0 1 .05-.187zm.123.059a.3.3 0 0 1-.013.09a.1.1 0 0 1-.023.03a.05.05 0 0 1-.043.008a.1.1 0 0 1-.032-.024a.2.2 0 0 1-.024-.038a.7.7 0 0 1-.044-.13l.058-.015a.6.6 0 0 0 .04.118l.016.026l.004.005a.01.01 0 0 0-.01.002q-.002.002.002-.005a.2.2 0 0 0 .009-.067zm0-.013v.013h-.06v-.013zm.23-.456c-.116.035-.172.1-.2.18a.8.8 0 0 0-.03.276h-.06c0-.096 0-.204.033-.297a.34.34 0 0 1 .24-.217zm.1-.179q-.016 0-.032.018a.2.2 0 0 0-.027.052a.4.4 0 0 0-.018.076l-.001.005v.002l-.03-.003l-.03-.003V8.97l.001-.006l.004-.022l.017-.066a.2.2 0 0 1 .038-.071a.1.1 0 0 1 .078-.039zm.114.15l-.03.003v-.007a.4.4 0 0 0-.02-.076a.2.2 0 0 0-.028-.052q-.016-.018-.036-.018v-.06c.035 0 .061.017.08.038s.032.047.041.072a.4.4 0 0 1 .018.066l.004.022v.009zm.222.498c0-.103 0-.203-.03-.286c-.028-.08-.084-.147-.201-.183l.018-.058a.34.34 0 0 1 .24.22a1 1 0 0 1 .033.307zm.18-.065a.7.7 0 0 1-.045.13a.2.2 0 0 1-.024.04a.1.1 0 0 1-.032.023a.05.05 0 0 1-.043-.007a.1.1 0 0 1-.023-.031a.3.3 0 0 1-.013-.09h.06q0 .05.009.067l.002.005a.01.01 0 0 0-.01-.002l.004-.005l.017-.026a.6.6 0 0 0 .039-.118zm-.045.282a.4.4 0 0 0 .03-.117a.3.3 0 0 0-.042-.159l.054-.026a.4.4 0 0 1 .049.187c-.002.052-.02.095-.036.137zm-.032.093q.015-.052.032-.093l.055.022a1 1 0 0 0-.03.087zm.19-.066a.3.3 0 0 1-.041.127a.12.12 0 0 1-.069.058a.1.1 0 0 1-.041-.001a.06.06 0 0 1-.032-.027q-.02-.037-.007-.09l.058.014c-.006.026-.003.04 0 .045l.002.001h.005q.01 0 .033-.032a.3.3 0 0 0 .033-.103zm-.072.294a.3.3 0 0 0 .046-.112a.35.35 0 0 0-.031-.175l.056-.022a.4.4 0 0 1 .034.206a.3.3 0 0 1-.053.133zm-.058.133c.014-.056.038-.097.058-.133l.052.03a.5.5 0 0 0-.052.117zm.22-.09a.3.3 0 0 1-.125.16a.1.1 0 0 1-.035.012a.06.06 0 0 1-.039-.007c-.028-.017-.028-.05-.021-.076l.058.016c-.005.02.003.014-.006.008q-.005 0 0 0l.015-.006a.24.24 0 0 0 .096-.128zm-.08.353a.4.4 0 0 0 .052-.135a.43.43 0 0 0-.03-.219l.057-.02a.5.5 0 0 1 .032.249a.5.5 0 0 1-.058.153zm.057.236a.1.1 0 0 1-.072-.027a.1.1 0 0 1-.027-.065a.25.25 0 0 1 .044-.146l.05.032a.2.2 0 0 0-.034.11q.001.02.01.027q.006.008.029.009zm.208-.186c-.017.037-.038.083-.07.12a.18.18 0 0 1-.138.066v-.06c.04 0 .069-.018.093-.046a.5.5 0 0 0 .061-.106zm.044-.072l-.002.001l-.01.012l-.032.059l-.054-.026l.036-.067c.012-.018.032-.039.062-.039zm.444.396v1.326h-.06v-1.326zm-.195-.026a.17.17 0 0 1 .18 0l-.031.051a.1.1 0 0 0-.057-.018a.13.13 0 0 0-.062.02zm-.015 1.352v-1.326h.06v1.326zm.18.03h-.15v-.06h.15z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M19.238 12.108v-.864c-.03-.024-.084-.018-.12 0v.864zm2.172 0c.048-.258.234-.372.42-.468v.468z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='m19.238 11.244l.019-.023l.011.009v.014zm0 .864h.03v.03h-.03zm-.12-.864h-.03v-.018l.017-.009zm0 .864v.03h-.03v-.03zm2.712-.468l-.014-.027l.044-.022v.049zm-.42.468v.03h-.036l.007-.036zm.42 0h.03v.03h-.03zm-2.562-.864v.864h-.06v-.864zm-.163-.027a.2.2 0 0 1 .074-.019a.12.12 0 0 1 .078.023l-.038.046q-.01-.009-.038-.009a.1.1 0 0 0-.05.013zm-.017.891v-.864h.06v.864zm.15.03h-.12v-.06h.12zm2.606-.471c-.186.095-.36.204-.405.447l-.058-.012c.05-.273.249-.392.435-.489zm-.044.441v-.468h.06v.468zm-.39-.03h.42v.06h-.42z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m20.246 9.528l.108.09h.27l.108-.096v-.12c-.042.012-.06.018-.09.06a.3.3 0 0 0-.156-.174a.3.3 0 0 0-.15.18c-.03-.042-.054-.06-.09-.06zm-.708 2.574c-.048-.264-.234-.372-.42-.462v.462z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.354 9.618v.03h-.01l-.01-.007zm-.108-.09l-.02.023l-.01-.009v-.014zm.378.09l.02.022l-.009.008h-.011zm.108-.096h.03v.013l-.01.01zm0-.12l-.008-.029l.038-.01v.039zm-.09.06l.024.017l-.034.048l-.018-.055zm-.156-.174l-.014-.027l.013-.006l.014.006zm-.15.18l.029.009l-.018.058l-.036-.05zm-.09-.06h-.03v-.03h.03zm-1.128 2.232h-.03v-.048l.043.021zm.42.462l.03-.005l.006.035h-.036zm-.42 0v.03h-.03v-.03zm1.217-2.461l-.108-.09l.038-.046l.108.09zm.289.007h-.27v-.06h.27zm.128-.104l-.108.096l-.04-.044l.108-.096zm.01-.142v.12h-.06v-.12zm-.145.043a.2.2 0 0 1 .05-.05q.026-.014.057-.022l.016.058a.2.2 0 0 0-.042.015a.1.1 0 0 0-.032.033zM20.5 9.26a.33.33 0 0 1 .171.191l-.056.02a.27.27 0 0 0-.14-.157zm-.192.198a.33.33 0 0 1 .165-.198l.028.054a.27.27 0 0 0-.135.162zm-.061-.081a.1.1 0 0 1 .064.02a.2.2 0 0 1 .05.053l-.049.034a.2.2 0 0 0-.035-.038a.05.05 0 0 0-.03-.009zm-.03.15v-.12h.06v.12zm-1.085 2.085c.187.09.386.204.436.484l-.059.01c-.045-.248-.218-.35-.403-.44zm-.043.489v-.462h.06v.462zm.45.03h-.42v-.06h.42z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='m20.294 9.912l-.048-.114v-.15c.036 0 .06.018.09.06a.3.3 0 0 1 .15-.18a.3.3 0 0 1 .156.174c.03-.042.048-.048.09-.054v.15l-.048.114z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='m20.282 10.308l-.156-.198v-.192c.06 0 .09.03.132.096c.042-.138.12-.162.228-.228c.114.06.192.09.228.222c.048-.066.078-.084.138-.09v.192l-.162.198z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M20.24 10.698s-.192-.162-.198-.252v-.21c.072.006.138.024.192.114c.048-.174.12-.222.252-.3c.138.078.21.126.252.3c.06-.09.12-.108.198-.12v.216a.9.9 0 0 1-.198.252z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M20.162 11.418s-.264-.282-.27-.396v-.324c.096.012.192.078.264.216c.06-.27.156-.456.33-.588c.18.132.276.318.336.588c.072-.138.162-.204.258-.216v.324c-.018.114-.264.396-.264.396z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M20.162 11.844s-.222-.222-.27-.318v-.324c.096.012.192.078.264.21a.84.84 0 0 1 .33-.552c.18.132.276.282.336.552c.072-.132.162-.198.258-.21v.324c-.06.096-.264.318-.264.318z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M20.072 12.096c.06-.282.12-.492.426-.702c.312.21.366.42.432.702z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M19.91 12.252v-.408c.144.06.27.138.318.228c.048-.228.15-.324.276-.462c.126.138.21.24.264.462c.048-.09.174-.174.312-.228v.408z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.58 14.43H9.416v.486H22.58zM8.642 15.558H23.36v.75h.39v.75H8.252v-.75h.39z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M9.416 14.43v-.03h-.03v.03zm13.164 0h.03v-.03h-.03zm-13.164.486h-.03v.03h.03zm13.164 0v.03h.03v-.03zm.78.642h.03v-.03h-.03zm-14.718 0v-.03h-.03v.03zm14.718.75h-.03v.03h.03zm.39 0h.03v-.03h-.03zm0 .75v.03h.03v-.03zm-15.498 0h-.03v.03h.03zm0-.75v-.03h-.03v.03zm.39 0v.03h.03v-.03zm.774-1.848H22.58v-.06H9.416zm.03.456v-.486h-.06v.486zm13.134-.03H9.416v.06H22.58zm-.03-.456v.486h.06v-.486zm.81 1.098H8.642v.06H23.36zm.03.78v-.75h-.06v.75zm.36-.03h-.39v.06h.39zm.03.78v-.75h-.06v.75zm-15.528.03H23.75v-.06H8.252zm-.03-.78v.75h.06v-.75zm.42-.03h-.39v.06h.39zm-.03-.72v.75h.06v-.75z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.364 14.058H9.644v.372h12.72zm.612.858H9.032v.636h13.944z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M9.644 14.058v-.03h-.03v.03zm12.72 0h.03v-.03h-.03zm-12.72.372h-.03v.03h.03zm12.72 0v.03h.03v-.03zm-13.332.486v-.03h-.03v.03zm13.944 0h.03v-.03h-.03zm-13.944.636h-.03v.03h.03zm13.944 0v.03h.03v-.03zM9.644 14.088h12.72v-.06H9.644zm.03.342v-.372h-.06v.372zm12.69-.03H9.644v.06h12.72zm-.03-.342v.372h.06v-.372zm-13.302.888h13.944v-.06H9.032zm.03.606v-.636h-.06v.636zm13.914-.03H9.032v.06h13.944zm-.03-.606v.636h.06v-.636z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M11.024 14.058h.96v3h-.96z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.774 14.058h-.534l-.006 3h.54zm4.686 0h-.96v3h.96z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M11.24 14.058v-.03h-.03v.03zm.534 0h.03v-.03h-.03zm-.54 3h-.03v.03h.03zm.54 0v.03h.03v-.03zm3.726-3v-.03h-.03v.03zm.96 0h.03v-.03h-.03zm-.96 3h-.03v.03h.03zm.96 0v.03h.03v-.03zm-5.22-2.97h.534v-.06h-.534zm.024 2.97l.006-3h-.06l-.006 3zm.51-.03h-.54v.06h.54zm-.03-2.97v3h.06v-3zm3.756.03h.96v-.06h-.96zm.03 2.97v-3h-.06v3zm.93-.03h-.96v.06h.96zm-.03-2.97v3h.06v-3z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16.262 14.058h-.54v3h.54zm4.71 0h-.96v3h.96z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M15.722 14.058v-.03h-.03v.03zm.54 0h.03v-.03h-.03zm-.54 3h-.03v.03h.03zm.54 0v.03h.03v-.03zm3.75-3v-.03h-.03v.03zm.96 0h.03v-.03h-.03zm-.96 3h-.03v.03h.03zm.96 0v.03h.03v-.03zm-5.25-2.97h.54v-.06h-.54zm.03 2.97v-3h-.06v3zm.51-.03h-.54v.06h.54zm-.03-2.97v3h.06v-3zm3.78.03h.96v-.06h-.96zm.03 2.97v-3h-.06v3zm.93-.03h-.96v.06h.96zm-.03-2.97v3h.06v-3z'/%3E%3Cpath fill='%23fff' stroke='%23000' stroke-width='.06' d='M20.222 14.058h.54v3h-.54z'/%3E%3Cpath fill='%23000' d='M10.22 13.802H21.8v-.06H10.22zm1.008 2.928h.552v-.06h-.552zm0-.378h.552v-.06h-.552zm0-.372h.552v-.06h-.552zm0-.378h.552v-.06h-.552zm0-.372h.552v-.06h-.552zm0-.378h.552v-.06h-.552zm0-.372h.552v-.06h-.552zm4.5 2.25h.516v-.06h-.516zm0-.378h.516v-.06h-.516zm0-.372h.516v-.06h-.516zm0-.378h.516v-.06h-.516zm0-.372h.516v-.06h-.516zm0-.378h.516v-.06h-.516zm0-.372h.516v-.06h-.516zm4.488 2.25h.552v-.06h-.552zm0-.378h.552v-.06h-.552zm0-.372h.552v-.06h-.552zm0-.378h.552v-.06h-.552zm0-.372h.552v-.06h-.552zm0-.378h.552v-.06h-.552zm0-.372h.552v-.06h-.552z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ki{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKi0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKi0)'%3E%3Cpath fill='%23FFC84A' fill-rule='evenodd' d='m16.01 9.96l.049.006c.057-.196.158-.518.288-.822c.206-.482.8-.752.8-.752s-.293.331-.37.856a8 8 0 0 0-.07.853l.041.013c.104-.177.277-.459.473-.717c.316-.418.958-.537.958-.537s-.365.25-.567.741a8 8 0 0 0-.265.78l.061.037a8 8 0 0 1 .601-.571c.402-.336 1.055-.307 1.055-.307s-.412.161-.72.594c-.168.238-.317.49-.416.67l.065.06c.172-.112.422-.267.68-.398c.467-.237 1.097-.062 1.097-.062s-.439.065-.835.418a7 7 0 0 0-.528.527l.055.081c.192-.066.454-.149.718-.209c.51-.117 1.079.205 1.079.205s-.44-.043-.911.204c-.22.115-.432.246-.595.353l.049.127c.195-.02.445-.038.692-.037c.525 0 1.006.442 1.006.442s-.42-.14-.934-.006a7 7 0 0 0-.613.194q.012.078.02.158c.186.025.412.061.631.113c.51.119.88.657.88.657s-.377-.232-.908-.216a7 7 0 0 0-.594.045q-.007.087-.019.172c.166.067.36.151.544.246c.467.239.695.85.695.85s-.31-.315-.828-.429a7 7 0 0 0-.54-.093a3 3 0 0 1-.07.191c.137.097.291.213.437.336c.401.337.486.985.486.985s-.231-.378-.71-.605a7 7 0 0 0-.473-.2q-.06.093-.123.183c.105.12.22.256.325.397c.315.42.252 1.07.252 1.07s-.14-.42-.556-.75a7 7 0 0 0-.393-.286q-.081.08-.168.153c.07.136.144.289.21.444c.204.483-.015 1.099-.015 1.099s-.034-.442-.358-.862a7 7 0 0 0-.296-.355q-.105.062-.214.116c.036.143.071.301.099.46c.09.516-.261 1.067-.261 1.067s.066-.438-.156-.92a7 7 0 0 0-.203-.403a3 3 0 0 1-.241.06c.002.146.001.304-.007.46c-.029.524-.495.982-.495.982s.163-.412.056-.932a7 7 0 0 0-.108-.439a3 3 0 0 1-.241.002a7 7 0 0 1-.12.45c-.154.5-.717.831-.717.831s.258-.36.28-.89c.006-.156.005-.311.001-.454a3 3 0 0 1-.239-.057a6 6 0 0 1-.22.416c-.262.453-.886.65-.886.65s.332-.294.473-.806a7 7 0 0 0 .107-.457a3 3 0 0 1-.211-.11a7 7 0 0 1-.318.368c-.358.382-1.01.433-1.01.433s.39-.21.642-.678a7 7 0 0 0 .218-.445a3 3 0 0 1-.164-.145a7 7 0 0 1-.42.299c-.44.284-1.085.176-1.085.176s.43-.11.787-.502a7 7 0 0 0 .336-.402a3 3 0 0 1-.12-.174a7 7 0 0 1-.505.21c-.493.177-1.097-.073-1.097-.073s.443-.011.88-.313a7 7 0 0 0 .449-.341a3 3 0 0 1-.069-.18a7 7 0 0 1-.575.097c-.52.063-1.052-.317-1.052-.317s.434.089.927-.107c.2-.08.396-.171.558-.253a3 3 0 0 1-.02-.16a7 7 0 0 1-.631-.046c-.52-.065-.944-.562-.944-.562s.4.191.925.12a7 7 0 0 0 .646-.12q.007-.074.017-.147a7 7 0 0 1-.649-.199c-.492-.18-.793-.76-.793-.76s.346.277.875.326c.254.024.51.029.709.027l.042-.117a7 7 0 0 1-.628-.36c-.439-.286-.602-.919-.602-.919s.275.347.78.514c.263.088.536.154.735.197l.048-.074a7 7 0 0 1-.56-.534c-.357-.385-.363-1.038-.363-1.038s.184.403.632.688c.25.159.516.296.7.386l.059-.057a7 7 0 0 1-.448-.678c-.261-.454-.12-1.092-.12-1.092s.088.434.461.812c.221.224.464.428.625.557l.055-.034a8 8 0 0 1-.296-.788c-.152-.502.13-1.092.13-1.092s-.013.443.266.895c.172.28.371.543.499.704l.037-.013a8 8 0 0 1-.1-.863c-.027-.523.389-1.027.389-1.027s-.119.427.042.933c.1.316.232.623.317.809l.049-.006c.01-.203.037-.542.096-.87c.092-.517.61-.914.61-.914s-.211.389-.168.918c.026.33.086.66.126.86' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m-.792 13.92l2.615-1.061a1.56 1.56 0 0 1 1.188.005l3.63 1.511a1.56 1.56 0 0 0 1.276-.034l2.929-1.405c.42-.202.908-.205 1.331-.01l3.068 1.417a1.56 1.56 0 0 0 1.303.003l3.139-1.431a1.56 1.56 0 0 1 1.303.003l3.099 1.43c.406.188.874.192 1.284.012l3.386-1.491a1.56 1.56 0 0 1 1.158-.04l3.036 1.091v10.014H-.881z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKi1' width='34' height='12' x='-1' y='12' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m-.792 13.92l2.615-1.061a1.56 1.56 0 0 1 1.188.005l3.63 1.511a1.56 1.56 0 0 0 1.276-.034l2.929-1.405c.42-.202.908-.205 1.331-.01l3.068 1.417a1.56 1.56 0 0 0 1.303.003l3.139-1.431a1.56 1.56 0 0 1 1.303.003l3.099 1.43c.406.188.874.192 1.284.012l3.386-1.491a1.56 1.56 0 0 1 1.158-.04l3.036 1.091v10.014H-.881z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKi1)'%3E%3Cpath stroke='%23015989' stroke-width='2' d='m-.792 16.246l2.615-1.061a1.56 1.56 0 0 1 1.188.005l3.63 1.51c.411.172.875.16 1.276-.033l2.929-1.406c.42-.201.908-.205 1.331-.01l3.068 1.418c.413.19.889.192 1.303.003l3.139-1.431c.414-.19.89-.188 1.303.003l3.099 1.43c.406.188.874.192 1.284.012l3.386-1.492a1.56 1.56 0 0 1 1.158-.04l3.036 1.092M-.792 19.575l2.615-1.061a1.56 1.56 0 0 1 1.188.005l3.63 1.51c.411.172.875.16 1.276-.033l2.929-1.406c.42-.201.908-.205 1.331-.01l3.068 1.418c.413.19.889.192 1.303.003l3.139-1.431c.414-.19.89-.188 1.303.003l3.099 1.43c.406.188.874.192 1.284.012l3.386-1.492a1.56 1.56 0 0 1 1.158-.04l3.036 1.092'/%3E%3Cpath fill='%23015989' fill-rule='evenodd' d='M-.792 22.227L.3 21.784a5.56 5.56 0 0 1 4.228.019l2.113.88c.411.17.875.158 1.276-.035l1.231-.59a5.56 5.56 0 0 1 4.739-.035l1.358.627c.413.191.889.192 1.303.004l1.469-.67a5.56 5.56 0 0 1 4.639.01l1.433.662c.406.188.874.192 1.284.011l1.924-.847a5.56 5.56 0 0 1 4.123-.144l1.533.551v3.315H-.608z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23FFC84A' fill-rule='evenodd' d='M9.78 3.418h1.86c.47 0 1.526-.716 2.138-.477s1.64 1.01 1.64 1.01s1.7-1.342 2.714-1.342c1.013 0 2.842-.149 2.842-.149s-.43 1.113-1.636 1.302s-2.65 1.112-2.65 1.112h1.961c.3 0 .69.451.69.451s-.805.547-1.207.547h-.846s-.854.733-1.909.577s-1.902-1.124-1.902-1.124s-.923-.132-.923-.291c0 0-.11-.05-.16-.05c-.29.009-.484.06-.58.05c.53-.208.74-.39.74-.39s.365-.344.644-.344c.28 0 1.21.574 1.21.574l.223-.23l-1.154-.882c-2.353.247-3.695-.344-3.695-.344' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-km{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235196ED' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackKm0)'%3E%3Cpath fill='%23AF0100' d='M0 12v6h32v-6z'/%3E%3Cpath fill='%23F7FCFF' d='M0 6v6h32V6z'/%3E%3Cpath fill='%23FECA00' d='M0 0v6h32V0z'/%3E%3Cpath fill='%235EAA22' d='m0 0l19 12L0 24z'/%3E%3Cpath fill='%23F7FCFF' d='M7.305 16.501S3.72 15.278 3.848 11.45s3.775-4.58 3.775-4.58c-1.277-.923-5.85.159-5.996 4.58c-.146 4.42 4.315 5.402 5.678 5.051m.107-6.692l.112-.654l-.475-.464l.657-.096L8 8l.294.595l.657.096l-.475.464l.112.654L8 9.5zm.112 1.346l-.112.654L8 11.5l.588.309l-.112-.654l.475-.464l-.657-.096L8 10l-.294.595l-.657.096zm-.112 2.654l.112-.654l-.475-.464l.657-.096L8 12l.294.595l.657.096l-.475.463l.112.655L8 13.5zm0 2l.112-.654l-.475-.464l.657-.096L8 14l.294.595l.657.096l-.475.463l.112.655L8 15.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0v24L32 0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' stroke='%23FFD018' stroke-width='2.5' d='m.636 27.952l.723.807l.902-.602L38.52 3.954l1.2-.8l-.963-1.074l-5.32-5.936l-.724-.807l-.901.602l-36.261 24.203l-1.2.8l.963 1.074z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M12.089 16.918L11 18.813l-.695-2.134l-2.162-.688l1.801-1.1l-.217-2.233l1.778 1.367l1.842-1.02l-.516 2.273l1.477 1.701zm10-6.553L21 12.26l-.695-2.134l-2.162-.688l1.801-1.1l-.217-2.233l1.778 1.367l1.842-1.02l-.516 2.273l1.477 1.701z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kp{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKp0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKp0)'%3E%3Cpath fill='%23C51918' stroke='%23F7FCFF' stroke-width='2' d='M0 5h-1v14h34V5z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M10 17a5 5 0 1 0 0-10a5 5 0 0 0 0 10' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M9.995 13.87L7.28 15.76l.958-3.168L5.6 10.593l3.309-.067L9.995 7.4l1.087 3.126l3.308.067l-2.637 2l.958 3.167z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKr0)'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M16 18.22c3.203 0 5.799-2.758 5.799-6.159S19.203 5.902 16 5.902s-5.8 2.758-5.8 6.159s2.597 6.159 5.8 6.159' clip-rule='evenodd'/%3E%3Cmask id='flagpackKr1' width='12' height='14' x='10' y='5' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 18.22c3.203 0 5.799-2.758 5.799-6.159S19.203 5.902 16 5.902s-5.8 2.758-5.8 6.159s2.597 6.159 5.8 6.159' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKr1)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M22.002 12.533s-.326-2.904-2.736-3.062s-3.06 2.13-3.2 2.736s-.491 2.222-3.03 2.222c-2.537 0-2.766-4.11-2.766-4.11V5.472h11.732z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='m7.3 2.052l.914.828l-4.24 4.952l-.915-.828zm1.508 1.34l.915.827l-4.088 4.88l-.915-.828zm2.417 2.183l-.915-.828l-4.1 4.917l.916.828zm14.139-3.87l-.916.825l1.588 1.862l.915-.824zm2.821 3.427l-.915.824l1.588 1.863l.915-.824zm-6.757.08l.915-.824l1.587 1.863l-.915.825zm3.737 2.603l-.915.824l1.587 1.863l.915-.824zm-2.17-3.984l.916-.824l4.418 5.38l-.915.825zm3.06 10.412l-.923-.828l-1.6 1.87l.922.828zm-2.691 3.291l-.923-.828l-1.601 1.87l.923.828zm4.683-1.501l.922.827l-1.6 1.87l-.923-.827zm-1.637 4.195l-.923-.828l-1.601 1.87l.923.828zm-2.443-2.25l.922.828l-1.67 1.997l-.923-.828zm3.664-2.5l-.923-.827l-1.671 1.997l.923.827zM6.407 14.89l.915-.825l4.084 4.68l-.915.825zm.952 4.093l.916-.825L10 20.054l-.915.825zm-3.05-2.292l-.915.825L7.5 22.26l.915-.826zm.652-.539l.915-.825L7.37 17.08l-.915.825z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackKw0)'%3E%3Cpath fill='%23093' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23E31D1C' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M0 0v24l12-8V8z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ky{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cdefs%3E%3Cpath id='flagpackKy0' fill='%23fff' d='M21.058 14.722V11.05h7.802v3.672c0 2.352-.91 3.91-1.835 4.88a6.3 6.3 0 0 1-1.292 1.04c-.18.108-.334.186-.447.237a2 2 0 0 1-.186.07l-.011-.002l-.042-.013a2 2 0 0 1-.144-.056a5 5 0 0 1-.478-.237a6.8 6.8 0 0 1-1.39-1.041c-.997-.97-1.977-2.527-1.977-4.878'/%3E%3C/defs%3E%3CclipPath id='flagpackKy1'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3C/clipPath%3E%3CclipPath id='flagpackKy2'%3E%3Cpath fill='%23fff' d='M21 11h8v10h-8z'/%3E%3C/clipPath%3E%3Cg fill='none' clip-path='url(%23flagpackKy1)'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKy3' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKy3)'%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cmask id='flagpackKy4' width='22' height='18' x='-2' y='-2' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M-2-2h22v18H-2z'/%3E%3Cpath fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='M7.985 0v-1.5h-1.5V0zm2 0h1.5v-1.5h-1.5zm-2 6v1.5h1.5V6zM0 6V4.5h-1.5V6zm0 2h-1.5v1.5H0zm7.985 0h1.5V6.5h-1.5zm0 6h-1.5v1.5h1.5zm2 0v1.5h1.5V14zm0-6V6.5h-1.5V8zM18 8v1.5h1.5V8zm0-2h1.5V4.5H18zM9.985 6h-1.5v1.5h1.5zm-2-4.5h2v-3h-2zm1.5 4.5V0h-3v6zM0 7.5h7.985v-3H0zm1.5.5V6h-3v2zm6.485-1.5H0v3h7.985zm1.5 7.5V8h-3v6zm.5-1.5h-2v3h2zM8.485 8v6h3V8zM18 6.5H9.985v3H18zM16.5 6v2h3V6zM9.985 7.5H18v-3H9.985zM8.485 0v6h3V0z' mask='url(%23flagpackKy4)'/%3E%3Cg clip-path='url(%23flagpackKy2)'%3E%3Cuse href='%23flagpackKy0'/%3E%3Cpath stroke='%230B50A0' stroke-width='.1' d='M21.058 14.722V11.05h7.802v3.672c0 2.352-.91 3.91-1.835 4.88a6.3 6.3 0 0 1-1.292 1.04c-.18.108-.334.186-.447.237a2 2 0 0 1-.186.07l-.011-.002l-.042-.013a2 2 0 0 1-.144-.056a5 5 0 0 1-.478-.237a6.8 6.8 0 0 1-1.39-1.041c-.997-.97-1.977-2.527-1.977-4.878Z'/%3E%3Cpath stroke='%23F7FCFF' stroke-width='.1' d='M21.058 14.722V11.05h7.802v3.672c0 2.352-.91 3.91-1.835 4.88a6.3 6.3 0 0 1-1.292 1.04c-.18.108-.334.186-.447.237a2 2 0 0 1-.186.07l-.011-.002l-.042-.013a2 2 0 0 1-.144-.056a5 5 0 0 1-.478-.237a6.8 6.8 0 0 1-1.39-1.041c-.997-.97-1.977-2.527-1.977-4.878Z'/%3E%3Cmask id='flagpackKy5' width='8' height='10' x='21' y='11' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cuse href='%23flagpackKy0'/%3E%3Cpath stroke='%23fff' stroke-width='.1' d='M21.058 14.722V11.05h7.802v3.672c0 2.352-.91 3.91-1.835 4.88a6.3 6.3 0 0 1-1.292 1.04c-.18.108-.334.186-.447.237a2 2 0 0 1-.186.07l-.011-.002l-.042-.013a2 2 0 0 1-.144-.056a5 5 0 0 1-.478-.237a6.8 6.8 0 0 1-1.39-1.041c-.997-.97-1.977-2.527-1.977-4.878Z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKy5)'%3E%3Cpath fill='%23F50100' d='M20.5 10.5h9v3.4h-9z'/%3E%3Cpath fill='%23F50100' d='M24.512 14.6c.288 0 .864-.313 1.008-.386c.528-.313.912-.024 1.224.12c.336.145.96.314 1.344 0c.384-.313.6-.289.864-.289c.048-.361.048-.723.048-1.133v-.29c-.336-.072-.504.025-.864.338c-.36.314-.768.241-1.296.049c-.504-.217-1.008-.603-1.512 0c-.144.168-.48.41-.816.41c-.36 0-.672-.242-.816-.41c-.528-.603-1.008-.217-1.512 0c-.528.192-.96.265-1.32-.049c-.336-.313-.504-.41-.864-.337v.29c0 .409.024.77.072 1.132c.264 0 .456-.024.84.29c.384.313 1.032.144 1.344 0c.336-.145.72-.434 1.248-.12c.144.072.696.385 1.008.385'/%3E%3Cpath fill='%23FFD100' fill-rule='evenodd' d='M22.084 12.049s.217.01.474.275c.256.265 1.201.097 1.201-.063s-.573-.256-.353-.53c.22-.273.594-.274.894-.131c.086 0 .076.936.273.884c.622-.162 1.625-.485 1.919-.346c.387.181.683.136.585-.125c-.099-.26-.351-.424-.838-.281s-.372.281-.793.281s-1.143.228-.823-.281c.288-.457.63-.466.761-.274c.067.098-.479.315-.479.416c0 .14 1.407-.274 1.587-.274s.676-.011.726.132c.049.142.348.273.12.406c-.228.132-.605.216-.346.386c.26.17.916.247.944.424c.029.177.311.442.198.442s-.318.249-.509.173c-.19-.076-.213-.143-.03-.204c.183-.062.181-.32.03-.32c-.15 0-.138-.02-.481-.11s-.798-.192-.77 0c.027.191.26.602-.153.64c-.413.04-.606.197-.686.07c-.08-.126-.367-.295-.142-.349c.226-.054.442.184.523.145s.256-.177.102-.342c-.154-.164-.454-.17-.218-.293s.095-.217-.354.038c-.45.255-.7.472-1.094.442c-.395-.031-.572.11-.698.068c-.127-.042-.744.457-.922.33c-.178-.126-.752-.175-.649-.33c.104-.156.242-.236.397-.156c.154.08.308.16.412.08s.434-.453.359-.508s-.343-.15-.771-.15c-.429 0-.439-.284-.54-.414s.144-.151.144-.151' clip-rule='evenodd'/%3E%3Cpath fill='%230B50A0' d='M24.512 17c.288 0 .864-.314 1.008-.386c.528-.313.912-.024 1.224.12c.336.145.96.314 1.344 0c.384-.313.6-.289.864-.289c.048-.361.048-.723.048-1.133v-.29c-.336-.072-.504.025-.864.338c-.36.314-.768.242-1.296.049c-.504-.217-1.008-.603-1.512 0c-.144.168-.48.41-.816.41c-.36 0-.672-.242-.816-.41c-.528-.603-1.008-.217-1.512 0c-.528.192-.96.265-1.32-.049c-.336-.313-.504-.41-.864-.337v.29c0 .41.024.77.072 1.132c.264 0 .456-.024.84.29c.384.313 1.032.144 1.344 0c.336-.145.72-.434 1.248-.12c.144.072.696.385 1.008.385m0 2.3c.288 0 .864-.314 1.008-.386c.528-.313.912-.024 1.224.12c.336.145.96.314 1.344 0c.384-.313.6-.289.864-.289c.048-.361.048-.723.048-1.133v-.29c-.336-.072-.504.025-.864.338c-.36.314-.768.241-1.296.049c-.504-.217-1.008-.603-1.512 0c-.144.168-.48.41-.816.41c-.36 0-.672-.242-.816-.41c-.528-.603-1.008-.217-1.512 0c-.528.192-.96.265-1.32-.049c-.336-.313-.504-.41-.864-.337v.29c0 .41.024.77.072 1.132c.264 0 .456-.024.84.29c.384.313 1.032.144 1.344 0c.336-.145.72-.434 1.248-.12c.144.072.696.385 1.008.385m0 2.3c.288 0 .864-.314 1.008-.386c.528-.313.912-.024 1.224.12c.336.145.96.314 1.344 0c.384-.313.6-.289.864-.289c.048-.361.048-.723.048-1.133v-.29c-.336-.072-.504.025-.864.338c-.36.314-.768.241-1.296.049c-.504-.217-1.008-.603-1.512 0c-.144.168-.48.41-.816.41c-.36 0-.672-.242-.816-.41c-.528-.603-1.008-.217-1.512 0c-.528.192-.96.265-1.32-.049c-.336-.313-.504-.41-.864-.337v.29c0 .409.024.77.072 1.132c.264 0 .456-.024.84.29c.384.313 1.032.144 1.344 0c.336-.145.72-.434 1.248-.12c.144.072.696.385 1.008.385'/%3E%3Cpath fill='%23059334' stroke='%23FFD100' stroke-width='.2' d='m25.082 18.545l-.05-.027l-.047.029l-.417.247l.122-.517l.014-.057l-.043-.04l-.405-.374h.589l.024-.066l.173-.47l.206.476l.026.06h.494l-.36.38l-.04.043l.018.057l.17.509zm-2-2l-.05-.027l-.047.029l-.417.247l.122-.517l.014-.057l-.043-.04l-.405-.374h.589l.024-.066l.173-.47l.206.476l.026.06h.494l-.36.38l-.04.043l.018.057l.17.509zm4 0l-.05-.027l-.047.029l-.417.247l.122-.517l.014-.057l-.043-.04l-.405-.374h.589l.024-.066l.173-.47l.206.476l.026.06h.494l-.36.38l-.04.043l.018.057l.17.509z'/%3E%3C/g%3E%3C/g%3E%3Cpath fill='%23FFD100' d='M20.337 20.634c.092.197.75.455 1.516.123c.52-.233.857-.565 1.179-1.155c.091-.147.137-.332-.077-.442c-.168-.099-.444-.21-.566-.307c-.062-.05-.123-.086-.169-.123a.6.6 0 0 1 .092.086c.306.295-.015.725-.352.983c-.245.184-.69.639-1.332.209c-.138-.099-.46.307-.291.626m9.309 0c-.107.197-.766.455-1.516.123c-.52-.233-.857-.565-1.194-1.155c-.077-.147-.123-.332.092-.442c.168-.099.444-.21.566-.307a2 2 0 0 1 .169-.123a.6.6 0 0 0-.092.086c-.306.295.015.725.337.983c.245.184.704.639 1.347.209c.138-.099.444.307.29.626'/%3E%3Cpath fill='%23FFD100' d='M24.992 21.691c1.224 0 3.108-.442 4.118-1.99c.169-.259 0-.394-.199-.48a2.4 2.4 0 0 1-.612-.356c.245.197.199.332.03.553c-.78 1.044-1.852 1.573-3.338 1.573s-2.556-.529-3.337-1.573c-.169-.221-.215-.357.015-.553c-.122.11-.398.283-.612.356c-.2.086-.368.221-.2.48c1.011 1.548 2.91 1.99 4.134 1.99'/%3E%3Cpath fill='%23F50100' d='M22.159 19.615c-.03-.123-.23-.074-.291.073c-.076-.086-.153-.172-.214-.27c-.184-.221-.215-.369.046-.578c.122-.098.367-.209.535-.086c.353.234.169.615-.076.86m5.65.001c.03-.123.245-.074.306.073c.077-.086.153-.172.214-.27c.184-.221.215-.369-.061-.578c-.107-.098-.352-.209-.536-.086c-.337.234-.168.615.077.86'/%3E%3Cpath fill='%23059334' d='M23.424 9.364c-.12-.164-.447-.237-.584-.09c-.052.036-.12.036-.172.054c-.086 0-.196.046-.162.228c.093 0 .093.046.145.046c.034-.019.123.316.295.298c.19 0 .358.085.392.121c.052.055.12.201.034.274a.385.385 0 0 0 0 .566c.224.183.791.457 1.427-.073c.619-.511 1.581-.219 1.65-.036c.086.182.12.292.138.383c.017.073.48.183.55.237c.086.055.206.037.172-.127c-.07-.512-.361-.585-.396-.822c.172.018.292.018.361-.055c.052-.073.12-.2.19-.237c.05-.037.05-.073-.018-.055c-.086.018-.137.055-.292.037c-.366-.043-.276-1.427-1.486-1.696c-.748-.167-1.68.975-1.936 1.088l-.016.005a.36.36 0 0 1-.292-.146'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-kz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%234EC7EE' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackKz0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackKz0)'%3E%3Cpath fill='%23FFE402' d='M4.09 23.237c-.063.47.238.805.743 1.02c.678.29 1.364.019 1.994-.68l-.817-.737c-.28.31-.482.43-.638.428q.458-.328 1.174-.808l.23-.332c.183-.79-.389-1.217-1.26-1.217c-.515 0-.925.102-1.186.32c-.428.36-.355.932.096 1.23q.053.036.108.065c-.252.213-.407.433-.444.711'/%3E%3Cpath stroke='%23FFE402' stroke-width='1.1' d='M4.565 22.495s.125-.276.062-.42'/%3E%3Cpath fill='%23FFE402' d='M8.57 23.237c.063.47-.238.805-.743 1.02c-.68.29-1.364.019-1.994-.68l.816-.737c.28.31.482.43.639.428a51 51 0 0 0-1.175-.808l-.229-.332c-.184-.79.388-1.217 1.26-1.217c.514 0 .925.102 1.185.32c.429.36.355.932-.095 1.23a1 1 0 0 1-.11.065c.254.213.408.433.445.711'/%3E%3Cpath fill='%23FFE402' d='m8.596 22.27l-1.003.452c-.14-.312-.183-.596-.066-.866l1.01.438c.034-.079.033-.082.059-.025M4.09.763c-.063-.47.238-.805.743-1.02c.678-.29 1.364-.019 1.994.68l-.817.737C5.73.85 5.528.73 5.372.732q.458.327 1.174.808l.23.332c.183.79-.389 1.217-1.26 1.217c-.515 0-.925-.102-1.186-.32c-.428-.36-.355-.933.096-1.23q.053-.036.108-.065c-.252-.213-.407-.433-.444-.711'/%3E%3Cpath fill='%23FFE402' d='M8.57.763c.063-.47-.238-.805-.743-1.02c-.68-.29-1.364-.019-1.994.68l.816.737c.28-.31.482-.43.639-.428q-.46.327-1.175.808l-.229.332c-.184.79.388 1.217 1.26 1.217c.514 0 .925-.102 1.185-.32c.429-.36.355-.933-.095-1.23a1 1 0 0 0-.11-.065c.254-.213.408-.433.445-.711'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M5.094 20.063c-.631.018-1.024.148-1.024.757c0 .67.652.88 1.345.88c.628 0 1.336-.39 1.336-1.088c0-.424-.54-1.281-1.9-3.139c-.047-.044-.073-.066-.094-.066a.9.9 0 0 1 .42-.1c.066 0 .152.034.238.077v.728h1.44v-.55c0-.621-.919-1.355-1.679-1.355c-.663 0-1.195.316-1.465.77c-.267.448-.063.879.32 1.221a46 46 0 0 1 1.29 1.864a5 5 0 0 0-.227.001m.067.507l-.057-.014c.014.014.066.076.066.264c0 .102-.005.173-.011.224a.53.53 0 0 1-.102-.669l.003-.006l-.02-.04l.008-.005c.032-.016.058-.03.012.045zm-.057-.014l-.019-.006l.008.004zm.547.056q0-.027-.018-.036l.007.007a.1.1 0 0 1 .01.03' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M7.566 20.063c.63.018 1.023.148 1.023.757c0 .67-.651.88-1.345.88c-.628 0-1.335-.39-1.335-1.088c0-.424.54-1.281 1.9-3.139c.046-.044.072-.066.093-.066a.9.9 0 0 0-.42-.1a.6.6 0 0 0-.238.077v.728h-1.44v-.55c0-.621.92-1.355 1.679-1.355c.663 0 1.196.316 1.466.77c.266.448.062.879-.32 1.221a46 46 0 0 0-1.29 1.864c.102-.001.158-.001.227.001m-.068.507l.057-.014c-.013.014-.066.076-.066.264c0 .102.005.173.012.224a.53.53 0 0 0 .101-.669l-.003-.006l.02-.04l-.008-.005c-.032-.016-.058-.03-.012.045zm.057-.014l.02-.006l-.009.004zm-.546.056q0-.027.017-.036l-.006.007a.1.1 0 0 0-.011.03' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M5.094 13.355c-.631-.018-1.024-.149-1.024-.757c0-.67.652-.88 1.345-.88c.628 0 1.336.39 1.336 1.087c0 .425-.54 1.282-1.9 3.14c-.047.044-.073.066-.094.066c.083.046.228.1.42.1a.6.6 0 0 0 .238-.077v-.729h1.44v.55c0 .622-.919 1.356-1.679 1.356c-.663 0-1.195-.316-1.465-.77c-.267-.448-.063-.88.32-1.222a46 46 0 0 0 1.29-1.863zm.067-.508l-.057.015c.014-.014.066-.077.066-.264a2 2 0 0 0-.011-.224a.53.53 0 0 0-.102.669l.003.005l-.02.041l.008.005c.032.016.058.03.012-.046zm-.057.015l-.019.006l.008-.004zm.547-.057q0 .028-.018.036l.007-.007a.1.1 0 0 0 .01-.029' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M7.566 13.355c.63-.018 1.023-.149 1.023-.757c0-.67-.651-.88-1.345-.88c-.628 0-1.335.39-1.335 1.087c0 .425.54 1.282 1.9 3.14c.046.044.072.066.093.066a.9.9 0 0 1-.42.1a.6.6 0 0 1-.238-.077v-.729h-1.44v.55c0 .622.92 1.356 1.679 1.356c.663 0 1.196-.316 1.466-.77c.266-.448.062-.88-.32-1.222a46 46 0 0 1-1.29-1.863zm-.068-.508l.057.015c-.013-.014-.066-.077-.066-.264q0-.151.012-.224a.53.53 0 0 1 .101.669l-.003.005l.02.041l-.008.005c-.032.016-.058.03-.012-.046zm.057.015l.02.006l-.009-.004zm-.546-.057q0 .028.017.036l-.006-.007a.1.1 0 0 1-.011-.029' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M5.094 10.645c-.631.018-1.024.149-1.024.757c0 .67.652.88 1.345.88c.628 0 1.336-.39 1.336-1.087c0-.425-.54-1.282-1.9-3.14c-.047-.044-.073-.066-.094-.066a.9.9 0 0 1 .42-.1c.066 0 .152.034.238.077v.729h1.44v-.55c0-.622-.919-1.356-1.679-1.356c-.663 0-1.195.316-1.465.77c-.267.448-.063.88.32 1.222c.57.785 1.012 1.436 1.29 1.863zm.067.508l-.057-.015c.014.014.066.077.066.264q-.001.151-.011.224a.53.53 0 0 1-.102-.669l.003-.005l-.02-.041l.008-.005c.032-.016.058-.03.012.046zm-.057-.015l-.019-.006l.008.004zm.547.057q0-.028-.018-.036l.007.007a.1.1 0 0 1 .01.029' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M7.566 10.645c.63.018 1.023.149 1.023.757c0 .67-.651.88-1.345.88c-.628 0-1.335-.39-1.335-1.087c0-.425.54-1.282 1.9-3.14c.046-.044.072-.066.093-.066a.9.9 0 0 0-.42-.1a.6.6 0 0 0-.238.077v.729h-1.44v-.55c0-.622.92-1.356 1.679-1.356c.663 0 1.196.316 1.466.77c.266.448.062.88-.32 1.222a46 46 0 0 0-1.29 1.863zm-.068.508l.057-.015c-.013.014-.066.077-.066.264q0 .151.012.224a.53.53 0 0 0 .101-.669l-.003-.005l.02-.041l-.008-.005c-.032-.016-.058-.03-.012.046zm.057-.015l.02-.006l-.009.004zm-.546.057q0-.028.017-.036l-.006.007a.1.1 0 0 0-.011.029' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M5.094 3.937c-.631-.018-1.024-.148-1.024-.757c0-.67.652-.88 1.345-.88c.628 0 1.336.39 1.336 1.088c0 .424-.54 1.281-1.9 3.139c-.047.044-.073.066-.094.066c.083.046.228.1.42.1a.6.6 0 0 0 .238-.077v-.728h1.44v.55c0 .621-.919 1.355-1.679 1.355c-.663 0-1.195-.316-1.465-.77c-.267-.448-.063-.879.32-1.221a46 46 0 0 0 1.29-1.864a5 5 0 0 1-.227-.001m.067-.507l-.057.014c.014-.014.066-.076.066-.264a2 2 0 0 0-.011-.224a.53.53 0 0 0-.102.669l.003.006l-.02.04l.008.005c.032.016.058.03.012-.045zm-.057.014l-.019.006l.008-.004zm.547-.056q0 .027-.018.036l.007-.007a.1.1 0 0 0 .01-.03' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='M7.566 3.937c.63-.018 1.023-.148 1.023-.757c0-.67-.651-.88-1.345-.88c-.628 0-1.335.39-1.335 1.088c0 .424.54 1.281 1.9 3.139c.046.044.072.066.093.066a.9.9 0 0 1-.42.1a.6.6 0 0 1-.238-.077v-.728h-1.44v.55c0 .621.92 1.355 1.679 1.355c.663 0 1.196-.316 1.466-.77c.266-.448.062-.879-.32-1.221a46 46 0 0 1-1.29-1.864c.102.001.158.001.227-.001m-.068-.507l.057.014c-.013-.014-.066-.076-.066-.264c0-.102.005-.173.012-.224a.53.53 0 0 1 .101.669l-.003.006l.02.04l-.008.005c-.032.016-.058.03-.012-.045zm.057.014l.02.006l-.009-.004zm-.546-.056q0 .027.017.036l-.006-.007a.1.1 0 0 1-.011-.03m11.978-.602l.41 1.528s.004.347-.388.347s-.412-.347-.412-.347zM22.45 8.62c0 1.988-1.517 3.6-3.39 3.6c-1.872 0-3.39-1.612-3.39-3.6s1.518-3.6 3.39-3.6s3.39 1.612 3.39 3.6m-1.869-4l.055-1.58l-.82 1.347s-.082.338.293.452c.375.115.472-.218.472-.218m1.56-.832l-.515 1.496s-.19.29-.515.071c-.326-.22-.148-.518-.148-.518zm.296 2.456l.93-1.28l-1.433.659s-.258.233-.01.538c.246.305.513.083.513.083m1.774.234l-1.28.93s-.322.128-.462-.238s.176-.509.176-.509zm-1.123 2.204l1.495-.515l-1.551-.282s-.345.044-.317.435s.373.362.373.362m1.372 1.214l-1.58.055s-.34-.073-.251-.455c.088-.382.43-.323.43-.323zM22.326 11.1l1.527.41l-1.128-1.102s-.31-.156-.506.183a.35.35 0 0 0 .107.51m.49 1.767l-1.341-.838s-.24-.251.046-.518c.287-.268.538-.027.538-.027zm-2.413-.214l1.038 1.193l-.32-1.544s-.17-.303-.522-.131c-.353.172-.196.482-.196.482m-.555 1.709l-.643-1.445s-.06-.342.328-.403a.38.38 0 0 1 .461.278zm-1.85-1.57l.166 1.573l.624-1.448s.035-.346-.352-.407c-.387-.062-.437.282-.437.282m-1.428 1.063l.302-1.553s.148-.314.5-.142c.353.172.218.493.218.493zm-.636-2.371l-.743 1.396l1.327-.851s.223-.268-.064-.535c-.287-.268-.52-.01-.52-.01m-1.785.043l1.119-1.119s.298-.178.494.162s-.095.53-.095.53zm.785-2.355l-1.397.742l1.576.036s.334-.097.246-.48c-.088-.381-.425-.298-.425-.298m-1.525-.986l1.552-.302s.347.02.32.41c-.028.392-.376.387-.376.387zm1.94-1.526l-1.574-.165l1.287.911s.33.106.471-.26s-.185-.486-.185-.486m-.735-1.682l1.445.644s.273.214.026.519s-.529.102-.529.102zm2.416-.142L15.836 3.8l.531 1.485s.21.277.536.057c.325-.219.127-.504.127-.504m.308-1.791l.838 1.34s.106.331-.269.446s-.495-.211-.495-.211z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFE402' fill-rule='evenodd' d='m12.22 10.672l-.037-.154l.07.141zm.097.33a7 7 0 0 1-.096-.33l-.429.171l.064.159h-.046l-.018.009a2 2 0 0 1-.039-.372v-.987l.43.866a3 3 0 0 1-.082-.637v-1.23l.498 1.247l-.472.148l.185.593h-.009l-.05.02l.177.355l.17.543c-.16-.292-.24-.486-.24-.555zm.547 1.387q-.357-.791-.547-1.387h-.461l.468 1.173l-.173-.185a4 4 0 0 1-.36-.98l-.38.19l-.076-.08v.118l-.018.009l.018.035v.134a1.4 1.4 0 0 1-.075-.414V8.658l.493.994V7.778l.348.873V6.283l1.391 4.443l-.098.032q-.193-.58-.193-.877h-.55l-.052.017l.396.99l-.095.031a1 1 0 0 1-.047-.28h-.54l.117.375l.614 1.236l-.026.01c-.173-.272-.313-.51-.418-.703l.24.77l.178-.067l.025.039zm.19-.072l-.19.072l-.231.116l-.309-.33l.147.368l-.033-.03a8 8 0 0 1-.287-.523l-.74-.79l-.076.038v.044l.61 1.228h-.06l-.005.004c-.271-.448-.452-.807-.546-1.098v.803L9.15 10.663l2.782 3.311a8.84 8.84 0 0 0 3.28 2.436l-2.519-.053l2.561.723l-1.325.975l2.288-.703l.624.176c.84.237 1.307.474 1.338.547l.118.278l.298.05c.654.109 1.86-.06 3.414-.405a35 35 0 0 0 1.468-.358a9 9 0 0 0 .382-.11c.032-.01.032-.01.071-.026c.026-.01.026-.01.085-.042c.05-.007.087-.012.112-.032c.068-.056.043-.227-.051-.87c-.434-.116-.494-.132-.51-.112l-.006.012q-.224.046-.69-.013c2.586-1.271 4.285-2.545 5.099-3.856l1.488-2.398l-.902.658l.325-1.044l-1.285.825a3 3 0 0 0 .384-.656l.968-2.34l-1.528 1.426l.829-2.732l-1.966 2.634l-8.05 5.924l-.125-.029c-1.982-.46-3.373-1.86-4.201-4.267l-.414.134l.006.017l-.098.032l-.005-.017l-.4.13l.007.017l-.098.032l-.005-.018l-.04.013q.2.652.439 1.222l-.254.096l.019.039l-.02.01zm.02-.007l-.02.007l.04.06l-.394.199l-.067-.072l-.13.065l-.032-.026l.014.036l.019-.01q.033.026.087.061l-.064.032l-.09-.148l-.002-.004h-.49l.11.223l-.072-.051l-.103-.168l-.057.054l-.489-.349v.291c0 .52.367.914.996 1.238l-.296.32l3.291 2.345l-.112-.003q.162.071.327.136l.286.113l-.572.42l.963.273l.768-.236l2.734 1.076l-.882-.628q.162 0 .314-.004a1 1 0 0 0-.165-.224a2 2 0 0 1-.21-.018l-.03.181l-.921-.656q.529-.183 1.027-.382c1.364-.015 2.181-.088 2.303-.178l.21-.156l.254.065q.367.094.675.157l.174.293q.205-.097.402-.195l-.1-.013l5.056-3.689l-.424-.392c.536-.276.885-.638 1.03-1.103l.123-.399l-.544.398l-.105-.163l-.525-.163c-.049.156-.207.312-.487.456q.422-.377.701-.746l-.794.51l1.045-.975l-.652-.452q.085-.192.142-.38l.083-.274l-.368.343l-.547-.277l.253-.513l-.475.35l-1.125 1.507l-.384-.32c-1.027 2.085-2.877 3.74-5.567 4.962l-.974-.226l-.278.205l.028-.248c-1.834 0-3.186-1.36-4.071-4.236l-.413.134L13.89 12l-.393.15l-.024-.062l.393-.15a13 13 0 0 1-.467-1.162l-.398.13l.471 1.182l-.033.013l.025-.013c-.293-.477-.477-.866-.56-1.15l-.04.012q.217.63.484 1.185l-.051.02l.006.014l-.241.12zm.25-.095l-.25.095l.03.063l-.01.005l.038.058l-.367.21l-.065-.07l-.11.054l.098.06l-.385.22l-.248-.177l.124.248l.124-.071l.058.041l-.15.086a20 20 0 0 1-.228-.355l-.16-.114l-.34.318l.706.753l.401-.376l.056-.11l1.793 1.278l.662.707a7.7 7.7 0 0 1-2.327-1.871l-.444.48l.01.006l2.806 1.432l-.045-.047q.405.213.842.385l-.484.893l-.134-.003l.098.07l.036-.067l.678.014l-.311.229l1.16.457l.04-.013q.408-.125.799-.26l-.2-.142l.324-.239q.484.003.903-.001q.609-.244 1.173-.516h2.028l.24.404l.136.027l.127.213l.214-.155a8 8 0 0 1-.341-.058l-.256-.431h.617l-.716-.166l-.078-.13c2.128-1.011 3.632-2.004 4.512-2.958q.51-.141.895-.338l-.184-.171l.985-.633l-.194-.3l-1.66 1.21l-.207-.484q.42-.301.751-.596q-.235.12-.588.226l.495-.462l-1.505.967c.938-.866 1.573-1.658 1.898-2.394l-.066-.046l.122-.164l-.199-.1l-1.265 1.18l.718-1.458l-.22-.11c-.135.443-.47.965-1.006 1.555l-.121-.101l-.679.909l.17.152l-5.004 3.682l-.438-.101q-.627.285-1.316.538l.064-.56l-.842.62c-1.614-.577-2.856-1.747-3.717-3.485l.112-.056l-.009-.023l-.12.046l-.024-.05l.086-.044l-.09.034l.004.01l-.05.024zm.016.04l-.236.117l.06.12l-.353.202l-.046-.048l-.078.044l.066.037l-.392.224l.285.203l.194-.38l-.087-.047l.058-.033l1.628 1.737l2.243 1.598l-.545.401l.765.016l.289.574l.434-.32l-.347-.246q.35.006.671.008l.703-.517h1.373q.443-.213.857-.442l1.053.244l.118.198h.12l-.1-.166l-.138-.032l-.027-.046l3.88-2.831l.489-.119q.118-.028.231-.06q.057-.061.111-.124l.6-.385l-.185-.171q-.17.276-.415.556l-.175.113l-.094-.22l-.562.41l-1.992.484q.334-.333.633-.687l.638-.41l.217.286q.468-.286.859-.568l-.067-.156l.23-.214q-.136.04-.289.077l.059.137l-.705.658l-.212-.28l.132-.084l.005-.003l-.005.003l-.26-.234l.058-.085l.27.245l1.769-2.369l-.166-.114c-.178.432-.65.937-1.417 1.494q.112-.204.215-.413l.026-.051l-.234.217l-.274-.23q-.318.351-.732.732l.185.167l-.084.06l.063.057l-.089.083l.289.38q-.228.315-.481.615l-1.332.856l.699-.17q-1.218 1.212-2.914 2.15l-1.239-.288l-.99.73h-.67q-.39 0-.756-.06l.201-.069q.21.063.43.115l.032-.279q-.228.083-.462.164a7 7 0 0 1-.316-.104l-.16.118c-1.548-.362-2.754-1.572-3.612-3.576m0 0l.055-.028l-.017-.033l-.055.02zm3.37 3.794l-.028-.02l.27-.2q.135.033.275.055q-.255.086-.516.165m8.266-4.091l.055-.079l-.31-.28l.089-.056l.279.251q.245-.362.456-.744q-.33.24-.735.493l-.026-.023l.446-.415l.363-.268l-.04-.034l-.323.302l-.5.367l.054.048l-.074.07l.01.008l-.012.008zm0 0l.183.24l-.092.06l-.157-.206zm-8.265 4.091l.567.405l-.276-.006l-.1-.002l-.199-.394zm2.035 1.45l-.011.066h.102zm3.064-.333l-.16-.215l-.239.05l-.065.256l.19.048a1 1 0 0 0 .274-.139' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-la{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23E31D1C' d='M0 16h32v8H0z'/%3E%3Cpath fill='%232E42A5' d='M0 8h32v8H0z'/%3E%3Cpath fill='%23E31D1C' d='M0 0h32v8H0z'/%3E%3Cpath fill='%23F7FCFF' d='M16 15.74a3.75 3.75 0 1 0 0-7.5a3.75 3.75 0 0 0 0 7.5'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lb{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50101' d='M32 0H0v6h32zm0 18H0v6h32z'/%3E%3Cpath fill='%23F7FCFF' d='M0 6h32v12H0z'/%3E%3Cpath fill='%2352AB0B' d='M21.515 12.513c.074.868-3.126-.36-3.126-.012c0 .347 3.428.957 3.423 1.734c-.006.777-4.066-.222-3.155.128c.91.35 2.865 1.186 2.643 1.708c-.475 1.113-3.626-.773-3.889-.4c-.423.599 2.326 1.998 2.303 2.131c-.045.257-1.877-.402-2.303.13c-.344-.097-.503-.56-.61-.622l-.676-8.723s.607 8.213-.169 8.45c-.776.235-2.931.954-2.994.595c-.023-.134 2.595-1.362 2.172-1.962c-.311-.442-3.471 1.126-3.673.218c-.898-.647 2.909-1.208 2.909-1.87s-3.483.784-3.066-.138c.416-.922 3.205-1.252 3.257-1.38c.095-.233-3.1.364-3.1 0c0-.687 1.912-.822 3.1-1.441c.07-.707-2.88.695-3.1.129c-.219-.566 3.771-2.033 3.673-2.147c-.154-.18-3.37.634-2.84.206c1.03-.83 3.039-1.958 3.501-2.26c0 0 .056-.113.115-.074l.126-.08s0 .71-.01.155s4.71 1.87 4.763 2.486c.062.718-2.916-.542-2.846.164c.605.376 2.327 1.101 3.039 1.42c.323.146-2.378-.306-2.32-.084c.145.565 2.775.635 2.853 1.54'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%237CCFF5' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='m16 4l8 16H8z'/%3E%3Cpath fill='%23272727' d='m16 8l7 12H9z'/%3E%3Cpath fill='%23FECA00' d='m16 14l8 6H8z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-li{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackLi0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackLi0)'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v12h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M4.798 11.053s1.207.751 4.003.751s4.28-.75 4.28-.75s-2.192-1.276-4.153-1.276s-4.13 1.275-4.13 1.275' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD83D' stroke='%23000' stroke-width='.5' d='m4.87 6.742l-.216.126l.073.124h8.652l.055-.174l-.238-.076l.238.075l.001-.002l.002-.006l.006-.02l.02-.071q.025-.095.061-.257c.046-.215.095-.514.109-.845c.026-.648-.08-1.493-.71-2.04c-.64-.558-1.454-.471-2.156-.296c-.24.06-.483.135-.71.205l-.311.095c-.322.094-.59.156-.805.156s-.451-.057-.729-.145q-.126-.04-.266-.087c-.2-.067-.416-.139-.633-.196c-.66-.173-1.42-.239-2.262.239c-.44.248-.69.594-.81.974c-.116.372-.101.76-.04 1.102A4.1 4.1 0 0 0 4.6 6.764l.04.075l.01.02l.004.006v.002h.001z'/%3E%3Cpath fill='%23FFD83D' stroke='%23000' stroke-width='.5' d='m3.886 6.906l.117.221l-.117-.221h.001l.002-.001l.005-.003l.017-.009l.064-.03a5 5 0 0 1 .243-.103c.214-.084.532-.195.955-.305c.846-.22 2.11-.437 3.802-.437s2.957.217 3.802.437c.423.11.74.221.955.305a5 5 0 0 1 .307.133l.018.009l.005.003h.002l-.116.222l.116-.221l.195.103l-.077.206l-1.185 3.168l-.083.22zm0 0l-.193.102l.075.205L4.92 10.38l.08.221l.226-.067zm8.803 3.628l-7.462.001l.004-.001l.016-.005l.061-.017l.238-.063c.205-.052.5-.122.854-.192c.71-.14 1.652-.28 2.594-.28s1.866.14 2.558.28a15 15 0 0 1 1.059.254l.06.018l.014.004l.003.001zM8.874 4.265c.56 0 .922-.547.922-1.095c0-.549-.362-1.095-.922-1.095s-.922.546-.922 1.095s.362 1.095.922 1.095Z'/%3E%3Cmask id='flagpackLi1' width='4' height='5' x='7.118' y='-1' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M7.118-1h4v5h-4z'/%3E%3Cpath fill-rule='evenodd' d='M9.126 0h-.504l.065.923l-.57-.078v.634l.578-.08l-.073 1.454h.504l-.075-1.456l.58.082V.845l-.57.082z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23FFD83D' fill-rule='evenodd' d='M9.126 0h-.504l.065.923l-.57-.078v.634l.578-.08l-.073 1.454h.504l-.075-1.456l.58.082V.845l-.57.082z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M8.622 0v-.5h-.537l.038.535zm.504 0l.499.035l.037-.535h-.536zm-.44.923l-.067.495l.61.083l-.044-.613zM8.119.845L8.185.35L7.618.273v.572zm0 .634h-.5v.574l.568-.078zm.577-.08l.5.026l.03-.603l-.598.082zm-.073 1.454l-.5-.025l-.026.525h.526zm.504 0v.5h.526l-.027-.526zm-.075-1.456l.07-.495l-.6-.085l.031.606zm.58.082l-.071.495l.57.081V1.48zm0-.634h.5V.268L9.558.35zm-.57.082L8.564.892l-.043.618l.613-.088zM8.622.5h.505v-1h-.504zm.564.388l-.064-.923l-.998.07l.065.923zM8.05 1.34l.57.077l.134-.99L8.185.35zm.568.138V.845h-1v.634zm.01-.575l-.579.08l.137.99l.578-.079zm.493 1.974l.074-1.453l-.999-.05l-.074 1.453zm.005-.525h-.504v1h.504zm-.574-.93l.075 1.455l.998-.05l-.074-1.456zM9.7.984L9.121.902l-.14.99l.579.082zM9.13.845v.634h1V.845zm.003.577L9.7 1.34L9.56.35l-.568.082zM8.627-.035l-.064.927l.998.07l.064-.927z' mask='url(%23flagpackLi1)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%231F8A6E' d='M2 2h6v20H2z'/%3E%3Cpath fill='%23F56800' d='M8 2h6v20H8z'/%3E%3Cpath fill='%23B01D00' d='M14 2h16v20H14z'/%3E%3Cpath fill='%23E8AA00' d='M12 2h2v20h-2z'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M17.1 6.173s-1.273-.003-1.273 2.215v3.252s-.607.108-.607.484c0 .377.129.707.368.707s.478 1.105.239 1.105c-.24 0-.478.474-.24.474c.058 0 .101-.008.135-.014s.058-.01.073-.001c.032.018.032.09.032.31c0 .43-.24.605-.24.605s-.224-.063-.224.19c0 .254.225.318.225.318s.129.055-.12.175c-.248.12-.248.178-.248.178h.607l.304.556l.29-.556h.598s-.302-.192-.337-.233c-.035-.04-.078-.1 0-.167a.4.4 0 0 1 .092-.05c.087-.04.188-.086.188-.22c0-.191-.382-.191-.382-.191s-.233-.421-.16-.605q.028-.078.042-.136c.026-.102.04-.16.166-.16c.174 0 .274-.219.054-.473c0 0 .252.27.178.622s.077.51.159.51s.212-.12.212-.12s.68.607.978.607s.726-.486.726-.486l.615.345s.45.63.384 1.064c-.067.433-.323.674-.625.607s-.793.07-.83.258l-.023.1c-.052.212-.13.53.107.452c.28-.093.334-.163.334-.163s-.037.163.188.163c.224 0 .289-.163.289-.163s.233.163.396.163c.164 0 .347-.126.347-.126s.12.187.387.126c.266-.061.468-.757.274-.913c0 0 .643-.093.808-.652c0 0-.622-.01-.558-.392c.064-.383.393-.628.393-.628s.945-.458 1.352-.605s1.084-.295 1.251-.295c.068 0 .117.159.183.375c.096.314.23.749.513.986c.478.4.152 1.314.152 1.314s-1.064.108-1.064.396s.017.414.216.414c.2 0 .195-.163.195-.163s.119.163.31.163c.19 0 .343-.163.343-.163s.05.163.301.163c.25 0 .249-.163.249-.163s.045.163.265.163s.674-.163.674-.163s.07.163.3.163s.234-.163.234-.163s.123.163.321.163a.42.42 0 0 0 .315-.163s.285.163.482.163s.126-.295 0-.552a2 2 0 0 0-.103-.172c-.1-.15-.171-.258-.002-.444c.047-.053.102-.106.157-.16c.205-.198.41-.398.26-.574a.8.8 0 0 0-.15-.125c-.172-.12-.348-.241-.267-.92a6.6 6.6 0 0 1 .225-1.044c.1-.362.192-.691.192-1.073c0-.707-.417-1.514-.417-1.514s.561-.392.561-1.19s-1.253-.884-1.253-.884s-1.245.32-1.794.16a8 8 0 0 0-.315-.083c-.296-.074-.387-.097-.387-.303c0-.265-.4.226-.4.226s-.314-.125-.1-.386c.213-.26.309-.362.309-.362s-.188-.214-.505-.107s-.373.284-.373.284s-.362-.37-.136-.638c.225-.269.51 0 .51 0s.323.169.349-.053s0-.399 0-.399s.812.233.582.595c-.23.363-.084.495-.084.495s.558.034.659-.35a.8.8 0 0 0 .004-.398c.16.075.343.165.292.314c-.093.274-.296.62-.296.62s.558-.033.724-.47s.106.107.106.107s.213-.008.534.177s0-.284 0-.284s.666.825 1.296.727s.595-.62.595-.62s-.15-.257-.461-.257s-.134.257-.134.257s.304.173-.178 0c-.14-.05-.348-.212-.607-.413c-.634-.493-1.57-1.22-2.534-1.109c-1.357.157-1.831.763-1.831.763v-.505s-.228.351-.441.351s-.803-.35-.803-.35l-.376.35s-.143-.35-.393-.35s-.25.35-.25.35s-.315-.154-.661-.154a.9.9 0 0 1-.356-.092c-.134-.058-.21-.09-.21.092v.105c.007.247.01.401-.349.448c-.408.053-.723.053-.723.053s-.244-.298-.434-.298s-.41.231-.41.441s.246.81.41.938c.043.034.035.03 0 .014c-.099-.045-.41-.189-.41.114c0 .21.052.262.09.3c.037.037.06.06.01.201c-.02.059-.049.126-.078.197c-.116.273-.25.592-.023.592c.123 0 .239-.027.322-.046c.11-.026.16-.038.089.046l-.105.114c-.131.137-.266.278-.033.171c.123-.056.226-.138.311-.205c.125-.1.211-.167.261-.08c.032.055.006.128-.015.191c-.037.105-.063.18.2.094c.092-.03.146-.054.176-.071c.001.017.015.04.057.071c.088.065.07.126.058.173c-.015.053-.024.088.13.088c.147 0 .354-.114.477-.182c.12-.065.16-.087-.012.08c-.108.105-.264.176-.437.254c-.385.173-.855.385-1.068 1.108c-.288.975-.16 1.176-.14 1.2l-.886-.971s.212-.166.212-.444c0-.277-.549-.484-.549-.484s.02-3.458.178-4.212c.159-.755.24-1.255.24-1.255m.805 7.365l.002.003v-.001zm.963-2.824a.03.03 0 0 0-.028.033c.038-.022.038-.033.028-.033m6.667-2.79l-.012-.006c-.13-.06-.241-.113-.198-.182c.06-.095.164.005.21.188m.586 7.482s-.42.412-.153.502c.08.027.18.043.27.057c.21.033.384.06.225.215c-.228.223-.422.525-.422.8c0 .274.007.506.08.39c.04-.063.206-.13.385-.202c.147-.059.302-.121.404-.188c.192-.127.189-.264.184-.51l-.002-.139c0-.337-.97-.925-.97-.925M22.863 9.89c.098-.078.104-1.038.104-1.038s.344.114.344.264a.46.46 0 0 1-.066.227c-.023.05-.052.108-.083.192c-.075.206.13.335.32.455l.044.028c.13.082.166-.097.194-.235c.015-.076.028-.14.053-.14c.07 0 .59.118.982.317c.342.173.677.088 1.445-.107q.168-.044.366-.092c1.036-.257 1.172.129 1.278.432c.106.304-.698.725-1.278.801a3.6 3.6 0 0 1-.68.014c-.258-.013-.489-.024-.724.06c-.37.131-1.525.118-1.977.113l-.142-.001c-.207 0-.246-.066-.325-.197a2 2 0 0 0-.071-.113c-.14-.206.03-.341.14-.341s.076-.242 0-.336c-.075-.093-.022-.226.076-.303m-8.692-7.768v.361c0 .045-.019.105-.04.173c-.069.216-.16.505.262.586c.556.107.965.35 1.09.58c.08.146.057-.099.03-.387a6 6 0 0 1-.03-.463c0-.354-.397-1.044-.678-.85s-.634 0-.634 0m0 19.385v.361s.353-.194.634 0c.28.195.677-.495.677-.85c0-.126.016-.301.031-.463c.027-.288.05-.533-.03-.386c-.125.23-.534.473-1.09.58c-.422.08-.33.37-.263.585a.7.7 0 0 1 .041.173m15.665 0v.361s-.353-.194-.634 0c-.281.195-.678-.495-.678-.85c0-.126-.016-.301-.03-.463c-.027-.288-.05-.533.03-.386c.125.23.534.473 1.09.58c.422.08.33.37.262.585c-.021.068-.04.129-.04.173m0-19.024v-.36s-.353.194-.634 0c-.281-.195-.678.495-.678.849c0 .127-.016.302-.03.463c-.027.289-.05.533.03.386c.125-.229.534-.472 1.09-.579c.422-.081.33-.37.262-.586c-.021-.068-.04-.128-.04-.173' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='M.027 5.5h32v3h-32z'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0h32v3H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='M-.059 11h32v3h-32zm.171 5.4h32v3h-32zm-.01 5.1h32v3h-32z'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0h16v14H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m8.132 9.213l-2.92 2.026l.933-3.47L4 5.552l2.904-.12L8.132 2l1.23 3.432h2.898l-2.14 2.337l1.072 3.266z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ls{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2355BA07' d='M0 16h32v8H0z'/%3E%3Cpath fill='%23F7FCFF' d='M0 8h32v8H0z'/%3E%3Cpath fill='%233D58DB' d='M0 0h32v8H0z'/%3E%3Cpath fill='%231D1D1D' d='M15.25 8.24c-.523.14-.799.502-.799 1.141c0 .73.359 1.416.799 1.77zm1.25 2.89c.428-.357.772-1.03.772-1.747c0-.62-.272-.98-.772-1.13zm-.042-3.398c.818.182 1.41.74 1.41 1.645c0 .659-.313 1.46-.798 2.009l2.433 2.387l.6-.198l.897 1.36S18.734 16 15.933 16C13.133 16 11 14.935 11 14.935l.763-1.162l.617.202l2.257-2.548c-.507-.55-.836-1.375-.836-2.05c0-.938.635-1.502 1.498-1.663a.625.625 0 0 1 1.159.018m-4.456 6.564l-.254.353h.494zm.289.492l-.436.088l.436.152zm.222-.508l.223.52l.553-.15l-.11-.21zm1.204 1.038l-.813-.16l-.093-.157l.613-.133zm.047-.745l.253.455l.555-.17l-.154-.203zm.456.836l-.1-.188l.615-.165l.354.433zm1.148-.312l.792-.21l-.098-.18h-1.028zm.284.4l-.126-.195l.76-.249l.404.444zm.963-.776l.243.298l.659-.228l-.083-.156zm1.43.62l-.886.098l-.13-.22l.67-.22zm-.057-.764l.249.305l.594-.305l-.165-.092zm.515.682l-.108-.165l.566-.34l.288.34zm.562-.95l.36.344l.349-.343l-.11-.14zm.57.461l.292-.29l.211.29l-.504.162z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2355BA07' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackLt0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackLt0)'%3E%3Cpath fill='%23FECA00' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23C51918' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackLu0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackLu0)'%3E%3Cpath fill='%23F05234' d='M0 0v8h32V0z'/%3E%3Cpath fill='%232EB7EC' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-lv{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23C51918' d='M0 14h32v10H0z'/%3E%3Cpath fill='%23F7FCFF' d='M0 8h32v6H0z'/%3E%3Cpath fill='%23C51918' d='M0 0h32v10H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ly{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2355BA07' d='M0 18h32v6H0z'/%3E%3Cpath fill='%231D1D1D' d='M0 6h32v12H0z'/%3E%3Cpath fill='%23E11C1B' d='M0 0h32v6H0z'/%3E%3Cpath fill='%23fff' d='M15.798 15.066c-1.793-.37-2.258-1.308-2.238-2.755c0-1.53.806-3.08 2.22-3.249c1.413-.169 2.57.358 3.178 1.094c-.508-1.997-2.19-2.216-3.48-2.216c-1.944-.017-3.938 1.46-3.938 4.239c0 2.42 1.757 4.24 3.994 4.285c2.795 0 3.233-1.93 3.313-2.588a5 5 0 0 0-.466.397c-.562.517-1.178 1.084-2.583.793m4.465-3.775l-1.324.417l1.483.58l-.207 1.554l1.005-1.07l1.458.3l-.985-1.151l.872-1.177l-1.218.257l-.86-.972z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ma{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23C51918' d='M0 0h32v22a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z'/%3E%3Cpath fill='%23E31D1C' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23579D20' d='M22.482 19.626L16.166 2.701h-.274L9.795 19.626l6.332-3.805zM15.467 8.222l.677-2.638l.702 2.714l2.019 5.656l1.185 2.739l-2.559-1.803l-1.366-.818l-1.344.808l-2.5 1.813l1.156-2.795z'/%3E%3Cpath fill='%23579D20' d='m12.663 13.473l3.496 2.324l3.262-2.324l6.195-5.237H6.386zm.072-1.999l-2.377-1.455H21.58l-2.041 1.293l-3.397 2.577z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMc0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMc0)'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v12h32V0z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-md{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23D9071E' fill-rule='evenodd' d='M22 0h10v24H22z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0h12v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='M10 0h12v24H10z' clip-rule='evenodd'/%3E%3Cpath fill='%23FD1900' fill-rule='evenodd' d='m21.719 19.614l-1.054.575l-3.49-6.388l1.053-.576zm-11.205.154l1.053.575l3.49-6.389l-1.053-.575z' clip-rule='evenodd'/%3E%3Cpath fill='%23A77B3B' fill-rule='evenodd' d='M11.378 9.389v5.551c0 1.234-1.062 2.84-1.597 3.439c-.536.597-1.6 1.967-1.6 1.967V5.408c0-1.675 1.6-2.25 1.6-2.25s1.327.262 1.597 2.25v1.938c.411.324 1.783 1.317 2.67.898c1.053-.498 1.416-1.925 1.416-1.925s-.098-1.44-.53-1.44s-.467-2.028 1.188-2.028c1.654 0 1.847.782 1.847 1.405c0 .327-.262.85-.51 1.35c-.227.453-.443.885-.443 1.129c0 .513.387 1.509.953 1.509c.397 0 2.307-.742 3.412-1.186v-1.65c.27-1.988 1.598-2.25 1.598-2.25s1.6.575 1.6 2.25v14.938s-1.065-1.37-1.6-1.967c-.536-.598-1.598-2.206-1.598-3.439V9.39zm1.772 10.443c1.082-.704 2.664-3.862 2.664-3.862l.525.122s.802 2.092 3.16 3.74c-2.513.671-3.16 2.018-3.16 2.018c0-1.078-3.189-2.018-3.189-2.018m-.174-1.999c.729 0 1.32-.56 1.32-1.25s-.591-1.25-1.32-1.25s-1.32.56-1.32 1.25s.591 1.25 1.32 1.25m7.744-1.25c0 .69-.591 1.25-1.32 1.25s-1.32-.56-1.32-1.25s.591-1.25 1.32-1.25s1.32.56 1.32 1.25' clip-rule='evenodd'/%3E%3Cpath fill='%23FDFF00' d='m25.14 10.408l.918.396l-3.74 8.652l-.918-.396z'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='M11.04 7.833H21.6v7.64s-2.687.809-5.28 2.137c-1.914-1.42-5.28-2.138-5.28-2.138z' clip-rule='evenodd' opacity='.3'/%3E%3Cmask id='flagpackMd0' width='11' height='11' x='11' y='7' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.04 7.833H21.6v7.64s-2.687.809-5.28 2.137c-1.914-1.42-5.28-2.138-5.28-2.138z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMd0)'%3E%3Cpath fill='%233D58DB' d='M11.04 12.833H21.6v5H11.04z'/%3E%3Cpath fill='%23FD1900' d='M11.04 7.833H21.6v5H11.04z'/%3E%3Cpath fill='%23FDFF00' fill-rule='evenodd' d='m15.787 10.082l-.8.066l.461-.622l-.492-.645l.805.103l.308-.71l.343.726l.8-.067l-.462.623l.492.645l-.804-.104l-.308.711z' clip-rule='evenodd'/%3E%3Cpath fill='%23FDFF00' fill-rule='evenodd' d='M14.35 8.672s-2.15 1.308-1.433 2.247s1.619 1.059 1.619 1.059s-2.2 3.299 1.671 5.184c4.144-1.82 1.965-5.184 1.965-5.184s1.275-.283 1.53-1.298s-1.667-2.18-1.667-2.18s1.2 1.74.926 2.18s-1.74.89-2.754.89c-1.013 0-2.578-.284-2.83-1.055s.973-1.843.973-1.843' clip-rule='evenodd'/%3E%3Cpath fill='%23FDFF00' fill-rule='evenodd' d='m12.36 12l1.32.833l-1.32.834l-1.32-.834zm7.92 0l1.32.833l-1.32.834l-1.32-.834zm-7.96 3.3a.4.4 0 1 0 0-.8a.4.4 0 0 0 0 .8m8.51-.757c-.343-.278-.87-.197-1.175.18c-.306.378-.276.91.067 1.188c.187.15.09-.45.372-.832c.237-.32.893-.41.736-.536' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23048F02' fill-rule='evenodd' d='M4.737 11.529s1.054 1.246 2.046.839c.993-.408.752-1.869.752-1.869l-.752.683h-.64v.347l-.5-.347v.347zm.713 1.915s1.284 1.12 2.15.804s.648-1.833.648-1.833l-.752.682h-.64v.347l-.5-.347v.347zm3.46 2.543c-.866.317-2.151-.804-2.151-.804h.907v-.347l.5.347v-.347h.64l.752-.683s.217 1.517-.649 1.834' clip-rule='evenodd'/%3E%3Cpath fill='%23FDFF00' fill-rule='evenodd' d='M13.98 2.248h-1v.596h-.471v1h.47V5.59h1V3.844h.573v-1h-.573z' clip-rule='evenodd'/%3E%3Cpath fill='%23DB4400' fill-rule='evenodd' d='m15.158 3.385l-2.316.596l2.316.732z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-me{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M4 4h24v16H4z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMe0' width='24' height='16' x='4' y='4' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4 4h24v16H4z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMe0)'%3E%3Cpath fill='%231E5E91' fill-rule='evenodd' d='M20.23 15.751a.75.75 0 0 0 .74-.756a.75.75 0 0 0-.74-.757a.75.75 0 0 0-.738.757c0 .418.33.756.739.756' clip-rule='evenodd'/%3E%3Cpath fill='%23F6C540' fill-rule='evenodd' d='M10.628 12.332c-1.938-2.252.839-6.159.839-6.159s.415 2.334 1.951 3.904c0 .111-.145.276-.292.443a2 2 0 0 0-.261.334c-.135.246.328.386.553.386c.101 0 .157.146.207.278c.062.162.116.303.235.125c.216-.324-.216-1.034-.216-1.034l.683-.721l.232-.466h-.232v-.48l-.162.133s-.177-.43-.521-.43s-.45-.195-.45-.195h.45c.225 0-.036-.3-.226-.455c-.085-.07-.214-.046-.33-.024c-.143.027-.267.05-.267-.11c0-.175.136-.198.293-.225a.7.7 0 0 0 .304-.1c.147-.106.345-.074.56-.039c.114.02.232.038.35.038h.556c.201 0-.325.326-.325.326l.325.29l.485.495l-.242.144l.5.484s-.17.276 0 .276c.07 0 .115.058.145.125c.03-.067.076-.125.146-.125c.17 0 0-.276 0-.276l.5-.484l-.242-.144l.485-.495l.325-.29s-.527-.325-.326-.325h.557c.118 0 .236-.02.35-.039c.214-.035.413-.067.56.038c.088.064.2.084.303.101c.158.027.294.05.294.225c0 .16-.124.137-.267.11c-.117-.022-.245-.046-.33.024c-.19.156-.452.455-.226.455h.45s-.106.196-.45.196s-.522.429-.522.429l-.162-.133v.48h-.23l.23.466l.684.72s-.432.711-.216 1.035c.12.178.173.037.235-.125c.05-.132.106-.278.207-.278c.224 0 .688-.14.553-.386c-.055-.1-.159-.218-.261-.334c-.147-.167-.292-.332-.292-.443c1.536-1.57 1.951-3.904 1.951-3.904s2.777 3.907.84 6.159s-3.36 1.572-3.36 1.572l.793.713l-.224.194h.661l-.243.163l.18.079l.189.082s-.511.377 0 .377q.121-.001.254-.005q.146-.005.295-.006c.027 0-.033-.147-.092-.293c-.059-.144-.117-.287-.09-.286c.055.002.163.133.272.265c.087.105.174.21.235.25c.039.026.19-.026.332-.075c.12-.042.23-.08.258-.066c.12.06.089.181.06.297q-.012.045-.02.087c-.004.025.149-.074.309-.178c.168-.109.345-.224.358-.206l.01.01c.057.07.149.18-.531.705q0 .15.006.25c.01.214.012.27-.133.27a1 1 0 0 0-.26.069c-.27.095-.633.224-.896-.07a176 176 0 0 0-.93-1.019v.3l-.666-.675l-.128.376l-.896-1.03l-.243.135s.826 2.277 1.267 2.293c.22.008-.114.221-.555.503c-.447.285-1.004.642-1.212.928c-.061.085-.11-.045-.146-.327c-.036.282-.084.412-.146.327c-.207-.286-.764-.643-1.211-.928c-.441-.282-.775-.495-.555-.503c.441-.016 1.267-2.293 1.267-2.293l-.243-.135l-.896 1.03l-.128-.377l-.667.677v-.3s-.562.61-.929 1.018c-.263.294-.627.165-.896.07a1 1 0 0 0-.26-.07c-.23 0-.308-.322 0-.718c.26-.333.8-.318 1.269-.305q.132.004.254.005c.511 0 0-.377 0-.377l.19-.082l.179-.079l-.244-.163h.662l-.225-.194l.795-.713s-1.423.68-3.36-1.572' clip-rule='evenodd'/%3E%3Cpath fill='%23F6C540' fill-rule='evenodd' d='m12.433 17.03l-.875-1.534s-1.144-2.638-1.144-2.958s-.46-1.269-.46-.994v.994l1.93 4.349v.342h.26z' clip-rule='evenodd'/%3E%3Cpath fill='%23F6C540' d='m19.442 14.965l.133-.442l1.626.49l-.133.442z'/%3E%3Cpath fill='%23F6C540' d='m20.308 14.16l.44.144l-.43 1.378l-.44-.144z'/%3E%3Cpath fill='%23F6C540' fill-rule='evenodd' d='m20.717 13.711l-.094-.021l-.039.152l-.173-.043l-.022.093l.172.042l-.044.173l.095.022l.043-.172l.171.042l.021-.093l-.169-.041zm-5.023-8.489l.048.166h.144l.048-.166q.18.055.327.124l.003-.037c.772.07 1.172.394 1.13.962c-.036.47-.274.717-.67.71v.351s-.647.248-.97.248s-.97-.248-.97-.248v-.357c-.326-.04-.521-.282-.553-.704c-.043-.568.357-.891 1.13-.962l.003.038q.148-.07.33-.125m-.817 1.445l-.086.025c-.177-.034-.264-.175-.284-.441c-.02-.27.106-.456.404-.564c-.203.26-.218.59-.034.98m.275-.072c.163-.04.352-.078.503-.091v-.971c-.62.217-.77.55-.503 1.062m.78-.083c.207.028.46.09.623.134l-.082-.045c.276-.527.116-.864-.541-1.082zm.787-.823c.207.267.217.608.016 1.01c.244.004.359-.137.382-.448c.02-.267-.104-.454-.398-.562' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M15.754 5.52a.323.323 0 1 0 0-.647a.323.323 0 0 0 0 .646' clip-rule='evenodd'/%3E%3Cpath fill='%23F6C540' fill-rule='evenodd' d='m15.799 4.498l-.097.002v.157h-.18l.002.096h.177v.178l.096-.002l.001-.177h.176l-.002-.096h-.174z' clip-rule='evenodd'/%3E%3Cpath fill='%231E5E91' fill-rule='evenodd' d='M13.954 10.36s1.138-.215 1.754-.215c.553 0 1.754.215 1.754.215c0 1.36.382 2.192 0 3.121c-.383.929-1.319.482-1.742 1.371c-.54-.843-1.271-.379-1.766-1.58c-.495-1.2.3-1.753 0-2.912' clip-rule='evenodd'/%3E%3Cmask id='flagpackMe1' width='5' height='5' x='13' y='10' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.954 10.36s1.138-.215 1.754-.215c.553 0 1.754.215 1.754.215c0 1.36.382 2.192 0 3.121c-.383.929-1.319.482-1.742 1.371c-.54-.843-1.271-.379-1.766-1.58c-.495-1.2.3-1.753 0-2.912' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMe1)'%3E%3Cpath fill='%235EAA22' d='M13.954 13.197h3.508V14.9h-3.508z'/%3E%3Cpath fill='%23F6C540' fill-rule='evenodd' d='M14.991 11.03c-.134-.285.704-.318.704-.318s.181.318 0 .77c-.131.33.088.3.39.26a3 3 0 0 1 .362-.033c.188 0 .287-.013.37.018c.114.043.196.172.44.547c.113.171.108.284.04.352c.006.174-.183.318-.534.41l-.046-.183c.186-.049.3-.095.352-.147c-.264.016-.622-.114-.622-.282c0-.248-.845-.196-1.353-.164c-.13.008-.237.014-.304.014c-.296 0-.069-.361.138-.69l.063-.102c.106-.171.14-.215.132-.249c-.008-.035-.063-.058-.132-.203m2.011-.044c-.506-.08-.79-.003-.79.28c0 .27.27.387.762.385l.05.019l-.067.027l.062.179c.31-.112.31-.312-.004-.41L17 11.462h-.014c-.41.003-.59-.073-.59-.196c0-.11.171-.158.577-.094z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mf{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50100' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2378D843' d='M12 12h20v12H12z'/%3E%3Cpath fill='%23EA1A1A' d='M12 0h20v12H12z'/%3E%3Cpath fill='%23F7FCFF' d='M0 0h12v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mh{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMh0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMh0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m8 11l-.817 2.944l.008-3.055l-1.581 2.614l.831-2.94l-2.228 2.091l1.594-2.606l-2.709 1.412l2.238-2.08l-2.99.63l2.717-1.4l-3.049-.2l2.993-.615L2.126 6.78l3.047.216l-2.5-1.755l2.876 1.03l-1.934-2.365l2.492 1.768l-1.224-2.8l1.922 2.375l-.424-3.025l1.21 2.805L8 2l.409 3.028l1.21-2.805l-.424 3.025l1.922-2.375l-1.224 2.8l2.492-1.768l-1.934 2.365l2.876-1.03l-2.5 1.755l3.047-.216l-2.881 1.016l2.993.614l-3.049.201l2.717 1.4l-2.99-.63l2.238 2.08l-2.71-1.412l1.595 2.606l-2.228-2.09l.831 2.94l-1.58-2.615l.007 3.055z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m-.782 24.745l34.04-23.53v7.67z'/%3E%3Cpath fill='%23E2AE57' d='m-.782 24.745l34.04-29.53v7.67z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMk0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23FFD018' mask='url(%23flagpackMk0)'%3E%3Cpath fill-rule='evenodd' d='M0-.042v4.084l14 5.951L3.255-.042zM16 12l3-12h-6zm0 0l-3 12h6zM0 19.951v4.084h3.255L14 14zM32 4.066V-.018h-3.255L18 10.018zm0 19.994v-4.084l-14-5.952L28.745 24.06zM32 9l-12 3l12 3zm-20 3L0 9v6z' clip-rule='evenodd'/%3E%3Cpath stroke='%23F50100' stroke-width='2' d='M16 17a5 5 0 1 0 0-10a5 5 0 0 0 0 10Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ml{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FBCD17' d='M10 0h12v24H10z'/%3E%3Cpath fill='%23E11C1B' d='M22 0h10v24H22z'/%3E%3Cpath fill='%230B9E7A' d='M0 0h10v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23E31D1C' d='M0 16h32v8H0z'/%3E%3Cpath fill='%235EAA22' d='M0 8h32v8H0z'/%3E%3Cpath fill='%23FFD018' d='M0 0h32v8H0z'/%3E%3Cpath fill='%23F7FCFF' d='m16.062 15.976l-5.15 3.274l1.727-5.733l-3.674-3.745l5.065-.11l2.241-5.66l2.042 5.734l5.053.088l-3.797 3.814l1.773 5.454z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%234C67E8' fill-rule='evenodd' d='M10 0h12v24H10z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M22 0h10v24H22zM0 0h12v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F8D000' fill-rule='evenodd' d='M6.014 6.884c-1.013 0-.88-.987-.88-.987l.48-1.038v1.038c0 .133.182-.134.182-.455s.218-.802.218-.802s.009-.161.015-.32c.034.082.104.152.21.26l.06.06c.124.128.108.468.093.762c-.013.266-.025.495.073.495c.206 0 .19-.919.19-.919l.346.919s.026.987-.987.987m0-2.82c.026-.15.022.051.015.256a.44.44 0 0 1-.015-.255m1.524 4.62c0 .802-.671 1.453-1.5 1.453c-.828 0-1.5-.65-1.5-1.453s.672-1.454 1.5-1.454c.829 0 1.5.651 1.5 1.454m-3.769 2.72H2v8.572h1.77zm6.231 0H8.23v8.572H10zm-5.77.075l1.725 1.068L7.9 11.479zM5.956 20l-1.724-1.068H7.9zm-1.724-7.105h3.615v.67H4.231zm3.615 4.994H4.231v.67h3.615zm-1.77-.373c1.02 0 1.847-.8 1.847-1.789s-.826-1.789-1.846-1.789s-1.846.801-1.846 1.79c0 .987.826 1.788 1.846 1.788m-2.073-8.3s.062 1.868 1.903 1.868s2.137-1.868 2.137-1.868s-.712 1.144-2.02 1.144c-1.307 0-2.02-1.144-2.02-1.144' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' d='m6.359 13.972l.082-.367c.412.451.6.704.511 1.118c-.098.461-.617.975-1.219 1.399c-.364.256-.587.949-.406 1.169l-.173.314c-.403-.49-.081-1.417.475-1.808c.511-.36.868-.737.93-1.033c.04-.194.117-.445-.2-.792'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M6.5 17a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m-1.124-1.35a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mo{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%231C9975' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMo0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m16.022 6.854l-1.634.986l.373-1.925l-1.361-1.44l1.842-.078l.78-1.797l.779 1.797h1.839l-1.357 1.518l.408 1.925zm-4.639.73l-1.01.61l.23-1.19l-.841-.89l1.139-.049l.482-1.11l.482 1.11h1.137l-.84.94l.253 1.19zm9.197 0l-1.01.61l.231-1.19l-.841-.89l1.139-.049l.482-1.11l.482 1.11H22.2l-.84.94l.253 1.19zM8.766 9.61l-.81.49l.185-.955l-.675-.715l.914-.038l.386-.892l.387.892h.913l-.674.753l.203.955zm14.794 0l-.81.49l.185-.955l-.675-.715l.914-.038l.387-.892l.387.892h.912l-.674.753l.203.955z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMo1' width='16' height='16' x='8' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 22a8 8 0 1 0 0-16a8 8 0 0 0 0 16' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23F7FCFF' mask='url(%23flagpackMo1)'%3E%3Cpath fill-rule='evenodd' d='M12.68 21.064h6.64v1.072h-6.64zM9.957 19.46h12.766v.983H9.957z' clip-rule='evenodd'/%3E%3Cpath d='M12.62 19.02H8.716v-1h3.897c1.381-.019 2.39-.413 3.063-1.172l.336-.378l.374.34c.899.815 1.797 1.21 2.706 1.21h4.304v1H19.09c-1.043 0-2.05-.392-3.014-1.16c-.854.756-2.012 1.14-3.457 1.16'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M16.035 7.608s-1.71 1.688-1.71 4.004c0 .496.08.964.202 1.394c-.55-1.22-.588-2.543-.113-3.986l-.647-.213c-.483 1.468-.486 2.849-.006 4.128a8.2 8.2 0 0 0-3.306-1.13l-.075.677a7.5 7.5 0 0 1 2.902.96a5 5 0 0 0-.681-.223c-2.163-.552-4.285.23-4.285.23s1.224 2.747 3.595 3.152q.177.03.35.047h-.018c-1.13 0-2.181-.462-3.166-1.401l-.47.493c1.106 1.054 2.322 1.589 3.636 1.589c1.285 0 2.48-.511 3.57-1.52c.175-.106.277-.182.293-.194l.043.037l-.033.06s.107.064.301.156c1.077.835 2.424 1.461 3.49 1.461c1.315 0 2.53-.535 3.636-1.59l-.47-.492c-.984.939-2.035 1.401-3.166 1.401q-.619 0-1.214-.2c.556.03 1.168-.02 1.802-.214c2.335-.714 3.309-2.873 3.309-2.873s-1.243-.67-2.821-.678a8 8 0 0 1 1.107-.2l-.074-.678q-2.222.247-3.836 1.497c.628-1.38.677-2.885.147-4.495l-.647.213c.433 1.316.44 2.531.021 3.66c.072-.334.114-.69.114-1.068c0-2.442-1.78-4.004-1.78-4.004m.751 7.147l-.025.037l.031-.037zm-1.651-.159l.067-.062q.09.152.18.285a8 8 0 0 0-.247-.223' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mp{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232993EC' fill-rule='evenodd' d='M0 0h34v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F1F9FF' fill-rule='evenodd' d='M6.213 11.583c0 5.293 4.382 9.584 9.787 9.584s9.787-4.29 9.787-9.584C25.787 6.291 21.405 2 16 2s-9.787 4.29-9.787 9.583m17.447 0c0 4.143-3.43 7.5-7.66 7.5s-7.66-3.357-7.66-7.5s3.43-7.5 7.66-7.5s7.66 3.358 7.66 7.5' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M7.064 11.583c0 4.833 4 8.75 8.936 8.75c4.935 0 8.936-3.917 8.936-8.75c0-4.832-4-8.75-8.936-8.75c-4.935 0-8.936 3.918-8.936 8.75m17.447 0c0 4.603-3.81 8.334-8.511 8.334s-8.51-3.731-8.51-8.334S11.3 3.25 16 3.25s8.51 3.731 8.51 8.333' clip-rule='evenodd'/%3E%3Cpath fill='%23FDDA33' fill-rule='evenodd' d='M16 2.208q-.162.335-.162.95t-.476 1.231a10 10 0 0 1-.089-1.231q0-.554.727-.95m2.236.339q-.233.29-.371.888q-.139.6-.741 1.094q.067-.682.19-1.22q.124-.54.922-.762m1.537 1.62q.28-.548.575-.771q-.827.023-1.078.515a10 10 0 0 0-.48 1.138q.704-.333.983-.881m2.418.517q-.338.152-.734.623t-1.157.637q.369-.576.724-1t1.167-.26m.637 2.112q.492-.37.855-.442q-.753-.342-1.195-.01a10 10 0 0 0-.93.813q.778.009 1.27-.36m1.919 1.54q-.372-.018-.937.222q-.567.24-1.32.043q.59-.347 1.099-.563q.51-.216 1.158.298m-.395 2.155q.606-.107.963-.006q-.517-.646-1.06-.55a10 10 0 0 0-1.198.3q.69.363 1.295.256M6.084 9.77q.3.217.907.324q.606.107 1.13.683a10 10 0 0 1-1.228-.127q-.545-.096-.809-.88m1.537-1.583q-.566-.24-.81-.52q.08.825.59 1.04q.508.216 1.168.4q-.381-.68-.948-.92m.406-2.413q.17.33.66.7q.491.37.698 1.122a10 10 0 0 1-1.037-.67q-.443-.334-.32-1.152m2.098-.726q-.396-.471-.486-.831q-.303.771.053 1.194q.356.424.86.887q-.031-.78-.427-1.25m1.448-1.982q.007.37.286.919q.28.547.135 1.314a10 10 0 0 1-.638-1.058q-.25-.492.217-1.175m2.228.279q-.138-.6-.056-.962q-.619.55-.494 1.089q.124.54.363 1.18q.326-.708.187-1.307' clip-rule='evenodd'/%3E%3Cpath fill='%23A7A7A7' fill-rule='evenodd' d='M14.586 5.75a.574.574 0 0 0-.561.697l.387 1.768a.57.57 0 0 0 .256.364a.57.57 0 0 0-.218.386L13.063 20.61a.53.53 0 0 0 .257.53c.522.299 1.654.86 2.786.86s2.265-.561 2.787-.86a.53.53 0 0 0 .257-.53L17.763 8.965a.57.57 0 0 0-.218-.386a.57.57 0 0 0 .256-.364l.387-1.768a.575.575 0 0 0-.561-.697z' clip-rule='evenodd'/%3E%3Cpath fill='%2373BE4A' d='M6.52 12.013a.32.32 0 0 1 .398-.208c.168.05.263.226.212.39c-.09.286-.09.708.009 1.26c.038.211.082.375.138.52c.022.057.044.11.075.175l.079.169c.095.216.137.405.137.682a.316.316 0 0 1-.319.313a.316.316 0 0 1-.32-.313a.94.94 0 0 0-.084-.434l-.074-.158a3 3 0 0 1-.092-.216a3.4 3.4 0 0 1-.169-.63c-.114-.64-.114-1.155.01-1.55'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m16.213 16.18l-4.115 2.803l1.452-4.698l-3.995-2.966l5.012-.1l1.646-4.636l1.646 4.636l5.011.1l-3.994 2.966l1.451 4.698z' clip-rule='evenodd'/%3E%3Cpath fill='%2373BE4A' d='M25.56 12.43a.32.32 0 0 0-.4-.208a.31.31 0 0 0-.21.39c.088.286.088.708-.01 1.26a3 3 0 0 1-.138.519c-.022.057-.045.11-.075.175l-.079.17a1.55 1.55 0 0 0-.137.682c0 .173.143.312.319.312s.319-.14.319-.312a.94.94 0 0 1 .085-.434l.074-.159c.036-.077.064-.142.092-.215a3.4 3.4 0 0 0 .169-.631c.114-.64.114-1.155-.01-1.55'/%3E%3Cpath stroke='%2373BE4A' stroke-linecap='round' stroke-linejoin='round' d='M16.06 3.148s1.165.518.662 1.335m.19-1.335s1.164.518.661 1.335'/%3E%3Cpath fill='%2373BE4A' d='M9.26 6.357a.274.274 0 0 1 .396-.099a.33.33 0 0 1 .09.431q-.245.419-.246 1.159c0 .172-.129.312-.287.312c-.159 0-.288-.14-.288-.312q-.001-.906.335-1.491'/%3E%3Cpath fill='%2373BE4A' d='M8.808 9.213c0 .172-.128.312-.287.312s-.287-.14-.287-.312v-.89c0-.63.099-1.127.307-1.489a.274.274 0 0 1 .396-.099a.33.33 0 0 1 .091.43c-.143.25-.22.635-.22 1.157zm14.676-.417c0 .172.129.312.287.312c.159 0 .288-.14.288-.312v-.89q.002-.945-.308-1.488a.274.274 0 0 0-.395-.1a.33.33 0 0 0-.091.431c.142.248.22.634.22 1.157z'/%3E%3Cpath fill='%2373BE4A' d='M24.335 10.254c0 .173.129.313.287.313c.16 0 .288-.14.288-.313v-.89q.002-.945-.308-1.488a.274.274 0 0 0-.395-.1a.33.33 0 0 0-.091.431c.142.249.22.634.22 1.157z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%231C7B4D' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackMr0)'%3E%3Cpath fill='%23E31D1C' d='M0 0v6h32V0zm0 18v6h32v-6z'/%3E%3Cpath fill='%23FECA00' d='M16.242 14.379c5.185.028 6.646-4.314 6.646-4.314c-.294 3.715-2.349 6.234-6.646 6.234s-5.875-3.263-6.646-6.518c0 0 1.46 4.569 6.646 4.598'/%3E%3Cpath fill='%23FECA00' d='m17.637 9.814l.337 1.963l-1.764-.927l-1.763.927l.337-1.963l-1.427-1.534h1.972l.881-1.93l.882 1.93h1.972z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ms{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackMs0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackMs0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cmask id='flagpackMt0' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M10 4H6v2.993A1 1 0 0 0 5.232 8H2v4h3.33c.13.267.375.469.67.539V16h4v-3.449a1 1 0 0 0 .733-.551H14V8h-3.169v-.034A1 1 0 0 0 10 6.98z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='none'%3E%3Cpath fill='%23A0A0A0' fill-rule='evenodd' d='M10 4H6v2.993A1 1 0 0 0 5.232 8H2v4h3.33c.13.267.375.469.67.539V16h4v-3.449a1 1 0 0 0 .733-.551H14V8h-3.169v-.034A1 1 0 0 0 10 6.98z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' d='M6 4V3H5v1zm4 0h1V3h-1zM6 6.993l.23.973l.77-.183v-.79zM5.232 8v1h1.035l-.035-1.034zM2 8V7H1v1zm0 4H1v1h1zm3.33 0l.901-.435L5.958 11h-.627zm.67.539h1v-.791l-.77-.182zM6 16H5v1h1zm4 0v1h1v-1zm0-3.449l-.167-.985l-.833.14v.845zm.733-.551v-1h-.628l-.273.565zM14 12v1h1v-1zm0-4h1V7h-1zm-3.169 0l-1-.034L9.798 9h1.034zM10 6.98H9v.844l.833.142zM6 5h4V3H6zm1 1.993V4H5v2.993zm-.768.973H6.23L5.769 6.02a2 2 0 0 0-1.537 1.946zm0 0h-2v.068zM2 9h3.232V7H2zm1 3V8H1v4zm2.33-1H2v2h3.33zm.9.566l.001-.001l-1.8.87a2 2 0 0 0 1.338 1.077zM7 16v-3.461H5V16zm3-1H6v2h4zm-1-2.449V16h2v-3.449zm1.167.986c.65-.11 1.19-.531 1.466-1.102l-1.8-.87zM14 11h-3.267v2H14zm-1-3v4h2V8zm-2.169 1H14V7h-3.169zm-1-1.034l2 .068v-.068zm.002 0q-.004-.002-.001 0q0-.003 0 0h2a2 2 0 0 0-1.665-1.972zM9 4v2.98h2V4z' mask='url(%23flagpackMt0)'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M16 0h16v24H16z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23579D20' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMu0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackMu0)'%3E%3Cpath fill='%23FECA00' d='M0 12v6h32v-6z'/%3E%3Cpath fill='%233D58DB' d='M0 6v6h32V6z'/%3E%3Cpath fill='%23E11C1B' d='M0 0v6h32V0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mv{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0h32v22a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23579D20' fill-rule='evenodd' d='M6 6h20v12H6z' clip-rule='evenodd'/%3E%3Cpath stroke='%23B6EB9A' stroke-opacity='.238' stroke-width='2' d='M7 7h18v10H7z'/%3E%3Cmask id='flagpackMv0' width='20' height='12' x='6' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6 6h20v12H6z' clip-rule='evenodd'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M7 7h18v10H7z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMv0)'%3E%3Cpath fill='%23F9FAFA' fill-rule='evenodd' d='M16.033 12.463c-.017 3.065 2.396 4.7 2.396 4.7c-2.753.323-4.586-2.174-4.586-4.67c0-2.498 2.498-4.56 4.586-5.492c0 0-2.379 2.396-2.396 5.462' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E11C1B' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackMw0)'%3E%3Cpath fill='%23272727' d='M0 0v10h32V0z'/%3E%3Cpath fill='%235EAA22' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23E11C1B' d='M4.002 11.946v-.002l-.01.001zm.628-3.82h.103l-.158-.023zm2.928 0q.078-.15.164-.298l-2.29-1.515l2.7.878q.227-.317.486-.614L6.633 4.688l2.529 1.32q.279-.265.583-.51L8.14 3.281l2.266 1.734q.317-.21.654-.397L9.904 2.137l1.914 2.102q.343-.154.7-.282l-.65-2.665l1.483 2.404q.357-.096.727-.167L13.97.774l.986 2.624q.365-.04.739-.054L16.14.6l.447 2.744q.372.016.737.056l.987-2.626l-.109 2.76q.369.07.726.167l1.485-2.409l-.652 2.671q.355.129.696.282l1.92-2.108l-1.16 2.49q.335.186.648.395l2.276-1.74l-1.612 2.226q.3.243.577.506l2.542-1.326l-1.995 1.9q.255.294.48.608l2.716-.883l-2.304 1.525q.083.142.159.289H22.74c-1.354-1.877-3.83-3.134-6.658-3.134S10.778 6.25 9.424 8.127zm3.002 0c1.283-1.322 3.297-2.175 5.562-2.175s4.28.853 5.562 2.176zm16.989 0h.103l.055-.023zm.733 3.818l.008.001z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mx{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23D9071E' fill-rule='evenodd' d='M22 0h10v24H22z' clip-rule='evenodd'/%3E%3Cpath fill='%23006923' fill-rule='evenodd' d='M0 0h12v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10 0h12v24H10z' clip-rule='evenodd'/%3E%3Cpath fill='%23A8AC71' fill-rule='evenodd' d='M13.056 8.342c-.107.455-.038.562.476.562c.027 0 .07.076.115.158c.05.09.106.188.15.203c-.019.025-.214.378-.215 1c0 .128.059.34.116.542c.063.22.122.431.099.514c-.038.136-.208-.012-.34-.126c-.075-.066-.138-.12-.156-.105c-.094.08-.143-.547-.172-.925c-.013-.169-.022-.288-.03-.274a1 1 0 0 1-.06-.249c-.028-.191-.056-.377-.282-.377h-.58v.427s.336 0 .336.795c.005.118.162 1.163.543 1.169c-.223.005-.222.05-.22.075v.005c0 .64.534.708 1.033.528c.3-.109.618-.32.857-.581c.336-.369.378-.845-.064-1.107c-.157-.093-.328-.129-.567-.142c.047-.14.003-.265-.032-.363c-.03-.082-.052-.144-.008-.18c.501-.406.546-.78.181-1.116a1.3 1.3 0 0 1-.14-.163c-.088-.115-.182-.236-.3-.27q.082-.165.22-.395l-.857-.515c-.156.259-.13.461-.107.638c.012.097.024.186.004.272m.932 2.666l-.016.017l.01-.01zm-.454.313h.002l.01-.002l-.01.002zm-.435.334h-.034z' clip-rule='evenodd'/%3E%3Cpath fill='%23FCCA3D' fill-rule='evenodd' d='M14.384 7.913s-.687.533-.558 1.1c.128.569 1.482 0 1.318-.55s-.76-.55-.76-.55' clip-rule='evenodd'/%3E%3Cpath fill='%238F4620' fill-rule='evenodd' d='M19.266 12.403s.925-2.741-.545-4.16s-3.17-1.325-3.17-1.325s-.489.364 0 .641c.49.277.285.543.285.543s-.82-.832-1.364-.346c-.543.487.508.413.397.779s-.583 1.99.106 2.811c.69.82-.652.643-.379.643s1.24.19 1.24 0c0-.192.336.742.624.742c.287 0 .51-.328.51-.328s.403.328.649.328c.245 0 1.102-.215 1.102-.215l-1.62-1.364s.098-.602-.131-.732c-.23-.13 1.841 1.154 2.004 1.569c.162.414.292.414.292.414' clip-rule='evenodd'/%3E%3Cpath fill='%239FAB2F' d='M11.066 11.727s.15-.479.311-.512c.14-.029.432.23.432.23c.52 2.889 1.779 4.018 3.866 4.018c2.112 0 3.392-.858 4.139-3.523c0 0 .397-.406.537-.36c.152.048.343.585.343.585c-.857 3.058-2.476 4.419-5.02 4.419c-2.567 0-4.01-1.54-4.608-4.857'/%3E%3Cpath fill='%232FC2DC' fill-rule='evenodd' d='M13.334 13.656s3.005.638 4.19.638s-1.04.968-1.909.968q-.57 0-1.374-.692c-.096-.082-.003-.267-.296-.27c-.408-.003-.915-.099-.866-.157c.046-.055.64-.072.583-.133c-.095-.1-.328-.354-.328-.354' clip-rule='evenodd'/%3E%3Crect width='2' height='1.071' x='14.667' y='14.1' fill='%23F9AA51' rx='.167'/%3E%3Cpath fill='%23259485' d='M12.175 12.136s0-.375.254-.574c.291-.229.565 0 .565 0c1.066 1.518 2.659 2.018 4.887 1.496c0 0 .666.218.7.361c.042.182-.472.613-.472.613c-2.605.61-4.619-.022-5.934-1.896'/%3E%3Cpath fill='%23FCCA3D' fill-rule='evenodd' d='M16.591 12.35s-1.213.64-.809.64c.405 0 1.988.319 1.68 0c-.308-.32-.87-.64-.87-.64m-1.436-.762s-.23-.666-.71-.666s-.345.547-.575.547c-.231 0 .215.384.413.384c.199 0 .872-.265.872-.265' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-my{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='M.027 5h32v2.9h-32zm0 5.2h32v2.9h-32zm.085 5h32v2.5h-32zm0 5h32v2.7h-32z'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0h32v2.5H0z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0h16v12H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M3.594 6.202c0 1.376.648 2.678 1.966 2.678c1.98 0 2.364-.422 3.287-1.004c.219.49-.518 2.588-3.314 2.588C3.297 10.42 1.49 8.623 1.49 6.202c0-2.778 2.044-4.279 3.987-4.262c1.716 0 3.536.974 3.48 2.216c-.808-.79-1.686-.79-3.147-.79c-1.462 0-2.216 1.46-2.216 2.836' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m11 7.3l-.927 1.353l.045-1.64l-1.545.55l1-1.3L8 5.8l1.573-.464l-1-1.3l1.545.55l-.045-1.64L11 4.3l.927-1.353l-.045 1.64l1.545-.55l-1 1.3L14 5.8l-1.573.464l1 1.3l-1.545-.55l.045 1.64z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-mz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMz0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMz0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23093' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' stroke='%23fff' stroke-width='2' d='M0 7h-1v10h34V7z'/%3E%3C/g%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3Cmask id='flagpackMz1' width='18' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackMz1)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m8.069 14.353l-3.78 3.05l1.734-4.076l-2.978-2.868H6.56L8.003 7l1.532 3.459h3.51l-3.136 2.868l1.57 4.077z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m6.156 11.984l-.641 2.14s2.164-.02 2.424.198c.783-.488 2.395-.197 2.395-.197l-.858-2.291S8.39 11.34 7.94 11.61c-1.105-.249-1.783.373-1.783.373' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M11.564 15.216a.5.5 0 0 1-.8.602l-4.18-5.551a.5.5 0 0 1 .8-.602z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m6.974 9.84l-.4-.48'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m5.605 9.363l-1.209 1.935L5 12.345l1.383-2.055l.248-.635l-.248-.292zm-1.566 5.746l.583.821l4.495-5.319l.187.209l1.036-.975l1.656-1.802l-1.656 1.354l-.536-.149l-.5.787H8.8l-3.67 4.087z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-na{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23093' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNa0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackNa0)'%3E%3Cpath fill='%233195F9' fill-rule='evenodd' d='M0 0v24L32 0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' stroke='%23F7FCFF' stroke-width='2' d='m-1.012 27.094l.53.96l.908-.617l34.832-23.71l.702-.477l-.358-.77l-2.342-5.04l-.491-1.057l-.97.647l-35.356 23.556l-.766.51l.445.805z'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m6.23 9.245l-1.294 1.614l-.314-2.045l-1.928.751l.751-1.928L1.4 7.324L3.015 6.03L1.4 4.736l2.045-.314l-.75-1.928l1.927.751l.314-2.045L6.23 2.815L7.524 1.2l.313 2.045l1.928-.75l-.751 1.927l2.045.314L9.445 6.03l1.614 1.294l-2.045.313l.751 1.928l-1.928-.751l-.313 2.045zm0-.715a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m2-2.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-nc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50100' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ne{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNe0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackNe0)'%3E%3Cpath fill='%23FC6500' d='M0 0v8h32V0z'/%3E%3Cpath fill='%235EAA22' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23FC6500' d='M16 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ng{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23093' d='M21 0h11v24H21zM0 0h11v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ni{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNi0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackNi0)'%3E%3Cpath fill='%230080EC' fill-rule='evenodd' d='M0 0v8h32V0zm0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23D0AB00' fill-rule='evenodd' d='M16 8q.284 0 .555.038l-.198 1.276a2.7 2.7 0 0 0-.872.026l-.093-1.294A4 4 0 0 1 16 8m1.152.168l-.348 1.244a2.71 2.71 0 0 1 1.904 2.677l1.287.11Q20 12.1 20 12c0-1.809-1.2-3.337-2.848-3.832m2.361 5.746a4 4 0 0 1-3.217 2.075v-1.296a2.7 2.7 0 0 0 1.83-1.014zm-6.936.156a4 4 0 0 0 3.194 1.924V14.7a2.7 2.7 0 0 1-1.935-1.07zm-.573-1.899L12 12a4 4 0 0 1 2.552-3.73l.334 1.26a2.71 2.71 0 0 0-1.595 2.45z' clip-rule='evenodd'/%3E%3Cpath fill='%237CDFFF' fill-rule='evenodd' d='m15.975 8.95l-2.737 4.73h5.517z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNi1' width='6' height='6' x='13' y='8' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m15.975 8.95l-2.737 4.73h5.517z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackNi1)'%3E%3Cpath stroke='%23E31D1C' d='M16 15.118a2.39 2.39 0 1 0 0-4.782a2.39 2.39 0 0 0 0 4.782Z'/%3E%3Cpath stroke='%23FFD018' d='M16 15.118a2.39 2.39 0 1 0 0-4.782a2.39 2.39 0 0 0 0 4.782Z'/%3E%3Cpath stroke='%234EDD00' d='M16 15.118a2.39 2.39 0 1 0 0-4.782a2.39 2.39 0 0 0 0 4.782Z'/%3E%3Cpath stroke='%233D58DB' d='M16 15.118a2.39 2.39 0 1 0 0-4.782a2.39 2.39 0 0 0 0 4.782Z'/%3E%3Cpath fill='%233D58DB' d='M13.018 12.218h6.255v1.818h-6.255z'/%3E%3Cpath fill='%2397C923' fill-rule='evenodd' d='m13.437 12.99l1.247-1.239l.382.62l.267-.756l.297.567l.312-.43l.403.43l.37-.567l.316.567l.363-.43l.848.9l.152.339l-4.957.251z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-nl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNl0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackNl0)'%3E%3Cpath fill='%23E31D1C' d='M0 0v8h32V0z'/%3E%3Cpath fill='%233D58DB' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-no{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackNo0)'%3E%3Cpath fill='%232E42A5' stroke='%23F7FCFF' stroke-width='2' d='M10-1H9V9H-1v6H9v10h6V15h18V9H15V-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-np{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23C51918' stroke='%234857A1' d='m11.616 12.32l9.317 11.18H.5V.842L20.04 11.5h-9.108z'/%3E%3Cmask id='flagpackNp0' width='22' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m11.616 12.32l9.317 11.18H.5V.842L20.04 11.5h-9.108z'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackNp0)'%3E%3Cpath fill='%23F7FCFF' d='M5.83 20.01L4.604 21.6l-.056-2.006l-1.926.566l1.134-1.657l-1.891-.673l1.89-.674l-1.133-1.657l1.926.566l.056-2.006l1.226 1.59l1.225-1.59l.056 2.007l1.926-.567l-1.134 1.657l1.891.674l-1.89.674l1.133 1.656l-1.926-.566l-.056 2.006zM5.8 8.139l-.64.83l-.03-1.048l-1.005.296l.592-.865L3.73 7l.987-.352l-.592-.865l1.006.296l.03-1.048l.64.83l.639-.83l.03 1.048l1.005-.296l-.592.865l.988.352l-.988.352l.592.865l-1.006-.296l-.03 1.048z'/%3E%3Cpath fill='%23F9FAFA' d='M5.666 7.894C7.892 7.903 9.08 6.64 9.08 6.64c.235 1.441-1.578 2.4-3.391 2.4c-1.814 0-2.912-1.307-3.588-2.4c0 0 1.34 1.245 3.566 1.254'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-nr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackNr0)'%3E%3Cpath fill='%23FECA00' d='M0 8v4h32V8z'/%3E%3Cpath fill='%23F7FCFF' d='m8.83 19.58l-1.545 2.005l-.072-2.53l-2.428.714l1.43-2.09l-2.385-.85l2.384-.85l-1.43-2.088l2.43.714l.07-2.53L8.83 14.08l1.545-2.006l.071 2.53l2.429-.713l-1.43 2.089l2.385.85l-2.385.85l1.43 2.089l-2.429-.715l-.071 2.53z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-nu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackNu0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackNu0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m-2.262 15.13l6.343 1.467L17.6 9.126l1.431-.837l12.844-6.716l3.043-2.12l-6.96-.642l-11.222 6.33l-8.109 3.985z'/%3E%3Cpath fill='%23F50100' d='m-1.705 16.019l3.415 1.12L33.649-.814h-4.795z'/%3E%3Cpath fill='%23fff' d='m34.37 14.73l.253 1.51l-6.704.357l-10.806-6.33l-1.019.348L-4.08.411l8.33-1.604L15.384 4.96l8.712 4.21z'/%3E%3Cpath fill='%23F50100' d='m34.394 15.637l-3.415 1.12l-13.6-7.686l-4.032-.86L-3.26-.537h4.795l16.597 8.542l4.408 1.03z'/%3E%3Cpath fill='%23fff' d='M13.189-1.25V-2.5h-1.25v1.25zm0 6V6h1.25V4.75zm-14.439 0V3.5H-2.5v1.25zm0 6.5H-2.5v1.25h1.25zm14.439 0h1.25V10h-1.25zm0 8h-1.25v1.25h1.25zm5.689 0v1.25h1.25v-1.25zm0-8V10h-1.25v1.25zm14.372 0v1.25h1.25v-1.25zm0-6.5h1.25V3.5h-1.25zm-14.372 0h-1.25V6h1.25zm0-6h1.25V-2.5h-1.25zm-2.5 6V6h1.25V4.75zm0-3.5h1.25V0h-1.25zm-.689 0V0h-1.25v1.25zm0 3.5h-1.25V6h1.25zm.689 2.5h1.25V6h-1.25zm-.689 0V6h-1.25v1.25zm.689 1.5V10h1.25V8.75zm-.689 0h-1.25V10h1.25zm-2.5-1.5h1.25V6h-1.25zm-11.939 0V6H0v1.25zm0 1.5H0V10h1.25zm11.939 0V10h1.25V8.75zm2.5 2.5V10h-1.25v1.25zm0 5.5h-1.25V18h1.25zm.689 0V18h1.25v-1.25zm0-5.5h1.25V10h-1.25zm2.5-4V6h-1.25v1.25zm0 1.5h-1.25V10h1.25zm11.872-1.5H32V6h-1.25zm0 1.5V10H32V8.75zM13.189 0h1.25v-2.5h-1.25zm1.25 0v-1.25h-2.5V0zm0 4.75V0h-2.5v4.75zM0 6h13.189V3.5H0zm-1.25 0H0V3.5h-1.25zM0 6V4.75h-2.5V6zm0 4V6h-2.5v4zm0 1.25V10h-2.5v1.25zM0 10h-1.25v2.5H0zm13.189 0H0v2.5h13.189zm1.25 8v-6.75h-2.5V18zm0 1.25V18h-2.5v1.25zm0-1.25h-1.25v2.5h1.25zm3.189 0h-3.189v2.5h3.189zm1.25 0h-1.25v2.5h1.25zm-1.25 0v1.25h2.5V18zm0-6.75V18h2.5v-6.75zM32 10H18.878v2.5H32zm1.25 0H32v2.5h1.25zM32 10v1.25h2.5V10zm0-4v4h2.5V6zm0-1.25V6h2.5V4.75zM32 6h1.25V3.5H32zM18.878 6H32V3.5H18.878zm-1.25-6v4.75h2.5V0zm0-1.25V0h2.5v-1.25zm0 1.25h1.25v-2.5h-1.25zm-3.189 0h3.189v-2.5h-3.189zm3.189 4.75v-3.5h-2.5v3.5zM16.378 0h-.689v2.5h.689zm-1.939 1.25v3.5h2.5v-3.5zM15.689 6h.689V3.5h-.689zm.689 0h-.689v2.5h.689zm1.25 2.75v-1.5h-2.5v1.5zM15.689 10h.689V7.5h-.689zm-1.25-2.75v1.5h2.5v-1.5zM13.189 6H1.25v2.5h11.939zM0 7.25v1.5h2.5v-1.5zM1.25 10h11.939V7.5H1.25zm13.189-1.25v-1.5h-2.5v1.5zm0 2.5v5.5h2.5v-5.5zm1.25 6.75h.689v-2.5h-.689zm1.939-1.25v-5.5h-2.5v5.5zM16.378 10h-.689v2.5h.689zm1.25-2.75v1.5h2.5v-1.5zM30.75 6H18.878v2.5H30.75zM32 8.75v-1.5h-2.5v1.5zM18.878 10H30.75V7.5H18.878z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M17.692-1.333h-3.384V6H0v4h14.308v9.333h3.384V10H34V6H17.692z' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M16.05 10.6a2.75 2.75 0 1 0 0-5.5a2.75 2.75 0 0 0 0 5.5' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m16.1 8.691l-1.298.903l.458-1.513L14 7.126l1.58-.032l.52-1.494l.52 1.494l1.58.032l-1.26.955l.458 1.513zm-9-.115l-1.082.753l.382-1.261l-1.05-.797l1.317-.026L7.1 6l.433 1.245l1.317.026l-1.05.797l.382 1.26zm18 0l-1.082.753l.382-1.261l-1.05-.797l1.317-.026L25.1 6l.433 1.245l1.317.026l-1.05.797l.381 1.26zm-9-4.8l-1.082.753l.382-1.261l-1.05-.797l1.317-.026L16.1 1.2l.433 1.245l1.317.026l-1.05.797l.381 1.26zm0 10.6l-1.082.753l.382-1.261l-1.05-.796l1.317-.027l.433-1.245l.433 1.245l1.317.027l-1.05.796l.381 1.26z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-nz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackNz0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackNz0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='m24.1 7.47l-.26 1.515l1.36-.715l1.36.715l-.26-1.514l1.1-1.073l-1.52-.22L25.2 4.8l-.68 1.377l-1.52.221zm-4 5.6l-.26 1.515l1.36-.715l1.36.715l-.26-1.514l1.1-1.073l-1.52-.22l-.68-1.378l-.68 1.377l-1.52.221zm3.327 6.393l-.337 1.964l1.763-.927l1.763.927l-.336-1.963l1.426-1.391l-1.971-.287L24.853 16l-.882 1.787l-1.971.286zm3.412-4.883l.26-1.512L26 11.997l1.518-.221l.68-1.376l.679 1.376l1.518.22l-1.099 1.072l.26 1.512l-1.358-.714z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='m23.84 8.985l-.197-.034l-.068.4l.358-.19zm.26-1.514l.197.033l.018-.103l-.075-.074zm1.1.799l.093-.177l-.093-.05l-.093.05zm1.36.715l-.093.177l.358.188l-.068-.4zM26.3 7.47l-.14-.144l-.075.074l.018.103zm1.1-1.073l.14.144l.29-.283l-.401-.059zm-1.52-.22l-.18.088l.047.094l.104.015zM25.2 4.8l.18-.089l-.18-.363l-.18.363zm-.68 1.377l.029.198l.104-.015l.047-.094zM23 6.398l-.029-.198l-.4.059l.29.283zm-3.16 8.187l-.197-.034l-.068.4l.358-.19zm.26-1.514l.197.033l.018-.103l-.075-.074zm1.1.799l.093-.177l-.093-.05l-.093.05zm1.36.715l-.093.177l.358.188l-.068-.4zm-.26-1.514l-.14-.144l-.075.074l.018.103zm1.1-1.073l.14.144l.29-.283l-.401-.059zm-1.52-.22l-.18.088l.047.094l.104.015zM21.2 10.4l.18-.088l-.18-.364l-.18.364zm-.68 1.377l.029.198l.104-.015l.047-.094zm-1.52.221l-.029-.197l-.4.058l.29.283zm4.09 9.43l-.197-.035l-.069.4l.359-.189zm.337-1.965l.197.034l.018-.103l-.076-.074zm1.426 1.037l.093-.177l-.093-.049l-.093.049zm1.763.927l-.093.177l.36.189l-.07-.4zm-.336-1.963l-.14-.144l-.075.074l.018.103zm1.426-1.391l.14.143l.29-.283l-.4-.058zm-1.971-.287l-.18.089l.047.094l.104.015zM24.853 16l.18-.088l-.18-.364l-.18.364zm-.882 1.787l.03.197l.103-.015l.047-.094zM22 18.073l-.029-.198l-.4.058l.29.283zm5.099-5.005l.197.034l.018-.104l-.076-.074zm-.26 1.512l-.197-.034l-.068.4l.358-.189zM26 11.997l-.029-.198l-.4.058l.29.283zm1.518-.221l.03.198l.103-.015l.047-.095zm.68-1.376l.179-.088l-.18-.364l-.179.364zm.679 1.376l-.18.088l.047.095l.104.015zm1.518.22l.14.144l.29-.283l-.401-.058zm-1.099 1.072l-.14-.144l-.075.074l.018.104zm.26 1.512l-.093.177l.358.189l-.068-.4zm-1.358-.714l.093-.177l-.093-.049l-.093.049zm-4.16-4.848l.26-1.514l-.395-.067l-.26 1.514zm1.069-.925l-1.36.715l.186.354l1.36-.715zm1.546.715l-1.36-.715l-.186.354l1.36.715zm-.55-1.304l.26 1.514l.394-.067l-.26-1.514zm1.157-1.249l-1.1 1.072l.28.287l1.1-1.072zm-1.409.12l1.52.221l.058-.396l-1.52-.22zm-.83-1.487l.68 1.378l.358-.177l-.68-1.378zm-.322 1.378l.68-1.378l-.358-.177l-.68 1.378zm-1.67.33l1.52-.22l-.058-.396l-1.52.22zm1.21.731l-1.1-1.072l-.279.287l1.1 1.072zm-4.202 7.291l.26-1.514l-.394-.067l-.26 1.514zm1.07-.925l-1.36.715l.186.354l1.36-.715zm1.546.715l-1.36-.715l-.186.354l1.36.715zm-.55-1.304l.26 1.515l.394-.068l-.26-1.514zm1.157-1.249l-1.1 1.072l.28.287l1.1-1.072zm-1.409.12l1.52.221l.058-.396l-1.52-.22zm-.83-1.486l.68 1.377l.358-.177l-.68-1.377zm-.322 1.377l.68-1.377l-.358-.178l-.68 1.378zm-1.67.33l1.52-.22l-.058-.396l-1.52.22zm1.21.731l-1.1-1.072l-.279.287l1.1 1.072zm3.048 8.534l.337-1.964l-.394-.067l-.337 1.963zm1.473-1.138l-1.763.927l.186.354l1.763-.927zm1.95.927l-1.764-.927l-.186.354l1.763.927zm-.627-1.753l.336 1.964l.395-.068l-.337-1.963zm1.484-1.567l-1.427 1.39l.28.287l1.426-1.39zm-1.86.054l1.97.287l.058-.396l-1.971-.286zm-1.033-1.896l.881 1.787l.36-.177l-.883-1.787zm-.523 1.787l.881-1.787l-.358-.177l-.882 1.787zm-2.122.396L24 17.984l-.057-.395l-1.972.286zm1.537 1.05L22.14 17.93l-.28.286l1.427 1.39zm3.336-6.287l-.26 1.512l.395.068l.259-1.513zm-1.042-.894l1.1 1.07l.278-.286l-1.098-1.07zm1.63-.562l-1.519.22l.058.396l1.518-.22zm.528-1.266l-.679 1.376l.359.176l.679-1.376zm1.038 1.376l-.68-1.376l-.358.177l.68 1.375zm1.368.11l-1.519-.22l-.057.396l1.518.22zm-.988 1.413l1.099-1.071l-.28-.287l-1.098 1.071zm.317 1.335l-.26-1.512l-.394.067l.26 1.513zm-1.648-.503l1.358.714l.186-.354l-1.358-.714zm-1.172.714l1.358-.714l-.186-.354l-1.359.714z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-om{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F50101' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackOm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackOm0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23F50101' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M10.77 2.033c.01-.091-.107-.126-.153-.047c-.363.616-1.273 2.082-2.77 4v-.918c-.143-.155-.598-.572-.598-.572v-.917l.824-.745L6.94 2l-1.192.834l.901.745v.917c0 .44-.546.572-.546.572l-.1.809c-1.393-1.809-2.262-3.22-2.63-3.85c-.047-.081-.166-.043-.152.05c.11.738.443 2.373 1.36 4.12h-.246v-.033a.087.087 0 0 0-.087-.087H2.14a.087.087 0 0 0-.087.087V7.49c0 .048.04.087.087.087h2.11a.087.087 0 0 0 .087-.087v-.696H4.6c.09.208.297.354.54.358q.253.39.55.778c-.457-.046-3.478-.303-3.478.796c0 .657.735 1.004 1.656 1.183l-2.207 1.995c-.065.059-.014.161.072.14c.72-.178 2.606-.729 4.402-1.954h.055c.506 0 .858-.22 1.102-.516c1.827 1.49 3.893 2.18 4.79 2.426c.094.026.144-.095.065-.15a27 27 0 0 1-4.052-3.49l.044-.052c.343-.404.642-.82.902-1.238a.6.6 0 0 0 .246-.276h.265v.696c0 .048.04.087.087.087h2.109a.087.087 0 0 0 .087-.087V6.164a.087.087 0 0 0-.087-.087H9.64a.1.1 0 0 0-.058.022a12.4 12.4 0 0 0 1.188-4.066M9.553 6.196v-.039l-.02.04zm-3.913.365a.487.487 0 0 1-.489.484a.487.487 0 0 1-.489-.484c0-.267.219-.484.49-.484c.27 0 .488.217.488.484m2.609 0c0 .267.219.484.49.484c.27 0 .488-.217.488-.484a.487.487 0 0 0-.489-.484c-.27 0-.49.217-.49.484' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pa{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPa0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackPa0)'%3E%3Cpath fill='%23E31D1C' d='M16 0v12h16V0zm7.02 19.15l-2.302 1.424l.894-2.391l-1.957-1.811h2.374l.992-2.587l.757 2.587h2.377l-1.713 1.81l.839 2.392z'/%3E%3Cpath fill='%232E42A5' d='M9.02 8.365L6.719 9.79l.894-2.392l-1.957-1.81H8.03L9.021 3l.757 2.587h2.377l-1.713 1.81l.839 2.393zM0 12v12h16V12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pe{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cdefs%3E%3Cpath id='flagpackPe0' fill='%23fff' d='M11.177 6.881h9v11h-9z'/%3E%3Cpath id='flagpackPe1' d='m16.087 8.905l.041-.023v.047c.193.106.677.355.993.355c.4 0 .945-.402.945-.402l.911 1.286s-.614 1.287-.144 2.858s-.025 2.784-2.113 2.919c0 0-.412.078-.592.203v.115q-.001-.043-.041-.082q-.04.039-.042.082v-.116c-.18-.124-.592-.202-.592-.202c-2.088-.135-2.582-1.347-2.113-2.919c.47-1.572-.144-2.858-.144-2.858l.912-1.286s.544.402.945.402c.315 0 .8-.25.992-.355v-.047z'/%3E%3C/defs%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M8 0h17v24H8z' clip-rule='evenodd'/%3E%3Cpath fill='%23F50101' fill-rule='evenodd' d='M24 0h8v24h-8zM0 0h8v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23A2BB6A' d='m15.741 8.745l.034.362c-.999.101-1.538-.387-1.538-1.4c0-1.004.528-1.538 1.52-1.544l.002.363c-.804.005-1.174.38-1.174 1.182c0 .793.358 1.118 1.156 1.037m.442 0l-.033.362c.999.101 1.538-.387 1.538-1.4c0-1.004-.528-1.538-1.52-1.544l-.002.363c.804.005 1.174.38 1.174 1.182c0 .793-.359 1.118-1.157 1.037'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M15.14 17.123c-.288.103-2.234 0-2.234 0v.542h1.29c.431 0 .594.077.743.148c.127.06.244.115.506.115c.51 0 .5-.38.493-.696l-.002-.11c0-.133.021-.208.037-.267c.024-.084.038-.134-.037-.28c-.126-.246-1.329-.213-1.329 0c0 .1.183.205.345.299c.182.104.34.195.188.249m1.75 0c.286.103 2.233 0 2.233 0v.542h-1.29c-.431 0-.594.077-.743.148a1 1 0 0 1-.506.115c-.51 0-.5-.38-.493-.696l.002-.11a.9.9 0 0 0-.038-.267c-.023-.084-.037-.134.038-.28c.126-.246 1.328-.213 1.328 0c0 .1-.182.205-.344.299c-.183.104-.34.195-.188.249' clip-rule='evenodd'/%3E%3Cpath fill='%2300A854' fill-rule='evenodd' d='M16.407 17.175s1.519-.151 1.863-.699c.343-.548.915-1.483 1.117-1.71c.2-.226.214.324.214.324s.332.47.332-.131c0-.602-.236-.182-.546-1.087c-.31-.906-.485-1.795-.398-1.93c.087-.134.294.135.294 0v-.397l.318.398l.332-.126s.273.585.441.766c.169.181.267-.242.218-.64s-.66-.398-.66-.398s-.78-.42-.78-.597c0-.176.338-.123.338-.123l-.103-.546s.278.332.412.166s-.198-.457-.198-.457h.529v-.255l.244.137l-.244-.558s-.717.108-.847 0s-.54-.529-.54-.529v-.2h-.237l.236-.4v-.638l.859.171v-.471s1.208.589.99 1.064c-.217.474-.217 1.003-.217 1.003v.42s.036-.128.218-.128c.181 0 .387.094.387.384s.37-.118.37-.118v1.21s.087.13.276 0c.19-.132.107-.03-.463.737c-.57.766-.365.768-.183.58c.183-.187.923-.721.646-.454c-.276.267-.295.826 0 .64s.238-.318.238 0s-.519 1.4-.701 1.57c-.183.169-.353.273-.57.443c-.218.17-.462.372-.462.494s.462-.131.462-.131l-.218.776h.423s-.337 1.032-.998 1.032h-1.293c-.133 0-.734.283-.734.283l-.44.125s.701.067.938.277c.236.21 0 .357 0 .357s-.649-.064-1.133-.21c-.484-.147-.73.13-.73-.147z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M20.783 8.91c0 .1-.078.18-.174.18a.18.18 0 0 1-.174-.18c0-.101.078-.183.174-.183s.174.082.174.182m-.87.726c0 .1-.078.182-.174.182a.18.18 0 0 1-.174-.182c0-.1.078-.181.174-.181s.174.08.174.181m.87-.181a.18.18 0 0 0 .173-.182c0-.1-.077-.182-.173-.182a.18.18 0 0 0-.174.182c0 .1.078.182.174.182m-.348 2.727c0 .1-.078.182-.174.182a.18.18 0 0 1-.174-.182c0-.1.078-.182.174-.182s.174.081.174.182m-.87 2.363a.18.18 0 0 0 .174-.181c0-.1-.078-.182-.174-.182a.18.18 0 0 0-.174.182c0 .1.078.181.174.181m1.391.364c0 .1-.077.182-.173.182a.18.18 0 0 1-.174-.182c0-.1.078-.182.174-.182s.173.082.173.182m.174-.182a.18.18 0 0 0 .174-.182c0-.1-.077-.181-.174-.181a.18.18 0 0 0-.174.181c0 .1.078.182.174.182m0-2.727c0 .1-.077.182-.174.182a.18.18 0 0 1-.173-.182c0-.1.077-.182.173-.182c.097 0 .174.082.174.182' clip-rule='evenodd'/%3E%3Cpath fill='%2300A854' fill-rule='evenodd' d='M15.686 16.855s-2.764-.547-2.915-1.604s-.15-2.182-.15-2.182l-.256.687s-.013-.936.513-1.604s-.657.443-.657.443s.599-.945.848-1.035c.25-.09-1.001.592-1.001.592s.358-.792.636-1.016c.28-.225-.636.424-.636.424s.207-.785.454-.973s-.81.973-.81.973s.559-1.795.873-1.963c.314-.167-.518.33-.518.33s.51-.769.966-1.15c.457-.382-.824.162-.668.162c0 0 .464-.523.73-.67s-1.027.508-1.027.508s.928-1.025 1.206-1.176c.279-.15-1.366.814-1.366.814s.096-.447.138-.766c.04-.32-.763.875-.653 1.948c.109 1.074-.438-.82-.438-.82s-.22.41.315 1.488l-.58-.811s.08.736.265 1.133c.186.397-.526-.66-.526-.66s-.136.66 0 .66c0 0 .813 1.086.843 1.402c.03.317-.913-1.13-1.039-1.13s-.196.465 0 .465s.567.665.567.665s-.482-.348-.586-.369c-.103-.02.082.207.215.37c0 0-.377.307-.349.54s1.03.283 1.465 1.39c0 0-.901-.476-1.116-.476s.346.497.526.662c.18.164-.278-.165-.402 0c-.124.164.687.866.84.866H10.8s.198.28.472.28s1.25.438 1.25.58c0 .143-.824-.182-.977-.182c-.152 0 1.076 1.16 1.73 1.205c.652.044 1.065.22 1.346.22h.48l-1.33.677h.442c.578 0 1.019.16 1.246-.171c.226-.332.226-.726.226-.726' clip-rule='evenodd'/%3E%3Cmask id='flagpackPe2' width='9' height='11' x='11.177' y='6.881' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cuse href='%23flagpackPe0'/%3E%3Cuse href='%23flagpackPe1' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='m16.087 8.905l.041-.023v.047c.193.106.677.355.993.355c.4 0 .945-.402.945-.402l.911 1.286s-.614 1.287-.144 2.858s-.025 2.784-2.113 2.919c0 0-.412.078-.592.203v.115q-.001-.043-.041-.082q-.04.039-.042.082v-.116c-.18-.124-.592-.202-.592-.202c-2.088-.135-2.582-1.347-2.113-2.919c.47-1.572-.144-2.858-.144-2.858l.912-1.286s.544.402.945.402c.315 0 .8-.25.992-.355v-.047z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' d='M16.128 8.882h1v-1.76l-1.512.9zm-.041.023l-.493.87l.493.28l.493-.28zm.041.024h-1v.59l.517.285zm1.938-.047l.816-.578l-.59-.833l-.82.606zm.911 1.286l.903.43l.253-.529l-.34-.479zm-.144 2.858l-.958.287zm-2.113 2.919l-.064-.998l-.062.004l-.06.011zm-.592.203l-.568-.823l-.432.298v.525zm-.041.033l.7-.714l-.7-.687l-.7.687zm-.042-.034h1v-.524l-.431-.298zm-.592-.202l.187-.983l-.06-.011l-.062-.004zm-2.257-5.777l-.816-.578l-.339.48l.253.529zm.912-1.286l.594-.805l-.821-.606l-.59.833zm1.937.047l.483.875l.517-.285v-.59zm0-.047l.512-.86l-1.512-.9v1.76zm.083 0l-.512-.86h.001l-.003.002l-.02.011l.986 1.74l.04-.023l.013-.007l.005-.003h.001l.001-.001zm1 .047v-.047h-2v.047zm-1.483.875c.114.063.32.172.555.268c.203.083.556.212.92.212v-2c.043 0 .047.006 0-.006a1.4 1.4 0 0 1-.163-.058a4 4 0 0 1-.346-.167zm1.476.48c.468 0 .894-.211 1.098-.321a4 4 0 0 0 .425-.266l.01-.007l.003-.002l.002-.001c0-.001.001-.001-.593-.805l-.594-.805l.002-.001l.001-.001l-.05.034c-.04.026-.095.06-.157.094q-.096.052-.162.074c-.05.018-.04.007.015.007zm.129-.825l.911 1.287l1.632-1.156l-.911-1.286zm1.727.71c-.902-.431-.902-.431-.903-.43v.002l-.002.003l-.014.031l-.03.068q-.035.084-.084.224a5.33 5.33 0 0 0-.069 3.246l1.916-.573a3.33 3.33 0 0 1 .093-2.149l-.002.003l-.001.002v.002zm-1.102 3.144c.198.66.119 1.014.015 1.178c-.086.136-.355.4-1.234.456l.128 1.996c1.21-.078 2.232-.489 2.797-1.385c.549-.868.482-1.907.21-2.818zm-1.155 2.632l-.187-.983h-.002l-.002.001l-.007.002q-.009 0-.021.004a4 4 0 0 0-.279.067c-.125.036-.42.122-.662.289l1.137 1.645c-.048.033-.07.038-.038.025q.038-.014.102-.033a2 2 0 0 1 .148-.035h-.002zm.408.318v-.116h-2v.116zm-1.742.632a.9.9 0 0 1-.258-.632h2c0-.407-.219-.676-.341-.796zm0-1.428c-.122.12-.34.389-.34.796h2c0 .35-.19.563-.259.632zm1.66.796v-.116h-2v.116zm-1.592-.318l-.187.982h-.002h.005a2 2 0 0 1 .142.035q.066.019.102.033c.033.013.01.008-.037-.025l1.137-1.645a2.3 2.3 0 0 0-.663-.289a4 4 0 0 0-.306-.073h-.004zm-3.072-3.205c-.272.91-.338 1.95.21 2.818c.566.896 1.588 1.307 2.797 1.385l.129-1.996c-.88-.057-1.148-.32-1.235-.456c-.103-.164-.182-.517.016-1.178zm.814-2.572l-.903.43v-.002l-.002-.002v-.002l-.001-.001l.008.019q.014.031.042.11c.036.105.084.266.12.468c.075.405.1.954-.078 1.552l1.917.573a5.33 5.33 0 0 0-.183-3.538l-.014-.03l-.002-.004v-.002c-.001-.001-.001-.001-.904.43m.095-1.864l-.91 1.286l1.631 1.156l.912-1.287zm1.762-.02c.055 0 .064.01.014-.007a1 1 0 0 1-.162-.074a2 2 0 0 1-.204-.127l-.594.806l-.593.804l.002.002l.004.002l.009.007a2 2 0 0 0 .12.083c.075.049.181.115.306.183c.204.11.63.32 1.098.32zm.51-.231a4 4 0 0 1-.346.167a1.4 1.4 0 0 1-.163.058c-.047.012-.043.006-.001.006v2c.364 0 .718-.13.92-.212a6 6 0 0 0 .555-.268zm1.482.876v-.047h-2v.047zm-1-.047l-.512.858l.001.001l.002.001l.004.003l.013.007l.04.023l.987-1.74l-.02-.011l-.004-.002h.001z' mask='url(%23flagpackPe2)'/%3E%3Cmask id='flagpackPe3' width='9' height='11' x='12' y='7' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cmask id='flagpackPe4' width='9' height='11' x='11.177' y='6.881' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cuse href='%23flagpackPe0'/%3E%3Cuse href='%23flagpackPe1' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m16.087 8.905l.041-.023v.047c.193.106.677.355.993.355c.4 0 .945-.402.945-.402l.911 1.286s-.614 1.287-.144 2.858s-.025 2.784-2.113 2.919c0 0-.412.078-.592.203v.115q-.001-.043-.041-.082q-.04.039-.042.082v-.116c-.18-.124-.592-.202-.592-.202c-2.088-.135-2.582-1.347-2.113-2.919c.47-1.572-.144-2.858-.144-2.858l.912-1.286s.544.402.945.402c.315 0 .8-.25.992-.355v-.047z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M16.128 8.882h1v-1.76l-1.512.9zm-.041.023l-.493.87l.493.28l.493-.28zm.041.024h-1v.59l.517.285zm1.938-.047l.816-.578l-.59-.833l-.82.606zm.911 1.286l.903.43l.253-.529l-.34-.479zm-.144 2.858l-.958.287zm-2.113 2.919l-.064-.998l-.062.004l-.06.011zm-.592.203l-.568-.823l-.432.298v.525zm-.041.033l.7-.714l-.7-.687l-.7.687zm-.042-.034h1v-.524l-.431-.298zm-.592-.202l.187-.983l-.06-.011l-.062-.004zm-2.257-5.777l-.816-.578l-.339.48l.253.529zm.912-1.286l.594-.805l-.821-.606l-.59.833zm1.937.047l.483.875l.517-.285v-.59zm0-.047l.512-.86l-1.512-.9v1.76zm.083 0l-.512-.86h.001l-.003.002l-.02.011l.986 1.74l.04-.023l.013-.007l.005-.003h.001l.001-.001zm1 .047v-.047h-2v.047zm-1.483.875c.114.063.32.172.555.268c.203.083.556.212.92.212v-2c.043 0 .047.006 0-.006a1.4 1.4 0 0 1-.163-.058a4 4 0 0 1-.346-.167zm1.476.48c.468 0 .894-.211 1.098-.321a4 4 0 0 0 .425-.266l.01-.007l.003-.002l.002-.001c0-.001.001-.001-.593-.805l-.594-.805l.002-.001l.001-.001l-.05.034c-.04.026-.095.06-.157.094q-.096.052-.162.074c-.05.018-.04.007.015.007zm.129-.825l.911 1.287l1.632-1.156l-.911-1.286zm1.727.71c-.902-.431-.902-.431-.903-.43v.002l-.002.003l-.014.031l-.03.068q-.035.084-.084.224a5.33 5.33 0 0 0-.069 3.246l1.916-.573a3.33 3.33 0 0 1 .093-2.149l-.002.003l-.001.002v.002zm-1.102 3.144c.198.66.119 1.014.015 1.178c-.086.136-.355.4-1.234.456l.128 1.996c1.21-.078 2.232-.489 2.797-1.385c.549-.868.482-1.907.21-2.818zm-1.155 2.632l-.187-.983h-.002l-.002.001l-.007.002q-.009 0-.021.004a4 4 0 0 0-.279.067c-.125.036-.42.122-.662.289l1.137 1.645c-.048.033-.07.038-.038.025q.038-.014.102-.033a2 2 0 0 1 .148-.035h-.002zm.408.318v-.116h-2v.116zm-1.742.632a.9.9 0 0 1-.258-.632h2c0-.407-.219-.676-.341-.796zm0-1.428c-.122.12-.34.389-.34.796h2c0 .35-.19.563-.259.632zm1.66.796v-.116h-2v.116zm-1.592-.318l-.187.982h-.002h.005a2 2 0 0 1 .142.035q.066.019.102.033c.033.013.01.008-.037-.025l1.137-1.645a2.3 2.3 0 0 0-.663-.289a4 4 0 0 0-.306-.073h-.004zm-3.072-3.205c-.272.91-.338 1.95.21 2.818c.566.896 1.588 1.307 2.797 1.385l.129-1.996c-.88-.057-1.148-.32-1.235-.456c-.103-.164-.182-.517.016-1.178zm.814-2.572l-.903.43v-.002l-.002-.002v-.002l-.001-.001l.008.019q.014.031.042.11c.036.105.084.266.12.468c.075.405.1.954-.078 1.552l1.917.573a5.33 5.33 0 0 0-.183-3.538l-.014-.03l-.002-.004v-.002c-.001-.001-.001-.001-.904.43m.095-1.864l-.91 1.286l1.631 1.156l.912-1.287zm1.762-.02c.055 0 .064.01.014-.007a1 1 0 0 1-.162-.074a2 2 0 0 1-.204-.127l-.594.806l-.593.804l.002.002l.004.002l.009.007a2 2 0 0 0 .12.083c.075.049.181.115.306.183c.204.11.63.32 1.098.32zm.51-.231a4 4 0 0 1-.346.167a1.4 1.4 0 0 1-.163.058c-.047.012-.043.006-.001.006v2c.364 0 .718-.13.92-.212a6 6 0 0 0 .555-.268zm1.482.876v-.047h-2v.047zm-1-.047l-.512.858l.001.001l.002.001l.004.003l.013.007l.04.023l.987-1.74l-.02-.011l-.004-.002h.001z' mask='url(%23flagpackPe4)'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPe3)'%3E%3Cpath fill='%2367BAFF' d='M13.304 8.727h2.783v3.818h-2.783z'/%3E%3Cpath fill='%23fff' d='M16.087 8.727h2.783v3.818h-2.783z'/%3E%3Cpath fill='%23C51918' d='M12.957 12.909h6.957v4.364h-6.957z'/%3E%3Cpath fill='%23C9A951' d='M17.435 12.275h-.348V9.66h.348z'/%3E%3Cpath fill='%23C9A951' d='m17.294 11.086l-.17.303l-.6-.335l.17-.304zm0-.728l-.17.304l-.6-.335l.17-.304z'/%3E%3Cpath fill='%23C9A951' d='m17.22 11.086l.17.303l.6-.335l-.17-.304zm0-.728l.17.304l.6-.335l-.17-.304z'/%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='M17.73 13.705s.241-.277.241-.138c0 .138 0 .37-.12.37c-.122 0-.685-.11-.9-.37s-.67-.714-1.254-.607s-1.278.865-1.449.865c-.17 0-.545.584-.273 1.04c.273.456.737.315.737.447c0 .133.116.148.55.148s.594.153.97.153c.377 0-.124-.006.482-.153c.606-.148 1.065-.595.712-.595h-.712c-.245 0-.789.176-.789 0s.12-.554.455-.365c.334.189 1.262.333 1.591 0c.329-.332.444-.533.387-.933c-.058-.4-.508-.286-.508-.286z' clip-rule='evenodd'/%3E%3Cpath fill='%23D18219' fill-rule='evenodd' d='M15.376 9.57c-.21.183-.074.854-.418.854s-.827-.502-.949-.171c-.121.33 0 .22 0 .502s-.291 1.065-.145 1.198c.145.132.295.482.269.318s-.136-.403-.09-.664c-.045-.27.245-.528.245-.528s-.031.28-.054.383c0 0-.096.21-.057.35c0 0 .098.395.139.422c0 0 .026-.933.056-1.087s.243.174.314.137c0 0 .025.637-.012.713c0 0-.075.151-.047.2c0 0 .07.174.128.123c0 0 .002-.003.032-.173c0 0-.035-.103.02-.337c0 0 .057-.514.081-.402c0 0-.01.242.017.368c0 0 .044.31.053.345c0 0 .21.299.215.172c0 0-.201-.24-.158-.422c0 0-.115-.517.046-.633c0 0 .426-.197.452-.535c0 0 .062-.385.073-.561c0 0-.094-.052.1-.143c0 0 .311-.12.117-.286' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pf{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPf0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPf0)'%3E%3Cpath fill='%23BF2714' fill-rule='evenodd' d='M0 0v6h32V0zm0 18v6h32v-6z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPf1' width='12' height='12' x='10' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPf1)'%3E%3Cpath fill='%235277B9' fill-rule='evenodd' d='M10.549 13.765a.197.197 0 0 1 .286-.23l.374.217a.2.2 0 0 0 .182.008l.922-.432a.2.2 0 0 1 .199.018l.996.72l1.378-.742a.2.2 0 0 1 .171-.007l1.038.45a.2.2 0 0 0 .164-.003l.93-.448a.2.2 0 0 1 .158-.005l1.152.46c.052.02.11.018.16-.007l.892-.44a.2.2 0 0 1 .179.001l.818.429c.059.03.13.03.188-.004l.425-.24a.197.197 0 0 1 .287.221l-.088.335H10.645zm-.004 1.185a.197.197 0 0 1 .29-.226l.34.205a.2.2 0 0 0 .187.008l.877-.426a.2.2 0 0 1 .204.02l.956.715l1.323-.739a.2.2 0 0 1 .177-.007l.99.445a.2.2 0 0 0 .168-.003l.888-.443a.2.2 0 0 1 .163-.006l1.1.456c.053.022.114.02.165-.007l.85-.436a.2.2 0 0 1 .183.002l.778.423c.06.033.134.031.194-.004l.39-.229c.15-.088.333.05.29.219l-.085.329H10.636zm.197.788a.197.197 0 0 1 .289-.227l.34.205a.2.2 0 0 0 .187.008l.877-.426a.2.2 0 0 1 .204.02l.956.715l1.324-.739a.2.2 0 0 1 .176-.008l.99.446a.2.2 0 0 0 .169-.003l.887-.443a.2.2 0 0 1 .164-.006l1.1.456c.053.022.113.02.165-.007l.85-.436a.2.2 0 0 1 .183.002l.778.422c.06.033.134.032.193-.003l.39-.229a.197.197 0 0 1 .29.219l-.084.329H10.833zm1.18.786a.197.197 0 0 1 .29-.226l.34.204a.2.2 0 0 0 .187.009l.877-.426a.2.2 0 0 1 .204.02l.955.715l1.324-.739a.2.2 0 0 1 .177-.008l.99.446a.2.2 0 0 0 .168-.003l.888-.443a.2.2 0 0 1 .163-.006l1.1.456c.053.022.114.02.165-.007l.85-.436a.2.2 0 0 1 .183.002l.778.422c.06.033.134.032.194-.003l.39-.229a.197.197 0 0 1 .29.219l-.085.329H12.013zm-1.574.984a.197.197 0 0 1 .29-.226l.34.204a.2.2 0 0 0 .187.008l.877-.425a.2.2 0 0 1 .204.02l.956.714l1.323-.738a.2.2 0 0 1 .177-.008l.99.446a.2.2 0 0 0 .168-.004l.888-.443a.2.2 0 0 1 .163-.005l1.1.455c.054.022.114.02.165-.006l.85-.436a.2.2 0 0 1 .184.002l.777.422c.06.033.134.032.194-.003l.39-.23a.197.197 0 0 1 .29.22l-.084.328H10.439z' clip-rule='evenodd'/%3E%3Cpath fill='red' d='M14.423 14.138v1c-.845 0-1.442-.518-1.733-1.44l-.023-.15V9.446h1v4.022c.167.48.401.67.755.67m2.77 0v1c.844 0 1.442-.518 1.732-1.44l.023-.15V9.446h-1v4.022c-.166.48-.4.67-.755.67'/%3E%3Cpath fill='red' fill-rule='evenodd' d='M16.725 6.909s-1.66-.434-1.66.666v3.462L17 11.61V8.78s-.967-.59-.967-1.052s.692-.82.692-.82' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' d='m13.934 12.89l.63-.805m-.055.779l-.604-.81m.934.836l.63-.805m-.055.779l-.605-.81m.895.836l.63-.805m-.054.779l-.605-.81m.934.836l.63-.805m-.055.779l-.604-.81m.934.836l.63-.805m-.054.779l-.605-.81'/%3E%3Cpath fill='%23FA8F21' fill-rule='evenodd' d='m13.454 7.095l1.197 2.338l.148-2.338l-.148-.46zm-.6 1.995l-.861-.914l.862-1.028l1.812 2.898v.736l-.871-.736V9.09zm-1.897.705l1.572.753l.123-1.164l-1.31-1.119zm1.652 1.93l-2.07-.211v-1.46l2.07.797zm-2.125 1.434l-.246-1.24l2.332.115v1.125zm3.283-2.039v-.7l.872.7l-.094.37zm8.114.798l-.246 1.24H19.55v-1.124zm-2.37-.192l2.068-.212v-1.46l-2.069.797zm1.651-1.931l-1.572.753l-.123-1.164l1.31-1.119zm-1.898-.705l.862-.914l-.862-1.028l-1.812 2.898v.736l.871-.736V9.09zm-.6-1.995l-1.197 2.338l-.147-2.338l.148-.46zm-.312 4.025v-.7l-.873.7l.095.37z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Crect width='32' height='24' fill='%23E11C1B' rx='2'/%3E%3Cpath fill='%231D1D1D' fill-rule='evenodd' d='m0 0l32 24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23EEEEF6' fill-rule='evenodd' d='M7.083 18.269h1.332l.634-1.494l.744 1.483l1.365.075l-1.167 1.27l.6 1.528l-1.483-.85l-1.369.858l.516-1.485zm-4-4h1.332l.634-1.494l.744 1.483l1.365.075l-1.167 1.27l.6 1.528l-1.483-.85l-1.369.858l.516-1.485zm4-2h1.332l.634-1.494l.744 1.483l1.365.075l-1.167 1.27l.6 1.528l-1.483-.85l-1.369.858l.516-1.485z' clip-rule='evenodd'/%3E%3Cpath fill='%23EEEEF6' fill-rule='evenodd' d='m9.711 16.564l.916-.03l.33-.944l.371.939l.843.08l-.759.537l.612.95l-1.062-.397l-.92.41l.486-.937zm2-2l.916-.03l.33-.944l.371.939l.843.08l-.759.537l.612.95l-1.062-.397l-.92.41l.486-.937z' clip-rule='evenodd'/%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='M21.084 2s-3.089.616-2.222 4.91h-.44s.035-.224-.388-.356c-.424-.13-.34-.082-.558 0s-1.548 0-1.548 0v.165l.94.406s-.022.339.371.526c.394.188.68.278.68.278s.058.374-.311.374s-1.852-.48-2.38.7C14.702 10.184 14 11.051 14 11.051h.79l-.211.264h.89l-.24.136s1.101-.012 1.187-.136s0 .337 0 .337s1.067-.487 1.126-.601l.498.342l.142-.579l.535.237l.145-.551s1.512 2.529 2.659 2.384v-.42l1.046.42l.133-.187s1.265.516 1.654.563l-.278-.563h.278l-.278-1.045h.278l-.555-.838l.155-.226l-.103-.298s2.036.648 1.944 1.68c-.092 1.031-.998 1.448-.998 1.448s-.87.266-1.655.209c0 0 .623.736 1.942.486s1.756-1.528 1.756-1.528s.605 1.256.107 1.917c-.498.66-2.714 1.124-2.714 1.124s.802.47 1.562.35c.76-.121 1.943-.783 2.172-1.863s-.79-3.072-1.253-3.299l-.183-.69l.416.166l-.852-2.085l.413.09l-1.206-1.5l.332-.102l-1.666-1.197l.498-.132s-1.231-.624-2.636.132l.013-.261l-.369.062l.022-.287l.367-.556l-.55-.212s.444-.67.378-.66c0 0-.497.142-.468.083c0 0 .25-.645.184-.628c0 0-.576.196-.49.098l.22-.394z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ph{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23BF2714' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPh0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPh0)'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0-2v14h32V-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPh1' width='18' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23FECA00' fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackPh1)'%3E%3Cpath d='m13.605 10.92l1.276.492l.759-.893l.02 1.195l1.174.381l-1.236.42l.082 1.098l-.814-.841l-1.28.243l.756-.968zm-12 6l1.173.519l.862-.92l-.083 1.221l1.277.356l-1.339.446l.185 1.071l-.933-.766l-1.16.168l.652-.942zm0-12l1.298.478l.737-.88l.042 1.182l1.152.396L3.62 6.5l.06 1.112l-.808-.806l-1.286.208l.778-.982zm6.516 9.613a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5'/%3E%3Cpath d='m7.826 8.24l.134 1.606a.224.224 0 0 0 .443.007l.177-1.6a.38.38 0 1 0-.754-.013m-.418.776l.207.699c.02.064.085.105.158.092a.11.11 0 0 0 .083-.135l-.166-.701a.16.16 0 0 0-.195-.116a.13.13 0 0 0-.087.16m1.123.728c-.017.06.018.12.085.138a.133.133 0 0 0 .153-.088l.232-.69a.13.13 0 0 0-.097-.169a.16.16 0 0 0-.183.114zm2.077-.703L9.49 10.276a.224.224 0 0 0 .308.318l1.334-1.01a.38.38 0 1 0-.524-.543m-.34 2.62l1.669-.129a.381.381 0 1 1-.013.754l-1.664-.182a.224.224 0 0 1 .008-.443m.866 2.659l-1.296-1.13a.224.224 0 0 0-.319.308l1.072 1.345q.016.023.037.043a.381.381 0 1 0 .506-.567m-2.682-.351l.099 1.685a.381.381 0 1 1-.754-.013l.213-1.68a.224.224 0 0 1 .442.008m-2.631.91l1.101-1.34a.224.224 0 0 0-.307-.318l-1.318 1.116a.381.381 0 1 0 .524.543m.324-2.726l-1.68.139a.381.381 0 1 1 .014-.755l1.673.174a.224.224 0 0 1-.007.442m-.995-2.63l1.425 1.1a.224.224 0 0 0 .318-.307l-1.2-1.318a.38.38 0 1 0-.543.524m4.189.416l.347-.64a.13.13 0 0 1 .19-.044c.067.048.085.14.042.211l-.38.613a.11.11 0 0 1-.153.036a.135.135 0 0 1-.046-.176m1.759 1.17l-.699.208a.135.135 0 0 0-.092.157c.014.06.074.097.134.083l.701-.166a.16.16 0 0 0 .116-.195a.13.13 0 0 0-.16-.087m-.924 1.931l.641.347a.13.13 0 0 1 .043.19a.16.16 0 0 1-.21.042l-.614-.379a.11.11 0 0 1-.036-.154a.135.135 0 0 1 .176-.046M9.004 14.8l-.207-.699a.135.135 0 0 0-.157-.092a.11.11 0 0 0-.083.134l.165.702a.16.16 0 0 0 .195.116a.13.13 0 0 0 .088-.161m-1.93-.923l-.348.64a.13.13 0 0 1-.19.044a.16.16 0 0 1-.041-.212l.379-.613a.11.11 0 0 1 .153-.036c.061.043.079.117.046.177m-1.76-1.17l.7-.208a.135.135 0 0 0 .091-.157a.11.11 0 0 0-.134-.083l-.701.165a.16.16 0 0 0-.116.195a.13.13 0 0 0 .16.088m.924-1.931l-.64-.348a.13.13 0 0 1-.044-.189a.16.16 0 0 1 .211-.042l.613.379a.11.11 0 0 1 .036.153a.135.135 0 0 1-.176.046m3.728-.168c-.054.03-.073.099-.039.158a.134.134 0 0 0 .172.046l.652-.324a.13.13 0 0 0 .05-.188a.16.16 0 0 0-.21-.05zm.265 1.71c.018-.066.08-.101.139-.085l.695.19a.16.16 0 0 1 .109.199a.13.13 0 0 1-.164.081l-.69-.232a.133.133 0 0 1-.089-.153m-.724 1.35a.11.11 0 0 0-.158-.038a.133.133 0 0 0-.047.17l.325.653a.13.13 0 0 0 .187.05a.16.16 0 0 0 .05-.21zm-1.71.265c.066.018.101.08.085.139l-.19.695a.16.16 0 0 1-.2.109a.13.13 0 0 1-.08-.164l.231-.69a.133.133 0 0 1 .154-.089m-1.35-.724c.053-.03.072-.099.038-.158a.133.133 0 0 0-.171-.047l-.653.325a.13.13 0 0 0-.05.188a.16.16 0 0 0 .21.049zm-.266-1.71c-.018.066-.079.101-.138.085l-.695-.19a.16.16 0 0 1-.11-.2a.13.13 0 0 1 .164-.08l.691.231a.133.133 0 0 1 .088.154m.725-1.35c.03.053.098.072.158.038a.133.133 0 0 0 .046-.171l-.324-.653a.13.13 0 0 0-.188-.05a.16.16 0 0 0-.05.21z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%232F8D00' d='M8 0h24v24H8z'/%3E%3Cpath fill='%23F7FCFF' d='M0 0h8v24H0z'/%3E%3Cpath fill='%23F1F9FF' d='M22.43 15.306s-4.466 1.165-8.011-1.21s-1.763-7.848-1.763-7.848c-1.849.269-4.752 7.015-.072 10.398s9.164.131 9.845-1.34m-4.956-6.44l-2.372 1.16l2.502.446l.338 2.445l1.417-2.083l2.788.189l-2.184-1.63l1.163-2.176l-2.174.996l-1.616-1.519z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPl0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPl0)'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 12v12h32V12z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23C51918' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackPn0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackPn0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M20.616 10.757s.099 1.095-.118 1.715c-.216.62-.326.98-.326.584c0-.397-.152-.711-.274-.711s-.026.393-.15.393c-.122 0-.545.068-.545-.163c0-.23-.056.619.219.694c.274.076-.134.312-.316.239c0 0 .75.243 1.043.45c0 0 .881 1.1 1.706.967c0 0-1.123-.388-.925-1.128s.925-.847.925-.847s.34.114.33.413s.25-.094.25-.094s.041-.377-.005-.47c-.046-.091.781-.27.834-.658c0 0-.846.038-.904-.061c-.058-.1.262-.257.162-.451c-.1-.195-1.592 1.11-1.592 1.11s.515-.889.515-1.365c0-.477-.13-.803-.515-.803c-.384 0-.314.186-.314.186m7.768.26q-.002.003.002.002c.056-.055.398-.37.685-.12c.313.271-.158.536-.158.536s.22.214.472.214a.32.32 0 0 0 .313-.214s.02.475.84.655c0 0 .294-.42 0-.65c0 0 .347-.072.322-.353c0 0-.285.097-.488-.126s-.598-.325-.886-.274c-.73-.263-1.058.253-1.102.33' clip-rule='evenodd'/%3E%3Cpath fill='%2396877D' fill-rule='evenodd' d='M23.404 13.415s.849 1.597.318 1.928s2.524.096 2.812 0c.288-.095-.058-.599-.378-.739c-.319-.14-1.631-.605-1.98-.955c-.35-.351-.136-.476.145-.822c.281-.347 1.322-.485 1.322-.809c0-.323.66-1.658 1.122-1.76c.461-.1.212-.259.106-.259s-.744.658-.986.54c-.242-.12-.271-.11 0-.398c.271-.286.476-.616.117-.379s-.95.613-1.235.613c-.284 0-1.296-.128-1.17.163c.125.292.178.797.724 1.139s.309.591-.145.92s-.772.818-.772.818' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='m29.039 11.303l-1.619 3.245s-.047.917 1.11.306s1.111-1.044 1.445-1.044c.333 0 .44-.186.44-.186l-.223-.174s-.025-.319.115-.39c0 0-.276-.152-.315-.026c-.04.127-.234-.265-.124-.265c0 0-.244.394-.295.548c0 0-.352-.143-.335-.807a3.4 3.4 0 0 0-.2-1.207m-7.702-.514s-.824.192-.735.391c.09.2.22-.005-.183.235c0 0-.71.548-.863.489c-.155-.06.109.138.109-.489c0-.626-.412-.116 0-.534c.411-.419.556-.092.754-.333c.198-.24.02-.113.556-.113c.537 0 .362.354.362.354m2.514 3.225s-2.306 1.813-2.768 1.948c-.46.136.949-.037 1.293-.276c.345-.24 1.476-1.672 1.476-1.672'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M28.425 17.195s.221 1.428-.357 1.287c-.578-.14-.818-.213-.818-.213s.212.666.515.666c0 0 .516 1.006.318 1.323c0 0 .889-.721.745-1.295c-.144-.573.23.095.23.095s.327.158.564-.019c.236-.176-.003-.098-.24-.434c-.236-.336-.178-1.28-.898-1.768c-.719-.49-.887-.474-.887-.474s-.53-.866-.212-.809c0 0 2.275.78 2.334.98s.663.163.361-.408c-.302-.572-1.928-.916-2.121-1.078c-.194-.16-.014-.772-.361-.905c-.348-.133-1.298-1.078-1.297-1.534c0-.455-.446-.67-.835-.67s-1.12-.112-1.429-.112c-.31 0-.597.517-.299.517c.299 0 .044.968-.456 1.18s-.887.515-1.457.515s.808.493 1.028.298c.22-.194.147-.484.885-.813c.739-.33 1.443-.525 1.354-.262c-.09.262.138.7.486.542c.348-.16.46-.56.46-.28s.532 1.717.94 2.278s1.447 1.393 1.447 1.393' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='M23.571 11.946s-.27.43 0 .43s.706 0 .44-.215c-.264-.216-.44-.216-.44-.216m.904-.01s.001.287.189.287c.187 0 .354.286.354 0c0-.287.26-.192-.141-.287c-.402-.095-.402 0-.402 0M25.63 12s-.181.137-.09.38c.09.242.294.723 0 .723c-.296 0-.538.173-.308.173s.64.173.64 0s.167.285.167 0v-.59c0-.167.166-.215 0-.45c-.167-.235-.41-.235-.41-.235m.418 1.671s.377 1.185.582 1.338s.296 1.44.386 1.58s1.315.847 1.315 1.226s.377-.292.188-.667c-.188-.375-.782-1.175-1.209-1.349s-.373-.596-.462-.893s.53.24 0-.433c-.532-.673-.518-.312-.368-.312s.3-.08.15-.184c-.15-.105-.582-.306-.582-.306m-3.993 2.444s-1.223 2.161-1.442 2.273c-.218.111-.38.134-.492 0c-.112-.135-.123.36 0 .496c.123.135.492.135.697-.106c0 0 .033.608.352 1.067c.32.458.453.331.453.59c0 .26.076.603.173.603c.098 0 .173.815 0 .815s.401.067.651-.137s.358-.36.304-.36s-.696-.337-.696-.577s-.432-.426-.432-.782c0-.355-.224-.777-.224-.945s.192.065.397-.095c.206-.159.26-.57.26-.57s-.325.218-.433.11c-.108-.11-.449-.324-.224-.692c.224-.367.656-1.69.656-1.69'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M24.174 9.302s-.438.195-.292.485s.199.417.292.353c.094-.064.75-.185.603-.511c-.147-.327-.455-.327-.455-.327z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='M25.694 9.146s-.579-.256-.386 0s.44.39.617.39c.178 0 .547-.052.362-.156c-.184-.103-.593-.234-.593-.234'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M19.981 15.8c.003-.015-.015-.026-.027-.015c-.12.115-.481.498-.328.831c.183.398.366.536.366.536s.111.608.342.774c0 0 .31-.016.324-.49c0 0 .526-.154.68.174c0 0-.102.037-.102.316s.238.58.238.58s.109-.96.598-1.58c.49-.62.63-.743.63-.743v-.697s-1.013.825-1.228 1.51c0 0-.51.017-.717-.07s.259-.232 0-.544c-.258-.312-.14.44-.423.234c-.443-.123-.383-.65-.353-.815' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M22.187 15.195h5.184v3.167s-.422 2.589-2.68 3.864c0 0-2.187-1.293-2.504-3.864z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPn1' width='6' height='8' x='22' y='15' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M22.187 15.195h5.184v3.167s-.422 2.589-2.68 3.864c0 0-2.187-1.293-2.504-3.864z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPn1)'%3E%3Cpath fill='%2358A5FF' fill-rule='evenodd' d='m24.652 15.024l-2.265 4.7l3.071-2.79l2.115 3.505v-5.415l-2.115 1.733z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='M24.58 18.414a.169.169 0 0 1 .338 0v3.018a.169.169 0 1 1-.338 0z'/%3E%3Cpath fill='%23FFD018' d='M23.993 19.158a.166.166 0 0 1 0-.332h1.527a.166.166 0 1 1 0 .332zm.823 2.331l-.131.106q-.29-.349-.524-.347c-.229 0-.415-.19-.567-.553l.156-.064c.129.306.268.45.411.45q.323.002.655.408'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M23.443 20.12q-.001-.002-.002 0v.816q0 .002.002.002l.614-.253v-.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='m24.677 21.489l.13.106q.292-.349.525-.347c.229 0 .415-.19.566-.553l-.156-.064c-.128.306-.268.45-.41.45q-.323.002-.655.408'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M26.05 20.12h.002v.816q0 .002-.002.002l-.614-.253v-.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M24.408 17.059h.676v1.007h-.676z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23EF0000' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPr0)'%3E%3Cpath fill='%23EF0000' stroke='%23F7FCFF' stroke-width='4' d='M0 8h-2v8h36V8z'/%3E%3C/g%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPr1' width='18' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24l18-12z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPr1)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m6.688 14.217l-3.672 1.938l1.787-3.894l-2.277-2.08l2.812-.104l1.35-3.52l1.03 3.52h2.807l-1.87 2.184l1.488 3.894z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ps{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%235EAA22' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23272727' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23E31D1C' d='m0 2l16 10L0 22z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23EF0000' fill-rule='evenodd' d='M8 0h24v24H8z' clip-rule='evenodd'/%3E%3Cpath fill='%232F8D00' fill-rule='evenodd' d='M0 0h12v24H0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPt0' width='16' height='16' x='4' y='4' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11.905 19.807c-4.26 0-7.715-3.495-7.715-7.807s3.454-7.807 7.715-7.807S19.619 7.688 19.619 12s-3.454 7.807-7.714 7.807' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill='%23FFE017' mask='url(%23flagpackPt0)'%3E%3Cpath fill-rule='evenodd' d='M11.429 4h1v2.699h-1zm0 13.494h1V20h-1z' clip-rule='evenodd'/%3E%3Cpath d='m4.314 12.404l-.28-.717q4.627-1.848 6.994-2.384q3.478-.788 7.642-1.167l.068.768q-4.116.374-7.543 1.151c-1.533.347-3.83 1.13-6.88 2.349'/%3E%3Cpath d='m19.14 7.664l-.226.736q-3.5-1.103-5.691-.955l-.05-.769q2.349-.156 5.968.988m.807 4.116l-.431.636c-1.19-.826-2.654-1.24-4.404-1.24v-.771q2.849-.001 4.835 1.375'/%3E%3Cpath d='m19.302 12.01l.197.745q-3.844 1.042-7.218 1.181q-3.397.14-7.922-1.183l.211-.74q4.417 1.287 7.68 1.153q3.285-.135 7.052-1.155'/%3E%3Cpath d='m19.012 15.636l-1.205 1.235c-2.288-2.287-4.303-3.922-6.032-4.904q-2.638-1.5-6.875-3.04l.579-1.633q4.36 1.583 7.135 3.16c1.88 1.068 4.009 2.795 6.398 5.182m-13.554.699l-.456-.618a9 9 0 0 1 1.188-.722c.85-.43 1.703-.7 2.517-.725l.119-.002v.771l-.096.002c-.686.02-1.439.258-2.198.644a8.5 8.5 0 0 0-1.074.65'/%3E%3Cpath d='m5.812 16.603l.192-.747c2.54.67 4.498 1.003 5.865 1.003c1.362 0 3.388-.394 6.067-1.183l.213.74c-2.742.808-4.83 1.214-6.28 1.214c-1.444 0-3.46-.343-6.057-1.027m-.99-6.909L6.03 8.462l1.768 1.774l-1.207 1.232z'/%3E%3Cpath d='m14.836 15.848l.898-1.478l2.803 1.744l-.897 1.478z'/%3E%3C/g%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M4.19 12c0 4.312 3.454 7.807 7.715 7.807s7.714-3.495 7.714-7.807s-3.454-7.807-7.714-7.807S4.19 7.688 4.19 12m14.477.096c0 3.727-2.985 6.747-6.667 6.747s-6.667-3.02-6.667-6.747S8.318 5.35 12 5.35s6.667 3.021 6.667 6.747' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M7.657 7.185v6.261q.618 3.717 4.165 3.717t4.165-3.717v-6.26z'/%3E%3Cpath fill='%23C51918' d='M7.085 6.607h9.474v6.887l-.008.048c-.458 2.752-2.08 4.2-4.729 4.2s-4.271-1.448-4.729-4.2l-.008-.048z'/%3E%3Cpath fill='%23F7FCFF' d='M9.252 8.71h5.14v4.442s-.381 2.293-2.57 2.293s-2.57-2.293-2.57-2.293z'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M8 7.084h.723v.482H8z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M7.619 7.277h1.333v.241H7.62z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M7.619 7.47h.723v.24h-.723zm.762 0h.723v.24H8.38zm-.762.578h.482v.723h-.482zm.952 0h.482v.723h-.482zm-.381 0h.241v.723h-.24z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M7.619 7.855h1.333v.241H7.62zm0 .579h1.333v.24H7.62z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M7.81 7.663h.24v.24h-.24zm.761 0h.241v.24h-.24zM8.19 7.47h.241v.482h-.24zm3.429-.386h.723v.482h-.723z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M11.238 7.277h1.333v.241h-1.333z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M11.238 7.47h.723v.24h-.723zm.762 0h.723v.24H12zm-.762.578h.482v.723h-.482zm.952 0h.482v.723h-.482zm-.38 0h.24v.723h-.24z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M11.238 7.855h1.333v.241h-1.333zm0 .579h1.333v.24h-1.333z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M11.429 7.663h.24v.24h-.24zm.761 0h.241v.24h-.24zm-.38-.193h.24v.482h-.24zm3.238-.386h.723v.482h-.723z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M14.667 7.277H16v.241h-1.333z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M14.667 7.47h.723v.24h-.723zm.762 0h.722v.24h-.722zm-.762.578h.482v.723h-.482zm.952 0h.482v.723h-.482zm-.381 0h.241v.723h-.241z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M14.667 7.855H16v.241h-1.333zm0 .579H16v.24h-1.333z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M14.857 7.663h.241v.24h-.24zm.762 0h.241v.24h-.241zm-.381-.193h.241v.482h-.241zm-.19 3.084h.723v.482h-.723z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M14.667 10.747H16v.241h-1.333z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M14.667 10.94h.723v.24h-.723zm.762 0h.722v.24h-.722zm-.762.578h.482v.723h-.482zm.952 0h.482v.723h-.482zm-.381 0h.241v.723h-.241z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M14.667 11.325H16v.241h-1.333zm0 .579H16v.24h-1.333z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M14.857 11.133h.241v.24h-.24zm.762 0h.241v.24h-.241zm-.381-.193h.241v.482h-.241zM8 10.554h.723v.482H8z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M7.619 10.747h1.333v.241H7.62z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M7.619 10.94h.723v.24h-.723zm.762 0h.723v.24H8.38zm-.762.578h.482v.723h-.482zm.952 0h.482v.723h-.482zm-.381 0h.241v.723h-.24z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M7.619 11.325h1.333v.241H7.62zm0 .579h1.333v.24H7.62z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='M7.81 11.133h.24v.24h-.24zm.761 0h.241v.24h-.24zm-.381-.193h.241v.482h-.24zm.274 3.964l.464-.554l.37.31l-.465.554z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='m8.367 15.32l.857-1.022l.184.155l-.857 1.022z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='m8.514 15.444l.465-.554l.184.155l-.464.553zm.49-.584l.465-.554l.184.155l-.465.554zm-.047.955l.31-.369l.554.465l-.31.369zm.613-.729l.31-.37l.553.465l-.31.37zm-.245.292l.154-.185l.554.465l-.155.184z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='m8.81 15.691l.857-1.021l.184.155l-.857 1.021zm.443.372l.857-1.021l.184.155l-.857 1.021z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='m8.784 15.422l.155-.185l.185.155l-.155.184zm.49-.584l.155-.185l.185.155l-.155.185zm-.393.168l.155-.185l.37.31l-.155.185zm6.097-.54l.465.554l-.37.31l-.464-.554z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='m14.586 14.298l.857 1.022l-.185.155l-.857-1.022z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='m14.438 14.422l.465.554l-.185.155l-.464-.554zm.49.584l.465.554l-.185.154l-.465-.553zm-.933-.212l.31.37l-.554.464l-.31-.37zm.612.73l.31.369l-.554.464l-.31-.369zm-.245-.292l.155.184l-.553.465l-.155-.185z' clip-rule='evenodd'/%3E%3Cpath fill='%23060101' fill-rule='evenodd' d='M14.143 14.67L15 15.691l-.185.155l-.857-1.021zm-.443.372l.857 1.021l-.185.155l-.857-1.021z' clip-rule='evenodd'/%3E%3Cpath fill='%23F9E813' fill-rule='evenodd' d='m14.413 14.692l.155.185l-.185.154l-.155-.184zm.49.584l.155.184l-.185.155l-.155-.184zm-.097-.416l.154.184l-.369.31l-.155-.184z' clip-rule='evenodd'/%3E%3Cpath fill='%23013399' fill-rule='evenodd' d='M12.558 9.205h-1.32v.961s.098.497.66.497s.66-.497.66-.497zm-.748.385a.19.19 0 0 1-.191.193a.19.19 0 0 1-.19-.193c0-.106.085-.192.19-.192s.19.086.19.192m-.191.964c.105 0 .19-.086.19-.193a.19.19 0 0 0-.19-.192a.19.19 0 0 0-.19.192c0 .107.085.193.19.193m.762-.193a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.106.085-.192.19-.192a.19.19 0 0 1 .19.192m-.476-.192c.105 0 .19-.087.19-.193a.19.19 0 0 0-.19-.193a.19.19 0 0 0-.19.193c0 .106.085.193.19.193m.476-.579a.19.19 0 0 1-.19.193A.19.19 0 0 1 12 9.59c0-.106.085-.192.19-.192a.19.19 0 0 1 .19.192m.178 1.735h-1.32v.962s.098.496.66.496s.66-.496.66-.496zm-.748.386a.19.19 0 0 1-.191.193a.19.19 0 0 1-.19-.193c0-.107.085-.193.19-.193s.19.086.19.193m-.191.964c.105 0 .19-.087.19-.193a.19.19 0 0 0-.19-.193a.19.19 0 0 0-.19.193c0 .106.085.193.19.193m.762-.193a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.106.085-.193.19-.193c.106 0 .19.087.19.193m-.476-.193c.105 0 .19-.086.19-.193a.19.19 0 0 0-.19-.192a.19.19 0 0 0-.19.192c0 .107.085.193.19.193m.476-.578a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.107.085-.193.19-.193a.19.19 0 0 1 .19.193m1.895-.386h-1.32v.962s.097.496.66.496c.562 0 .66-.496.66-.496zm-.75.386a.19.19 0 0 1-.19.193a.19.19 0 0 1-.19-.193c0-.107.085-.193.19-.193s.19.086.19.193m-.19.964c.105 0 .19-.087.19-.193a.19.19 0 0 0-.19-.193a.19.19 0 0 0-.19.193c0 .106.085.193.19.193m.762-.193a.19.19 0 0 1-.19.193a.19.19 0 0 1-.19-.193c0-.106.085-.193.19-.193s.19.087.19.193m-.476-.193c.105 0 .19-.086.19-.193a.19.19 0 0 0-.19-.192a.19.19 0 0 0-.19.192c0 .107.085.193.19.193m.476-.578a.19.19 0 0 1-.19.193a.19.19 0 0 1-.19-.193c0-.107.085-.193.19-.193s.19.086.19.193m-3.251-.386h-1.32v.962s.098.496.66.496s.66-.496.66-.496zm-.749.386a.19.19 0 0 1-.19.193a.19.19 0 0 1-.19-.193c0-.107.085-.193.19-.193s.19.086.19.193m-.19.964c.105 0 .19-.087.19-.193a.19.19 0 0 0-.19-.193a.19.19 0 0 0-.19.193c0 .106.085.193.19.193m.762-.193a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.106.085-.193.19-.193s.19.087.19.193m-.476-.193c.105 0 .19-.086.19-.193a.19.19 0 0 0-.19-.192a.19.19 0 0 0-.191.192c0 .107.085.193.19.193m.476-.578a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.107.085-.193.19-.193s.19.086.19.193m1.894 1.735h-1.32v.961s.098.497.66.497s.66-.497.66-.497zm-.748.385a.19.19 0 0 1-.191.193a.19.19 0 0 1-.19-.193c0-.106.085-.192.19-.192s.19.086.19.192m-.191.964c.105 0 .19-.086.19-.193a.19.19 0 0 0-.19-.192a.19.19 0 0 0-.19.192c0 .107.085.193.19.193m.762-.193a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.106.085-.192.19-.192a.19.19 0 0 1 .19.192m-.476-.192c.105 0 .19-.087.19-.193a.19.19 0 0 0-.19-.193a.19.19 0 0 0-.19.193c0 .106.085.193.19.193m.476-.579a.19.19 0 0 1-.19.193a.19.19 0 0 1-.191-.193c0-.106.085-.192.19-.192a.19.19 0 0 1 .19.192' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-pw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2361C6F0' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPw0)'%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='M11.5 18a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-py{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackPy0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackPy0)'%3E%3Cpath stroke='%23272727' stroke-width='.35' d='M19.825 12a3.825 3.825 0 1 1-7.65 0a3.825 3.825 0 0 1 7.65 0Z'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M13 12a3 3 0 1 0 6 0a3 3 0 0 0-6 0m5.65 0a2.65 2.65 0 1 1-5.3 0a2.65 2.65 0 0 1 5.3 0' clip-rule='evenodd'/%3E%3Cpath fill='%23F05234' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%2373BE4A' d='m14.617 10.002l.284.411c-.66.457-.958.993-.714 1.904c.241.9.808 1.348 1.75 1.381l-.017.5c-1.162-.04-1.947-.517-2.245-1.631c-.296-1.106.1-1.982.942-2.565'/%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='m16 12.315l-.882.599l.297-1.024l-.842-.654l1.066-.034L16 10.2l.361 1.003l1.066.034l-.842.653l.297 1.024z' clip-rule='evenodd'/%3E%3Cpath stroke='%2373BE4A' stroke-width='.5' d='M17.168 10.176s1.126.78.72 2.291c-.404 1.512-1.983 1.567-1.983 1.567'/%3E%3Cpath fill='%23F7FCFF' d='m14.564 9.044l.467.718z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-qa{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23B61C49' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h6.8L12 2L6.8 4L12 6L6.8 8l5.2 2l-5.2 2l5.2 2l-5.2 2l5.2 2l-5.2 2l5.2 2l-5.2 2H0z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-re{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F50100' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h10v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ro{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FBCD17' d='M10 0h12v24H10z'/%3E%3Cpath fill='%23E11C1B' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h10v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-rs{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%234857A1' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackRs0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackRs0)'%3E%3Cpath fill='%23C51918' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23F7FCFF' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23F6C540' d='m11.456 3.803l-.113-.453q.144.045.312.091l-.002-.006c1.32.12 3.361.803 3.74 1.529c.148.28.002.52-.19.833l-.088.146q-.143.245-.265.466c-.297.53-.528.944-.88 1.156l.007 1.201l-5.895-.05l-.008-1.214c-.301-.225-.517-.61-.787-1.093q-.122-.221-.265-.466l-.088-.146c-.191-.313-.337-.552-.19-.833c.285-.546 1.579-1.076 2.764-1.357c.234-.083.478-.16.72-.235l.107.078q.141-.019.272-.03l.136.302h.48s.29.86.29 1.339c0 .478-.29.873-.29.873v.33l.158.015q0-.043.008-.09c.028-.157.115-.274.193-.26c.08.014.12.153.093.31l-.018.074c.31.042.66.101.99.162c.125-.244.278-.485.425-.714c.378-.595.71-1.116.4-1.427a.9.9 0 0 0-.302-.165a9.6 9.6 0 0 0-1.427-.244l-.014-.078zm2.24 2.88l.27.057v.172c.584-.45.998-1.447 1.035-1.774c.022-.197-.29-.424-.78-.63c.232.44-.079.876-.468 1.423c-.146.206-.304.428-.448.671l.143.03a.5.5 0 0 1 .018-.15c.042-.154.138-.262.215-.242c.078.021.107.163.065.318a.5.5 0 0 1-.05.125m-3.012-.417v-.368s-.251-.28-.29-.864c-.028-.418.058-.91.11-1.155c-.375.047-.77.121-1.152.212c-.254.071-.456.152-.546.243c-.31.31.022.832.4 1.427c.142.222.29.454.413.689c.213-.046.427-.089.627-.123a1 1 0 0 1-.018-.1c-.014-.16.04-.294.12-.301s.155.116.169.276l.001.083zM8.526 5.93c-.399-.56-.715-1.003-.452-1.453c-.574.222-.96.463-.938.66c.035.309.406 1.216.94 1.695c.037-.01.243-.068.534-.142a.5.5 0 0 1-.057-.123c-.05-.152-.027-.296.049-.32s.178.078.227.23a.5.5 0 0 1 .027.15l.116-.028c-.143-.243-.3-.463-.446-.669'/%3E%3Cpath fill='%232E42A5' d='M11.652 3.506a.644.644 0 0 1-.652.636a.644.644 0 0 1-.652-.636c0-.351.292-.636.652-.636s.652.285.652.636M11 8.232c.28 0 .507-.13.507-.29s-.227-.29-.507-.29s-.507.13-.507.29s.227.29.507.29m-2.536-.073a.217.217 0 1 1-.435 0a.217.217 0 0 1 .435 0m5.797 0a.217.217 0 1 1-.435 0a.217.217 0 0 1 .435 0'/%3E%3Cpath fill='%23C5363C' d='M9.913 8.015c0 .12-.162.217-.362.217s-.363-.097-.363-.217s.163-.218.363-.218s.362.097.362.218m3.044 0c0 .12-.163.217-.363.217s-.362-.097-.362-.217s.162-.218.362-.218s.363.097.363.218'/%3E%3Cpath fill='%23F7FCFF' d='M12.232 6.203c0 .16-.065.29-.145.29s-.145-.13-.145-.29s.065-.29.145-.29s.145.13.145.29m-2.181-.045c.05.152.028.296-.048.32s-.178-.078-.228-.23s-.028-.296.049-.32c.076-.025.178.078.227.23m-1.705.786c.076-.025.098-.168.048-.32c-.05-.153-.151-.256-.227-.231s-.098.168-.048.32s.15.256.227.231m5.735-.197c-.085.136-.209.212-.277.17c-.068-.043-.054-.188.03-.323c.086-.136.21-.212.277-.17c.068.043.054.187-.03.323'/%3E%3Cpath fill='%23fff' d='M9.77 3.792q.062.046.143.047a.245.245 0 1 0-.22-.354a.244.244 0 0 0-.349.065a.245.245 0 0 0-.4.211a.244.244 0 0 0-.432.117a.245.245 0 0 0-.433.1a.244.244 0 0 0-.375.122a.245.245 0 0 0-.35.177a.246.246 0 0 0-.295.236l-.044-.004a.245.245 0 0 0-.24.295a.246.246 0 0 0-.295.24c0 .102.063.19.153.227a.245.245 0 0 0 .145.29a.245.245 0 0 0 .227.307a.244.244 0 1 0 .164-.055a.244.244 0 0 0-.063-.417a.245.245 0 0 0-.145-.29a.25.25 0 0 0 .003-.113a.246.246 0 0 0 .295-.236a.247.247 0 0 0 .287-.198a.246.246 0 0 0 .281-.164a.24.24 0 0 0 .253-.02a.24.24 0 0 0 .041.089a.245.245 0 0 0 .188.39a.244.244 0 0 0 .063.417a.245.245 0 0 0 .145.29a.245.245 0 1 0 .329-.165a.245.245 0 0 0-.145-.29a.245.245 0 0 0-.228-.307a.244.244 0 0 0 .043-.335a.24.24 0 0 0 0-.29a.24.24 0 0 0 .045-.108a.244.244 0 0 0 .437-.173a.244.244 0 0 0 .396-.021a.244.244 0 0 0 .375-.08m-1.451.482c.08 0 .153-.04.197-.1a.25.25 0 0 0-.197-.1a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09a.24.24 0 0 0-.144.047a.25.25 0 0 0-.096-.144a.25.25 0 0 0 .042.197a.24.24 0 0 0-.04.2a.25.25 0 0 0 .095-.146q.062.045.143.046m0 .09a.25.25 0 0 0-.198.1c.045.06.117.1.198.1a.045.045 0 1 0 0 .09a.045.045 0 0 0 0-.09c.08 0 .153-.04.197-.1a.25.25 0 0 0-.197-.1m0 0a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.143-.136a.3.3 0 0 1-.055-.054a.3.3 0 0 1 .054-.053a.3.3 0 0 1 0 .107m.67 1.168a.244.244 0 0 0-.33.164a.244.244 0 0 0 .33-.164m-.145-.29a.244.244 0 0 0-.33.165a.244.244 0 0 0 .33-.165M8.473 4.8h-.01a.24.24 0 0 0-.154.054h.01c.058 0 .112-.02.154-.054M7.17 5.813h-.01a.24.24 0 0 0-.154.055h.01a.24.24 0 0 0 .154-.055m-.063-.417a.245.245 0 0 1-.328.164a.245.245 0 0 1 .328-.164m-.145-.29a.245.245 0 0 1-.328.165a.245.245 0 0 1 .328-.165m-.186-.302c.02.095.094.17.19.19a.25.25 0 0 0-.19-.19m.484-.047a.245.245 0 0 1-.2-.24v-.004c.114.02.2.12.2.24zm.287-.198a.245.245 0 0 1-.193-.282a.245.245 0 0 1 .193.282m.281-.164a.245.245 0 0 1-.123-.295a.245.245 0 0 1 .123.295m.734-.329a.24.24 0 0 1-.05-.188a.24.24 0 0 1 .05.188m.384-.304q.007.075.053.13a.24.24 0 0 0-.053-.13m.45.11a.244.244 0 0 1-.05-.322a.244.244 0 0 1 .05.322m.374-.08a.245.245 0 0 1-.075-.307a.245.245 0 0 1 .075.307m-2.465.77a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.29.237a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.29.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.146.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.145.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.19.389a.045.045 0 1 1-.09 0a.045.045 0 0 1 .09 0m.39-1.694a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.341-.143a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.818-.261a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.434-.176a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.362-.056a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.363-.089a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-1.45 1.45a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.146.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.145.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m6.377.434a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.245-.045a.245.245 0 1 0 .399-.19a.245.245 0 0 0 .227-.308a.245.245 0 0 0 .145-.29a.245.245 0 0 0-.142-.466a.245.245 0 0 0-.578-.527a.245.245 0 0 0-.35-.177a.245.245 0 0 0-.377-.123a.245.245 0 0 0-.432-.1a.245.245 0 0 0-.433-.115l.001-.023a.245.245 0 0 0-.4-.189a.245.245 0 0 0-.35-.065a.245.245 0 1 0-.075.307a.245.245 0 0 0 .375.08a.245.245 0 0 0 .396.02v.023a.245.245 0 0 0 .437.151q.01.06.045.108a.24.24 0 0 0 0 .29a.243.243 0 0 0 .043.335a.245.245 0 0 0-.228.307a.245.245 0 0 0-.145.29a.245.245 0 1 0 .33.164a.245.245 0 0 0 .144-.29a.245.245 0 0 0 .063-.417a.245.245 0 0 0 .188-.39a.24.24 0 0 0 .04-.088a.24.24 0 0 0 .254.02a.245.245 0 0 0 .281.164a.245.245 0 0 0 .287.198a.245.245 0 0 0 .294.236a.25.25 0 0 0 .003.113a.245.245 0 0 0-.144.29a.245.245 0 0 0-.063.417a.245.245 0 0 0-.236.245m-.772-1.83c.013.06.048.112.096.147a.24.24 0 0 0-.042-.201a.24.24 0 0 0 .043-.197a.25.25 0 0 0-.096.144a.24.24 0 0 0-.144-.047a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09a.25.25 0 0 0-.197.1c.044.06.116.1.197.1a.045.045 0 0 0 0 .09a.25.25 0 0 0-.197.1c.044.06.116.1.197.1a.045.045 0 1 0 0 .09a.045.045 0 0 0 0-.09c.081 0 .153-.04.197-.1a.25.25 0 0 0-.197-.1a.045.045 0 1 0 0-.09a.24.24 0 0 0 .143-.046m0 0a.3.3 0 0 0 .054-.054a.3.3 0 0 0-.053-.053a.24.24 0 0 0-.001.107m-.34 1.332a.245.245 0 0 0-.33-.164a.245.245 0 0 0 .33.164m.144-.29a.245.245 0 0 0-.329-.164a.245.245 0 0 0 .329.165m.063-.417a.24.24 0 0 0-.155-.054h-.01a.24.24 0 0 0 .155.055zm-1.46-1.06a.245.245 0 0 0 .075-.308a.244.244 0 0 0-.075.307m.375.079a.244.244 0 0 0 .05-.322a.244.244 0 0 0-.05.322m.45-.11a.24.24 0 0 1-.054.13a.24.24 0 0 1 .053-.13m.383.304a.24.24 0 0 0 .05-.188a.24.24 0 0 0-.05.188m.734.33a.245.245 0 0 0 .123-.296a.245.245 0 0 0-.123.295m.281.163a.245.245 0 0 0 .193-.282a.245.245 0 0 0-.193.282m.581.434a.25.25 0 0 0 .19-.19a.25.25 0 0 0-.19.19m-.095-.48v.004c0 .12-.086.22-.2.24v-.003c0-.12.087-.22.2-.241m.098.593a.244.244 0 0 1 .33.165a.244.244 0 0 1-.33-.165m-.144.29a.244.244 0 0 1 .328.164a.244.244 0 0 1-.328-.164m.091.472a.24.24 0 0 1-.154-.055h.01q.089.001.154.055zm0-.2a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.145-.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m.145-.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.29-.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.29-.236a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.29-.198a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.342-.143a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.817-.261a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.434-.176a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.362-.056a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.363-.089a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m1.45 1.45a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.146.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09m-.145.29a.045.045 0 1 0 0-.09a.045.045 0 0 0 0 .09'/%3E%3Cpath fill='%23F6C540' d='m11.102 2.154l-.215.004v.353h-.396l.004.214h.392v.403l.216-.004v-.399h.39l-.005-.214h-.386z'/%3E%3Cpath fill='%23C51918' d='M5.785 8.734h10.4v8.834s-.315 4.4-5.2 4.4c-4.886 0-5.2-4.4-5.2-4.4z'/%3E%3Cpath fill='%23E8AA00' d='M8.924 9.04c-.096 0-.243.068-.437.146c-.195.077-.399.245-.2.413c.2.167.485.535.485.398c0-.138.342-.271.342-.205s-.106.205.171.205s.42.082.124.082c-.295 0-.328.135-.52.135s-.602-.136-.602-.217s.238.397.485.397c.248 0 .389.233.513.117c.124-.117.11-.117.31-.117s.127-.47.127-.47s-.703-.884-.798-.884m4.013 0c.095 0 .242.068.437.146c.194.077.399.245.2.413c-.2.167-.486.535-.486.398c0-.138-.34-.271-.34-.205s.105.205-.172.205s-.42.082-.125.082c.296 0 .328.135.52.135c.193 0 .602-.136.602-.217s-.237.397-.485.397c-.247 0-.388.233-.512.117c-.125-.117-.11-.117-.31-.117c-.201 0-.128-.47-.128-.47s.704-.884.8-.884'/%3E%3Cpath fill='%23F7FCFF' d='M14.212 10c.2.465-1.329 2.192-1.329 2.192h-.17c-.072 0-.206-.177-.368-.39a6 6 0 0 0-.36-.446c-.236-.255-.111-.47.006-.67q.056-.091.095-.18c.05-.13.058-.18.066-.24c.008-.056.017-.12.067-.266c.074-.215.33-.492.508-.684a2 2 0 0 0 .156-.176c.096-.128.023-.127-.175-.125h-.09c-.264 0-.77.125-.922.27c-.15.145-.31.176-.543.176s-.089.157.123.263c-.228.043-.375.424-.46.762c-.048-.338-.151-.719-.38-.762c.213-.106.356-.263.123-.263s-.391-.031-.543-.176c-.151-.145-.657-.27-.922-.27h-.089c-.199-.002-.271-.003-.176.125c.03.04.087.102.156.176c.178.192.435.47.509.684c.05.146.059.21.067.266c.008.06.015.11.066.24c.024.059.059.119.095.18c.117.2.242.415.005.67c-.125.136-.249.3-.36.446c-.161.213-.295.39-.367.39h-.17S7.3 10.465 7.5 10c.078-.18.202-.349.305-.489c.163-.222.272-.371.053-.371c-.357 0-1.782.903-1.782 2.94s.131 3.196.437 4.008c.208.554.017 1.092-.125 1.493c-.066.186-.122.343-.122.458c0 .363.561.045.561-.182c0-.107.077.053.158.222c.088.185.182.38.182.236c0-.154.09-.317.168-.46c.062-.114.118-.215.118-.29s.078-.072.166-.07c.112.005.24.01.24-.145c0-.104.04-.125.09-.15c.083-.044.193-.1.193-.567c0-.346.069-.223.148-.083c.073.13.155.274.2.083c.004-.018.05-.099.106-.198c.083-.144.189-.329.222-.422a3.2 3.2 0 0 1-.512 1.034c-.164.21-.448.665-.448.665s.264.148.448 0c.103-.082.11-.004.117.08c.006.067.012.138.067.138q.052.002.094.01q.031.007.057.008c-.061.156-.116.406.068.239c.132-.12.224-.168.285-.2c.071-.037.1-.052.1-.13c0-.077.029-.05.074-.01c.039.036.09.083.146.083c.071 0 .086-.1.108-.244c.014-.097.032-.215.072-.336l.026-.081c.08-.25.117-.367.207-.051c.043.147.118.251.183.342c.089.123.16.222.106.37q-.031.087-.075.194c-.096.24-.214.535-.214.768c0 .138-.125.326-.243.503c-.139.207-.267.4-.17.477c.18.143-.038.625-.22.872c-.182.248-.152.55.124.55c.15 0 .233.055.307.104c.061.041.117.079.202.079a.44.44 0 0 0 .29-.093s.116.176.31.176c.193 0 .232-.176.232-.176l.143.176l.011-.771v.77l.44-.175s.04.176.233.176c.194 0 .31-.176.31-.176s.1.093.29.093c.085 0 .14-.038.202-.079a.5.5 0 0 1 .307-.104c.275 0 .306-.302.123-.55c-.181-.247-.399-.73-.22-.872c.098-.078-.03-.27-.169-.477c-.118-.177-.244-.365-.244-.503c0-.233-.118-.528-.214-.768q-.043-.106-.075-.194c-.053-.148.018-.247.107-.37c.065-.091.14-.195.182-.342c.09-.316.128-.2.208.05l.026.082c.04.121.057.239.072.336c.021.144.036.244.108.244c.055 0 .107-.047.146-.083c.045-.04.073-.067.073.01c0 .078.03.093.1.13c.062.032.154.08.285.2c.185.166.13-.083.069-.239q.024-.001.057-.008a1 1 0 0 1 .094-.01c.054 0 .06-.071.067-.138c.007-.084.014-.162.117-.08c.183.148.448 0 .448 0s-.284-.455-.448-.665a3.2 3.2 0 0 1-.513-1.034c.034.093.14.278.222.422c.057.1.103.18.107.198c.044.191.126.047.2-.083c.079-.14.148-.263.148.083c0 .467.11.523.193.566c.05.026.09.047.09.15c0 .155.128.15.24.147c.087-.003.166-.006.166.07c0 .074.056.175.118.288c.078.144.168.307.168.461c0 .145.093-.05.182-.236c.08-.169.158-.33.158-.222c0 .227.56.545.56.182c0-.115-.055-.272-.121-.458c-.143-.401-.334-.939-.125-1.493c.305-.812.437-1.97.437-4.008c0-2.037-1.425-2.94-1.782-2.94c-.22 0-.11.149.053.371c.103.14.227.31.304.49m-1.209 7.858c0-.051.035.006.069.09c-.043.001-.069-.016-.069-.09m-4.362.09c.042.001.068-.016.068-.09c0-.051-.035.006-.068.09m.177-1.935'/%3E%3Cpath fill='%23E8AA00' d='M8.189 19.202c0-.14.36-.467.36-.467v.028c.05.04.371.306.371.435c0 .08-.041.197-.077.297a.7.7 0 0 0-.05.174c0 .022.01.006.027-.025c.045-.077.141-.243.276-.132c.179.148.178.365.177.503v.024c0 .043 0 .043-.006.022c-.012-.044-.05-.181-.17-.181c-.177 0-.304.159-.304.159v.272s.022.225.127.112c.105-.112.127.139 0 .139c-.065 0-.132.069-.197.136c-.063.065-.124.128-.181.128v-.022c-.054-.005-.1-.06-.145-.117c-.05-.062-.1-.125-.165-.125c-.127 0-.104-.25 0-.139c.105.113.128-.112.128-.112v-.272s-.128-.16-.304-.16c-.12 0-.158.138-.17.182c-.006.02-.006.021-.006-.022v-.024c-.001-.138-.002-.355.176-.503c.135-.111.232.055.276.132c.018.03.028.047.028.025a.6.6 0 0 0-.067-.173c-.048-.098-.104-.214-.104-.294m4.782 0c0-.14.36-.467.36-.467v.028c.05.04.372.306.372.435c0 .08-.042.197-.077.297a.7.7 0 0 0-.05.174c0 .022.009.006.027-.025c.044-.077.14-.243.276-.132c.178.148.177.365.177.503v.024c0 .043 0 .043-.006.022c-.013-.044-.051-.181-.171-.181c-.176 0-.303.159-.303.159v.272s.022.225.127.112c.105-.112.127.139 0 .139c-.065 0-.132.069-.197.136c-.063.065-.124.128-.182.128v-.022c-.054-.005-.099-.06-.144-.117c-.05-.062-.1-.125-.165-.125c-.127 0-.105-.25 0-.139c.105.113.127-.112.127-.112v-.272s-.127-.16-.303-.16c-.12 0-.159.138-.17.182c-.007.02-.007.021-.007-.022v-.024c0-.138-.002-.355.177-.503c.135-.111.231.055.276.132c.018.03.027.047.027.025a.6.6 0 0 0-.067-.173c-.048-.098-.104-.214-.104-.294'/%3E%3Cpath fill='%23E8AA00' d='M7.83 18.36c.321 0 .386-.61.386-.61s.269-.279.269-.073c0 .11-.077.247-.135.352c-.05.092-.087.159-.047.159h.444c.366 0-.064.171-.262.248c-.09.034-.154.052-.215.07c-.073.02-.143.04-.25.087c-.196.085-.28.644-.19.824c.092.18-.09.104-.165 0c-.042-.058-.073.022-.115.132a1 1 0 0 1-.137.272c-.119.144-.117.017-.115-.257l.001-.147c0-.243.049-.245.121-.248a.2.2 0 0 0 .13-.042c.104-.083.117-.126.148-.233q.014-.053.042-.135c.075-.217-.327.127-.44.29c-.07.099-.118.11-.19.126a.7.7 0 0 0-.18.062c-.127.065-.092-.062-.05-.216c.024-.088.05-.186.05-.262c0-.13.079-.097.18-.054a.5.5 0 0 0 .19.054c.161 0 .245-.068.348-.152l.017-.014c.082-.067-.098-.047-.313-.023l-.223.023c-.165.014-.176.003-.217-.034a.7.7 0 0 0-.205-.123c-.31-.135.2-.077.422 0c.124.042.228.014.35-.02c.1-.027.21-.057.352-.057m6.216 0c-.32 0-.386-.61-.386-.61s-.268-.279-.268-.073c0 .11.076.247.134.352c.051.092.088.159.047.159h-.444c-.365 0 .065.171.263.248c.09.034.153.052.214.07c.074.02.143.04.25.087c.196.085.28.644.19.824s.09.104.166 0c.041-.058.072.022.114.132c.034.089.076.198.137.272c.119.144.118.017.115-.257l-.001-.147c0-.243-.049-.245-.12-.248a.2.2 0 0 1-.132-.042c-.103-.083-.115-.126-.146-.233l-.043-.135c-.075-.217.327.127.441.29c.07.099.117.11.19.126c.046.01.102.023.18.062c.126.065.092-.062.05-.216a1 1 0 0 1-.05-.262c0-.13-.08-.097-.18-.054a.5.5 0 0 1-.19.054c-.162 0-.245-.068-.349-.152l-.016-.014c-.083-.067.097-.047.312-.023q.113.014.223.023c.166.014.177.003.218-.034a.7.7 0 0 1 .204-.123c.31-.135-.199-.077-.422 0c-.123.042-.227.014-.35-.02a1.3 1.3 0 0 0-.351-.057'/%3E%3Cpath fill='%23C51918' d='M9.047 12.341h3.876v3.535s-.416 1.76-1.938 1.76s-1.938-1.76-1.938-1.76z'/%3E%3Cpath fill='%23F7FCFF' d='M11.507 12.29h-1.014v2.029h-1.45v.724h1.45v2.61h1.014v-2.61h1.45v-.724h-1.45z'/%3E%3Cpath fill='%23F7FCFF' d='M9.7 13.309c.098 0 .145-.082.093-.154a.097.097 0 0 0-.136-.018l-.056-.016a.1.1 0 0 0-.06.001c-.024.008-.037-.016-.026-.166c.011-.042.068-.068.202-.068c.244 0 .344.026.344.05v.358l-.118.107c-.057.051-.017.14.064.14h.054v.274q-.11.086-.2.085c-.217 0-.34-.082-.343-.178q0-.042.003-.063l.019.007a.1.1 0 0 0 .062 0l.008-.002q.011-.005.015-.003t.002.03v.027c-.002.045.038.083.088.084c.05 0 .091-.035.092-.08c.004-.159-.085-.25-.232-.219c-.087-.026-.148-.023-.195.03c-.035.04-.04.073-.043.19c.006.2.218.34.525.34a.55.55 0 0 0 .352-.153a.08.08 0 0 0 .028-.06v-.392a.08.08 0 0 0-.035-.065l.009-.008a.08.08 0 0 0 .026-.057v-.393c0-.167-.173-.212-.525-.212c-.208 0-.344.061-.38.206c-.02.248.053.396.234.354a.5.5 0 0 0 .13.024m2.546-.154c-.051.072-.005.154.092.154a.5.5 0 0 0 .13-.024c.182.042.255-.106.235-.354c-.037-.145-.173-.206-.38-.206c-.353 0-.526.045-.526.212v.393q0 .033.027.057l.009.008a.08.08 0 0 0-.036.065v.393q0 .034.028.059q.175.151.353.153c.307 0 .518-.14.525-.34c-.004-.117-.008-.15-.043-.19c-.048-.053-.109-.056-.196-.03c-.147-.03-.236.06-.232.219c.001.045.043.08.093.08c.05-.001.09-.039.088-.084v-.027q-.004-.028.002-.03q.003-.002.014.003l.009.002a.1.1 0 0 0 .062 0l.019-.007l.003.063c-.004.096-.126.178-.344.178q-.088.001-.2-.085v-.275h.055c.08 0 .12-.088.064-.14l-.119-.106v-.359c0-.023.1-.049.345-.049c.133 0 .19.026.201.068c.012.15-.002.174-.025.166a.1.1 0 0 0-.06 0l-.057.015l-.01-.007a.1.1 0 0 0-.126.025m.306.499h-.004zm-.213 2.264c-.098 0-.144-.082-.093-.155a.097.097 0 0 1 .136-.017l.056-.016a.1.1 0 0 1 .06 0c.024.008.038-.016.026-.165c-.01-.042-.068-.068-.201-.068c-.245 0-.345.026-.345.049v.358l.119.107c.057.052.016.14-.064.14h-.055v.274q.112.086.2.085c.218 0 .34-.08.344-.177l-.003-.063l-.02.006a.1.1 0 0 1-.061.001l-.009-.003q-.01-.004-.014-.002q-.005.002-.003.03l.001.027c.001.045-.039.082-.088.083c-.05.001-.092-.034-.093-.08c-.004-.158.085-.249.232-.218c.087-.026.148-.023.196.03c.034.04.04.072.043.19c-.007.2-.218.34-.525.34a.55.55 0 0 1-.353-.153a.08.08 0 0 1-.028-.06v-.392a.08.08 0 0 1 .036-.065l-.01-.008a.08.08 0 0 1-.026-.058v-.392c0-.168.173-.213.525-.213c.208 0 .344.062.38.207c.021.248-.052.396-.234.353a.5.5 0 0 1-.13.025m-2.638 0c.097 0 .144-.082.092-.155a.097.097 0 0 0-.136-.017l-.056-.016a.1.1 0 0 0-.06 0c-.024.008-.037-.016-.026-.165c.011-.042.068-.068.202-.068c.244 0 .344.026.344.049v.358l-.118.107c-.057.052-.017.14.064.14h.054v.274q-.11.086-.2.085c-.217 0-.34-.08-.343-.177q0-.042.003-.063l.019.006a.1.1 0 0 0 .062.001q.005 0 .008-.003q.011-.004.015-.002t.002.03v.027c-.002.045.038.082.088.083s.091-.034.092-.08c.004-.158-.085-.249-.232-.218c-.087-.026-.148-.023-.195.03c-.035.04-.04.072-.043.19c.006.2.218.34.525.34a.55.55 0 0 0 .352-.153a.08.08 0 0 0 .028-.06v-.392a.08.08 0 0 0-.035-.065l.009-.008a.08.08 0 0 0 .026-.058v-.392c0-.168-.173-.213-.525-.213c-.208 0-.344.062-.38.207c-.02.248.053.396.234.353a.5.5 0 0 0 .13.025'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ru{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackRu0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackRu0)'%3E%3Cpath fill='%23F7FCFF' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23C51918' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-rw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackRw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackRw0)'%3E%3Cpath fill='%233CA5D9' d='M0 0v14h32V0z'/%3E%3Cpath fill='%235A962A' d='M0 18v6h32v-6z'/%3E%3Cpath fill='%23FFDC17' d='M24.082 11.866a4 4 0 0 1-.185 0l-.605 1.974l-.128-2.056a4 4 0 0 1-.182-.042l-1.047 1.78l.355-2.027a4 4 0 0 1-.17-.083l-1.43 1.49l.816-1.888a4 4 0 0 1-.146-.12l-1.739 1.122l1.233-1.649q-.06-.075-.116-.152l-1.95.695l1.581-1.32a4 4 0 0 1-.078-.177l-2.055.23l1.844-.923a4 4 0 0 1-.035-.19l-2.05-.245l2.007-.477q.003-.098.011-.195l-1.937-.705l2.062-.006q.027-.095.057-.188l-1.72-1.127l2.01.464q.046-.085.099-.169l-1.412-1.49l1.849.912q.066-.073.135-.142L20.13 3.39l1.587 1.308q.081-.054.164-.106l-.586-1.96l1.24 1.636q.09-.034.184-.066l-.114-2.042l.826 1.877q.096-.013.193-.021L23.99 2l.367 2.017q.096.009.191.022l.827-1.879l-.114 2.047q.091.03.181.065l1.243-1.64l-.588 1.967q.08.051.16.105L27.85 3.39l-1.032 1.781q.067.067.13.138l1.859-.916l-1.42 1.498q.05.08.095.163l2.022-.467l-1.731 1.135l.054.18l2.077.006l-1.951.71q.007.093.01.186l2.022.481l-2.066.246q-.014.092-.032.183l1.856.93l-2.068-.233a4 4 0 0 1-.075.17l1.59 1.329l-1.96-.699q-.054.075-.111.147l1.24 1.658l-1.747-1.128q-.07.06-.142.117l.82 1.898l-1.436-1.496q-.082.043-.165.082l.355 2.033l-1.049-1.783q-.088.022-.18.042l-.128 2.059zm-.136-1.451c1.4 0 2.536-1.12 2.536-2.5s-1.135-2.498-2.536-2.498c-1.4 0-2.536 1.118-2.536 2.499c0 1.38 1.135 2.499 2.536 2.499m1.459-2.426a1.43 1.43 0 1 1-2.859 0a1.43 1.43 0 0 1 2.859 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sa{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2367BD23' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M14.439 4.073c-.13.198-.236.482-.236.614v.039c-.002.15-.006.43.172.237c.194-.211.382-.459.341-.65s-.147-.438-.277-.24m-1.814.454c0-.274.335-.482.427-.482c.09 0 0 .243-.167.346c-.122.076-.026.114.09.159c.041.016.085.033.122.053c.14.076-.045.273-.259.337c-.213.064-.213-.14-.213-.413m-.333.332c-.12.284-.348.838-.137 1.28l.071.152c.174.376.315.682.631.639c.337-.046.492-.648.543-.848l.009-.033c.04-.153.208-.41.252-.247c.022.082.01.24 0 .394c-.011.153-.022.303 0 .374c.044.142.25.774.713.626c.244-.078.4-.252.524-.389c.111-.123.196-.216.292-.183c.078.027.156.127.242.236c.138.174.296.374.5.336c.264-.049.455-.333.577-.514q.046-.07.079-.112c.082-.1.12-.04.174.041q.025.041.058.083c.091.108.27.181.392 0c.122-.182.302-.734.068-.645l-.015.006c-.233.089-.561.214-.677-.017c-.118-.236-.44-.967-.28-.967c.162 0 .429 0 .374-.261s.498.585.598.762c.02.034.06.107.111.202c.218.4.657 1.203.746 1.27c.094.072.174 1.476.194 2.109a2 2 0 0 0-.285-.014c-.375 0-.674.042-.917.075c-.266.037-.464.065-.615.017c-.086-.027-.187-.044-.276-.06c-.212-.035-.35-.06-.024-.174c.093-.033.2-.06.311-.088c.442-.112.949-.24.909-.812c-.05-.715-.145-1.03-.683-.935c-.537.094-.706.522-.706.935c0 .347-.046.351-.191.365q-.042.004-.096.012l-.082.012c-.276.037-.86.116-1.232.653c-.351.509-.308-.24-.288-.604l.007-.15c0-.208-.072-.393-.235-.763l-.012-.028c-.16-.364-.344-.785-.605-.384c-.267.412.049.994.162 1.085c.114.09.7 1.37.124 2.004s-1.393 1.256-1.612 1.056s-.35-.324-.102-.485c.04-.026.107-.058.189-.097c.417-.2 1.236-.593 1.083-1.43a8 8 0 0 0-.245-.993c-.05-.157-.064-.202-.01-.202l.045.002c.106.007.216.014.095-.308c-.14-.37-.337-.788-.704-.378s-.22.665 0 .921c.22.257.593.713.165 1.12c-.13.125-.25.25-.354.358c-.232.244-.38.398-.38.255c0-.206-.061-.481-.172-.24q-.032.07-.065.157c-.092.24-.21.544-.518.674c-.382.16-1.237.796-1.237.796s-.563.501-.305.458c.259-.042.927-.233 1.108-.389s.622-.265.622-.265s.513.966 1.048.81c.536-.156 1.727-1.46 1.727-1.46s.735 1.01 1.562 1.077c.826.066 1.03-.205.8-.381c-.06-.047-.15-.098-.243-.152c-.257-.147-.552-.317-.439-.494c.155-.242.475-.322 1.022-.41q.12-.019.24-.035c.456-.062.862-.117.976-.526c.06-.215.255-.358.381-.45l.06-.044l.002.147c0 .38-.014 1.646-.065 1.787c-.05.142.259.05.349-.101l.005-.01c.09-.151.216-.364.216-.685l.002-.213c.006-.485.016-1.427-.075-1.641c-.108-.254-.073-.501 0-.438c.034.03.259.461.504.932c.288.551.603 1.155.67 1.227c.077.082.112-.12.147-.322c.022-.124.044-.25.075-.308c.083-.155.15-.275.15 0l.002.086c.007.319.021.949-.522 1.31q-.286.191-.492.336c-.295.204-.48.332-.597.362c-.172.043-.145.37.063.37l.057.002c.284.009 1.102.035 1.598-.907c.475-.9.18-3.739.106-4.449l-.016-.16a1 1 0 0 0-.048-.193c-.064-.212-.159-.53-.09-.691c.055-.13.088-.112.125-.093c.028.016.06.032.106-.02c.106-.118.231-.287 0-.583c-.082-.105-.143-.245-.198-.37c-.099-.226-.175-.4-.31-.214c-.21.288-.31 1.126-.208 1.533s.549 3.65.274 3.38c-.161-.16-.31-.465-.473-.797c-.113-.23-.232-.475-.367-.693c-.329-.534-.973-1.613-.796-1.934c.052-.094.096-.157.13-.206c.082-.119.108-.155.047-.347a1 1 0 0 0-.223-.359a1.4 1.4 0 0 1-.21-.303c-.135-.274-.42-.448-.42-.19c0 .259-.143.527-.233.264c-.09-.264-.567-.827-.799-.633c-.146.122-.114.194-.085.257c.017.037.033.072.01.112l-.035.065c-.051.105-.105.214-.174.05q-.02-.05-.042-.118c-.074-.228-.177-.543-.499-.242c-.385.36-.427.73-.213.943c.213.212.534.719.374.951s-.461.405-.606.158a1.2 1.2 0 0 1-.166-.874c.064-.351.162-1.426-.259-1.302c-.42.124-.377.746-.276 1.024s.155.738.078.894l-.009.018c-.085.172-.307.622-.544.469c-.245-.159-.427-.61-.313-1.032s.038-1.093-.307-.888s-.733.861-.733 1.197s-.137.741-.278.494l-.023-.04c-.14-.245-.334-.58-.229-.915c.111-.352-.079-.767-.199-.482m-6.631-.62c-.02.026-.005.043.028.08c.039.045.104.12.166.275c.05.125.066.308.077.452c.015.182.024.3.095.153c.127-.262.193-.831 0-.96c-.192-.128-.323-.057-.366 0m2.497.545c-.38 0-.328-.556-.328-.556s0-.053.168-.053c.114 0 .126.061.136.115c.005.025.01.049.024.064c.02.022.023-.001.026-.033c.004-.04.009-.093.052-.093c.078 0 .094.081.094.211s.108.027.108-.085c0-.111.1-.126.188-.126s-.089.556-.468.556m-2.07 6.1c-.048-.532.075-1.043.304-1.043s.229.509.229.509s.128 1.044 1.183 1.09s1.76-1.785 1.76-1.785c.06-.308.043-.693.043-.693c-.07-.146-.108 0-.187.294c-.067.25-.164.61-.332.988c-.352.789-1.086.772-1.548.761h-.053c-.457-.01-.826-.77-.866-1.164s.092-.702.092-.702s.364-.38.35.284c-.012.665.317.774.907.82c.59.047 1.026-.858 1.118-1.201s-.469.19-.469.19c-.152.144-.484.01-.649-.347s.165-.779.437-1.07c.271-.29.579-.052.579-.052a.83.83 0 0 1 .56.34c.198.15-.017-.673-.017-.673c-.137-.346-.304-1.452-.304-1.452a3 3 0 0 1-.08-.41c-.044.077-.057.248-.057.248s.262 1.142-.113 1.497c-.183.173-.277.262-.374.266c-.103.005-.21-.084-.43-.266c-.429-.355-.45 0-.45.426v1.718c0 .265-.168.262-.317.26c-.078-.002-.15-.003-.192.032c.026-.28.055-.781.055-.781c.015-.236-.3-1.183-.3-1.183c-.277-.235-.603-.827-.603-.827c-.075-.44-.235-.208-.235-.208c0 .309-.098.966-.6.772c-.501-.193-.22-1.99-.22-1.99s.202.02.22.477c.019.457.262.798.262.798c.127.332.172-.731.172-.731c.001-.435.536-.824.536-.824c.297-.16.29.52.29.52c.142.45-.011.787-.011.787c-.02.443.303.219.303.219c.227-.012-.17-1.292-.17-1.292c-.191-.454-.085-.854-.085-.854c.02-.243.32-.306.32-.306c.206.02.207.934.207.934c0 .573.158 1.086.297 1.193c.14.106-.023-.323-.139-.443c-.074-.077-.053-.252-.029-.458c.014-.116.03-.242.03-.366c0-.344.205-.182.432-.004l.005.004c.18.14.167.371.153.619a4 4 0 0 0-.008.205c0 .32.16.536.424.74c.225.175.215-.097.207-.305l-.003-.099c0-.154-.122-.387-.243-.617q-.053-.1-.102-.198c-.114-.23-.058-.314.054-.482q.04-.059.087-.137c.163-.273.457.02.57.274l.019.042a7 7 0 0 1-.02-.302c-.069-.204.52-.658.52-.658c.366-.082.433 1.113.433 1.113c.13.426-.306.258-.306.258c-.214-.018.23 1.736.23 1.736c.033.6.325.282.325.282c.224-.089.24.488.24.488c.15.23.437-.551.437-.551c.2-.286.516.366.516.366c.15.202.46-.375.46-.375c.176-.113.13.063.072.287a1.8 1.8 0 0 0-.072.394c0 .306-.05.33-.377.479l-.012.006c-.338.155-.443-.104-.443-.104c-.081-.097-.647.238-.647.238c-.214.08-.346-.096-.346-.096c-.092-.12-.09.379-.087 1.013v.333c0 .78-1.184 1.76-2.281 1.95s-1.615-.67-1.662-1.201M7.173 9.87c.008.127.022.04.038-.122c-.027.023-.042.06-.038.122m-1.18-1.473c.48-.423.819-.342.819-.342s.105 0 .242.146c.137.147-.338.443-.65.535c-.212.062-.47.192-.718.317q-.179.09-.342.167c-.335.153.167-.4.649-.823m-.59 1.77s-.47.766-.392 1.261s.402.598.617.547c.215-.052.315-.547.315-.547s-.149-.34-.315-.156c0 0-.272.115-.22-.202c.05-.317-.005-.903-.005-.903m3.192-1.865s-.315.099-.157.245c.157.147.4.165.4 0c0-.164-.243-.245-.243-.245m6.319-.75s-.033.558.346.545c.38-.014.537-.575.449-.572s-.188.02-.184.132c.004.111-.1.22-.104.089c-.005-.13-.024-.21-.102-.208c-.043.002-.047.056-.05.095c-.001.032-.002.054-.024.034c-.015-.015-.02-.039-.026-.063c-.012-.054-.026-.114-.14-.11c-.167.006-.165.059-.165.059m4.43-.797c-.38.013-.347-.544-.347-.544s-.002-.053.166-.059c.114-.004.128.056.14.11c.005.025.01.048.026.063c.02.02.022-.002.024-.034c.003-.04.006-.093.05-.094c.078-.003.096.077.1.207c.006.13.11.023.105-.089c-.004-.111.096-.129.184-.132s-.069.559-.448.572m-8.71 2.837c-.174-.092-.155-.16 0-.301c.154-.141.342.065.53.3c.158.199.06.358-.031.505l-.05.082c-.093.17-.346.139-.251 0c.095-.14-.026-.494-.199-.586m12.697-.809c-.154.141-.172.209 0 .3c.173.093.095.48 0 .62c-.094.139.17.292.264.122l.016-.03c.09-.163.197-.354.123-.642c-.078-.304-.248-.511-.403-.37m2.198-3.248c-.172-.092-.154-.16 0-.3c.155-.141.325.065.403.37c.074.287-.033.479-.123.642l-.017.03c-.093.17-.358.016-.263-.123c.095-.14.173-.527 0-.619m-6.562-1.12c-.155.142-.173.21 0 .301c.173.092.373.676.279.815c-.095.14.158.17.251 0c.094-.17.189-.579 0-.815c-.188-.235-.375-.442-.53-.3m-2.248 3.42c-.213.096-.336.152-.224.23c.112.077.377.096.377 0q0-.025.004-.057c.009-.106.021-.255-.157-.174m-2.063 1.912c.227 0 .406-.04.406-.04s.31.04.556.04c.245 0 .2.216-.09.354c-.267.126-.284.208-.319.375l-.01.047c-.043.2-.077.34-.295.27c-.207-.064-.408-.566-.514-.831l-.016-.04c-.08-.199 0-.193.15-.181q.06.005.132.006m-2.704-4.9c.085 0 .189-.526 0-.6c-.19-.075-.74.017-.673.239a.8.8 0 0 0 .128.22c.11.155.224.314.083.481c-.21.248-.855.792-.957.855l-.043.026c-.13.077-.383.227-.206.227c.064 0 .142.005.223.01c.174.013.364.026.469-.01c.078-.026.201-.17.336-.328c.128-.15.267-.313.39-.4c.25-.176.303-.528.25-.577a.4.4 0 0 0-.094-.048c-.116-.049-.284-.12-.23-.237c.073-.161.133-.057.133 0c0 .056.106.142.19.142m-.143 1.756l-.197.072s-.114 0-.154-.138c-.018-.06.009-.133.032-.197c.03-.084.055-.152-.032-.152c-.154 0-.27.259-.322.415s.19.346.322.43c.132.082.297-.084.441-.233s-.09-.197-.09-.197m9.169 4.695c-.194-.26-.11-.845.068-1.21c.138-.285.133-.128.124.16a8 8 0 0 0-.006.275c0 .347.103.466.247.633q.055.062.117.142c.202.263.372 0 .372-.16c0-.158.359-.895.619-1.175s.474-.112.474 0s.252.476.544.56s.396-.672.396-.672V7.57c0-.662-.164-.789-.304-.897q-.05-.036-.092-.08c-.048-.051-.135-.133-.236-.229c-.208-.197-.477-.45-.588-.612c-.138-.202-.133-.582-.128-.964l.002-.213c0-.447.617.199.764.447c.094.16.066.267.035.388a1 1 0 0 0-.035.224c0 .245.186.187.186 0q-.001-.053-.008-.152c-.02-.292-.057-.822.153-.907c.2-.08.24.026.356.325q.049.13.125.308c.145.336.106.492.058.685a1.6 1.6 0 0 0-.058.416c0 .363.266.683.45.904c.064.076.118.14.148.191c.118.2-.118-1.289-.321-1.583s-.092-.98.203-1.35c.224-.279.368.076.51.424c.046.112.091.224.139.313c.162.305-.004.525-.128.69q-.04.05-.068.094c-.05.079-.013.179.043.325c.064.171.153.406.153.745c0 .63.252 1.26.622 1.768c.352.48.43 1.041.508 1.602l.013.091c.083.591.09-.928 0-1.693s-.38-3.456-.263-4.151c.078-.455.162-.252.287.05c.067.16.144.348.238.48l.058.08c.218.303.234.326.102.532c-.075.117-.142.1-.188.088c-.042-.01-.068-.017-.068.083c0 .062.035.35.083.755c.117.976.316 2.636.316 3.496c0 1.22-.648 1.695-1.21 1.904c-.56.208-.865 0-.865-.209c0-.11-.079-.046-.183.04c-.093.076-.206.169-.302.169c-.204 0-.135-.24 0-.478c.081-.144.064-.156.037-.175c-.017-.011-.037-.025-.037-.079c0-.137 0-.276.203-.276s.383 0 .188.276c-.12.169-.112.17-.031.18c.05.005.131.015.226.074c.134.083.146.085.16.087c.01.002.022.004.106.052c.185.106.63-.268 1.06-.67c.305-.284.151-.35-.01-.42a.45.45 0 0 1-.17-.1a4 4 0 0 1-.268-.418c-.142-.235-.293-.485-.36-.536c-.056-.042-.035.1-.008.282c.032.213.072.482.008.577c-.12.176-.393.401-.518.401c-.124 0 0-2.253 0-2.253s-.697-.969-.586-.605c.11.363-.111 2.704-.427 3.073s-.974-.104-1.135-.368c-.162-.265-.357-.008-.43.264c-.074.273-.234.868-.626 1.112c-.293.182-.512-.238-.685-.57c-.058-.112-.11-.213-.16-.279m2.154-3.263s-.655.44-.764.579c-.11.138-.148.24 0 .317s.745-.208.965-.448s.386-.47.303-.617s-.504.17-.504.17m-1.077-.999c-.265-.311.139-.443.139-.443s.215 0 .445.19c.127.105.114.007.095-.142c-.016-.122-.037-.278.011-.386c.106-.24.466.04.559.338c.065.209-.006.217-.115.229a.5.5 0 0 0-.154.035c-.117.05-.08.28-.04.517c.02.12.04.241.04.341c0 .296-.715-.367-.98-.679' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m14.439 4.073l-.209-.137zm-.236.653l-.25-.003v.003zm0 0l.25.003v-.003zm.172.237l-.184-.17zm.341-.65l.244-.053zm-1.83.078l-.133-.212zm.089.159l.09-.233zm.122.053l.12-.22zm-.942 1.535l.225-.107zm.137-1.28l-.23-.097zm-.066 1.433L12 6.396zm.631.639l-.034-.248zm.543-.848l-.242-.063v.001zm.009-.033l-.242-.065v.002zm.252-.247l.241-.065zm0 .394l.25.018zm0 .374l.239-.074zm.713.626l-.076-.238zm.524-.389l-.185-.167zm.292-.183l.082-.236zm.242.236l-.196.155zm.5.336l.045.246zm.577-.514l.207.14zm.079-.112l.194.157zm.174.041l.21-.136zm.058.083l-.191.16zm.392 0l-.208-.14zm.068-.645l-.089-.234zm-.015.006l-.09-.234zm-.677-.017l.224-.111zm.094-1.228l.244-.052zm.598.762l-.217.124zm.111.202l-.22.12l.004.007l.005.006zm0 0l.22-.12l-.004-.007l-.005-.007zm.746 1.27l.15-.199zm.194 2.109l-.045.246l.305.056l-.01-.31zm-1.202.061l-.034-.247zm-.615.017l.075-.239zm-.276-.06l.042-.246zm-.024-.174l-.083-.236zm.311-.088l.061.242zm.909-.812l-.25.018zm-1.58.365l.024.249zm-.096.012l.041.246zm-.082.012l-.034-.248zm-1.232.653l.206.143zm-.288-.604l-.25-.015zm-.228-.913l-.229.1zm-.012-.028l-.229.1zm-.605-.384l.21.137zm.162 1.085l-.156.195zm.124 2.004l-.185-.168zm-1.612 1.056l-.169.185zm-.102-.485l.136.21zm.189-.097l.108.225zm1.083-1.43l.245-.045zm-.245-.993l-.238.076zm.035-.2l-.016.25zm.095-.308l.234-.088zm-.704-.378l-.186-.167zm0 .921l-.19.163zm.165 1.12l.173.181zm-.354.358l.177.177l.004-.004zm0 0l-.177-.177l-.003.004zm-.552.014l.227.105zm-.065.158l-.233-.09l-.004.011zm0 0l.234.09l.004-.01zm-.518.674l-.097-.23zm-1.237.796l-.15-.201l-.008.007l-.009.007zm-.305.458l.04.247zm1.73-.654l.22-.117l-.09-.172l-.19.047zm1.048.81l-.07-.24zm1.727-1.46l.202-.147l-.18-.247l-.207.226zm1.562 1.077l.02-.25zm.8-.381l.153-.199zm-.243-.152l.124-.217zm-.439-.494l-.21-.134zm1.022-.41l-.04-.247zm.24-.035l.034.248h.002zm0 0l-.033-.247h-.002zm.976-.526l.24.067zm.381-.45l-.147-.202zm.06-.044l.25-.007l-.013-.497l-.392.307zm-.063 1.934l-.235-.084zm.349-.101l-.215-.127zm.005-.01l-.215-.127zm.218-.898l.25.003zm0 0l.25.002v-.002zm0 0l-.25-.003v.003zm-.075-1.641l.23-.098zm0-.438l-.164.19zm.504.932l.222-.116zm0 0l-.222.115zm0 0l.222-.115v-.001zm0 0l.226-.108l-.004-.007zm0 0l-.226.108l.006.01zm0 0l.222-.116l-.001-.002zm.67 1.227l.182-.17zm.147-.322l-.237-.079l-.006.018l-.003.018zm0 0l.238.08l.005-.019l.004-.018zm.075-.308l.22.118zm.151.086l-.25.006zm0 0l.25-.005zm-.52 1.31l.138.208zm-.494.336l.14.207l.003-.001zm0 0l-.14-.207l-.006.005zm0 0l.143.206l.004-.003zm-.596.362l-.06-.243zm.12.372l.008-.25zm1.598-.907l.221.117zm.106-4.449l.248-.026zm-.064-.353l.24-.072l-.003-.007zm0 0l-.24.072l.003.007zm-.09-.691l.23.098zm.125-.093l.117-.22zm.106-.02l.187.167zm0-.583l.197-.154zm-.198-.37l.23-.1zm-.31-.214l.201.148zm.066 4.912l-.175.178zm-.473-.796l.225-.11l-.004-.007l-.004-.007zm0 0l-.224.11l.003.007l.004.007zm-.367-.693l-.213.13zm-.796-1.934l.219.12zm.13-.206l.205.143zm.047-.347l.239-.075zm-.223-.359l.192-.16zm-.21-.303l-.225.11zm-.653.074l.237-.081zm-.799-.633l-.16-.192zm-.085.257l-.228.103zm.01.112l-.217-.125zm-.035.065l-.224-.11zm-.174.05l-.23.098zm-.042-.118l.238-.077zm-.499-.242l-.17-.182zm-.213.943l.176-.177zm.374.951l.205.142zm-.772-.716l.246.045zm-.259-1.302l-.07-.24zm-.198 1.918l-.224-.11zm-.009.018l-.224-.111zm-.544.469l-.136.21zm-.313-1.032l.241.065zm-.307-.888l.128.215zm-1.01 1.691l.216-.124zm-.024-.04l.217-.125zm-.229-.915l.239.075zM5.689 4.32l.188-.164zm-.028-.08l-.2-.15zm.194.355l-.232.093zm.077.452l-.25.02zm.095.153l.225.109zm0-.96l-.139.208zm1.803-.01l.25.023v-.024zm.304.061l.246-.047zm.024.064l.181-.172zm.026-.033l-.25-.024zM6.62 10.35h-.25v.015l.002.015zm2.942-.695l.234.09l.008-.02l.004-.022zm.044-.693l.25-.011l-.003-.05l-.021-.046zm-.187.294l-.242-.065zm-.332.988l-.228-.102zm-1.548.761l.006-.25zm-.053 0l.005-.25zm-.774-1.866l-.18-.172l-.032.032l-.018.042zm.35.284l-.25-.005zm2.025-.381l.241.065zm-.469.19l.172.182zm-.212-1.416l.182.17zm.579-.053l-.153.198l.05.038l.06.01zm.56.34l-.215.128l.025.043l.04.03zm-.017-.673l.242-.063l-.004-.014l-.005-.015zm-.304-1.452l.247-.037l-.002-.016l-.004-.015zm-.08-.41l.247-.034l-.101-.73l-.364.64zm-.057.248l-.25-.019l-.002.038l.008.037zm-.113 1.497l-.172-.182zm-.374.266l.011.25zm-.43-.266l.16-.192zm-.767 2.403l.004-.25zm-.137-.748l-.25-.015zm-.3-1.183l.237-.079l-.022-.066l-.053-.045zm-.603-.827L6.118 7l.007.041l.02.037zM6.13 6.75l-.206-.141l-.044.064v.077zm-.6.772l-.09.234zm-.22-1.99l.026-.25l-.236-.023l-.037.234zm.22.477L5.78 6zm.262.798l.234-.09l-.012-.03l-.019-.026zm.172-.731l.25.01v-.01zm.536-.824l-.118-.22l-.015.008l-.014.01zm.29.52l-.25-.003v.04l.011.038zm-.011.787l-.228-.103l-.02.044l-.002.048zm.303.219l-.013-.25l-.071.003l-.059.041zm-.17-1.292l.24-.074l-.004-.012l-.005-.011zm-.085-.854l.241.063l.006-.021l.002-.022zm.32-.306l.024-.249l-.038-.004l-.038.008zm.207.934h.25zm.158.75l.18-.173zm-.029-.458l-.244-.054l-.002.012l-.002.013zm0 0l.244.054l.003-.012l.002-.012zm.462-.37l-.154.197zm.005.004l-.154.196zm.153.619l-.25-.014v.014zm0 0l.25.014v-.014zm.416.945l.153-.197zm.207-.305l-.25.01zm0 0l.25-.01zm-.246-.716l.221-.116zm-.102-.198l.224-.11zm.054-.482l.208.138zm.087-.137l.215.129zm.57.274l-.228.101v.002zm.019.042l-.228.103l.477-.125zm-.02-.302l.25-.01l-.002-.036l-.011-.034zm.52-.658l-.056-.243l-.053.012l-.044.033zm.433 1.113l-.25.014l.002.03l.01.03zm-.306.258l.09-.233l-.033-.013l-.035-.003zm.23 1.736l.25-.014l-.001-.024l-.006-.024zm.325.282l-.092-.233l-.054.021l-.039.043zm.24.488l-.25.007l.002.07l.039.06zm.437-.551l-.205-.144l-.018.027l-.012.03zm.516.366l-.225.109l.01.02l.014.02zm.46-.375l-.135-.21l-.055.034l-.03.057zm.072.287l-.242-.063v.002zm0 0l.232.092l.007-.015l.004-.017zm0 0l-.232-.093l-.006.014l-.004.016zm-.449.873l-.104-.227zm-.012.006l-.104-.228zm-.443-.104l.231-.094l-.014-.036l-.025-.03zm-.647.238l.087.234l.02-.008l.02-.01zm-.346-.096l.2-.15l-.002-.003zm-.087 1.013h.25zm0 .002h-.25v.002zm0 0l.25-.001v-.001zm-2.281 2.28l-.043-.246zm-.575-2.213l.25-.015zm-.362-1.816l-.059.243l.03.007h.029zm-.82.342l-.164-.188zM7.055 8.2l-.182.171zm-.65.535l.07.24zm-.718.317l.112.223zm-.342.167l-.104-.228zm-.333 2.208l-.247.039zm.392-1.261l.248-.024l-.07-.746l-.392.64zm.54 1.261l.245.05l.015-.078l-.031-.072zm-.315-.156l.097.23l.052-.021l.037-.041zm-.22-.202l.246.04zm3.187-2.768l.08-.237l-.077-.026l-.078.024zm6.665-.205l.01.25zm-.346-.544l.25.014v-.023zm.795-.028l.008.25zm-.288.221l-.25.009zm-.102-.208l.009.25zm-.05.095l.25.016zm-.024.034l.176-.178zm-.026-.063l.244-.056zm-.14-.11l-.009-.25zm3.918-1.283l.25.014v-.023zm.347.544l.009.25zm-.181-.603l-.01-.25zm.14.11l.243-.056zm.026.063l.175-.178zm.024-.034l.25.016zm.05-.094l.008.25zm.1.207l-.249.01zm.289-.22l-.009-.25zm-9.159 3.408l.118-.221zm.53 0l-.195.156zm-.03.504l.212.131zm-.05.082l-.219-.12zm-.251 0l.207.14zm12.5-1.094l.117-.22zm0-.3l.168.184zm0 .918l.206.14zm.263.123l-.22-.12zm.016-.03l-.219-.12zm.123-.642l.243-.062zm1.795-3.918l.169.184zm0 .3l.118-.22zm.403.07l-.242.062zm-.123.642l-.219-.121zm-.017.03l-.218-.121zm-6.825-1.56l.117-.221zm0-.301l-.169-.185zm.279 1.115l-.207-.14zm.251 0l-.219-.12zm0-.815l-.195.156zm-3.002 3.349l-.142.205zm.224-.23l.103.227zm.157.173l.249.021zm-1.814 1.698l.033-.247l-.044-.006l-.044.01zm.466.395l.107.225zm-.319.375l.245.052zm0 0l-.245-.05zm-.01.047l.245.054zm-.295.27l-.075.24zm-.514-.831l.232-.093zm-.016-.04l.232-.093zm.15-.181l-.018.249zm-2.572-5.495l-.092.233zm-.673.24l-.239.072zm.128.22l-.203.146zm.083.481l.19.162zm-.957.855l.13.213zm-.043.026l-.128-.215l-.002.001zm0 0l.128.215l.002-.002zm.017.238l.025-.249h-.008zm0 0l-.025.249h.008zm.469-.01l.08.236zm.336-.329l.19.162l.01-.01l.008-.013zm0 0l-.19-.163l-.01.012l-.008.012zm0 0l-.177-.177l-.006.007l-.006.007zm0 0l.177.177l.007-.007l.006-.008zm.39-.4l.144.205zm.25-.577l-.171.182zm-.094-.048l-.098.23zm-.23-.237L11.4 4.6zm-.016 1.97v.25h.043l.042-.015zm.197-.072l.05-.245l-.069-.014l-.066.024zm-.351-.066l-.24.07zm.032-.197l-.235-.085zm-.354.263l.237.08zm9.91 3.484l-.224-.11zm-.068 1.211l.2-.15zm.192-1.05l.25.011v-.004zm0 0l-.25-.012v.011zm0 0l.25.007v-.008zm.24.908l-.188.163zm.119.142l-.199.152zm.99-1.335l-.184-.17zm1.414-.112l.248.035l.002-.017V9.85zm-.304-3.178l.153-.198zm-.092-.08l.184-.17zm-.236-.229l-.172.182zm-.588-.612l.207-.141zm-.128-.964l.25.003v-.003zm0 0l-.25-.004v.004zm.766.234l.215-.127zm.035.388l.242.062zm.143.072l-.25.018zm.153-.907l.094.232zm.356.325l-.233.09l.002.004zm0 0l.233-.09l-.002-.005zm.125.308l-.23.1zm.058.685l-.242-.06zm.393 1.32l.192-.16zm.147.191l.215-.127zm-.118-2.933l-.195-.156zm.51.424l.238-.078l-.003-.008l-.003-.008zm0 0l-.237.078l.002.008l.004.008zm.139.313l-.22.118zm-.128.69l.2.15zm-.068.094l-.21-.135zm.043.325l-.234.088zm.775 2.513l.202-.148zm.508 1.602l-.248.034zm.013.091l-.248.035zm-.263-5.844l-.246-.042zm.287.05l-.23.096zm.238.48l-.203.145zm.058.08l-.204.145zm.102.532l.21.135zm-.188.088l.062-.242zm.015.838l-.248.03v.004zm0 0l-.248.034l.002.01zm0 0l.248-.03l-.002-.012zm0 0l.248-.029v-.002zm-.893 5.4l.087.234zm-1.049-.17l.159.194zm-.302-.308l-.218-.123zm.037-.175l.142-.206zm.354-.079l-.204-.144zm-.031.18l.03-.249zm.226.074l-.131.213zm.16.087l.038-.247zm.106.052l.124-.217zm1.06-.67l.17.184zm-.01-.42l.098-.229zm-.17-.1l-.19.163zm-.268-.418l.214-.129l-.002-.002zm0 0l.212-.131l-.005-.008zm0 0l-.215.13l.006.009zm-.36-.536l-.152.199zm-.008.282l-.247.036zm.008.577l-.207-.14zm-.518-1.852l.25.014l.005-.089l-.052-.071zm-.586-.605l.239-.074zm-.427 3.073l.19.163zm-2.19 1.008l.131.212zm-.686-.57l.222-.116l-.005-.009zm0 0l-.222.115l.005.008zm1.995-3.542l.14.208l.01-.008zm-.764.896l.115-.222zm1.268-1.065l.218-.123zm-1.442-1.273v-.25h-.04l-.038.013zm-.14.443l-.19.162zm.585-.253l-.159.193zm.095-.142l.248-.033zm.011-.386l.229.1zm.559.338l.239-.074zm-.115.229l.027.248zm-.154.035l-.1-.23zm-.04.517l.246-.041zm-8.542-2.687v-.005a.3.3 0 0 1 .011-.059q.015-.056.042-.13a1.5 1.5 0 0 1 .142-.283l-.418-.274a2 2 0 0 0-.191.38a1.1 1.1 0 0 0-.086.37zm0 .042v-.042h-.5v.036zm0-.003h-.5zm0 0h-.5zm0 0h-.5zm-.262.067c-.014.015-.016.015-.007.009a.2.2 0 0 1 .103-.023a.2.2 0 0 1 .143.068c.022.026.029.048.03.049c0 0-.004-.015-.006-.054l-.001-.113l-.5-.006c0 .036-.001.09.001.143a.7.7 0 0 0 .03.185c.015.046.08.216.275.227a.32.32 0 0 0 .19-.052a.5.5 0 0 0 .11-.094zm.28-.427c0-.002.003.007-.004.032a.5.5 0 0 1-.048.105a2 2 0 0 1-.228.29l.368.34c.1-.11.21-.24.29-.376c.075-.127.153-.307.111-.497zm.177-.156c.019-.029-.01.034-.102.04a.18.18 0 0 1-.125-.041l-.007-.007l.008.014l.018.04a1 1 0 0 1 .032.11l.488-.106a.95.95 0 0 0-.153-.368a.35.35 0 0 0-.29-.141c-.15.009-.241.115-.287.185zm-1.596-.415a.4.4 0 0 0-.127.023a1 1 0 0 0-.097.044a1 1 0 0 0-.192.136c-.118.107-.261.29-.261.529h.5c0-.035.024-.093.097-.158a.5.5 0 0 1 .117-.078c.007-.003-.008.004-.037.004zm-.035.808a.74.74 0 0 0 .277-.324a.46.46 0 0 0 .043-.212a.28.28 0 0 0-.285-.272v.5a.22.22 0 0 1-.214-.193c-.002-.035.007-.045-.002-.023a.25.25 0 0 1-.083.1zm.048-.286l-.064-.026c-.019-.01-.001-.005.021.02a.22.22 0 0 1 .039.23a.2.2 0 0 1-.04.058q-.012.01-.004.004l-.264-.424a.37.37 0 0 0-.152.164a.28.28 0 0 0 .058.311a.4.4 0 0 0 .13.089c.032.015.068.03.095.04zm.151.066a1 1 0 0 0-.15-.066l-.182.466a1 1 0 0 1 .093.04zm-.306.797a.8.8 0 0 0 .382-.244a.42.42 0 0 0 .104-.249a.33.33 0 0 0-.18-.304l-.239.44a.15.15 0 0 1-.055-.055a.2.2 0 0 1-.026-.098c.002-.05.024-.068.012-.054a.33.33 0 0 1-.142.085zm-.535-.653c0 .066 0 .138.004.203a.8.8 0 0 0 .036.212c.026.073.08.17.192.224c.109.053.22.039.303.014l-.144-.48c-.023.008.008-.008.057.016c.053.025.066.066.065.062a.4.4 0 0 1-.01-.077a3 3 0 0 1-.003-.174zm.005 1.504c-.072-.152-.076-.34-.035-.543c.04-.201.118-.39.178-.532l-.461-.195a3.3 3.3 0 0 0-.208.63c-.05.255-.063.566.075.855zm.073.155l-.073-.155l-.45.215l.07.15zm.37.496a.1.1 0 0 1-.066-.007a.2.2 0 0 1-.075-.065c-.072-.089-.137-.226-.229-.424l-.454.21c.082.178.175.382.296.53a.7.7 0 0 0 .248.201q.162.077.349.05zm.335-.662a2.4 2.4 0 0 1-.148.435a.7.7 0 0 1-.115.18c-.037.039-.061.046-.072.047l.069.496a.62.62 0 0 0 .366-.2c.087-.092.153-.203.203-.306c.099-.206.156-.429.181-.527zm.009-.034l-.009.033l.484.126l.009-.033zm.735-.25a.34.34 0 0 0-.092-.16a.28.28 0 0 0-.24-.072a.33.33 0 0 0-.15.067a.5.5 0 0 0-.079.076a1 1 0 0 0-.174.337l.483.13a.5.5 0 0 1 .076-.147q.008-.01 0 0c-.004.002-.031.023-.078.03a.22.22 0 0 1-.18-.054a.2.2 0 0 1-.048-.075zm.008.478c.005-.075.012-.16.013-.237a1 1 0 0 0-.02-.24l-.483.13l.002.026q.003.03.001.074a4 4 0 0 1-.012.212zm-.01.282v-.011l-.002-.066q.004-.088.012-.205l-.499-.035c-.005.074-.01.157-.012.23a.8.8 0 0 0 .023.234zm.398.462c-.055.017-.089.01-.117-.003a.34.34 0 0 1-.119-.11a1.3 1.3 0 0 1-.162-.35l-.478.148c.023.074.095.303.237.496a.8.8 0 0 0 .307.267a.64.64 0 0 0 .484.028zm.415-.318c-.127.14-.244.263-.415.318l.152.476c.316-.101.514-.326.634-.46zm.559-.252a.4.4 0 0 0-.37.068c-.072.053-.14.13-.19.184l.372.335l.072-.078a.4.4 0 0 1 .042-.038c.008-.006.002 0-.016.005a.13.13 0 0 1-.074-.003zm.356.317a2 2 0 0 0-.14-.167a.6.6 0 0 0-.216-.15l-.164.473c-.013-.005-.016-.009-.01-.004l.03.027c.03.032.063.073.108.13zm.259.245c-.002 0-.019.007-.072-.036a1.4 1.4 0 0 1-.187-.21l-.392.31c.065.083.156.2.263.287a.58.58 0 0 0 .478.14zm.414-.407c-.062.092-.129.19-.207.272a.4.4 0 0 1-.207.135l.09.492a.9.9 0 0 0 .477-.28a2.5 2.5 0 0 0 .262-.34zm.093-.131c-.03.038-.065.089-.093.13l.415.28c.034-.05.053-.079.066-.095zm.577.063c-.011-.017-.03-.048-.052-.075a.4.4 0 0 0-.126-.103a.3.3 0 0 0-.253-.003a.4.4 0 0 0-.146.118l.388.315c.01-.012-.002.007-.037.023a.2.2 0 0 1-.167-.002c-.039-.019-.055-.043-.05-.036l.024.035zm.04.058l-.04-.058l-.419.272a1 1 0 0 0 .077.107zm-.007.021l-.008.011l.002-.002l.006-.003a.1.1 0 0 1 .032-.006q.009.003-.003-.002a.1.1 0 0 1-.021-.02l-.383.322a.55.55 0 0 0 .343.196a.46.46 0 0 0 .447-.217zm.365-.272s-.048.02-.113-.007a.2.2 0 0 1-.108-.11c-.006-.019-.003-.026-.004-.01a.4.4 0 0 1-.01.064a1.1 1.1 0 0 1-.13.335l.415.279c.082-.122.169-.337.205-.512a.6.6 0 0 0-.002-.314a.314.314 0 0 0-.43-.192zm-.015.006l.016-.006l-.179-.467l-.015.006zm-.99-.138a.47.47 0 0 0 .257.235a.6.6 0 0 0 .288.03c.164-.018.337-.085.445-.127l-.178-.467a1.4 1.4 0 0 1-.32.097a.2.2 0 0 1-.044.001q-.015-.001-.013-.002c.007.003.013.011.013.01zM16.31 4.82a.29.29 0 0 0-.278.208a.5.5 0 0 0-.011.192c.013.1.05.22.088.329c.08.224.194.476.256.6l.448-.223a6 6 0 0 1-.233-.544a1.3 1.3 0 0 1-.063-.226c-.004-.028.003-.013-.008.02a.21.21 0 0 1-.2.144zm.128.04c.005.026-.004.01.012-.02c.016-.028.037-.036.032-.034a.2.2 0 0 1-.06.01a1 1 0 0 1-.112.004v.5c.067 0 .228.004.362-.051a.43.43 0 0 0 .218-.19a.46.46 0 0 0 .037-.322zm1.06.588a8 8 0 0 0-.37-.568c-.072-.1-.15-.203-.213-.265l-.066-.055a.27.27 0 0 0-.197-.048a.26.26 0 0 0-.22.228a.4.4 0 0 0 .006.12l.49-.103c-.003-.01.004.013 0 .048a.24.24 0 0 1-.319.19a.2.2 0 0 1-.04-.021q-.016-.012-.006-.004c.029.029.085.1.157.201c.14.196.3.445.344.524zm.113.205c-.05-.094-.092-.169-.112-.205l-.435.247l.109.198zm-.008-.014l-.422.267zm.686 1.205c.024.018.027.03.003-.004l-.066-.1a10 10 0 0 1-.195-.331c-.147-.257-.31-.556-.42-.756l-.438.24c.109.2.274.502.423.764c.075.13.147.253.207.349q.045.071.083.126a.5.5 0 0 0 .1.11zm.293 2.3c-.01-.32-.035-.833-.07-1.276a11 11 0 0 0-.06-.588a2 2 0 0 0-.037-.21a1 1 0 0 0-.028-.091c-.007-.017-.033-.085-.098-.135l-.302.399a.2.2 0 0 1-.064-.078l.006.023q.013.051.028.16c.02.145.04.34.056.559c.034.435.06.94.07 1.253zm-.535.244c.147 0 .215.005.24.01l.09-.492a2 2 0 0 0-.33-.018zm-.883.073a6 6 0 0 1 .883-.073v-.5c-.393 0-.708.044-.951.078zm-.725.007a1 1 0 0 0 .354.035c.114-.006.241-.024.371-.042l-.068-.495a4 4 0 0 1-.33.038a.5.5 0 0 1-.176-.013zm-.241-.05q.14.021.241.05l.15-.477c-.104-.033-.223-.052-.308-.067zm-.066-.658c-.083.03-.16.06-.216.096a.3.3 0 0 0-.113.119a.27.27 0 0 0 .03.297c.045.056.104.08.125.09q.047.017.084.025c.047.012.105.022.155.03l.084-.493l-.122-.023l-.013-.003l.021.011a.233.233 0 0 1 .077.3a.2.2 0 0 1-.042.055l-.016.013q-.003 0 .027-.013t.085-.032zm.333-.094a4 4 0 0 0-.333.094l.166.472c.08-.029.175-.053.29-.082zm.72-.552a.4.4 0 0 1-.035.22a.36.36 0 0 1-.127.132c-.134.09-.326.141-.558.2l.122.484c.21-.053.493-.121.712-.267a.86.86 0 0 0 .295-.32a.9.9 0 0 0 .09-.484zm-.39-.707a.45.45 0 0 1 .207-.003c.024.008.042.02.062.053c.025.04.051.109.073.224q.031.17.049.433l.498-.035a4 4 0 0 0-.056-.49a1.2 1.2 0 0 0-.14-.396a.6.6 0 0 0-.333-.265a.9.9 0 0 0-.446-.014zm-.5.69c0-.177.037-.335.113-.453c.07-.11.185-.201.388-.237l-.087-.493a1.04 1.04 0 0 0-.722.46a1.34 1.34 0 0 0-.191.722zm-.416.613c.028-.003.087-.007.142-.025a.35.35 0 0 0 .194-.147a.5.5 0 0 0 .07-.207q.011-.1.01-.235h-.5c0 .084-.002.136-.006.168c-.005.036-.01.027.005.004a.15.15 0 0 1 .077-.06h-.001l-.04.004zm-.079.01c.027-.005.05-.007.08-.01l-.05-.498q-.042.004-.113.014zm-.09.013l.09-.014l-.083-.493l-.074.011zm-1.059.548c.304-.44.782-.51 1.06-.548l-.068-.496c-.275.037-.964.124-1.403.76zm-.743-.762c-.01.17-.03.484.008.69c.01.052.026.12.06.18a.32.32 0 0 0 .25.17a.36.36 0 0 0 .267-.095a1 1 0 0 0 .158-.183l-.411-.285a.5.5 0 0 1-.07.087c-.014.011.025-.03.103-.022a.18.18 0 0 1 .14.083c.005.01 0 .007-.005-.025c-.024-.133-.012-.376 0-.571zm.006-.135l-.006.135l.5.029c.003-.06.006-.123.006-.164zm-.213-.662c.166.38.213.515.213.662h.5c0-.27-.098-.503-.256-.863zm-.013-.028l.012.028l.458-.201l-.012-.028zm-.166-.348c.054-.084.066-.061.021-.052c-.063.013-.092-.028-.069-.005s.055.07.096.15q.058.114.118.255l.458-.201c-.04-.09-.084-.192-.132-.285a1.1 1.1 0 0 0-.183-.269a.42.42 0 0 0-.386-.135c-.158.031-.267.153-.343.27zm.108.752c.01.01-.011-.01-.049-.076a1 1 0 0 1-.09-.219c-.05-.175-.047-.338.03-.457l-.418-.273c-.19.293-.162.627-.093.868a1.6 1.6 0 0 0 .135.326c.046.08.106.168.173.222zm.153 2.368c.374-.411.349-.999.256-1.426a3 3 0 0 0-.187-.583a2 2 0 0 0-.1-.201a1 1 0 0 0-.048-.077a.4.4 0 0 0-.074-.08l-.312.39c-.02-.016-.028-.03-.02-.019l.02.035q.032.053.075.15c.056.13.117.303.157.49c.085.394.065.763-.137.985zm-1.966 1.073c.167.152.388.103.513.06c.148-.051.31-.145.47-.255c.322-.223.685-.55.983-.878l-.37-.336a5.7 5.7 0 0 1-.897.803q-.218.15-.349.193c-.107.037-.07-.009-.013.043zm-.069-.88a.6.6 0 0 0-.206.21a.38.38 0 0 0-.016.317a.6.6 0 0 0 .133.2c.048.052.105.104.158.153l.337-.37a2 2 0 0 1-.129-.123c-.032-.035-.035-.046-.032-.039a.12.12 0 0 1-.006.091c-.01.02-.014.011.033-.02zm.217-.113c-.075.036-.16.076-.217.113l.272.42a2 2 0 0 1 .16-.082zm.945-1.159c.057.315-.06.542-.255.728c-.204.196-.477.329-.69.431l.216.451c.204-.098.55-.261.82-.52c.281-.27.496-.657.4-1.18zm-.237-.962c.052.165.144.456.237.962l.491-.09a8 8 0 0 0-.252-1.023zm.229-.528a.28.28 0 0 0-.22.099a.3.3 0 0 0-.064.217c.004.04.014.079.022.107l.033.105l.476-.15l-.028-.092c-.007-.025-.006-.026-.005-.017q.002.009-.002.048a.2.2 0 0 1-.05.103c-.067.08-.154.08-.162.08zm.06.003c-.013-.001-.036-.003-.06-.003v.5l.028.002zm-.155.029a.6.6 0 0 1 .036.125c.003.02-.007-.023.028-.076a.18.18 0 0 1 .116-.076h.003l-.027-.002l-.033.499c.02 0 .074.006.129-.002a.33.33 0 0 0 .226-.138a.38.38 0 0 0 .055-.261a1 1 0 0 0-.066-.245zm-.284-.3c.075-.083.11-.087.102-.085c-.022.003-.032-.01-.016.003a.5.5 0 0 1 .092.136q.055.11.106.246l.468-.176a3 3 0 0 0-.13-.3a1 1 0 0 0-.205-.28a.47.47 0 0 0-.4-.122c-.153.027-.28.124-.39.245zm.004.593c-.109-.127-.153-.205-.162-.272c-.006-.049.002-.146.158-.32l-.372-.334c-.211.236-.312.471-.282.716c.029.228.167.406.278.535zm.148 1.463a.85.85 0 0 0 .257-.44a.8.8 0 0 0-.033-.438c-.085-.249-.266-.461-.372-.585l-.38.325c.113.132.229.276.278.422a.33.33 0 0 1 .018.173a.35.35 0 0 1-.113.18zm-.346.35c.104-.109.22-.23.346-.35l-.345-.362c-.136.13-.26.259-.362.366zm-.004.004l-.353-.354zm-.807.078c0 .032.003.091.034.152c.038.077.114.14.217.151a.3.3 0 0 0 .17-.033a.5.5 0 0 0 .085-.055c.085-.066.196-.183.305-.297l-.361-.346c-.124.13-.203.211-.25.248q-.014.01-.002.002c.002 0 .043-.023.105-.016a.23.23 0 0 1 .178.122a.2.2 0 0 1 .018.053l.001.019zm.305-.136c.009-.02.012-.021.006-.014a.2.2 0 0 1-.105.06a.22.22 0 0 1-.19-.047a.2.2 0 0 1-.038-.047l.005.015l.009.047a1 1 0 0 1 .008.122h.5a1 1 0 0 0-.067-.391a.4.4 0 0 0-.086-.12a.28.28 0 0 0-.25-.066a.3.3 0 0 0-.174.111a.6.6 0 0 0-.072.12zm-.058.143l.058-.143l-.454-.21c-.026.056-.05.118-.071.173zm.004-.01l-.475-.159zm0 0l-.475-.159zm0 0l-.475-.159zm-.659.824c.421-.177.569-.591.655-.814l-.467-.18c-.099.256-.186.451-.382.534zm-1.334.566l.149.2l.002-.001l.007-.005l.027-.02a16 16 0 0 1 .431-.305c.266-.182.554-.366.719-.435l-.194-.46c-.219.091-.55.306-.807.482a17 17 0 0 0-.444.314l-.029.021l-.008.006l-.002.001v.001zm-.346.212c-.003 0 .011-.003.035 0a.224.224 0 0 1 .189.221a.2.2 0 0 1-.012.065c-.004.01-.004.005.012-.016a1 1 0 0 1 .058-.07a3 3 0 0 1 .209-.206l.016-.015l.004-.004h.001l-.166-.187l-.167-.187l-.002.002l-.005.005l-.019.017a4 4 0 0 0-.242.24q-.046.052-.087.105a.6.6 0 0 0-.076.13c-.011.026-.072.184.053.313a.3.3 0 0 0 .168.083a.4.4 0 0 0 .113-.003zm.987-.333a.7.7 0 0 1-.152.082a4.4 4.4 0 0 1-.835.25l.082.494a4.8 4.8 0 0 0 .954-.286c.096-.042.201-.096.276-.16zm.784-.075l-.06-.242h-.003l-.004.001l-.016.005a3 3 0 0 0-.243.075a1.5 1.5 0 0 0-.458.236l.325.38a1.1 1.1 0 0 1 .3-.145a3 3 0 0 1 .216-.066l.003-.001zm.979.57c-.05.015-.113.009-.199-.039a1.1 1.1 0 0 1-.269-.232a2.4 2.4 0 0 1-.29-.415v-.001l-.442.235v.001l.003.003l.005.01a2 2 0 0 0 .09.152c.062.094.15.221.258.345c.107.121.244.25.402.339a.75.75 0 0 0 .581.082zm1.796-1.22l-.185-.168l-.003.003l-.047.05a15 15 0 0 1-.6.605a7 7 0 0 1-.549.478c-.185.143-.328.227-.412.252l.14.48c.182-.053.39-.19.578-.336c.196-.151.402-.335.587-.51a15 15 0 0 0 .66-.67l.011-.011l.003-.003l.001-.001zm1.582.827c-.328-.026-.666-.247-.943-.499a4 4 0 0 1-.437-.475l-.404.294v.002l.003.003l.007.01l.028.036q.036.046.101.123c.087.102.212.238.366.377c.297.27.74.588 1.238.628zm.629.067c.024.019-.01.004-.01-.054c0-.065.042-.086.021-.072c-.053.034-.24.092-.64.06l-.04.498c.425.034.754-.01.952-.139a.42.42 0 0 0 .207-.349a.44.44 0 0 0-.186-.34zm-.217-.133c.1.057.171.098.217.133l.304-.397a2.4 2.4 0 0 0-.272-.17zm-.524-.845a.39.39 0 0 0-.04.351a.6.6 0 0 0 .163.227c.116.105.281.198.401.267l.25-.434a2 2 0 0 1-.315-.204c-.034-.03-.034-.04-.029-.027a.11.11 0 0 1-.009.088zm1.192-.523a4 4 0 0 0-.703.16a.93.93 0 0 0-.49.363l.422.268c.038-.059.102-.112.239-.162c.142-.052.337-.091.612-.135zm.247-.035q-.119.015-.247.035l.08.494q.116-.018.234-.034zm-.002 0l.07.495zm.77-.346c-.032.116-.098.18-.216.23c-.135.057-.314.083-.552.116l.067.495c.218-.03.47-.062.68-.15a.82.82 0 0 0 .503-.557zm.475-.585c-.113.082-.389.272-.475.585l.482.134a.4.4 0 0 1 .104-.164c.055-.057.12-.104.184-.151zm.052-.039l-.052.039l.295.404l.066-.05zm.407.344l-.002-.154l-.5.013l.002.14zm-.08 1.871a1 1 0 0 0 .031-.159q.008-.082.015-.196a16 16 0 0 0 .02-.527c.01-.384.014-.798.014-.99h-.5c0 .189-.003.598-.013.977c-.005.19-.012.37-.02.511q-.006.106-.013.172c-.006.053-.01.06-.004.044zm-.102-.312c.003-.004-.002.005-.024.02a.2.2 0 0 1-.057.028q-.012.002-.003.001a.2.2 0 0 1 .062.011c.04.016.096.055.122.127a.2.2 0 0 1 .002.125l-.47-.168a.3.3 0 0 0-.004.21a.3.3 0 0 0 .17.173c.103.04.208.016.26 0a.66.66 0 0 0 .373-.273zm.006-.01l-.005.01l.43.254l.006-.01zm.181-.558c0 .248-.094.412-.18.558l.43.255c.092-.157.25-.42.25-.813zm.002-.216l-.002.216h.5l.002-.21zm0 0l.5.005zm0 .003h.5zm0 0h.5zm-.055-1.543l.004.014l.01.044q.01.057.018.146c.011.118.018.264.022.423c.008.318.004.67.001.913l.5.005c.003-.241.007-.602-.001-.93a7 7 0 0 0-.024-.458a1.3 1.3 0 0 0-.07-.353zm.394-.724a.28.28 0 0 0-.227-.069a.28.28 0 0 0-.193.126a.44.44 0 0 0-.062.218c-.006.127.02.29.088.45l.46-.197a.6.6 0 0 1-.049-.227c.002-.032.008-.01-.018.03a.22.22 0 0 1-.152.095a.22.22 0 0 1-.175-.049zm.562 1.004c-.123-.235-.241-.461-.333-.633a9 9 0 0 0-.16-.288l-.023-.032a.3.3 0 0 0-.046-.051l-.328.377q-.02-.017-.024-.024l-.006-.007l.004.006l.031.052q.043.075.111.203c.09.169.208.393.33.628zm0 0l-.444.23v.001zm0 0l-.443.232zm0 .001l-.444.23zm.004.008l-.451.214zm-.005-.01l-.441.236zm.631 1.173c.01.01.009.011-.008-.014l-.05-.084a12 12 0 0 1-.156-.283a79 79 0 0 1-.416-.79l-.443.23c.143.276.295.566.419.797a12 12 0 0 0 .225.399a1 1 0 0 0 .064.087zm-.28-.194q-.028.165-.049.229q-.004.011 0 0c.003-.003.018-.03.052-.054a.22.22 0 0 1 .179-.035a.2.2 0 0 1 .098.054l-.364.342a.3.3 0 0 0 .152.09a.28.28 0 0 0 .226-.045a.3.3 0 0 0 .093-.105a1 1 0 0 0 .036-.083c.032-.09.053-.215.069-.307zm.008-.036l.475.158zm.092-.347a.8.8 0 0 0-.065.193c-.013.06-.025.13-.036.19l.493.086a4 4 0 0 1 .045-.222l.004-.011zm.62.118a.8.8 0 0 0-.022-.21a.3.3 0 0 0-.112-.158a.27.27 0 0 0-.28-.012a.3.3 0 0 0-.095.081l-.044.062a2 2 0 0 0-.067.119l.44.236l.05-.09l.008-.01l-.011.011a.23.23 0 0 1-.142.056a.24.24 0 0 1-.142-.04c-.067-.047-.084-.11-.084-.11c-.004-.014.001-.003.001.065zm.001.08v-.08h-.5v.092zm0 0l-.5.012zm-.632 1.524c.67-.446.64-1.221.633-1.523l-.5.011c.007.335.005.82-.41 1.096zm-.489.334q.207-.145.489-.334l-.277-.416q-.29.194-.497.339zm-.002.001l-.28-.414zm.006-.004l-.293-.405zm-.682.401c.1-.025.206-.084.304-.146q.156-.099.374-.252l-.285-.411c-.149.103-.263.182-.355.24a.7.7 0 0 1-.16.084zm.002-.121a.1.1 0 0 1 .061.028q.01.011.011.016l.002.005v.003l-.006.015a.1.1 0 0 1-.024.03a.1.1 0 0 1-.046.024l-.122-.485c-.262.066-.317.327-.298.476c.02.165.15.388.422.388zm.065.001l-.065-.001v.5h.05zm1.37-.773c-.219.413-.498.601-.744.691a1.6 1.6 0 0 1-.626.082l-.016.5c.145.004.463.016.813-.112c.358-.13.736-.4 1.014-.928zm.077-4.307c.037.355.128 1.234.152 2.134c.011.45.006.901-.03 1.291c-.038.398-.105.703-.2.882l.442.233c.143-.27.217-.659.255-1.068c.04-.418.044-.89.032-1.35a29 29 0 0 0-.154-2.174zm-.017-.185c0 .021.004.054.006.074l.011.111l.497-.052l-.01-.108l-.003-.03V6.56v.01zm-.038-.122l.033.111l.006.028q.002.009 0-.017h.5a.6.6 0 0 0-.023-.139l-.037-.127zm.003.007l.474-.158zm-.083-.868c-.066.156-.044.342-.02.47c.026.141.07.287.1.39l.48-.143a3 3 0 0 1-.089-.338a1 1 0 0 1-.015-.136c0-.038.005-.05.004-.047zm.472-.215a.4.4 0 0 0-.082-.034a.3.3 0 0 0-.198.02a.34.34 0 0 0-.13.112a.6.6 0 0 0-.062.117l.46.196c.01-.025.015-.03.012-.027s-.021.032-.065.053a.2.2 0 0 1-.142.014c-.025-.007-.043-.018-.028-.01zm-.197.034a.17.17 0 0 1 .12-.048a.2.2 0 0 1 .07.011c.01.004.016.008.007.003l-.235.441a.33.33 0 0 0 .17.045a.33.33 0 0 0 .24-.12zm-.01-.263c.087.112.077.159.076.163c-.003.018-.016.043-.066.1l.373.333a.7.7 0 0 0 .186-.35c.03-.185-.032-.37-.176-.554zm-.23-.423c.05.117.124.289.23.423l.393-.308a1.6 1.6 0 0 1-.166-.316zm.12-.167c.008-.013.01-.013.005-.008a.2.2 0 0 1-.06.027a.2.2 0 0 1-.108-.008a.14.14 0 0 1-.048-.03c-.004-.004.005.004.025.045q.029.055.065.141l.458-.2c-.024-.055-.05-.116-.078-.17a.7.7 0 0 0-.116-.169a.33.33 0 0 0-.31-.096a.42.42 0 0 0-.238.173zm-.167 1.325c-.04-.16-.044-.436-.008-.719c.018-.138.044-.269.077-.379a.8.8 0 0 1 .097-.227l-.404-.295a1.3 1.3 0 0 0-.173.38c-.041.14-.073.299-.093.457c-.04.31-.043.657.019.904zm-.144 3.617c.023.024.07.063.139.08a.27.27 0 0 0 .231-.048c.053-.04.08-.09.093-.119a.5.5 0 0 0 .028-.088c.02-.095.024-.228.021-.364c-.005-.284-.04-.686-.084-1.101c-.09-.826-.229-1.755-.284-1.977l-.485.12c.046.185.181 1.081.272 1.911c.045.413.077.796.081 1.056c.003.137-.003.216-.01.248q-.002.009.004-.009a.2.2 0 0 1 .061-.074a.23.23 0 0 1 .193-.04a.2.2 0 0 1 .091.05zm-.522-.864c.08.164.161.33.243.476c.081.143.173.283.279.388l.351-.356a1.3 1.3 0 0 1-.194-.278c-.074-.13-.148-.282-.23-.45zm.007.014l.434-.248zm0 0l.434-.248zm0 0l.434-.248zm0 0l.434-.248zm-.363-.686c.128.206.242.439.356.672l.449-.22a8 8 0 0 0-.38-.715zm-.802-2.186a.55.55 0 0 0-.061.28q.005.132.041.267c.047.177.129.375.221.569c.187.39.437.803.601 1.07l.426-.263c-.165-.266-.402-.66-.575-1.023a3 3 0 0 1-.189-.48a.7.7 0 0 1-.025-.151c-.001-.037.006-.04-.001-.027zm.143-.228c-.035.05-.085.122-.143.228l.438.242c.045-.082.083-.137.116-.184zm.015-.128l.02.08c.002.011 0 .008.003-.002c.002-.01.005-.015 0-.007l-.038.057l.41.286c.034-.047.098-.132.119-.243a.66.66 0 0 0-.038-.322zm-.177-.275c.093.111.147.18.177.275l.477-.15c-.064-.203-.182-.34-.27-.445zm-.243-.353c.075.154.17.266.243.353l.384-.32a1.2 1.2 0 0 1-.178-.253zm.055-.3c0-.035.011.05-.083.102c-.084.046-.144.004-.123.016a.3.3 0 0 1 .067.057a.6.6 0 0 1 .084.125l.448-.22a.93.93 0 0 0-.369-.406c-.066-.035-.206-.088-.347-.011c-.151.083-.177.243-.177.337zm-.72.344a.5.5 0 0 0 .07.14c.031.044.085.1.17.125c.194.059.317-.089.351-.137a.87.87 0 0 0 .13-.472h-.5a.5.5 0 0 1-.016.125c-.011.04-.022.058-.021.058s.012-.018.041-.035a.2.2 0 0 1 .158-.018a.2.2 0 0 1 .093.062c.007.01.004.01-.002-.01zm-.401-.521c-.037.03-.07.01-.039.022a.6.6 0 0 1 .16.113c.14.132.253.305.28.386l.474-.161c-.062-.182-.233-.422-.412-.59a1 1 0 0 0-.326-.216a.45.45 0 0 0-.458.062zm-.018-.038l-.007-.015l.001.003a.1.1 0 0 1 .002.048a.1.1 0 0 1-.011.034s.008-.011.033-.032l-.321-.384a.5.5 0 0 0-.195.303c-.02.125.031.224.042.249zm-.002.34c.095-.165.012-.318.002-.34l-.456.206l.005.01l.001.004l-.001-.006l-.004-.014a.17.17 0 0 1 .02-.11zm-.026.051l.026-.05l-.433-.25c-.016.027-.031.057-.042.079zm-.63.037c.02.048.06.128.135.182a.29.29 0 0 0 .332.001a.4.4 0 0 0 .113-.127c.02-.033.038-.069.05-.093l-.449-.221l-.03.057c-.01.018-.002-.004.03-.026a.21.21 0 0 1 .243.002a.1.1 0 0 1 .04.04q.005.006-.003-.01zm-.049-.138c.014.04.03.093.05.138l.46-.195l-.034-.098zm-.09-.137c.065-.061.088-.06.073-.057a.1.1 0 0 1-.072-.02q0-.003.01.013l.024.048q.028.064.055.153l.476-.155c-.018-.055-.042-.13-.073-.2a.7.7 0 0 0-.152-.226a.4.4 0 0 0-.35-.107a.66.66 0 0 0-.333.186zm-.208.583c-.042-.043-.066-.101-.048-.191c.018-.097.089-.236.256-.392l-.342-.365c-.217.204-.36.43-.405.661a.7.7 0 0 0 .186.641zm.403 1.27a.55.55 0 0 0 .082-.39a1.2 1.2 0 0 0-.109-.343a2.1 2.1 0 0 0-.376-.537l-.353.354c.087.086.204.243.278.398a.7.7 0 0 1 .064.192c.006.049-.005.054.003.042zm-1.027.143a.48.48 0 0 0 .279.225a.5.5 0 0 0 .32-.016a.95.95 0 0 0 .428-.352l-.411-.284a.46.46 0 0 1-.189.166c-.022.008-.022.002-.008.006c.02.006.021.017.012.001zm-.196-1.046c-.077.424.028.76.196 1.046l.431-.254a.96.96 0 0 1-.135-.702zm.058-1.017c.004-.001-.017.005-.045-.009c-.024-.011-.026-.024-.018-.008a.7.7 0 0 1 .054.267c.018.27-.02.604-.049.767l.492.09a4 4 0 0 0 .056-.89a1.2 1.2 0 0 0-.115-.476a.47.47 0 0 0-.202-.2a.43.43 0 0 0-.314-.02zm-.112.7a1 1 0 0 1-.045-.45c.023-.162.082-.228.157-.25l-.141-.48c-.347.103-.476.41-.511.66s.007.516.07.689zm.066 1.09a.7.7 0 0 0 .061-.263q.007-.132-.008-.275a2.4 2.4 0 0 0-.12-.553l-.47.17a1.9 1.9 0 0 1 .099.628c-.004.059-.012.076-.01.07zm-.008.017l.009-.018l-.448-.222l-.009.018zm-.904.567c.135.087.28.09.406.037a.7.7 0 0 0 .25-.199c.119-.141.208-.324.248-.406l-.448-.221c-.045.09-.11.219-.183.307a.4.4 0 0 1-.044.046l-.017.012a.08.08 0 0 1 .06.005zm-.418-1.306c-.072.265-.05.533.026.759c.074.221.209.428.392.547l.272-.42a.56.56 0 0 1-.19-.286a.83.83 0 0 1-.018-.47zm.062-.608c.016-.01.013-.004-.008-.003a.1.1 0 0 1-.061-.02c-.016-.012.004-.004.024.076c.036.148.03.379-.018.555l.483.13c.066-.245.08-.562.02-.804a.62.62 0 0 0-.207-.356a.4.4 0 0 0-.247-.081a.5.5 0 0 0-.242.073zm-.611.982c0-.097.067-.297.2-.518c.133-.218.29-.393.41-.464l-.255-.43c-.224.133-.433.389-.582.635c-.146.242-.273.539-.273.777zm-.745.618a.44.44 0 0 0 .128.145a.31.31 0 0 0 .255.047a.35.35 0 0 0 .175-.113a.6.6 0 0 0 .078-.127c.071-.154.109-.378.109-.57h-.5a1 1 0 0 1-.063.361q-.011.022-.005.012a.16.16 0 0 1 .08-.047a.2.2 0 0 1 .155.026c.026.018.03.032.022.018zm-.023-.04l.023.04l.434-.248l-.023-.04zm-.25-1.114c-.074.235-.04.46.024.646c.061.183.158.349.226.468l.434-.25a2 2 0 0 1-.187-.378a.53.53 0 0 1-.02-.336zm.27-.31c.007-.019.006-.007-.014.011a.19.19 0 0 1-.257-.006c-.01-.01-.008-.012-.003 0a.5.5 0 0 1 .004.305l.476.15a1 1 0 0 0-.021-.654a.5.5 0 0 0-.085-.136a.31.31 0 0 0-.452-.026a.5.5 0 0 0-.11.161zm-6.646-.801l-.01-.011l-.002-.003l.005.008l.014.026a.22.22 0 0 1-.023.214l-.4-.3a.28.28 0 0 0-.034.286c.024.057.07.104.074.109zm.21.346a1.1 1.1 0 0 0-.21-.346l-.376.329a.6.6 0 0 1 .122.203zm.094.524c-.01-.13-.026-.356-.094-.524l-.464.186c.034.083.047.222.06.379zm-.379.065l-.006.012l.013-.017a.234.234 0 0 1 .302-.028c.061.042.08.096.08.099c.007.016.005.017 0-.018l-.01-.112l-.498.04q.004.068.012.13a.6.6 0 0 0 .03.14c.008.019.034.085.103.133a.26.26 0 0 0 .286.007a.3.3 0 0 0 .096-.094l.042-.074zm.086-.643c-.027-.018-.017-.03-.004.02q.016.069.013.191c-.007.166-.05.338-.095.432l.45.218a1.7 1.7 0 0 0 .145-.628a1.2 1.2 0 0 0-.028-.334a.52.52 0 0 0-.203-.315zm-.027-.058a.1.1 0 0 1-.024.023l-.014.005l.008.002q.015.002.057.028l.278-.416a.6.6 0 0 0-.413-.109a.44.44 0 0 0-.293.168zm1.97-.16l-.25-.024v.005l-.002.031a1.2 1.2 0 0 0 .03.326a.7.7 0 0 0 .155.3c.096.104.23.167.394.167v-.5c-.025 0-.027-.006-.028-.007a.2.2 0 0 1-.036-.081a.6.6 0 0 1-.015-.194V4.25v.001zm.167-.304c-.102 0-.2.015-.28.066a.3.3 0 0 0-.131.18a.3.3 0 0 0-.007.054v.002l.25.001l.25.001v.006l-.006.046a.2.2 0 0 1-.02.056a.2.2 0 0 1-.07.076c-.037.024-.052.012.014.012zm.382.318c-.003-.015-.016-.112-.084-.192a.38.38 0 0 0-.298-.126v.5c.007 0-.002.002-.02-.005a.16.16 0 0 1-.091-.093l.002.01zm-.04-.06a.2.2 0 0 1 .04.066l.002.005l-.002-.011l-.491.094c.001.01.006.037.016.066s.029.078.072.123zm-.405.114v.008l.002-.016a.24.24 0 0 1 .092-.132a.245.245 0 0 1 .277-.003a.2.2 0 0 1 .033.028l-.362.344a.27.27 0 0 0 .161.084a.26.26 0 0 0 .263-.14a.3.3 0 0 0 .031-.124zm.301-.319a.29.29 0 0 0-.273.19c-.023.057-.027.118-.028.129l.497.049l.002-.016l-.006.022a.21.21 0 0 1-.192.127zm.344.461a.7.7 0 0 0-.034-.242a.325.325 0 0 0-.31-.219v.5a.18.18 0 0 1-.157-.105q-.005-.016-.001.005l.002.061zm-.392-.085q0-.015.003-.02s.006-.015.028-.034a.2.2 0 0 1 .08-.042a.23.23 0 0 1 .188.032a.22.22 0 0 1 .093.14v.01h-.5q-.002.047.016.112a.27.27 0 0 0 .333.188a.3.3 0 0 0 .12-.065a.44.44 0 0 0 .139-.32zm.438-.376a.54.54 0 0 0-.237.047a.35.35 0 0 0-.201.33h.5a.15.15 0 0 1-.08.12l-.014.005l.032-.002zm-.468 1.056c.322 0 .528-.233.626-.402a.9.9 0 0 0 .105-.27a.4.4 0 0 0 .003-.156a.3.3 0 0 0-.062-.134a.27.27 0 0 0-.204-.094v.5a.23.23 0 0 1-.177-.081a.2.2 0 0 1-.048-.098c-.006-.03 0-.045-.003-.031a.4.4 0 0 1-.047.113c-.063.109-.136.153-.193.153zM6.392 9.591a.44.44 0 0 0-.35.186a.9.9 0 0 0-.147.32a2.4 2.4 0 0 0-.057.809l.498-.044a1.9 1.9 0 0 1 .041-.633a.5.5 0 0 1 .063-.148c.015-.02 0 .01-.048.01zm.229.759h.25v-.01l-.005-.089a2 2 0 0 0-.03-.21a.8.8 0 0 0-.105-.26a.4.4 0 0 0-.34-.19v.5c-.052 0-.077-.035-.074-.03q.012.014.031.09a1 1 0 0 1 .023.199zm1.194.841c-.428-.019-.655-.233-.785-.444a1.3 1.3 0 0 1-.16-.424l-.001-.005l-.248.032l-.248.03v.007l.01.055q.01.053.034.14c.033.115.09.269.187.426c.198.323.562.655 1.19.683zm1.748-1.536l-.233-.09v.001l-.001.003l-.028.067a4.7 4.7 0 0 1-.428.789a2.5 2.5 0 0 1-.501.558c-.185.143-.37.216-.557.208l-.022.5c.341.014.64-.124.884-.312a3 3 0 0 0 .61-.673a5.2 5.2 0 0 0 .51-.96zm.044-.693l-.25.011v.003l.001.055v.156c-.003.13-.014.286-.04.42l.49.096c.035-.174.046-.364.05-.504a4 4 0 0 0-.001-.242V8.95zm.054.359a7 7 0 0 1 .07-.24l.006-.017l.002-.006l-.001.003l-.004.006a.225.225 0 0 1-.344.013c-.012-.013-.014-.02-.01-.011l.453-.214a.4.4 0 0 0-.059-.094a.275.275 0 0 0-.407-.03a.4.4 0 0 0-.072.099a1 1 0 0 0-.062.164l-.055.197zm-.345 1.024c.178-.397.278-.774.345-1.024l-.483-.13a6 6 0 0 1-.318.95zm-1.782.91c.226.005.567.015.899-.093c.346-.113.676-.352.883-.817l-.456-.203c-.145.324-.358.472-.582.545c-.239.078-.496.074-.732.068zm-.053 0h.054l.01-.5h-.053zm-1.109-1.39c.025.243.144.569.315.836c.087.135.195.267.322.368a.8.8 0 0 0 .473.184l.01-.5c-.043 0-.1-.02-.172-.076a1 1 0 0 1-.212-.246a1.6 1.6 0 0 1-.239-.617zm.34-.727l-.23-.098v.003l-.002.004l-.024.066a1.8 1.8 0 0 0-.084.753l.497-.052a1.3 1.3 0 0 1 .074-.578zm.602.29c.003-.178-.016-.335-.081-.452a.36.36 0 0 0-.373-.192a.53.53 0 0 0-.24.105a1 1 0 0 0-.084.073l-.002.002l-.002.001l.18.173l.181.173v.001l.026-.022c.025-.019.028-.014.008-.011a.14.14 0 0 1-.13-.06c-.002-.001.02.044.017.198zm.676.565c-.301-.024-.46-.062-.549-.129c-.063-.047-.133-.143-.127-.437l-.5-.01c-.007.37.08.662.326.847c.22.165.521.205.81.228zm.856-1.017a2.3 2.3 0 0 1-.332.664c-.184.25-.367.366-.524.353l-.04.499c.433.034.763-.279.967-.556c.213-.29.359-.63.412-.83zm-.227.255l.173.181l.02-.019a3 3 0 0 1 .22-.181l.062-.04c.02-.01.006.002-.03.004a.215.215 0 0 1-.206-.141a.2.2 0 0 1-.01-.064q.001-.011-.002.005l.483.13a.4.4 0 0 0 0-.24a.285.285 0 0 0-.286-.19a.4.4 0 0 0-.177.052a1 1 0 0 0-.122.075a3 3 0 0 0-.29.24l-.005.005l-.001.001v.001zm-.876-.242a1 1 0 0 0 .446.48c.172.085.42.116.602-.056l-.343-.363c.03-.029.035.007-.038-.029a.5.5 0 0 1-.213-.242zm.48-1.345a2.7 2.7 0 0 0-.42.566c-.112.216-.19.499-.06.779l.454-.21c-.036-.077-.03-.184.05-.34c.08-.155.21-.312.342-.454zm.763.118l.152-.198l-.001-.002l-.009-.006l-.076-.047a.8.8 0 0 0-.203-.075a.65.65 0 0 0-.625.21l.365.341c.067-.071.119-.07.158-.061a.3.3 0 0 1 .087.036l.002.002l-.001-.001h-.001V7.96zm.56.34l.215-.127l-.001-.002l-.002-.002l-.014-.022l-.035-.047a1 1 0 0 0-.132-.135a1.14 1.14 0 0 0-.548-.252l-.086.493a.64.64 0 0 1 .377.208l.012.016l.001.002l-.001-.002v-.001zm-.017-.673l-.242.064v.001l.002.006l.027.111c.016.072.036.164.049.249a1 1 0 0 1 .015.162v.004v-.007l.008-.022a.22.22 0 0 1 .246-.121c.038.008.06.025.062.027l-.3.4c.04.03.184.123.34.025a.3.3 0 0 0 .112-.134a.4.4 0 0 0 .027-.1a1.2 1.2 0 0 0-.016-.31a4 4 0 0 0-.085-.407l-.002-.008v-.002zm-.304-1.452l-.247.038v.003l.002.01l.027.168c.018.11.043.26.073.423c.058.313.138.702.217.902l.465-.184c-.058-.145-.13-.482-.19-.809a21 21 0 0 1-.1-.585V5.94zm-.328-.376c.02.149.049.307.088.444l.48-.136a3 3 0 0 1-.073-.376zm.19.214l.25.019V5.83a1 1 0 0 1 .021-.126q.009-.025.004-.014l-.435-.247a.8.8 0 0 0-.074.236l-.014.114v.003zm.06 1.679c.15-.143.218-.343.25-.522c.033-.183.035-.38.025-.556a4 4 0 0 0-.09-.655V5.76l-.244.055l-.244.056l.002.01a2 2 0 0 1 .03.159c.018.107.038.251.047.404c.008.155.005.31-.018.44c-.024.135-.065.211-.102.246zm-.535.334a.53.53 0 0 0 .295-.12c.072-.055.153-.132.24-.214l-.344-.364a3 3 0 0 1-.198.18c-.044.033-.043.02-.016.019zm-.6-.324c.105.088.199.166.28.22s.189.11.32.104l-.023-.5c.03 0 .032.014-.021-.021a3 3 0 0 1-.237-.187zm-.042.234q-.001-.16.01-.271l.012-.084l.007-.022a.1.1 0 0 1-.048.042a.12.12 0 0 1-.07.013c-.008-.002 0-.002.025.013q.037.02.106.075l.319-.384c-.115-.095-.24-.177-.372-.198a.4.4 0 0 0-.23.032a.4.4 0 0 0-.158.149a.8.8 0 0 0-.09.314a3 3 0 0 0-.01.32zm0 1.718V7.739h-.5v1.718zm-.571.51c.056 0 .207.01.336-.059c.17-.09.235-.263.235-.451h-.5c0 .042-.007.051-.003.043l.014-.018l.02-.016c.01-.005.011-.002-.008 0l-.035.001h-.05zm-.026-.027a.1.1 0 0 1-.042.025l-.007.002l.026-.001h.05l.01-.5c-.035 0-.09-.002-.144.005a.4.4 0 0 0-.214.087zm-.106-.972l-.25-.015v.022a37 37 0 0 1-.054.75l.498.048a19 19 0 0 0 .055-.768v-.022zm-.3-1.183l-.238.08l.001.002l.012.037a15 15 0 0 1 .14.453c.038.131.075.266.1.381a2 2 0 0 1 .035.197v.018l.5.03c.006-.1-.02-.237-.047-.355a7 7 0 0 0-.107-.41a15 15 0 0 0-.159-.51v-.001zm-.603-.827l-.219.12v.001l.005.007l.054.095c.036.061.088.146.149.24c.116.177.283.411.452.555l.324-.381c-.108-.092-.242-.272-.358-.449a6 6 0 0 1-.185-.304l-.002-.004zM6.13 6.75l.206.142v.001h-.001l-.001.002l-.008.01l-.02.014a.19.19 0 0 1-.176-.006a.13.13 0 0 1-.044-.039c-.001-.002.016.028.033.126l.493-.084a.8.8 0 0 0-.104-.31a.34.34 0 0 0-.304-.166a.36.36 0 0 0-.217.097a.5.5 0 0 0-.06.067l-.001.003h-.001v.001zm-.69 1.006c.176.067.35.072.506-.005c.148-.073.24-.2.297-.317c.112-.229.137-.515.137-.684h-.5c0 .14-.024.337-.086.465c-.03.062-.057.082-.069.087c-.003.002-.029.016-.105-.013zM5.31 5.53l-.247-.038V5.5l-.011.076a8 8 0 0 0-.07.875c-.004.244.008.51.059.735c.025.112.063.226.121.324c.06.1.148.197.278.247l.18-.467c.005.002-.007 0-.028-.036a.6.6 0 0 1-.064-.178a2.8 2.8 0 0 1-.046-.617a7 7 0 0 1 .075-.887zm.47.47c-.01-.262-.075-.443-.176-.562a.46.46 0 0 0-.221-.146l-.045-.008h-.001l-.027.248l-.025.25V5.78H5.28l-.025-.005l-.02-.007l-.013-.008c.004.006.05.064.058.26zm.012.808l.204-.146v.001l-.027-.043A1.4 1.4 0 0 1 5.78 6l-.5.02a1.83 1.83 0 0 0 .307.93v.002h.001zm.172-.731l-.25-.01v.01a6 6 0 0 1-.057.598l-.01.046l-.005.016l.005-.011a.2.2 0 0 1 .025-.033a.23.23 0 0 1 .214-.066c.089.018.13.078.134.084c.01.013.01.02.006.007l-.467.179q.015.047.05.1a.27.27 0 0 0 .428.037a.4.4 0 0 0 .066-.104c.038-.09.058-.227.07-.333a7 7 0 0 0 .04-.497v-.012zm.536-.824l-.147-.202l-.001.001l-.002.001l-.006.005a1 1 0 0 0-.09.073a2 2 0 0 0-.209.205c-.144.163-.33.428-.331.74l.5.001c0-.122.081-.27.206-.41a1.7 1.7 0 0 1 .227-.211zm.29.52l.25.002v-.036A2 2 0 0 0 7 5.396a.64.64 0 0 0-.152-.305a.37.37 0 0 0-.221-.11a.4.4 0 0 0-.245.052l.236.44c.006-.002-.013.01-.049.005a.13.13 0 0 1-.075-.034q-.012-.015 0 .004a.4.4 0 0 1 .02.062a1 1 0 0 1 .026.256v.004zm-.011.787l.228.103V6.66l.001-.003a1 1 0 0 0 .031-.084q.026-.076.046-.204a1.5 1.5 0 0 0-.057-.674l-.477.15a1 1 0 0 1 .01.579l-.01.029l-.001.004l.001-.002zm.303.219l-.143-.206h.001l.001-.001l-.002.001l-.014.008c-.017.008-.018.005-.004.005a.13.13 0 0 1 .105.057c.016.023-.001.018.003-.072l-.5-.022a.6.6 0 0 0 .081.37c.084.126.21.168.316.166a.5.5 0 0 0 .27-.083l.027-.017h.001v-.001zm-.17-1.292l-.238.074v.003l.004.01l.052.18a8 8 0 0 1 .108.428c.035.158.06.302.063.4c.003.054-.002.07 0 .066a.19.19 0 0 1 .168-.12l.025.5c.187-.01.262-.16.285-.236a.7.7 0 0 0 .022-.23a3 3 0 0 0-.074-.487a9 9 0 0 0-.174-.657l-.001-.003v-.001zm-.085-.854l-.242-.064v.001l-.001.003l-.006.026l-.012.065a1.73 1.73 0 0 0 .116.92l.46-.194a1.23 1.23 0 0 1-.073-.695v.001zm.32-.306l-.052-.245h-.001l-.003.001l-.073.021a1 1 0 0 0-.152.07a.56.56 0 0 0-.288.438l.498.04c0-.006.002-.022.046-.048A.3.3 0 0 1 7.2 4.57h-.002zm.207.934l.25-.001v-.013l-.003-.14a5 5 0 0 0-.025-.334a2 2 0 0 0-.073-.37a.6.6 0 0 0-.087-.178a.35.35 0 0 0-.245-.147l-.05.498a.16.16 0 0 1-.108-.055c-.002-.003.005.006.015.039c.021.063.039.16.051.27a4 4 0 0 1 .025.43v.001zm.45.994c.013.01-.002.003-.032-.06a1.4 1.4 0 0 1-.08-.227a2.8 2.8 0 0 1-.088-.707h-.5c0 .308.043.601.105.836q.047.178.111.313a.66.66 0 0 0 .18.242zm-.472-.07l.004.005l.013.017l.032.056a1 1 0 0 1 .073.182c.003.014 0 .003.001-.022a.2.2 0 0 1 .03-.088a.235.235 0 0 1 .285-.098c.02.008.032.017.033.018l-.304.397a.4.4 0 0 0 .079.046c.031.013.09.032.162.017c.185-.038.21-.214.213-.246a.4.4 0 0 0-.01-.13a1.5 1.5 0 0 0-.12-.31a1 1 0 0 0-.13-.191zm-.097-.661c-.012.097-.025.21-.024.31a.5.5 0 0 0 .121.35l.36-.346c.02.02.023.036.023.034a.2.2 0 0 1-.004-.045c-.001-.059.008-.136.02-.244zm.004-.025l.488.108zm.023-.312a3 3 0 0 1-.027.337l.497.059c.013-.114.03-.255.03-.396zm.838-.2a3 3 0 0 0-.178-.133a.7.7 0 0 0-.218-.107a.36.36 0 0 0-.177-.001a.32.32 0 0 0-.179.12a.53.53 0 0 0-.086.32h.5q.001-.045.004-.052c.001-.007-.001.01-.018.033a.2.2 0 0 1-.096.063a.14.14 0 0 1-.068.002q-.01-.003.009.005l.048.03q.064.045.15.113zm.004.003L8.1 4.985l-.309.394l.005.003zm.248.83c.007-.117.016-.266-.007-.404a.66.66 0 0 0-.24-.426l-.31.393c.028.022.047.05.057.114c.012.074.008.164.001.295zm0-.014h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm-.007.205q0-.089.007-.191l-.499-.028a4 4 0 0 0-.008.219zm.327.543c-.233-.18-.327-.332-.327-.543h-.5c0 .427.225.709.52.938zm-.196-.098q.004.079.003.143a.3.3 0 0 1-.006.062c.001-.001.008-.021.03-.045a.2.2 0 0 1 .11-.057a.15.15 0 0 1 .076.007l-.017-.012l-.306.395c.065.05.178.124.316.105c.17-.023.24-.16.265-.231a.7.7 0 0 0 .032-.21a3 3 0 0 0-.003-.176zm0 0l.5-.02zm-.003-.109l.003.109l.5-.02l-.003-.089zm-.214-.5c.061.116.117.223.158.319a.6.6 0 0 1 .056.181h.5c0-.132-.049-.269-.096-.38c-.05-.116-.116-.24-.176-.353zm-.105-.204q.051.103.105.204l.442-.233l-.099-.192zm.07-.731c-.048.071-.124.179-.15.309a.66.66 0 0 0 .08.422l.448-.221a.4.4 0 0 1-.037-.103v-.004c.001-.001.003-.01.015-.031a1 1 0 0 1 .06-.096zm.08-.127l-.08.127l.416.276q.04-.06.094-.146zm1.013.3a1.07 1.07 0 0 0-.357-.442a.5.5 0 0 0-.332-.086a.45.45 0 0 0-.324.228l.43.257c.012-.021.002.005-.04.01c-.03.005-.036-.008-.008.01a.4.4 0 0 1 .092.09a.7.7 0 0 1 .083.136zm.019.041l-.02-.042l-.455.206l.019.042zm-.248-.199l-.25.01v.007l.001.018a7 7 0 0 0 .02.288l.498-.043a8 8 0 0 1-.02-.285v-.004zm.52-.658l-.153-.198v.001l-.003.001l-.005.005l-.092.075a3 3 0 0 0-.21.192a1.6 1.6 0 0 0-.216.259a.7.7 0 0 0-.078.165a.4.4 0 0 0 0 .238l.474-.16a.14.14 0 0 1 .006.06l-.001.005l.001-.003l.004-.008l.016-.028c.03-.05.083-.11.148-.175a3 3 0 0 1 .256-.227l.004-.003h.001zm.433 1.113l.25-.014v-.005l-.001-.01l-.003-.042a5 5 0 0 0-.08-.57a1.7 1.7 0 0 0-.16-.457c-.072-.125-.233-.318-.495-.258l.11.487c-.077.018-.093-.056-.049.02c.038.066.075.177.105.315a4 4 0 0 1 .073.537v.011zm-.306.258l-.09.234h.002a1 1 0 0 0 .098.03c.05.011.133.026.222.015a.38.38 0 0 0 .304-.203c.067-.13.049-.278.01-.407l-.479.147c.026.084.002.075.024.033a.13.13 0 0 1 .073-.064l.008-.002H9.89a.3.3 0 0 1-.067-.016zm.23 1.736l.243-.062l-.005-.018l-.013-.055l-.047-.196a16 16 0 0 1-.127-.591a5 5 0 0 1-.086-.568a1 1 0 0 1 0-.132c.001-.01 0 .016-.025.049a.22.22 0 0 1-.192.086l.044-.498a.28.28 0 0 0-.258.12a.4.4 0 0 0-.061.154a1 1 0 0 0-.006.256c.012.178.05.407.093.627a17 17 0 0 0 .197.884v.004h.001v.001zm.325.282l-.184-.17l.001-.001h.001h-.002l-.01.01c-.016.011-.006-.003.029-.005a.15.15 0 0 1 .081.02c.027.015.038.033.04.035c0 0-.006-.01-.014-.042a1 1 0 0 1-.017-.143l-.5.027a.9.9 0 0 0 .099.41c.033.057.08.11.144.147c.066.037.135.05.196.046a.45.45 0 0 0 .237-.092a1 1 0 0 0 .08-.07l.001-.001l.001-.001v-.001zm.24.488l.25-.007v-.01l-.007-.095a2 2 0 0 0-.036-.224a.7.7 0 0 0-.12-.269a.356.356 0 0 0-.42-.116l.184.465a.14.14 0 0 1-.095 0a.13.13 0 0 1-.06-.038c-.002-.002.01.017.025.075a1 1 0 0 1 .028.208l.001.015v.003zm.437-.551l-.235-.086v.001l-.002.005l-.009.022a3 3 0 0 1-.136.3a1 1 0 0 1-.077.12l-.008.01q0-.002.021-.014a.2.2 0 0 1 .078-.015a.18.18 0 0 1 .14.07l-.418.275c.046.07.133.151.264.155a.36.36 0 0 0 .239-.09a1 1 0 0 0 .2-.272a3 3 0 0 0 .163-.357l.01-.027l.004-.008V7.68zm.516.366l.225-.11l-.002-.002l-.003-.007l-.013-.024l-.043-.08a2 2 0 0 0-.153-.226a.7.7 0 0 0-.277-.216a.38.38 0 0 0-.251-.004a.4.4 0 0 0-.204.16l.41.286c.003-.005-.009.015-.044.027a.13.13 0 0 1-.08.001c-.01-.003.011.005.058.063a1.3 1.3 0 0 1 .15.236l.001.004zm.46-.375l-.22-.119l-.002.004l-.042.07a2 2 0 0 1-.104.15l-.052.058l-.02.016a.14.14 0 0 1 .081-.01c.054.01.087.04.1.057l-.402.298a.346.346 0 0 0 .45.1c.099-.05.18-.14.231-.203a2 2 0 0 0 .183-.273l.012-.02l.004-.007v-.002h.001zm.314.35c.014-.055.03-.114.04-.167a.7.7 0 0 0 .02-.18a.3.3 0 0 0-.04-.143a.28.28 0 0 0-.189-.139a.3.3 0 0 0-.173.014a.5.5 0 0 0-.107.054l.27.421q.019-.01.005-.004a.2.2 0 0 1-.099.004a.22.22 0 0 1-.144-.106a.2.2 0 0 1-.023-.072c0-.007 0 .004-.009.048q-.012.059-.035.144zm0-.003l-.484-.121zm-.01.032l-.464-.185zm-.054.302c0-.077.027-.19.064-.332l-.484-.125c-.031.12-.08.303-.08.457zm-.523.706q.12-.054.214-.103a.6.6 0 0 0 .184-.143c.119-.14.125-.311.125-.46h-.5c0 .158-.019.15-.006.136c.001-.002-.005.007-.045.03c-.04.022-.095.047-.18.086zm-.012.006l.012-.006l-.208-.454l-.012.005zm-.547-.33l-.232.094l.001.002l.002.003l.003.007a.5.5 0 0 0 .183.212c.151.1.355.12.59.012l-.208-.455a.2.2 0 0 1-.097.027l-.009-.001l-.006-.006q0-.002 0 0l.001.003l.002.003v.003h.001zm-.647.237l.127.215h.001l.004-.003l.078-.044a4 4 0 0 1 .19-.097q.11-.053.178-.072c.023-.006.026-.004.016-.004c-.002 0-.078 0-.14-.073l.385-.32a.31.31 0 0 0-.242-.107a.6.6 0 0 0-.152.022a2 2 0 0 0-.259.102a4 4 0 0 0-.306.161l-.005.003l-.002.001zm-.346-.096l-.2.15l.002.001l.015.02a.6.6 0 0 0 .152.124a.54.54 0 0 0 .464.035l-.174-.468c-.024.008-.032.004-.042-.002l-.019-.013l-.002-.003v.001l.002.002l.001.001v.001h.001zm.162 1.01c-.001-.32-.002-.595.008-.774q.003-.066.009-.106l.006-.038a.22.22 0 0 1-.124.121a.23.23 0 0 1-.198-.011a.2.2 0 0 1-.062-.052l.396-.305a.3.3 0 0 0-.094-.082a.266.266 0 0 0-.358.096q-.027.048-.037.082a1.2 1.2 0 0 0-.037.267c-.012.198-.01.49-.01.804zm0 .001h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 .001h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0 0h-.5zm0-.001l-.5.004zm0 .334v-.333l-.5.002v.33zM7.793 12.33c.599-.104 1.21-.42 1.67-.809c.45-.38.819-.883.819-1.386h-.5c0 .276-.224.652-.641 1.004c-.405.342-.936.612-1.434.698zm-1.954-1.425c.029.323.196.729.515 1.03c.328.31.811.503 1.439.395l-.086-.493c-.47.081-.794-.061-1.01-.265a1.2 1.2 0 0 1-.36-.711zm1.086-1.02l.005.053c.001.01.005.043.018.077a.26.26 0 0 0 .106.13a.25.25 0 0 0 .321-.051c.031-.036.045-.073.048-.08l.01-.036c.013-.048.021-.132.029-.206l-.498-.047l-.01.097a.1.1 0 0 1-.006.035l.006-.02c.002-.003.014-.036.043-.07a.248.248 0 0 1 .419.073c.01.026.011.046.01.037l-.002-.022zm.127-.328a.38.38 0 0 0-.127.328l.5-.03c-.001-.01 0 0-.005.018a.15.15 0 0 1-.046.066zm-.24-1.503l.059-.243h-.003l-.037-.007l-.072-.006a1 1 0 0 0-.23.025c-.189.042-.431.148-.7.385l.33.376c.211-.186.379-.25.48-.274a.5.5 0 0 1 .124-.01l-.006-.001h-.002zm.426-.025a.8.8 0 0 0-.259-.187a.5.5 0 0 0-.16-.038h-.006v.5H6.81l-.025-.002q-.007 0 0 0c.01.005.042.02.088.07zm-.763.946c.185-.055.408-.165.572-.286a.9.9 0 0 0 .222-.227a.4.4 0 0 0 .06-.195a.33.33 0 0 0-.091-.238l-.365.342a.17.17 0 0 1-.044-.115a.14.14 0 0 1 .012-.053l-.006.008l-.018.02l-.067.056c-.117.087-.288.17-.416.208zm-.676.3c.255-.128.49-.246.676-.3l-.14-.48c-.239.07-.52.212-.76.333zm-.35.171c.112-.052.233-.112.35-.171l-.224-.447q-.18.091-.334.163zm.38-1.238c-.247.216-.503.47-.658.655A2 2 0 0 0 5.067 9a.5.5 0 0 0-.076.165a.27.27 0 0 0 .246.33a.4.4 0 0 0 .124-.015q.046-.013.087-.033l-.208-.455L5.22 9l.014-.002a.23.23 0 0 1 .248.268c-.007.032-.019.041.001.01q.022-.032.071-.092c.133-.158.368-.393.603-.6zm-.57 3.18c-.027-.171.044-.429.15-.68a4 4 0 0 1 .204-.405l.003-.006l-.426-.261l-.002.003l-.005.008l-.016.028a4 4 0 0 0-.218.438c-.109.256-.234.63-.184.953zm.312.343a.2.2 0 0 1-.16-.031c-.05-.034-.122-.115-.152-.311l-.494.077c.046.299.175.516.362.645a.7.7 0 0 0 .56.106zm.373-.304l-.245-.05v.003l-.004.012a1.4 1.4 0 0 1-.06.197a.6.6 0 0 1-.067.13c-.024.032-.026.018.003.011l.116.487a.5.5 0 0 0 .283-.202c.058-.078.1-.166.13-.242a2 2 0 0 0 .088-.294v-.002zm-.13.011c.003-.002-.006.009-.028.018a.15.15 0 0 1-.077.009a.1.1 0 0 1-.044-.016q-.006-.005.001.002a.3.3 0 0 1 .05.077h-.001l.229-.1l.229-.101v-.001l-.002-.002l-.002-.005a.8.8 0 0 0-.138-.21a.43.43 0 0 0-.243-.138a.38.38 0 0 0-.345.133zm-.652-.409a.5.5 0 0 0 .04.324a.36.36 0 0 0 .254.182a.47.47 0 0 0 .268-.033h.002l-.097-.23l-.097-.231h.001l.002-.001l.001-.001l-.006.002c-.01.002-.004-.001.013.002a.15.15 0 0 1 .098.072c.02.036.006.047.014-.006zm.242-.863l-.25.024l.001.005l.007.086c.004.058.01.138.013.228a3 3 0 0 1-.013.52l.493.08a3.4 3.4 0 0 0 .02-.62a8 8 0 0 0-.02-.319l-.002-.02v-.007zm3.205-1.803l.008.01q.008.01.017.03a.17.17 0 0 1-.022.16l-.006.007l.017-.01a.3.3 0 0 1 .05-.021H8.67l-.15-.477l-.003.001l-.02.007a1 1 0 0 0-.187.097a.4.4 0 0 0-.157.22a.35.35 0 0 0 .114.342zm-.02.183c0-.01.001-.029.011-.051a.15.15 0 0 1 .046-.057c.035-.027.063-.025.059-.025a.1.1 0 0 1-.037-.01a.2.2 0 0 1-.059-.04l-.34.366a.67.67 0 0 0 .422.184a.4.4 0 0 0 .259-.078a.36.36 0 0 0 .138-.289zm.007-.245l-.08.237l-.001-.001h.002a.3.3 0 0 1 .077.045l.005.005a.1.1 0 0 1-.01-.04h.5c0-.213-.155-.34-.232-.392a.8.8 0 0 0-.18-.091zm6.657-.455c-.026 0-.027-.005-.029-.007a.2.2 0 0 1-.038-.08a.6.6 0 0 1-.022-.192v-.002l-.25-.013l-.25-.015v.036a1.2 1.2 0 0 0 .041.324c.026.09.074.204.165.296c.1.1.236.158.4.152zm.465-.072a.23.23 0 0 1-.18-.076a.2.2 0 0 1-.05-.096c-.007-.03-.003-.045-.005-.03a.4.4 0 0 1-.043.114c-.059.11-.13.158-.187.16l.017.5c.322-.012.52-.252.611-.425a.9.9 0 0 0 .096-.272a.4.4 0 0 0-.002-.157a.3.3 0 0 0-.067-.131a.27.27 0 0 0-.207-.087zm.058-.127a.15.15 0 0 1-.075.123l-.014.006l.031-.002l-.017-.5a.54.54 0 0 0-.235.054a.35.35 0 0 0-.19.337zm-.604.107a.4.4 0 0 0 .02.112a.27.27 0 0 0 .34.176a.3.3 0 0 0 .117-.07a.44.44 0 0 0 .127-.325l-.5.018l.003-.02c0-.001.005-.016.026-.036a.2.2 0 0 1 .08-.045a.23.23 0 0 1 .188.026a.22.22 0 0 1 .097.137l.001.01zm.157.033a.18.18 0 0 1-.161-.1q-.005-.015 0 .005l.004.062l.5-.018a.7.7 0 0 0-.043-.24a.325.325 0 0 0-.318-.208zm.191-.14l.002-.015c0-.002-.001.008-.006.022a.21.21 0 0 1-.187.133l-.018-.5a.29.29 0 0 0-.266.2c-.02.058-.023.119-.024.13zm-.449.197q.015.016.049.039a.256.256 0 0 0 .373-.11c.02-.042.023-.08.024-.09l.003-.035l-.499-.032v.008l.003-.016a.24.24 0 0 1 .259-.184a.24.24 0 0 1 .139.064zm-.094-.186c.002.01.008.037.018.065c.01.03.032.078.076.121l.35-.356c.03.028.04.057.044.065l.002.005l-.003-.011zm.112.085q.009.001-.02-.005a.16.16 0 0 1-.095-.09l.003.01l.487-.111c-.003-.015-.02-.11-.09-.189a.38.38 0 0 0-.303-.115zm-.174-.191c.25-.01.25-.009.25-.008v.011l-.005.04a.2.2 0 0 1-.018.057a.2.2 0 0 1-.067.079c-.037.025-.052.014.014.012l-.018-.5a.5.5 0 0 0-.277.075a.3.3 0 0 0-.125.185l-.004.044v.012zm4.083-1.342l-.25-.014v.035a1.2 1.2 0 0 0 .04.325a.7.7 0 0 0 .166.295c.099.1.235.158.4.153l-.018-.5c-.025 0-.027-.005-.028-.006a.2.2 0 0 1-.038-.08a.6.6 0 0 1-.022-.193v-.002v.001zm.157-.309a.5.5 0 0 0-.278.075a.3.3 0 0 0-.125.185l-.004.045v.011c0 .001 0 .002.25-.007l.25-.008v.012l-.004.04a.2.2 0 0 1-.019.056a.2.2 0 0 1-.066.08c-.037.025-.052.013.013.011zm.392.304c-.003-.014-.02-.11-.09-.188a.38.38 0 0 0-.302-.116l.017.5c.008 0-.002.001-.02-.005a.16.16 0 0 1-.094-.09c-.002-.004-.002-.005.002.01zm-.042-.06c.03.03.04.058.043.066l.002.005l-.003-.01l-.487.11l.018.066c.011.03.032.077.076.12zm-.4.13v.007l.002-.015a.24.24 0 0 1 .088-.135a.245.245 0 0 1 .275-.013q.027.018.035.027l-.35.356q.015.016.048.04a.3.3 0 0 0 .116.039a.26.26 0 0 0 .257-.15a.3.3 0 0 0 .025-.09l.003-.035zm.29-.33a.29.29 0 0 0-.267.2c-.02.058-.022.12-.023.13l.499.031l.001-.015q.002-.002-.006.021a.21.21 0 0 1-.187.133zm.36.45a.7.7 0 0 0-.042-.242a.325.325 0 0 0-.318-.208l.017.5a.18.18 0 0 1-.16-.099q-.006-.016-.001.004l.004.062zm-.396-.072l.003-.02s.006-.016.027-.035a.2.2 0 0 1 .078-.045a.23.23 0 0 1 .19.025a.22.22 0 0 1 .097.138v.009l-.499.017a.4.4 0 0 0 .02.112c.014.04.046.104.116.148a.27.27 0 0 0 .223.029a.3.3 0 0 0 .118-.07a.44.44 0 0 0 .127-.325zm.425-.39a.54.54 0 0 0-.235.054a.35.35 0 0 0-.19.336l.5-.017a.15.15 0 0 1-.076.123c-.012.006-.02.007-.013.006l.032-.003zm-.43 1.07c.322-.01.519-.25.61-.423a.9.9 0 0 0 .097-.273a.4.4 0 0 0-.002-.157a.3.3 0 0 0-.068-.13a.27.27 0 0 0-.207-.088l.018.5a.23.23 0 0 1-.18-.075a.2.2 0 0 1-.051-.097c-.007-.03-.002-.045-.004-.03a.4.4 0 0 1-.043.114c-.06.11-.13.158-.188.16zm-8.888 2.102a1 1 0 0 0-.121.128a.4.4 0 0 0-.083.213a.34.34 0 0 0 .095.25a.6.6 0 0 0 .16.115l.235-.441l-.031-.018q-.008-.007 0 .002a.1.1 0 0 1 .026.04q.015.036.014.077c-.002.05-.024.073-.017.063l.059-.06zm.894.33a1.8 1.8 0 0 0-.329-.34a.5.5 0 0 0-.256-.1a.4.4 0 0 0-.31.11l.338.37a.1.1 0 0 1-.066.019c-.02-.002-.02-.01.006.01q.082.058.226.243zm-.014.791c.04-.064.115-.18.142-.316a.57.57 0 0 0-.128-.475l-.39.312a.14.14 0 0 1 .027.048a.04.04 0 0 1 0 .02a.2.2 0 0 1-.021.054a1 1 0 0 1-.055.094zm-.042.071q.015-.029.042-.07l-.425-.264l-.056.093zm-.678-.26c-.051.075-.104.213-.021.351c.072.12.197.15.268.154c.154.01.335-.07.43-.245l-.437-.24c.002-.005.01-.016.037-.014a.17.17 0 0 1 .13.088a.18.18 0 0 1 .007.186zm-.11-.226c-.002 0 .011.006.031.035a.4.4 0 0 1 .07.196c0 .027-.007.018.01-.006l.413.281a.5.5 0 0 0 .076-.28a.8.8 0 0 0-.046-.251c-.048-.144-.15-.327-.318-.416zm12.934-.949l-.03-.018q-.009-.006 0 .002a.1.1 0 0 1 .026.04q.015.036.013.077c-.002.05-.024.074-.016.063l.058-.06l-.337-.369a1 1 0 0 0-.12.129a.4.4 0 0 0-.084.213a.34.34 0 0 0 .096.249a.6.6 0 0 0 .159.116zm.09.98a1 1 0 0 0 .142-.448a.7.7 0 0 0-.024-.267a.43.43 0 0 0-.208-.265l-.235.442c-.034-.018-.039-.043-.036-.033a.3.3 0 0 1 .005.084a.6.6 0 0 1-.058.206zm-.164-.138a.12.12 0 0 1 .077-.053a.1.1 0 0 1 .056.006a.1.1 0 0 1 .043.05a.15.15 0 0 1-.013.135l-.413-.281a.35.35 0 0 0-.037.338c.04.096.115.163.189.201c.075.04.171.062.273.041a.39.39 0 0 0 .264-.197zm.017-.03l-.016.03l.438.241l.016-.03zm.1-.46c.048.186-.011.3-.1.46l.438.242c.092-.167.246-.436.147-.826zm.008-.247a.1.1 0 0 1-.079.02c-.037-.005-.049-.023-.037-.01q.018.014.052.079q.031.064.056.158l.485-.124a1.04 1.04 0 0 0-.238-.466a.44.44 0 0 0-.263-.135a.4.4 0 0 0-.313.108zm1.86-3.918a1 1 0 0 0-.12.128a.4.4 0 0 0-.083.213a.34.34 0 0 0 .095.25a.6.6 0 0 0 .16.115l.235-.441l-.031-.019q-.007-.006 0 .002a.1.1 0 0 1 .027.041q.015.035.013.077c-.002.05-.024.073-.016.062l.058-.059zm.814.493a1.04 1.04 0 0 0-.237-.467a.44.44 0 0 0-.263-.134a.4.4 0 0 0-.313.108l.337.37a.1.1 0 0 1-.079.019c-.037-.005-.049-.022-.037-.01q.018.014.052.08q.031.064.056.158zm-.147.825c.093-.167.247-.436.147-.825l-.484.124c.047.185-.012.3-.1.459zm-.016.03l.017-.03l-.438-.242l-.016.03zm-.688-.385a.35.35 0 0 0-.037.338a.416.416 0 0 0 .462.243a.39.39 0 0 0 .264-.197l-.439-.24a.12.12 0 0 1 .076-.053a.1.1 0 0 1 .057.006a.1.1 0 0 1 .042.05a.15.15 0 0 1-.012.134zm.089-.257c-.034-.018-.039-.043-.036-.033a.3.3 0 0 1 .004.084a.6.6 0 0 1-.057.206l.413.281a1 1 0 0 0 .143-.448a.7.7 0 0 0-.024-.267a.43.43 0 0 0-.208-.264zm-6.328-1.26l-.03-.019q-.008-.006 0 .002a.1.1 0 0 1 .026.041q.015.035.014.077c-.003.049-.025.073-.017.062l.058-.059l-.337-.37a1 1 0 0 0-.12.129a.4.4 0 0 0-.084.213a.34.34 0 0 0 .096.25a.6.6 0 0 0 .16.115zm.368 1.175a.4.4 0 0 0 .064-.184a.7.7 0 0 0-.001-.156a1.6 1.6 0 0 0-.204-.596a.63.63 0 0 0-.227-.24l-.235.442c-.02-.01-.004-.009.033.054a1.1 1.1 0 0 1 .137.441c0 .01 0-.012.02-.042zm-.174-.26c.003-.005.01-.015.038-.014a.17.17 0 0 1 .13.088c.06.098.01.18.006.186l-.413-.28a.32.32 0 0 0-.022.351c.073.12.198.15.269.154c.154.01.335-.07.43-.245zm.024-.539c.038.048.061.134.052.257a.8.8 0 0 1-.076.282l.439.24c.065-.118.12-.298.135-.483c.014-.183-.009-.42-.16-.608zm-.167-.272a.1.1 0 0 1-.065.02c-.021-.002-.02-.01.005.009c.057.04.13.121.227.243l.39-.312a1.8 1.8 0 0 0-.328-.34a.5.5 0 0 0-.257-.1a.4.4 0 0 0-.309.11zM16.637 7.86l.007.006q.007.005.019.02a.21.21 0 0 1 .01.23a.1.1 0 0 1-.029.034c0 .001.01-.007.047-.026l.131-.061l-.206-.455a3 3 0 0 0-.15.07a1 1 0 0 0-.14.087a.32.32 0 0 0-.123.259a.32.32 0 0 0 .15.247zm-.015.206c0-.052.02-.1.051-.135a.2.2 0 0 1 .064-.046c.018-.008.02-.004-.004-.004a.3.3 0 0 1-.066-.01l-.03-.011l-.284.411a.7.7 0 0 0 .366.11a.5.5 0 0 0 .202-.032a.31.31 0 0 0 .201-.283zm.005-.077l-.005.077h.5v-.003l.001-.007l.002-.026zm.195.074c.027-.012.004.005-.046-.003a.19.19 0 0 1-.136-.106c-.013-.027-.01-.042-.01-.025c0 .014 0 .03-.003.06l.498.041c.002-.024.006-.066.005-.108a.4.4 0 0 0-.034-.172a.31.31 0 0 0-.233-.183a.42.42 0 0 0-.247.04zm-1.76 1.644l-.055-.243h-.003a1 1 0 0 1-.094.016a2 2 0 0 1-.254.018v.5a2.4 2.4 0 0 0 .457-.046h.004zm.556-.21a4 4 0 0 1-.52-.037h-.003l-.033.247l-.032.248h.004l.011.002l.18.02c.11.01.258.02.393.02zm.017.83a.9.9 0 0 0 .237-.159a.5.5 0 0 0 .145-.238a.34.34 0 0 0-.105-.335a.44.44 0 0 0-.294-.097v.5c.032 0 .005.008-.034-.025a.17.17 0 0 1-.05-.081a.15.15 0 0 1-.004-.076c.007-.028.017-.029-.004-.008a.4.4 0 0 1-.105.068zm-.181.201c.02-.093.025-.1.03-.106s.029-.037.151-.095l-.214-.451c-.145.068-.262.142-.341.25s-.1.227-.116.3zm0 0l-.49-.102zm-.01.05l.01-.05l-.49-.101l-.009.044zm-.615.455a.5.5 0 0 0 .253.022a.38.38 0 0 0 .23-.138a.6.6 0 0 0 .092-.181c.016-.053.029-.11.04-.158l-.489-.107a1 1 0 0 1-.037.138l.004-.005a.12.12 0 0 1 .067-.04c.021-.004.023.003-.01-.008zm-.671-.977c.052.13.134.335.23.516c.05.09.106.183.17.261c.06.073.15.162.271.2l.15-.477c.018.006.005.008-.035-.04a1 1 0 0 1-.115-.18a5 5 0 0 1-.207-.466zm-.016-.04l.016.04l.464-.186l-.016-.04zm.401-.524c-.033-.002-.081-.006-.125-.005a.36.36 0 0 0-.206.067a.31.31 0 0 0-.119.267a.6.6 0 0 0 .049.195l.464-.187c-.017-.042-.014-.047-.014-.032c.001.01 0 .035-.011.067a.2.2 0 0 1-.132.12l-.014.003l.07.004zm.113.006l-.113-.006l-.037.499c.038.003.092.007.15.007zM11.86 4.479a.12.12 0 0 1-.055-.042q-.009-.016-.004-.003q.01.036.005.118a.5.5 0 0 1-.026.125c-.005.015-.006.012.002 0a.2.2 0 0 1 .04-.039a.22.22 0 0 1 .13-.04v.5c.139 0 .215-.1.234-.126a.5.5 0 0 0 .063-.121a1 1 0 0 0 .037-.542a.42.42 0 0 0-.242-.295zm-.341-.066a.14.14 0 0 1-.02.113l-.007.008l.006-.004l.02-.01a.8.8 0 0 1 .317-.046l.025.005l.184-.465a.8.8 0 0 0-.292-.043a1.2 1.2 0 0 0-.298.043a.74.74 0 0 0-.287.14a.38.38 0 0 0-.127.404zm.092.148a.7.7 0 0 1-.092-.148l-.479.145c.036.12.118.23.164.294zm.07.788q.09-.105.117-.24a.5.5 0 0 0-.016-.24c-.039-.127-.123-.24-.171-.308l-.407.29l.07.102q.025.044.03.063c.003.01 0 .01.002.002c.002-.007.004-.005-.007.007zm-1.018.906c.043-.026.117-.084.19-.144c.081-.066.18-.15.282-.239c.2-.174.427-.383.545-.523l-.38-.324a6 6 0 0 1-.494.47a11 11 0 0 1-.394.327l-.01.007zm-.045.028l.045-.028l-.26-.426l-.04.024zm.002-.002l-.26-.427zm-.335-.236c-.013 0 .013-.002.051.014a.235.235 0 0 1 .113.314l-.02.03q-.01.011.002 0a2 2 0 0 1 .187-.12l-.256-.43c-.059.035-.174.102-.25.165a.5.5 0 0 0-.068.066a.3.3 0 0 0-.07.175a.27.27 0 0 0 .164.259a.4.4 0 0 0 .146.027zm.239.011a4 4 0 0 0-.24-.01v.5q.08 0 .206.01zm.008.001l-.05.498zm.364.001a.5.5 0 0 1-.128.01q-.11-.002-.244-.012l-.034.5c.085.005.184.012.276.012a1 1 0 0 0 .29-.036zm.226-.253q-.104.122-.178.201l-.057.053c-.016.013-.012.006.009 0l.16.473a.5.5 0 0 0 .142-.082q.056-.044.104-.095c.064-.066.134-.149.2-.226zm-.018.023l.416.278zm.019-.024l.378.326zm.012-.014l.354.354zm.422-.426c-.154.108-.315.3-.435.44l.38.325c.136-.16.253-.293.344-.357zm.224-.192c-.049-.046-.058-.095-.059-.099q-.002-.017-.002-.005a.42.42 0 0 1-.163.296l.289.408a.92.92 0 0 0 .374-.688a.5.5 0 0 0-.009-.115a.3.3 0 0 0-.088-.162zm-.02 0l.046.021l.002.001l-.009-.006l-.019-.016l.342-.365a.4.4 0 0 0-.1-.064l-.068-.03zm-.36-.571a.35.35 0 0 0-.007.28c.033.08.09.133.132.166c.08.062.184.105.234.126l.195-.46l-.08-.036a.3.3 0 0 1-.043-.025c-.008-.007.01.004.023.036a.16.16 0 0 1 0 .121zm.61.104a.4.4 0 0 0-.032-.148a.32.32 0 0 0-.138-.154a.28.28 0 0 0-.311.026a.44.44 0 0 0-.13.172l.455.208c.012-.027.008-.005-.026.02a.22.22 0 0 1-.226.014a.2.2 0 0 1-.08-.083a.1.1 0 0 1-.012-.055zm-.06-.108a.1.1 0 0 1 .03.005l-.004-.003l.007.008q.006.007.014.029a.2.2 0 0 1 .013.069h-.5c0 .087.038.153.063.19a.5.5 0 0 0 .098.1a.47.47 0 0 0 .28.102zm-.254 2.313l.197-.072l-.17-.47l-.197.071zm-.48-.303a.44.44 0 0 0 .33.311a.4.4 0 0 0 .063.007h.001v-.5h.003l.026.002a.1.1 0 0 1 .05.028l.008.012zm.038-.352c-.01.03-.029.08-.04.132a.45.45 0 0 0 .003.22l.48-.14a.1.1 0 0 1 .004.03l.001-.004l.008-.026l.014-.042zm.203.183c-.004 0-.057 0-.112-.044a.2.2 0 0 1-.078-.153c0-.026.005-.04.002-.03l-.015.044l.47.17l.026-.076a.4.4 0 0 0 .017-.126a.3.3 0 0 0-.107-.218a.32.32 0 0 0-.203-.067zm-.085.244a1 1 0 0 1 .096-.21a.2.2 0 0 1 .038-.047c.004-.003-.014.013-.05.013v-.5a.42.42 0 0 0-.264.098a.7.7 0 0 0-.144.165c-.07.11-.12.236-.15.323zm.218.138a1 1 0 0 1-.178-.143a.2.2 0 0 1-.037-.05c-.001-.004.01.02-.003.055l-.474-.158a.42.42 0 0 0 .017.297a.7.7 0 0 0 .127.192c.091.1.205.183.282.231zm.129-.194c-.077.08-.135.136-.183.168c-.023.015-.027.013-.017.012a.1.1 0 0 1 .07.014l-.265.424c.196.123.388.033.487-.032c.103-.068.2-.168.268-.239zm.09-.023l-.05.245h-.004l.006.001l.005.002l-.009-.006a.1.1 0 0 1-.032-.035a.18.18 0 0 1-.015-.168c.007-.016.013-.02.009-.016l.36.347a.38.38 0 0 0 .116-.284a.33.33 0 0 0-.137-.243a.5.5 0 0 0-.197-.087h-.002l-.001-.001zm9.012 3.375a2.2 2.2 0 0 0-.199.733c-.02.241.001.53.154.736l.401-.298c-.04-.055-.074-.188-.056-.396a1.7 1.7 0 0 1 .149-.556zm.598.277c.002-.07.005-.14.004-.196q0-.043-.004-.087a.4.4 0 0 0-.023-.107a.27.27 0 0 0-.234-.177a.27.27 0 0 0-.157.04a.3.3 0 0 0-.066.056a1 1 0 0 0-.119.194l.45.219l.036-.07c.01-.017.011-.016.003-.007c-.004.004-.017.019-.04.033a.238.238 0 0 1-.34-.112c-.009-.022-.009-.035-.008-.023l.002.045q0 .066-.004.176zm0 .004l-.5-.024zm0-.012h-.5zm-.006.276q0-.14.006-.268l-.5-.016c-.002.083-.006.182-.006.284zm.186.47a1 1 0 0 1-.14-.191a.64.64 0 0 1-.046-.279h-.5c0 .2.03.354.093.49c.06.13.146.227.215.306zm.127.153q-.07-.09-.127-.154l-.378.327c.037.043.072.084.108.131zm-.077-.007v.007a.1.1 0 0 1-.016.035q-.004.004.003-.002a.1.1 0 0 1 .033-.015a.1.1 0 0 1 .056-.002c.034.008.031.024 0-.016l-.396.304a.5.5 0 0 0 .288.2a.39.39 0 0 0 .326-.076a.58.58 0 0 0 .207-.435zm.685-1.346c-.154.167-.321.446-.445.69c-.064.125-.12.248-.162.353q-.031.079-.052.15a.6.6 0 0 0-.026.153h.5c0 .017-.002.016.007-.016q.011-.038.036-.104c.034-.087.083-.195.142-.309c.12-.235.262-.463.367-.577zm.908.17c0-.197-.16-.348-.33-.39c-.201-.049-.408.036-.578.22l.367.34a.3.3 0 0 1 .09-.07c.012-.005.011-.002.002-.004a.05.05 0 0 1-.025-.016a.12.12 0 0 1-.026-.08zm.363.32a.6.6 0 0 1-.26-.192a.8.8 0 0 1-.106-.16c-.003-.008.003.005.003.032h-.5a.4.4 0 0 0 .026.137a1 1 0 0 0 .05.107c.037.067.088.14.147.21c.115.133.29.285.502.347zm.327-.432l-.247-.034l-.001.005l-.003.02a2 2 0 0 1-.073.294a.5.5 0 0 1-.077.155c-.014.017.018-.024.074-.008l-.138.48c.201.059.357-.045.443-.146a1 1 0 0 0 .17-.315a2.2 2.2 0 0 0 .1-.415v-.001zm-.25-2.281v2.28h.5V7.57zm-.207-.7a.35.35 0 0 1 .13.148c.038.081.077.237.077.552h.5c0-.348-.042-.586-.122-.76c-.085-.186-.203-.276-.28-.335zm-.123-.107c.044.048.093.085.123.108l.306-.396l-.061-.051zm-.224-.217c.105.099.184.173.224.217l.368-.34c-.055-.059-.15-.148-.248-.24zm-.622-.653c.07.101.178.219.286.327c.11.112.233.228.336.326l.344-.364c-.105-.099-.221-.208-.325-.313a2 2 0 0 1-.228-.258zm-.172-1.108c-.002.187-.005.392.011.575c.017.178.055.377.161.533l.413-.282c-.032-.047-.061-.139-.076-.297a5 5 0 0 1-.009-.523zm0 .003h.5zm0 0h.5zm.002-.213l-.002.21l.5.006l.002-.216zm1.229.32c-.09-.153-.302-.4-.497-.553a1 1 0 0 0-.163-.109a.5.5 0 0 0-.214-.062a.33.33 0 0 0-.283.142a.45.45 0 0 0-.072.262h.5c0-.035.008-.013-.018.024a.17.17 0 0 1-.14.072c-.025 0-.03-.008-.005.005q.03.016.085.058c.15.12.32.32.376.415zm.062.577c.014-.055.039-.145.037-.246a.66.66 0 0 0-.099-.33l-.43.253c.027.047.03.072.03.086a.4.4 0 0 1-.022.112zm-.027.162a.6.6 0 0 1 .027-.162l-.484-.125c-.017.066-.043.165-.043.287zm-.314 0c0 .006-.002-.003.009-.02a.16.16 0 0 1 .11-.065a.2.2 0 0 1 .112.017a.2.2 0 0 1 .07.058c.02.032.013.045.013.01h-.5a.5.5 0 0 0 .071.269c.063.094.177.16.31.14a.35.35 0 0 0 .238-.163a.46.46 0 0 0 .067-.246zm-.008-.134c.005.069.008.11.008.134h.5c0-.045-.005-.109-.009-.169zm.31-1.157a.47.47 0 0 0-.255.278c-.039.098-.056.21-.064.31c-.017.201 0 .426.01.569l.498-.035a3.5 3.5 0 0 1-.01-.494a.6.6 0 0 1 .032-.169c.014-.036.014-.01-.024.005zm.682.467a4 4 0 0 0-.082-.202a.7.7 0 0 0-.113-.182a.38.38 0 0 0-.245-.125a.5.5 0 0 0-.242.042l.187.464c.034-.014.03-.006.005-.009a.13.13 0 0 1-.073-.034c-.003-.002.006.007.027.052c.019.042.04.097.07.174zm-.002-.005l-.462.19zm.123.304c-.05-.114-.087-.213-.12-.3l-.467.18q.049.131.128.319zm.072.845c.023-.094.054-.213.05-.356c-.003-.145-.04-.3-.122-.489l-.459.199a.8.8 0 0 1 .082.302a.8.8 0 0 1-.036.223zm-.051.355c0-.147.024-.247.051-.355l-.485-.12a1.8 1.8 0 0 0-.066.475zm.393.744a3 3 0 0 1-.271-.365a.76.76 0 0 1-.122-.38h-.5c0 .244.088.459.19.633c.102.173.228.323.319.432zm.17.224c-.043-.072-.113-.155-.17-.224l-.384.32c.07.083.107.13.124.159zm-.742-1.314c.023.034.067.142.117.324A7 7 0 0 1 24.54 7.3c.005.062.001.072.004.056a.243.243 0 0 1 .404-.115a.2.2 0 0 1 .028.035l-.43.255a.3.3 0 0 0 .048.063a.257.257 0 0 0 .406-.049a.3.3 0 0 0 .035-.092a.8.8 0 0 0 .004-.19a7 7 0 0 0-.205-1.11c-.048-.174-.11-.362-.189-.475zm.214-1.648a1.8 1.8 0 0 0-.34.821c-.043.276-.03.6.126.827l.411-.284c-.046-.068-.08-.233-.044-.467c.035-.222.123-.442.237-.584zm.937.486a6 6 0 0 0-.114-.266a1.2 1.2 0 0 0-.15-.248a.42.42 0 0 0-.327-.166c-.159.002-.273.103-.346.194l.39.313c.039-.048.027-.008-.038-.007c-.065 0-.086-.04-.062-.012q.03.033.081.14q.05.107.103.24zm.005.016l-.474.156zm.123.274a3 3 0 0 1-.128-.29l-.463.188c.044.109.094.234.15.337zm-.15.957c.059-.077.158-.205.21-.365a.74.74 0 0 0-.06-.592l-.442.235c.048.09.043.15.027.203a.8.8 0 0 1-.133.217zm-.056.078c.012-.019.03-.042.056-.078l-.398-.302c-.024.032-.055.072-.08.111zm.066.103l-.05-.146q-.001-.014-.001.001a.1.1 0 0 1-.015.042l-.422-.269a.43.43 0 0 0-.053.318c.015.08.048.164.073.23zm.169.833c0-.386-.103-.657-.17-.833l-.467.176c.062.166.137.366.137.657zm.574 1.62c-.347-.474-.574-1.055-.574-1.62h-.5c0 .694.276 1.375.67 1.915zm.554 1.715c-.077-.55-.16-1.175-.554-1.715l-.403.295c.308.423.382.919.461 1.49zm.012.092l-.012-.092l-.496.07l.013.09zm-.495-1.63c.043.369.063.929.063 1.326c0 .204-.007.343-.015.393c-.003.022-.002-.008.018-.044a.246.246 0 0 1 .425-.009c.019.032.021.056.016.032l-.012-.069l-.495.07l.018.105c.004.018.015.07.042.115a.255.255 0 0 0 .447-.008a.4.4 0 0 0 .036-.117a4 4 0 0 0 .02-.468c0-.406-.02-.988-.067-1.384zm-.261-4.222c-.034.202-.037.524-.025.885c.012.367.04.797.076 1.226c.07.86.165 1.727.21 2.11l.496-.057a63 63 0 0 1-.208-2.093a26 26 0 0 1-.074-1.203c-.012-.364-.007-.639.018-.785zm.764-.003c-.03-.073-.062-.151-.093-.214a1 1 0 0 0-.055-.098a.4.4 0 0 0-.103-.108a.28.28 0 0 0-.279-.026a.32.32 0 0 0-.15.15c-.04.077-.065.184-.084.299l.493.083q.014-.077.024-.118c.008-.03.013-.038.011-.035l-.017.025a.22.22 0 0 1-.28.035c-.029-.02-.038-.038-.031-.028l.022.041q.033.069.08.185zm.21.43a2.4 2.4 0 0 1-.21-.43l-.462.191c.063.152.152.369.266.529zm.058.078l-.057-.08l-.407.292l.057.08zm.11.814c.058-.091.153-.234.114-.417a.6.6 0 0 0-.089-.201c-.035-.057-.083-.122-.135-.196l-.406.292c.056.079.093.13.118.17s.025.048.023.04l-.001-.027l.002-.012a1 1 0 0 1-.047.081zm-.461.195c.02.005.108.032.212.003c.11-.03.19-.108.249-.198l-.421-.27q-.014.018-.005.008a.1.1 0 0 1 .044-.022c.04-.01.072.002.045-.005zm.244-.16c0-.017.001-.014-.002 0a.22.22 0 0 1-.226.162c-.019-.002-.034-.006-.016-.002l.124-.484c-.004-.001-.038-.01-.074-.013a.28.28 0 0 0-.295.225a.5.5 0 0 0-.011.113zm.081.727l-.06-.505l-.02-.205l-.001-.016h-.5c0 .049.011.154.025.277l.06.508zm0-.004l-.496.067zm-.002-.01l-.492.086zm.002.012l-.496.063zm.318 3.527c0-.88-.202-2.557-.318-3.525l-.496.06c.118.983.314 2.624.314 3.465zm-1.372 2.138a2.06 2.06 0 0 0 .925-.653c.271-.348.447-.828.447-1.485h-.5c0 .563-.148.93-.341 1.177a1.56 1.56 0 0 1-.706.492zm-1.203-.443c0 .237.171.419.389.496s.497.065.814-.053l-.175-.469c-.244.091-.397.078-.471.051c-.076-.027-.057-.054-.057-.025zm.226.233l.063-.05c.02-.015.017-.01.001-.004a.22.22 0 0 1-.221-.046a.2.2 0 0 1-.068-.125v-.008h.5a.32.32 0 0 0-.097-.238a.28.28 0 0 0-.299-.048a.5.5 0 0 0-.114.067c-.028.02-.057.045-.082.065zm-.461.226a.55.55 0 0 0 .285-.095c.068-.042.132-.095.176-.131l-.317-.387q-.072.06-.125.095l-.035.019l.016-.001zm-.218-.85c-.07.123-.144.281-.158.426a.4.4 0 0 0 .073.284c.082.109.204.14.303.14v-.5c-.003 0 .05 0 .093.056c.036.046.027.085.029.068a.4.4 0 0 1 .025-.085q.025-.064.07-.144zm.114.154l-.008-.007a.2.2 0 0 1-.074-.122a.2.2 0 0 1-.003-.064c.002-.025.01-.037.003-.024l-.032.062l.435.246q.035-.06.056-.11a.4.4 0 0 0 .035-.12a.29.29 0 0 0-.13-.274zm-.146-.286a.35.35 0 0 0 .05.188c.038.06.088.092.096.098l.283-.413c-.01-.006.022.013.045.05a.15.15 0 0 1 .026.077zm.453-.526a.5.5 0 0 0-.235.053a.4.4 0 0 0-.167.174c-.056.114-.051.25-.051.3h.5l.004-.09l-.004.01a.1.1 0 0 1-.047.048c-.018.01-.024.005 0 .005zm.392.67a.7.7 0 0 0 .123-.256a.35.35 0 0 0-.01-.177a.3.3 0 0 0-.111-.152a.45.45 0 0 0-.226-.08c-.057-.005-.12-.005-.168-.005v.5c.055 0 .09 0 .118.003l.014.002a.1.1 0 0 1-.039-.02a.2.2 0 0 1-.062-.088a.2.2 0 0 1-.007-.078c.002-.01.004-.01-.003.003l-.037.06zm-.206-.213l-.011-.001h-.004h.008l.025.009a.23.23 0 0 1 .141.242a.2.2 0 0 1-.014.053l.003-.005q.013-.022.058-.084l-.408-.29a2 2 0 0 0-.076.112c-.012.02-.05.079-.059.151a.27.27 0 0 0 .169.285c.048.02.104.024.109.024zm.33.11a.8.8 0 0 0-.33-.11l-.06.496a.4.4 0 0 1 .061.011q.027.006.065.029zm.065.053l.01.002l.022.006l-.098-.06l-.263.425c.067.041.11.067.14.083a.4.4 0 0 0 .056.024q.042.014.055.014zm.192.082a.6.6 0 0 0-.192-.082l-.078.494h-.006l-.015-.005l-.016-.005l.015.008l.044.024zm.765-.635a6 6 0 0 1-.593.502a1 1 0 0 1-.196.11c-.052.019-.025-.006.024.023l-.248.434c.142.081.293.05.39.015c.106-.037.213-.1.314-.171c.205-.142.435-.346.65-.547zm.063-.007q.03.012.05.022l.027.014l-.007-.007a.14.14 0 0 1-.036-.12c.003-.015.008-.021.005-.016l-.028.038a1 1 0 0 1-.074.076l.341.366a1 1 0 0 0 .199-.24a.4.4 0 0 0 .038-.314a.4.4 0 0 0-.172-.206a1 1 0 0 0-.147-.073zm-.262-.168c.047.055.104.09.145.113c.042.023.086.042.117.055l.196-.46l-.074-.034c-.017-.01-.013-.01-.004 0zm-.293-.452l.157.257c.046.072.095.146.136.195l.38-.325a2 2 0 0 1-.093-.137a10 10 0 0 1-.151-.248zm.002.002l.425-.262zm.004.008l.416-.278zm-.303-.476c-.013-.01-.009-.01.017.024q.031.041.077.112c.061.094.132.211.203.33l.429-.258c-.07-.116-.146-.242-.212-.344a3 3 0 0 0-.098-.141a.6.6 0 0 0-.113-.121zm.392.046a2 2 0 0 1-.025-.197q0-.01 0 0a.2.2 0 0 1-.022.069a.24.24 0 0 1-.2.125c-.084.004-.137-.037-.145-.043l.303-.398a.28.28 0 0 0-.18-.058a.26.26 0 0 0-.221.141a.3.3 0 0 0-.033.113l-.002.068c.003.07.018.17.03.253zm-.034.755a.5.5 0 0 0 .073-.212c.007-.062.006-.127.003-.187c-.007-.12-.027-.252-.042-.356l-.495.073c.016.11.032.219.038.31a1 1 0 0 1-.001.102c-.003.028-.007.014.011-.012zm-.724.51c.095 0 .18-.038.234-.067a1.6 1.6 0 0 0 .49-.443l-.413-.282a1.1 1.1 0 0 1-.311.283c-.036.02-.031.009 0 .009zm0-2.503l-.25-.014v.026l-.017.328c-.01.212-.021.496-.03.78c-.007.282-.011.57-.005.788c.003.108.009.207.02.282c.004.036.012.08.027.122c.007.02.021.056.05.09a.26.26 0 0 0 .205.101v-.5c.102 0 .163.06.185.087s.03.05.03.053c.003.009.001.005-.003-.021a2 2 0 0 1-.014-.228a15 15 0 0 1 .006-.76a43 43 0 0 1 .045-1.096v-.018l.001-.005v-.001zm-.347-.678q-.006-.023-.002 0a.2.2 0 0 1-.003.054a.23.23 0 0 1-.066.118a.23.23 0 0 1-.247.054c-.026-.01-.039-.022-.032-.017c.025.02.086.086.169.188a9 9 0 0 1 .297.388l.021.029l.006.008l.001.001v.001l.203-.146l.203-.146v-.001l-.002-.002l-.006-.009l-.023-.03a12 12 0 0 0-.313-.41a2 2 0 0 0-.245-.262a.4.4 0 0 0-.095-.057a.27.27 0 0 0-.287.055a.27.27 0 0 0-.074.138a.3.3 0 0 0-.005.085a.5.5 0 0 0 .022.107zm-.477 3.309a1 1 0 0 0 .16-.301c.04-.113.077-.247.11-.39a12 12 0 0 0 .242-1.954c.005-.142.006-.272.002-.38a1.2 1.2 0 0 0-.037-.284l-.478.146v.003l.008.043q.005.044.008.112c.003.09.003.207-.002.341a12 12 0 0 1-.23 1.86a3 3 0 0 1-.094.333a.6.6 0 0 1-.068.145zm-1.538-.401c.111.182.358.396.617.518c.25.117.647.202.921-.117l-.38-.326c-.041.049-.13.083-.329-.01a1.1 1.1 0 0 1-.402-.326zm.025.2a.7.7 0 0 1 .055-.142a.3.3 0 0 1 .046-.066c.005-.004-.03.026-.089.013c-.054-.01-.06-.043-.037-.005l.427-.26a.45.45 0 0 0-.287-.224a.4.4 0 0 0-.335.093c-.136.113-.22.304-.263.46zm-.735 1.258c.257-.16.421-.422.527-.653c.108-.234.172-.47.208-.605l-.483-.13c-.037.136-.09.334-.179.526c-.09.196-.202.354-.337.437zm-1.038-.667c.081.157.194.378.334.531a.67.67 0 0 0 .295.198c.14.041.281.018.41-.062l-.265-.425l-.013.007h.009c-.002 0-.025-.01-.067-.055c-.086-.095-.169-.25-.26-.425zm.004.008l.434-.248zm-.143-.253c.034.046.077.126.139.245l.443-.231c-.054-.104-.117-.227-.18-.312zm1.787-2.679q-.002 0 .035-.032q.035-.032.09-.075a14 14 0 0 1 .581-.417v-.001h.001l-.14-.208l-.139-.207l-.002.001l-.005.004l-.099.067l-.24.17c-.09.064-.187.135-.268.199a1.4 1.4 0 0 0-.206.19zm-.081-.059c-.016-.008-.003-.005.013.018a.14.14 0 0 1 .024.092c-.002.021-.008.027 0 .013l.044-.064l-.392-.31a.6.6 0 0 0-.15.314a.36.36 0 0 0 .062.238a.45.45 0 0 0 .169.143zm.666-.395c-.079.086-.25.2-.432.286a1.3 1.3 0 0 1-.226.084a.3.3 0 0 1-.055.01c-.012 0 .011-.003.047.015l-.23.444a.4.4 0 0 0 .197.04a1 1 0 0 0 .16-.023c.101-.025.213-.068.32-.118c.208-.098.445-.245.587-.4zm.27-.325c-.028-.048.011-.062-.04.03a1.7 1.7 0 0 1-.23.295l.368.338c.113-.122.226-.258.3-.391c.066-.12.147-.323.037-.518zm-.287.046l.15.2l.002-.002l.012-.008a2 2 0 0 1 .173-.108a.4.4 0 0 1 .097-.04c.005-.001-.012.003-.042-.005a.18.18 0 0 1-.105-.083l.435-.246c-.103-.182-.296-.173-.375-.159a1 1 0 0 0-.242.09a2 2 0 0 0-.232.145l-.016.011l-.006.005h-.001zm-.939-1.442l-.077-.237h-.002l-.003.001l-.027.01l-.063.03a.7.7 0 0 0-.178.13a.45.45 0 0 0-.128.306a.56.56 0 0 0 .15.365l.38-.324c-.041-.048-.03-.059-.03-.036c0 .025-.013.037-.008.032a.3.3 0 0 1 .063-.038l.004-.002h-.002v.001zm.605-.003a1.1 1.1 0 0 0-.4-.213a1 1 0 0 0-.2-.034h-.004v.5h-.005l.01.001a.6.6 0 0 1 .28.132zm-.312.083l.01.085v.01s0-.018.009-.041a.224.224 0 0 1 .254-.146a.2.2 0 0 1 .05.018l-.01-.009l-.319.386a.4.4 0 0 0 .182.096a.276.276 0 0 0 .316-.184a.4.4 0 0 0 .017-.164c-.003-.038-.009-.08-.013-.116zm.03-.519a.7.7 0 0 0-.05.293c.001.084.012.168.02.226l.496-.065a2 2 0 0 1-.016-.17a.2.2 0 0 1 .008-.083zm1.027.365a1 1 0 0 0-.374-.504a.53.53 0 0 0-.32-.1a.38.38 0 0 0-.333.24l.458.2a.1.1 0 0 1-.03.035a.13.13 0 0 1-.066.024c-.028.001-.025-.01.012.015a.5.5 0 0 1 .175.239zm-.326.551a1 1 0 0 0 .11-.018a.34.34 0 0 0 .18-.116a.35.35 0 0 0 .072-.227a.7.7 0 0 0-.036-.19l-.478.149c.014.042.014.057.014.053s0-.049.036-.095a.16.16 0 0 1 .08-.057h-.004l-.03.005zm-.082.016l.027-.008l.055-.008l-.056-.496c-.044.005-.134.013-.227.053zm.106.247a2 2 0 0 1-.035-.287c0-.033.004-.04.001-.032a.14.14 0 0 1-.072.072l-.2-.459a.36.36 0 0 0-.195.21a.6.6 0 0 0-.034.208c0 .119.024.259.042.37zm.044.382c0-.125-.025-.269-.044-.382l-.493.081c.02.127.037.226.037.301zm-1.42-.517c.142.167.398.423.624.602c.107.084.232.173.346.213a.36.36 0 0 0 .276-.004c.147-.07.174-.215.174-.294h-.5c0-.005.004-.106.11-.157c.076-.036.131-.007.108-.016a1 1 0 0 1-.204-.134a4.6 4.6 0 0 1-.554-.534z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.934 15.856c-.813.098-4.923.081-6.15-.215c-.276-.058-.118 1.196.06 1.485c.178.288 1.575.577 2.062.643c.418.057 2.028-.033 3.702-.126l.83-.046c1.466-.08 3.607.06 4.727.132c.362.024.617.04.708.04c.343 0 .317.116.265.349l-.013.063c-.059.274.249.864.384.92c.136.055 1.145 0 1.694-.212c.313-.121.35-.104.432-.068c.061.028.148.067.4.067c.377 0 .397-.54.41-.922c.008-.208.014-.369.075-.369c.07 0 .161.204.248.395c.131.292.25.553.25.013c0-.893-1.05-2.062-1.394-1.969c-.24.066-.637-.007-.906-.056c-.115-.02-.207-.037-.253-.037c-.068 0-.048-.017-.003-.053c.058-.047.158-.127.158-.249c0-.214-.204-.245-.374-.245s-.26.14-.26.245c0 .106.127.215.127.215l-.375-.005c-1.382-.018-6.1-.08-6.804.005m6.941 1.89s.108-.063.359-.372c.278-.342.376-.233.478-.119c.053.06.107.12.187.12c.236 0 .547 0 .75.17c.202.173-.267.409-.404.409c-.067 0-.117-.043-.168-.085s-.103-.087-.174-.087c-.084 0-.154.06-.211.11c-.04.034-.072.062-.099.062c-.023 0-.075-.03-.142-.068c-.122-.07-.295-.168-.437-.168a.3.3 0 0 0-.139.028' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='m7.783 15.641l.06-.243l-.008-.002zm6.15.215l.03.248zm-6.09 1.27l.213-.132zm2.063.643l.034-.247zm3.702-.126l-.014-.25zm.83-.046l.014.25zm4.727.132l-.017.25zm.974.389l.244.054zm-.014.063l-.245-.053zm2.078.707l.09.234zm.432-.067l.103-.228zm.81-.855l.25.01zm.323.026l.228-.103zm-1.144-1.956l-.066-.241zm-.906-.056l-.045.246zm-.256-.09l-.157-.194zm-.349-.034v.25h.682l-.52-.441zm-.375-.005l-.003.25zm.496 1.523l.194.158zm-.359.372l.217-.124v-.001zm.837-.49l-.186.166zm.936.29l.162-.19zm-.571.323l-.161.191zm-.385.023l.163.19zm-.24-.006l.123-.217zm-.438-.168v-.25zm-13.29-1.834c.646.156 2.008.233 3.284.262c1.28.03 2.529.01 2.956-.042l-.06-.496c-.386.046-1.6.067-2.884.038c-1.289-.029-2.595-.107-3.178-.248zm.332 1.11a1.2 1.2 0 0 1-.092-.285a3.5 3.5 0 0 1-.071-.475a1.6 1.6 0 0 1 .005-.38c.008-.045.015-.045.003-.029a.18.18 0 0 1-.169.06l.103-.489a.33.33 0 0 0-.336.132a.6.6 0 0 0-.093.234a2 2 0 0 0-.012.511c.015.183.044.377.083.546c.036.16.086.328.154.438zm1.884.527a10 10 0 0 1-1.116-.232a5 5 0 0 1-.555-.181a1 1 0 0 1-.172-.086c-.044-.028-.048-.04-.04-.028l-.426.263a.6.6 0 0 0 .199.188c.072.045.157.087.246.124c.178.075.397.143.618.203c.442.12.924.21 1.178.245zm3.654-.128c-.837.047-1.656.093-2.318.12c-.674.027-1.155.033-1.336.008l-.068.496c.236.032.77.022 1.424-.005c.666-.027 1.49-.073 2.326-.12zm.831-.046l-.83.046l.027.5l.83-.046zm4.756.133c-1.115-.073-3.272-.213-4.756-.133l.027.5c1.448-.08 3.572.058 4.696.132zm.692.04c-.08 0-.323-.016-.692-.04l-.033.499c.356.023.623.04.725.04zm.51.652c.011-.053.027-.12.033-.182a.44.44 0 0 0-.04-.248a.4.4 0 0 0-.233-.19a.9.9 0 0 0-.27-.033v.5a1 1 0 0 1 .117.01l-.02-.012a.14.14 0 0 1-.05-.085q0-.007-.002.008l-.007.048l-.017.075zm-.014.06l.014-.06l-.488-.109l-.015.066zm.235.637c.031.013.04.027.027.014l-.042-.054a1.4 1.4 0 0 1-.117-.21a1.4 1.4 0 0 1-.088-.245a.4.4 0 0 1-.015-.141l-.489-.105a.84.84 0 0 0 .018.363c.027.114.07.23.12.336c.047.105.104.206.16.288q.044.061.094.115a.5.5 0 0 0 .143.102zm1.51-.214c-.244.094-.607.158-.937.191a5 5 0 0 1-.424.025q-.086 0-.134-.004c-.042-.003-.037-.007-.015.002l-.19.463c.057.023.123.03.164.033q.078.007.178.006c.13-.001.295-.01.47-.027c.345-.035.76-.104 1.067-.222zm.624-.062c-.017-.007-.056-.025-.102-.037a.5.5 0 0 0-.157-.009c-.095.01-.211.049-.366.108l.18.467c.159-.061.218-.075.24-.078l-.016-.002c-.006-.001-.01-.004.015.007zm.297.046c-.113 0-.18-.01-.218-.018c-.035-.008-.053-.016-.08-.027l-.205.455c.035.016.091.042.178.06c.083.019.186.03.325.03zm.16-.682c-.006.2-.015.396-.058.543a.3.3 0 0 1-.06.124c-.008.008-.016.015-.042.015v.5a.55.55 0 0 0 .4-.166a.8.8 0 0 0 .181-.332c.065-.219.073-.483.08-.666zm.325-.61a.29.29 0 0 0-.26.165a.5.5 0 0 0-.044.154a3 3 0 0 0-.02.291l.5.018a2 2 0 0 1 .014-.234c.004-.026.006-.02-.003-.003a.2.2 0 0 1-.052.062a.22.22 0 0 1-.135.047zm.476.542c-.042-.092-.092-.202-.141-.29a1 1 0 0 0-.092-.133a.33.33 0 0 0-.243-.119v.5a.2.2 0 0 1-.126-.044l-.005-.005l.003.003l.006.01l.022.035c.036.063.075.15.12.25zm-.229.116a2 2 0 0 1-.008.187l-.003.012l.003-.007l.009-.018a.2.2 0 0 1 .07-.074a.23.23 0 0 1 .16-.034c.049.008.08.03.093.039c.024.018.031.032.022.018l-.029-.05a4 4 0 0 1-.088-.189l-.456.206c.032.071.067.149.1.213q.025.05.057.097c.017.026.049.07.096.106a.3.3 0 0 0 .125.054a.27.27 0 0 0 .19-.04a.32.32 0 0 0 .13-.186c.023-.083.03-.2.03-.334zm-1.077-1.728c-.034.01-.04-.004 0 .012a.7.7 0 0 1 .146.09c.125.093.273.242.416.425c.293.376.515.837.515 1.201h.5c0-.529-.302-1.099-.62-1.508a3 3 0 0 0-.51-.518a1.2 1.2 0 0 0-.261-.154a.5.5 0 0 0-.318-.03zm-1.017-.05c.133.023.309.056.484.073c.169.017.366.023.533-.023l-.132-.482a1.1 1.1 0 0 1-.352.007a6 6 0 0 1-.444-.068zm-.208-.034l.015.001q.017.001.046.007l.147.025l.09-.492l-.159-.027a1 1 0 0 0-.14-.014zm-.16-.497c-.009.007-.026.02-.04.034l-.035.036a.256.256 0 0 0 .126.413c.046.013.09.014.109.014v-.5c-.016 0 .005-.002.037.007a.244.244 0 0 1 .118.379l-.016.018l.015-.012zm.065-.055c0-.012.006-.014-.004-.002l-.023.025l-.038.032l.314.389c.027-.022.088-.07.14-.137a.5.5 0 0 0 .111-.307zm-.124.005q.054 0 .095.006q.04.007.048.012c.005.002-.003-.001-.012-.014s-.007-.021-.007-.009h.5a.5.5 0 0 0-.076-.266a.46.46 0 0 0-.19-.163a.85.85 0 0 0-.358-.066zm-.01-.005l-.001.009l.001-.002h.001l.001-.001h.008v-.5a.505.505 0 0 0-.51.494zm-.123.215l.162-.191h.001v.001l-.03-.033l-.015-.022c-.002-.004.004.007.004.03h-.5a.5.5 0 0 0 .118.302q.038.046.065.072l.022.021l.01.009l.001.001zm-.378.245l.378.005v-.5l-.371-.005zm-6.771.003c.159-.02.57-.032 1.138-.038c.561-.005 1.259-.005 1.979-.002c1.439.008 2.963.028 3.654.037l.007-.5c-.691-.01-2.217-.03-3.659-.037c-.72-.003-1.421-.004-1.986.002c-.558.006-1 .018-1.193.041zm7.076 1.113c-.12.147-.202.231-.25.276l-.046.04l-.004.003h.001v-.001l-.002.001l-.014.01l-.02.018l-.034.038a.44.44 0 0 0-.012.27l.432-.251a.44.44 0 0 1-.011.269l-.034.039c-.01.01-.02.016-.021.017l-.01.008l-.004.002q-.001 0 0 0l.01-.006l.027-.02q.03-.023.083-.071c.068-.064.166-.166.297-.327zm.858-.129a.7.7 0 0 0-.115-.11a.4.4 0 0 0-.248-.084a.47.47 0 0 0-.27.099q-.112.082-.225.224l.388.315a.8.8 0 0 1 .13-.134c.025-.018.017-.005-.015-.005a.1.1 0 0 1-.06-.015l.004.002l.009.009l.03.033zm.001.036q.019 0 .034.006l.012.006l-.015-.013l-.032-.035l-.372.334c.034.038.162.202.373.202zm.911.231a1 1 0 0 0-.484-.206c-.155-.025-.312-.025-.427-.025v.5c.12 0 .238 0 .347.018q.163.027.24.095zm-.565.849a.7.7 0 0 0 .245-.059c.075-.03.159-.075.233-.13a.57.57 0 0 0 .2-.244a.36.36 0 0 0-.113-.416l-.323.381a.14.14 0 0 1-.03-.143c.005-.014.01-.017.003-.01a.2.2 0 0 1-.035.03a.6.6 0 0 1-.18.089c-.015.004-.014.002 0 .002zm-.33-.144c.037.03.156.144.33.144v-.5q.015 0 .026.004l.01.003l-.013-.008l-.03-.025zm-.012-.028l-.023-.003l-.008-.003q.003 0 .013.009l.03.025l.323-.382c-.038-.032-.158-.146-.335-.146zm-.048.05l.062-.05c.013-.007.006 0-.014 0v-.5a.5.5 0 0 0-.245.073c-.056.034-.103.075-.13.098zm-.262.122a.33.33 0 0 0 .186-.062c.03-.021.06-.047.076-.06l-.326-.38q-.015.014-.024.02l-.009.007l.005-.003l.015-.007a.2.2 0 0 1 .077-.015zm-.265-.1c.03.017.067.038.099.054l.058.025a.3.3 0 0 0 .108.02v-.5q.034.002.047.006l.017.005l-.006-.003l-.03-.017l-.046-.025zm-.314-.136c.02 0 .06.008.126.037c.062.027.125.063.188.098l.247-.434c-.06-.034-.144-.083-.235-.122a.8.8 0 0 0-.326-.08zm-.356-.097c.05.061.156.118.198.124a.25.25 0 0 0 .124-.022l.008-.004h.002v-.001h-.001l-.004.003h-.002a.1.1 0 0 1 .03-.003v-.5a.6.6 0 0 0-.247.053l-.005.003l.001-.001a.3.3 0 0 1 .065-.022l.067-.004a.44.44 0 0 1 .198.125z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sb{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSb0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSb0)'%3E%3Cpath fill='%23579D20' fill-rule='evenodd' d='M0 24h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' d='m-.782 24.745l-1.804-2.496L33.675-1.954L35.48.542z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M3.653 6.547L5.017 5.6l1.428.85l-.5-1.524l.998-1.091H5.59l-.573-1.602l-.574 1.602l-1.355.056l1.001 1.035zm5.658 0l1.364-.946l1.428.85l-.5-1.524l.999-1.091h-1.354l-.573-1.602l-.573 1.602l-1.356.056l1.001 1.035z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m6.648 9.455l1.364-.946l1.428.85l-.5-1.524l.998-1.091H8.585l-.573-1.602l-.574 1.602l-1.355.056l1 1.035zM5.017 11.6l-1.364.946l.436-1.62l-1.001-1.035l1.355-.056l.574-1.602l.573 1.602h1.353l-.998 1.09l.5 1.525zm5.658 0l-1.364.946l.436-1.62l-1-1.035l1.355-.056l.573-1.602l.573 1.602h1.354l-1 1.09l.501 1.525z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSc0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSc0)'%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M0 23.997L16.151-2h16.151z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' d='m0 23.997l34.463-12.999V-5.103z'/%3E%3Cpath fill='%23F7FCFF' d='m0 23.997l34.463-4.999v-8.101z'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 23.997h34.463v-7.1z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sd{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23E31D1C' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23272727' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%235EAA22' d='m0 0l16 12L0 24z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-se{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSe0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSe0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M10 0h4v10h18v4H14v10h-4V14H0v-4h10z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSg0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackSg0)'%3E%3Cpath fill='%23E31D1C' d='M0 0v12h32V0z'/%3E%3Cpath fill='%23F1F9FF' d='M8.868 10.59S6.043 9.453 6.043 6.374s2.825-4.179 2.825-4.179c-1.373-.347-5.017-.037-5.017 4.179s3.589 5.01 5.017 4.216m.724-.51l.811-.489l.829.49l-.203-.955l.673-.754h-.912l-.387-.891l-.387.891l-.914.039l.675.715zm3.757-.543l-.81.489l.185-.955l-.675-.715l.914-.038l.386-.892l.387.892h.912l-.673.753l.203.955zM11.287 5.77l.81-.49l.83.49l-.203-.955l.673-.753h-.912l-.387-.892l-.387.892l-.914.038l.675.715zM9.37 7.223l-.81.489l.184-.955l-.675-.715l.914-.038l.387-.892l.387.892h.912l-.673.753l.202.955zm4.548.445l.81-.49l.829.49l-.203-.955l.673-.753h-.912l-.387-.892l-.386.892l-.915.039l.675.714z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sh{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackSh0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackSh0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-si{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSi0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSi0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M13.74 5.036s-2.104-.994-4.722-.994s-4.723.994-4.723.994s.234 3.995.605 6.111c.158.904.917 2.222 1.605 2.845c.784.711 2.513 1.554 2.513 1.554c.5-.345 1.435-.5 2.63-1.554c1.196-1.053 1.493-2.845 1.493-2.845z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' d='m13.462 4.906l.877.437l-.602 6.023c-.21 1.275-.738 2.28-1.582 3.023a7 7 0 0 1-1.382.955c-.27.141-1.4.723-1.39.719c-.114.054-.2.102-.27.15l-.11.075l-.117-.057c-1.17-.57-2.263-1.338-2.806-1.83c-.741-.673-1.522-2.048-1.689-3c-.249-1.423-.472-3.384-.629-6.058l.787-.412c.156 2.654.344 4.768.588 6.166c.145.828.865 2.096 1.523 2.692q.729.661 2.344 1.46q.095-.056.217-.114c.002-.002.734-.326.988-.46a6.4 6.4 0 0 0 1.288-.889c.749-.66 1.216-1.548 1.405-2.677z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M5.542 11.024s.19.584.544 1.24c.518.136.834.129.935.017c.29-.325 1.32-.463 1.513-.186c.119.17.536.289.992.132l-.051.01c.08-.03.265-.103.38-.148c.047-.02.082-.033.092-.037a1.5 1.5 0 0 1 .427-.108a.9.9 0 0 1 .48.096c.36.171.803.251 1.106.199c.37-.644.633-1.215.633-1.215L10.838 9.34l-.698.757l-1.16-1.653l-.97 1.653l-.744-.757zm1.015 1.99a6 6 0 0 1-.23-.335c.45.081.755.038.924-.152c.08-.09.318-.176.589-.213c.126-.017.247-.02.34-.012q.065.006.1.019c.007.002.007.002 0-.01l-.002-.001c.207.296.769.454 1.299.261l-.051.01a9 9 0 0 0 .494-.183l.033-.012a1.2 1.2 0 0 1 .343-.09a.63.63 0 0 1 .329.067c.318.152.689.242 1.015.245q-.104.169-.215.333c-.253.059-.646-.019-.963-.192a.75.75 0 0 0-.437-.1c-.116.01-.23.046-.382.112l-.083.037c-.1.045-.26.118-.329.147l.058-.012c-.397.153-.744.04-.843-.123c-.177-.292-1.103-.15-1.364.185c-.07.09-.28.106-.625.02m.345.41l.059.059c.903.88 2.02 1.312 2.02 1.312s1.33-.402 2.084-1.25q.098-.108.194-.233a2 2 0 0 1-.841-.247a.46.46 0 0 0-.268-.063a1 1 0 0 0-.289.087l-.023.01c-.077.035-.31.14-.45.187l.058-.011c-.467.195-.963.04-1.157-.251a.3.3 0 0 0-.078-.016a1.2 1.2 0 0 0-.287.012c-.23.035-.43.12-.496.204q-.168.213-.526.2' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M7.147 5.886h-.703l.545-.51l-.545-.54h.703l.297-.525l.298.524h.702l-.518.508l.46.543h-.644l-.298.553zm3.313 0h-.703l.546-.51l-.546-.54h.704l.296-.525l.299.524h.701l-.518.508l.46.543h-.643l-.299.553zM8.6 7.568h-.703l.545-.511l-.545-.54H8.6l.297-.524l.298.524h.702l-.518.507l.46.543h-.644l-.298.553z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sj{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSj0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSj0)'%3E%3Cpath fill='%232E42A5' stroke='%23F7FCFF' stroke-width='2' d='M10-1H9V9H-1v6H9v10h6V15h18V9H15V-1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSk0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSk0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' stroke='%23fff' d='m15.604 6.03l.497-.053l-.047-.447H5.877l-.031.467l.499.033l-.499-.033v.004l-.001.012l-.003.046l-.011.176a125 125 0 0 0-.143 2.688c-.064 1.54-.107 3.342.005 4.184c.218 1.642 1.218 5.33 5.087 7l.202.087l.2-.09c3.674-1.642 4.903-4.95 5.187-6.995c.143-1.031.07-2.836-.03-4.336a82 82 0 0 0-.232-2.737l-.004-.043l-.002-.012v-.003z'/%3E%3Cmask id='flagpackSk1' width='12' height='16' x='5' y='5' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m15.604 6.03l.497-.053l-.047-.447H5.877l-.031.467l.499.033l-.499-.033v.004l-.001.012l-.003.046l-.011.176a125 125 0 0 0-.143 2.688c-.064 1.54-.107 3.342.005 4.184c.218 1.642 1.218 5.33 5.087 7l.202.087l.2-.09c3.674-1.642 4.903-4.95 5.187-6.995c.143-1.031.07-2.836-.03-4.336a82 82 0 0 0-.232-2.737l-.004-.043l-.002-.012v-.003z'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackSk1)'%3E%3Cpath fill='%23F7FCFF' d='M10.257 6.59s.207.314.299.795c.093.482.108 1.324.108 1.324l-1.958-.24v1.485l2.002-.256l-.032 1.41s-.6.062-1.09 0c-.492-.062-1.46-.322-1.46-.322v1.7s.983-.314 1.46-.386c.475-.073 1.09 0 1.09 0v2.088h.813V12.1s.888-.078 1.419.006c.53.084 1.033.38 1.033.38v-1.7s-.51.254-.99.317s-1.462.005-1.462.005l.032-1.41s.665-.068 1.039-.018s.84.274.84.274V8.468s-.455.248-.814.293s-1.109-.052-1.109-.052s.014-.87.09-1.293c.078-.424.296-.826.296-.826z'/%3E%3Cpath fill='%232E42A5' d='M6.897 16.245s.44-.943 1.155-1.122s1.465.56 1.465.56s.458-1.495 1.574-1.495s1.508 1.496 1.508 1.496s.476-.561 1.16-.561c.685 0 1.32 1.122 1.32 1.122s-2.045 3.714-4.09 3.714s-4.092-3.714-4.092-3.714'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSl0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackSl0)'%3E%3Cpath fill='%2378D843' d='M0 0v8h32V0z'/%3E%3Cpath fill='%233D58DB' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSm0)'%3E%3Cpath fill='%2356C6F5' fill-rule='evenodd' d='M0 12v12h32V12z' clip-rule='evenodd'/%3E%3Cpath fill='%23006923' fill-rule='evenodd' d='M10.254 9.028a.6.6 0 0 0-.056-.214c-.256-.479-.173-1.078-.173-1.078s-.307.702-.487 1.362c-.19-.307-.255-.616-.255-.616s-.123 1.938.252 2.397c.374.46.623.66.623.66s.029-.804-.08-1.433c.077-.262.146-.55.17-.797a10 10 0 0 0 .341-.266a4 4 0 0 0-.071.581s1.41-1.024 1.446-1.566s.424-1.006.424-1.006s-.32.22-.687.513c.097-.455.396-.813.396-.813s-1.602 1.096-1.733 1.674c-.057.251-.09.454-.11.602m.069 3.33c-.154-.29-.822-1.505-1.289-1.61c-.53-.121-.927-.577-.927-.577s.832 1.754 1.382 1.974c.442.177.732.248.83.268c-.016.237-.019.4-.019.4s.26-.188.658-.627s.377-2.38.377-2.38s-.158.584-.582.924c-.284.228-.39 1.088-.43 1.629m-1.252-.183c.606-.003 1.537 1.481 1.537 1.481s-.36.02-.991-.08c-.63-.1-1.613-1.79-1.613-1.79s.462.393 1.067.39m2.951 3.457s.36-1.891-.18-2.332s-.635-1.1-.635-1.1s-.479 2.098 0 2.64c.48.544.815.792.815.792m-2.176-.51c.352.417 1.474 0 1.474 0s.247.224-.643-.59c-.89-.813-2.7-.299-2.213-.299s1.03.471 1.382.889m.831 2.22c.653.553 2.064-.762 2.064-.762s-.363-.44-1.036-.764s-3.156 0-3.156 0l1.105.492s-1.23.481-.904.454c.327-.027 1.274.027 1.927.58' clip-rule='evenodd'/%3E%3Cpath fill='%23093' fill-rule='evenodd' d='M19.213 16.196s-.56-.943 0-1.399c.562-.456.784-.152.784-.676s.057-.368.333-.628c.275-.26.08-.892.45-.576c.369.316.438-.29.438.968v-1.848c0-.707-.439-.54-.439-1.014s-.438-1.182 0-1.182c.439 0 .697.527.697.527s.43.734.43 0s-.767-.516-1.127-1.326s-.303.09-.782-.953c-.48-1.044-1.05-1.375-.525-1.375h.858c.45 0 1.146-.374 1.146 0v.789c0 .586.43.586.43.586s.234-1.173.529-.586c.294.586.093 1.54.309 1.54c.215 0 .037-.986.507-.231c.47.754 0 1.265 0 1.556s-.507 1.004-.507 1.004s.099.349.507 0s.795-.697.795-.349c0 .35.796.457 0 1.014c-.795.556-.288 1.113-.795 1.113s-1.105.735-1.345.735s-1.137.563-.688.563c.448 0 .907-1.125 1.217-.563c.309.563.305-.091.56.236s.512 2.1.256 1.388s-.656-.712-1.345-.712c-.688 0-2.026.052-1.576.382s.955-.33 1.146 0s.135.66.43.33c.296-.33.586 0 .838 0c.251 0-.252.37 0 .687c.251.318.812.74.251.74c-.56 0-.849-.448-1.089 0c-.24.449-.25 1.227-.688.614c-.439-.614-1.221-.302-1.221-.614c0-.31.171-.361-.306-.361c-.478 0-.478-.379-.478-.379' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M21.516 9.45c0 .138-.108.25-.242.25a.246.246 0 0 1-.242-.25c0-.138.109-.25.242-.25c.134 0 .242.112.242.25M10.34 10a.246.246 0 0 0 .242-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .138.108.25.242.25m.242 1.05c0 .138-.109.25-.242.25a.246.246 0 0 1-.242-.25c0-.138.108-.25.242-.25c.133 0 .242.112.242.25m.145 2.55a.246.246 0 0 0 .242-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .138.108.25.242.25m1.935 2.5a.246.246 0 0 0 .242-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .138.109.25.242.25m9.29-3.8a.246.246 0 0 0 .243-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .138.108.25.242.25m-.532 1.75c0 .138-.108.25-.242.25a.246.246 0 0 1-.241-.25c0-.138.108-.25.241-.25c.134 0 .242.112.242.25m-2.274 2.45a.246.246 0 0 0 .242-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .138.109.25.242.25M13 16.55c0 .138-.108.25-.242.25a.246.246 0 0 1-.242-.25c0-.138.108-.25.242-.25s.242.112.242.25' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M18.038 19.82c0-.205-3.1-2.342-3.933-2.813S9.21 13.942 10.315 10h-.167s-.749 4.857 4.411 7.875c2.35 1.577 2.467 1.945 2.467 1.945s1.012.205 1.012 0' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M13.924 19.82c0-.205 3.1-2.342 3.933-2.813s4.896-3.065 3.79-7.007h.167s.749 4.857-4.411 7.875c-2.35 1.577-2.467 1.945-2.467 1.945s-1.012.205-1.012 0' clip-rule='evenodd'/%3E%3Cpath fill='%2356C6F5' fill-rule='evenodd' d='M16.048 16.886c2.165 0 3.92-2.802 3.92-5.536s-1.755-4.15-3.92-4.15s-3.919 1.416-3.919 4.15s1.755 5.536 3.92 5.536' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M14.313 9.539s.604-.533.302-.533a2 2 0 0 1-.207-.023c-.319-.052-.735-.118-.735.556V10.7h-.09a.1.1 0 0 0 0 .2h.08l-.061 1.127l-.115.01a.11.11 0 0 0-.097.117l.007.084c.005.06.057.103.117.098l.072-.006c-.027.514-.05.963-.05 1.018c0 .135.919.083.919.083s-.029-.542-.06-1.172l.061-.005a.11.11 0 0 0 .098-.117l-.007-.085a.11.11 0 0 0-.117-.097l-.05.004c-.019-.377-.037-.76-.05-1.059h.118a.1.1 0 1 0 0-.2h-.126c-.005-.15-.009-.261-.009-.318z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.871 11h.323v.43h-.323zm-.097 1.5h.538v1h-.538z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16.346 9.539s.603-.533.301-.533c-.058 0-.13-.011-.206-.023c-.32-.052-.736-.118-.736.556V10.7h-.089a.1.1 0 1 0 0 .2h.078l-.06 1.127l-.114.01a.11.11 0 0 0-.098.117l.007.084c.005.06.058.103.117.098l.072-.006c-.027.514-.05.963-.05 1.018c0 .135.919.083.919.083s-.029-.542-.06-1.172l.061-.005a.107.107 0 0 0 .098-.117l-.007-.085a.11.11 0 0 0-.117-.097l-.05.004c-.018-.377-.037-.76-.05-1.059h.119a.1.1 0 0 0 0-.2h-.126c-.006-.15-.01-.261-.01-.318z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M15.903 11h.323v.43h-.323zm-.096 1.5h.537v1h-.538z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.28 9.539s.604-.533.303-.533a2 2 0 0 1-.207-.023c-.32-.052-.735-.118-.735.556V10.7h-.09a.1.1 0 0 0 0 .2h.079l-.06 1.127l-.115.01a.11.11 0 0 0-.098.117l.008.084c.005.06.057.103.116.098l.073-.006c-.027.514-.05.963-.05 1.018c0 .135.918.083.918.083l-.06-1.172l.062-.005a.107.107 0 0 0 .098-.117l-.008-.085a.11.11 0 0 0-.116-.097l-.05.004l-.05-1.059h.118a.1.1 0 0 0 0-.2h-.126c-.006-.15-.01-.261-.01-.318z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M17.839 11h.322v.43h-.322zm-.097 1.5h.538v1h-.538z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M18.516 6.4h-5.129v.766l-.034.003s-2.513 1.952-1.816 4.878c.698 2.925 3.468 5.094 3.468 5.094l.14-.505s-2.64-3.589-2.64-5.023s.498-2.78 1.025-2.99c.317-.125.372-.1.458-.06c.058.027.129.06.3.06c.428 0 .856-.306.856-.306s.298.306.575.306s.28-.306.28-.306V7.3h.032v1.017s.004.306.28.306c.277 0 .575-.306.575-.306s.429.306.857.306c.17 0 .242-.033.3-.06c.086-.04.14-.065.458.06c.527.21 1.025 1.556 1.025 2.99s-2.64 5.023-2.64 5.023l.14.505s2.77-2.17 3.468-5.094c.697-2.926-1.816-4.878-1.816-4.878l-.162-.015z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='M13.387 6.4v-.5h-.5v.5zm5.13 0h.5v-.5h-.5zm-5.13.766l.045.498l.455-.041v-.457zm-.034.003l-.045-.498l-.146.013l-.116.09zm-1.816 4.878l-.486.116zm3.468 5.094l-.309.394l.59.462l.2-.723zm.14-.505l.481.134l.065-.234l-.144-.196zM13.53 8.623l-.184-.464zm.458-.06l-.211.453zm1.156-.246l.359-.349l-.3-.308l-.35.25zm.856 0l.5.006v-.006zM16 7.3v-.5h-.5v.5zm.03 0h.5v-.5h-.5zm0 1.017h-.5v.006zm.856 0l.291-.407l-.35-.25l-.3.308zm1.156.246l.212.453zm.459.06l-.185.465zm-1.615 8.013l-.402-.296l-.144.196l.064.234zm.14.505l-.482.134l.2.722l.59-.462zm1.652-9.972l.307-.395l-.116-.09l-.146-.013zm-.162-.015h-.5v.458l.456.04zM13.387 6.9h5.13v-1h-5.13zm.5.266V6.4h-1v.766zm-.49.5l.035-.002l-.09-.996l-.034.003zm-1.373 4.265c-.308-1.291.087-2.372.582-3.153a5.6 5.6 0 0 1 .97-1.144l.082-.069l.002-.002l-.307-.394l-.307-.395l-.002.001l-.003.002a3 3 0 0 0-.125.106a6.6 6.6 0 0 0-1.155 1.36c-.587.927-1.1 2.285-.71 3.92zm2.98 5.21l.31-.393h-.001l-.005-.004l-.02-.016l-.081-.068a12 12 0 0 1-1.295-1.295c-.756-.88-1.566-2.082-1.888-3.434l-.973.232c.375 1.572 1.298 2.917 2.102 3.854a13 13 0 0 0 1.409 1.407l.123.102l.008.006l.002.002h.001zm-.341-.638l-.14.505l.964.267l.14-.505zm-2.658-4.89c0 .476.208 1.056.458 1.599c.26.563.6 1.165.935 1.712a32 32 0 0 0 1.312 1.965l.023.032l.006.008l.002.003l.403-.296l.403-.296l-.001-.002l-.005-.007l-.022-.029l-.081-.113a31 31 0 0 1-1.187-1.787a16 16 0 0 1-.88-1.608c-.245-.533-.366-.94-.366-1.181zm1.34-3.454c-.266.106-.466.324-.611.537a3.5 3.5 0 0 0-.386.797a6.6 6.6 0 0 0-.343 2.12h1c0-.664.116-1.303.286-1.788a2.5 2.5 0 0 1 .27-.567c.097-.143.157-.171.154-.17zm.855-.049c-.06-.028-.192-.091-.388-.078c-.147.01-.302.061-.466.127l.369.93q.104-.042.146-.053c.03-.009.033-.007.018-.006a.2.2 0 0 1-.086-.01l-.028-.009l.012.005zm.088.013l-.069-.004l-.019-.009l-.423.906a1 1 0 0 0 .196.072c.094.024.196.035.315.035zm.856.194l-.29-.407l.001-.001l-.008.005q-.01.008-.038.024a2 2 0 0 1-.148.08a.9.9 0 0 1-.373.105v1c.322 0 .615-.111.804-.202a3 3 0 0 0 .332-.19l.007-.004l.003-.002v-.001h.001zm.575-.194c.02 0 .019.005-.009-.007a.6.6 0 0 1-.095-.055a1 1 0 0 1-.11-.09l-.004-.005v.001h.001v.001l-.358.349l-.358.348v.001h.001l.002.003l.006.005a1 1 0 0 0 .068.064c.042.038.104.09.178.141c.127.09.378.244.678.244zm.28.194l-.5-.007v-.001l.001-.002v-.015l.002-.008s0-.01.008-.024a.23.23 0 0 1 .075-.088a.24.24 0 0 1 .134-.049v1a.76.76 0 0 0 .456-.144a.8.8 0 0 0 .242-.298a.9.9 0 0 0 .082-.34v-.017zM15.5 7.3v1.017h1V7.3zm.532-.5H16v1h.03zm-.5.5v1.017h1V7.3zm.5 1.017l-.5.007v.007l.002.037a.9.9 0 0 0 .08.313a.8.8 0 0 0 .243.298c.13.096.288.144.455.144v-1c.03 0 .083.01.135.049a.23.23 0 0 1 .075.088q.01.023.008.024l.001.008v.018zm.28.806c.3 0 .552-.154.68-.244a2 2 0 0 0 .245-.205l.005-.005l.002-.002l.001-.001l-.358-.35l-.358-.348l.002-.001l-.004.003a1 1 0 0 1-.11.091a.6.6 0 0 1-.095.055c-.028.012-.03.007-.01.007zm.575-.806l-.29.407h.001l.003.003l.007.004l.02.015l.072.045c.058.036.14.083.24.13c.189.09.482.202.804.202v-1a.9.9 0 0 1-.374-.104a2 2 0 0 1-.186-.105l-.007-.005l.001.001zm.857.806c.118 0 .22-.011.314-.035a1 1 0 0 0 .197-.072l-.423-.906l-.02.01l.001-.001h.001l-.015.002l-.055.002zm.51-.107l.013-.005a.2.2 0 0 1-.076.018h-.039c-.015 0-.012-.002.018.007c.03.008.076.024.147.052l.37-.93a1.6 1.6 0 0 0-.468-.126c-.196-.013-.328.05-.387.078zm.063.072c-.003-.001.057.027.154.17c.09.132.184.323.27.567c.17.485.286 1.124.286 1.788h1a6.6 6.6 0 0 0-.343-2.12a3.5 3.5 0 0 0-.386-.797c-.145-.213-.345-.431-.612-.537zm.71 2.525c0 .241-.122.648-.367 1.181a16 16 0 0 1-.88 1.607a31 31 0 0 1-1.289 1.93l-.005.007l-.001.002l.402.296l.403.297v-.001l.002-.003l.007-.008l.109-.15c.073-.104.178-.252.303-.434c.251-.364.586-.865.922-1.413c.335-.547.677-1.149.936-1.712c.25-.543.458-1.123.458-1.599zm-2.622 5.157l.14.505l.964-.267l-.14-.505zm.622.371l.308.394l.002-.001l.002-.002l.008-.006a3 3 0 0 0 .123-.102a13 13 0 0 0 1.409-1.408c.804-.936 1.727-2.28 2.102-3.853l-.973-.232c-.322 1.352-1.133 2.555-1.888 3.434a12 12 0 0 1-1.295 1.295l-.102.084l-.004.003zm3.954-4.978c.39-1.635-.123-2.993-.71-3.92a6.6 6.6 0 0 0-1.155-1.36l-.118-.1l-.008-.006l-.002-.002h-.001c-.001 0-.001-.001-.308.394l-.307.394l.002.002a1 1 0 0 1 .082.07a5.6 5.6 0 0 1 .97 1.144c.494.78.89 1.86.582 3.152zM18.723 6.67l-.162-.015l-.09.996l.163.015zm-.707-.271v.754h1V6.4z'/%3E%3Cpath fill='%238FC753' fill-rule='evenodd' d='M13.104 13.785s.314-.844.864-.563s.502 1.261 1.002.912c.5-.35.217-.912.958-.912c.742 0 .633.912 1.077.912c.445 0 .483-.912.98-.912c.498 0 1.002.563 1.002.563l-2.942 4.002z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m7.929 18.457l-.317-.426s1.313 0 1.49.309c.05.087.073.153.09.204c.042.128.05.154.406.154c.496 0 0-.492-.206-.667c-.207-.175-.08-.481.206-.481c.11 0 .303-.025.54-.056c.377-.05.867-.115 1.316-.115c.73 0 .125.652.125.652s.945 0 .71-.271c-.234-.272.788-.602 1.23-.602c.412 0 2.266.093 2.516.105c.26-.012 2.199-.105 2.61-.105c.442 0 1.465.33 1.23.602s.71.271.71.271s-.605-.652.126-.652c.448 0 .938.065 1.316.114c.236.032.429.057.54.057c.286 0 .412.306.206.481c-.207.175-.702.667-.207.667c.356 0 .365-.026.407-.154c.017-.051.039-.117.089-.204c.172-.298 1.398-.309 1.485-.309a.26.26 0 0 1-.03-.123c0-.138.107-.25.241-.25s.242.112.242.25c0 .139-.108.25-.242.25a.24.24 0 0 1-.209-.123l-.313.422l.326.405a.24.24 0 0 1 .196-.104c.134 0 .242.112.242.25c0 .139-.108.25-.242.25a.246.246 0 0 1-.242-.25q0-.042.013-.081c-.185-.09-.504-.229-.712-.229h-.577c.145 0 .945.528.703.756l-.041.04c-.238.225-.548.52-.84.359c-.31-.17-.496-.399-.496-.399l-.242-.756s-1.43-.369-1.43-.113c0 .255-.003.38-.51.38c-.284 0-.558-.048-.8-.09a3 3 0 0 0-.497-.064c-.197 0-.503.061-.729.106a2 2 0 0 1-.278.048c-.108 0-.687-.026-.29-.267c.396-.24.488-.492.488-.492s-1.588.236-2.216.25v.001h-.056c-.623-.015-2.12-.25-2.12-.25s.092.25.489.491c.396.24-.182.267-.29.267c-.04 0-.146-.021-.279-.048c-.226-.045-.531-.106-.729-.106c-.138 0-.307.03-.497.064c-.242.042-.516.09-.8.09c-.506 0-.51-.125-.51-.38c0-.256-1.43.113-1.43.113l-.242.756s-.186.229-.495.399c-.293.16-.603-.134-.84-.36l-.041-.039c-.242-.228.557-.756.703-.756h-.578c-.306 0-.858.304-.858.304zm-.687-.299a.246.246 0 0 0 .242-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .139.108.25.242.25m0 1.1a.246.246 0 0 0 .242-.25a.246.246 0 0 0-.242-.25a.246.246 0 0 0-.242.25c0 .139.108.25.242.25' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M15.894 2.03h.2v.214h.246v.2h-.246v.364a.595.595 0 0 1 .487.592c0 .331-.26.6-.581.6a.59.59 0 0 1-.58-.6c0-.294.204-.539.474-.59v-.366h-.225v-.2h.225z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M13.747 5.226c-.28 0-.87.3-.87.3l.458 1.017l2.77-.104l2.768.104l.459-1.018s-.59-.3-.87-.3c-.123 0-.139-.072-.157-.153c-.022-.103-.047-.221-.303-.221c-.182 0-.31.03-.413.054c-.158.037-.26.06-.405-.054l-.019-.015c-.236-.186-.481-.38-.878-.38c-.08 0-.139.075-.183.195c-.044-.12-.103-.195-.182-.195c-.397 0-.643.194-.88.38l-.017.015c-.146.115-.248.091-.405.054a1.7 1.7 0 0 0-.413-.054c-.256 0-.282.118-.304.221c-.018.081-.033.154-.156.154' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='m15.608 3.568l-.194.068q-.77.267-1.334.179c-.774-.12-1.783.283-1.656.872c.055.259.217.747.385 1.16c.233.574.397.863.588.863l.398.02c.281.014.529.022.767.02c.69-.002 1.116-.07 1.269-.277l.045-.06l-.021-.074q-.272-.934-.25-2.559zm-2.9 1.055c-.063-.29.726-.604 1.329-.511q.562.086 1.276-.13q-.004 1.444.237 2.348c-.138.072-.5.119-.99.12a12 12 0 0 1-.75-.02l-.384-.02l-.011-.012a1 1 0 0 1-.095-.143a5 5 0 0 1-.243-.524a8 8 0 0 1-.37-1.108m3.748-1.055l.194.068q.77.267 1.334.179c.773-.12 1.783.283 1.656.872a8.5 8.5 0 0 1-.385 1.16c-.234.574-.397.863-.588.863c-.025 0-.284.014-.37.019l-.028.001c-.281.014-.529.022-.767.02c-.69-.002-1.117-.07-1.27-.277l-.044-.06l.021-.074q.272-.934.25-2.559zm2.9 1.055c.063-.29-.727-.604-1.33-.511q-.562.086-1.275-.13q.004 1.444-.237 2.348c.138.072.5.119.989.12c.232.002.475-.005.752-.02l.383-.02l.011-.012a1 1 0 0 0 .095-.143c.072-.128.156-.31.243-.524c.162-.399.319-.87.37-1.108' clip-rule='evenodd'/%3E%3Cpath fill='%235E5E5E' fill-rule='evenodd' d='M12.837 6.471c0-.055-.032-.156-.102-.342c-.096-.256-.162-.334-.302-.42c-.07-.043-.099-.08-.132-.21a2 2 0 0 0-.118-.332l-.03-.068a.5.5 0 0 1-.03-.18c0-.09.023-.162.085-.292a2 2 0 0 0 .054-.12a.5.5 0 0 0 .04-.183v-.385c0-.225.01-.24.12-.224l.033.005l.067.012a.13.13 0 0 0 .07-.009c.039-.018.068-.053.138-.157c.033-.049.068-.044.193.017l.04.019c.128.059.217.06.293-.032c.117-.142.193-.133.335.004c.07.068.104.094.15.1h.003c.047.008.05.008.182-.073c.01.019.029.026.06.033c.043.01.106.014.148.007c.035-.006.06-.016.077-.05q.084-.003.199-.003v-.1q-.147 0-.246.004l-.018-.016c-.037-.032-.093-.082-.12-.074l-.029.023c-.023.02-.056.05-.087.07c-.132.08-.137.083-.156.08c-.018-.002-.042-.02-.097-.074c-.177-.172-.317-.188-.475.004c-.04.05-.086.048-.18.005l-.038-.018c-.167-.081-.241-.091-.314.017c-.057.086-.082.116-.097.123h-.003v.001c-.004.002-.009.001-.052-.007l-.026-.004l-.037-.006c-.183-.025-.23.046-.23.323v.385q0 .063-.032.144c-.012.03-.017.04-.052.115c-.068.143-.095.226-.095.335c0 .091.011.153.038.22l.034.076l.03.067c.029.07.054.146.08.244c.04.155.083.214.176.27c.121.075.173.135.26.37a3 3 0 0 1 .095.29c-.014.01-.012.019-.008.04l.006.013l.002.003l.012.012l.01.006l-.006-.002l.023.03c.095.123.215.123.329.003l-.07-.07c-.074.079-.126.079-.183.004zm1.162-2.937h-.002zm5.116 2.937c0-.055.032-.156.102-.342c.096-.256.162-.334.302-.42c.07-.043.098-.08.132-.21a2 2 0 0 1 .148-.4a.5.5 0 0 0 .03-.18c0-.09-.023-.162-.085-.292a2 2 0 0 1-.055-.12a.5.5 0 0 1-.04-.183v-.385c0-.225-.009-.24-.12-.224l-.032.005l-.067.012a.13.13 0 0 1-.07-.009c-.04-.018-.068-.053-.138-.157c-.033-.049-.068-.044-.193.017l-.04.019c-.129.059-.218.06-.293-.032c-.117-.142-.194-.133-.335.004c-.07.068-.105.094-.15.1h-.003c-.047.008-.05.008-.182-.073c-.01.019-.029.026-.06.033a.5.5 0 0 1-.149.007c-.035-.006-.06-.016-.076-.05l-.199-.003v-.1q.147 0 .246.004l.018-.016c.037-.032.093-.082.12-.074q.006.002.029.023c.022.02.053.048.084.067l.003.003c.132.08.137.083.156.08c.017-.002.042-.02.097-.074c.177-.172.317-.188.475.004c.04.05.086.048.18.005l.037-.018c.168-.081.242-.091.315.017c.057.086.082.116.097.123h.002l.002.001c.003.002.008.001.05-.007l.027-.004l.037-.006c.183-.025.229.046.229.323v.385q0 .063.033.144c.012.03.016.04.052.115c.068.143.095.226.095.335a.6.6 0 0 1-.038.22l-.064.143a2 2 0 0 0-.08.244c-.04.155-.083.214-.176.27c-.122.075-.173.135-.261.37a3 3 0 0 0-.094.29c.014.01.012.019.008.04l-.006.013l-.002.003c-.006.007-.006.007-.013.012l-.008.006q.003 0 .005-.002l-.024.03c-.095.123-.214.123-.328.003l.07-.07c.074.079.125.079.182.004z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='m13.774 17.885l.06-.496q1.612.197 2.154.197q.818.037 1.949-.119l.068.495c-.781.108-1.46.15-2.028.124c-.377 0-1.108-.067-2.203-.201'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FBCD17' d='M10 0h12v24H10z'/%3E%3Cpath fill='%23006923' d='m16.075 14.49l-3.485 2.418l1.114-4.14l-2.56-2.79h3.466l1.465-4.094l1.466 4.095h3.46l-2.554 2.788l1.279 3.897z'/%3E%3Cpath fill='%23E11C1B' d='M22 0h10v24H22z'/%3E%3Cpath fill='%23006923' d='M0 0h10v24H0z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-so{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%2356C6F5' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='m16.179 14.717l-3.764 2.393l1.262-4.189l-2.684-2.737l3.701-.08l1.637-4.137l1.493 4.19l3.692.065l-2.775 2.788l1.296 3.985z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%234E8B1D' fill-rule='evenodd' d='M0 16h32v8H0zM0 0h32v6H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23AF0100' stroke='%23fff' stroke-width='3' d='M0 6.5h-1.5v11h35v-11z'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M16.002 14.494L13.508 16l.57-2.938l-2.078-2.2l2.813-.118L16.003 8l1.19 2.744H20l-2.072 2.318l.624 2.938z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ss{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%234E8B1D' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' stroke='%23F7FCFF' stroke-width='2' d='M0 7h-1v10h34V7z'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='m0 0l20 12L0 24z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m6.648 14.409l-2.02 2.1l-.21-2.986l-2.576-1.586l2.686-.843l.44-2.958l1.859 2.342l2.712-.727l-1.402 2.776L9.5 15.203z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-st{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FBCD17' d='M0 0v24h32V0z'/%3E%3Cpath fill='%2373BE4A' d='M0 0v8h32V0zm0 16v8h32v-8z'/%3E%3Cpath fill='%23C51918' d='M0 0v24l10-12z'/%3E%3Cpath fill='%23272727' d='M17.002 13.87L15.132 15l.426-2.204L14 11.146l2.11-.088L17.001 9l.892 2.058H20l-1.554 1.738l.468 2.204zm8 0L23.132 15l.426-2.204L22 11.146l2.11-.088L25.001 9l.892 2.058H28l-1.554 1.738l.468 2.204z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sv{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSv0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSv0)'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0v8h32V0zm0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath stroke='%23E8AA00' d='M19.425 11.858a3.642 3.642 0 1 1-7.283 0a3.642 3.642 0 0 1 7.283 0Z'/%3E%3Cpath fill='%231E601B' fill-rule='evenodd' d='M13.81 9.662s-.952 1.568-.952 2.644s1.14 2.429 2.934 2.429c1.75 0 3.008-1.045 3.046-2.429s-.942-2.369-.942-2.369s.555 1.993.278 2.8c-.278.807-1.175 1.784-2.382 1.66s-2.353-1.61-2.353-2.09s.372-2.645.372-2.645' clip-rule='evenodd'/%3E%3Cpath stroke='%23188396' d='M14.16 12.328h3.208'/%3E%3Cpath stroke='%23E8AA00' d='M14.459 11.806h2.76m-.169.605h-2.457l1.24-2.056z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sx{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSx0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSx0)'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 12v12h32V12z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0-2v28l20-14z' clip-rule='evenodd'/%3E%3Cmask id='flagpackSx1' width='20' height='28' x='0' y='-2' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0-2v28l20-14z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackSx1)'%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='M8.126 10.189c1.437 0 2.601-.938 2.601-2.095C10.727 6.938 9.563 6 8.126 6s-2.602.938-2.602 2.094c0 1.157 1.165 2.095 2.602 2.095' clip-rule='evenodd'/%3E%3Cpath fill='%23DA610A' fill-rule='evenodd' d='M8.353 6.385c-.212 0-.363.137-.363.343v.023a.4.4 0 0 0-.019.115a.37.37 0 0 0 .124.285a.2.2 0 0 1 .007.056c-.005-.018-.026-.033-.065-.062a2 2 0 0 1-.29-.25c-.203-.206-.356-.287-.546-.255a1 1 0 0 0-.182.057c-.108.04-.208.048-.391.013q-.766-.144-1.676.28l.21.453c.517-.24.973-.318 1.372-.242c.274.053.464.035.654-.033a1 1 0 0 1 .095-.035c-.006.001-.002.005.024.03l.084.082q.086.087.178.158c-.118.032-.112.053-.09.13q.015.046.027.126c.014.12-.01.18.01.21c.024.033.104.026.356.015a10 10 0 0 0 .853-.092c.14-.023.177-.032.236-.075l.052-.065a24 24 0 0 1 1.638-.184c.012 0 .012 0 .074-.013l.042-.018q.002 0 0 0l.122-.29l-.126-.153a1 1 0 0 0-.092-.027h-.143c-.083 0-.149-.008-.243-.025l-.088-.016c-.39-.072-.752-.072-1.519.043l-.042-.033a4 4 0 0 1 .432-.044c.096-.005.096-.005.15-.006h.024l-.003-.5h-.886M7.94 7.833l.048-.01l.047-.01z' clip-rule='evenodd'/%3E%3Cpath fill='%2356C6F5' stroke='%23E31D1C' d='m7.925 8.58l.08.014l.082-.013c.993-.163 1.647-.144 2.026-.017c.436.146.918.105 1.426-.066a9.3 9.3 0 0 0-.244 2.034c0 .727.14 1.314.268 1.829l.01.041c.126.505.23.923.23 1.402c0 .431-.144.657-.343.799c-.231.163-.617.268-1.188.268c-.806 0-1.56.217-2.255.641l-.011-.008l-.011.008a4.25 4.25 0 0 0-2.255-.642c-.571 0-.957-.104-1.188-.267c-.2-.142-.343-.368-.343-.799c0-.48.104-.897.23-1.402q.003-.02.01-.041c.127-.515.268-1.102.268-1.83q-.001-.956-.244-2.033c.507.171.99.212 1.426.066c.38-.127 1.033-.146 2.026.017Z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m8.785 10.624l-.772-.686l-.771.686h.229v.396l-1.2.747v1.829h-.229v.342h4v-.342h-.286v-1.829L8.5 10.984v-.36z' clip-rule='evenodd'/%3E%3Cpath fill='%233B3B3B' d='m8.013 9.938l.083-.093l-.083-.074l-.083.074zm.772.686v.125h.329l-.246-.218zm-1.543 0l-.083-.093l-.246.218h.329zm.229 0h.125V10.5H7.47zm0 .396l.066.106l.059-.037v-.07zm-1.2.747l-.067-.106l-.058.037v.069zm0 1.829v.125h.125v-.125zm-.229 0v-.125h-.125v.125zm0 .342h-.125v.125h.125zm4 0v.125h.125v-.125zm0-.342h.125v-.125h-.125zm-.286 0h-.125v.125h.125zm0-1.829h.125v-.07l-.059-.036zM8.5 10.984h-.125v.07l.059.036zm0-.36V10.5h-.125v.125zm-.569-.592l.772.686l.166-.187l-.772-.686zm-.605.686l.771-.686l-.166-.187l-.771.686zm.146-.219h-.229v.25h.229zm-.125.125v.396h.25v-.396zm.058.29l-1.2.747l.133.212l1.2-.747zm-1.258.853v1.829h.25v-1.829zm.125 1.704h-.229v.25h.229zm-.354.125v.342h.25v-.342zm.125.467h.229v-.25h-.229zm.229 0h3.485v-.25H6.271zm3.485 0h.286v-.25h-.286zm.411-.125v-.342h-.25v.342zm-.125-.467h-.286v.25h.286zm-.16.125v-1.829h-.25v1.829zm-.06-1.935l-1.257-.783l-.132.212l1.257.783zm-1.198-.677v-.36h-.25v.36zm.16-.485H8.5v.25h.286z'/%3E%3Cpath fill='%23FBCD17' d='M7.952 17.02c1.061 0 1.791-.116 2.168-.313a.5.5 0 0 1 .455-.255c.827.03 1.467-.318 1.97-1.083c.543-.827.653-2.001.298-3.543l.9-.207c.406 1.766.273 3.192-.427 4.257c-.628.954-1.483 1.464-2.527 1.499c-.534.395-1.468.568-2.837.568c-1.324 0-2.306-.257-2.935-.803c-1.43-.338-2.339-.908-2.696-1.753c-.381-.902-.381-2.152-.026-3.764l.902.199c-.318 1.442-.318 2.514-.026 3.205c.204.483.797.877 1.8 1.15l.933.2l-.044.235c.455.266 1.15.408 2.092.408'/%3E%3Cpath fill='%2373BE4A' fill-rule='evenodd' d='M4.767 9.176a.5.5 0 0 0 .277.65l.016.007l-.024.05a.502.502 0 0 0 .478.718l-.011.057c-.103.504.479.756.8.5a.48.48 0 0 0 .47-.385l.056-.241l.023.007c.472.142.79-.378.582-.73a.499.499 0 0 0-.584-.719l-.516.159a.5.5 0 0 0-.217-.011a.5.5 0 0 0-.188-.133l-.512-.206a.5.5 0 0 0-.65.277m2.062 1.356l.122-.517l-.63.364z' clip-rule='evenodd'/%3E%3Cpath fill='%23FBCD17' fill-rule='evenodd' d='M6.205 10.476a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M10.241 10.073c-.008-.336-.046-1.104-.216-1.104c-.172 0-.198.777-.201 1.11a1.35 1.35 0 0 0-.518.351h1.472s-.232-.265-.537-.357' clip-rule='evenodd'/%3E%3Cpath fill='%2373BE4A' d='m2.55 12.569l.247.042q-.298 1.721-.007 2.458c.224.57 1.546 1.336 1.92 1.336v.25c-.47 0-1.888-.82-2.153-1.494q-.318-.813-.007-2.592m10.831-.06l-.246.041q.27 1.614-.117 2.516c-.309.725-1.502 1.649-1.815 1.649v.25c.421 0 1.7-.99 2.045-1.801q.415-.978.133-2.655m-6.988 4.915l.047-.246q1.196.23 1.626.23c.284 0 .8-.077 1.538-.23l.05.245q-1.13.234-1.588.235c-.306 0-.861-.078-1.673-.234'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sy{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23409100' d='M9.001 13.247L7.754 14l.285-1.47L7 11.432l1.406-.06L9.001 10l.595 1.372H11L9.964 12.53l.312 1.47zm14 0L21.754 14l.284-1.47L21 11.432l1.406-.06l.595-1.371l.595 1.372H25l-1.036 1.159l.312 1.469z'/%3E%3Cpath fill='%23E31D1C' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23272727' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-sz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' stroke='%23FFD018' stroke-width='2' d='M0 5h-1v14h34V5z'/%3E%3Cpath fill='%23FFD018' d='M7.15 9.331c-.12 0-.218-.271-.218-.606s.097-.605.217-.605H24.56c.12 0 .217.27.217.605s-.097.606-.217.606z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m24.095 8.602l1.011-1.29l1.79 1.29l-1.79 1.324z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='M7.15 13.331c-.12 0-.218-.271-.218-.606s.097-.605.217-.605H24.56c.12 0 .217.27.217.605s-.097.606-.217.606z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m24.095 12.602l1.011-1.29l1.79 1.29l-1.79 1.324z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' d='M4.346 15.822c-.161 0-.292-.308-.292-.688s.13-.688.292-.688H27.69c.16 0 .29.308.29.688s-.13.688-.29.688z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M8.817 12.053s2.842-5.98 6.906-5.98c4.063 0 7 5.98 7 5.98s-3.586 5.901-6.953 5.901s-6.953-5.901-6.953-5.901' clip-rule='evenodd'/%3E%3Cmask id='flagpackSz0' width='15' height='12' x='8' y='6' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.817 12.053s2.842-5.98 6.906-5.98c4.063 0 7 5.98 7 5.98s-3.586 5.901-6.953 5.901s-6.953-5.901-6.953-5.901' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackSz0)'%3E%3Cpath fill='%23272727' d='M15.924 5.68s-.927 1.126-.618 2.2s1.03.96 1.03 1.906s-.333 1.91 0 1.91c.332 0 .447.653.143 1.096c-.304.442-.573.456-.555 1.176s1.592 1.427.83 1.427s-1.768.74-1.448.74s1.993.577 1.993 1.334v1.362H8.57V5.681z'/%3E%3Cpath fill='%23F7FCFF' d='M11.819 9.923h-.434v1.77h.434zm1.281 0h-.434v1.77h.434zm-1.075 0h.435v1.77h-.435zm1.716 0h-.434v1.77h.434zm.207 0h.434v1.77h-.434zm1.075 0h-.435v1.77h.435zm-3.638 2.538h.434v1.77h-.434zm1.716 0h-.435v1.77h.434zm-1.076 0h.435v1.77h-.435zm1.716 0h-.434v1.77h.434zm.207 0h.434v1.77h-.434zm1.075 0h-.435v1.77h.435z'/%3E%3Cpath fill='%23272727' d='M16.977 9.923h-.434v1.77h.434zm1.282 0h-.434v1.77h.434zm-1.075 0h.434v1.77h-.434zm1.716 0h-.435v1.77h.435zm.206 0h.434v1.77h-.434zm1.075 0h-.434v1.77h.434zm-3.638 2.538h.434v1.77h-.434zm1.716 0h-.434v1.77h.434zm-1.075 0h.434v1.77h-.434zm1.716 0h-.435v1.77h.435zm.206 0h.434v1.77h-.434zm1.075 0h-.434v1.77h.434z'/%3E%3Cpath fill='%233D58DB' d='M13.232 7.072c-.609.188-.887 1.784-.82 2.17c.069.385.275-.049.275-.049s.421.915.465 1.162c.043.246.265-.373.265-.373s.73.504.829 1.064s.247-.641.247-.641l.166-.03l-.105-.593l.316.27l-.098-.552s.238.31.178-.032l-.094-.532l-.082-.467l.312-.056s-1.246-1.53-1.854-1.341'/%3E%3C/g%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M26.088 13.696c-.632.08-1.183 1.603-1.183 1.995c0 .391.279 0 .279 0s.255.974.255 1.224s.326-.32.326-.32s.632.622.632 1.191s.355-.589.355-.589h.168v-.602l.264.32v-.56s.18.346.18 0v-1.016h.317s-.96-1.723-1.593-1.643m-20.495-.231c.632.08 1.183 1.603 1.183 1.995s-.278 0-.278 0s-.256.974-.256 1.224s-.326-.32-.326-.32s-.632.622-.632 1.191s-.355-.588-.355-.588h-.168v-.603l-.264.32v-.56s-.18.347-.18 0v-1.016H4s.96-1.723 1.593-1.643' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackTc0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackTc0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-td{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23E11C1B' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23FBCD17' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%235EAA22' stroke='%23F7FCFF' stroke-width='2' d='M0-1h-1v26h34V-1z'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 6v4h32V6zm0 8v4h32v-4z' clip-rule='evenodd'/%3E%3Cpath fill='%23F50101' d='M0 0h16v14H0z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m8.25 10.144l-3.72 2.302l1.445-3.864L3 5.98h3.648L8.25 2.13l1.223 3.85h3.604l-2.532 2.603l1.246 3.674z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-th{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F50101' fill-rule='evenodd' d='M0 16h32v8H0zM0 0h32v6H0z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' stroke='%23fff' stroke-width='3' d='M0 6.5h-1.5v11h35v-11z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tj{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23F7FCFF' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23C51918' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23409100' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23FB0' d='m16.02 8.63l-.591.418l.208-.7l-.573-.442l.72-.015l.236-.691l.237.69l.72.016l-.574.442l.208.7zm-2.497.613l-.591.417l.208-.7l-.574-.442l.72-.014l.237-.691l.236.69l.72.015l-.573.442l.208.7zm-2.533 2.256l.59-.418l.592.418l-.209-.7l.574-.442l-.72-.015l-.236-.69l-.237.69l-.72.015l.574.442zm-.033 1.965l-.592.418l.209-.7L10 12.74l.72-.015l.237-.69l.236.69l.72.015l-.574.442l.209.7zm9.466.418l.591-.418l.591.418l-.208-.7l.574-.442l-.72-.015l-.237-.69l-.236.69l-.72.015l.574.442zm-.172-2.801l-.59.418l.208-.7l-.574-.442l.72-.015l.236-.69l.237.69l.72.015l-.574.442l.209.7zm-2.504-1.42l.591-.418l.591.417l-.208-.7l.574-.442l-.72-.014l-.237-.691l-.236.69l-.72.015l.574.442zm-5.08 7.094l-.184-.657q1.53-.413 3.513-.413q1.984 0 3.514.413l-.184.657q-1.435-.39-3.33-.39t-3.329.39m1.264-1.053c-.407.07-.74-.324-.74-.324l.403-.167a.65.65 0 0 1 .157-.453c.136.062.322.406.322.406h.367s-.102.469-.51.538m4.81-.256s-.334.393-.74.324c-.408-.069-.51-.538-.51-.538h.366s.187-.344.323-.406c0 0 .17.173.156.453zm-2.796.131c-.412.012-.687-.424-.687-.424l.423-.109a.65.65 0 0 1 .218-.427c.126.081.263.447.263.447l.362.052s-.166.45-.579.461'/%3E%3Cpath fill='%23FB0' d='M15.959 13.699s-.47 1.073-1.208 1.156c-.739.083-1.114-.61-1.114-.61s-.048.72-.926.999c-.877.278-1.339-.833-1.339-.833s.457.409 1.165.23c.709-.178.988-.835.988-.835s.524.686 1.226.343c.701-.343 1.09-.762 1.09-1.164v-1.201s-.182-.312-.495-.312c-.315 0-.402.22-.402.22s-.123-1.25 1.006-1.327v-.003l.032.002l.03-.002v.003c1.13.078 1.007 1.328 1.007 1.328s-.087-.221-.401-.221s-.495.312-.495.312v1.201c0 .402.388.821 1.09 1.164c.7.343 1.225-.343 1.225-.343s.28.658.988.836s1.165-.231 1.165-.231s-.462 1.11-1.34.833c-.877-.278-.925-1-.925-1s-.375.694-1.114.611c-.738-.083-1.207-1.156-1.207-1.156l-.023-1.417zm-.01-2.997c-.522 0-.627.44-.627.44c.458 0 .626.2.626.2s.34-.2.681-.2c0 0-.16-.44-.68-.44'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tk{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTk0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackTk0)'%3E%3Cpath fill='%23F7FCFF' d='m3.294 10.063l-.885.548l.344-.92L2 8.995h.913L3.294 8l.292.995H4.5l-.659.696l.323.92zm4-4l-.885.548l.344-.92L6 4.995h.913L7.294 4l.292.995H8.5l-.659.696l.323.92zm4.001 4l-.886.548l.344-.92L10 8.995h.913L11.294 8l.292.995h.914l-.659.696l.323.92zm-4.001 4l-.885.548l.344-.92L6 12.996h.913L7.294 12l.292.995H8.5l-.659.697l.323.92z'/%3E%3Cpath fill='%23FECA00' d='M24.842 5.463c-4.083 2.017-17.5 11.082-17.5 11.082h22.35q-.334-.073-.628-.13c-1.64-.327-2.45-.488-4.222-4.018c-1.984-3.952 0-6.934 0-6.934M6.616 17.965l-.306.76l.306.835l22.753.44l.631-1.16l-.63-.835z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tl{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' stroke='%23F7FCFF' stroke-width='2' d='M0-1h-1v26h34V-1z'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='m0 0l24 12L0 24z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='m0 0l16 12L0 24z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m6.648 14.409l-2.02 2.1l-.21-2.986l-2.576-1.586l2.686-.843l.44-2.958l1.859 2.342l2.712-.727l-1.402 2.776L9.5 15.203z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2329C470' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTm0)'%3E%3Cpath fill='%23C51918' d='M2-.323h10V26H2z'/%3E%3Cmask id='flagpackTm1' width='10' height='27' x='2' y='-1' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M2-.323h10V26H2z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTm1)'%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='m2.595.906l-.546.701L2 1.56l.53-.681V.74l.002-.013l.061-.19l-.037-.065l-.313.312l.603-.938v.32l.115.105l.276-.483l-.277-.465l-.2.154l.081.163l-.055.039l-.452-.755l.288.196l.05-.073l-.275-.28l.122-.135l-.403-.588L2.168-2l.438.64l-.113.125l.269.274l-.124.18l-.083-.057l.158.263l.265-.204l.338.567l-.34.593L2.78.203V.075l-.198.308l.084.147l-.07.218zM2.05 6.63l.546-.701V5.77l.071-.218l-.084-.147l.198-.308v.128l.197.178l.339-.593l-.338-.567l-.265.204l-.158-.263l.083.056l.124-.18l-.27-.273l.114-.125l-.438-.64l-.052.045l.403.588l-.122.134l.275.28l-.05.074l-.288-.197l.452.755l.055-.038l-.08-.163l.2-.154l.276.465l-.276.483l-.115-.104v-.32l-.603.938l.313-.312l.037.066l-.061.19l-.002.012v.137L2 6.58zm.546 3.878l-.546.702l-.05-.05l.53-.68v-.137l.002-.013l.061-.19l-.037-.066l-.313.313l.603-.938v.32l.115.105l.276-.483l-.277-.465l-.2.154l.081.162l-.055.04l-.452-.756l.288.197l.05-.074l-.275-.28l.122-.135l-.403-.587l.052-.045l.438.64l-.113.125l.269.274l-.124.179l-.083-.056l.158.263l.265-.204l.338.567l-.34.592l-.196-.177v-.128l-.198.308l.084.146l-.07.218zm-.546 5.356l.546-.702v-.158l.071-.218l-.084-.147l.198-.308v.128l.197.178l.339-.593l-.338-.566l-.265.203l-.158-.263l.083.057l.124-.18l-.27-.274l.114-.125l-.438-.64l-.052.045l.403.588l-.122.134l.275.28l-.05.074l-.288-.196l.452.755l.055-.039l-.08-.163l.2-.153l.276.464l-.276.483l-.115-.104v-.32l-.603.937l.313-.312l.037.066l-.061.19l-.002.012v.137l-.53.68zm0 4.136l.546-.702v-.158l.071-.218l-.084-.146l.198-.308v.128l.197.177l.339-.592l-.338-.567l-.265.204l-.158-.263l.083.056l.124-.18l-.27-.273l.114-.126l-.438-.64l-.052.046l.403.588l-.122.134l.275.28l-.05.074l-.288-.197l.452.755l.055-.038l-.08-.163l.2-.154l.276.465l-.276.483l-.115-.105v-.32l-.603.938l.313-.313l.037.066l-.061.19l-.002.013v.136l-.53.681zm9.902 0l-.546-.702v-.158l-.071-.218l.084-.146l-.198-.308v.128l-.197.177l-.339-.592l.338-.567l.265.204l.158-.263l-.083.056l-.124-.18l.27-.273l-.114-.126l.438-.64l.052.046l-.403.588l.122.134l-.275.28l.05.074l.288-.197l-.452.755l-.055-.038l.08-.163l-.2-.154l-.276.465l.276.483l.115-.105v-.32l.603.938l-.313-.313l-.037.066l.061.19l.002.013v.136l.53.681zm-.546-4.838l.546.701l.049-.048l-.53-.681v-.137l-.002-.012l-.061-.19l.037-.066l.313.312l-.603-.938v.32l-.115.105l-.276-.483l.277-.464l.2.153l-.081.163l.055.039l.452-.755l-.288.196l-.05-.073l.275-.28l-.122-.135l.403-.588l-.052-.045l-.438.64l.113.125l-.269.274l.124.18l.083-.057l-.158.263l-.265-.203l-.338.566l.34.593l.196-.178v-.128l.198.308l-.084.147l.07.218zm.546-3.952l-.546-.702v-.158l-.071-.218l.084-.146l-.198-.308v.128l-.197.177l-.339-.592l.338-.567l.265.204l.158-.263l-.083.056l-.124-.18l.27-.273l-.114-.126l.438-.64l.052.046l-.403.587l.122.135l-.275.28l.05.074l.288-.197l-.452.755l-.055-.039l.08-.162l-.2-.154l-.276.465l.276.483l.115-.105v-.32l.603.938l-.313-.313l-.037.066l.061.19l.002.013v.136l.53.681zm-.546-5.281l.546.701l.049-.048l-.53-.681v-.137l-.002-.013l-.061-.19l.037-.065l.313.312l-.603-.938v.32l-.115.105l-.276-.483l.277-.465l.2.154l-.081.163l.055.038l.452-.755l-.288.197l-.05-.073l.275-.281l-.122-.134l.403-.588l-.052-.045l-.438.64l.113.125l-.269.274l.124.18l.083-.057l-.158.263l-.265-.204l-.338.567l.34.593l.196-.178v-.128l.198.308l-.084.147l.07.218zm.546-4.322l-.546-.701V.748L11.334.53l.084-.147l-.198-.308v.128l-.197.178l-.339-.593l.338-.567l.265.204l.158-.263l-.083.056l-.124-.18l.27-.273l-.114-.125l.438-.64l.052.045l-.403.588l.122.134l-.275.28l.05.074l.288-.196l-.452.755l-.055-.04l.08-.162l-.2-.154l-.276.465l.276.483l.115-.104v-.32l.603.937l-.313-.312l-.037.066l.061.19l.002.012v.137l.53.68z' clip-rule='evenodd'/%3E%3Cpath fill='%23389F5D' fill-rule='evenodd' d='M7.307 14.565H8.86v.364h.354v.292h.425v.948h-.425v.291H8.86v.292H7.348l-.418.372l-.42-.372H5.108v-.292h-.354v-.291H4.4v-.948h.354v-.292h.354v-.364h1.443l.379-.335z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' d='M8.86 14.565h.25v-.25h-.25zm-1.553 0l-.166.186l.07.064h.096zm1.553.364h-.25v.25h.25zm.354 0h.25v-.25h-.25zm0 .292h-.25v.25h.25zm.425 0h.25v-.25h-.25zm0 .948v.25h.25v-.25zm-.425 0v-.25h-.25v.25zm0 .291v.25h.25v-.25zm-.354 0v-.25h-.25v.25zm0 .292v.25h.25v-.25zm-1.512 0v-.25h-.095l-.07.063zm-.418.372l-.166.187l.166.147l.166-.147zm-.42-.372l.165-.187l-.07-.063H6.51zm-1.402 0h-.25v.25h.25zm0-.292h.25v-.25h-.25zm-.354 0h-.25v.25h.25zm0-.291h.25v-.25h-.25zm-.354 0h-.25v.25h.25zm0-.948v-.25h-.25v.25zm.354 0v.25h.25v-.25zm0-.292v-.25h-.25v.25zm.354 0v.25h.25v-.25zm0-.364v-.25h-.25v.25zm1.443 0v.25h.095l.07-.063zm.379-.335l.166-.187l-.166-.147l-.166.146zm1.93.085H7.307v.5H8.86zm.25.614v-.364h-.5v.364zm.104-.25H8.86v.5h.354zm.25.542v-.292h-.5v.292zm.175-.25h-.425v.5h.425zm.25 1.198v-.948h-.5v.948zm-.675.25h.425v-.5h-.425zm.25.041v-.291h-.5v.291zm-.604.25h.354v-.5H8.86zm.25.042v-.292h-.5v.292zm-1.762.25H8.86v-.5H7.348zm-.252.309l.418-.372l-.332-.374l-.418.372zm-.752-.372l.42.372l.331-.374l-.42-.372zm-1.236.063H6.51v-.5H5.108zm-.25-.542v.292h.5v-.292zm-.104.25h.354v-.5h-.354zm-.25-.541v.291h.5v-.291zm-.104.25h.354v-.5H4.4zm-.25-1.198v.948h.5v-.948zm.604-.25H4.4v.5h.354zm-.25-.042v.292h.5v-.292zm.604-.25h-.354v.5h.354zm-.25-.114v.364h.5v-.364zm1.693-.25H5.108v.5h1.443zm.166.437l.378-.335l-.33-.375l-.38.335zm.047-.336l.377.335l.332-.373l-.377-.335z'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M5.315 15.407v-.644h.75zm3.158 0v-.644h-.75zm-3.158 1.167v-.644l.75.644zm3.158-.644v.644h-.75z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='m6.645 14.819l.26-.34l.255.34zm0 .316l.26.34l.255-.34zm.26.803l-.26.339h.515zm-.26.656l.26.34l.255-.34z' clip-rule='evenodd'/%3E%3Cpath fill='%23AF0100' fill-rule='evenodd' d='M6.65 14.778v.146h-.148v.2h.148v.146h.52v-.146h.148v-.2H7.17v-.146zm.52 1.604v-.145h-.52v.146h-.148v.2h.148v.145h.52v-.146h.148v-.2zm-1.516-.832l.247-.342l.243.341zm0 .318l.247.34l.243-.34zm2.3-.66l-.247.341h.49zm-.247.66l.247.34l.243-.34z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M5.652 15.508v.148h-.141v.204h.141v.149h.494v-.149h.142v-.204h-.142v-.149zm2.547.148v-.149h-.494v.15h-.141v.203h.141v.149H8.2v-.149h.142v-.204z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTm2' width='6' height='4' x='4' y='17' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m6.217 17.25l-1.772 1v1.655l1.772 1.04h1.919l1.813-1.04V18.25l-1.813-1z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTm2)'%3E%3Cpath fill='%23E8AA00' d='M4.47 19.096h2.762v1.823H4.47z'/%3E%3Cpath fill='%23F9E8E7' d='M4.188 17.273h3.044v1.823H4.188z'/%3E%3Cpath fill='%23E8AA00' d='m4.896 18.335l.916-.552v.552zm5.38-1.062H7.232v1.823h3.044z'/%3E%3Cpath fill='%23F9E8E7' d='m9.356 18.335l-.917-.552v.552zm.637 2.584H7.232v-1.823h2.761z'/%3E%3Cpath fill='%23E8AA00' d='m9.285 19.856l-.917.552v-.552z'/%3E%3Cpath fill='%23FCFCFC' d='m4.896 19.741l.916.552v-.552z'/%3E%3C/g%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M6.24 18.367h.46l.461-.146l.46.146h.46v1.385h-.46l-.46.219l-.46-.219h-.46z' clip-rule='evenodd'/%3E%3Cpath fill='%23C9343F' fill-rule='evenodd' d='M7.798 17.538h.25v.282h.103v.2h-.103v.107h-.25zm-2.51.875h-.25v.59h.25v-.108h.102v-.2h-.103zm.353 0h-.25v.59h.25zm-.354.729h-.25v.59h.25v-.108h.103v-.2h-.103zm.104 0h.25v.59h-.25zm3.54-.73h.25v.283h.102v.2h-.102v.107h-.25zm.604 0h-.25v.59h.25zm-.354.73h-.25v.59h.25v-.108h.102v-.2h-.102zm.104 0h.25v.59h-.25zm-.883-1.604h-.25v.59h.25zm-2.053 0H6.1v.59h.25v-.108h.103v-.2H6.35zm.104 0h.25v.59h-.25zm1.345 2.479h.25v.282h.103v.2h-.103v.108h-.25zm.604 0h-.25v.59h.25zm-2.053 0H6.1v.59h.25v-.108h.103v-.2H6.35zm.104 0h.25v.59h-.25z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.025 18.666h.07v-.198h-.353v.227h-.291v.325h.27v-.073h-.2v-.18h.24l.363.314l-.362.313h-.24v-.18h.2v-.072H6.45v.325h.291v.226h.354v-.198h-.07v.125h-.213v-.175l.368-.319l.368.319v.175h-.212v-.125h-.071v.198h.354v-.226h.291v-.325h-.27v.073h.2v.179H7.6l-.363-.313l.362-.313h.24v.179h-.2v.073h.271v-.325h-.29v-.227h-.354v.198h.07v-.125h.213v.175l-.368.319l-.368-.319v-.175h.212z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M7.584 4.8H6.338v4h1.246zm-2.805.846h.78V7.8h-.78zm3.663 0h.779V7.8h-.78z' clip-rule='evenodd'/%3E%3Cpath fill='%23389F5D' fill-rule='evenodd' d='M6.338 5.108h-.78v3.077h.78zm-1.559.846H4v1.461h.78zm4.442 0H10v1.461h-.78zm-.857-.846h-.78v3.077h.78z' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='M6.182 5.492a.23.23 0 0 1-.234.231a.23.23 0 0 1-.234-.23c0-.128.105-.231.234-.231c.13 0 .234.103.234.23m-1.559.77c0 .127-.104.23-.233.23a.23.23 0 0 1-.234-.23c0-.128.104-.231.234-.231c.129 0 .233.103.233.23m0 .846c0 .127-.104.23-.233.23a.23.23 0 0 1-.234-.23c0-.128.104-.231.234-.231c.129 0 .233.103.233.23m1.325.923c.13 0 .234-.104.234-.231a.23.23 0 0 0-.234-.23a.23.23 0 0 0-.234.23c0 .127.105.23.234.23M9.61 6.492c.13 0 .234-.103.234-.23a.23.23 0 0 0-.234-.231a.23.23 0 0 0-.233.23c0 .128.104.231.233.231m.234.616c0 .127-.105.23-.234.23a.23.23 0 0 1-.233-.23c0-.128.104-.231.233-.231c.13 0 .234.103.234.23m-1.87.923c.13 0 .234-.104.234-.231a.23.23 0 0 0-.234-.23a.23.23 0 0 0-.234.23c0 .127.105.23.234.23m.234-2.539a.23.23 0 0 1-.234.231a.23.23 0 0 1-.234-.23c0-.128.105-.231.234-.231c.13 0 .234.103.234.23' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M7.195 5.185c0 .127-.105.23-.234.23a.23.23 0 0 1-.234-.23c0-.128.105-.231.234-.231c.13 0 .234.103.234.23m-1.792.846c0 .127-.105.23-.234.23a.23.23 0 0 1-.234-.23c0-.128.105-.231.234-.231s.234.103.234.23M6.96 8.723c.13 0 .234-.103.234-.23a.23.23 0 0 0-.234-.231a.23.23 0 0 0-.234.23c0 .128.105.231.234.231m2.104-2.692c0 .127-.105.23-.234.23a.23.23 0 0 1-.234-.23c0-.128.105-.231.234-.231c.13 0 .234.103.234.23M5.169 7.646a.23.23 0 0 0 .234-.23a.23.23 0 0 0-.234-.231a.23.23 0 0 0-.234.23c0 .128.105.231.234.231m3.896-.23c0 .127-.105.23-.234.23a.23.23 0 0 1-.234-.23c0-.128.105-.231.234-.231c.13 0 .234.103.234.23' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='m5.607 6.391l.758-.685h1.232l.864.786h1.15V6.8h-1.12v.016l-.895.91H6.365l-.758-.821V6.8H4.312v-.308h1.295z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='m7.011 6.276l.368.374l-.386.366l-.387-.366l.368-.374l.019-.016zm.067.902l.043-.04l-.044-.042l.384-.364l.4.406l-.18.19h-.107l-.198.125zm-.085.079l-.37.342l-.246-.155h-.123l-.292-.307l.478-.484l-.48-.456l.315-.306l.114.09l.166-.167l-.05-.05l.084-.081l.404.41l.404-.41l.084.08l-.05.05l.165.168l.115-.09l.315.306l-.48.456l.477.484l-.291.307h-.124l-.246.155zm.206-.956l.005-.005l-.111-.102l-.014-.014l.288-.266l.22.222l.115-.091l.156.151l-.394.374zm-.248.836l-.341.316l-.199-.125h-.107l-.18-.19l.4-.406zm-.824-.94l.395.373l.384-.39l-.287-.266l-.22.222l-.116-.091zM4.448 21.442c-.209-.266-.35-.445-.387-.442c-.117.009-.226 1.244 1.29 2.184c0 0 .224.124.355 0c.13-.125 0-.308 0-.308c-.49-.46-.948-1.042-1.258-1.434m5.104 0c.209-.266.35-.445.387-.442c.117.009.226 1.244-1.29 2.184c0 0-.224.124-.355 0c-.13-.125 0-.308 0-.308c.49-.46.948-1.042 1.258-1.434m-.111 1.662c-.499.147-1.076.178-1.296.083a1.3 1.3 0 0 0-.224-.073c-.22-.05-.434-.05-.687-.022c-.022.002-.075.009-.094.01l-.007.002l-.04.004a.2.2 0 0 0-.05.006a.2.2 0 0 0-.048-.006l-.04-.004l-.007-.001l-.094-.01a2 2 0 0 0-.687.021a1.3 1.3 0 0 0-.224.073c-.22.095-.798.064-1.296-.083c0 0 .907.364 1.445.203a1 1 0 0 1 .166-.054a1.6 1.6 0 0 1 .499-.02q-.119.057-.28.123v.044a2.4 2.4 0 0 1 .567-.14c.106.013.354.054.566.14v-.044a6 6 0 0 1-.28-.123a1.6 1.6 0 0 1 .5.02q.087.02.165.053c.539.162 1.446-.202 1.446-.202' clip-rule='evenodd'/%3E%3Cpath fill='%23389F5D' fill-rule='evenodd' d='m5.764 9.977l-1.252 1.104v1.05l1.095 1.1H7.84l1.232-1.173v-.895L7.841 9.977z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M6.195 10.094H5.91v.219h.284zm0 2.86H5.91v.219h.284zm.424 0h.284v.219h-.284zm.284-2.86h-.284v.219h.284zm.424 2.86h.284v.219h-.284zm.284-2.86h-.284v.219h.284z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M6.554 10.038h-.288v.218h.288zm0 2.916h-.288v.219h.288zm.432-2.917h.288v.22h-.288zm.288 2.917h-.288v.219h.288z' clip-rule='evenodd'/%3E%3Cpath fill='%23750100' fill-rule='evenodd' d='M4.914 9.842h3.78v.584h.541v2.415h-.541v.499h-3.78v-.5h-.588v-2.414h.588zm.212.803h-.588v1.977h.588v.5h3.355v-.5h.542v-1.977H8.48v-.584H5.126z' clip-rule='evenodd'/%3E%3Cpath fill='%23389F5D' fill-rule='evenodd' d='M6.407 9.6h-.354v.365h.354zm.566 0H6.62v.365h.354zm.213 0h.354v.365h-.354zm-.779 3.646h-.354v.364h.354zm.212 0h.354v.364H6.62zm.92 0h-.353v.364h.354zm-3.544-.808v-.354h.364v.354zm0-.937v.354h.364v-.354zm0-.23v-.353h.364v.354zm5.097.813v.354h.365v-.354zm0-.229v-.354h.365v.354zm0-.937v.354h.365v-.354z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='m5.778 10.285l-.61.53v1.719l.507.358H7.87l.506-.358v-1.718l-.57-.531z' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='m6.803 10.997l-.736.63h.736z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' d='m6.803 12.197l-.736-.63h.736z'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='m6.74 10.997l.736.63h-.737z' clip-rule='evenodd'/%3E%3Cpath fill='%2329AE66' fill-rule='evenodd' d='M6.772 11.796a.223.223 0 1 0 0-.446a.223.223 0 0 0 0 .446' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' d='m6.74 12.197l.736-.63h-.737z'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M5.204 11.35h-.638v.204h.638zm0 .372h-.638v.204h.638zm3.185-.372h.638v.204h-.638zm.638.372h-.638v.204h.638z' clip-rule='evenodd'/%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M5.133 11.131h-.567v.223h.567zm0 .372h-.567v.223h.567zm-.567.372h.567v.223h-.567zm4.39-.744h-.567v.223h.567zm-.567.372h.567v.223h-.567zm.567.372h-.567v.223h.567zM9.985 1.59l-.002.406h-2.96l-.001 1.84h-.928c-.162 0-.606-.311-.606-.311h-.753l-.348-.356v-.357l-.373-.443l.002-.405h2.959l.002-1.84h.928c.161 0 .606.31.606.31h.753l.348.356v.357z' clip-rule='evenodd'/%3E%3Cpath fill='%23E1E5E8' fill-rule='evenodd' d='m4.014 1.59l.002.406h2.959l.002 1.84h.928c.162 0 .606-.311.606-.311h.753l.348-.356v-.357l.373-.443l-.002-.405h-2.96V.124h-.928c-.162 0-.606.31-.606.31h-.753L4.387.79v.357z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M6.002.685L5.97.53l.638-.147q.117-.056.393-.314l.086.097L7.1.148q.276.258.393.314l.638.147L8.1.765L7.746.692l.034.03a.4.4 0 0 0-.08.064L7.552.764l.014-.05l-.037-.007a2 2 0 0 0-.093.222l-.15-.044l.061-.29l-.338-.317L6.772.5q.045.04.088.092q-.038.015-.072.025l-.01.003l.038.185l-.149.044a2 2 0 0 0-.056-.145l-.012.002a.4.4 0 0 0-.08-.063l.043-.038l-.02-.031zm.026.573l.086-.134L5.673.83l.049-.07l-.126-.094l-.054.074l-.175-.116l-.085.134l.168.112l-.035.049l.126.094l.04-.055zm-.545.16l.085-.134l-.44-.295l.048-.069l-.125-.094L4.997.9L4.822.784l-.085.134l.167.112l-.034.049l.125.094l.04-.055zm-.234.48l.085-.134l-.44-.295l.049-.069l-.126-.094l-.054.075l-.175-.117l-.085.134l.168.112l-.035.049l.126.094l.04-.055zm.008.384l-.086-.134l-.448.3l-.04-.055l-.125.095l.035.048l-.168.113l.085.134l.175-.117l.054.075l.126-.095l-.05-.068zm.148.346l.085.134l-.44.296l.048.069l-.125.094l-.054-.075l-.175.117l-.085-.134l.167-.113l-.034-.048l.125-.095l.04.056zm.546.16l.085.134l-.441.296l.049.069l-.126.094l-.054-.075l-.175.117l-.085-.134l.168-.113l-.035-.048l.126-.095l.04.056zm.831.765l-.072-.025l-.03-.007l.059-.279l-.15-.044a1.2 1.2 0 0 1-.125.275l-.54-.112l-.032.157l.615.141v.001l.089.06l.012-.008q.116.081.315.266l.05-.056l.05.056q.278-.256.393-.313l.02-.005a1 1 0 0 0 .082.06l.089-.06l-.01-.03l.01-.01l.447-.102l-.032-.157l-.54.112a1.2 1.2 0 0 1-.125-.275l-.15.044l.061.29l-.295.277l-.228-.214zm1.908-1.27l.085-.135l.448.3l.04-.055l.125.095l-.034.048l.167.113l-.085.134l-.175-.117l-.054.075l-.125-.095l.049-.068zm-.234.48l.085-.135l.448.3l.04-.055l.125.095l-.034.048l.168.113l-.086.134l-.175-.117l-.054.075l-.125-.095l.049-.068zm-.545.16l.085-.135l.448.3l.04-.055l.125.095l-.035.048l.168.113l-.085.134l-.175-.117l-.054.075l-.126-.094l.05-.069zm.857-1.079l.085.134l.448-.3l.04.055l.125-.094l-.034-.049l.167-.112l-.085-.134l-.175.117l-.054-.075l-.126.094l.05.069zm-.234-.48l.085.134l.448-.3l.04.055l.125-.094l-.034-.049l.168-.112L9.28.864L9.105.98L9.051.906L8.926 1l.049.069zm-.546-.16l.086.134l.448-.3l.04.055L8.686 1L8.652.95L8.82.838L8.735.704L8.56.82L8.506.746L8.38.84l.05.069z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M6.208 1.153L7.09.685v1.28h2.182l-.52.374v.49H7.93l-.882.468v-1.28H4.865l.52-.374v-.49z' clip-rule='evenodd'/%3E%3Cpath fill='%2329AE66' fill-rule='evenodd' d='M7.93 1.153L7.046.685v1.28H4.865l.52.374v.49h.823l.882.468v-1.28h2.182l-.52-.374v-.49z' clip-rule='evenodd'/%3E%3Cpath fill='%2329AE66' fill-rule='evenodd' d='m5.779 1.485l.144-.284l.366.196l.101-.15l.257.181l-.08.118l1.085.58l.067-.1l.256.182l-.044.067l.117.062l-.144.284l-.152-.08l-.123.182l-.256-.182l.1-.15l-1.084-.58l-.089.133l-.256-.182l.067-.1z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='m8.09 1.407l-.164-.273l-.352.22l-.11-.142l-.244.2l.087.11l-1.041.655l-.074-.095l-.243.2l.05.063l-.113.07l.163.274l.146-.092l.135.174l.243-.199l-.11-.143l1.04-.654l.098.126l.244-.2l-.074-.094z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M19.073 2s2.33 5.522.26 7.867S12 11.759 12 11.759s6.756 3.052 9.7-1.15S19.073 2 19.073 2' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m14.844 5.248l-.616.434l.217-.727l-.598-.459l.75-.015l.247-.718l.247.718l.75.015l-.598.46l.218.726zm.12 2.006l-.617.434l.218-.727l-.6-.46l.752-.015l.246-.718l.247.718l.751.016l-.598.459l.217.727zm-2.491.589l.616-.434l.617.434l-.218-.728l.599-.459l-.751-.015l-.247-.718l-.246.718l-.751.015l.598.46zm2.49 1.514l-.616.434l.218-.727l-.6-.459l.752-.015l.246-.718l.247.718l.751.015l-.598.459l.217.727zm1.422-2.282L17 6.64l.617.434l-.218-.727l.599-.46l-.751-.015L17 5.156l-.247.717l-.75.016l.598.459z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTn0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackTn0)'%3E%3Cpath fill='%23F7FCFF' d='M16 20a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3Cpath fill='%23E31D1C' d='M17.403 17.65s-4.217-1.15-4.217-5.676c0-4.527 4.217-5.776 4.217-5.776c-1.744-.675-6.846.36-6.846 5.775c0 5.416 5.245 6.391 6.846 5.678m-.232-6.662l-2.092.765l2.248.786l.076 2.105l1.368-1.636l2.256.16l-1.625-1.326l.979-1.915l-1.913.644l-1.325-1.656z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-to{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTo0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTo0)'%3E%3Cpath fill='%23F7FCFF' d='M0 0h18v16H0z'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M12 2H8v4H4v4h4v4h4v-4h4V6h-4z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tr{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTr0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTr0)'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M16.026 16.113c-2.142-.527-3.819-2.32-3.8-4.947c.019-2.46 1.508-4.538 3.862-5.1c2.354-.563 4.426.631 4.426.631c-.65-1.536-2.91-2.615-4.764-2.612c-3.449.006-7.126 2.804-7.157 7.081c-.033 4.435 3.937 6.961 7.429 6.955c2.799-.005 4.127-1.92 4.402-2.734c0 0-2.257 1.254-4.398.726m4.877-5.786l-2.133.783l2.407.85l-.041 2.537l1.586-1.904l2.62.19L23.266 11l1.363-1.904l-2.22.747l-1.586-1.764z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTt0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTt0)'%3E%3Cpath fill='%23272727' stroke='%23F7FCFF' stroke-width='1.5' d='m29.56 29.496l-.543.444l-.48-.512L-1.807-2.971l-.548-.585l.62-.508l3.097-2.532l.543-.444l.48.512L32.727 25.87l.549.586l-.621.508z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tv{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackTv0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%2300B4FF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackTv0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='m26.857 10.685l.607-1.126l1.332-.04l-1.031-.86l.355-1.163l-.889.534l-1.124-.682l.109 1.292l-1.007.605l1.307.163zm-3.393.874l-.607 1.126l-.34-1.277l-1.308-.163l1.007-.605l-.109-1.292l1.124.682l.89-.534l-.356 1.162l1.031.862zm-2.607 3.126l.607-1.126l1.332-.04l-1.031-.86l.355-1.163l-.889.534l-1.124-.682l.109 1.292l-1.007.605l1.307.163zm-4 4l.607-1.126l1.332-.04l-1.031-.86l.355-1.163l-.889.534l-1.124-.682l.109 1.292l-1.007.605l1.307.163zm-3.883 3.05l-1.1.653l.366-1.27l-1.037-.813h1.175l.572-1.164l.612 1.164H14.6l-.904.813l.44 1.27zm4.49-.176l-.607 1.126l-.34-1.277l-1.308-.163l1.007-.605l-.109-1.292l1.124.682l.89-.534l-.356 1.162l1.031.862zm4-2l-.607 1.126l-.34-1.277l-1.308-.163l1.007-.605l-.109-1.292l1.124.682l.89-.534l-.356 1.162l1.031.862zm4-2l-.607 1.126l-.34-1.277l-1.308-.163l1.007-.605l-.109-1.292l1.124.682l.89-.534l-.356 1.162l1.031.862zm1.393-.874l.607-1.126l1.332-.04l-1.031-.86l.355-1.163l-.889.534l-1.124-.682l.109 1.292l-1.007.605l1.307.163z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23EF0000' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackTw0)'%3E%3Cpath fill='%232E42A5' d='M0 0v14h18V0z'/%3E%3Cpath fill='%23FEFFFF' d='m8.73 10.81l-1.482 1.85l-.359-2.342l-2.207.86l.86-2.208L3.2 8.611L5.048 7.13L3.2 5.648l2.342-.359l-.86-2.207l2.207.86l.359-2.342L8.73 3.448L10.21 1.6l.36 2.342l2.207-.86l-.86 2.207l2.341.359L12.41 7.13l1.848 1.481l-2.341.36l.86 2.207l-2.208-.86l-.359 2.341zm0-.818a2.862 2.862 0 1 0 0-5.725a2.862 2.862 0 0 0 0 5.725m2.29-2.862a2.29 2.29 0 1 1-4.58 0a2.29 2.29 0 0 1 4.58 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-tz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233195F9' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackTz0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackTz0)'%3E%3Cpath fill='%2373BE4A' fill-rule='evenodd' d='M0 0v24L32 0z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' stroke='%23FFD018' stroke-width='2.5' d='m-1.822 25.44l.694 1.039l1.04-.694L36.172 1.58l1.04-.693l-.693-1.04l-2.221-3.327l-.694-1.04l-1.04.694l-36.26 24.204l-1.04.694l.694 1.04z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ua{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%233195F9' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackUa0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackUa0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 12v12h32V12z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ug{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackUg0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackUg0)'%3E%3Cpath fill='%23272727' d='M0 0h32v4H0z'/%3E%3Cpath fill='%23D74800' d='M0 8h32v4H0z'/%3E%3Cpath fill='%23272727' d='M0 12h32v4H0z'/%3E%3Cpath fill='%23D74800' d='M0 20h32v4H0z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M16 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='m13.68 8.329l-1.058.347l1.058.09s.17.419 0 .745c-.044.083-.156.19-.299.325c-.42.399-1.108 1.05-1.108 2.11c0 1.42 2.74 2.064 2.74 2.064v.675s.319.197-1.496.197c-1.574 0-1.475.598-1.421.925a1 1 0 0 1 .015.128c0 .258.756-.258 1.11-.772c.187-.271.968-.257 1.769-.183c.063.006.647 1.244.14 1.883c-.213.268-.949.303-1.408.325c-.235.011-.397.02-.382.053c.011.025.15.017.351.005c.252-.015.601-.036.923-.005c.049.004-.14.169-.332.335c-.198.171-.397.345-.341.347c.063.003.433-.201.769-.387c.277-.154.532-.295.57-.295c.254 0 .483.03.684.058c.335.046.592.081.754-.058c.05-.043-.24-.113-.534-.183c-.303-.073-.612-.147-.563-.195c.278-.277.162-.857.07-1.313c-.041-.205-.077-.385-.07-.502c.023-.415.462-.197.807-.026c.151.075.284.14.356.14c.653 0-.158-.825-.603-1.279l-.107-.11c-.226-.233-.068-.202.291-.13c.274.053.664.13 1.089.13c.981 0 1.697-.318 1.448-1.181c-.164-.57-1.062-.763-2.001-.965c-.484-.105-.979-.212-1.39-.373c-1.009-.398-.957-.978-.914-1.469q.015-.143.017-.274c0-.532.898-1.182.898-1.182s-.41-.687-1.09-.687c-.679 0-.742.687-.742.687m1.848 6.247v-.501s.42-.014.566.339c.148.353-.566.162-.566.162' clip-rule='evenodd'/%3E%3Cpath fill='%23D74800' fill-rule='evenodd' d='m13.077 6.711l1.014 1.202l.524-.123l-.251-1.214z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='m14.393 6.42l.065 1.808l.866-.213l.368-1.184z' clip-rule='evenodd'/%3E%3Cpath fill='%23D74800' fill-rule='evenodd' d='M13.577 9.439a.34.34 0 0 0 .346-.338a.34.34 0 0 0-.346-.337a.34.34 0 0 0-.346.337c0 .187.155.338.346.338m2.2-2.679l-1.008 1.206l.213.496l1.15-.459zm2.342 9.133s1.772-.792 1.772-1.899s-2.878-2.313-2.878-2.313s-1.693.387-.93.906c.763.518 1.786.717 1.786 1.407s.28 1.348-.288 1.348s.538.551.538.551' clip-rule='evenodd'/%3E%3Cpath fill='%23FFFDFF' fill-rule='evenodd' d='M15.562 11.478s-.627.11-.598.212c.083.282.94.648 1.313.902c.764.518 1.487.46 2.025.123c.538-.338-2.74-1.237-2.74-1.237' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-us{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 14.667v2h32v-2zm0 3.666v2h32v-2zm0-11v2h32v-2zM0 22v2h32v-2zm0-11v2h32v-2zM0 0v2h32V0zm0 3.667v2h32v-2z' clip-rule='evenodd'/%3E%3Cpath fill='%232E42A5' d='M0 0h20v13H0z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m1.722 2.939l-.726.509l.245-.906l-.645-.574h.843l.282-.74l.331.74h.718l-.564.574l.218.906zm4 0l-.726.509l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm3.274.509l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.842l.644.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zM.996 7.449l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74H.596l.645.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm3.274.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.842l.644.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zM.996 11.449l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74H.596l.645.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm3.274.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.842l.644.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm3.274-7.49l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.843l.645.574zm.726 3.49l-.726.51l.245-.906l-.645-.574h.843l.282-.74l.331.74h.718l-.564.574l.218.906zm-.726 4.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.843l.645.574zM3.722 4.938l-.726.51l.245-.906l-.645-.574h.843l.282-.74l.331.74h.718l-.564.574l.218.906zm3.274.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.843l.645.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm-8.726 4.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.843l.645.574zm4.726-.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm3.274.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.842l.644.574zm4.726-4.51l-.726.51l.245-.906l-.644-.574h.842l.282-.74l.331.74h.718l-.564.574l.218.906zm-.726 4.51l.726-.51l.702.51l-.218-.906l.564-.574h-.718l-.331-.74l-.282.74h-.842l.644.574z' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-uy{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackUy0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackUy0)'%3E%3Cpath fill='%232E42A5' d='M0 2h32v3H0zm0 6h32v3H0zm0 6h32v3H0zm0 5h32v3H0z'/%3E%3Cpath fill='%23F7FCFF' d='M0 0h14v14H0z'/%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' d='M4.783 2.582a.134.134 0 0 0-.143.123c-.028.353.283.674.455.852l.017.017c.027.029.055.056.09.09l.104.101c.15.148.181.287.218.442l.009.038q.024.1.05.233c.078.388.188.928.428 1.105c.059.043.47-.214.515-.272a1 1 0 0 1 .112-.093c.093-.068.2-.148.162-.176c-.251-.185-.442-.632-.69-1.277c-.133-.303-.48-.496-.767-.656c-.246-.136-.449-.25-.438-.386a.13.13 0 0 0-.122-.14m4.047.1a.134.134 0 0 0-.18-.053c-.312.169-.412.605-.467.846l-.006.023l-.026.125l-.029.142c-.042.206-.14.308-.251.423l-.027.029q-.072.074-.169.168c-.282.277-.675.664-.692.961c-.005.073.435.279.508.284a1 1 0 0 1 .139.044c.108.04.233.086.236.04c.018-.312.29-.716.694-1.275c.183-.276.156-.672.133-1c-.02-.28-.035-.512.086-.578a.13.13 0 0 0 .05-.18m2.586 2.349c.07.018.114.09.096.162a.13.13 0 0 1-.16.096c-.133-.034-.279.146-.456.364c-.208.256-.458.564-.78.641c-.677.133-1.15.243-1.376.459c-.034.032-.094-.088-.146-.19a.7.7 0 0 0-.072-.127c-.05-.054-.231-.504-.178-.554c.215-.206.767-.22 1.162-.23q.136-.004.238-.01l.04-.001c.159-.01.3-.017.472-.139l.117-.084l.105-.073l.02-.014c.205-.138.575-.389.918-.3m-9.093.443a.134.134 0 0 0-.015.188c.23.269.678.276.925.28h.152l.144-.001c.21-.002.331.073.467.158l.033.02q.088.054.2.13c.33.218.79.523 1.084.478c.072-.011.182-.484.172-.556c-.004-.026.005-.083.014-.145c.017-.114.036-.247-.01-.24c-.309.047-.76-.134-1.391-.414c-.308-.12-.69-.012-1.006.078c-.27.077-.494.141-.583.037a.13.13 0 0 0-.186-.013' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m4.64 2.705l-.075-.006zm.143-.123l-.006.075zm.312.975l.054-.052zm.017.017l.054-.052zm.09.09l-.052.054l.105-.107zm.104.101l-.053.054zm.218.442l-.073.017zm.009.038l-.073.017zm.05.233l-.074.015l.001.005zm0 0l.073-.015l-.001-.004zm.428 1.105l-.044.06zm.515-.272l.06.045zm.112-.093l-.042-.062l-.003.002zm0 0l.042.063l.003-.002zm.162-.176l-.044.06zm-.69-1.277l.07-.027l-.001-.003zm-.767-.656l-.037.066zm-.438-.386l-.075-.006zm3.744-.094l-.036-.066zm.18.053l.066-.037zm-.646.793l.073.016zm-.006.023l.073.017zm-.026.125l-.074-.015l.147.03zm-.029.142l.074.015zm-.251.423l-.054-.052zm-.027.029l-.054-.052zm-.169.168l-.052-.053zm-.692.961l.074.005zm.508.284l-.005.075zm.139.044l.026-.07zm.236.04l-.075-.005zm.694-1.275l.061.044l.002-.002zm.133-1l.075-.005zm.086-.578l-.036-.066zm2.637 2.17l.019-.073zm-.064.258l-.018.073zm-.456.364l-.059-.047zm-.78.641l.015.074h.003zm-1.376.459l-.052-.055zm-.146-.19l-.07.027l.003.006zm0 0l.07-.029l-.003-.005zm0 0l.067-.034zm-.072-.127l-.055.05zm-.178-.554l.052.054zm1.162-.23l.002.074zm0 0l-.002-.076zm.238-.01l-.004-.074zm.04-.001l-.005-.075zm.472-.139l-.043-.06zm.117-.084l-.043-.061zm0 0l-.043-.061zm.105-.073l.042.062zm.02-.014l.042.062zm-8.19.33l.057-.048zm.015-.187l.05.056zm.91.468l-.001.075zm.024 0l.002-.075zm.128 0v.075l-.001-.15zm.144-.001v.075zm.467.158l.04-.064zm.033.02l-.039.064zm.2.13l-.041.062zm1.084.478l.012.074zm.172-.556l.074-.011zm.014-.145l.074.01zm-.01-.24l-.012-.074zm-1.391-.414l.03-.069h-.003zm-1.006.078l.02.072zm-.583.037l.057-.05zM4.714 2.71a.06.06 0 0 1 .063-.054l.01-.15a.21.21 0 0 0-.222.192zm.435.794a2.4 2.4 0 0 1-.294-.35c-.091-.14-.153-.291-.14-.444l-.15-.012c-.016.2.065.386.165.539s.226.283.311.371zm.017.017l-.017-.017l-.108.104l.017.018zm.088.089l-.088-.089l-.108.104c.028.03.056.058.092.092zm.104.101l-.06-.06q-.019-.016-.03-.029l-.014-.012s-.106 0-.105.107l.106-.107c0 .106-.105.107-.105.107v.001l.003.003l.01.009l.03.03l.06.058zm.239.478c-.037-.157-.073-.314-.239-.478l-.105.107c.133.131.162.251.198.405zm.009.038l-.01-.038l-.145.034l.009.038zm.05.235q-.027-.132-.05-.235l-.146.035q.022.097.049.23zm-.001-.004l-.145.039zm.4 1.063c-.099-.073-.18-.23-.247-.436a6 6 0 0 1-.152-.623l-.147.03c.04.193.087.43.156.64c.068.206.16.407.302.51zm.41-.256l-.019.017l-.054.04c-.043.03-.099.065-.155.097c-.057.032-.112.06-.155.077a.3.3 0 0 1-.047.015h-.003q.004-.001.024.01l-.09.121q.031.019.054.02q.024 0 .041-.003a.4.4 0 0 0 .077-.024a1.3 1.3 0 0 0 .173-.086a2 2 0 0 0 .23-.15a.3.3 0 0 0 .045-.044zm.128-.108l-.071.054a.3.3 0 0 0-.056.054l.12.09l.008-.008l.022-.019l.067-.05zm.003-.002l.084.125zm.16-.054a.06.06 0 0 1-.023-.04q0-.022.004-.024l-.02.022a2 2 0 0 1-.124.098l.09.12c.045-.033.099-.073.137-.109a.3.3 0 0 0 .051-.064a.1.1 0 0 0 .011-.058a.1.1 0 0 0-.037-.066zm-.716-1.31c.124.322.235.599.347.818s.229.39.369.492l.089-.12c-.112-.083-.216-.228-.324-.44a9 9 0 0 1-.341-.804zm-.734-.617c.145.08.299.166.433.268a.9.9 0 0 1 .302.352l.138-.06a1.1 1.1 0 0 0-.349-.411c-.144-.11-.308-.2-.45-.28zm-.476-.458c-.008.11.07.194.152.258c.085.067.203.133.324.2l.073-.131a3 3 0 0 1-.305-.187c-.078-.06-.096-.101-.094-.128zm-.053-.06c.033.002.056.03.053.06l.15.012a.206.206 0 0 0-.192-.222zm3.908.038a.06.06 0 0 1 .08.023l.13-.073a.21.21 0 0 0-.282-.082zm-.43.796c.029-.12.066-.283.134-.436c.067-.153.161-.287.296-.36l-.072-.132c-.176.096-.288.264-.362.431a2.5 2.5 0 0 0-.141.464zm-.005.024l.006-.024l-.146-.033l-.006.024zm-.026.123l.026-.123l-.146-.033l-.027.126zm-.028.142l.017-.083l.008-.042l.003-.016v-.001s-.059-.089-.147-.03l.147.03c-.088.058-.147-.03-.147-.03v.005l-.003.013l-.009.042l-.016.082zm-.271.46c.112-.116.224-.232.27-.46l-.146-.03c-.038.183-.123.272-.232.386zm-.027.029l.027-.029l-.108-.103l-.027.028zm-.17.17q.096-.094.17-.17l-.109-.104q-.069.072-.166.167zm-.67.912c.006-.123.095-.278.23-.446c.133-.164.298-.327.44-.466l-.105-.107c-.14.138-.313.307-.452.48c-.136.168-.253.356-.263.53zm.438.204q.002.002-.025-.007l-.062-.024a2 2 0 0 1-.167-.077a1 1 0 0 1-.149-.088a.3.3 0 0 1-.038-.031l-.002-.003c0 .002.005.011.004.026l-.15-.009a.1.1 0 0 0 .014.055a.2.2 0 0 0 .024.033a.4.4 0 0 0 .062.052c.045.032.106.067.166.098a2 2 0 0 0 .251.11q.031.011.062.015zm.16.048l-.085-.03a.3.3 0 0 0-.075-.018l-.01.15l.01.002l.028.008l.08.029zm.135.106a.05.05 0 0 1 .022-.04l.022-.01q0 .002-.03-.006a2 2 0 0 1-.15-.05l-.052.14c.053.02.116.044.167.056a.3.3 0 0 0 .082.008a.1.1 0 0 0 .055-.022a.1.1 0 0 0 .034-.067zM8.5 4.395c-.203.28-.374.523-.497.737c-.122.212-.202.403-.212.577l.15.009c.008-.138.073-.304.192-.511c.119-.206.285-.444.488-.724zm.118-.951c.012.165.023.34.01.509a.9.9 0 0 1-.13.445l.125.083c.101-.154.142-.336.155-.517c.014-.18.001-.367-.01-.53zm.125-.649c-.097.053-.125.164-.134.268c-.01.108 0 .243.01.38l.149-.01a3 3 0 0 1-.01-.357c.009-.099.033-.136.057-.15zm.021-.077a.056.056 0 0 1-.021.077l.072.132a.206.206 0 0 0 .08-.282zm2.82 2.493a.21.21 0 0 0-.15-.253l-.037.145c.03.008.05.04.042.072zm-.25.15a.206.206 0 0 0 .25-.15l-.145-.036a.056.056 0 0 1-.068.041zm-.38.34c.09-.112.167-.206.237-.27c.073-.065.116-.076.143-.07l.037-.145c-.107-.027-.203.035-.28.104a3 3 0 0 0-.253.286zm-.82.666c.178-.043.332-.149.466-.271c.133-.123.25-.269.354-.396l-.117-.094a4 4 0 0 1-.339.38a.9.9 0 0 1-.4.235zm-1.342.44c.1-.096.26-.173.489-.243c.227-.07.51-.13.85-.196l-.029-.147c-.338.066-.63.127-.865.2c-.235.072-.423.157-.55.277zm-.265-.211c.025.05.055.11.084.154c.014.02.032.045.054.061c.012.009.03.02.055.022a.1.1 0 0 0 .072-.026l-.104-.109a.06.06 0 0 1 .043-.015c.015.001.023.007.023.008q0 .002-.018-.024a2 2 0 0 1-.075-.139zm-.003-.006l.14-.056zm.003.006l.134-.067zm-.06-.11l.007.01l.014.025q.017.03.039.075l.134-.068l-.041-.08a.3.3 0 0 0-.043-.064zm-.175-.659a.1.1 0 0 0-.028.05a.2.2 0 0 0-.005.04q0 .038.01.08c.011.055.032.121.055.186a2 2 0 0 0 .108.252c.01.017.022.038.035.052l.11-.103q0 .003-.013-.022l-.03-.06a2 2 0 0 1-.069-.17a1 1 0 0 1-.05-.165a.3.3 0 0 1-.006-.05v-.003l-.013.022zm1.212-.25c-.197.004-.438.01-.657.042c-.215.03-.429.088-.555.208l.104.109c.089-.085.258-.138.472-.169c.21-.03.441-.036.64-.04zm0 0l.005.15zm.236-.009l-.236.008l.004.15q.135-.002.24-.008zm.039-.002l-.04.002l.01.15l.038-.003zm.434-.125c-.153.108-.276.116-.434.125l.008.15c.161-.01.322-.018.512-.152zm.117-.084l-.117.084l.086.123l.118-.085zm0 0l.087.122zm.106-.074l-.106.074l.087.122l.103-.072zm.02-.014l-.02.014l.084.124l.02-.014zm.979-.311c-.195-.05-.391-.003-.56.069c-.168.072-.317.173-.419.242l.084.124a2.3 2.3 0 0 1 .395-.228c.154-.066.314-.1.462-.062zm-9.07.655a.06.06 0 0 1 .007-.083l-.099-.113a.21.21 0 0 0-.022.293zm.87.254a2.4 2.4 0 0 1-.455-.04c-.164-.034-.315-.098-.415-.214l-.114.097c.131.153.32.227.498.265c.18.037.36.04.483.042zm.024 0h-.025l-.002.15h.024zm.125 0h-.125l-.003.15h.13zm.145-.001h-.085l-.042.001h-.018s-.074.076.001.15l-.001-.15c.076.074.002.15.002.15h.06l.084-.001zm.506.169c-.136-.085-.273-.17-.506-.17v.15c.188 0 .293.064.427.147zm.034.02l-.034-.02l-.079.127l.034.021zm.202.131q-.112-.075-.202-.13l-.079.127q.085.053.198.128zm1.03.467c-.12.018-.29-.036-.483-.133a6 6 0 0 1-.547-.334l-.083.125c.164.109.365.242.563.342c.193.099.4.174.574.148zm.11-.472l-.002.026l-.01.066a2 2 0 0 1-.041.179a1 1 0 0 1-.055.164a.3.3 0 0 1-.023.044l-.002.003l.024-.01l.023.148a.1.1 0 0 0 .051-.025q.017-.015.027-.03a.4.4 0 0 0 .038-.07a2.4 2.4 0 0 0 .117-.452a.3.3 0 0 0 .001-.064zm.014-.166q-.008.047-.012.089a.3.3 0 0 0-.002.077l.148-.021v-.011l.003-.029q.003-.035.011-.083zM5.5 5.86a.06.06 0 0 1-.044-.012q-.016-.017-.015-.02l.001.03c0 .042-.009.098-.017.157l.148.022c.008-.056.018-.122.02-.175c0-.024 0-.055-.01-.081a.1.1 0 0 0-.033-.05a.1.1 0 0 0-.073-.019zm-1.432-.42c.315.14.589.257.823.333s.437.114.609.087l-.023-.148c-.136.02-.312-.008-.54-.082a9 9 0 0 1-.809-.327zm-.956.082c.16-.045.329-.093.496-.116a.9.9 0 0 1 .463.036l.054-.14a1.1 1.1 0 0 0-.537-.044c-.18.024-.36.075-.517.12zm-.66.013c.071.084.186.089.29.076c.107-.013.237-.05.37-.089l-.04-.144c-.138.04-.255.073-.349.084c-.098.012-.14-.003-.157-.024zm-.08-.005a.056.056 0 0 1 .08.005l.114-.097a.206.206 0 0 0-.293-.02z'/%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' d='M4.756 11.245a.134.134 0 0 1-.143-.122c-.028-.353.283-.674.455-.852l.017-.018a4 4 0 0 1 .194-.19c.15-.148.182-.287.218-.442l.009-.039l.05-.232c.078-.388.188-.929.428-1.105c.059-.043.47.213.515.272a1 1 0 0 0 .112.092c.093.07.2.15.162.177c-.251.185-.442.632-.69 1.276c-.132.304-.48.496-.767.656c-.246.137-.449.25-.438.387a.13.13 0 0 1-.122.14m4.047-.099a.134.134 0 0 1-.18.053c-.312-.17-.412-.605-.467-.846l-.006-.024l-.026-.124l-.028-.142c-.043-.206-.141-.309-.252-.424l-.027-.028q-.072-.075-.17-.17c-.287-.282-.691-.679-.691-.96c0-.127.435-.278.508-.283a1 1 0 0 0 .139-.044c.108-.04.234-.087.236-.04c.018.312.29.716.695 1.274c.182.277.155.672.132 1.001c-.02.28-.035.512.086.578a.13.13 0 0 1 .05.179m2.586-2.349a.134.134 0 0 0 .096-.162a.13.13 0 0 0-.16-.096c-.133.034-.279-.146-.456-.364c-.208-.256-.458-.564-.78-.642c-.677-.132-1.15-.242-1.376-.458c-.034-.032-.094.087-.146.19a.7.7 0 0 1-.072.127c-.05.054-.23.504-.178.554c.215.206.767.22 1.162.23q.136.004.238.009l.04.002c.159.009.3.017.472.138l.118.085l.104.073l.02.013c.205.139.575.39.918.301m-9.093-.443a.134.134 0 0 1-.014-.188c.23-.269.677-.276.924-.28h.152l.144.001c.21.001.331-.074.467-.158l.033-.02q.088-.054.2-.13c.33-.218.79-.523 1.084-.478c.072.011.182.484.172.556a1 1 0 0 0 .014.145c.017.114.036.247-.01.24c-.309-.048-.76.134-1.39.414c-.309.12-.69.012-1.007-.079c-.27-.077-.494-.14-.583-.036a.13.13 0 0 1-.186.013' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m4.613 11.123l-.075.006zm.143.122l-.005-.074zm.312-.974l.054.052zm.017-.018l.054.052zm.09-.09l-.052-.053l.105.107zm.104-.1l-.053-.054zm.218-.442l-.073-.017zm.009-.039l-.073-.017zm.05-.232l-.074-.015l.001-.005zm0 0l.073.014v.005zm.428-1.105l-.044-.06zm.515.272l.06-.045zm.112.092l-.042.063l-.003-.003zm0 0l.042-.062l.003.002zm.162.177l-.044-.06zm-.69 1.276l.07.027l-.001.003zm-.767.656l-.036-.065zm-.438.387l-.075.006zm3.744.094l-.036.066zm.18-.053l.066.036zm-.646-.793l.073-.017zm-.006-.024l.073-.017zm-.026-.124l-.074.015l.147-.03zm-.028-.142l.073-.015zm-.252-.424l-.054.052zm-.027-.028l-.054.052zm-.17-.17l-.053.053zm0 0l.052-.055zm0 0l-.053.053zm-.183-1.243l-.005-.075zm.139-.044l.026.07zm.236-.04l-.075.005zm.695 1.274l.06-.044l.002.003zm.132 1.001l.075.005zm.086.578l-.036.066zm2.637-2.17l.019.073zm-.063-.258l-.02-.073zm-.457-.364l-.058.047zm-.78-.642l.015-.073h.003zm-1.376-.458l-.052.054zm-.146.19l-.07-.027l.003-.006zm0 0l.07.029l-.003.005zm0 0l.067.034zm-.072.127l-.054-.051zm-.178.554l.052-.054zm1.162.23l.002-.075h.001zm0 0l-.002.075zm.238.009l-.004.075zm.04.002l-.005.075zm.472.138l-.043.062zm.118.085l-.044.06zm0 0l-.044.06zm.104.073l.042-.062zm.02.013l.042-.062zm-8.19-.33l.058.049zm.015.188l.05-.057zm.91-.468l-.001-.075zm.025 0v.074zm.127 0V7.81l-.001.15zm.144.001v-.075zm.467-.158l.04.064zm.033-.02l-.039-.064zm.2-.13l-.041-.063zM5.286 7.1l.012-.074zm.172.556l.074.01zm.014.145l.074-.011zm-.01.24l-.012.074zm-1.39.414l.03.068l-.004.002zm-1.007-.079l.02-.072zm-.583-.036l.057.049zm2.206 2.776a.06.06 0 0 0 .063.054l.01.15a.21.21 0 0 1-.223-.192zm.434-.794c-.086.09-.202.21-.294.35s-.152.291-.14.444l-.15.012c-.016-.2.065-.386.165-.539s.226-.283.311-.371zm.017-.018l-.017.018l-.108-.104l.017-.018zm.089-.088l-.089.088l-.108-.104l.092-.091zm.104-.101c-.012.01-.038.036-.061.059l-.03.03l-.01.009l-.003.002v.001s-.106-.001-.106-.107l.106.107c0-.106-.105-.107-.105-.107v-.001l.003-.003l.01-.01l.03-.029l.06-.058zm.238-.478c-.037.157-.073.314-.238.478l-.106-.107c.133-.132.162-.252.198-.405zm.009-.038l-.009.038l-.146-.035l.009-.038zm.05-.236q-.026.132-.05.236l-.146-.035l.05-.23zm0 .005l-.146-.039zm.4-1.064c-.1.073-.181.231-.248.436c-.066.201-.112.429-.152.623l-.147-.03c.04-.192.087-.429.156-.64c.068-.206.161-.406.302-.51zm.41.257l-.02-.017l-.053-.04c-.044-.03-.1-.065-.156-.097a1 1 0 0 0-.154-.077a.3.3 0 0 0-.048-.015q-.006 0-.003-.001l.024-.01l-.09-.12a.1.1 0 0 1 .055-.02a.2.2 0 0 1 .04.003q.038.007.077.023a2.4 2.4 0 0 1 .403.237a.3.3 0 0 1 .045.044zm.127.107l-.071-.054a.3.3 0 0 1-.056-.053l.12-.09l.008.008l.022.018q.027.023.067.051zm.003.003l.084-.125zm.16.054a.06.06 0 0 0-.023.04c-.001.014.004.023.004.024l-.02-.023a2 2 0 0 0-.124-.098l.09-.12c.045.034.1.074.137.11c.018.017.039.04.051.064a.1.1 0 0 1 .012.058a.1.1 0 0 1-.038.066zm-.716 1.31a9 9 0 0 1 .347-.818c.112-.218.229-.39.369-.492l.089.12c-.111.082-.216.227-.324.44a9 9 0 0 0-.341.803zm-.733.617a4 4 0 0 0 .432-.269a.9.9 0 0 0 .302-.352l.138.06a1.1 1.1 0 0 1-.349.412c-.144.11-.307.2-.45.28zm-.477.458c-.008-.11.07-.195.152-.259c.085-.066.204-.132.325-.2l.072.132c-.124.07-.23.129-.305.187c-.078.06-.096.101-.094.128zm-.052.06a.056.056 0 0 0 .052-.06l.15-.012a.206.206 0 0 1-.192.221zm3.907-.038a.06.06 0 0 0 .08-.023l.13.072a.21.21 0 0 1-.282.083zm-.429-.797c.028.121.065.284.133.437c.067.153.161.287.296.36l-.072.132c-.176-.096-.288-.264-.361-.432a2.4 2.4 0 0 1-.142-.463zm-.005-.024l.005.024l-.146.034l-.006-.024zm-.027-.122l.027.122l-.147.034l-.027-.126zm-.028-.142l.025.124l.003.013v.005s-.058.088-.147.03l.147-.03c-.088-.059-.147.03-.147.03v-.006l-.003-.013l-.008-.041l-.017-.082zm-.27-.46c.11.116.223.231.27.46l-.147.03c-.038-.183-.123-.273-.232-.387zm-.028-.029l.027.028l-.108.104l-.027-.028zM7.7 9.387q.099.096.172.172l-.108.104q-.07-.072-.169-.17zm0 0l-.105.107zm0 0l-.105.107zm-.67-.907q0 .081.059.194q.06.114.162.239c.134.165.303.332.447.473l-.105.107a6 6 0 0 1-.459-.486a1.6 1.6 0 0 1-.178-.263a.6.6 0 0 1-.076-.264zm.438-.208h-.002l-.006.001l-.021.005q-.025.006-.063.019a2 2 0 0 0-.163.064a1 1 0 0 0-.144.082a.2.2 0 0 0-.035.033c-.007.01-.004.01-.004.004h-.15c0-.037.016-.069.033-.093a.3.3 0 0 1 .065-.064a1 1 0 0 1 .172-.098a1.5 1.5 0 0 1 .308-.103zm.16-.049q-.045.017-.085.03a.3.3 0 0 1-.075.019l-.01-.15l.01-.002l.028-.009l.08-.028zm.135-.105a.06.06 0 0 0 .022.04c.011.01.021.01.022.01q0-.002-.03.006c-.04.009-.094.029-.15.05l-.051-.141c.052-.02.115-.043.166-.055a.3.3 0 0 1 .082-.008a.1.1 0 0 1 .055.022a.1.1 0 0 1 .034.067zm.709 1.313a9 9 0 0 1-.497-.736c-.122-.212-.202-.404-.212-.577l.15-.009c.008.138.073.304.192.511c.119.206.286.444.488.723zm.118.952c.012-.165.024-.341.01-.51a.9.9 0 0 0-.13-.444l.125-.083c.101.153.142.336.155.516c.014.181.001.368-.01.531zm.125.649c-.097-.053-.125-.165-.134-.268c-.01-.108 0-.243.01-.381l.149.01c-.01.143-.018.264-.01.358c.009.099.033.136.057.149zm.021.077a.056.056 0 0 0-.021-.077l.072-.132a.206.206 0 0 1 .08.281zm2.821-2.493a.21.21 0 0 1-.15.253l-.037-.146a.06.06 0 0 0 .041-.071zm-.251-.15a.206.206 0 0 1 .251.15l-.146.036a.056.056 0 0 0-.068-.042zm-.38-.34c.09.111.167.206.237.269c.074.066.117.077.143.07l.037.145c-.107.028-.203-.034-.28-.104a3 3 0 0 1-.253-.285zm-.82-.667c.178.044.333.15.466.272s.25.268.354.395l-.116.095a4 4 0 0 0-.34-.38a.9.9 0 0 0-.4-.236zm-1.342-.44c.1.096.26.174.489.244c.227.07.51.13.85.196l-.029.147a9 9 0 0 1-.865-.2c-.235-.072-.423-.157-.549-.278zm-.265.212c.025-.05.055-.11.084-.154a.3.3 0 0 1 .055-.062a.1.1 0 0 1 .055-.021a.1.1 0 0 1 .07.026l-.103.108q.015.016.043.016a.04.04 0 0 0 .023-.008q0-.002-.018.024a2 2 0 0 0-.075.138zm-.003.006l.14.055zm.003-.006l.134.067zm-.06.109l.007-.01l.014-.024l.039-.075l.134.067l-.041.08a.3.3 0 0 1-.043.064zM8.266 8a.1.1 0 0 1-.028-.05a.2.2 0 0 1-.005-.04q0-.04.01-.08a2 2 0 0 1 .055-.186a2 2 0 0 1 .108-.252a.3.3 0 0 1 .036-.052l.11.102q0-.002-.014.022l-.03.06c-.022.049-.047.11-.069.17q-.034.095-.05.166a.3.3 0 0 0-.006.05v.003l-.013-.022zm1.212.25c-.197-.005-.438-.01-.657-.042c-.215-.03-.429-.088-.555-.209l.104-.108c.089.085.259.138.472.168c.21.03.442.036.64.041zm0 0l.005-.15zm.236.009l-.236-.009l.004-.15q.135.004.24.009zm.04.002l-.04-.002l.008-.15l.04.002zm.433.125c-.153-.109-.276-.116-.434-.125l.008-.15c.161.01.322.017.513.152zm.117.084l-.117-.084l.087-.123l.117.085zm0 0l.087-.122zm.106.074l-.106-.074l.087-.122l.103.072zm.02.014l-.02-.014l.084-.124l.02.013zm.979.31c-.194.05-.391.004-.56-.068c-.168-.072-.317-.174-.419-.242l.084-.125c.103.07.241.163.395.229s.314.1.463.061zm-9.07-.654a.06.06 0 0 0 .007.082l-.098.113a.21.21 0 0 1-.022-.293zm.87-.254a2.4 2.4 0 0 0-.457.04c-.164.034-.315.098-.414.215l-.114-.098c.13-.152.318-.226.497-.264c.18-.038.36-.04.483-.042zm.024 0h-.025l-.002-.15h.024zm.125 0h-.125l-.003-.15h.13zm.145.001h-.085l-.042-.001h-.018s-.074-.077.001-.15l-.001.15c.076-.075.002-.15.002-.15h.005l.139.001zm.507-.17c-.137.086-.274.171-.507.17v-.15c.188.001.293-.063.428-.147zm.033-.02l-.033.02l-.08-.127l.034-.02zm.202-.13q-.112.074-.202.13l-.079-.127q.086-.054.198-.129zm1.031-.467c-.122-.019-.291.036-.484.133a6 6 0 0 0-.547.333l-.083-.125c.164-.108.365-.242.563-.342c.193-.098.401-.174.574-.147zm.109.472l-.002-.026l-.01-.066a2 2 0 0 0-.041-.18a1 1 0 0 0-.055-.163a.3.3 0 0 0-.023-.044l-.002-.003c.002.001.01.008.024.01l.023-.148c.023.003.04.015.051.024q.017.015.027.031q.021.031.038.07a2.4 2.4 0 0 1 .117.452q.004.032.001.064zm.014.166q-.008-.047-.012-.089a.3.3 0 0 1-.002-.077l.148.02v.012l.003.029q.003.035.011.083zm.075.154a.06.06 0 0 0-.044.013c-.012.009-.015.019-.015.02l.002-.031a2 2 0 0 0-.018-.156l.148-.022c.008.055.018.122.02.174c0 .025 0 .056-.01.082a.1.1 0 0 1-.033.05a.1.1 0 0 1-.073.019zm-1.432.42c.315-.14.589-.257.823-.332s.437-.114.609-.088l-.023.149c-.136-.021-.312.008-.54.081a9 9 0 0 0-.808.327zm-.956-.082c.16.046.329.094.496.116a.9.9 0 0 0 .463-.035l.054.14c-.17.067-.357.068-.537.044s-.36-.076-.517-.12zm-.66-.013c.072-.083.186-.088.29-.075c.108.013.237.05.37.088l-.04.145a3 3 0 0 0-.349-.084c-.098-.013-.14.003-.157.024zm-.08.005c.025.022.06.019.08-.005l.114.098a.206.206 0 0 1-.292.02z'/%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' d='M7 2.06a.256.256 0 0 0-.253.22l-.414 2.937h1.334L7.253 2.28A.256.256 0 0 0 7 2.06m3.494 1.446a.256.256 0 0 0-.335-.023L7.79 5.268l.943.943l1.785-2.37a.256.256 0 0 0-.023-.335m1.227 3.24a.256.256 0 0 1 0 .507l-2.938.414V6.333zm-1.227 3.748c.09-.09.1-.233.023-.335L8.732 7.79l-.943.943l2.37 1.785a.256.256 0 0 0 .335-.023m-3.24 1.227a.256.256 0 0 1-.507 0l-.414-2.938h1.334zm-3.748-1.227c.09.09.233.1.335.023l2.37-1.785l-.943-.943l-1.785 2.37a.256.256 0 0 0 .023.335M2.28 7.254a.256.256 0 0 1 0-.507l2.938-.414v1.334zm1.227-3.748c-.09.09-.1.233-.023.335l1.785 2.37l.943-.943l-2.37-1.785a.256.256 0 0 0-.335.023' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m6.747 2.28l-.074-.011zm-.414 2.937l-.074-.01l-.012.085h.086zm1.334 0v.075h.086l-.012-.085zM7.253 2.28l.074-.01zm2.906 1.204l-.045-.06zM7.79 5.268l-.045-.06l-.069.052l.061.06zm.943.943l-.053.053l.061.06l.052-.068zm1.785-2.37l-.06-.045zm1.204 2.906l-.01.074zm0 .506l.01.074zm-2.938.414h-.075v.086l.085-.012zm0-1.334l.01-.074l-.085-.012v.086zm1.734 3.826l.06-.045zm-.023.335l.053.053zM8.732 7.789l.06-.045l-.052-.069l-.06.061zm-.943.943l-.053-.053l-.06.061l.068.052zm2.37 1.785l.045-.06zm-2.906 1.204l-.074-.01zm-.506 0l-.074.01zm-.414-2.938v-.075h-.086l.012.085zm1.334 0l.074.01l.012-.085h-.086zM3.84 10.517l-.045-.06zm-.335-.023l-.053.053zM6.21 8.732l.045.06l.069-.052l-.061-.06zm-.943-.943l.053-.053l-.061-.06l-.052.068zm-1.785 2.37l.06.045zM2.279 7.253l-.01.074zm0-.506l-.01-.074zm2.938-.414h.075v-.086l-.085.012zm0 1.334l-.01.074l.085.012v-.086zM3.483 3.84l.06-.045zm.023-.335l-.053-.053zM5.268 6.21l-.06.045l.052.069l.06-.061zm.943-.943l.053.053l.06-.061l-.068-.052zM3.84 3.483l-.045.06zM6.82 2.29A.18.18 0 0 1 7 2.134v-.15a.33.33 0 0 0-.327.285zm-.413 2.938L6.82 2.29l-.148-.021l-.414 2.938zm1.259-.086H6.333v.15h1.334zM7.179 2.29l.413 2.938l.149-.021l-.414-2.938zM7 2.134a.18.18 0 0 1 .179.156l.148-.021A.33.33 0 0 0 7 1.984zm3.204 1.409a.18.18 0 0 1 .237.016l.106-.106a.33.33 0 0 0-.433-.03zm-2.37 1.785l2.37-1.785l-.09-.12l-2.37 1.785zm.951.83l-.943-.943l-.106.106l.943.943zm1.672-2.362l-1.785 2.37l.12.09l1.785-2.37zm-.016-.237a.18.18 0 0 1 .016.237l.12.09a.33.33 0 0 0-.03-.433zM12.016 7a.33.33 0 0 0-.285-.327l-.02.148a.18.18 0 0 1 .155.179zm-.285.327A.33.33 0 0 0 12.016 7h-.15a.18.18 0 0 1-.156.179zm-2.938.414l2.938-.414l-.02-.148l-2.938.413zm-.085-1.408v1.334h.15V6.333zm3.023.34l-2.938-.414l-.02.149l2.937.413zm-1.274 3.531a.18.18 0 0 1-.016.237l.106.106a.33.33 0 0 0 .03-.433zm-1.785-2.37l1.785 2.37l.12-.09l-1.785-2.37zm-.83.951l.943-.943l-.106-.106l-.943.943zm2.362 1.672l-2.37-1.785l-.09.12l2.37 1.785zm.237-.016a.18.18 0 0 1-.237.016l-.09.12a.33.33 0 0 0 .433-.03zM7 12.016a.33.33 0 0 0 .327-.285l-.148-.02a.18.18 0 0 1-.179.155zm-.327-.285a.33.33 0 0 0 .327.285v-.15a.18.18 0 0 1-.179-.156zm-.414-2.938l.414 2.938l.148-.02l-.413-2.938zm1.408-.085H6.333v.15h1.334zm-.34 3.023l.414-2.938l-.149-.02l-.413 2.937zm-3.531-1.274a.18.18 0 0 1-.237-.016l-.106.106a.33.33 0 0 0 .433.03zm2.37-1.785l-2.37 1.785l.09.12l2.37-1.785zm-.951-.83l.943.943l.106-.106l-.943-.943zm-1.672 2.362l1.785-2.37l-.12-.09l-1.785 2.37zm.016.237a.18.18 0 0 1-.016-.237l-.12-.09a.33.33 0 0 0 .03.433zM1.984 7a.33.33 0 0 0 .285.327l.02-.148A.18.18 0 0 1 2.135 7zm.285-.327A.33.33 0 0 0 1.984 7h.15a.18.18 0 0 1 .156-.179zm2.938-.414l-2.938.414l.02.148l2.939-.413zm.085 1.408V6.333h-.15v1.334zm-3.023-.34l2.938.414l.02-.149L2.29 7.18zm1.274-3.531a.18.18 0 0 1 .016-.237l-.106-.106a.33.33 0 0 0-.03.433zm1.785 2.37l-1.785-2.37l-.12.09l1.785 2.37zm.83-.951l-.943.943l.106.106l.943-.943zM3.796 3.543l2.37 1.785l.09-.12l-2.37-1.785zm-.237.016a.18.18 0 0 1 .237-.016l.09-.12a.33.33 0 0 0-.433.03z'/%3E%3Cpath fill='%23FFC125' fill-rule='evenodd' stroke='%23984111' stroke-width='.15' d='M7 8.842c1.068 0 1.933-.854 1.933-1.908S8.068 5.026 7 5.026s-1.933.855-1.933 1.908c0 1.054.865 1.908 1.933 1.908Z' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m6.813 6.437l-.125-.082a.8.8 0 0 0-.186-.093a.3.3 0 0 0-.08-.014q-.18-.001-.495.223l-.078-.107q.345-.247.572-.248q.06 0 .122.02a1 1 0 0 1 .217.108l.124.081l.048.027c.16 0 .169.57.056.744a.5.5 0 0 1-.116.124l-.087.064c-.04.03-.052.048-.052.07c0 .003.048.015.155.01l.073-.005a1 1 0 0 1 .11-.006v.131c-.019 0-.029 0-.1.006l-.077.005c-.187.01-.294-.017-.294-.142c0-.071.035-.12.103-.173c.011-.008.07-.05.086-.063a.4.4 0 0 0 .087-.092c.034-.053.056-.192.053-.34a1 1 0 0 0-.026-.205a.3.3 0 0 1-.09-.043'/%3E%3Cpath fill='%23984111' fill-rule='evenodd' d='m7.352 6.39l-.072.047a.3.3 0 0 1-.09.043l-.008.032a1 1 0 0 0-.017.173c-.003.148.019.287.053.34a.4.4 0 0 0 .087.092l.086.063c.068.053.103.102.103.173c0 .125-.107.151-.295.142l-.077-.005l-.1-.006v-.131c.025 0 .035 0 .11.006l.074.005c.107.005.155-.007.155-.01c0-.022-.013-.04-.052-.07l-.026-.02l-.06-.044a.5.5 0 0 1-.117-.124c-.113-.175-.103-.744.056-.744l.048-.027l.124-.08a1 1 0 0 1 .217-.109a.4.4 0 0 1 .122-.02q.227.001.572.248l-.078.107q-.317-.224-.494-.223a.3.3 0 0 0-.082.014a.8.8 0 0 0-.185.093zm-.157.08l-.002.004z' clip-rule='evenodd'/%3E%3Cpath fill='%23984111' d='m6.665 7.723l.034.067zm.677.001l.039-.064zm.069.041l.061.043l.046-.066l-.069-.041zm-.046.066l-.062-.043zm-.723.008l.057-.05zm-.063-.073l-.033-.067l-.086.043l.062.072zm.252.051l-.023-.071l-.13.04l.104.088zm.354-.001l.054.052l.082-.085l-.111-.038zm-.574-.043l-.039-.064l-.07.043l.05.066zm.771 0l.064.039l.036-.058l-.055-.041zm-.858-.122l.039.064zm.957.008l-.046.06zm.046.036l.046-.06zm.052.04l.065.039l.034-.057l-.053-.04zm-.034.058l-.064-.039zm-.03.05l.065.038zm-1.03.011l-.06.045zm-.043-.057l.06-.045zm-.049-.066l-.04-.063l-.069.043l.049.065zm.07-.043l-.04-.063zm.553-.124a.85.85 0 0 0-.384.092l.067.134a.7.7 0 0 1 .317-.076zm.365.096a.7.7 0 0 0-.365-.096v.15q.165 0 .287.074zm.068.041l-.068-.041l-.078.128l.07.042zm-.022.173l.045-.066l-.123-.085l-.046.065zm-.411.25c.172 0 .307-.101.41-.25l-.123-.086q-.13.188-.287.186zm-.431-.237c.12.141.264.237.43.237v-.15q-.157.001-.316-.184zm-.063-.073l.063.073l.114-.097l-.063-.073zm.11-.158l-.086.043l.067.134l.086-.043zm.384.168c-.032 0-.077-.013-.136-.064l-.098.114q.118.1.234.1zm.115-.06c-.047.049-.085.06-.115.06v.15a.3.3 0 0 0 .223-.106zm-.115.1a.4.4 0 0 1 .145.022l.049-.141a.6.6 0 0 0-.194-.03zm-.163.025a.5.5 0 0 1 .163-.025v-.15q-.106 0-.208.032zm.163.066c-.1 0-.216-.057-.345-.227l-.12.09q.216.286.465.287zm.302-.221c-.101.166-.204.221-.302.221v.15q.254-.002.43-.293zm-.302-.001q.192 0 .321.1l.09-.12a.67.67 0 0 0-.411-.13zm-.366.104a.7.7 0 0 1 .366-.104v-.15a.85.85 0 0 0-.444.126zm.366-.404a1 1 0 0 0-.532.154l.079.128a.85.85 0 0 1 .453-.132zm.51.167a.8.8 0 0 0-.51-.167v.15q.242 0 .419.136zm.047.036L7.527 7.6l-.092.119l.046.035zm.052.04l-.052-.04l-.092.118l.052.04zm-.015.155l.034-.057l-.129-.077l-.034.057zm-.03.05l.03-.05l-.13-.077l-.029.05zm-.564.374c.244 0 .43-.151.564-.374l-.129-.077q-.178.299-.435.301zM6.424 7.9c.16.213.355.356.592.356v-.15q-.254-.001-.471-.296zm-.042-.057l.042.057l.12-.09l-.042-.057zm-.049-.066l.049.066l.12-.09l-.049-.065zm.09-.151l-.07.043l.08.127l.07-.043zm.061-.038l-.06.038l.078.127l.061-.037zm-.419-1.135l.033.068zm0 .361l-.032.068zm.537 0l.032.068zm0-.361l-.033.068zm-.526.178l-.07-.03zm.007-.01l.056.05zm.047-.033l-.032-.067zm.407 0l.032-.067zm.047.033l-.056.05zm.007.01l-.069.03zm0 .006l-.069-.03zm-.007.01l-.056-.05zm-.047.032l.032.068zm-.407 0l-.032.068zm-.047-.033l-.057.05zm-.007-.01l-.07.03zm1.323-.183l-.033-.068zm0 .361l-.033.068zm.536 0l-.033-.067zm0-.361l-.033.068zm-.526.178L7.34 6.6zm.007-.01l-.056-.05zm.047-.033l.033.068zm.407 0l-.032.068zm.048.033l-.057.05zm.006.01l-.069.03zm0 .006l-.069-.03zm-.006.01l-.057-.05zm-.048.032l-.032-.067zm-.407 0l.033-.067zm-.047-.033l-.056.05zm-.007-.01l-.069.03zm-1.311-.115a.6.6 0 0 1 .235-.047v-.15a.7.7 0 0 0-.3.061zM6 6.634c0-.044.037-.084.098-.113l-.065-.136c-.074.036-.183.114-.183.249zm.098.113C6.037 6.717 6 6.677 6 6.634h-.15c0 .135.11.213.183.248zm.235.047a.6.6 0 0 1-.235-.047l-.065.135c.084.04.19.062.3.062zm.236-.047a.6.6 0 0 1-.236.047v.15c.11 0 .216-.021.301-.062zm.098-.113c0 .044-.037.084-.098.113l.065.135c.073-.035.183-.113.183-.248zm-.098-.113c.061.029.098.069.098.113h.15c0-.135-.11-.213-.183-.249zm-.236-.047a.6.6 0 0 1 .236.047l.065-.136a.7.7 0 0 0-.3-.061zm-.326.127A.1.1 0 0 0 6 6.635h.15l-.005.026zm.02-.03a.1.1 0 0 0-.02.03l.138.06l-.006.01zm.07-.05a.2.2 0 0 0-.07.05l.112.1q-.002-.001.024-.015zm.236-.047a.6.6 0 0 0-.235.047l.065.135a.4.4 0 0 1 .17-.032zm.236.047a.6.6 0 0 0-.236-.047v.15c.075 0 .135.015.171.032zm.072.05a.2.2 0 0 0-.072-.05l-.065.135q.026.014.024.015zm.019.03a.1.1 0 0 0-.02-.03l-.112.1l-.006-.01zm.007.033A.1.1 0 0 0 6.66 6.6l-.138.06l-.005-.02v-.007zm-.007.032a.1.1 0 0 0 .007-.032h-.15v-.007l.005-.02zm-.02.03a.1.1 0 0 0 .02-.03l-.138-.059l.006-.01zm-.07.05a.2.2 0 0 0 .07-.05l-.112-.1q.002.001-.024.016zm-.237.048a.6.6 0 0 0 .236-.047l-.065-.135a.4.4 0 0 1-.17.032zm-.235-.047a.6.6 0 0 0 .235.047v-.15a.4.4 0 0 1-.17-.032zm-.072-.051q.026.03.072.05l.065-.134q-.026-.014-.024-.015zm-.02-.03q.008.015.02.03l.113-.1l.006.011zM6 6.634q0 .015.007.032l.138-.059l.005.027zm1.431-.113a.6.6 0 0 1 .236-.047v-.15a.7.7 0 0 0-.3.061zm-.098.113c0-.044.037-.084.098-.113l-.065-.136c-.073.036-.183.114-.183.249zm.098.113c-.06-.03-.098-.07-.098-.113h-.15c0 .135.11.213.183.248zm.236.047a.6.6 0 0 1-.236-.047l-.065.135c.085.04.191.062.3.062zm.235-.047a.6.6 0 0 1-.235.047v.15c.11 0 .216-.021.3-.062zM8 6.634c0 .044-.037.084-.098.113l.065.135c.074-.035.183-.113.183-.248zm-.098-.113c.061.029.098.069.098.113h.15c0-.135-.11-.213-.183-.249zm-.235-.047a.6.6 0 0 1 .235.047l.065-.136a.7.7 0 0 0-.3-.061zM7.34 6.6a.1.1 0 0 0-.007.033h.15l-.005.026zm.02-.03a.1.1 0 0 0-.02.03l.138.06l-.006.01zm.071-.05a.2.2 0 0 0-.071.05l.112.1q-.002-.001.024-.015zm.236-.047a.6.6 0 0 0-.236.047l.065.135a.4.4 0 0 1 .17-.032zm.235.047a.6.6 0 0 0-.235-.047v.15c.074 0 .135.015.17.032zm.072.05a.2.2 0 0 0-.072-.05l-.064.135q.026.014.023.015zm.02.03a.1.1 0 0 0-.02-.03l-.113.1l-.006-.01zM8 6.635a.1.1 0 0 0-.007-.033l-.138.06l-.005-.027zm-.007.032A.1.1 0 0 0 8 6.634h-.15l.005-.027zm-.02.03a.1.1 0 0 0 .02-.03l-.138-.059l.006-.01zm-.07.05a.2.2 0 0 0 .07-.05l-.112-.1q.002.001-.023.016zm-.236.048a.6.6 0 0 0 .235-.047l-.064-.135a.4.4 0 0 1-.171.032zm-.236-.047a.6.6 0 0 0 .236.047v-.15a.4.4 0 0 1-.171-.032zm-.071-.051q.024.03.071.05l.065-.134q-.026-.014-.024-.015zm-.02-.03q.007.015.02.03l.112-.1l.006.011zm-.007-.032q0 .015.007.032l.138-.059l.005.027z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-uz{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%2314DC5A' fill-rule='evenodd' d='M0 16h32v8H0z' clip-rule='evenodd'/%3E%3Cpath fill='%230099B5' fill-rule='evenodd' d='M0 0h32v10H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' stroke='%23C51918' d='M-2 9.5h-.5v7h37v-7z'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='m14.541 3.006l-.673.374l.192-.76l-.644-.558h.842l.282-.72l.331.72h.718l-.564.558l.271.76zm-3.608 2.291l.673-.374l.755.374l-.27-.76l.563-.558h-.718l-.33-.72l-.283.72h-.842l.644.558zM8.428 6.961l-.673.374l.192-.76l-.645-.559h.842l.283-.719l.33.72h.719l-.564.558l.27.76zm3.178 0l-.673.374l.192-.76l-.644-.559h.842l.282-.719l.331.72h.718l-.564.558l.271.76zm2.98 0l-.673.374l.192-.76l-.644-.559h.842l.282-.719l.331.72h.718l-.564.558l.271.76zm-.673-1.664l.673-.374l.755.374l-.27-.76l.563-.558h-.718l-.33-.72l-.283.72h-.842l.644.558zm3 2.038l.672-.374l.756.374l-.271-.76l.564-.559h-.718l-.332-.719l-.282.72h-.842l.645.558zm.672-2.412l-.673.374l.193-.76l-.645-.558h.842l.282-.72l.332.72h.718l-.564.558l.27.76zm-.717-1.543l.673-.374l.755.374l-.271-.76l.564-.558h-.718l-.331-.72l-.283.72h-.842l.645.558zm3.748 3.581l-.673.374l.192-.76l-.645-.559h.842l.283-.719l.33.72h.719l-.564.558l.27.76zm-.673-1.664l.673-.374l.755.374l-.271-.76l.564-.558h-.718l-.331-.72l-.283.72h-.842l.645.558zm.628-2.29l-.673.373l.192-.76l-.645-.558h.842l.283-.72l.331.72h.718l-.564.558l.271.76zM5.885 8.24s-2.416-.656-2.37-3.08S6 2.11 6 2.11c-.997-.377-3.945.13-4 3.028c-.054 2.9 2.956 3.47 3.885 3.104' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-va{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23FFDC17' fill-rule='evenodd' d='M0 0h14v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23AF0100' d='m22.782 12.751l-.346.023q.123 1.777.77 2.748c.697 1.042 1.617 1.848 2.233 1.848c.14 0 .172.052.126.18c-.066.183-.273.362-.54.43c-.444.115-1.453.174-3.01.174v.335c1.588 0 2.616-.06 3.1-.185c.375-.096.673-.354.777-.643c.12-.335-.061-.626-.453-.626c-.457 0-1.306-.743-1.943-1.695q-.596-.888-.714-2.589m-1.635 0l.345.023q-.122 1.777-.77 2.748c-.697 1.042-1.617 1.848-2.232 1.848c-.14 0-.173.052-.127.18c.066.183.274.362.54.43c.444.115 1.453.174 3.011.174v.335c-1.589 0-2.616-.06-3.1-.185c-.375-.096-.673-.354-.777-.643c-.12-.335.061-.626.453-.626c.457 0 1.305-.743 1.942-1.695q.595-.888.715-2.589'/%3E%3Cpath fill='%23F4B300' fill-rule='evenodd' d='m28.067 6.798l-9.142 7.126a3.3 3.3 0 0 0-1.033-.161c-1.483 0-2.724.947-2.724 2.177s1.24 2.176 2.724 2.176q.255 0 .5-.036a.96.96 0 0 1-.319-.42c-.067-.187-.04-.36.066-.477q-.12.012-.247.012c-1 0-1.773-.59-1.773-1.255c0-.667.772-1.256 1.773-1.256s1.773.59 1.773 1.256c0 .203-.072.4-.201.575l.073-.067c.317-.295-.395.922-1.011.922c-.14 0-.172.052-.126.18c.061.171.247.34.49.416c1.002-.313 1.726-1.088 1.726-2.026c0-.384-.12-.741-.333-1.05l4.913-4.17l.329.34l.237-.214l.82.608l-.343.264l.7.852l1.414-1.09l.024-.012l-.005-.003l.088-.067l-.7-.852l-.339.261l-.918-.634l.108-.098l-.295-.305l.444-.376l.235.243l.253-.23l.796.63l-.335.258l.7.851l1.211-.933l.139-.075l-.02-.016l.191-.148l-.7-.85l-.396.304l-.871-.669l.118-.107l-.202-.209l.905-.767z' clip-rule='evenodd'/%3E%3Cpath fill='%23BFBFBF' fill-rule='evenodd' d='M15.687 14.726c.262 0 .475-.17.475-.377c0-.208-.213-.377-.475-.377c-.263 0-.476.169-.476.377s.213.377.476.377m.173 3.432c.262 0 .475-.169.475-.377s-.213-.376-.476-.376c-.262 0-.475.168-.475.376c0 .209.213.377.476.377m4.713-.377c0 .209-.213.377-.476.377c-.262 0-.475-.169-.475-.377s.213-.376.475-.376c.263 0 .476.168.476.376m2.811-1.841c0-.553.25-1.049.661-1.427l-5.25-4.065l-.06.046l.154.139l-.414.427l-.218-.197l-.804.619l.308.236l-.7.852l-1.399-1.078l-.039-.024l.005-.003l-.088-.067l.7-.852l.339.261l.918-.634l-.108-.098l.397-.41l-.463-.357l-.318.33l-.244-.222l-.785.636l.315.243l-.7.851l-1.173-.903l-.177-.106l.02-.015l-.191-.148l.7-.851l.396.305l.871-.669l-.118-.107l.239-.247l-.942-.73l.595-.718l9.081 7.033a3.3 3.3 0 0 1 1.216-.227c1.483 0 2.724.947 2.724 2.177s-1.24 2.176-2.724 2.176q-.255 0-.5-.036a.96.96 0 0 0 .319-.42c.067-.187.04-.36-.066-.477q.12.012.247.012c1 0 1.773-.59 1.773-1.255c0-.667-.772-1.256-1.773-1.256s-1.773.59-1.773 1.256c0 .203.072.4.201.575l-.073-.067c-.317-.295.395.922 1.011.922c.14 0 .172.052.126.18c-.061.171-.247.34-.49.416c-1.002-.313-1.726-1.088-1.726-2.027' clip-rule='evenodd'/%3E%3Cpath fill='%23F4B300' fill-rule='evenodd' d='M28.314 14.726c-.263 0-.476-.17-.476-.377c0-.208.213-.377.476-.377c.262 0 .475.169.475.377s-.213.377-.476.377m-.174 3.432c-.262 0-.475-.169-.475-.377s.213-.376.476-.376c.262 0 .475.168.475.376c0 .209-.213.377-.476.377m-4.713-.377c0 .209.213.377.476.377c.262 0 .475-.169.475-.377s-.213-.376-.475-.376c-.263 0-.476.168-.476.376' clip-rule='evenodd'/%3E%3Cpath fill='%23AF0100' fill-rule='evenodd' d='M21.74 11.795a.13.13 0 0 0-.13.13v.54h-.479a.126.126 0 1 0 0 .251h.48v7.154c0 .072.058.13.13.13H22a.13.13 0 0 0 .13-.13v-7.154h.739a.126.126 0 0 0 0-.25h-.74v-.54a.13.13 0 0 0-.129-.13z' clip-rule='evenodd'/%3E%3Cpath fill='%23979797' fill-rule='evenodd' d='m16.755 7.594l.211.145c.493-.674.938-.809 1.389-.455c.78.61.847 2.1.013 2.598c-.994.594-1.498 1.754-1.057 2.385c.407.583 1.388.362 2.356-.37a6 6 0 0 0 .49-.413l-.205-.158a6 6 0 0 1-.445.374c-.863.652-1.693.839-1.981.427c-.344-.492.096-1.503.979-2.032c.999-.597.922-2.295.013-3.007c-.586-.459-1.193-.274-1.764.506m3.808 3.051l.21.146c.368-.495.619-1.032.702-1.56l-.257-.038c-.076.487-.31.987-.655 1.452m6.708-3.051l-.212.145c-.494-.674-.937-.809-1.39-.455c-.779.61-.846 2.1-.012 2.598c.994.594 1.498 1.754 1.057 2.385c-.407.583-1.388.362-2.356-.37a6 6 0 0 1-.49-.413l.205-.158q.21.196.445.374c.863.652 1.693.839 1.981.427c.344-.492-.096-1.503-.979-2.032c-.999-.597-.922-2.295-.013-3.007c.586-.459 1.193-.274 1.763.506m-3.808 3.051l-.212.146c-.367-.495-.618-1.032-.701-1.56l.256-.038c.077.487.312.987.657 1.452' clip-rule='evenodd'/%3E%3Cpath fill='%23AF0100' fill-rule='evenodd' d='M21.87 20.017c.287 0 .52-.117.52-.26s-.233-.26-.52-.26c-.286 0-.519.117-.519.26s.233.26.52.26M21.784 9.22c1.003 0 1.816-.136 1.816-.303c0-.168-.813-.303-1.816-.303s-1.816.135-1.816.303s.813.302 1.816.302' clip-rule='evenodd'/%3E%3Cpath fill='%23F4B300' fill-rule='evenodd' d='M21.886 2.038h-.26v.3h-.245v.25h.246v.734h.259v-.733h.3v-.251h-.3zm-1.95 3.619l-.117-.195q.095-.04.195-.076l-.338-.74l.237-.101l.348.762a5 5 0 0 1 .225-.059a.35.35 0 0 1-.086-.234c0-.185.136-.335.303-.335s.302.15.302.335q0 .079-.03.146q.309-.042.644-.051v-.284h-.325v-.202h.325v-.24h.343v.24h.396v.202h-.396v.282q.382.006.717.053a.4.4 0 0 1-.03-.146c0-.185.135-.335.302-.335c.168 0 .303.15.303.335c0 .095-.036.18-.093.241q.146.038.279.085l.248-.544l.238.101l-.247.54l.058.028l-.13.188l-.021-.01l-.04.088l-.238-.102l.04-.085q-.569-.205-1.386-.219v.09h-.343v-.088q-.97.03-1.684.33m-.117.223l.06.102l-.203.087l.338.74q-.1.036-.195.076l.116.195q.714-.3 1.684-.33v.088h.343v-.09q.818.016 1.385.22l-.039.084l.238.102l.04-.088l.02.01l.131-.188l-.058-.027l.247-.54l-.238-.102l-.248.545a3 3 0 0 0-.279-.086a.35.35 0 0 0 .093-.24c0-.186-.136-.336-.303-.336s-.302.15-.302.335q0 .08.03.147a6 6 0 0 0-.717-.054v-.282h.396v-.202h-.396v-.24h-.343v.24h-.325v.202h.325v.284a6 6 0 0 0-.644.05a.4.4 0 0 0 .03-.145c0-.185-.135-.335-.302-.335c-.168 0-.303.15-.303.335c0 .091.033.174.086.234a5 5 0 0 0-.225.059l-.303-.664q.786-.323 1.876-.324q1.103 0 1.773.33l.13-.188q-.736-.36-1.903-.36q-1.164 0-2.015.356m0 1.423l.06.102l-.203.088l.338.74q-.1.035-.195.075l.116.195q.714-.3 1.684-.33v.088h.343v-.09q.818.015 1.385.22l-.039.085l.238.101l.04-.087l.02.01l.131-.188l-.058-.028l.247-.54l-.238-.102l-.248.545a3 3 0 0 0-.279-.085a.35.35 0 0 0 .093-.242c0-.184-.136-.334-.303-.334s-.302.15-.302.334q0 .08.03.147a6 6 0 0 0-.717-.054v-.281h.396V7.47h-.396v-.24h-.343v.24h-.325v.202h.325v.283a6 6 0 0 0-.644.051a.4.4 0 0 0 .03-.146c0-.184-.135-.334-.302-.334c-.168 0-.303.15-.303.334c0 .092.033.174.086.235a5 5 0 0 0-.225.058l-.303-.664q.786-.323 1.876-.323q1.103 0 1.773.33l.13-.19q-.736-.359-1.903-.358q-1.164 0-2.015.355m0 1.424l.116.195q.791-.333 1.899-.333q1.103 0 1.773.33l.13-.189q-.736-.36-1.903-.359q-1.164 0-2.015.356' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-vc{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23FFDC17' d='M8 0h16v24H8z'/%3E%3Cpath fill='%235FBF2B' d='M24 0h8v24h-8z'/%3E%3Cpath fill='%232E42A5' d='M0 0h8v24H0z'/%3E%3Cpath fill='%235FBF2B' d='m19.726 5.6l-3.04 4.463l3.04 4.305l3.04-4.305zm-7.449.079L9 10.063l3.04 4.226l3.04-4.226zm.566 9.31l3.277-4.384l2.803 4.384L16.12 19.5z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ve{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackVe0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackVe0)'%3E%3Cpath fill='%23FECA00' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23E31D1C' d='M0 16v8h32v-8z'/%3E%3Cpath fill='%23F7FCFF' d='m12.737 11.86l.982-.558l1.103.557l-.396-1.133l.824-.832h-1.048l-.484-1.072l-.412 1.072h-1.23l.925.817h-1.037L11.48 9.64l-.412 1.072h-1.23l.942.833l-.18.726h-.785l-.483-1.072l-.413 1.072H7.69l.942.833l-.174.703h-.343l-.484-1.072l-.412 1.072h-1.23l.941.833l-.28 1.133l.983-.558l1.102.557l-.396-1.133l.824-.832H9.11l.224-.127l1.103.557l-.396-1.133l.472-.477l-.013.051l.983-.557l1.102.557l-.396-1.133l.819-.827l.01.01zm6.486-.044l-.983-.558l-1.102.558l.396-1.133l-.824-.833h1.048l.484-1.072l.412 1.072h1.23l-.925.818h1.042l.483-1.073l.413 1.073h1.23l-.942.832l.18.727h.785l.483-1.073l.412 1.073h1.23l-.941.832l.174.703h.343l.484-1.072l.412 1.072h1.23l-.942.833l.28 1.133l-.982-.558l-1.102.558l.396-1.133l-.824-.833h.053l-.225-.127l-1.102.557l.396-1.133l-.472-.477l.013.051l-.983-.557l-1.103.557l.396-1.133l-.82-.83l-.014.013z'/%3E%3Cpath fill='%23F7FCFF' d='m15.833 10.535l-.983.557l.28-1.133l-.94-.832h1.23l.412-1.073l.483 1.073h1.048l-.823.832l.396 1.133z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-vg{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3CclipPath id='flagpackVg0'%3E%3Cpath fill='%23fff' d='M0 0h18v14H0z'/%3E%3C/clipPath%3E%3Cg fill='none'%3E%3Cpath fill='%232E42A5' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cg clip-path='url(%23flagpackVg0)'%3E%3Cpath fill='%232E42A5' d='M0 0h18v14H0z'/%3E%3Cpath fill='%23F7FCFF' d='m-2.004 13l3.96 1.737L18.09 1.889l2.09-2.582l-4.236-.58l-6.58 5.536l-5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m-1.462 14.217l2.018 1.008L19.429-.933h-2.833z'/%3E%3Cpath fill='%23F7FCFF' d='m20.004 13l-3.96 1.737L-.09 1.889L-2.18-.693l4.236-.58l6.58 5.536l5.297 3.73z'/%3E%3Cpath fill='%23F50100' d='m19.87 13.873l-2.019 1.009l-8.036-6.918l-2.383-.773L-2.38-.684H.453l9.807 7.688l2.605.927z'/%3E%3Cpath fill='%23F50100' fill-rule='evenodd' d='M9.985 0h-2v6H0v2h7.985v6h2V8H18V6H9.985z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M6.485 0h5v4.5H18v5h-6.515L11.5 14h-5l-.015-4.5H0v-5h6.485zm1.5 6H0v2h7.985v6h2V8H18V6H9.985V0h-2z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-vi{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackVi0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackVi0)'%3E%3Cpath fill='%23E8AA00' fill-rule='evenodd' d='M17.603 8.215c.241.138.387.49.387.49h-4.088l.282-.49s-.282-.128-.14-.128s.546-.568.546-.568h-.168s-.087-.142.168-.142c.256 0 .46-.914.46-.914s.168-.428-.242-.536s-.906.358-.906.358s.12-.745.282-.907c.075-.075.215-.087.343-.098c.148-.012.28-.023.28-.128c0-.196.482-.349 1.268-.349c.787 0 1.072.94 1.072 1.124s.27 1.165.27 1.165s-.27 0-.27.127c0 .126.843.673.843.673s-.63.185-.387.323M2.776 4.87c.314-.135 3.501.815 5.889 1.526c1.373.41 2.481.74 2.627.74c.398 0 1.148.965.773 1.371s-.502.644-.25.644c.25 0 1.516-.329 1.516-.329v3.772s-1.213.288-1.517 0c-.147-.14-.37-.148-.563-.155c-.205-.008-.373-.014-.373-.176c0-.313-.699-.363-.699-.363s-.646-.213-.646-.414s-.424-.767-.424-.767s-1.612-.913-2.984-1.915q-.417-.303-.813-.576C4.277 7.507 3.424 6.912 3.27 6.223c-.716-.71-.988-1.141-.494-1.353m10.067 7.962s-.543.374-1.144 1.376c-.295.493-.32.927-.336 1.24c-.018.325-.029.521-.325.521a2.6 2.6 0 0 0-.8.136a1.4 1.4 0 0 1-.369.076c-.274 0-.8 1.035-.537 1.275s1.366.621 1.366 0s.296-.974.835-.974s1.502-.357 1.502-1.14s1.05-.727 1.05-.727zM23.56 6.396c2.388-.711 5.575-1.661 5.889-1.526c.494.212.222.644-.494 1.353c-.154.69-1.007 1.284-2.043 2.005q-.395.273-.812.576c-1.372 1.002-2.985 1.915-2.985 1.915s-.423.567-.423.768c0 .2-.646.413-.646.413s-.7.05-.7.363c0 .162-.167.168-.372.176c-.192.007-.416.016-.563.155c-.304.288-1.517 0-1.517 0V8.822s1.266.329 1.517.329s.124-.238-.251-.644s.375-1.371.773-1.371c.146 0 1.254-.33 2.627-.74m-4.178 6.436s.543.374 1.144 1.376c.296.493.32.927.336 1.24c.018.325.029.521.325.521a2.6 2.6 0 0 1 .8.136c.14.041.257.076.369.076c.274 0 .8 1.035.537 1.275s-1.366.621-1.366 0s-.296-.974-.835-.974c-.54 0-1.502-.357-1.502-1.14s-1.05-.727-1.05-.727zm-5.842 2.61c0-.345.61-.605.61-.605l1.834-.774l.024.465l.023-.465l1.835.774s.61.26.61.605c0 .173.258.479.517.784c.258.303.515.606.515.777c0 .3-.696.978-1.117 1.386l-.154.15c-.096.096-.2.214-.308.337c-.31.35-.651.738-.938.738c-.202 0-.365.14-.522.275c-.143.124-.281.242-.438.242q-.012 0-.023-.01q-.012.01-.024.01c-.157 0-.294-.118-.438-.242c-.157-.134-.32-.275-.522-.275c-.287 0-.629-.388-.938-.738a7 7 0 0 0-.308-.336l-.154-.15c-.42-.41-1.117-1.086-1.117-1.387c0-.17.257-.474.515-.777c.259-.305.518-.61.518-.784' clip-rule='evenodd'/%3E%3Cpath fill='%2346A000' fill-rule='evenodd' d='M7.01 10.673c.04.463.172.736.172.736s.231.364.363.368q.1.253.22.514c.36.96.85 2.222 1.353 3.371a1 1 0 0 0-.142-.081c-.421-.197-.723-.22-.723-.22s-.564.025-.506.185c.059.16.758.507 1.042.404l.095-.034c.13-.045.25-.086.284-.14l.201.447c-.42-.196-.72-.219-.72-.219s-.565.024-.506.184s.757.508 1.04.404l.096-.033c.079-.027.154-.053.208-.081c.507 1.08.996 1.943 1.345 2.16h.705s-.61-.86-1.376-2.065c.23-.164.553-.526.553-.754l.001-.101c.005-.266.008-.493-.284-.201c-.328.328-.453.604-.453.604s-.015.047-.032.114l-.186-.3c.231-.163.559-.53.559-.759v-.101c.005-.266.009-.492-.283-.201c-.329.328-.453.604-.453.604s-.015.048-.032.116l-.268-.445c.227-.12.64-.55.64-.808l.001-.101c.005-.266.009-.493-.283-.201c-.33.328-.454.604-.454.604s-.037.117-.059.243a40 40 0 0 1-.347-.605h.011c.17 0 .736-.538.736-.84l.001-.1c.005-.267.008-.493-.284-.202a2.3 2.3 0 0 0-.453.604s-.084.265-.075.423q-.236-.425-.456-.849h.004c.17 0 .736-.538.736-.84l.001-.1c.005-.267.008-.493-.284-.202c-.328.328-.453.604-.453.604s-.075.239-.076.398a20 20 0 0 1-.425-.886q-.105-.278-.193-.519a.1.1 0 0 0 .023-.018c.11-.13.06-.909-.17-1.103l-.077-.066c-.201-.174-.372-.323-.337.088m.782 1.184s.023-.302.22-.723c.174-.374.248-.16.335.092q.015.047.034.095c.103.284-.245.983-.405 1.041c-.16.059-.184-.505-.184-.505m.788 2.889c-.42-.197-.722-.22-.722-.22s-.564.024-.506.184s.757.508 1.041.404l.096-.033c.251-.087.465-.16.091-.335m-1.118-1.12s.302.023.723.22c.374.175.16.249-.092.335l-.095.034c-.284.103-.983-.244-1.041-.404s.505-.184.505-.184m.394-.68c-.421-.196-.723-.219-.723-.219s-.564.024-.506.184c.059.16.758.508 1.042.404l.095-.033c.251-.087.465-.16.092-.336m-.881-1.301s.276.124.604.453c.292.292.065.288-.2.284l-.102-.001c-.302 0-.84-.566-.84-.736s.538 0 .538 0' clip-rule='evenodd'/%3E%3Cpath fill='%230093E1' fill-rule='evenodd' d='M28.692 10.339h-2.138s.454 0 .503.437c0 0 .01 3.694 0 3.984s-.503.39-.503.39s2.593.007 2.138 0a.564.564 0 0 1-.556-.39v-3.984c0-.337.556-.437.556-.437M4.565 14.853L2.83 10.404h1.478c-.256 0-.352.327-.352.327l1.036 2.953s1.002-2.41 1.002-2.838s-.42-.442-.42-.442H7.5l-.466.156s-1.542 3.536-1.542 4.293c-.074.168.71.28.71.28h-2.07zm17.702-1.396l1.145-2.111l.034 2.348l-.355-.115l-.252 1.569l1.267-2.43l-.422-.159l1.569-1.697l-.534 2.294l-.304-.267l-1.797 3.352l2.006-2.298l-.387-.193l1.98-1.296l-.862 2.112l-.48-.346l-2.036 2.562l-.844-.325l.844-3zm-.662 4.003h-.634v.482h-.498L19.06 19.58h.78l.27.923l.363-.326v.326l.708-.326l.677.586l.505-2.253l-.34-.25l.175-.152l-.175-.648z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M12.344 8.013s.93.642 1.86.642c.931 0 1.862-.642 1.862-.642s.93.642 1.861.642s1.861-.642 1.861-.642v2.9c0 3-3.722 5.325-3.722 5.325s-3.903-2.135-3.722-5.36z' clip-rule='evenodd'/%3E%3Cmask id='flagpackVi1' width='8' height='9' x='12' y='8' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12.344 8.013s.93.642 1.86.642c.931 0 1.862-.642 1.862-.642s.93.642 1.861.642s1.861-.642 1.861-.642v2.9c0 3-3.722 5.325-3.722 5.325s-3.903-2.135-3.722-5.36z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackVi1)'%3E%3Cpath fill='%232E42A5' d='M12.08 7.82h7.84v3.02h-7.84z'/%3E%3Cpath fill='%23AF0100' d='M13.595 10.84h-.659v6.105h.66zm1.12 0h-.659v6.105h.66zm.462 0h.658v6.105h-.659zm1.778 0h-.658v6.105h.658zm.462 0h.658v6.105h-.659zm1.778 0h-.659v6.105h.66z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-vn{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackVn0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackVn0)'%3E%3Cpath fill='%23FFD221' fill-rule='evenodd' d='m16.062 15.98l-5.15 3.275l1.727-5.733l-3.674-3.746l5.065-.11l2.241-5.66l2.042 5.734l5.053.089l-3.797 3.814l1.773 5.454z' clip-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-vu{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' fill-rule='evenodd' d='m0-2l16.67 14L0 26z' clip-rule='evenodd'/%3E%3Cmask id='flagpackVu0' width='36' height='40' x='-2' y='-8.355' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M-2-8.355h36v40H-2z'/%3E%3Cpath fill-rule='evenodd' d='M0-3.355L17.408 10H32v4H17.17L0 26.811v-4.47L14 12L0 1.534z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M0-3.355L17.408 10H32v4H17.17L0 26.811v-4.47L14 12L0 1.534z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='m17.408 10l-1.217 1.587l.539.413h.678zM0-3.355l1.217-1.587L-2-7.41v4.055zM32 10h2V8h-2zm0 4v2h2v-2zm-14.83 0v-2h-.665l-.532.397zM0 26.811h-2V30.8l3.196-2.385zm0-4.47l-1.188-1.61l-.812.6v1.01zM14 12l1.188 1.609l2.165-1.6l-2.156-1.61zM0 1.534h-2v1.002l.803.6zm18.626 6.88L1.217-4.943l-2.434 3.174L16.19 11.587zM32 8H17.408v4H32zm2 6v-4h-4v4zm-16.83 2H32v-4H17.17zM1.195 28.414l17.17-12.811l-2.393-3.206l-17.17 12.812zM-2 22.34v4.471h4v-4.47zm14.812-11.949l-14 10.34l2.376 3.218l14-10.34zm-14.01-7.255l14 10.466l2.396-3.204l-14-10.465zM-2-3.355v4.89h4v-4.89z' mask='url(%23flagpackVu0)'/%3E%3Cpath fill='%23FFD018' d='m4.874 16.768l.002-1.58c1.408-.311 2.341-.715 2.795-1.201C8.79 12.609 8.046 9.38 5.75 9.4c-1.139 0-2.316.542-2.316 1.819c0 1.585.327 2.263 1.443 2.263c1.109 0 1.515.06 2.246-.936l.793.245c-.783 1.067-1.838 1.91-3.041 1.91c-1.982 0-3.06-1.495-3.06-3.222c0-2.134 1.731-3.628 3.82-3.628c1.557 0 4.021 1.909 4.021 3.627c0 1.72 0 2.508-1.35 3.709c-.545.483-1.893 1.347-3.431 1.58'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M4.991 9.88a.143.143 0 0 0-.174.101l-.055.207l-.008-.01a.143.143 0 1 0-.226.174l.098.127l-.165.152a.143.143 0 0 0 .194.21l.146-.134l.25.328l-.275.147a.143.143 0 1 0 .135.252l.313-.168l.214.286l-.376.201a.143.143 0 0 0 .135.252l.412-.22q.165.223.287.399l-.263.14a.143.143 0 1 0 .136.252l.29-.155q.183.272.184.316a.143.143 0 0 0 .285 0c0-.072-.075-.224-.232-.468l.006-.012l.212-.466a.143.143 0 1 0-.26-.118l-.145.318q-.135-.195-.316-.442l.15-.33a.143.143 0 0 0-.261-.117l-.084.184l-.144-.192l.202-.445a.143.143 0 0 0-.26-.119l-.138.305l-.276-.36l.111-.42a.143.143 0 0 0-.102-.175' clip-rule='evenodd'/%3E%3Cpath fill='%23FFD018' fill-rule='evenodd' d='M5.952 9.88a.143.143 0 0 1 .175.101l.054.207l.009-.01a.143.143 0 1 1 .226.174l-.098.127l.164.152a.143.143 0 0 1-.193.21l-.146-.134l-.25.328l.274.147a.143.143 0 1 1-.135.252l-.313-.168l-.213.286l.376.201a.143.143 0 0 1-.136.252l-.411-.22q-.165.223-.287.399l.262.14a.143.143 0 1 1-.135.252l-.29-.155q-.183.272-.184.316a.143.143 0 0 1-.286 0c0-.072.075-.224.233-.468l-.007-.012l-.211-.466a.143.143 0 1 1 .26-.118l.145.318q.135-.195.316-.442l-.15-.33a.143.143 0 0 1 .26-.117l.084.184l.145-.192l-.203-.445a.143.143 0 0 1 .26-.119l.139.305l.275-.36l-.11-.42a.143.143 0 0 1 .101-.175' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-wf{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23C51918' d='M22 0h10v24H22z'/%3E%3Cpath fill='%232E42A5' d='M0 0h12v24H0z'/%3E%3Cpath fill='%23F7FCFF' d='M10 0h12v24H10z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ws{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23C51918' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackWs0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackWs0)'%3E%3Cpath fill='%232E42A5' d='M0 0v14h16V0z'/%3E%3Cpath fill='%23FEFFFF' d='m3.566 7.772l-1.06.64l.241-1.249l-.882-.934l1.195-.051l.506-1.166l.505 1.166h1.194l-.881.985l.265 1.249zm8 0l-1.06.64l.241-1.249l-.882-.934l1.195-.051l.506-1.166l.505 1.166h1.194l-.881.985l.265 1.249zm-4.1-3.634l-.998.602l.227-1.175l-.83-.88l1.125-.047l.476-1.098l.476 1.098h1.123l-.83.927l.25 1.175zm1.08 4.287l-.623.377l.142-.735l-.52-.55l.704-.03l.297-.685l.298.686h.702l-.518.58l.156.734zm-1.137 4.403l-1.497.904l.342-1.763l-1.247-1.32l1.688-.071l.714-1.646l.714 1.646h1.684l-1.243 1.39l.374 1.764z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-ye{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackYe0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' mask='url(%23flagpackYe0)'%3E%3Cpath fill='%23E31D1C' d='M0 0v8h32V0z'/%3E%3Cpath fill='%23272727' d='M0 16v8h32v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-yt{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3Cpath fill='%23DFDFDF' d='M11.09 21.229c-.665.201-1.625.614-2.009.845c-.124.08-.112.171.08.513c.135.222.27.413.293.413c.034 0 .406-.15.824-.342c.417-.181.95-.42 1.196-.463a3 3 0 0 0 .465-.103c.043.093.016.041.094.186c.112.209.042.204.236.261c.203.06.706-.183.706-.183c.587-.181.914-.201 3.025-.201s2.438.02 3.024.211c0 0 .473.143.534.16c.06.018.092.031.155.018c.058-.013.12-.092.146-.14c0 0 .13-.278.163-.375c.112.048.317.11.515.166c.237.07.767.282 1.185.463c.418.191.79.342.824.342c.022 0 .158-.191.293-.413c.271-.473.294-.432-.688-.885c-1.31-.604-2.619-.876-2.743-.584c-.022.056-.042.088-.073.16c-.13-.027-.474-.1-.818-.15c-1.061-.17-3.973-.17-5.034 0c-.344.05-.577.135-.771.183c-.11-.197-.088-.119-.11-.174c-.09-.201-.688-.17-1.512.092'/%3E%3Cpath fill='%23171796' d='M12.05 8.793c-.023.328.045.56.223.736c.08.084.148.184.148.184s-.091.1-.167.176a.88.88 0 0 0-.25.644c0 .248.072.42.265.643c0 0 .163.082.16.184c-.005.102-.175.204-.175.204c-.349.408-.337.876.027 1.264l.155.172h7.136l.175-.196q.505-.572.003-1.228s-.168-.12-.17-.22s.159-.2.159-.2c.349-.44.341-.843-.019-1.267c-.163-.188-.167-.224-.038-.312c.209-.148.337-.648.243-.952c-.14-.456-.743-.76-1.11-.56a2.5 2.5 0 0 0-.308.22c-.102.088-.197.156-.216.156c-.015 0-.106-.072-.2-.16c-.368-.332-.81-.372-1.178.004c0 0-.053.201-.13.208s-.186-.18-.186-.18c-.375-.372-.845-.356-1.228.036c0 0-.053.164-.14.144c-.086-.02-.158-.212-.158-.212c-.223-.216-.365-.212-.623-.216c-.148-.002-.417.034-.579.155c-.162.122-.134.267-.171.257c-.094-.025-.197-.176-.197-.176c-.364-.328-.656-.384-1.008-.188a.8.8 0 0 0-.444.68'/%3E%3Cpath fill='%23D42E12' d='M12.285 14.492s.145.07.14.161s-.16.181-.16.181a1.5 1.5 0 0 0-.211.311a.91.91 0 0 0 .208.941c.144.146.148.205.011.378c-.06.075-.132.181-.159.236c-.284.56.14 1.26.77 1.26c.25 0 .44-.083.61-.272c.137-.15.209-.153.33-.02c.178.205.413.331.61.331c.232 0 .376-.075.61-.307c0 0 .094-.182.179-.18c.085 0 .163.184.163.184c.352.394.709.406 1.183.032c0 0 .104-.152.193-.15s.167.157.167.157c.208.19.364.264.569.264s.356-.082.595-.326c0 0 .123-.186.197-.197s.151.141.151.141c.292.272.451.359.664.359c.22 0 .375-.075.595-.28c.205-.193.315-.417.288-.602c-.026-.2-.2-.567-.33-.693c0 0-.129-.011-.11-.11c.02-.1.171-.2.171-.2c.371-.454.375-.804.008-1.253c0 0-.154-.088-.152-.189c.002-.1.16-.2.16-.2c.355-.437.352-.843-.008-1.24L19.533 13l-3.548.004l-3.548.004l-.16.185c-.371.429-.367.866.008 1.299'/%3E%3Cpath fill='%23E9D315' fill-rule='evenodd' d='M17.82 13.622c.172 0 .315.117.345.27l.006.06v.615l.735-.39a.337.337 0 0 1 .453.135a.33.33 0 0 1-.086.415l-.05.032l-.617.328l.617.327l.05.033a.33.33 0 0 1 .086.415a.337.337 0 0 1-.453.135l-.735-.39v.684a.34.34 0 0 1-.35.33a.345.345 0 0 1-.345-.27l-.005-.06v-.601l-.579.307a.337.337 0 0 1-.453-.135a.33.33 0 0 1 .086-.415l.05-.033l.617-.327l-.616-.328l-.05-.033a.33.33 0 0 1-.087-.415a.337.337 0 0 1 .453-.134l.579.307v-.532a.34.34 0 0 1 .35-.33m-3.4 0c.172 0 .315.117.345.27l.005.06v.615l.736-.39a.337.337 0 0 1 .453.135a.33.33 0 0 1-.086.415l-.05.032l-.617.328l.617.327l.05.033a.33.33 0 0 1 .086.415a.337.337 0 0 1-.453.135l-.736-.39v.684a.34.34 0 0 1-.35.33a.345.345 0 0 1-.344-.27l-.006-.06v-.601l-.578.307a.337.337 0 0 1-.453-.135a.33.33 0 0 1 .086-.415l.05-.033l.617-.327l-.617-.328l-.05-.033a.33.33 0 0 1-.086-.415a.337.337 0 0 1 .453-.134l.578.307v-.532a.34.34 0 0 1 .35-.33' clip-rule='evenodd'/%3E%3Cpath stroke='%23000' stroke-width='.3' d='M10.853 12.857h.15v.066a.25.25 0 0 1-.15-.066v.685l.008 4.811a.4.4 0 0 0 .101.303a.8.8 0 0 0 .144.123l.062.047l.093-.118l-.093.118c.09.07.243.127.42.172c.185.048.418.09.686.122c.535.063 1.217.087 1.94.03c.305.003.529.063.7.146c.173.083.3.194.406.31q.08.088.15.175l.003.004c.046.055.093.113.142.164c.098.103.225.201.404.201s.304-.099.4-.203c.048-.052.094-.112.139-.169l.003-.004q.065-.086.139-.172c.1-.115.219-.225.382-.308c.162-.082.376-.141.672-.144a20 20 0 0 0 2.04-.056c.262-.025.484-.057.658-.097c.164-.038.31-.088.4-.165l.007-.006a2 2 0 0 0 .096-.088a.7.7 0 0 0 .158-.236a.7.7 0 0 0 .034-.324V6.85H10.853z'/%3E%3Cpath fill='%23fff' d='M14.869 9.866c-.269.5-.28.724-.057 1.124c.174.308.378.503.658.628c.73.33 1.663.087 2.03-.529c.227-.378.2-1.009-.05-1.284l-.067-.074l-.064.218c-.091.31-.182.468-.363.634c-.34.311-.81.382-1.293.19c-.375-.151-.526-.36-.666-.94l-.034-.143z'/%3E%3Cpath fill='%23FF2500' fill-rule='evenodd' d='M18.479 3.5c0 .866-.624 1.5-1.5 1.5c-.878 0-1.496-.634-1.496-1.5c0-.87.618-1.5 1.495-1.5s1.5.63 1.5 1.5M6.523 4.953v-2.02l.893 2.02h.39l.872-2.02v2.02h.529V2.047h-.613l-.977 2.234l-.988-2.234H6v2.906zm3.703 0l.333-.805h1.242l.333.805h.56l-1.247-2.906h-.528L9.672 4.953zm.951-2.305l-.443 1.074h.887zm3.075 2.305v-1.16l1.178-1.746h-.58l-.857 1.302l-.86-1.302h-.598l1.173 1.746v1.16zm2.726-.393c-.57 0-.94-.445-.94-1.06s.37-1.06.94-1.06s.946.445.946 1.06s-.375 1.06-.946 1.06m3.286-2.077v2.47h-.55v-2.47h-1.077v-.436h2.705v.436zm3.022 2.47v-2.47h1.078v-.436h-2.705v.436h1.078v2.47zM27 4.513v.44h-2.119V2.047H27v.436h-1.58v.766h1.432v.43H25.42v.834z' clip-rule='evenodd'/%3E%3Cpath fill='%23DFDFDF' fill-rule='evenodd' stroke='%23000' stroke-width='.3' d='M26.777 18.8s-.34-.67.52-1s1.28.1 1.658.5c.38.401.338 1.61.338 1.61l-.936 1.496l-2.872.594l-1.144-.594L23 18.8l.1-2.559s.136-.98.136-1.183s.623-1.775.623-1.775l.59-.585l1.67-.888l.785-.392l.976-1.233l-.108-.982l-1.112 1.416h-.942l-.98.411l-.397.373l-.482.015l-.189-.388l.527-.845l.795-.801l-.366-.677l.542-.247l-.104-.373l.6.373l.454-.373l.087-.343l-1.037-.556s1.014-.426 1.492-.381c.477.044.928.606.928.606l1.367-.225s-.366.899-.247.899h.86l-.276 1.116h1.06l-.784.86l.612.335l-.93.632l.93.626l-.865.568l.487.941l.767-.467l.431.585l-.649 1.44l-1.058.75l-1.01.255l-.987.256l-.392.257l-.244-.984l-1.668 1.143l-.866 1.794l.255 1.63l.61.834l1.127.403l1.47-.276l.768-.935l.184-.955s-.445-.648-.768-.594s-.995.5-.995.5Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='m25.082 12.225l-.037.398c1.155.107 1.918.05 2.317-.2l.08-.055l-.249-.313c-.243.193-.876.264-1.874.19zm-1.338 1.154l-.037.398c1.154.107 1.918.05 2.317-.199l.08-.056l-.25-.313c-.242.193-.875.265-1.873.19zm-.322 1.076l-.066.394c.68.115 1.106.062 1.25-.235l.03-.08l-.385-.11c-.02.071-.235.113-.674.055z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M25.75 9.5a.25.25 0 1 1 0-.5a.25.25 0 0 1 0 .5' clip-rule='evenodd'/%3E%3Cpath fill='%23DFDFDF' fill-rule='evenodd' stroke='%23000' stroke-width='.3' d='M5.224 18.8s.34-.67-.52-1s-1.28.1-1.66.5c-.378.401-.336 1.61-.336 1.61l.935 1.496L6.515 22l1.144-.594L9 18.8l-.1-2.559s-.136-.98-.136-1.183s-.623-1.775-.623-1.775l-.59-.585l-1.67-.888l-.785-.392l-.976-1.233l.108-.982l1.112 1.416h.942l.98.411l.397.373l.482.015l.189-.388l-.527-.845l-.795-.801l.366-.677l-.542-.247l.105-.373l-.601.373l-.454-.373l-.086-.343l1.036-.556s-1.014-.426-1.492-.381c-.477.044-.928.606-.928.606l-1.367-.225s.366.899.247.899h-.86l.276 1.116h-1.06l.783.86l-.61.335l.93.632l-.93.626l.864.568l-.487.941l-.767-.467l-.431.585l.649 1.44l1.059.75l1.008.255l.988.256l.392.257l.244-.984L7.008 16.4l.866 1.794l-.255 1.63l-.61.834l-1.127.403l-1.47-.276l-.769-.935l-.183-.955s.445-.648.768-.594s.996.5.996.5Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='m6.918 12.225l.037.398c-1.155.107-1.918.05-2.317-.2l-.08-.055l.249-.313c.243.193.876.264 1.874.19zm1.338 1.154l.037.398c-1.154.107-1.918.05-2.317-.199l-.08-.056l.25-.313c.242.193.875.265 1.873.19zm.322 1.076l.066.394c-.68.115-1.106.062-1.25-.235l-.03-.08l.385-.11c.02.071.235.113.674.055z'/%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M6.25 9.5a.25.25 0 1 0 0-.5a.25.25 0 0 0 0 .5' clip-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-za{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M0 0v8h32V0z' clip-rule='evenodd'/%3E%3Cpath fill='%233D58DB' fill-rule='evenodd' d='M0 16v8h32v-8z' clip-rule='evenodd'/%3E%3Cmask id='flagpackZa0' width='36' height='38' x='-2' y='-7' fill='%23000' maskUnits='userSpaceOnUse'%3E%3Cpath fill='%23fff' d='M-2-7h36v38H-2z'/%3E%3Cpath fill-rule='evenodd' d='M15.429 10L0-2v28l15.429-12H32v-4z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M15.429 10L0-2v28l15.429-12H32v-4z' clip-rule='evenodd'/%3E%3Cpath fill='%23F7FCFF' d='m0-2l1.228-1.579L-2-6.089V-2zm15.429 12L14.2 11.579l.541.421h.687zM0 26h-2v4.09l3.228-2.511zm15.429-12v-2h-.687l-.541.421zM32 14v2h2v-2zm0-4h2V8h-2zM-1.228-.421l15.429 12l2.456-3.158l-15.43-12zM2 26V-2h-4v28zm12.2-13.579l-15.428 12l2.456 3.158l15.429-12zM32 12H15.429v4H32zm-2-2v4h4v-4zm-14.571 2H32V8H15.429z' mask='url(%23flagpackZa0)'/%3E%3Cpath fill='%23272727' stroke='%23FECA00' stroke-width='2' d='M.6 5.2L-1 4v16l1.6-1.2l8-6l1.067-.8l-1.067-.8z'/%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-zm{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0h32v24H0z' clip-rule='evenodd'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackZm0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackZm0)'%3E%3Cpath fill='%23FF8126' d='M27 10h5v14h-5z'/%3E%3Cpath fill='%23272727' d='M22 10h5v14h-5z'/%3E%3Cpath fill='%23C51918' d='M17 10h5v14h-5z'/%3E%3Cpath fill='%23FF8126' fill-rule='evenodd' d='M24.547 4.838c.481.149 0 .377 0 .377s-.095-.093-.095-.17s-.369 0-.559.282c-.18.267.152.267.501.266h.058c.197 0 .506-.017.792-.032c.25-.013.483-.026.613-.026c.278 0 .41 0 .777-.208c.24-.136 1.029-.302 1.616-.425c.316-.067.574-.12.655-.151c.232-.087-.232.371-.232.371s1.789-.608 2.147-.816c.221-.129.121-.019-.043.16a4 4 0 0 0-.315.372c-.152.21.156.01.498-.214c.184-.12.377-.246.514-.318c.394-.208-.1.356-.317.532s.51 0 .762-.176c.185-.13.016.097-.127.287a4 4 0 0 0-.125.173l-.005.007c-.097.15-.128.198.105.198c.237 0-.61.556-.61.556s.252-.034 0 .336c-.149.218-.874.438-1.462.617c-.41.125-.753.23-.79.299c-.067.125-.726.27-1.034.337c-.11.024-.174.039-.151.039c.086 0 .23.092.074.092s-.432.075-.432.075s.145 0 0 .174c-.07.084-.191.07-.276.061c-.093-.01-.143-.015-.036.113c.095.114.13.157.122.17c-.01.016-.084-.01-.198-.01c-.1 0-.207-.036-.319-.074a1.2 1.2 0 0 0-.388-.086c-.247 0 0 .148.155.24l.019.01c.138.083.08.083-.17.082h-.08c-.155 0-.238-.014-.283-.022c-.047-.008-.052-.009-.052.022c0 .03-.116-.012-.257-.06c-.145-.052-.316-.112-.409-.112c-.183 0 .388.318.388.318s-.297-.08-.458-.146c-.092-.037.025.138.13.296c.08.12.152.23.123.23a.5.5 0 0 1-.127-.042c-.114-.046-.258-.104-.258-.026c0 .115.132.201.293.201s.187.18.092.18a.4.4 0 0 1-.112-.023c-.074-.021-.141-.041-.141.024c0 .042.028.073.061.11c.046.05.1.108.1.217c0 .187-.24.214-.161.09s-.273-.424-.273-.278v.188c0 .132-.03.14-.077.154a.2.2 0 0 0-.104.06c-.058.062-.067.098-.072.118s-.006.024-.047.024c-.033 0-.06-.042-.097-.097c-.057-.086-.136-.205-.29-.26c-.148-.05-.156-.013-.17.052a.23.23 0 0 1-.097.163c-.112.08-.08.112-.044.151c.021.023.044.047.044.083c0 .1-.196-.1-.196-.234c0-.135-.223-.314-.223-.214s0 .214-.114.214c-.055 0-.058.033-.06.078c-.003.048-.007.109-.079.156c-.07.047-.07.022-.066-.033c.003-.052.008-.131-.047-.201c-.069-.088-.011-.223.018-.292c.019-.044.026-.06-.018-.022c-.111.1-.253.1-.349.1h-.004c-.048 0-.09.052-.12.089c-.03.036-.048.058-.048 0c0-.114.142-.416.41-.416c.206 0 .31-.07.399-.131q.04-.028.078-.05c.115-.061 0-.142-.114-.201c-.052-.027-.034-.114.003-.192c.063-.034.111-.077.111-.12c0-.053-.068.027-.111.12a.6.6 0 0 1-.255.076c-.06 0-.023-.093.025-.21c.04-.099.088-.214.088-.304a1 1 0 0 1 .029-.211c.015-.067.021-.095-.029-.06c-.062.045-.393-.004-.62-.037c-.096-.014-.174-.026-.202-.026c-.043 0-.008-.067.025-.133c.043-.084.085-.167-.025-.116c-.173.081-.525.078-.748.076h-.088c-.13 0-.04-.098.008-.15c.027-.03.04-.044-.008-.018a.83.83 0 0 1-.414.092c-.067 0-.086-.033-.108-.07c-.025-.045-.054-.095-.175-.094c-.22.002-.27-.001-.392-.082c-.063-.042-.028-.067-.008-.081c.019-.013.025-.017-.072-.017h-.6c-.298 0 .001-.196.109-.196s.232-.177 0-.098c-.149.051-.308.037-.496.02a4 4 0 0 0-.348-.02c-.355 0-.422-.138-.213-.138c.21 0 .222-.1-.104-.1a1.8 1.8 0 0 1-.497-.083a.8.8 0 0 0-.177-.037c-.114 0-.239-.136 0-.136c.24 0 .546-.113.285-.113c-.148 0-.395-.067-.61-.124a2 2 0 0 0-.378-.084c-.052 0 .03-.015.137-.034c.216-.04.538-.098.127-.098c-.44 0-.899-.302-1.216-.51c-.13-.085-.235-.154-.306-.181c-.246-.095 0-.283.071-.205s.568.198.352.093a1.2 1.2 0 0 1-.423-.377c-.07-.096-.016-.163.071-.087s.49.293.49.293s-.215-.206-.387-.53c-.17-.324.172-.245.465 0s.568.31.706.324s-.138-.177-.404-.324s-.205-.676 0-.465c.107.11.613.319 1.108.523c.457.189.904.373 1.02.472c.2.172.039-.084-.136-.361l-.106-.17c-.116-.188.35.026.88.27c.382.175.797.366 1.052.432c.176.046.386.12.595.193c.517.182 1.033.362 1.033.127c0-.33.473-.847.98-1.021c.322-.111.474-.011.664.115c.11.073.233.154.409.209M24 8.714c.115 0 .083-1.004.083-1.004s.338.616.338.882c0 .121-.01.157-.007.192c.004.042.027.082.109.265c.083.185.028.165-.123.11a1.5 1.5 0 0 0-.526-.11c-.498 0 .012-.335.126-.335' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' d='m24.547 5.215l-.088.09l.063.06l.079-.037zm0-.377l.037-.12zm-.654.489l-.104-.07zm.501.266v.125zm.85-.032l-.006-.125zm1.39-.234l.062.109zm1.616-.425l-.026-.123zm.655-.151l.044.117zm-.232.371l-.088-.089l.128.208zm2.147-.816l-.063-.108zm-.043.16l.092.084zm-.315.372l.101.072zm.498-.214l.069.105zm.514-.318l.058.11zm-.317.532l-.079-.097zm.762-.176l-.072-.103zm-.127.287l-.1-.075zm-.125.173l.105.068zm-.005.007l.105.068zm-.505.754l-.069-.105l.085.228zm0 .336l.103.07zm-1.462.617l-.036-.12zm-.79.299l-.11-.059zm-1.034.337l.027.123zm-.509.206l-.033-.12l.033.245zm0 .174l-.096-.08zm-.276.061l-.014.124zm-.036.113l.096-.08zm.122.17l.104.069zm-.517-.084l-.04.119zm-.233.153l.064-.107zm.019.012l-.064.107zm-.17.081l.001-.125zm-.363-.022l-.021.123zm-.309-.039l.042-.118zm-.021.207l-.033.121l.094-.23zm-.458-.146l-.047.116zm.13.296l.104-.069zm-.004.188l-.047.116zm.015.332l.035-.12zm-.08.133l.093-.084zm-.411.372l-.034-.12zm-.104.06l-.091-.085zm-.072.118l.122.03zm-.144-.073l-.105.069zm-.29-.26l-.042.119zm-.17.052l-.122-.026zm-.097.163l-.072-.102zm-.044.151l-.09.086zm-.55-.073l-.124-.008zm-.078.156l.069.105zm-.066-.033l.125.008zm-.047-.201l-.098.077zm.018-.292l-.115-.049zm-.018-.022l.084.094zm-.349.1V9.4zm-.124.089l-.097-.08zm.761-.547l.07.103zm.078-.05l-.06-.11zm-.114-.201l-.058.11zm-.227-.326l-.115-.047zm.117-.515l-.122-.028zm-.029-.06l.073.102zm-.62-.037l.019-.124zm-.177-.16l-.111-.056zm-.025-.115l.053.114zm-.748.076l.001-.125zm-.08-.15l-.092-.084zm-.008-.018l-.059-.11zm-.521.022l.108-.062zm-.176-.094v-.125zm-.392-.082l-.07.104zm-.008-.081l.072.102zm-.563-.31l-.04-.119zm-.496.02l.011-.125zm-1.162-.341l-.034.12zm-.501-.411l-.033.12zm-.242-.118l.023.123zm-1.09-.608l.07-.104zm-.305-.181l-.045.116zm.424-.112l-.055.113zm-.353-.464l-.082.094zm.49.293l-.06.11l.146-.2zm-.387-.53l.111-.059zm.465 0l.08-.096zm.302-.465l.09-.087zm1.108.523l.048-.115zm1.02.472l.08-.094zm-.136-.361l-.106.067zm-.106-.17l-.106.066zm.88.27l-.052.113zm1.052.432l-.032.121zm.595.193l.041-.118zm2.013-.894l.04.118zm.664.115l.07-.104zm-.054 3.081l.11-.06l-.235.064zm.331 1.074l-.124.011zm.109.265l.114-.052zm-.123.11l-.043.118zm.146-3.944l.054.113h.002l.023-.012l.055-.033a.6.6 0 0 0 .144-.123c.043-.054.092-.152.035-.259c-.047-.09-.15-.144-.276-.183l-.074.24c.115.035.132.065.13.06c-.012-.022.007-.035-.01-.013a.4.4 0 0 1-.082.067l-.052.03h-.003zm-.22-.17c0 .08.045.152.07.187l.056.066l.004.004l.002.002l.088-.089l.087-.089l-.001-.001l-.008-.009a.4.4 0 0 1-.044-.064l-.004-.008zm-.33.352a.64.64 0 0 1 .292-.23a.3.3 0 0 1 .105-.026c.01 0 .004.002-.01-.005a.1.1 0 0 1-.057-.092h.25a.15.15 0 0 0-.09-.135a.2.2 0 0 0-.098-.018a.6.6 0 0 0-.19.043a.9.9 0 0 0-.41.323zm.397.07q-.133.002-.244-.003a.7.7 0 0 1-.167-.023c-.04-.012-.024-.019-.017.004c.006.019-.009.01.03-.048l-.206-.14c-.05.075-.091.167-.063.26c.03.099.116.142.18.163c.068.021.15.03.23.034s.17.004.257.004zm.058 0h-.058v.25h.058zm.786-.03c-.289.015-.593.03-.786.03v.25c.201 0 .514-.016.8-.031zm.619-.027c-.134 0-.372.013-.62.026l.014.25c.251-.013.48-.026.605-.026zm.716-.192a1.5 1.5 0 0 1-.389.17a1.4 1.4 0 0 1-.328.022v.25c.137 0 .254 0 .384-.029s.267-.088.456-.195zm1.651-.439c-.293.062-.64.135-.942.21a7 7 0 0 0-.414.112a1.6 1.6 0 0 0-.295.117l.123.218q.071-.041.246-.096a7 7 0 0 1 .4-.109c.298-.073.64-.145.934-.207zm.637-.145q-.046.017-.223.057l-.414.088l.052.245c.158-.033.302-.063.417-.09a2 2 0 0 0 .256-.066zm-.188.488l.088.09V5.21l.002-.001l.004-.004a4 4 0 0 0 .269-.304a.4.4 0 0 0 .048-.088a.2.2 0 0 0 .01-.079a.14.14 0 0 0-.082-.107a.16.16 0 0 0-.09-.01a.3.3 0 0 0-.06.016l.087.234l.01-.004h-.014a.11.11 0 0 1-.1-.094a.1.1 0 0 1 .001-.029q0-.009.003-.01c0-.002-.003.007-.018.028l-.05.065a3 3 0 0 1-.191.205l-.004.003v.001zm2.084-.924c-.08.046-.25.12-.47.207c-.216.085-.472.18-.717.27a57 57 0 0 1-.86.303l-.057.02l-.015.004l-.004.002h-.001l.04.118l.04.119h.002l.004-.002l.015-.005l.057-.02a58 58 0 0 0 .864-.304c.246-.09.505-.186.724-.273c.217-.085.405-.166.504-.223zm.112.352l.11-.12a.6.6 0 0 0 .074-.1a.2.2 0 0 0 .016-.043a.132.132 0 0 0-.118-.162a.2.2 0 0 0-.053.006a.7.7 0 0 0-.14.067l.125.216l.06-.033l.018-.008s-.013.003-.03.002a.12.12 0 0 1-.106-.142q.005-.02.008-.02q.001-.003-.01.013l-.033.04l-.105.116zm-.306.36a4 4 0 0 1 .306-.36l-.184-.168c-.1.109-.231.252-.325.383zm.329-.39c-.174.113-.33.215-.423.263l-.045.02h.006a.1.1 0 0 1 .06.013a.11.11 0 0 1 .057.089a.1.1 0 0 1-.005.037c0 .002.004-.007.021-.032l-.203-.145a.4.4 0 0 0-.051.09a.2.2 0 0 0-.011.071a.14.14 0 0 0 .068.108c.036.02.07.019.087.017a.2.2 0 0 0 .048-.01a1 1 0 0 0 .082-.036c.108-.056.278-.166.446-.276zm.524-.325c-.144.076-.343.206-.524.324l.137.21c.185-.121.372-.243.503-.313zm-.18.74a3 3 0 0 0 .41-.433a1 1 0 0 0 .069-.108a.3.3 0 0 0 .024-.057a.2.2 0 0 0 .005-.087a.14.14 0 0 0-.088-.103a.2.2 0 0 0-.095-.008a.5.5 0 0 0-.145.056l.116.221l.053-.024l.019-.007h-.01a.1.1 0 0 1-.03-.006a.1.1 0 0 1-.065-.076l-.002-.028l.002-.009l-.006.013l-.049.074a2.6 2.6 0 0 1-.366.388zm.61-.376c-.105.075-.332.158-.513.201a1 1 0 0 1-.163.026h-.005h.006l.022.01a.11.11 0 0 1 .04.135l-.008.013l.01-.01l-.157-.193a.3.3 0 0 0-.05.048a.16.16 0 0 0-.036.094a.14.14 0 0 0 .065.124a.2.2 0 0 0 .075.026a.5.5 0 0 0 .12-.003a1 1 0 0 0 .139-.027c.19-.045.454-.137.6-.239zm.046.465c.07-.092.153-.204.195-.276a.4.4 0 0 0 .03-.064q.006-.016.008-.054a.134.134 0 0 0-.156-.13a.2.2 0 0 0-.049.015l-.073.044l.143.205l.034-.021q.001.001-.018.004a.116.116 0 0 1-.131-.113q.002-.025.004-.027l-.01.016a3 3 0 0 1-.177.251zm-.12.166a4 4 0 0 1 .12-.166l-.2-.15c-.05.067-.1.135-.13.18zm-.005.007l.005-.007l-.21-.136l-.004.007zm0 .005a1 1 0 0 1-.099-.007h-.001l.01.006q.009.006.019.018a.1.1 0 0 1 .015.03c.006.02.003.035.002.038q0 .003 0 0l.004-.007l.019-.034l.031-.05l-.21-.135c-.022.035-.047.073-.063.106a.2.2 0 0 0-.023.153c.025.082.1.109.139.119q.066.014.157.013zm-.61.68l.068.105h.001l.002-.002l.007-.004l.027-.018a9 9 0 0 0 .365-.259c.09-.07.183-.145.238-.207a.4.4 0 0 0 .041-.054a.2.2 0 0 0 .028-.088a.14.14 0 0 0-.07-.13a.2.2 0 0 0-.097-.023v.25c.007 0-.01.002-.032-.012a.11.11 0 0 1-.05-.094c0-.024.01-.037.007-.032l-.014.017a1.6 1.6 0 0 1-.203.174a7 7 0 0 1-.378.267l-.007.005h-.001v.001zm.103.407a.8.8 0 0 0 .125-.25c.017-.072.012-.148-.038-.207a.22.22 0 0 0-.138-.073a.3.3 0 0 0-.065 0h-.003l.032.247h-.002l.005.001c.007 0-.007.001-.02-.015c-.019-.022-.008-.037-.014-.011a.6.6 0 0 1-.088.167zm-1.529.667c.294-.09.626-.19.904-.297c.14-.053.268-.11.374-.167a.7.7 0 0 0 .251-.203l-.207-.14a.5.5 0 0 1-.165.124c-.09.05-.208.101-.342.153c-.268.102-.592.2-.887.29zm-.716.238c-.009.017-.019.021-.01.015l.037-.02a2 2 0 0 1 .16-.065c.138-.05.324-.105.53-.168l-.073-.24c-.204.063-.395.12-.54.172a2 2 0 0 0-.188.076l-.07.041a.2.2 0 0 0-.067.071zm-1.117.4c.153-.033.399-.087.615-.148c.107-.031.211-.065.294-.1a1 1 0 0 0 .115-.058a.3.3 0 0 0 .093-.094l-.22-.118c.007-.013.011-.011-.009.002l-.076.038c-.07.03-.162.06-.266.09c-.207.058-.445.11-.6.144zm-.178-.208h.014q.007.001.027.008a.125.125 0 0 1 .001.231l.013-.003l.123-.027l-.054-.245c-.054.012-.1.022-.128.03l-.042.011l-.023.011a.126.126 0 0 0-.05.16c.021.047.062.062.069.065a.1.1 0 0 0 .05.009zm.074.342q.037.001.074-.007a.16.16 0 0 0 .09-.053a.14.14 0 0 0 .019-.143a.2.2 0 0 0-.048-.063a.3.3 0 0 0-.096-.054a.3.3 0 0 0-.113-.022v.25h.002l.006.001l.018.005l.021.01l-.006-.006l-.014-.023a.11.11 0 0 1 .05-.14l.014-.005h-.017zm-.432-.05l.033.12h.002l.009-.002l.139-.033c.088-.019.185-.035.249-.035v-.25c-.093 0-.212.022-.3.04l-.151.036l-.01.003h-.003zm.096.254a.4.4 0 0 0 .086-.147a.18.18 0 0 0-.032-.165a.2.2 0 0 0-.1-.06a.2.2 0 0 0-.043-.007h-.006l-.001.125v.125h-.009l-.01-.005a.08.08 0 0 1-.04-.057c-.003-.013 0-.021 0-.023c0 0-.006.016-.037.054zm-.386.105c.04.005.107.013.173.005a.32.32 0 0 0 .213-.11l-.192-.16c-.007.009-.02.018-.051.021a.5.5 0 0 1-.116-.004zm.074-.09a.4.4 0 0 1-.037-.051c-.002-.003.003.006.005.02a.11.11 0 0 1-.077.116l-.01.002l.045.003l.027-.248c-.02-.002-.049-.006-.074-.005q-.02-.002-.051.006a.143.143 0 0 0-.108.156a.2.2 0 0 0 .02.064q.025.046.068.096zm.13.318a.13.13 0 0 0 .02-.09a.2.2 0 0 0-.013-.048a.3.3 0 0 0-.033-.053q-.034-.045-.104-.128l-.192.16c.049.059.078.094.095.117l.008.01a.1.1 0 0 1-.008-.029a.12.12 0 0 1 .018-.077zm-.302.046q.071.001.121.01c.015.002.037.005.055.005q.017.001.045-.005a.14.14 0 0 0 .08-.056l-.208-.138a.12.12 0 0 1 .082-.05h.005l-.006-.002l-.02-.002c-.034-.004-.088-.012-.154-.012zm-.358-.08c.106.036.233.08.358.08v-.25a1 1 0 0 1-.278-.067zm-.35-.08c.112 0 .222.037.35.08l.08-.237c-.12-.04-.27-.093-.43-.093zm.22.007l-.12-.073a1 1 0 0 1-.085-.064c-.01-.008-.007-.008-.002 0c.004.01.02.05-.006.094c-.021.035-.052.04-.046.04a.2.2 0 0 1 .04-.004v-.25a.4.4 0 0 0-.101.01a.17.17 0 0 0-.108.076a.15.15 0 0 0-.003.147a.3.3 0 0 0 .053.068c.063.06.179.128.25.17zm.02.011l-.02-.01l-.128.214l.019.011zm-.235.314h.156a.4.4 0 0 0 .117-.017a.14.14 0 0 0 .091-.096a.14.14 0 0 0-.033-.128a.4.4 0 0 0-.097-.073l-.128.215l.035.022q.01.009.002 0a.114.114 0 0 1 .046-.176q.012-.002-.002 0l-.039.002l-.147.001zm-.08 0h.08l.001-.25h-.081zm-.304-.024c.049.009.14.024.303.024v-.25a1.4 1.4 0 0 1-.261-.02zm.095-.101c0-.01 0 .001-.004.016a.12.12 0 0 1-.102.082h-.008l.019.003l.042-.246l-.036-.006c-.009 0-.04-.004-.073.009a.14.14 0 0 0-.083.091c-.006.023-.005.045-.005.051zm-.424.057c.068.024.138.049.19.063a.4.4 0 0 0 .083.015c.013 0 .042 0 .073-.014a.13.13 0 0 0 .078-.121h-.25a.12.12 0 0 1 .097-.114l.011-.001l-.027-.007a3 3 0 0 1-.172-.057zm-.368-.104q.04 0 .15.031c.069.02.145.047.218.073l.083-.236c-.072-.025-.154-.054-.23-.076a1 1 0 0 0-.22-.042zm.388.193l.06-.109l-.005-.003l-.017-.01a5 5 0 0 1-.231-.14a1 1 0 0 1-.12-.091q-.003-.006.003.004c.002.004.017.032.008.071a.11.11 0 0 1-.065.08c-.016.006-.026.005-.02.005v-.25a.2.2 0 0 0-.073.013a.14.14 0 0 0-.07.202a.3.3 0 0 0 .034.045c.04.042.105.09.164.128a4 4 0 0 0 .27.164h.001zm-.505-.03a4 4 0 0 0 .422.137l.036.01l.01.003h.003v.001h.001l.033-.12l.033-.121l-.003-.001l-.01-.003l-.153-.044a4 4 0 0 1-.278-.094zm.28.111a3 3 0 0 1-.143-.235c-.003-.008.002.002.002.02a.115.115 0 0 1-.082.104a.1.1 0 0 1-.055 0h-.002l.094-.232a.16.16 0 0 0-.107-.009a.135.135 0 0 0-.098.13a.2.2 0 0 0 .014.074l.024.054c.035.066.095.156.145.232zm.02.425a.13.13 0 0 0 .13-.106a.2.2 0 0 0-.007-.077a.4.4 0 0 0-.036-.075a4 4 0 0 0-.106-.167l-.209.138c.041.062.077.116.099.154l.015.027l-.003-.011q-.003-.01 0-.038a.12.12 0 0 1 .117-.095zm-.174-.052l.081.032c.02.007.057.02.093.02v-.25q.016.002.01 0l-.02-.006l-.07-.028zm-.086-.142a.09.09 0 0 1-.063.084c-.017.005-.023 0-.002.005c.037.008.09.028.151.053l.094-.232c-.053-.021-.13-.052-.193-.066a.25.25 0 0 0-.125.001a.16.16 0 0 0-.112.155zm.168.076a.25.25 0 0 1-.137-.036c-.028-.02-.03-.035-.03-.04h-.25a.3.3 0 0 0 .14.247a.5.5 0 0 0 .277.08zm.092.43c.07 0 .13-.036.16-.097a.2.2 0 0 0 .009-.157a.265.265 0 0 0-.261-.176v.25q.023.002.023.005q0 .002 0 0s-.004-.013.005-.033a.08.08 0 0 1 .064-.041zm-.148-.028c.033.01.093.029.148.029v-.25a.4.4 0 0 1-.077-.018zm.02-.096a.08.08 0 0 1-.029.057a.1.1 0 0 1-.051.024l.014.003l.046.012l.071-.24c-.029-.008-.086-.026-.135-.025a.17.17 0 0 0-.114.043a.17.17 0 0 0-.052.126zm.029.025l-.03-.036q-.003-.003 0 0v.01h-.25c0 .1.071.168.095.195zm.132.302c0-.16-.085-.25-.132-.302l-.185.169a.4.4 0 0 1 .05.063q.016.024.017.07zm-.392.023c-.027.042-.067.139.007.217c.06.065.145.053.185.042a.29.29 0 0 0 .2-.282h-.25q-.002.027-.01.033l-.007.007l-.003.002l.004-.001h.01a.1.1 0 0 1 .053.027a.1.1 0 0 1 .026.072c-.002.016-.007.022-.003.017zm-.042-.21a.09.09 0 0 1-.046.072a.1.1 0 0 1-.045.013l-.016-.002l.02.011a.34.34 0 0 1 .113.122c.018.034-.001.021.016-.006l.212.134c.056-.09.023-.187-.004-.24a.6.6 0 0 0-.124-.16a.44.44 0 0 0-.162-.1a.17.17 0 0 0-.138.013a.16.16 0 0 0-.076.142zm0 .187v-.188h-.25v.188zm-.169.274c.018-.005.085-.019.127-.083a.34.34 0 0 0 .042-.191h-.25a.3.3 0 0 1-.003.056c-.002.009-.003.005.003-.003a.1.1 0 0 1 .024-.022h.002l-.012.003zm-.045.025l.02-.016l.025-.009l-.067-.24c-.036.01-.099.027-.161.095zm-.042.063q.001-.009.005-.015a.2.2 0 0 1 .037-.048l-.183-.17a.5.5 0 0 0-.075.102a.3.3 0 0 0-.027.07zm-.17.119l.04-.002a.2.2 0 0 0 .062-.02a.14.14 0 0 0 .057-.064l.01-.033l-.242-.06c-.002.009 0 0 .004-.01a.1.1 0 0 1 .044-.049a.1.1 0 0 1 .035-.012h-.01zm-.2-.153a1 1 0 0 0 .06.084a.2.2 0 0 0 .14.069v-.25a.1.1 0 0 1 .042.01l.005.004l-.015-.02l-.024-.035zm-.228-.21c.111.039.17.123.227.21l.209-.138c-.056-.085-.155-.238-.353-.308zm-.005-.042l.004-.018V9.58l-.01.016a.1.1 0 0 1-.026.021c-.02.01-.034.007-.024.008a.3.3 0 0 1 .06.017l.084-.236a.6.6 0 0 0-.113-.03a.2.2 0 0 0-.12.018a.17.17 0 0 0-.082.09c-.01.025-.015.053-.018.065zm-.148.24c.116-.082.137-.187.148-.24l-.245-.05a.2.2 0 0 1-.014.05a.1.1 0 0 1-.033.036zm-.025-.036l-.01-.011q-.003-.003 0 0c.002.004.012.02.01.044s-.012.035-.01.032a.2.2 0 0 1 .035-.029l-.144-.204a.4.4 0 0 0-.084.074a.175.175 0 0 0-.018.218a.3.3 0 0 0 .04.047zm.078.168c0-.093-.062-.152-.078-.168l-.182.171l.012.013l.003.004l-.003-.007l-.002-.013zm-.446-.234c0 .061.021.12.044.164q.038.072.086.125c.028.03.07.069.117.087a.15.15 0 0 0 .138-.016a.15.15 0 0 0 .061-.126h-.25s0-.046.044-.078a.1.1 0 0 1 .094-.015c.011.004.003.004-.018-.02a.3.3 0 0 1-.049-.07a.1.1 0 0 1-.017-.051zm.027-.214a.1.1 0 0 1-.043.077a.1.1 0 0 1-.076.017c-.01-.002 0-.002.023.019q.031.027.053.062l.013.028l.003.011h.25a.33.33 0 0 0-.053-.17a.5.5 0 0 0-.1-.119a.3.3 0 0 0-.131-.074a.16.16 0 0 0-.127.022a.15.15 0 0 0-.062.127zm-.24.339q.077.002.143-.045a.23.23 0 0 0 .076-.109c.023-.065.021-.142.021-.185h-.25l-.001.066l-.006.037c-.002.005 0-.001.008-.008c.01-.007.017-.006.01-.006zm.065-.04l.002-.02c0-.002 0 .007-.007.018a.1.1 0 0 1-.038.036c-.014.006-.024.006-.021.006v-.25a.2.2 0 0 0-.086.018a.16.16 0 0 0-.073.068a.2.2 0 0 0-.022.067l-.004.042zm-.134.254a.3.3 0 0 0 .113-.139a.4.4 0 0 0 .021-.115l-.25-.015a.2.2 0 0 1-.005.042l-.003.006l-.014.012zm-.26-.145c0 .01-.002.03 0 .048q0 .016.006.042a.14.14 0 0 0 .04.065a.14.14 0 0 0 .145.025a.3.3 0 0 0 .069-.035l-.138-.21c-.016.011-.018.011-.012.01c0-.001.054-.02.104.023a.1.1 0 0 1 .035.068v-.021zm-.02-.117c.023.029.024.062.02.117l.25.015c.003-.05.014-.175-.074-.286zm.001-.418a1 1 0 0 0-.054.166a.31.31 0 0 0 .053.252l.196-.154c-.002-.003-.01-.016-.003-.054a.5.5 0 0 1 .038-.112zm.18.12l.007-.006l-.012.007a.122.122 0 0 1-.168-.136l.002-.006l-.009.02l.23.099l.014-.033l.007-.024c0-.004.008-.034-.001-.068a.13.13 0 0 0-.136-.092a.14.14 0 0 0-.059.021a.3.3 0 0 0-.041.032zm-.432.132c.091 0 .281.004.433-.131l-.167-.187c-.071.064-.165.068-.266.068zm-.004 0h.004V9.4h-.004zm-.023.043l.038-.043l.005-.004l-.02.004V9.4a.23.23 0 0 0-.149.06a1 1 0 0 0-.068.075zm-.27-.078c0 .015 0 .045.012.074a.13.13 0 0 0 .167.078a.2.2 0 0 0 .045-.026l.02-.019l.026-.03l-.194-.157l-.015.017l.004-.003a.1.1 0 0 1 .031-.018a.12.12 0 0 1 .149.067c.007.019.005.03.005.017zm.535-.542a.51.51 0 0 0-.404.214a.7.7 0 0 0-.096.168a.5.5 0 0 0-.035.16h.25q-.001-.013.018-.068a.5.5 0 0 1 .06-.108c.055-.07.125-.116.207-.116zm.329-.11c-.082.056-.16.11-.329.11v.25a.75.75 0 0 0 .47-.153zm.089-.056q-.05.029-.09.056l.141.207l.067-.043zm-.113.02q.04.02.07.04a.2.2 0 0 1 .034.027c.004.005-.015-.015-.008-.052c.008-.035.032-.043.017-.035l.119.22a.2.2 0 0 0 .11-.133a.19.19 0 0 0-.044-.157a.6.6 0 0 0-.183-.132zm-.053-.356a.5.5 0 0 0-.046.158c-.004.053.006.15.1.198l.114-.222a.07.07 0 0 1 .033.036c.004.01.002.014.003.008q0-.009.006-.029l.017-.043zm.173.163a.5.5 0 0 0 .11-.079a.22.22 0 0 0 .067-.15h-.25q.002-.021.006-.027l-.002.002a.2.2 0 0 1-.05.034zm.177-.23a.15.15 0 0 0-.026-.086a.13.13 0 0 0-.135-.053a.2.2 0 0 0-.064.03l-.032.03a.6.6 0 0 0-.093.146l.227.106a.4.4 0 0 1 .052-.084q.003-.004 0 0c-.001 0-.015.012-.04.017a.12.12 0 0 1-.119-.047c-.02-.03-.02-.058-.02-.059zm-.49.321c.09 0 .219-.04.313-.091l-.119-.22a.5.5 0 0 1-.195.061zm-.091-.382c-.022.053-.05.118-.06.17a.2.2 0 0 0 .006.117a.15.15 0 0 0 .062.073a.16.16 0 0 0 .082.022v-.25a.1.1 0 0 1 .087.062q.009.024.007.029v-.002l.016-.048l.03-.079zm.078-.257a.4.4 0 0 1-.023.11q-.024.07-.055.147l.23.094c.02-.048.045-.106.063-.164a.6.6 0 0 0 .035-.187zm.032-.24c-.012.052-.032.14-.032.24h.25a.8.8 0 0 1 .026-.184zm.166.071l.003-.002q0 .002-.022.008a.117.117 0 0 1-.136-.085l-.003-.028v.001l-.008.036l.244.055l.01-.049c.001-.009.008-.043-.001-.077a.134.134 0 0 0-.159-.098a.2.2 0 0 0-.074.036zm-.71-.015c.112.016.255.037.377.048q.095.01.172.008l.075-.007a.2.2 0 0 0 .086-.034l-.146-.203c.015-.01.025-.01.015-.009l-.037.003a1 1 0 0 1-.142-.007c-.115-.01-.25-.03-.364-.047zm-.185-.025h.004l.055.007l.126.018l.036-.248l-.129-.018a1 1 0 0 0-.092-.009zm-.086-.315c-.015.03-.038.074-.05.113a.2.2 0 0 0-.002.102a.14.14 0 0 0 .058.077c.029.02.059.023.08.023v-.25a.11.11 0 0 1 .101.077a.1.1 0 0 1 .004.036l-.001.006l.01-.026l.023-.045zm.139.055l.014-.006l-.008.001h-.024a.11.11 0 0 1-.076-.055a.1.1 0 0 1-.014-.057c.001-.01.003-.01-.005.008l-.026.054l.223.113l.032-.067a.3.3 0 0 0 .025-.087a.15.15 0 0 0-.018-.087a.14.14 0 0 0-.099-.07a.2.2 0 0 0-.075.005a.3.3 0 0 0-.055.021zm-.802.087c.11 0 .259.002.402-.007c.138-.01.29-.03.4-.08l-.106-.227a1 1 0 0 1-.31.058a5 5 0 0 1-.384.006zm-.087 0h.087l.002-.25h-.089zm-.084-.36c-.012.013-.03.032-.046.053a.3.3 0 0 0-.05.08c-.011.031-.03.107.028.17c.048.051.115.056.152.056v-.25h-.005c.004.002.02.007.037.024q.025.032.026.062a.1.1 0 0 1-.005.03c0 .003.001-.003.013-.016l.033-.039zm.144.177q.017-.009.008-.005l-.013.004a.124.124 0 0 1-.127-.188l.002-.003l-.014.016l.183.17l.021-.024l.013-.016c.001-.002.016-.022.022-.051a.127.127 0 0 0-.109-.15a.1.1 0 0 0-.062.007l-.043.02zm-.474.107a.95.95 0 0 0 .474-.107l-.119-.22a.7.7 0 0 1-.355.077zm-.216-.133a.23.23 0 0 0 .216.134v-.25h-.004l.012.006l.003.003l-.003-.006l-.007-.011zm-.066-.03a.2.2 0 0 1 .05.005v.001h.001l.002.003l.013.02l.217-.123c-.012-.02-.037-.068-.088-.104a.33.33 0 0 0-.197-.053zm-.462-.104a.5.5 0 0 0 .204.09c.07.014.151.014.258.013l-.002-.25c-.114 0-.168 0-.208-.008a.3.3 0 0 1-.114-.053zm-.01-.288c-.004.003-.018.012-.031.025a.16.16 0 0 0-.046.076c-.026.097.048.16.087.187l.138-.208c-.008-.006-.002-.004.006.01a.1.1 0 0 1-.012.116q-.006.005 0 0zm-.001.21l.049.002c.015 0 .007.001-.007-.003l-.025-.012a.122.122 0 0 1-.02-.193l.005-.005l-.001.001l.143.205l.011-.008a.13.13 0 0 0 .038-.165c-.026-.048-.072-.06-.077-.062a.2.2 0 0 0-.056-.008l-.06-.001zm-.6 0h.6v-.25h-.6zm.109-.445a.53.53 0 0 0-.293.133a.2.2 0 0 0-.056.077a.16.16 0 0 0 .012.15a.2.2 0 0 0 .11.073q.055.014.118.013v-.25a.2.2 0 0 1-.053-.004c-.008-.003.015 0 .033.029q.015.025.017.051a.1.1 0 0 1-.007.035c-.004.011-.008.013-.001.006a.3.3 0 0 1 .108-.06l.012-.003zm.04.146a.3.3 0 0 1 .05-.014c.01-.001.004.002-.01-.003a.1.1 0 0 1-.068-.066a.1.1 0 0 1 .002-.069c.005-.011.007-.008-.005 0c-.01.007-.014.006-.01.006v.25a.27.27 0 0 0 .148-.047a.26.26 0 0 0 .094-.105a.148.148 0 0 0-.094-.21a.2.2 0 0 0-.094-.003a.5.5 0 0 0-.093.024zm-.547.026c.181.016.369.035.547-.026l-.08-.237c-.12.04-.25.031-.445.014zm-.337-.02c.12 0 .23.01.337.02l.022-.25c-.105-.009-.226-.02-.36-.02zm-.213-.388a.3.3 0 0 0-.18.046a.15.15 0 0 0-.063.123a.16.16 0 0 0 .05.114a.35.35 0 0 0 .164.08q.096.024.242.025v-.25a.8.8 0 0 1-.183-.018c-.046-.01-.054-.021-.047-.015a.1.1 0 0 1 .024.064a.1.1 0 0 1-.038.078c-.016.013-.016.003.03.003zm-.104.15q.113 0 .155.012l.019.005l-.011-.008a.1.1 0 0 1-.024-.033a.11.11 0 0 1 .016-.115c.015-.017.028-.02.023-.019a.3.3 0 0 1-.074.008v.25q.092 0 .161-.023a.2.2 0 0 0 .078-.051a.14.14 0 0 0 .024-.153a.17.17 0 0 0-.078-.078a.3.3 0 0 0-.078-.027a1 1 0 0 0-.21-.019zm-.53-.087c.125.035.307.086.53.086v-.25a1.7 1.7 0 0 1-.463-.077zm-.143-.033c.02 0 .06.01.142.033l.068-.24a.8.8 0 0 0-.21-.043zm0-.386a.35.35 0 0 0-.184.04a.16.16 0 0 0-.072.093a.16.16 0 0 0 .01.112a.23.23 0 0 0 .105.105c.04.021.088.036.14.036v-.25l-.023-.006l-.005-.004l.003.004l.006.011a.1.1 0 0 1 .004.063a.1.1 0 0 1-.035.048c-.007.005-.01.004 0 .002a.3.3 0 0 1 .05-.004zm.284.137q.043 0 .049.002l-.013-.005a.116.116 0 0 1-.043-.164a.1.1 0 0 1 .023-.024q.006-.004-.015.006a1 1 0 0 1-.285.048v.25c.134 0 .286-.03.374-.065a.3.3 0 0 0 .07-.035a.2.2 0 0 0 .043-.044a.134.134 0 0 0-.057-.196a.2.2 0 0 0-.05-.016a.5.5 0 0 0-.096-.007zm-.642-.129c.107.029.225.06.335.085c.108.024.218.044.307.044v-.25q-.092-.001-.253-.038a8 8 0 0 1-.324-.082zm-.346-.08q.024 0 .124.023q.098.022.222.057l.065-.241c-.082-.022-.162-.044-.23-.06a1 1 0 0 0-.18-.028zm.115-.281l-.134.025l-.04.011c-.002.001-.02.008-.037.023a.126.126 0 0 0-.003.19a.13.13 0 0 0 .064.03l.035.003v-.25h.008l.017.005a.124.124 0 0 1 .008.232l-.004.002h-.002h.003l.006-.002l.123-.023zm.149.15q.074 0 .114.003c.03.001.04.003.04.003l-.01-.003a.12.12 0 0 1-.069-.086a.12.12 0 0 1 .044-.118l.012-.008q.005-.001 0 0a1 1 0 0 1-.114.027l-.166.032l.044.246c.102-.019.25-.045.317-.069l.034-.014c.006-.003.036-.018.057-.05a.13.13 0 0 0-.027-.17c-.026-.02-.053-.027-.062-.03a1 1 0 0 0-.214-.013zm-1.285-.53c.158.103.359.235.577.34s.461.19.708.19v-.25c-.193 0-.398-.066-.6-.164a5 5 0 0 1-.548-.325zm-.282-.17q.081.034.282.17l.137-.21c-.123-.08-.242-.16-.329-.193zm.208-.405c-.063-.07-.15-.064-.201-.05a.3.3 0 0 0-.143.093a.21.21 0 0 0-.04.204c.028.08.1.129.176.158l.09-.233c-.047-.018-.037-.028-.03-.008a.05.05 0 0 1 .002.029l-.003.007l.007-.006l.008-.003h-.012a.07.07 0 0 1-.038-.022zm.206.29c.029.014.027.016.018.007a.12.12 0 0 1 .067-.203c.011-.002.012 0-.008-.003l-.061-.013a1.4 1.4 0 0 1-.211-.074c-.018-.009-.017-.01-.01-.004l-.185.169a.3.3 0 0 0 .078.056a1 1 0 0 0 .084.038a1.6 1.6 0 0 0 .264.075a.3.3 0 0 0 .08.004a.13.13 0 0 0 .074-.226a.3.3 0 0 0-.081-.051zm-.47-.416c.073.098.226.297.47.416l.109-.225a1.06 1.06 0 0 1-.377-.34zm.254-.256a.25.25 0 0 0-.118-.06a.16.16 0 0 0-.155.055a.18.18 0 0 0-.034.145a.3.3 0 0 0 .053.116l.202-.149c-.01-.013-.01-.018-.01-.013c.001.003.006.03-.018.06a.09.09 0 0 1-.082.032c-.013-.002-.014-.007-.002.003zm.408.388l.06-.11h-.002l-.003-.002l-.013-.007l-.046-.025a12 12 0 0 1-.307-.178a1 1 0 0 1-.097-.066l-.164.19c.03.026.08.058.13.089a6 6 0 0 0 .317.184l.048.026l.013.007l.003.002h.001zm-.497-.472a2.5 2.5 0 0 0 .407.56l.002.002h.001l.087-.09l.087-.09l-.002-.001l-.006-.006a1.4 1.4 0 0 1-.111-.125a2.2 2.2 0 0 1-.244-.367zm.655-.154a1.4 1.4 0 0 0-.243-.164a.7.7 0 0 0-.231-.078a.26.26 0 0 0-.123.015a.2.2 0 0 0-.106.108a.25.25 0 0 0-.005.14q.015.064.053.133l.221-.117a.3.3 0 0 1-.03-.072c-.003-.015 0-.011-.004.003a.07.07 0 0 1-.035.036c-.009.004-.01.001.004.003a.4.4 0 0 1 .14.05c.063.033.132.079.199.135zm.639.295a1.2 1.2 0 0 1-.64-.295l-.16.192c.316.263.615.336.774.352zm-.478-.09c.13.072.26.154.339.213l.044.036c.012.011.01.012.006.005a.1.1 0 0 1-.012-.046a.12.12 0 0 1 .042-.094a.1.1 0 0 1 .052-.023h.007l-.026.248q.02.002.049 0a.15.15 0 0 0 .076-.03a.13.13 0 0 0 .05-.112a.15.15 0 0 0-.022-.07a.3.3 0 0 0-.052-.061l-.063-.052a3 3 0 0 0-.368-.233zm.15-.661a.3.3 0 0 0-.127-.08a.19.19 0 0 0-.16.029a.24.24 0 0 0-.079.109a.4.4 0 0 0-.024.12c-.01.15.05.377.24.483l.122-.219c-.075-.041-.119-.152-.113-.25a.2.2 0 0 1 .009-.045c.003-.01.004-.004-.007.004a.06.06 0 0 1-.052.01c-.009-.002-.005-.004.013.013zm1.067.495a24 24 0 0 1-.696-.296a4 4 0 0 1-.252-.122a.6.6 0 0 1-.118-.077l-.18.174a.8.8 0 0 0 .179.122q.113.061.268.13c.204.093.457.198.703.3zm1.053.493a1 1 0 0 0-.167-.105a5 5 0 0 0-.245-.117a26 26 0 0 0-.641-.271l-.096.23c.23.095.453.188.635.269q.137.061.23.11a1 1 0 0 1 .121.073zm-.323-.2c.09.142.169.267.202.336l.01.022l-.002-.01v-.024a.12.12 0 0 1 .073-.09c.039-.016.07-.005.075-.004l.008.003l-.043-.033l-.163.19a1 1 0 0 0 .075.056a.2.2 0 0 0 .044.021a.14.14 0 0 0 .097-.002a.13.13 0 0 0 .082-.104a.2.2 0 0 0-.004-.061a.4.4 0 0 0-.027-.072c-.04-.085-.13-.227-.215-.362zm-.106-.17l.106.17l.212-.134l-.105-.168zm1.039.09c-.263-.121-.518-.239-.693-.301a1 1 0 0 0-.122-.039a.4.4 0 0 0-.113-.013a.2.2 0 0 0-.076.024a.14.14 0 0 0-.068.092a.2.2 0 0 0 .005.089a.3.3 0 0 0 .028.057l.213-.13q-.005-.011-.003-.005a.1.1 0 0 1 0 .045a.1.1 0 0 1-.047.066c-.017.01-.032.012-.034.012s.007 0 .035.006q.038.01.098.03c.162.06.405.17.672.293zm1.03.425c-.24-.064-.643-.248-1.03-.426l-.105.227c.377.173.804.37 1.072.44zm.605.195a8 8 0 0 0-.604-.195l-.064.241c.17.045.375.116.586.19zm.867.245c0 .006 0-.003.008-.013c.007-.008.012-.006 0-.004a.5.5 0 0 1-.181-.013a6 6 0 0 1-.694-.215l-.082.236c.255.09.523.184.727.225c.1.02.203.03.287.01a.25.25 0 0 0 .13-.074a.23.23 0 0 0 .055-.152zm1.064-1.14a1.9 1.9 0 0 0-.73.485a1.5 1.5 0 0 0-.237.322a.7.7 0 0 0-.097.333h.25q-.002-.083.067-.215q.07-.131.199-.268c.17-.18.399-.34.63-.42zm.774.13c-.092-.061-.194-.13-.32-.163a.76.76 0 0 0-.454.033l.082.237a.5.5 0 0 1 .308-.029c.08.021.148.065.246.13zm.377.193a1.4 1.4 0 0 1-.377-.193l-.138.208c.11.073.246.164.44.224zm-.5 2.992l-.125.004v.011l.002.031a9 9 0 0 1 0 .453c-.003.124-.01.244-.022.33a.5.5 0 0 1-.019.088q-.005.01.005-.004A.1.1 0 0 1 24 8.589v.25a.15.15 0 0 0 .116-.057a.2.2 0 0 0 .038-.068a.7.7 0 0 0 .031-.14c.015-.101.021-.232.025-.359a10 10 0 0 0 0-.465l-.001-.032v-.011zm.463.882a1 1 0 0 0-.059-.29a3 3 0 0 0-.12-.302a6 6 0 0 0-.159-.322l-.01-.02l-.004-.006v-.001h-.001l-.11.06l-.11.06h.001l.003.006l.048.09c.031.061.072.144.113.236c.042.091.082.189.112.278q.046.141.046.21zm-.007.181l.002-.043c.002-.031.005-.074.005-.138h-.25c0 .056-.002.092-.004.119c-.002.022-.005.054-.002.084zm.098.224l-.083-.183l-.014-.034l-.001-.007l-.25.022a.4.4 0 0 0 .035.118l.085.187zm-.28.28c.036.013.074.027.105.035a.3.3 0 0 0 .057.01c.02.001.053.001.087-.016a.15.15 0 0 0 .075-.095a.2.2 0 0 0 .002-.081a.6.6 0 0 0-.046-.133l-.228.103l.028.074c0 .004-.002-.008.002-.026a.1.1 0 0 1 .053-.065c.023-.012.042-.01.043-.01l-.008-.002l-.084-.03zm-.483-.103c.198 0 .363.059.483.103l.086-.235c-.121-.044-.323-.118-.57-.118zM24 8.589a.3.3 0 0 0-.103.022a.8.8 0 0 0-.28.184a.3.3 0 0 0-.069.103a.18.18 0 0 0 .015.167c.034.053.09.077.136.09a.7.7 0 0 0 .175.019v-.25a.4.4 0 0 1-.11-.01c-.02-.006-.006-.007.008.014a.07.07 0 0 1 .01.06c-.001.002.001-.005.016-.02a.6.6 0 0 1 .188-.123c.02-.008.024-.006.014-.006z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-flagpack-zw{display:inline-block;width:1em;height:1em;background-repeat:no-repeat;background-size:100% 100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24' width='32' height='24'%3E%3Cg fill='none'%3E%3Cpath fill='%23F7FCFF' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3Cmask id='flagpackZw0' width='32' height='24' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M0 0v24h32V0z' clip-rule='evenodd'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackZw0)'%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M0 2v20h32V2z' clip-rule='evenodd'/%3E%3Cpath fill='%23272727' stroke='%23E31D1C' stroke-width='3.5' d='M0 8.25h-1.75v7.5h35.5v-7.5z'/%3E%3Cpath fill='%235EAA22' fill-rule='evenodd' d='M0 4V0h32v4zm0 20v-4h32v4z' clip-rule='evenodd'/%3E%3C/g%3E%3Cpath fill='%23F7FCFF' stroke='%23272727' stroke-width='2' d='M.597-.802L-1-1.991V25.96l1.587-1.15l16.331-11.85l1.102-.799l-1.092-.812z'/%3E%3Cmask id='flagpackZw1' width='22' height='32' x='-2' y='-4' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='2' d='M.597-.802L-1-1.991V25.96l1.587-1.15l16.331-11.85l1.102-.799l-1.092-.812z'/%3E%3C/mask%3E%3Cg mask='url(%23flagpackZw1)'%3E%3Cpath fill='%23E31D1C' fill-rule='evenodd' d='M7.478 14.278L3.7 17.328l1.733-4.076l-2.979-2.868H5.97l1.443-3.459l1.532 3.459h3.51l-3.136 2.868l1.57 4.077z' clip-rule='evenodd'/%3E%3Cpath fill='%23FECA00' fill-rule='evenodd' d='M5.018 8.422s-.055-.133.269-.25c.323-.117.422-.364.676-.182s.413-.184.485.342c.073.525.274 1.355.274 1.355l3.288 2.47h-.618s-.962 1.413-.803 2.653c0 0-.664-.1-1.563-.1c-.9 0-1.489.215-1.489.215l-.52-1.924s.189-.323.27-.583c.08-.26.415-.309.415-.516s-.33-.38-.165-.917s.165-2.14.165-2.14s-.522-.23-.415-.23c.106 0 .348-.193.174-.193z' clip-rule='evenodd'/%3E%3Cpath stroke='%230A0A0A' stroke-width='.25' d='m6.722 9.687l-.121.029l.01.044l.036.027l2.988 2.245h-.309l-.037.055l.103.07l-.103-.07l-.001.001l-.003.004l-.008.013l-.032.049a6 6 0 0 0-.43.815c-.204.473-.4 1.093-.365 1.697a13 13 0 0 0-1.424-.082c-.46 0-.84.056-1.107.11a4 4 0 0 0-.295.073l-.472-1.749l.006-.011q.03-.054.075-.143c.058-.116.13-.269.173-.41c.027-.085.095-.14.194-.214l.003-.002c.044-.034.098-.074.14-.123a.32.32 0 0 0 .084-.213a.46.46 0 0 0-.063-.214l-.036-.064a1 1 0 0 1-.056-.109c-.051-.111-.088-.257-.015-.493c.045-.147.077-.358.1-.585c.023-.23.04-.483.05-.718a23 23 0 0 0 .02-.804v-.07h-.125h.125v-.083l-.074-.032l-.002-.001l-.004-.002l-.016-.007l-.057-.026l-.135-.063a.5.5 0 0 0 .075-.079a.2.2 0 0 0 .033-.101a.15.15 0 0 0-.08-.131a.2.2 0 0 0-.106-.023h-.149l.017-.007c.093-.034.168-.076.23-.115l.072-.046a1 1 0 0 1 .08-.05c.04-.023.065-.03.083-.029c.017 0 .047.006.096.041a.46.46 0 0 0 .387.066c.012.02.031.072.048.192c.037.268.106.61.165.884a25 25 0 0 0 .102.446l.006.027l.002.008v.002z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.i-mdi-arrow-left{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E")}.i-mdi-autorenew{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 6v3l4-4l-4-4v3a8 8 0 0 0-8 8c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12a6 6 0 0 1 6-6m6.76 1.74L17.3 9.2c.44.84.7 1.8.7 2.8a6 6 0 0 1-6 6v-3l-4 4l4 4v-3a8 8 0 0 0 8-8c0-1.57-.46-3.03-1.24-4.26'/%3E%3C/svg%3E")}.i-mdi-chevron-down{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E")}.i-mdi-chevron-right{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E")}.i-mdi-close{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E")}.i-mdi-close-circle{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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.53 0 10 4.47 10 10s-4.47 10-10 10S2 17.53 2 12S6.47 2 12 2m3.59 5L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41z'/%3E%3C/svg%3E")}.i-mdi-close-circle-outline{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 20c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10s10-4.47 10-10S17.53 2 12 2m2.59 6L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41z'/%3E%3C/svg%3E")}.i-mdi-content-save{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 9H5V5h10m-3 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3a3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7z'/%3E%3C/svg%3E")}.i-mdi-file{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 9V3.5L18.5 9M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3C/svg%3E")}.i-mdi-folder{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8z'/%3E%3C/svg%3E")}.i-mdi-history{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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.5 8H12v5l4.28 2.54l.72-1.21l-3.5-2.08zM13 3a9 9 0 0 0-9 9H1l3.96 4.03L9 12H6a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.9 8.9 0 0 0 13 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9'/%3E%3C/svg%3E")}.i-mdi-minus-box-outline{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-2 8v2H7v-2z'/%3E%3C/svg%3E")}.i-mdi-plus-box-outline{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 4h2v4h4v2h-4v4h-2v-4H7v-2h4z'/%3E%3C/svg%3E")}.i-mdi-restore{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 3a9 9 0 0 0-9 9H1l3.89 3.89l.07.14L9 12H6a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.9 8.9 0 0 0 13 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9'/%3E%3C/svg%3E")}.i-mdi-trash-can{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3zm0 5h2v9H9zm4 0h2v9h-2z'/%3E%3C/svg%3E")}.i-mdi-triangle{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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='M1 21h22L12 2'/%3E%3C/svg%3E")}.i-mdi-undo{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--svg);mask-image:var(--svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;--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.5 8c-2.65 0-5.05 1-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88c3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8'/%3E%3C/svg%3E")}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.\!left-0{left:0!important}.\!start-3{inset-inline-start:.75rem!important}.\!top-0{top:0!important}.\!top-1\/2{top:50%!important}.-end-4{inset-inline-end:-1rem}.-right-4{right:-1rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-5{bottom:1.25rem}.bottom-\[-0\.75rem\]{bottom:-.75rem}.end-0{inset-inline-end:0px}.end-1{inset-inline-end:.25rem}.left-0{left:0}.left-2{left:.5rem}.left-2\/4{left:50%}.left-44{left:11rem}.left-\[50\%\]{left:50%}.left-auto{left:auto}.left-full{left:100%}.right-0{right:0}.right-12{right:3rem}.right-2\.5{right:.625rem}.right-20{right:5rem}.right-3{right:.75rem}.start-1{inset-inline-start:.25rem}.start-5{inset-inline-start:1.25rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-\[50\%\]{top:50%}.top-auto{top:auto}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.order-1{order:1}.order-2{order:2}.order-3{order:3}.float-left{float:left}.\!m-0{margin:0!important}.m-0{margin:0}.m-2{margin:.5rem}.m-\[0\.143rem\]{margin:.143rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!-mt-2{margin-top:-.5rem!important}.\!mb-2{margin-bottom:.5rem!important}.-ml-1{margin-left:-.25rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-mr-7{margin-right:-1.75rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-\[-0\.5715rem\]{margin-bottom:-.5715rem}.me-2{margin-inline-end:.5rem}.ml-0{margin-left:0}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-\[-0\.4715rem\]{margin-left:-.4715rem}.ml-\[-0\.5715rem\]{margin-left:-.5715rem}.ml-\[-0\.75rem\]{margin-left:-.75rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-auto{margin-right:auto}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-0\.5715rem\]{margin-top:-.5715rem}.mt-\[-0\.5rem\]{margin-top:-.5rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!h-16{height:4rem!important}.\!h-4{height:1rem!important}.\!h-screen{height:100vh!important}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-28{height:7rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[1\.143rem\]{height:1.143rem}.h-\[1\.5rem\]{height:1.5rem}.h-\[2\.25rem\]{height:2.25rem}.h-\[20px\]{height:20px}.h-\[2px\]{height:2px}.h-\[2rem\]{height:2rem}.h-\[30px\]{height:30px}.h-\[3rem\]{height:3rem}.h-\[9px\]{height:9px}.h-\[calc\(100\%\+18px\)\]{height:calc(100% + 18px)}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.\!max-h-full{max-height:100%!important}.max-h-0{max-height:0px}.max-h-10{max-height:2.5rem}.max-h-40{max-height:10rem}.max-h-\[200px\]{max-height:200px}.max-h-\[24rem\]{max-height:24rem}.max-h-\[90\%\]{max-height:90%}.min-h-0{min-height:0px}.min-h-72{min-height:18rem}.min-h-\[12rem\]{min-height:12rem}.min-h-\[70px\]{min-height:70px}.min-h-\[calc\(100vh_-_64px\)\]{min-height:calc(100vh - 64px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-\[150px\]{width:150px!important}.\!w-screen{width:100vw!important}.w-0{width:0px}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-28{width:7rem}.w-3{width:.75rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[1\%\]{width:1%}.w-\[1\.143rem\]{width:1.143rem}.w-\[12\.5rem\]{width:12.5rem}.w-\[2px\]{width:2px}.w-\[2rem\]{width:2rem}.w-\[30px\]{width:30px}.w-\[3rem\]{width:3rem}.w-\[50vw\]{width:50vw}.w-\[9px\]{width:9px}.w-\[calc\(100\%\+18px\)\]{width:calc(100% + 18px)}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-14{min-width:3.5rem}.min-w-16{min-width:4rem}.min-w-24{min-width:6rem}.min-w-28{min-width:7rem}.min-w-32{min-width:8rem}.min-w-40{min-width:10rem}.min-w-64{min-width:16rem}.min-w-96{min-width:24rem}.min-w-\[0\.5rem\]{min-width:.5rem}.min-w-\[1\.143rem\]{min-width:1.143rem}.min-w-\[1\.5rem\]{min-width:1.5rem}.min-w-\[12\.5rem\]{min-width:12.5rem}.min-w-\[150px\]{min-width:150px}.min-w-\[2\.25rem\]{min-width:2.25rem}.min-w-\[350px\]{min-width:350px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[40\%\]{min-width:40%}.min-w-\[50\%\]{min-width:50%}.min-w-full{min-width:100%}.max-w-\[30rem\]{max-width:30rem}.max-w-\[3rem\]{max-width:3rem}.max-w-full{max-width:100%}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-2\/4{flex-basis:50%}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x: 0px;--tw-border-spacing-y: 0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.origin-bottom{transform-origin:bottom}.origin-center{transform-origin:center}.origin-left{transform-origin:left}.origin-right{transform-origin:right}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2\/4{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!scale-150{--tw-scale-x: 1.5 !important;--tw-scale-y: 1.5 !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-125{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[4\]{--tw-scale-x: 4;--tw-scale-y: 4;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform-none{transform:none!important}.transform-none{transform:none}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-auto{cursor:auto}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.cursor-text{cursor:text}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-2{row-gap:.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.self-center{align-self:center}.self-baseline{align-self:baseline}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overscroll-auto{overscroll-behavior:auto}.overscroll-contain{overscroll-behavior:contain}.scroll-smooth{scroll-behavior:smooth}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.\!rounded{border-radius:.25rem!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-sm{border-radius:.125rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[16px\]{border-radius:16px}.rounded-\[50\%\]{border-radius:50%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-br-none{border-bottom-right-radius:0}.rounded-tl{border-top-left-radius:.25rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-tr-none{border-top-right-radius:0}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-x{border-left-width:1px;border-right-width:1px}.border-x-0{border-left-width:0px;border-right-width:0px}.border-x-\[0\.25rem\]{border-left-width:.25rem;border-right-width:.25rem}.border-y{border-top-width:1px;border-bottom-width:1px}.border-y-\[0\.25rem\]{border-top-width:.25rem;border-bottom-width:.25rem}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-\[0\.25rem\]{border-bottom-width:.25rem}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-l-4{border-left-width:4px}.border-l-\[0\.25rem\]{border-left-width:.25rem}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-r-\[0\.25rem\]{border-right-width:.25rem}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-\[0\.25rem\]{border-top-width:.25rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.border-gray-1{--tw-border-opacity: 1;border-color:rgb(51 51 51 / var(--tw-border-opacity, 1))}.border-gray-4{--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-opacity-100{--tw-border-opacity: 1}.border-opacity-85{--tw-border-opacity: .85}.\!bg-sidebar{background-color:var(--sidebar-background)!important}.\!bg-slate-300{--tw-bg-opacity: 1 !important;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))!important}.\!bg-slate-400{--tw-bg-opacity: 1 !important;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.\!bg-white\/60{background-color:#fff9!important}.bg-\[\#D0DBFF\]{--tw-bg-opacity: 1;background-color:rgb(208 219 255 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFFFF00\]{background-color:#fff0}.bg-\[\#eaeeff\]{--tw-bg-opacity: 1;background-color:rgb(234 238 255 / var(--tw-bg-opacity, 1))}.bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[\#ffffff63\]{background-color:#ffffff63}.bg-\[\#ffffff99\]{background-color:#fff9}.bg-\[\#ffffffaa\]{background-color:#fffa}.bg-background{background-color:var(--background-color)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/90{background-color:#000000e6}.bg-gray-7{background-color:#fff9}.bg-gray-dark-1{--tw-bg-opacity: 1;background-color:rgb(67 83 99 / var(--tw-bg-opacity, 1))}.bg-gray-light{--tw-bg-opacity: 1;background-color:rgb(211 220 230 / var(--tw-bg-opacity, 1))}.bg-green{--tw-bg-opacity: 1;background-color:rgb(19 206 102 / var(--tw-bg-opacity, 1))}.bg-inherit{background-color:inherit}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(81 111 219 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-300\/20{background-color:#fca5a533}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/30{background-color:#ffffff4d}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-60{--tw-bg-opacity: .6}.bg-opacity-90{--tw-bg-opacity: .9}.bg-clip-padding{background-clip:padding-box}.fill-none{fill:none}.stroke-current{stroke:currentColor}.\!p-0{padding:0!important}.\!p-2{padding:.5rem!important}.\!p-3{padding:.75rem!important}.\!p-4{padding:1rem!important}.\!p-6{padding:1.5rem!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.\!py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.\!ps-8{padding-inline-start:2rem!important}.\!pt-8{padding-top:2rem!important}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[18px\]{padding-bottom:18px}.pe-4{padding-inline-end:1rem}.pe-6{padding-inline-end:1.5rem}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-14{padding-left:3.5rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-9{padding-left:2.25rem}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-5{padding-right:1.25rem}.pr-7{padding-right:1.75rem}.pr-\[18px\]{padding-right:18px}.pr-\[2\.5rem\]{padding-right:2.5rem}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-4{padding-inline-start:1rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-sans{font-family:Graphik,sans-serif}.\!text-6xl{font-size:3.75rem!important;line-height:1!important}.\!text-\[10px\]{font-size:10px!important}.\!text-\[11px\]{font-size:11px!important}.\!text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.leading-\[1\.143rem\]{line-height:1.143rem}.leading-\[1\.5rem\]{line-height:1.5rem}.leading-\[2\.25rem\]{line-height:2.25rem}.leading-\[3rem\]{line-height:3rem}.leading-loose{line-height:2}.leading-none{line-height:1}.leading-normal{line-height:1.5}.\!text-gray-3{--tw-text-opacity: 1 !important;color:rgb(130 130 130 / var(--tw-text-opacity, 1))!important}.\!text-gray-dark-1{--tw-text-opacity: 1 !important;color:rgb(67 83 99 / var(--tw-text-opacity, 1))!important}.text-\[\#413f3f\]{--tw-text-opacity: 1;color:rgb(65 63 63 / var(--tw-text-opacity, 1))}.text-\[\#435363\]{--tw-text-opacity: 1;color:rgb(67 83 99 / var(--tw-text-opacity, 1))}.text-\[\#516FDB\]{--tw-text-opacity: 1;color:rgb(81 111 219 / var(--tw-text-opacity, 1))}.text-\[\#5a5f5d\]{--tw-text-opacity: 1;color:rgb(90 95 93 / var(--tw-text-opacity, 1))}.text-\[\#EB5757\]{--tw-text-opacity: 1;color:rgb(235 87 87 / var(--tw-text-opacity, 1))}.text-base{color:var(--base-color)}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue{--tw-text-opacity: 1;color:rgb(31 182 255 / var(--tw-text-opacity, 1))}.text-gray-2{--tw-text-opacity: 1;color:rgb(79 79 79 / var(--tw-text-opacity, 1))}.text-gray-3{--tw-text-opacity: 1;color:rgb(130 130 130 / var(--tw-text-opacity, 1))}.text-gray-4{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity, 1))}.text-gray-5{--tw-text-opacity: 1;color:rgb(224 224 224 / var(--tw-text-opacity, 1))}.text-green{--tw-text-opacity: 1;color:rgb(19 206 102 / var(--tw-text-opacity, 1))}.text-inherit{color:inherit}.text-night-blue{--tw-text-opacity: 1;color:rgb(30 27 57 / var(--tw-text-opacity, 1))}.text-orange{--tw-text-opacity: 1;color:rgb(255 120 73 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity: 1;color:rgb(81 111 219 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.opacity-85{opacity:.85}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_0\.2rem_rgba\(191\,219\,254\,1\)\]{--tw-shadow: 0 0 0 .2rem rgba(191,219,254,1);--tw-shadow-colored: 0 0 0 .2rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_12px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0 2px 12px rgba(0,0,0,.1);--tw-shadow-colored: 0 2px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-offset-0{outline-offset:0px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\!transition-none{transition-property:none!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-none{transition-property:none}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-1000{transition-delay:1s}.delay-200{transition-delay:.2s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-\[250ms\]{transition-duration:.25s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:-top-3:before{content:var(--tw-content);top:-.75rem}.before\:bottom-0:before{content:var(--tw-content);bottom:0}.before\:left-0:before{content:var(--tw-content);left:0}.before\:left-1:before{content:var(--tw-content);left:.25rem}.before\:left-1\/2:before{content:var(--tw-content);left:50%}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:top-1\/4:before{content:var(--tw-content);top:25%}.before\:-mt-2\.5:before{content:var(--tw-content);margin-top:-.625rem}.before\:ml-6:before{content:var(--tw-content);margin-left:1.5rem}.before\:block:before{content:var(--tw-content);display:block}.before\:h-0:before{content:var(--tw-content);height:0px}.before\:h-5:before{content:var(--tw-content);height:1.25rem}.before\:min-h-full:before{content:var(--tw-content);min-height:100%}.before\:w-0:before{content:var(--tw-content);width:0px}.before\:w-5:before{content:var(--tw-content);width:1.25rem}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:-translate-x-1\/2:before{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:-translate-y-1\/2:before{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:translate-x-5:before{content:var(--tw-content);--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:transform:before{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.before\:border-x-\[0\.75rem\]:before{content:var(--tw-content);border-left-width:.75rem;border-right-width:.75rem}.before\:border-b-\[0\.75rem\]:before{content:var(--tw-content);border-bottom-width:.75rem}.before\:border-l:before{content:var(--tw-content);border-left-width:1px}.before\:border-t:before{content:var(--tw-content);border-top-width:1px}.before\:border-t-0:before{content:var(--tw-content);border-top-width:0px}.before\:border-solid:before{content:var(--tw-content);border-style:solid}.before\:border-dashed:before{content:var(--tw-content);border-style:dashed}.before\:border-dotted:before{content:var(--tw-content);border-style:dotted}.before\:border-transparent:before{content:var(--tw-content);border-color:transparent}.before\:border-b-white:before{content:var(--tw-content);--tw-border-opacity: 1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.before\:bg-inherit:before{content:var(--tw-content);background-color:inherit}.before\:bg-white:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:left-full:after{content:var(--tw-content);left:100%}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-0:after{content:var(--tw-content);top:0}.after\:z-10:after{content:var(--tw-content);z-index:10}.after\:h-full:after{content:var(--tw-content);height:100%}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:transform:after{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:bg-inherit:after{content:var(--tw-content);background-color:inherit}.after\:bg-gradient-to-r:after{content:var(--tw-content);background-image:linear-gradient(to right,var(--tw-gradient-stops))}.after\:from-transparent:after{content:var(--tw-content);--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.after\:via-white:after{content:var(--tw-content);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.after\:to-transparent:after{content:var(--tw-content);--tw-gradient-to: transparent var(--tw-gradient-to-position)}.after\:delay-1000:after{content:var(--tw-content);transition-delay:1s}.first\:mb-2:first-child{margin-bottom:.5rem}.first\:ml-2:first-child{margin-left:.5rem}.first\:mr-2:first-child{margin-right:.5rem}.first\:mt-2:first-child{margin-top:.5rem}.first\:rounded-l-md:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.first\:rounded-br-none:first-child{border-bottom-right-radius:0}.first\:rounded-tr-none:first-child{border-top-right-radius:0}.first\:border-l-0:first-child{border-left-width:0px}.first\:pl-0:first-child{padding-left:0}.last\:mb-0:last-child{margin-bottom:0}.last\:mr-0:last-child{margin-right:0}.last\:rounded-r-md:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.last\:rounded-bl-lg:last-child{border-bottom-left-radius:.5rem}.last\:rounded-bl-none:last-child{border-bottom-left-radius:0}.last\:rounded-br-lg:last-child{border-bottom-right-radius:.5rem}.last\:rounded-tl-none:last-child{border-top-left-radius:0}.last\:border-r:last-child{border-right-width:1px}.hover\:mx-6:hover{margin-left:1.5rem;margin-right:1.5rem}.hover\:my-6:hover{margin-top:1.5rem;margin-bottom:1.5rem}.hover\:scale-150:hover{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border:hover{border-width:1px}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.hover\:border-transparent:hover{border-color:transparent}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-7:hover{background-color:#fff9}.hover\:bg-red-300\/20:hover{background-color:#fca5a533}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-opacity-50:hover{--tw-bg-opacity: .5}.hover\:text-slate-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:transition-opacity:hover{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:duration-300:hover{transition-duration:.3s}.focus\:z-10:focus{z-index:10}.focus\:focus\:shadow-\[inset_0_0_0_0\.2rem_rgba\(191\,219\,254\,1\)\]:focus:focus{--tw-shadow: inset 0 0 0 .2rem rgba(191,219,254,1);--tw-shadow-colored: inset 0 0 0 .2rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_0\.2rem_rgba\(191\,219\,254\,1\)\]:focus{--tw-shadow: 0 0 0 .2rem rgba(191,219,254,1);--tw-shadow-colored: 0 0 0 .2rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,1\)\,0_0_0_4px_rgba\(136\,234\,172\,1\)\,0_1px_2px_0_rgba\(0\,0\,0\,1\)\]:focus{--tw-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 4px rgba(136,234,172,1),0 1px 2px 0 rgba(0,0,0,1);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 0 4px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,1\)\,0_0_0_4px_rgba\(157\,193\,251\,1\)\,0_1px_2px_0_rgba\(0\,0\,0\,1\)\]:focus{--tw-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 4px rgba(157,193,251,1),0 1px 2px 0 rgba(0,0,0,1);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 0 4px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,1\)\,0_0_0_4px_rgba\(176\,185\,198\,1\)\,0_1px_2px_0_rgba\(0\,0\,0\,1\)\]:focus{--tw-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 4px rgba(176,185,198,1),0 1px 2px 0 rgba(0,0,0,1);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 0 4px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,1\)\,0_0_0_4px_rgba\(212\,170\,251\,1\)\,0_1px_2px_0_rgba\(0\,0\,0\,1\)\]:focus{--tw-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 4px rgba(212,170,251,1),0 1px 2px 0 rgba(0,0,0,1);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 0 4px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,1\)\,0_0_0_4px_rgba\(247\,162\,162\,1\)\,0_1px_2px_0_rgba\(0\,0\,0\,1\)\]:focus{--tw-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 4px rgba(247,162,162,1),0 1px 2px 0 rgba(0,0,0,1);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 0 4px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[0_0_0_2px_rgba\(255\,255\,255\,1\)\,0_0_0_4px_rgba\(250\,207\,133\,1\)\,0_1px_2px_0_rgba\(0\,0\,0\,1\)\]:focus{--tw-shadow: 0 0 0 2px rgba(255,255,255,1),0 0 0 4px rgba(250,207,133,1),0 1px 2px 0 rgba(0,0,0,1);--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color), 0 0 0 4px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-\[inset_0_0_0_0\.2rem_rgba\(191\,219\,254\,1\)\]:focus{--tw-shadow: inset 0 0 0 .2rem rgba(191,219,254,1);--tw-shadow-colored: inset 0 0 0 .2rem var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:shadow-none:focus{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline:focus{outline-style:solid}.focus\:outline-0:focus{outline-width:0px}.focus\:outline-\[0\.15rem\]:focus{outline-width:.15rem}.focus\:outline-offset-0:focus{outline-offset:0px}.focus\:outline-offset-\[-0\.15rem\]:focus{outline-offset:-.15rem}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1))}.group:hover .group-hover\:flex{display:flex}@media (min-width: 0px){.min-\[0px\]\:flex{display:flex}.min-\[0px\]\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 480px){.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:left-auto{left:auto}.sm\:left-full{left:100%}.sm\:top-0{top:0}.sm\:top-auto{top:auto}.sm\:ml-2{margin-left:.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-48{width:12rem}.sm\:w-auto{width:auto}.sm\:flex-row{flex-direction:row}.sm\:bg-transparent{background-color:transparent}.sm\:p-0{padding:0}.sm\:p-5{padding:1.25rem}.sm\:pl-5{padding-left:1.25rem}.sm\:shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sm\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media (min-width: 768px){.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-56{width:14rem}.md\:w-80{width:20rem}.md\:w-\[25rem\]{width:25rem}.md\:w-full{width:100%}}.rtl\:-left-4:where([dir=rtl],[dir=rtl] *){left:-1rem}.rtl\:right-auto:where([dir=rtl],[dir=rtl] *){right:auto}.rtl\:flex:where([dir=rtl],[dir=rtl] *){display:flex}.rtl\:hidden:where([dir=rtl],[dir=rtl] *){display:none}.rtl\:-scale-x-100:where([dir=rtl],[dir=rtl] *){--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}@font-face{font-family:primeicons;font-display:block;src:url(/assets/primeicons-ce852338.eot);src:url(/assets/primeicons-ce852338.eot?#iefix) format("embedded-opentype"),url(/assets/primeicons-3824be50.woff2) format("woff2"),url(/assets/primeicons-90a58d3a.woff) format("woff"),url(/assets/primeicons-131bc3bf.ttf) format("truetype"),url(/assets/primeicons-5e10f102.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{animation:fa-spin 2s infinite linear}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}.tq-date-picker{font-family:Roboto,Helvetica,Arial,sans-serif;display:inline-block;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#000000de;padding:16px;min-width:360px}.tq-date-picker__container{padding-block:16px;padding-inline:8px}.tq-date-picker__title,.tq-date-picker__header{font-size:16px;text-align:center;margin:8px 0;font-weight:100;text-transform:uppercase}.tq-date-picker__month-button,.tq-date-picker__mode-button,.tq-date-picker__prev-button,.tq-date-picker__next-button{background-color:transparent;border:none;cursor:pointer;color:#6f76d2;padding:8px;font-size:16px}.tq-date-picker__month-button{min-width:162px}.tq-date-picker__prev-button,.tq-date-picker__next-button{font-size:18px}.tq-date-picker[dir=rtl] .tq-date-picker__prev-button svg,.tq-date-picker[dir=rtl] .tq-date-picker__next-button svg{transform:rotate(180deg)}.tq-date-picker__weekdays{display:flex;justify-content:space-between;margin-top:8px}.tq-date-picker__weekday{flex:1;text-align:center;font-size:12px;color:#0000008a}.tq-date-picker__days,.tq-date-picker__months,.tq-date-picker__years{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:8px 0}.tq-date-picker__months{grid-template-columns:repeat(2,1fr)}.tq-date-picker__day,.tq-date-picker__month,.tq-date-picker__year{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px;transition:background-color .3s,color .3s}.tq-date-picker__month,.tq-date-picker__year{width:auto;border-radius:4px}.tq-date-picker__day:hover,.tq-date-picker__month:hover,.tq-date-picker__year:hover{background-color:#e3f2fd}.tq-date-picker__day--adjacent{color:#00000061}.tq-date-picker__day--adjacent-hidden{visibility:hidden}.tq-date-picker__day--today{background-color:#1976d2;color:#fff}.tq-date-picker__day--selected{background-color:#0d47a1;color:#fff}:root{font-family:Inter var,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";font-variation-settings:normal;--font-family: "Inter var", sans-serif;--font-feature-settings: "cv02", "cv03", "cv04", "cv11";--text-color: #334155;--text-color-secondary: #64748b;--primary-color: #3B82F6;--primary-color-text: #ffffff;--surface-0: #ffffff;--surface-50: #f8fafc;--surface-100: #f1f5f9;--surface-200: #e2e8f0;--surface-300: #cbd5e1;--surface-400: #94a3b8;--surface-500: #64748b;--surface-600: #475569;--surface-700: #334155;--surface-800: #1e293b;--surface-900: #0f172a;--surface-950: #020617;--gray-0: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--gray-950: #020617;--content-padding: 1.125rem;--inline-spacing: .5rem;--border-radius: 6px;--surface-ground: #f8fafc;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #e2e8f0;--surface-hover: #f1f5f9;--focus-ring: none;--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #EFF6FF;--highlight-text-color: #1D4ED8;--p-anchor-gutter: 2px;color-scheme:light;--p-focus-ring-color: var(--primary-color)}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/assets/Inter-roman.var-17fe38ab.woff2?v=3.19) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/assets/Inter-italic.var-d1401419.woff2?v=3.19) format("woff2")}:root{--blue-50:#f5f9ff;--blue-100:#d0e1fd;--blue-200:#abc9fb;--blue-300:#85b2f9;--blue-400:#609af8;--blue-500:#3b82f6;--blue-600:#326fd1;--blue-700:#295bac;--blue-800:#204887;--blue-900:#183462;--green-50:#f4fcf7;--green-100:#caf1d8;--green-200:#a0e6ba;--green-300:#76db9b;--green-400:#4cd07d;--green-500:#22c55e;--green-600:#1da750;--green-700:#188a42;--green-800:#136c34;--green-900:#0e4f26;--yellow-50:#fefbf3;--yellow-100:#faedc4;--yellow-200:#f6de95;--yellow-300:#f2d066;--yellow-400:#eec137;--yellow-500:#eab308;--yellow-600:#c79807;--yellow-700:#a47d06;--yellow-800:#816204;--yellow-900:#5e4803;--cyan-50:#f3fbfd;--cyan-100:#c3edf5;--cyan-200:#94e0ed;--cyan-300:#65d2e4;--cyan-400:#35c4dc;--cyan-500:#06b6d4;--cyan-600:#059bb4;--cyan-700:#047f94;--cyan-800:#036475;--cyan-900:#024955;--pink-50:#fef6fa;--pink-100:#fad3e7;--pink-200:#f7b0d3;--pink-300:#f38ec0;--pink-400:#f06bac;--pink-500:#ec4899;--pink-600:#c93d82;--pink-700:#a5326b;--pink-800:#822854;--pink-900:#5e1d3d;--indigo-50:#f7f7fe;--indigo-100:#dadafc;--indigo-200:#bcbdf9;--indigo-300:#9ea0f6;--indigo-400:#8183f4;--indigo-500:#6366f1;--indigo-600:#5457cd;--indigo-700:#4547a9;--indigo-800:#363885;--indigo-900:#282960;--teal-50:#f3fbfb;--teal-100:#c7eeea;--teal-200:#9ae0d9;--teal-300:#6dd3c8;--teal-400:#41c5b7;--teal-500:#14b8a6;--teal-600:#119c8d;--teal-700:#0e8174;--teal-800:#0b655b;--teal-900:#084a42;--orange-50:#fff8f3;--orange-100:#feddc7;--orange-200:#fcc39b;--orange-300:#fba86f;--orange-400:#fa8e42;--orange-500:#f97316;--orange-600:#d46213;--orange-700:#ae510f;--orange-800:#893f0c;--orange-900:#642e09;--bluegray-50:#f7f8f9;--bluegray-100:#dadee3;--bluegray-200:#bcc3cd;--bluegray-300:#9fa9b7;--bluegray-400:#818ea1;--bluegray-500:#64748b;--bluegray-600:#556376;--bluegray-700:#465161;--bluegray-800:#37404c;--bluegray-900:#282e38;--purple-50:#fbf7ff;--purple-100:#ead6fd;--purple-200:#dab6fc;--purple-300:#c996fa;--purple-400:#b975f9;--purple-500:#a855f7;--purple-600:#8f48d2;--purple-700:#763cad;--purple-800:#5c2f88;--purple-900:#432263;--red-50:#fff5f5;--red-100:#ffd0ce;--red-200:#ffaca7;--red-300:#ff8780;--red-400:#ff6259;--red-500:#ff3d32;--red-600:#d9342b;--red-700:#b32b23;--red-800:#8c221c;--red-900:#661814;--primary-50:#f5f9ff;--primary-100:#d0e1fd;--primary-200:#abc9fb;--primary-300:#85b2f9;--primary-400:#609af8;--primary-500:#3b82f6;--primary-600:#326fd1;--primary-700:#295bac;--primary-800:#204887;--primary-900:#183462}.p-editor-container .p-editor-toolbar{background:#ffffff;border-top-right-radius:6px;border-top-left-radius:6px}.p-editor-container .p-editor-toolbar.ql-snow{border:1px solid #e2e8f0}.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke{stroke:#64748b}.p-editor-container .p-editor-toolbar.ql-snow .ql-fill{fill:#64748b}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label{border:0 none;color:#64748b}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover{color:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill{fill:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px;padding:.25rem}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{color:#334155}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{color:#1e293b;background:#f1f5f9}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item{padding:.5rem .75rem}.p-editor-container .p-editor-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .p-editor-content.ql-snow{border:1px solid #e2e8f0}.p-editor-container .p-editor-content .ql-editor{background:#ffffff;color:#334155;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-editor-container .ql-snow.ql-toolbar button:hover,.p-editor-container .ql-snow.ql-toolbar button:focus{color:#334155}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke{stroke:#334155}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill{fill:#334155}.p-editor-container .ql-snow.ql-toolbar button.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected{color:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke{stroke:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill{fill:#3b82f6}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label{color:#3b82f6}@layer primevue{.p-component,.p-component *{box-sizing:border-box}.p-hidden-space{visibility:hidden}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-connected-overlay{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-connected-overlay-enter-from{opacity:0;transform:scaleY(.8)}.p-connected-overlay-leave-to{opacity:0}.p-connected-overlay-enter-active{transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-connected-overlay-leave-active{transition:opacity .1s linear}.p-toggleable-content-enter-from,.p-toggleable-content-leave-to{max-height:0}.p-toggleable-content-enter-to,.p-toggleable-content-leave-from{max-height:1000px}.p-toggleable-content-leave-active{overflow:hidden;transition:max-height .45s cubic-bezier(0,1,0,1)}.p-toggleable-content-enter-active{overflow:hidden;transition:max-height 1s ease-in-out}*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;font-weight:400}.p-component-overlay{background-color:#0006;transition-duration:.2s}.p-disabled,.p-component:disabled{opacity:.6}.p-error{color:#f87171}.p-text-secondary{color:#64748b}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;border-radius:6px;outline-color:transparent}.p-link:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-autocomplete{display:inline-flex}.p-autocomplete-loader{position:absolute;top:50%;margin-top:-.5rem}.p-autocomplete-dd .p-autocomplete-input{flex:1 1 auto;width:1%}.p-autocomplete-dd .p-autocomplete-input,.p-autocomplete-dd .p-autocomplete-multiple-container{border-top-right-radius:0;border-bottom-right-radius:0}.p-autocomplete-dd .p-autocomplete-dropdown{border-top-left-radius:0;border-bottom-left-radius:0}.p-autocomplete .p-autocomplete-panel{min-width:100%}.p-autocomplete-panel{position:absolute;overflow:auto;top:0;left:0}.p-autocomplete-items{margin:0;padding:0;list-style-type:none}.p-autocomplete-item{cursor:pointer;white-space:nowrap;position:relative;overflow:hidden}.p-autocomplete-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-autocomplete-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-autocomplete-token-icon{cursor:pointer}.p-autocomplete-input-token{flex:1 1 auto;display:inline-flex}.p-autocomplete-input-token input{border:0 none;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-autocomplete{display:flex}.p-fluid .p-autocomplete-dd .p-autocomplete-input{width:1%}.p-autocomplete .p-autocomplete-loader{right:.75rem}.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader{right:3.25rem}.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container{border-color:#94a3b8}.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-autocomplete .p-autocomplete-multiple-container{padding:.25rem .75rem;gap:.5rem;outline-color:transparent}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{padding:.25rem 0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#334155;padding:0;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{padding:.25rem .75rem;background:#f1f5f9;color:#1e293b;border-radius:16px}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.5rem}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus{background:#e2e8f0;color:#0f172a}.p-autocomplete.p-invalid.p-component>.p-inputtext{border-color:#f87171}.p-autocomplete-panel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-autocomplete-panel .p-autocomplete-items{padding:.25rem}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:2px 0;padding:.5rem .75rem;border:0 none;color:#334155;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child{margin-top:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:last-child{margin-bottom:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus{color:#1e293b;background:#f1f5f9}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group{margin:0;padding:.5rem .75rem;color:#94a3b8;background:#ffffff;font-weight:600}.p-calendar{display:inline-flex;max-width:100%}.p-calendar .p-inputtext{flex:1 1 auto;width:1%}.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}.p-calendar-w-btn .p-datepicker-trigger{border-top-left-radius:0;border-bottom-left-radius:0}.p-calendar .p-datepicker-trigger-icon{cursor:pointer}.p-fluid .p-calendar{display:flex}.p-fluid .p-calendar .p-inputtext{width:1%}.p-calendar .p-datepicker{min-width:100%}.p-datepicker{width:auto}.p-datepicker-inline{display:inline-block;overflow-x:auto}.p-datepicker-header{display:flex;align-items:center;justify-content:space-between}.p-datepicker-header .p-datepicker-title{margin:0 auto}.p-datepicker-prev,.p-datepicker-next{cursor:pointer;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-datepicker-multiple-month .p-datepicker-group-container{display:flex}.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group{flex:1 1 auto}.p-datepicker table{width:100%;border-collapse:collapse}.p-datepicker td>span{display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 auto;overflow:hidden;position:relative}.p-monthpicker-month{width:33.3%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-yearpicker-year{width:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-datepicker-buttonbar{display:flex;justify-content:space-between;align-items:center}.p-timepicker{display:flex;justify-content:center;align-items:center}.p-timepicker button{display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-timepicker>div{display:flex;align-items:center;flex-direction:column}.p-datepicker-touch-ui,.p-calendar .p-datepicker-touch-ui{min-width:80vw}.p-calendar.p-invalid.p-component>.p-inputtext{border-color:#f87171}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-datepicker{padding:.75rem;background:#ffffff;color:#334155;border:1px solid #cbd5e1;border-radius:6px}.p-datepicker:not(.p-datepicker-inline){background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#ffffff}.p-datepicker .p-datepicker-header{padding:0 0 .5rem;color:#334155;background:#ffffff;font-weight:500;margin:0;border-bottom:1px solid #e2e8f0;border-top-right-radius:6px;border-top-left-radius:6px}.p-datepicker .p-datepicker-header .p-datepicker-prev,.p-datepicker .p-datepicker-header .p-datepicker-next{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:1.75rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;font-weight:500;padding:.25rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover{color:#3b82f6}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0 0}.p-datepicker table th{padding:.25rem}.p-datepicker table th>span{width:2rem;height:2rem}.p-datepicker table td{padding:.25rem}.p-datepicker table td>span{width:2rem;height:2rem;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border:1px solid transparent;outline-color:transparent}.p-datepicker table td>span.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-datepicker table td>span:focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-datepicker table td.p-datepicker-today>span{background:#e2e8f0;color:#0f172a;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-datepicker .p-datepicker-buttonbar{padding:.5rem 0 0;border-top:1px solid #e2e8f0}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #e2e8f0;padding:0}.p-datepicker .p-timepicker button{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-datepicker .p-timepicker button:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-datepicker .p-timepicker button:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0 none}.p-datepicker .p-monthpicker{margin:.5rem 0 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.25rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-datepicker .p-yearpicker{margin:.5rem 0 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.25rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #e2e8f0;padding-right:.75rem;padding-left:.75rem;padding-top:0;padding-bottom:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0;border-left:0 none}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0}.p-datepicker.p-datepicker-mobile table th,.p-datepicker.p-datepicker-mobile table td{padding:.25rem}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled){outline-color:transparent}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#f1f5f9}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled){outline-color:transparent}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#f1f5f9}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled){outline-color:transparent}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#f1f5f9}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-cascadeselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-cascadeselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-cascadeselect-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-cascadeselect-label-empty{overflow:hidden;visibility:hidden}.p-cascadeselect .p-cascadeselect-panel{min-width:100%}.p-cascadeselect-item{cursor:pointer;font-weight:400;white-space:nowrap}.p-cascadeselect-item-content{display:flex;align-items:center;overflow:hidden;position:relative}.p-cascadeselect-group-icon{margin-left:auto}.p-cascadeselect-items{margin:0;padding:0;list-style-type:none;min-width:100%}.p-fluid .p-cascadeselect{display:flex}.p-fluid .p-cascadeselect .p-cascadeselect-label{width:1%}.p-cascadeselect-sublist{position:absolute;min-width:100%;z-index:1;display:none}.p-cascadeselect-item-active{overflow:visible}.p-cascadeselect-item-active>.p-cascadeselect-sublist{display:block;left:100%;top:0}.p-cascadeselect-enter-from,.p-cascadeselect-leave-active{opacity:0}.p-cascadeselect-enter-active{transition:opacity .15s}.p-cascadeselect{background:#ffffff;border:1px solid #cbd5e1;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;outline-color:transparent}.p-cascadeselect:not(.p-disabled):hover{border-color:#94a3b8}.p-cascadeselect:not(.p-disabled).p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-cascadeselect.p-variant-filled{background-color:#f8fafc}.p-cascadeselect.p-variant-filled:enabled:hover{background-color:#f8fafc}.p-cascadeselect.p-variant-filled:enabled:focus{background-color:#fff}.p-cascadeselect .p-cascadeselect-label{background:transparent;border:0 none;padding:.5rem .75rem}.p-cascadeselect .p-cascadeselect-label.p-placeholder{color:#64748b}.p-cascadeselect .p-cascadeselect-label:enabled:focus{outline:0 none;box-shadow:none}.p-cascadeselect .p-cascadeselect-trigger{background:transparent;color:#94a3b8;width:2.5rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-cascadeselect.p-invalid.p-component{border-color:#f87171}.p-cascadeselect-panel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-cascadeselect-panel .p-cascadeselect-items{padding:.25rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item{margin:2px 0;border:0 none;color:#334155;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child{margin-top:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child{margin-bottom:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#1e293b;background:#f1f5f9}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content{padding:.5rem .75rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon{font-size:.875rem}.p-checkbox{position:relative;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-input{cursor:pointer}.p-checkbox-box{display:flex;justify-content:center;align-items:center}.p-checkbox{width:1.25rem;height:1.25rem}.p-checkbox .p-checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #cbd5e1;border-radius:6px}.p-checkbox .p-checkbox-box{border:1px solid #cbd5e1;background:#ffffff;width:1.25rem;height:1.25rem;color:#334155;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.2s;color:#fff;font-size:.875rem}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:.875rem;height:.875rem}.p-checkbox.p-highlight .p-checkbox-box{border-color:#3b82f6;background:#3B82F6}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{border-color:#94a3b8}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{border-color:#2563eb;background:#2563eb;color:#fff}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-checkbox.p-invalid>.p-checkbox-box{border-color:#f87171}.p-checkbox.p-variant-filled .p-checkbox-box{background-color:#f8fafc}.p-checkbox.p-variant-filled.p-highlight .p-checkbox-box{background:#3B82F6}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f8fafc}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#2563eb}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#f8fafc}.p-input-filled .p-checkbox.p-highlight .p-checkbox-box{background:#3B82F6}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#f8fafc}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#2563eb}.p-chips{display:inline-flex}.p-chips-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-chips-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-chips-input-token{flex:1 1 auto;display:inline-flex}.p-chips-token-icon{cursor:pointer}.p-chips-input-token input{border:0 none;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-chips{display:flex}.p-chips:not(.p-disabled):hover .p-chips-multiple-container{border-color:#94a3b8}.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-chips .p-chips-multiple-container{padding:.25rem .75rem;outline-color:transparent}.p-chips .p-chips-multiple-container .p-chips-token{padding:.25rem .75rem;margin-right:.5rem;background:#f1f5f9;color:#1e293b;border-radius:16px}.p-chips .p-chips-multiple-container .p-chips-token.p-focus{background:#e2e8f0;color:#0f172a}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.5rem}.p-chips .p-chips-multiple-container .p-chips-input-token{padding:.25rem 0}.p-chips .p-chips-multiple-container .p-chips-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#334155;padding:0;margin:0}.p-chips.p-invalid.p-component>.p-inputtext{border-color:#f87171}.p-colorpicker-panel .p-colorpicker-color{background:linear-gradient(to top,#000 0%,rgba(0,0,0,0) 100%),linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%)}.p-colorpicker-panel .p-colorpicker-hue{background:linear-gradient(0deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.p-colorpicker-preview{width:1.5rem;height:1.5rem}.p-colorpicker-panel{background:#323232;border:1px solid #191919}.p-colorpicker-panel .p-colorpicker-color-handle,.p-colorpicker-panel .p-colorpicker-hue-handle{border-color:#fff}.p-colorpicker-overlay-panel{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;opacity:0}input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-panel{position:absolute;top:0;left:0}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center}.p-dropdown-item-group{cursor:auto}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}.p-dropdown{background:#ffffff;border:1px solid #cbd5e1;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;outline-color:transparent}.p-dropdown:not(.p-disabled):hover{border-color:#94a3b8}.p-dropdown:not(.p-disabled).p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-dropdown.p-variant-filled{background:#f8fafc}.p-dropdown.p-variant-filled:not(.p-disabled):hover{background-color:#f8fafc}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}.p-dropdown.p-dropdown-clearable .p-dropdown-label{padding-right:1.75rem}.p-dropdown .p-dropdown-label{background:transparent;border:0 none}.p-dropdown .p-dropdown-label.p-placeholder{color:#64748b}.p-dropdown .p-dropdown-label:focus,.p-dropdown .p-dropdown-label:enabled:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;color:#94a3b8;width:2.5rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-dropdown .p-dropdown-clear-icon{color:#94a3b8;right:2.5rem}.p-dropdown.p-invalid.p-component{border-color:#f87171}.p-dropdown-panel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-dropdown-panel .p-dropdown-header{padding:.5rem .5rem 0;border-bottom:0 none;color:#334155;background:#ffffff;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#94a3b8}.p-dropdown-panel .p-dropdown-items{padding:.25rem}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:2px 0;padding:.5rem .75rem;border:0 none;color:#334155;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child{margin-top:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child{margin-bottom:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus{color:#1e293b;background:#f1f5f9}.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon{position:relative;margin-left:-.5rem;margin-right:.5rem}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.5rem .75rem;color:#94a3b8;background:#ffffff;font-weight:600}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.5rem .75rem;color:#334155;background:transparent}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label:has(textarea) label{top:1rem}.p-float-label:has(input:focus) label,.p-float-label:has(input.p-filled) label,.p-float-label:has(input:-webkit-autofill) label,.p-float-label:has(textarea:focus) label,.p-float-label:has(textarea.p-filled) label,.p-float-label:has(.p-inputwrapper-focus) label,.p-float-label:has(.p-inputwrapper-filled) label{top:-.75rem;font-size:12px}.p-float-label input::-moz-placeholder,.p-float-label .p-inputtext::-moz-placeholder{opacity:0;-moz-transition-property:all;transition-property:all;transition-timing-function:ease}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label input:focus::-moz-placeholder,.p-float-label .p-inputtext:focus::-moz-placeholder{opacity:1;-moz-transition-property:all;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-icon-field{position:relative}.p-icon-field>.p-input-icon{position:absolute;top:50%;margin-top:-.5rem}.p-inputotp{display:flex;align-items:center;gap:.5rem}.p-inputotp-input{text-align:center;width:2.5rem}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-fluid .p-inputgroup .p-input{flex:1 1 auto;width:1%}.p-inputgroup-addon{background:#ffffff;color:#64748b;border-top:1px solid #cbd5e1;border-left:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;padding:.5rem .75rem;min-width:2.5rem}.p-inputgroup-addon:last-child{border-right:1px solid #cbd5e1}.p-inputgroup>.p-component,.p-inputgroup>.p-inputwrapper>.p-inputtext,.p-inputgroup>.p-float-label>.p-component{border-radius:0;margin:0}.p-inputgroup>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,.p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon{border-left:0 none}.p-inputgroup>.p-component:focus,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus,.p-inputgroup>.p-float-label>.p-component:focus{z-index:1}.p-inputgroup>.p-component:focus~label,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,.p-inputgroup>.p-float-label>.p-component:focus~label{z-index:1}.p-inputgroup-addon:first-child,.p-inputgroup button:first-child,.p-inputgroup input:first-child,.p-inputgroup>.p-inputwrapper:first-child,.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup .p-float-label:first-child input{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-inputgroup-addon:last-child,.p-inputgroup button:last-child,.p-inputgroup input:last-child,.p-inputgroup>.p-inputwrapper:last-child,.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-inputgroup .p-float-label:last-child input{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-button.p-button-icon-only{width:2.5rem}.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}.p-icon-field-left>.p-input-icon:first-of-type{left:.75rem;color:#94a3b8}.p-icon-field-right>.p-input-icon:last-of-type{right:.75rem;color:#94a3b8}.p-inputnumber{display:inline-flex}.p-inputnumber-button{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button .p-button-label,.p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button .p-button-label{display:none}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-up{border-top-left-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:0}.p-inputnumber-buttons-stacked .p-inputnumber-input{border-top-right-radius:0;border-bottom-right-radius:0}.p-inputnumber-buttons-stacked .p-button.p-inputnumber-button-down{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;padding:0}.p-inputnumber-buttons-stacked .p-inputnumber-button-group{display:flex;flex-direction:column}.p-inputnumber-buttons-stacked .p-inputnumber-button-group .p-button.p-inputnumber-button{flex:1 1 auto}.p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-up{order:3;border-top-left-radius:0;border-bottom-left-radius:0}.p-inputnumber-buttons-horizontal .p-inputnumber-input{order:2;border-radius:0}.p-inputnumber-buttons-horizontal .p-button.p-inputnumber-button-down{order:1;border-top-right-radius:0;border-bottom-right-radius:0}.p-inputnumber-buttons-vertical{flex-direction:column}.p-inputnumber-buttons-vertical .p-button.p-inputnumber-button-up{order:1;border-bottom-left-radius:0;border-bottom-right-radius:0;width:100%}.p-inputnumber-buttons-vertical .p-inputnumber-input{order:2;border-radius:0;text-align:center}.p-inputnumber-buttons-vertical .p-button.p-inputnumber-button-down{order:3;border-top-left-radius:0;border-top-right-radius:0;width:100%}.p-inputnumber-input{flex:1 1 auto}.p-fluid .p-inputnumber{width:100%}.p-fluid .p-inputnumber .p-inputnumber-input{width:1%}.p-fluid .p-inputnumber-buttons-vertical .p-inputnumber-input{width:100%}.p-inputnumber.p-invalid.p-component>.p-inputtext{border-color:#f87171}.p-inputnumber.p-variant-filled>.p-inputnumber-input{background-color:#f8fafc}.p-inputnumber.p-variant-filled>.p-inputnumber-input:enabled:hover{background-color:#f8fafc}.p-inputnumber.p-variant-filled>.p-inputnumber-input:enabled:focus{background-color:#fff}.p-inputswitch{display:inline-block}.p-inputswitch-input{cursor:pointer}.p-inputswitch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border:1px solid transparent}.p-inputswitch-slider:before{position:absolute;content:"";top:50%}.p-inputswitch{width:2.5rem;height:1.5rem}.p-inputswitch .p-inputswitch-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border-radius:30px}.p-inputswitch .p-inputswitch-slider{background:#cbd5e1;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:30px;outline-color:transparent}.p-inputswitch .p-inputswitch-slider:before{background:#ffffff;width:1rem;height:1rem;left:.25rem;margin-top:-.5rem;border-radius:50%;transition-duration:.2s}.p-inputswitch.p-highlight .p-inputswitch-slider{background:#3B82F6}.p-inputswitch.p-highlight .p-inputswitch-slider:before{background:#ffffff;transform:translate(1rem)}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider{background:#94a3b8}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider{background:#2563eb}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-inputswitch.p-invalid>.p-inputswitch-slider{border-color:#f87171}.p-fluid .p-inputtext{width:100%}.p-inputtext{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#334155;background:#ffffff;padding:.5rem .75rem;border:1px solid #cbd5e1;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;outline-color:transparent}.p-inputtext:enabled:hover{border-color:#94a3b8}.p-inputtext:enabled:focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-inputtext.p-invalid.p-component{border-color:#f87171}.p-inputtext.p-variant-filled{background-color:#f8fafc}.p-inputtext.p-variant-filled:enabled:hover{background-color:#f8fafc}.p-inputtext.p-variant-filled:enabled:focus{background-color:#fff}.p-inputtext.p-inputtext-sm{font-size:.875rem;padding:.4375rem .65625rem}.p-inputtext.p-inputtext-lg{font-size:1.25rem;padding:.625rem .9375rem}.p-float-label>label{left:.75rem;color:#64748b;transition-duration:.2s}.p-float-label>.p-invalid+label{color:#f87171}.p-icon-field-left>.p-inputtext{padding-left:2.5rem}.p-icon-field-left.p-float-label>label{left:2.5rem}.p-icon-field-right>.p-inputtext{padding-right:2.5rem}::-webkit-input-placeholder{color:#64748b}:-moz-placeholder{color:#64748b}::-moz-placeholder{color:#64748b}:-ms-input-placeholder{color:#64748b}.p-input-filled .p-inputtext{background-color:#f8fafc}.p-input-filled .p-inputtext:enabled:hover{background-color:#f8fafc}.p-input-filled .p-inputtext:enabled:focus{background-color:#fff}.p-inputtext-sm .p-inputtext{font-size:.875rem;padding:.4375rem .65625rem}.p-inputtext-lg .p-inputtext{font-size:1.25rem;padding:.625rem .9375rem}.p-knob-range{fill:none;transition:stroke .1s ease-in}.p-knob-value{animation-name:dash-frame;animation-fill-mode:forwards;fill:none}.p-knob-text{font-size:1.3rem;text-align:center}@keyframes dash-frame{to{stroke-dashoffset:0}}.p-listbox-list-wrapper{overflow:auto}.p-listbox-list{list-style-type:none;margin:0;padding:0}.p-listbox-item{cursor:pointer;position:relative;overflow:hidden}.p-listbox-item-group{cursor:auto}.p-listbox-filter-container{position:relative}.p-listbox-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-listbox-filter{width:100%}.p-listbox{background:#ffffff;color:#334155;border:1px solid #cbd5e1;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-listbox .p-listbox-header{padding:.5rem .5rem 0;border-bottom:0 none;color:#334155;background:#ffffff;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-listbox .p-listbox-header .p-listbox-filter{padding-right:1.75rem}.p-listbox .p-listbox-header .p-listbox-filter-icon{right:.75rem;color:#94a3b8}.p-listbox .p-listbox-list{padding:.25rem;outline:0 none}.p-listbox .p-listbox-list .p-listbox-item{margin:2px 0;padding:.5rem .75rem;border:0 none;color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-listbox .p-listbox-list .p-listbox-item:first-child{margin-top:0}.p-listbox .p-listbox-list .p-listbox-item:last-child{margin-bottom:0}.p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-listbox .p-listbox-list .p-listbox-item-group{margin:0;padding:.5rem .75rem;color:#94a3b8;background:#ffffff;font-weight:600}.p-listbox .p-listbox-list .p-listbox-empty-message{padding:.5rem .75rem;color:#334155;background:transparent}.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus{color:#1e293b;background:#f1f5f9}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:#1e293b;background:#f1f5f9}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus{color:#1e293b;background:#f1f5f9}.p-listbox.p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-listbox.p-invalid{border-color:#f87171}.p-multiselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-multiselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-multiselect-label-container{overflow:hidden;flex:1 1 auto;cursor:pointer}.p-multiselect-label{display:block;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.p-multiselect-label-empty{overflow:hidden;visibility:hidden}.p-multiselect-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-multiselect-token-icon{cursor:pointer}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-items-wrapper{overflow:auto}.p-multiselect-items{margin:0;padding:0;list-style-type:none}.p-multiselect-item{cursor:pointer;display:flex;align-items:center;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-multiselect-item-group{cursor:auto}.p-multiselect-header{display:flex;align-items:center;justify-content:space-between}.p-multiselect-filter-container{position:relative;flex:1 1 auto}.p-multiselect-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-multiselect-filter-container .p-inputtext{width:100%}.p-multiselect-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;margin-left:auto}.p-fluid .p-multiselect{display:flex}.p-multiselect{background:#ffffff;border:1px solid #cbd5e1;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;outline-color:transparent}.p-multiselect:not(.p-disabled):hover{border-color:#94a3b8}.p-multiselect:not(.p-disabled).p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-multiselect.p-variant-filled{background:#f8fafc}.p-multiselect.p-variant-filled:not(.p-disabled):hover{background-color:#f8fafc}.p-multiselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-multiselect .p-multiselect-label{padding:.5rem .75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-multiselect .p-multiselect-label.p-placeholder{color:#64748b}.p-multiselect.p-multiselect-chip .p-multiselect-token{padding:.25rem .75rem;margin-right:.5rem;background:#f1f5f9;color:#1e293b;border-radius:16px}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.5rem}.p-multiselect .p-multiselect-trigger{background:transparent;color:#94a3b8;width:2.5rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-multiselect.p-invalid.p-component{border-color:#f87171}.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.25rem .75rem}.p-multiselect-panel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-multiselect-panel .p-multiselect-header{padding:.5rem .5rem 0;border-bottom:0 none;color:#334155;background:#ffffff;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding-right:1.75rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{right:.75rem;color:#94a3b8}.p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem;width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-multiselect-panel .p-multiselect-items{padding:.25rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:2px 0;padding:.5rem .75rem;border:0 none;color:#334155;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child{margin-top:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child{margin-bottom:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#1e293b;background:#f1f5f9}.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group{margin:0;padding:.5rem .75rem;color:#94a3b8;background:#ffffff;font-weight:600}.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message{padding:.5rem .75rem;color:#334155;background:transparent}.p-password{display:inline-flex}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}.p-password.p-invalid.p-component>.p-inputtext{border-color:#f87171}.p-password-panel{padding:0 1.125rem 1.125rem;background:#ffffff;color:#334155;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px}.p-password-panel .p-password-meter{margin-bottom:.5rem;background:#e2e8f0}.p-radiobutton{position:relative;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-input{cursor:pointer}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}.p-radiobutton{width:1.25rem;height:1.25rem}.p-radiobutton .p-radiobutton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #cbd5e1;border-radius:50%}.p-radiobutton .p-radiobutton-box{border:1px solid #cbd5e1;background:#ffffff;width:1.25rem;height:1.25rem;color:#334155;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:.75rem;height:.75rem;transition-duration:.2s;background-color:#3b82f6}.p-radiobutton.p-highlight .p-radiobutton-box{border-color:#3b82f6;background:#ffffff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{border-color:#94a3b8}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{border-color:#2563eb;background:#ffffff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon{background-color:#2563eb}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-radiobutton.p-invalid>.p-radiobutton-box{border-color:#f87171}.p-radiobutton.p-variant-filled .p-radiobutton-box{background-color:#f8fafc}.p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box{background:#ffffff}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f8fafc}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#ffffff}.p-input-filled .p-radiobutton .p-radiobutton-box{background-color:#f8fafc}.p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box{background:#ffffff}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#f8fafc}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#ffffff}.p-rating{position:relative;display:flex;align-items:center}.p-rating-item{display:inline-flex;align-items:center;cursor:pointer}.p-rating.p-readonly .p-rating-item{cursor:default}.p-rating{gap:.5rem}.p-rating .p-rating-item{outline-color:transparent;border-radius:50%}.p-rating .p-rating-item .p-rating-icon{color:#64748b;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;font-size:1rem}.p-rating .p-rating-item .p-rating-icon.p-icon{width:1rem;height:1rem}.p-rating .p-rating-item .p-rating-icon.p-rating-cancel{color:#f87171}.p-rating .p-rating-item.p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#3b82f6}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon{color:#3b82f6}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel{color:#ef4444}.p-selectbutton .p-button{background:#f1f5f9;border:1px solid #f1f5f9;color:#64748b;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-selectbutton .p-button .p-button-icon-left,.p-selectbutton .p-button .p-button-icon-right{color:#64748b}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background:#f1f5f9;border-color:#f1f5f9;color:#334155}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#334155}.p-selectbutton .p-button.p-highlight{background:#f1f5f9;border-color:#f1f5f9;color:#0f172a}.p-selectbutton .p-button.p-highlight .p-button-icon-left,.p-selectbutton .p-button.p-highlight .p-button-icon-right{color:#0f172a}.p-selectbutton .p-button.p-highlight:hover{background:#f1f5f9;border-color:#f1f5f9;color:#0f172a}.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right{color:#0f172a}.p-selectbutton.p-invalid>.p-button{border-color:#f87171}.p-slider{position:relative}.p-slider .p-slider-handle{cursor:grab;touch-action:none;display:block}.p-slider-range{display:block}.p-slider-horizontal .p-slider-range{top:0;left:0;height:100%}.p-slider-horizontal .p-slider-handle{top:50%}.p-slider-vertical{height:100px}.p-slider-vertical .p-slider-handle{left:50%}.p-slider-vertical .p-slider-range{bottom:0;left:0;width:100%}.p-slider{background:#e2e8f0;border:0 none;border-radius:6px}.p-slider.p-slider-horizontal{height:3px}.p-slider.p-slider-horizontal .p-slider-handle{margin-top:-10px;margin-left:-10px}.p-slider.p-slider-vertical{width:3px}.p-slider.p-slider-vertical .p-slider-handle{margin-left:-10px;margin-bottom:-10px}.p-slider .p-slider-handle{height:20px;width:20px;background:#e2e8f0;border:0 none;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-slider .p-slider-handle:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-slider .p-slider-range{background:#3B82F6;border-radius:6px}.p-slider:not(.p-disabled) .p-slider-handle:hover{background:#e2e8f0;border-color:transparent}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-treeselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-treeselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-treeselect-label-container{overflow:hidden;flex:1 1 auto;cursor:pointer}.p-treeselect-label{display:block;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.p-treeselect-label-empty{overflow:hidden;visibility:hidden}.p-treeselect-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-treeselect .p-treeselect-panel{min-width:100%}.p-treeselect-items-wrapper{overflow:auto}.p-fluid .p-treeselect{display:flex}.p-treeselect{background:#ffffff;border:1px solid #cbd5e1;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;outline-color:transparent}.p-treeselect:not(.p-disabled):hover{border-color:#94a3b8}.p-treeselect:not(.p-disabled).p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-treeselect.p-variant-filled{background:#f8fafc}.p-treeselect.p-variant-filled:not(.p-disabled):hover{background-color:#f8fafc}.p-treeselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#fff}.p-treeselect .p-treeselect-label{padding:.5rem .75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-treeselect .p-treeselect-label.p-placeholder{color:#64748b}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.25rem .75rem;margin-right:.5rem;background:#f1f5f9;color:#1e293b;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#94a3b8;width:2.5rem;border-top-right-radius:6px;border-bottom-right-radius:6px}.p-treeselect.p-invalid.p-component{border-color:#f87171}.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.25rem .75rem}.p-treeselect-panel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0 none}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.5rem .75rem;color:#334155;background:transparent}.p-input-filled .p-treeselect{background:#f8fafc}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#f8fafc}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#fff}.p-togglebutton{position:relative;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-togglebutton-input{cursor:pointer}.p-togglebutton .p-button{flex:1 1 auto}.p-togglebutton .p-togglebutton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #f1f5f9;border-radius:6px}.p-togglebutton .p-button{background:#f1f5f9;border:1px solid #f1f5f9;color:#64748b;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-togglebutton .p-button .p-button-icon-left,.p-togglebutton .p-button .p-button-icon-right{color:#64748b}.p-togglebutton.p-highlight .p-button{background:#f1f5f9;border-color:#f1f5f9;color:#0f172a}.p-togglebutton.p-highlight .p-button .p-button-icon-left,.p-togglebutton.p-highlight .p-button .p-button-icon-right{color:#0f172a}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button{background:#f1f5f9;border-color:#f1f5f9;color:#334155}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right{color:#334155}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button{background:#f1f5f9;border-color:#f1f5f9;color:#0f172a}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right{color:#0f172a}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-togglebutton.p-invalid>.p-button{border-color:#f87171}.p-button{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-button-group .p-button{margin:0}.p-button-group .p-button:not(:last-child),.p-button-group .p-button:not(:last-child):hover{border-right:0 none}.p-button-group .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-button-group .p-button:first-of-type:not(:only-of-type){border-top-right-radius:0;border-bottom-right-radius:0}.p-button-group .p-button:last-of-type:not(:only-of-type){border-top-left-radius:0;border-bottom-left-radius:0}.p-button-group .p-button:focus{position:relative;z-index:1}.p-button{color:#fff;background:#3B82F6;border:1px solid #3B82F6;padding:.5rem 1rem;font-size:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;outline-color:transparent}.p-button:not(:disabled):hover{background:#2563eb;color:#fff;border-color:#2563eb}.p-button:not(:disabled):active{background:#1D4ED8;color:#fff;border-color:#1d4ed8}.p-button.p-button-outlined{background-color:transparent;color:#3b82f6;border:1px solid}.p-button.p-button-outlined:not(:disabled):hover{background:rgba(59,130,246,.04);color:#3b82f6;border:1px solid}.p-button.p-button-outlined:not(:disabled):active{background:rgba(59,130,246,.16);color:#3b82f6;border:1px solid}.p-button.p-button-outlined.p-button-plain{color:#334155;border-color:#334155}.p-button.p-button-outlined.p-button-plain:not(:disabled):hover{background:#f1f5f9;color:#334155}.p-button.p-button-outlined.p-button-plain:not(:disabled):active{background:#e2e8f0;color:#334155}.p-button.p-button-text{background-color:transparent;color:#3b82f6;border-color:transparent}.p-button.p-button-text:not(:disabled):hover{background:rgba(59,130,246,.04);color:#3b82f6;border-color:transparent}.p-button.p-button-text:not(:disabled):active{background:rgba(59,130,246,.16);color:#3b82f6;border-color:transparent}.p-button.p-button-text.p-button-plain{color:#334155}.p-button.p-button-text.p-button-plain:not(:disabled):hover{background:#f1f5f9;color:#334155}.p-button.p-button-text.p-button-plain:not(:disabled):active{background:#e2e8f0;color:#334155}.p-button:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-button .p-button-label{transition-duration:.2s}.p-button .p-button-icon-left{margin-right:.5rem}.p-button .p-button-icon-right{margin-left:.5rem}.p-button .p-button-icon-bottom{margin-top:.5rem}.p-button .p-button-icon-top{margin-bottom:.5rem}.p-button .p-badge{margin-left:.5rem;min-width:1rem;height:1rem;line-height:1rem;color:#3b82f6;background-color:#fff}.p-button.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-button.p-button-rounded{border-radius:2rem}.p-button.p-button-icon-only{width:2.5rem;padding:.5rem 0}.p-button.p-button-icon-only .p-button-icon-left,.p-button.p-button-icon-only .p-button-icon-right{margin:0}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:2.5rem}.p-button.p-button-sm{font-size:.875rem;padding:.4375rem .875rem}.p-button.p-button-sm .p-button-icon{font-size:.875rem}.p-button.p-button-lg{font-size:1.25rem;padding:.625rem 1.25rem}.p-button.p-button-lg .p-button-icon{font-size:1.25rem}.p-button.p-button-loading-label-only .p-button-label{margin-left:.5rem}.p-button.p-button-loading-label-only .p-button-loading-icon{margin-right:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-icon-only{width:2.5rem}.p-fluid .p-button-group{display:flex}.p-fluid .p-button-group .p-button{flex:1}.p-button.p-button-secondary,.p-button-group.p-button-secondary>.p-button,.p-splitbutton.p-button-secondary>.p-button{color:#475569;background:#f1f5f9;border:1px solid #f1f5f9}.p-button.p-button-secondary:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover{background:#e2e8f0;color:#334155;border-color:#e2e8f0}.p-button.p-button-secondary:not(:disabled):focus,.p-button-group.p-button-secondary>.p-button:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-secondary:not(:disabled):active,.p-button-group.p-button-secondary>.p-button:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active{background:#cbd5e1;color:#1e293b;border-color:#cbd5e1}.p-button.p-button-secondary.p-button-outlined,.p-button-group.p-button-secondary>.p-button.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined{background-color:transparent;color:#f1f5f9;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(241,245,249,.04);color:#f1f5f9;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active{background:rgba(241,245,249,.16);color:#f1f5f9;border:1px solid}.p-button.p-button-secondary.p-button-text,.p-button-group.p-button-secondary>.p-button.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text{background-color:transparent;color:#f1f5f9;border-color:transparent}.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover{background:rgba(241,245,249,.04);border-color:transparent;color:#f1f5f9}.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active{background:rgba(241,245,249,.16);border-color:transparent;color:#f1f5f9}.p-button.p-button-info,.p-button-group.p-button-info>.p-button,.p-splitbutton.p-button-info>.p-button{color:#fff;background:#0ea5e9;border:1px solid #0ea5e9}.p-button.p-button-info:not(:disabled):hover,.p-button-group.p-button-info>.p-button:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover{background:#0284c7;color:#fff;border-color:#0284c7}.p-button.p-button-info:not(:disabled):focus,.p-button-group.p-button-info>.p-button:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-info:not(:disabled):active,.p-button-group.p-button-info>.p-button:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active{background:#0369a1;color:#fff;border-color:#0369a1}.p-button.p-button-info.p-button-outlined,.p-button-group.p-button-info>.p-button.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined{background-color:transparent;color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(14,165,233,.04);color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active{background:rgba(14,165,233,.16);color:#0ea5e9;border:1px solid}.p-button.p-button-info.p-button-text,.p-button-group.p-button-info>.p-button.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text{background-color:transparent;color:#0ea5e9;border-color:transparent}.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover{background:rgba(14,165,233,.04);border-color:transparent;color:#0ea5e9}.p-button.p-button-info.p-button-text:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active{background:rgba(14,165,233,.16);border-color:transparent;color:#0ea5e9}.p-button.p-button-success,.p-button-group.p-button-success>.p-button,.p-splitbutton.p-button-success>.p-button{color:#fff;background:#22c55e;border:1px solid #22c55e}.p-button.p-button-success:not(:disabled):hover,.p-button-group.p-button-success>.p-button:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover{background:#16a34a;color:#fff;border-color:#16a34a}.p-button.p-button-success:not(:disabled):focus,.p-button-group.p-button-success>.p-button:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-success:not(:disabled):active,.p-button-group.p-button-success>.p-button:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active{background:#15803d;color:#fff;border-color:#15803d}.p-button.p-button-success.p-button-outlined,.p-button-group.p-button-success>.p-button.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined{background-color:transparent;color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(34,197,94,.04);color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active{background:rgba(34,197,94,.16);color:#22c55e;border:1px solid}.p-button.p-button-success.p-button-text,.p-button-group.p-button-success>.p-button.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text{background-color:transparent;color:#22c55e;border-color:transparent}.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover{background:rgba(34,197,94,.04);border-color:transparent;color:#22c55e}.p-button.p-button-success.p-button-text:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active{background:rgba(34,197,94,.16);border-color:transparent;color:#22c55e}.p-button.p-button-warning,.p-button-group.p-button-warning>.p-button,.p-splitbutton.p-button-warning>.p-button{color:#fff;background:#f97316;border:1px solid #f97316}.p-button.p-button-warning:not(:disabled):hover,.p-button-group.p-button-warning>.p-button:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover{background:#ea580c;color:#fff;border-color:#ea580c}.p-button.p-button-warning:not(:disabled):focus,.p-button-group.p-button-warning>.p-button:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-warning:not(:disabled):active,.p-button-group.p-button-warning>.p-button:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active{background:#c2410c;color:#fff;border-color:#c2410c}.p-button.p-button-warning.p-button-outlined,.p-button-group.p-button-warning>.p-button.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined{background-color:transparent;color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(249,115,22,.04);color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active{background:rgba(249,115,22,.16);color:#f97316;border:1px solid}.p-button.p-button-warning.p-button-text,.p-button-group.p-button-warning>.p-button.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text{background-color:transparent;color:#f97316;border-color:transparent}.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover{background:rgba(249,115,22,.04);border-color:transparent;color:#f97316}.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active{background:rgba(249,115,22,.16);border-color:transparent;color:#f97316}.p-button.p-button-help,.p-button-group.p-button-help>.p-button,.p-splitbutton.p-button-help>.p-button{color:#fff;background:#a855f7;border:1px solid #a855f7}.p-button.p-button-help:not(:disabled):hover,.p-button-group.p-button-help>.p-button:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover{background:#9333ea;color:#fff;border-color:#9333ea}.p-button.p-button-help:not(:disabled):focus,.p-button-group.p-button-help>.p-button:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-help:not(:disabled):active,.p-button-group.p-button-help>.p-button:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active{background:#7e22ce;color:#fff;border-color:#7e22ce}.p-button.p-button-help.p-button-outlined,.p-button-group.p-button-help>.p-button.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined{background-color:transparent;color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(168,85,247,.04);color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active{background:rgba(168,85,247,.16);color:#a855f7;border:1px solid}.p-button.p-button-help.p-button-text,.p-button-group.p-button-help>.p-button.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text{background-color:transparent;color:#a855f7;border-color:transparent}.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover{background:rgba(168,85,247,.04);border-color:transparent;color:#a855f7}.p-button.p-button-help.p-button-text:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active{background:rgba(168,85,247,.16);border-color:transparent;color:#a855f7}.p-button.p-button-danger,.p-button-group.p-button-danger>.p-button,.p-splitbutton.p-button-danger>.p-button{color:#fff;background:#ef4444;border:1px solid #ef4444}.p-button.p-button-danger:not(:disabled):hover,.p-button-group.p-button-danger>.p-button:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover{background:#dc2626;color:#fff;border-color:#dc2626}.p-button.p-button-danger:not(:disabled):focus,.p-button-group.p-button-danger>.p-button:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-danger:not(:disabled):active,.p-button-group.p-button-danger>.p-button:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active{background:#b91c1c;color:#fff;border-color:#b91c1c}.p-button.p-button-danger.p-button-outlined,.p-button-group.p-button-danger>.p-button.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined{background-color:transparent;color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(239,68,68,.04);color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active{background:rgba(239,68,68,.16);color:#ef4444;border:1px solid}.p-button.p-button-danger.p-button-text,.p-button-group.p-button-danger>.p-button.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text{background-color:transparent;color:#ef4444;border-color:transparent}.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover{background:rgba(239,68,68,.04);border-color:transparent;color:#ef4444}.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active{background:rgba(239,68,68,.16);border-color:transparent;color:#ef4444}.p-button.p-button-contrast,.p-button-group.p-button-contrast>.p-button,.p-splitbutton.p-button-contrast>.p-button{color:#fff;background:#020617;border:1px solid #020617}.p-button.p-button-contrast:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover{background:#1e293b;color:#fff;border-color:#1e293b}.p-button.p-button-contrast:not(:disabled):focus,.p-button-group.p-button-contrast>.p-button:not(:disabled):focus,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-contrast:not(:disabled):active,.p-button-group.p-button-contrast>.p-button:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):active{background:#334155;color:#fff;border-color:#334155}.p-button.p-button-contrast.p-button-outlined,.p-button-group.p-button-contrast>.p-button.p-button-outlined,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined{background-color:transparent;color:#020617;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover{background:rgba(2,6,23,.04);color:#020617;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active{background:rgba(2,6,23,.16);color:#020617;border:1px solid}.p-button.p-button-contrast.p-button-text,.p-button-group.p-button-contrast>.p-button.p-button-text,.p-splitbutton.p-button-contrast>.p-button.p-button-text{background-color:transparent;color:#020617;border-color:transparent}.p-button.p-button-contrast.p-button-text:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover{background:rgba(2,6,23,.04);border-color:transparent;color:#020617}.p-button.p-button-contrast.p-button-text:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active{background:rgba(2,6,23,.16);border-color:transparent;color:#020617}.p-button.p-button-link{color:#2563eb;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#2563eb;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:none;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#2563eb;border-color:transparent}.p-speeddial{position:absolute;display:flex}.p-speeddial-button{z-index:1}.p-speeddial-list{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;transition:top 0s linear .2s;pointer-events:none;z-index:2}.p-speeddial-item{transform:scale(0);opacity:0;transition:transform .2s cubic-bezier(.4,0,.2,1) 0ms,opacity .8s;will-change:transform}.p-speeddial-action{display:flex;align-items:center;justify-content:center;border-radius:50%;position:relative;overflow:hidden}.p-speeddial-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item{position:absolute}.p-speeddial-rotate{transition:transform .25s cubic-bezier(.4,0,.2,1) 0ms;will-change:transform}.p-speeddial-mask{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:opacity .25s cubic-bezier(.25,.8,.25,1)}.p-speeddial-mask-visible{pointer-events:none;opacity:1;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.p-speeddial-opened .p-speeddial-list{pointer-events:auto}.p-speeddial-opened .p-speeddial-item{transform:scale(1);opacity:1}.p-speeddial-opened .p-speeddial-rotate{transform:rotate(45deg)}.p-speeddial-button.p-button.p-button-icon-only{width:2.5rem;height:2.5rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon{font-size:1rem}.p-speeddial-button.p-button.p-button-icon-only .p-icon{width:1rem;height:1rem}.p-speeddial-list{outline:0 none}.p-speeddial-item.p-focus>.p-speeddial-action{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-speeddial-action{width:2.5rem;height:2.5rem;background:#f1f5f9;color:#475569;outline-color:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-speeddial-action:hover{background:#e2e8f0;color:#334155}.p-speeddial-direction-up .p-speeddial-item{margin:.25rem 0}.p-speeddial-direction-up .p-speeddial-item:first-child{margin-bottom:.5rem}.p-speeddial-direction-down .p-speeddial-item{margin:.25rem 0}.p-speeddial-direction-down .p-speeddial-item:first-child{margin-top:.5rem}.p-speeddial-direction-left .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-left .p-speeddial-item:first-child{margin-right:.5rem}.p-speeddial-direction-right .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-right .p-speeddial-item:first-child{margin-left:.5rem}.p-speeddial-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item{margin:0}.p-speeddial-circle .p-speeddial-item:first-child,.p-speeddial-circle .p-speeddial-item:last-child,.p-speeddial-semi-circle .p-speeddial-item:first-child,.p-speeddial-semi-circle .p-speeddial-item:last-child,.p-speeddial-quarter-circle .p-speeddial-item:first-child,.p-speeddial-quarter-circle .p-speeddial-item:last-child{margin:0}.p-speeddial-mask{background-color:#0006;border-radius:6px}.p-splitbutton{display:inline-flex;position:relative}.p-splitbutton .p-splitbutton-defaultbutton,.p-splitbutton.p-button-rounded>.p-splitbutton-defaultbutton.p-button,.p-splitbutton.p-button-outlined>.p-splitbutton-defaultbutton.p-button,.p-splitbutton.p-button-outlined>.p-splitbutton-defaultbutton.p-button-outlined.p-button:hover{flex:1 1 auto;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0 none}.p-splitbutton-menubutton,.p-splitbutton.p-button-rounded>.p-splitbutton-menubutton.p-button,.p-splitbutton.p-button-outlined>.p-splitbutton-menubutton.p-button{display:flex;align-items:center;justify-content:center;border-top-left-radius:0;border-bottom-left-radius:0}.p-splitbutton .p-menu{min-width:100%}.p-fluid .p-splitbutton{display:flex}.p-splitbutton{border-radius:6px}.p-splitbutton.p-button-rounded{border-radius:2rem}.p-splitbutton.p-button-rounded>.p-button{border-radius:2rem}.p-splitbutton.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-carousel{display:flex;flex-direction:column}.p-carousel-content{display:flex;flex-direction:column;overflow:auto}.p-carousel-prev,.p-carousel-next{align-self:center;flex-grow:0;flex-shrink:0;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-carousel-container{display:flex;flex-direction:row}.p-carousel-items-content{overflow:hidden;width:100%}.p-carousel-items-container{display:flex;flex-direction:row}.p-carousel-indicators{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.p-carousel-indicator>button{display:flex;align-items:center;justify-content:center}.p-carousel-vertical .p-carousel-container{flex-direction:column}.p-carousel-vertical .p-carousel-items-container{flex-direction:column;height:100%}.p-items-hidden .p-carousel-item{visibility:hidden}.p-items-hidden .p-carousel-item.p-carousel-item-active{visibility:visible}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent;margin:.5rem}.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,.p-carousel .p-carousel-content .p-carousel-next:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,.p-carousel .p-carousel-content .p-carousel-next:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-carousel .p-carousel-indicators{padding:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator{margin-right:.5rem;margin-bottom:.5rem}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:#e2e8f0;width:2rem;height:.5rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px}.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover{background:#cbd5e1}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background:#EFF6FF;color:#1d4ed8}.p-datatable{position:relative}.p-datatable-table{border-spacing:0px;width:100%}.p-datatable .p-sortable-column{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-datatable .p-sortable-column .p-column-title,.p-datatable .p-sortable-column .p-sortable-column-icon,.p-datatable .p-sortable-column .p-sortable-column-badge{vertical-align:middle}.p-datatable .p-sortable-column .p-sortable-column-badge{display:inline-flex;align-items:center;justify-content:center}.p-datatable-hoverable-rows .p-selectable-row{cursor:pointer}.p-datatable-scrollable>.p-datatable-wrapper{position:relative}.p-datatable-scrollable-table>.p-datatable-thead{top:0;z-index:1}.p-datatable-scrollable-table>.p-datatable-frozen-tbody{position:sticky;z-index:1}.p-datatable-scrollable-table>.p-datatable-tfoot{bottom:0;z-index:1}.p-datatable-scrollable .p-frozen-column{position:sticky;background:inherit}.p-datatable-scrollable th.p-frozen-column{z-index:1}.p-datatable-flex-scrollable{display:flex;flex-direction:column;height:100%}.p-datatable-flex-scrollable>.p-datatable-wrapper{display:flex;flex-direction:column;flex:1;height:100%}.p-datatable-scrollable-table>.p-datatable-tbody>.p-rowgroup-header{position:sticky;z-index:1}.p-datatable-resizable-table>.p-datatable-thead>tr>th,.p-datatable-resizable-table>.p-datatable-tfoot>tr>td,.p-datatable-resizable-table>.p-datatable-tbody>tr>td{overflow:hidden;white-space:nowrap}.p-datatable-resizable-table>.p-datatable-thead>tr>th.p-resizable-column:not(.p-frozen-column){background-clip:padding-box;position:relative}.p-datatable-resizable-table-fit>.p-datatable-thead>tr>th.p-resizable-column:last-child .p-column-resizer{display:none}.p-datatable .p-column-resizer{display:block;position:absolute;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-datatable .p-column-header-content{display:flex;align-items:center}.p-datatable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-datatable .p-row-editor-init,.p-datatable .p-row-editor-save,.p-datatable .p-row-editor-cancel,.p-datatable .p-row-toggler{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-datatable-reorder-indicator-up,.p-datatable-reorder-indicator-down{position:absolute;display:none}.p-reorderable-column,.p-datatable-reorderablerow-handle{cursor:move}.p-datatable .p-datatable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-column-filter-row{display:flex;align-items:center;width:100%}.p-column-filter-menu{display:inline-flex;margin-left:auto}.p-column-filter-row .p-column-filter-element{flex:1 1 auto;width:1%}.p-column-filter-menu-button,.p-column-filter-clear-button{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;overflow:hidden;position:relative}.p-column-filter-row-items{margin:0;padding:0;list-style:none}.p-column-filter-row-item{cursor:pointer}.p-column-filter-add-button,.p-column-filter-remove-button{justify-content:center}.p-column-filter-add-button .p-button-label,.p-column-filter-remove-button .p-button-label{flex-grow:0}.p-column-filter-buttonbar{display:flex;align-items:center;justify-content:space-between}.p-column-filter-buttonbar .p-button:not(.p-button-icon-only){width:auto}.p-datatable .p-datatable-tbody>tr>td>.p-column-title{display:none}.p-datatable-virtualscroller-spacer{display:flex}.p-datatable .p-virtualscroller .p-virtualscroller-loading{transform:none!important;min-height:0;position:sticky;top:0;left:0}.p-datatable .p-paginator-top,.p-datatable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-datatable .p-datatable-header,.p-datatable .p-datatable-footer{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:.75rem 1rem;font-weight:600}.p-datatable .p-datatable-thead>tr>th{text-align:left;padding:.75rem 1rem;border:1px solid #e2e8f0;border-width:0 0 1px 0;font-weight:600;color:#334155;background:#ffffff;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:.75rem 1rem;border:1px solid #e2e8f0;border-width:0 0 1px 0;font-weight:600;color:#334155;background:#ffffff}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#64748b;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1rem;min-width:1rem;line-height:1rem;color:#1d4ed8;background:#EFF6FF;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#475569}.p-datatable .p-sortable-column.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight:hover{background:#EFF6FF;color:#1d4ed8}.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon{color:#1d4ed8}.p-datatable .p-sortable-column:focus-visible{box-shadow:0 none;outline:0 none}.p-datatable .p-datatable-tbody>tr{background:#ffffff;color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-datatable .p-datatable-tbody>tr>td{text-align:left;border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:.75rem 1rem}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save{margin-right:.5rem}.p-datatable .p-datatable-tbody>tr>td>.p-column-title{font-weight:600}.p-datatable .p-datatable-tbody>tr:focus-visible{outline:.15rem solid var(--p-focus-ring-color);outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu{outline:.15rem solid var(--p-focus-ring-color);outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #eff6ff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #eff6ff}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-datatable .p-column-resizer-helper{background:#3B82F6}.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-tfoot{background-color:#fff}.p-datatable .p-datatable-loading-icon{font-size:2rem}.p-datatable .p-datatable-loading-icon.p-icon{width:2rem;height:2rem}.p-datatable.p-datatable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-footer{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-paginator-top{border-width:0 1px 0 1px}.p-datatable.p-datatable-gridlines .p-paginator-bottom{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td{border-width:1px 0 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child{border-width:1px 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td{border-width:0 0 0 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child{border-width:0 1px 0 1px}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd{background:#f8fafc}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#1d4ed8}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#1d4ed8}.p-datatable.p-datatable-sm .p-datatable-header{padding:.375rem .5rem}.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.375rem .5rem}.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td{padding:.375rem .5rem}.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td{padding:.375rem .5rem}.p-datatable.p-datatable-sm .p-datatable-footer{padding:.375rem .5rem}.p-datatable.p-datatable-lg .p-datatable-header{padding:.9375rem 1.25rem}.p-datatable.p-datatable-lg .p-datatable-thead>tr>th{padding:.9375rem 1.25rem}.p-datatable.p-datatable-lg .p-datatable-tbody>tr>td{padding:.9375rem 1.25rem}.p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td{padding:.9375rem 1.25rem}.p-datatable.p-datatable-lg .p-datatable-footer{padding:.9375rem 1.25rem}.p-dataview .p-paginator-top,.p-dataview .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-dataview .p-dataview-header{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:.75rem 1rem;font-weight:600}.p-dataview .p-dataview-content{background:#ffffff;color:#334155;border:0 none;padding:0}.p-dataview .p-dataview-footer{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:.75rem 1rem;font-weight:600;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-column-filter-row .p-column-filter-menu-button,.p-column-filter-row .p-column-filter-clear-button{margin-left:.5rem}.p-column-filter-menu-button{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-column-filter-menu-button:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover{background:#f1f5f9;color:#475569}.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover{background:#EFF6FF;color:#1d4ed8}.p-column-filter-menu-button:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-column-filter-clear-button{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-column-filter-clear-button:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-column-filter-clear-button:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-column-filter-overlay{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;min-width:12.5rem}.p-column-filter-overlay .p-column-filter-row-items{padding:.25rem}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item{margin:2px 0;padding:.5rem .75rem;border:0 none;color:#334155;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child{margin-top:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:last-child{margin-bottom:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover{color:#1e293b;background:#f1f5f9}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:0 none}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-column-filter-overlay-menu .p-column-filter-operator{padding:.5rem .5rem 0;border-bottom:0 none;color:#334155;background:#ffffff;margin:0;border-top-right-radius:6px;border-top-left-radius:6px}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:0 1.125rem 1.125rem;border-bottom:1px solid #e2e8f0}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-top:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child{border-bottom:0 none}.p-column-filter-overlay-menu .p-column-filter-add-rule,.p-column-filter-overlay-menu .p-column-filter-buttonbar{padding:0 1.125rem 1.125rem}.p-orderlist{display:flex}.p-orderlist-controls{display:flex;flex-direction:column;justify-content:center}.p-orderlist-list-container{flex:1 1 auto}.p-orderlist-list{list-style-type:none;margin:0;padding:0;overflow:auto;min-height:12rem;max-height:24rem}.p-orderlist-item{cursor:pointer;overflow:hidden;position:relative}.p-orderlist.p-state-disabled .p-orderlist-item,.p-orderlist.p-state-disabled .p-button{cursor:default}.p-orderlist.p-state-disabled .p-orderlist-list{overflow:hidden}.p-orderlist .p-orderlist-controls{padding:0 1.125rem 1.125rem}.p-orderlist .p-orderlist-controls .p-button{margin-bottom:.5rem}.p-orderlist .p-orderlist-list-container{background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-orderlist .p-orderlist-list-container.p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-orderlist .p-orderlist-header{color:#334155;padding:1.125rem;font-weight:600}.p-orderlist .p-orderlist-list{color:#334155;padding:.25rem;outline:0 none}.p-orderlist .p-orderlist-list:not(:first-child){border-top:1px solid #e2e8f0}.p-orderlist .p-orderlist-list .p-orderlist-item{padding:.5rem .75rem;margin:2px 0;border:0 none;color:#334155;background:transparent;transition:transform .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-orderlist .p-orderlist-list .p-orderlist-item:first-child{margin-top:0}.p-orderlist .p-orderlist-list .p-orderlist-item:last-child{margin-bottom:0}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus{color:#1e293b;background:#f1f5f9}.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus{color:#1e293b;background:#f1f5f9}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){background:#f8fafc}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{background:#f1f5f9}.p-organizationchart-table{border-spacing:0;border-collapse:separate;margin:0 auto}.p-organizationchart-table>tbody>tr>td{text-align:center;vertical-align:top;padding:0 .75rem}.p-organizationchart-node-content{display:inline-block;position:relative}.p-organizationchart-node-content .p-node-toggler{position:absolute;bottom:-.75rem;margin-left:-.75rem;z-index:2;left:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;width:1.5rem;height:1.5rem;text-decoration:none}.p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon{position:relative;top:.25rem}.p-organizationchart-line-down{margin:0 auto;height:20px;width:1px}.p-organizationchart-line-right,.p-organizationchart-line-left{border-radius:0}.p-organizationchart-selectable-node{cursor:pointer}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-organizationchart .p-organizationchart-node-content.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#70aeff}.p-organizationchart .p-organizationchart-line-down{background:#e2e8f0}.p-organizationchart .p-organizationchart-line-left{border-right:1px solid #e2e8f0;border-color:#e2e8f0}.p-organizationchart .p-organizationchart-line-top{border-top:1px solid #e2e8f0;border-color:#e2e8f0}.p-organizationchart .p-organizationchart-node-content{border:1px solid #e2e8f0;background:#ffffff;color:#334155;padding:0 1.125rem 1.125rem}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{background:inherit;color:inherit;border-radius:50%;outline-color:transparent}.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-paginator-default{display:flex}.p-paginator{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.p-paginator-left-content{margin-right:auto}.p-paginator-right-content{margin-left:auto}.p-paginator-page,.p-paginator-next,.p-paginator-last,.p-paginator-first,.p-paginator-prev,.p-paginator-current{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;position:relative}.p-paginator-element:focus{z-index:1;position:relative}.p-paginator{background:#ffffff;color:#334155;border:solid #e2e8f0;border-width:0;padding:.5rem 1rem;border-radius:6px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{background-color:transparent;border:0 none;color:#64748b;min-width:2.5rem;height:2.5rem;margin:.143rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:50%}.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover{background:#f1f5f9;border-color:transparent;color:#475569}.p-paginator .p-paginator-first{border-top-left-radius:50%;border-bottom-left-radius:50%}.p-paginator .p-paginator-last{border-top-right-radius:50%;border-bottom-right-radius:50%}.p-paginator .p-dropdown{margin-left:.5rem;margin-right:.5rem;height:2.5rem}.p-paginator .p-dropdown .p-dropdown-label{padding-right:0}.p-paginator .p-paginator-page-input{margin-left:.5rem;margin-right:.5rem}.p-paginator .p-paginator-page-input .p-inputtext{max-width:2.5rem}.p-paginator .p-paginator-current{background-color:transparent;border:0 none;color:#64748b;min-width:2.5rem;height:2.5rem;margin:.143rem;padding:0 .5rem}.p-paginator .p-paginator-pages .p-paginator-page{background-color:transparent;border:0 none;color:#64748b;min-width:2.5rem;height:2.5rem;margin:.143rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:50%}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#EFF6FF;border-color:#eff6ff;color:#1d4ed8}.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#f1f5f9;border-color:transparent;color:#475569}.p-picklist{display:flex}.p-picklist-buttons{display:flex;flex-direction:column;justify-content:center}.p-picklist-list-wrapper{flex:1 1 50%}.p-picklist-list{list-style-type:none;margin:0;padding:0;overflow:auto;min-height:12rem;max-height:24rem}.p-picklist-item{cursor:pointer;overflow:hidden;position:relative}.p-picklist-item.p-picklist-flip-enter-active.p-picklist-flip-enter-to,.p-picklist-item.p-picklist-flip-leave-active.p-picklist-flip-leave-to{transition:none}.p-picklist .p-picklist-buttons{padding:0 1.125rem 1.125rem}.p-picklist .p-picklist-buttons .p-button{margin-bottom:.5rem}.p-picklist .p-picklist-list-wrapper{background:#ffffff;border:1px solid #e2e8f0;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-picklist .p-picklist-list-wrapper.p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-picklist .p-picklist-header{color:#334155;padding:1.125rem;font-weight:600}.p-picklist .p-picklist-list{color:#334155;padding:.25rem;outline:0 none}.p-picklist .p-picklist-list:not(:first-child){border-top:1px solid #e2e8f0}.p-picklist .p-picklist-list .p-picklist-item{padding:.5rem .75rem;margin:2px 0;border:0 none;color:#334155;background:transparent;transition:transform .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-picklist .p-picklist-list .p-picklist-item:first-child{margin-top:0}.p-picklist .p-picklist-list .p-picklist-item:last-child{margin-bottom:0}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus{color:#1e293b;background:#f1f5f9}.p-picklist .p-picklist-list .p-picklist-item.p-focus{color:#1e293b;background:#f1f5f9}.p-picklist .p-picklist-list .p-picklist-item.p-highlight{color:#1d4ed8;background:#EFF6FF}.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus{background:rgba(59,130,246,.24)}.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n){background:#f8fafc}.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n):hover{background:#f1f5f9}.p-timeline{display:flex;flex-grow:1;flex-direction:column}.p-timeline-left .p-timeline-event-opposite{text-align:right}.p-timeline-left .p-timeline-event-content{text-align:left}.p-timeline-right .p-timeline-event{flex-direction:row-reverse}.p-timeline-right .p-timeline-event-opposite{text-align:left}.p-timeline-right .p-timeline-event-content{text-align:right}.p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(2n){flex-direction:row-reverse}.p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(odd) .p-timeline-event-opposite{text-align:right}.p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(odd) .p-timeline-event-content{text-align:left}.p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(2n) .p-timeline-event-opposite{text-align:left}.p-timeline-vertical.p-timeline-alternate .p-timeline-event:nth-child(2n) .p-timeline-event-content{text-align:right}.p-timeline-event{display:flex;position:relative;min-height:70px}.p-timeline-event:last-child{min-height:0}.p-timeline-event-opposite,.p-timeline-event-content{flex:1;padding:0 1rem}.p-timeline-event-separator{flex:0;display:flex;align-items:center;flex-direction:column}.p-timeline-event-marker{display:flex;align-self:baseline}.p-timeline-event-connector{flex-grow:1}.p-timeline-horizontal{flex-direction:row}.p-timeline-horizontal .p-timeline-event{flex-direction:column;flex:1}.p-timeline-horizontal .p-timeline-event:last-child{flex:0}.p-timeline-horizontal .p-timeline-event-separator{flex-direction:row}.p-timeline-horizontal .p-timeline-event-connector{width:100%}.p-timeline-bottom .p-timeline-event{flex-direction:column-reverse}.p-timeline-horizontal.p-timeline-alternate .p-timeline-event:nth-child(2n){flex-direction:column-reverse}.p-timeline .p-timeline-event-marker{border:2px solid #e2e8f0;border-radius:50%;width:1.125rem;height:1.125rem;background-color:#fff}.p-timeline .p-timeline-event-connector{background-color:#e2e8f0}.p-timeline.p-timeline-vertical .p-timeline-event-opposite,.p-timeline.p-timeline-vertical .p-timeline-event-content{padding:0 1rem}.p-timeline.p-timeline-vertical .p-timeline-event-connector{width:2px}.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,.p-timeline.p-timeline-horizontal .p-timeline-event-content{padding:1rem 0}.p-timeline.p-timeline-horizontal .p-timeline-event-connector{height:2px}.p-tree-container{margin:0;padding:0;list-style-type:none;overflow:auto}.p-treenode-children{margin:0;padding:0;list-style-type:none}.p-tree-wrapper{overflow:auto}.p-treenode-selectable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-tree-toggler{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.p-treenode-leaf>.p-treenode-content .p-tree-toggler{visibility:hidden}.p-treenode-content{display:flex;align-items:center}.p-tree-filter{width:100%}.p-tree-filter-container{position:relative;display:block;width:100%}.p-tree-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-tree-loading{position:relative;min-height:4rem}.p-tree .p-tree-loading-overlay{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center}.p-tree-flex-scrollable{display:flex;flex:1;height:100%;flex-direction:column}.p-tree-flex-scrollable .p-tree-wrapper{flex:1}.p-tree{border:1px solid #e2e8f0;background:#ffffff;color:#334155;padding:0 1.125rem 1.125rem;border-radius:6px}.p-tree .p-tree-container .p-treenode{padding:0;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:0 none}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;padding:.25rem .5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#475569}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon{color:#334155}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#1d4ed8}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#94a3b8}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable{position:relative}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-treetable-responsive-scroll>.p-treetable-wrapper{overflow-x:auto}.p-treetable-responsive-scroll>.p-treetable-wrapper>table,.p-treetable-auto-layout>.p-treetable-wrapper>table{table-layout:auto}.p-treetable-hoverable-rows .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;position:relative}.p-treetable-toggler+.p-checkbox{vertical-align:middle}.p-treetable-toggler+.p-checkbox+span{vertical-align:middle}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-thead>tr>th,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-tbody>tr>td{overflow:hidden}.p-treetable-resizable .p-resizable-column:not(.p-frozen-column){background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable-scrollable .p-treetable-wrapper{position:relative;overflow:auto}.p-treetable-scrollable .p-treetable-table,.p-treetable-scrollable .p-treetable-thead,.p-treetable-scrollable .p-treetable-tbody,.p-treetable-scrollable .p-treetable-tfoot{display:block}.p-treetable-scrollable .p-treetable-thead>tr,.p-treetable-scrollable .p-treetable-tbody>tr,.p-treetable-scrollable .p-treetable-tfoot>tr{display:flex;flex-wrap:nowrap;width:100%}.p-treetable-scrollable .p-treetable-thead>tr>th,.p-treetable-scrollable .p-treetable-tbody>tr>td,.p-treetable-scrollable .p-treetable-tfoot>tr>td{display:flex;flex:1 1 0;align-items:center}.p-treetable-scrollable .p-treetable-thead{position:sticky;top:0;z-index:1}.p-treetable-scrollable .p-treetable-tfoot{position:sticky;bottom:0;z-index:1}.p-treetable-scrollable .p-frozen-column{position:sticky;background:inherit}.p-treetable-scrollable th.p-frozen-column{z-index:1}.p-treetable-scrollable-both .p-treetable-thead>tr>th,.p-treetable-scrollable-both .p-treetable-tbody>tr>td,.p-treetable-scrollable-both .p-treetable-tfoot>tr>td,.p-treetable-scrollable-horizontal .p-treetable-thead>tr>th .p-treetable-scrollable-horizontal .p-treetable-tbody>tr>td,.p-treetable-scrollable-horizontal .p-treetable-tfoot>tr>td{flex:0 0 auto}.p-treetable-flex-scrollable{display:flex;flex-direction:column;height:100%}.p-treetable-flex-scrollable .p-treetable-wrapper{display:flex;flex-direction:column;flex:1;height:100%}.p-treetable .p-paginator-top,.p-treetable .p-paginator-bottom{border-width:0 0 1px 0;border-radius:0}.p-treetable .p-treetable-header,.p-treetable .p-treetable-footer{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:.75rem 1rem;font-weight:600}.p-treetable .p-treetable-thead>tr>th{text-align:left;padding:.75rem 1rem;border:1px solid #e2e8f0;border-width:0 0 1px 0;font-weight:600;color:#334155;background:#ffffff;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:.75rem 1rem;border:1px solid #e2e8f0;border-width:0 0 1px 0;font-weight:600;color:#334155;background:#ffffff}.p-treetable .p-sortable-column{outline-color:var(--p-focus-ring-color)}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#64748b;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1rem;min-width:1rem;line-height:1rem;color:#1d4ed8;background:#EFF6FF;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#475569}.p-treetable .p-sortable-column.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#1d4ed8}.p-treetable .p-treetable-tbody>tr{background:#ffffff;color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:1px solid #e2e8f0;border-width:0 0 1px 0;padding:.75rem 1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent;margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox.p-indeterminate .p-checkbox-icon{color:#334155}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid var(--p-focus-ring-color);outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#EFF6FF;color:#1d4ed8}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#1d4ed8}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#1d4ed8}.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover{background:#f1f5f9;color:#1e293b}.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#1e293b}.p-treetable .p-column-resizer-helper{background:#3B82F6}.p-treetable .p-treetable-scrollable-header,.p-treetable .p-treetable-scrollable-footer{background:#ffffff}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td{border-width:1px}.p-treetable.p-treetable-sm .p-treetable-header{padding:.65625rem .875rem}.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.375rem .5rem}.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td{padding:.375rem .5rem}.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td{padding:.375rem .5rem}.p-treetable.p-treetable-sm .p-treetable-footer{padding:.375rem .5rem}.p-treetable.p-treetable-lg .p-treetable-header{padding:.9375rem 1.25rem}.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:.9375rem 1.25rem}.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td{padding:.9375rem 1.25rem}.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td{padding:.9375rem 1.25rem}.p-treetable.p-treetable-lg .p-treetable-footer{padding:.9375rem 1.25rem}.p-accordion-header-action{cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;text-decoration:none}.p-accordion-header-action:focus{z-index:1}.p-accordion-header-text{line-height:1}.p-accordion .p-accordion-header .p-accordion-header-link{padding:1.125rem;border:0 none;color:#64748b;background:#ffffff;font-weight:600;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{margin-right:.5rem}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:-2px;box-shadow:inset none}.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link{background:#ffffff;border-color:#e2e8f0;color:#334155}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#ffffff;border-color:#e2e8f0;color:#334155;border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-color:#e2e8f0;background:#ffffff;color:#334155}.p-accordion .p-accordion-content{padding:0 1.125rem 1.125rem;border:0 none;background:#ffffff;color:#334155;border-top:0;border-radius:0 0 6px 6px}.p-accordion .p-accordion-tab{margin-bottom:0}.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link{border-radius:0}.p-accordion .p-accordion-tab .p-accordion-content{border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link{border-top:0 none}.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-top:0 none}.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link{border-top-right-radius:6px;border-top-left-radius:6px}.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-accordion .p-accordion-tab:last-child .p-accordion-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-card{background:#ffffff;color:#334155;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-radius:6px}.p-card .p-card-body{padding:1.5rem}.p-card .p-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#64748b}.p-card .p-card-content,.p-card .p-card-footer{padding:0}.p-fieldset-legend>a,.p-fieldset-legend>span{display:flex;align-items:center;justify-content:center}.p-fieldset-toggleable .p-fieldset-legend a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;position:relative;text-decoration:none}.p-fieldset-legend-text{line-height:1}.p-fieldset{border:1px solid #e2e8f0;background:#ffffff;color:#334155;border-radius:6px}.p-fieldset .p-fieldset-legend{padding:1.125rem;border:1px solid #e2e8f0;color:#334155;background:#ffffff;font-weight:600;border-radius:6px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1.125rem;color:#334155;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover{color:#1e293b}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#ffffff;border-color:#fff;color:#1e293b}.p-fieldset .p-fieldset-content{padding:0 1.125rem 1.125rem}.p-divider-horizontal{display:flex;width:100%;position:relative;align-items:center}.p-divider-horizontal:before{position:absolute;display:block;top:50%;left:0;width:100%;content:""}.p-divider-content{z-index:1}.p-divider-vertical{min-height:100%;margin:0 1rem;display:flex;position:relative;justify-content:center}.p-divider-vertical:before{position:absolute;display:block;top:0;left:50%;height:100%;content:""}.p-divider.p-divider-solid.p-divider-horizontal:before{border-top-style:solid}.p-divider.p-divider-solid.p-divider-vertical:before{border-left-style:solid}.p-divider.p-divider-dashed.p-divider-horizontal:before{border-top-style:dashed}.p-divider.p-divider-dashed.p-divider-vertical:before{border-left-style:dashed}.p-divider.p-divider-dotted.p-divider-horizontal:before{border-top-style:dotted}.p-divider.p-divider-dotted.p-divider-vertical:before{border-left-style:dotted}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1rem 0;padding:0 1rem}.p-divider.p-divider-horizontal:before{border-top:1px solid #e2e8f0}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1rem;padding:1rem 0}.p-divider.p-divider-vertical:before{border-left:1px solid #e2e8f0}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-panel-header{display:flex;justify-content:space-between;align-items:center}.p-panel-title{line-height:1}.p-panel-header-icon{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;overflow:hidden;position:relative}.p-panel .p-panel-header{border:1px solid #e2e8f0;padding:1.125rem;background:#ffffff;color:#334155;border-top-right-radius:6px;border-top-left-radius:6px}.p-panel .p-panel-header .p-panel-title{font-weight:600}.p-panel .p-panel-header .p-panel-header-icon{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-panel.p-panel-toggleable .p-panel-header{padding:.75rem 1.125rem}.p-panel .p-panel-content{padding:0 1.125rem 1.125rem;border:1px solid #e2e8f0;background:#ffffff;color:#334155;border-top:0 none}.p-panel .p-panel-content:last-child{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-panel .p-panel-footer{padding:0 1.125rem 1.125rem;border:1px solid #e2e8f0;background:#ffffff;color:#334155;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:0 none}.p-scrollpanel-wrapper{overflow:hidden;width:100%;height:100%;position:relative;z-index:1;float:left}.p-scrollpanel-content{height:calc(100% + 18px);width:calc(100% + 18px);padding:0 18px 18px 0;position:relative;overflow:auto;box-sizing:border-box;scrollbar-width:none}.p-scrollpanel-content::-webkit-scrollbar{display:none}.p-scrollpanel-bar{position:relative;background:#c1c1c1;border-radius:3px;z-index:2;cursor:pointer;opacity:0;transition:opacity .25s linear}.p-scrollpanel-bar-y{width:9px;top:0}.p-scrollpanel-bar-x{height:9px;bottom:0}.p-scrollpanel-hidden{visibility:hidden}.p-scrollpanel:hover .p-scrollpanel-bar,.p-scrollpanel:active .p-scrollpanel-bar{opacity:1}.p-scrollpanel-grabbed{-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-scrollpanel .p-scrollpanel-bar{background:#f1f5f9;border:0 none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-scrollpanel .p-scrollpanel-bar:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-splitter{display:flex;flex-wrap:nowrap}.p-splitter-vertical{flex-direction:column}.p-splitter-gutter{flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:col-resize}.p-splitter-horizontal.p-splitter-resizing{cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-splitter-horizontal>.p-splitter-gutter>.p-splitter-gutter-handle{height:24px;width:100%}.p-splitter-horizontal>.p-splitter-gutter{cursor:col-resize}.p-splitter-vertical.p-splitter-resizing{cursor:row-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-splitter-vertical>.p-splitter-gutter{cursor:row-resize}.p-splitter-vertical>.p-splitter-gutter>.p-splitter-gutter-handle{width:24px;height:100%}.p-splitter-panel{flex-grow:1;overflow:hidden}.p-splitter-panel-nested{display:flex}.p-splitter-panel .p-splitter{flex-grow:1;border:0 none}.p-splitter{border:1px solid #e2e8f0;background:#ffffff;border-radius:6px;color:#334155}.p-splitter .p-splitter-gutter{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;background:#e2e8f0}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle{background:#e2e8f0;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-splitter .p-splitter-gutter-resizing{background:#e2e8f0}.p-stepper .p-stepper-nav{position:relative;display:flex;justify-content:space-between;align-items:center;margin:0;padding:0;list-style-type:none;overflow-x:auto}.p-stepper-vertical .p-stepper-nav{flex-direction:column}.p-stepper-header{position:relative;display:flex;flex:1 1 auto;align-items:center}.p-stepper-header:last-of-type{flex:initial}.p-stepper-header .p-stepper-action{border:0 none;display:inline-flex;align-items:center;text-decoration:none;cursor:pointer}.p-stepper-header .p-stepper-action:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-stepper.p-stepper-readonly .p-stepper-header{cursor:auto}.p-stepper-header.p-highlight .p-stepper-action{cursor:default}.p-stepper-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.p-stepper-number{position:relative;display:flex;align-items:center;justify-content:center}.p-stepper-separator{flex:1 1 0}.p-stepper .p-stepper-nav{display:flex;justify-content:space-between;margin:0;padding:0;list-style-type:none}.p-stepper .p-stepper-header{padding:.5rem}.p-stepper .p-stepper-header .p-stepper-action{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;background:#ffffff;outline-color:transparent}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number{color:#64748b;border:1px solid #e2e8f0;border-width:2px;background:#ffffff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title{margin-left:.5rem;color:#334155;font-weight:500;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#EFF6FF;color:#1d4ed8}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#334155}.p-stepper .p-stepper-header:not(.p-disabled):focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator{background-color:#3b82f6}.p-stepper .p-stepper-panels{background:#ffffff;padding:.875rem 1.125rem 1.125rem;color:#334155}.p-stepper .p-stepper-separator{background-color:#e2e8f0;width:100%;height:2px;margin-inline-start:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-stepper.p-stepper-vertical{display:flex;flex-direction:column}.p-stepper.p-stepper-vertical .p-stepper-toggleable-content{display:flex;flex:1 1 auto;background:#ffffff;color:#334155}.p-stepper.p-stepper-vertical .p-stepper-panel{display:flex;flex-direction:column;flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active{flex:1 1 auto}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header{flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content{width:100%;padding-left:1rem}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator{flex:0 0 auto;width:2px;height:auto;margin-inline-start:calc(1.75rem + 2px)}.p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator{background-color:#3b82f6}.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content{padding-left:3rem}.p-tabview-nav-container{position:relative}.p-tabview-scrollable .p-tabview-nav-container{overflow:hidden}.p-tabview-nav-content{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:contain auto}.p-tabview-nav{display:flex;margin:0;padding:0;list-style-type:none;flex:1 1 auto}.p-tabview-header-action{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;position:relative;text-decoration:none;overflow:hidden}.p-tabview-ink-bar{display:none;z-index:1}.p-tabview-header-action:focus{z-index:1}.p-tabview-title{line-height:1;white-space:nowrap}.p-tabview-nav-btn{position:absolute;top:0;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.p-tabview-nav-prev{left:0}.p-tabview-nav-next{right:0}.p-tabview-nav-content::-webkit-scrollbar{display:none}.p-tabview .p-tabview-nav{background:#ffffff;border:1px solid #e2e8f0;border-width:0 0 1px 0}.p-tabview .p-tabview-nav li{margin-right:0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{border:solid #e2e8f0;border-width:0 0 1px 0;border-color:transparent transparent #e2e8f0 transparent;background:#ffffff;color:#64748b;padding:1rem 1.125rem;font-weight:600;border-top-right-radius:6px;border-top-left-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;margin:0 0 -1px;outline-color:transparent}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:-2px;box-shadow:inset none}.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link{background:#ffffff;border-color:#e2e8f0;color:#334155}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#ffffff;border-color:#e2e8f0;color:#3b82f6}.p-tabview .p-tabview-nav-btn.p-link{background:#ffffff;color:#3b82f6;width:2.5rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:0;outline-color:transparent}.p-tabview .p-tabview-nav-btn.p-link:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:-2px;box-shadow:inset none}.p-tabview .p-tabview-panels{background:#ffffff;padding:.875rem 1.125rem 1.125rem;border:0 none;color:#334155;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.p-toolbar-group-start,.p-toolbar-group-center,.p-toolbar-group-end,.p-toolbar-group-left,.p-toolbar-group-right{display:flex;align-items:center}.p-toolbar{background:#ffffff;border:1px solid #e2e8f0;padding:1.125rem;border-radius:6px;gap:.5rem}.p-toolbar .p-toolbar-separator{margin:0 .5rem}.p-confirm-popup{position:absolute;margin-top:10px;top:0;left:0}.p-confirm-popup-flipped{margin-top:-10px;margin-bottom:10px}.p-confirm-popup-enter-from{opacity:0;transform:scaleY(.8)}.p-confirm-popup-leave-to{opacity:0}.p-confirm-popup-enter-active{transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-confirm-popup-leave-active{transition:opacity .1s linear}.p-confirm-popup:after,.p-confirm-popup:before{bottom:100%;left:calc(var(--overlayArrowLeft, 0) + 1.25rem);content:" ";height:0;width:0;position:absolute;pointer-events:none}.p-confirm-popup:after{border-width:8px;margin-left:-8px}.p-confirm-popup:before{border-width:10px;margin-left:-10px}.p-confirm-popup-flipped:after,.p-confirm-popup-flipped:before{bottom:auto;top:100%}.p-confirm-popup.p-confirm-popup-flipped:after{border-bottom-color:transparent}.p-confirm-popup.p-confirm-popup-flipped:before{border-bottom-color:transparent}.p-confirm-popup .p-confirm-popup-content{display:flex;align-items:center}.p-confirm-popup{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.p-confirm-popup .p-confirm-popup-content{padding:1rem}.p-confirm-popup .p-confirm-popup-footer{text-align:right;padding:0 1rem 1rem}.p-confirm-popup .p-confirm-popup-footer button{margin:0 .5rem 0 0;width:auto}.p-confirm-popup .p-confirm-popup-footer button:last-child{margin:0}.p-confirm-popup:after{border-style:solid;border-color:#fff0;border-bottom-color:#fff}.p-confirm-popup:before{border-style:solid;border-color:#e2e8f000;border-bottom-color:#d3dce8}.p-confirm-popup.p-confirm-popup-flipped:after{border-top-color:#fff}.p-confirm-popup.p-confirm-popup-flipped:before{border-top-color:#e2e8f0}.p-confirm-popup .p-confirm-popup-icon{font-size:1.5rem}.p-confirm-popup .p-confirm-popup-icon.p-icon{width:1.5rem;height:1.5rem}.p-confirm-popup .p-confirm-popup-message{margin-left:1rem}.p-dialog-mask.p-component-overlay{pointer-events:auto}.p-dialog{max-height:90%;transform:scale(1)}.p-dialog-content{overflow-y:auto}.p-dialog-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.p-dialog-footer{flex-shrink:0}.p-dialog .p-dialog-header-icons{display:flex;align-items:center}.p-dialog .p-dialog-header-icon{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-fluid .p-dialog-footer .p-button{width:auto}.p-dialog-enter-active{transition:all .15s cubic-bezier(0,0,.2,1)}.p-dialog-leave-active{transition:all .15s cubic-bezier(.4,0,.2,1)}.p-dialog-enter-from,.p-dialog-leave-to{opacity:0;transform:scale(.7)}.p-dialog-top .p-dialog,.p-dialog-bottom .p-dialog,.p-dialog-left .p-dialog,.p-dialog-right .p-dialog,.p-dialog-topleft .p-dialog,.p-dialog-topright .p-dialog,.p-dialog-bottomleft .p-dialog,.p-dialog-bottomright .p-dialog{margin:.75rem;transform:translateZ(0)}.p-dialog-top .p-dialog-enter-active,.p-dialog-top .p-dialog-leave-active,.p-dialog-bottom .p-dialog-enter-active,.p-dialog-bottom .p-dialog-leave-active,.p-dialog-left .p-dialog-enter-active,.p-dialog-left .p-dialog-leave-active,.p-dialog-right .p-dialog-enter-active,.p-dialog-right .p-dialog-leave-active,.p-dialog-topleft .p-dialog-enter-active,.p-dialog-topleft .p-dialog-leave-active,.p-dialog-topright .p-dialog-enter-active,.p-dialog-topright .p-dialog-leave-active,.p-dialog-bottomleft .p-dialog-enter-active,.p-dialog-bottomleft .p-dialog-leave-active,.p-dialog-bottomright .p-dialog-enter-active,.p-dialog-bottomright .p-dialog-leave-active{transition:all .3s ease-out}.p-dialog-top .p-dialog-enter-from,.p-dialog-top .p-dialog-leave-to{transform:translate3d(0,-100%,0)}.p-dialog-bottom .p-dialog-enter-from,.p-dialog-bottom .p-dialog-leave-to{transform:translate3d(0,100%,0)}.p-dialog-left .p-dialog-enter-from,.p-dialog-left .p-dialog-leave-to,.p-dialog-topleft .p-dialog-enter-from,.p-dialog-topleft .p-dialog-leave-to,.p-dialog-bottomleft .p-dialog-enter-from,.p-dialog-bottomleft .p-dialog-leave-to{transform:translate3d(-100%,0,0)}.p-dialog-right .p-dialog-enter-from,.p-dialog-right .p-dialog-leave-to,.p-dialog-topright .p-dialog-enter-from,.p-dialog-topright .p-dialog-leave-to,.p-dialog-bottomright .p-dialog-enter-from,.p-dialog-bottomright .p-dialog-leave-to{transform:translate3d(100%,0,0)}.p-dialog-maximized{width:100vw!important;height:100vh!important;top:0!important;left:0!important;max-height:100%;height:100%}.p-dialog-maximized .p-dialog-content{flex-grow:1}.p-confirm-dialog .p-dialog-content{display:flex;align-items:center}.p-dialog{border-radius:6px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e2e8f0}.p-dialog .p-dialog-header{border-bottom:0 none;background:#ffffff;color:#334155;padding:1.5rem;border-top-right-radius:6px;border-top-left-radius:6px}.p-dialog .p-dialog-header .p-dialog-title{font-weight:600;font-size:1.25rem}.p-dialog .p-dialog-header .p-dialog-header-icon{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent;margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-dialog .p-dialog-header .p-dialog-header-icon:last-child{margin-right:0}.p-dialog .p-dialog-content{background:#ffffff;color:#334155;padding:0 1.5rem 1.5rem}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog .p-dialog-footer{border-top:0 none;background:#ffffff;color:#334155;padding:0 1.5rem 1.5rem;display:flex;justify-content:flex-end;gap:.5rem;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-message:not(:first-child){margin-left:1rem}.p-overlaypanel{margin-top:10px}.p-overlaypanel-flipped{margin-top:-10px;margin-bottom:10px}.p-overlaypanel-close{display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-overlaypanel-enter-from{opacity:0;transform:scaleY(.8)}.p-overlaypanel-leave-to{opacity:0}.p-overlaypanel-enter-active{transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}.p-overlaypanel-leave-active{transition:opacity .1s linear}.p-overlaypanel:after,.p-overlaypanel:before{bottom:100%;left:calc(var(--overlayArrowLeft, 0) + 1.25rem);content:" ";height:0;width:0;position:absolute;pointer-events:none}.p-overlaypanel:after{border-width:8px;margin-left:-8px}.p-overlaypanel:before{border-width:10px;margin-left:-10px}.p-overlaypanel-flipped:after,.p-overlaypanel-flipped:before{bottom:auto;top:100%}.p-overlaypanel.p-overlaypanel-flipped:after{border-bottom-color:transparent}.p-overlaypanel.p-overlaypanel-flipped:before{border-bottom-color:transparent}.p-overlaypanel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.p-overlaypanel .p-overlaypanel-content{padding:0 1.125rem 1.125rem}.p-overlaypanel .p-overlaypanel-close{background:#3B82F6;color:#fff;width:1.75rem;height:1.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:50%;position:absolute;top:-.875rem;right:-.875rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{background:#2563eb;color:#fff}.p-overlaypanel:after{border-style:solid;border-color:#fff0;border-bottom-color:#fff}.p-overlaypanel:before{border-style:solid;border-color:#e2e8f000;border-bottom-color:#d3dce8}.p-overlaypanel.p-overlaypanel-flipped:after{border-top-color:#fff}.p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#e2e8f0}.p-sidebar-mask{display:none;pointer-events:none;background-color:transparent;transition-property:background-color}.p-sidebar-mask.p-component-overlay{pointer-events:auto}.p-sidebar-visible{display:flex}.p-sidebar{display:flex;flex-direction:column;pointer-events:auto;transform:translateZ(0);position:relative;transition:transform .3s}.p-sidebar-content{overflow-y:auto;flex-grow:1}.p-sidebar-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.p-sidebar-icon{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-sidebar-full .p-sidebar{transition:none;transform:none;width:100vw!important;height:100vh!important;max-height:100%;top:0!important;left:0!important}.p-sidebar-left .p-sidebar-enter-from,.p-sidebar-left .p-sidebar-leave-to{transform:translate(-100%)}.p-sidebar-right .p-sidebar-enter-from,.p-sidebar-right .p-sidebar-leave-to{transform:translate(100%)}.p-sidebar-top .p-sidebar-enter-from,.p-sidebar-top .p-sidebar-leave-to{transform:translateY(-100%)}.p-sidebar-bottom .p-sidebar-enter-from,.p-sidebar-bottom .p-sidebar-leave-to{transform:translateY(100%)}.p-sidebar-full .p-sidebar-enter-from,.p-sidebar-full .p-sidebar-leave-to{opacity:0}.p-sidebar-full .p-sidebar-enter-active,.p-sidebar-full .p-sidebar-leave-active{transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.p-sidebar-left .p-sidebar,.p-sidebar-right .p-sidebar{width:20rem;height:100%}.p-sidebar-top .p-sidebar,.p-sidebar-bottom .p-sidebar{height:10rem;width:100%}.p-sidebar-left .p-sidebar-sm,.p-sidebar-right .p-sidebar-sm{width:20rem}.p-sidebar-left .p-sidebar-md,.p-sidebar-right .p-sidebar-md{width:40rem}.p-sidebar-left .p-sidebar-lg,.p-sidebar-right .p-sidebar-lg{width:60rem}.p-sidebar-top .p-sidebar-sm,.p-sidebar-bottom .p-sidebar-sm{height:10rem}.p-sidebar-top .p-sidebar-md,.p-sidebar-bottom .p-sidebar-md{height:20rem}.p-sidebar-top .p-sidebar-lg,.p-sidebar-bottom .p-sidebar-lg{height:30rem}.p-sidebar-left .p-sidebar-content,.p-sidebar-right .p-sidebar-content,.p-sidebar-top .p-sidebar-content,.p-sidebar-bottom .p-sidebar-content{width:100%;height:100%}@media screen and (max-width: 64em){.p-sidebar-left .p-sidebar-lg,.p-sidebar-left .p-sidebar-md,.p-sidebar-right .p-sidebar-lg,.p-sidebar-right .p-sidebar-md{width:20rem}}.p-sidebar{background:#ffffff;color:#334155;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.p-sidebar .p-sidebar-header{padding:1.125rem}.p-sidebar .p-sidebar-header .p-sidebar-header-content{font-weight:600;font-size:1.25rem}.p-sidebar .p-sidebar-header .p-sidebar-close,.p-sidebar .p-sidebar-header .p-sidebar-icon{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-sidebar .p-sidebar-header+.p-sidebar-content{padding-top:0}.p-sidebar .p-sidebar-content{padding:0 1.125rem 1.125rem}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;scale:2}.p-tooltip-right .p-tooltip-arrow{margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{margin-left:-.25rem;border-width:0 .25em .25rem}.p-tooltip .p-tooltip-text{background:#334155;color:#fff;padding:.5rem .75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px}.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#334155}.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#334155}.p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#334155}.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#334155}.p-fileupload-content{position:relative}.p-fileupload-content .p-progressbar{width:100%;position:absolute;top:0;left:0}.p-button.p-fileupload-choose{position:relative;overflow:hidden}.p-fileupload-buttonbar{display:flex;flex-wrap:wrap}.p-fileupload>input[type=file],.p-fileupload-basic input[type=file]{display:none}.p-fluid .p-fileupload .p-button{width:auto}.p-fileupload-file{display:flex;flex-wrap:wrap;align-items:center}.p-fileupload-file-thumbnail{flex-shrink:0}.p-fileupload-file-actions{margin-left:auto}.p-fileupload .p-fileupload-buttonbar{background:#ffffff;padding:1.125rem;border:1px solid #e2e8f0;color:#334155;border-bottom:0 none;border-top-right-radius:6px;border-top-left-radius:6px;gap:.5rem}.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-fileupload .p-fileupload-content{background:#ffffff;padding:0 1.125rem 1.125rem;border:1px solid #e2e8f0;color:#334155;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-fileupload .p-fileupload-content.p-fileupload-highlight{border:1px dashed #3B82F6;background-color:#eff6ff}.p-fileupload .p-fileupload-file{padding:1rem;border:1px solid #e2e8f0;border-radius:6px;gap:.5rem;margin-bottom:.5rem}.p-fileupload .p-fileupload-file:last-child{margin-bottom:0}.p-fileupload .p-fileupload-file-name{margin-bottom:.5rem}.p-fileupload .p-fileupload-file-size{margin-right:.5rem}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload .p-fileupload-row>div{padding:.75rem 1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-fileupload-choose:not(.p-disabled):hover{background:#2563eb;color:#fff;border-color:#2563eb}.p-fileupload-choose:not(.p-disabled):active{background:#1D4ED8;color:#fff;border-color:#1d4ed8}.p-breadcrumb{overflow-x:auto}.p-breadcrumb .p-breadcrumb-list{margin:0;padding:0;list-style-type:none;display:flex;align-items:center;flex-wrap:nowrap}.p-breadcrumb .p-menuitem-text{line-height:1}.p-breadcrumb .p-menuitem-link{text-decoration:none;display:flex;align-items:center}.p-breadcrumb .p-menuitem-separator{display:flex;align-items:center}.p-breadcrumb::-webkit-scrollbar{display:none}.p-breadcrumb{background:#ffffff;border:0 none;border-radius:6px;padding:1rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;outline-color:transparent}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text{color:#334155}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon{color:#94a3b8}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{margin:0 .5rem;color:#94a3b8}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text{color:#334155}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon{color:#94a3b8}.p-contextmenu ul{margin:0;padding:0;list-style:none}.p-contextmenu .p-submenu-list{position:absolute;min-width:100%;z-index:1}.p-contextmenu .p-menuitem-link{cursor:pointer;display:flex;align-items:center;text-decoration:none;overflow:hidden;position:relative}.p-contextmenu .p-menuitem-text{line-height:1}.p-contextmenu .p-menuitem{position:relative}.p-contextmenu .p-menuitem-link .p-submenu-icon{margin-left:auto}.p-contextmenu-enter-from,.p-contextmenu-leave-active{opacity:0}.p-contextmenu-enter-active{transition:opacity .25s}.p-contextmenu{padding:.25rem;background:#ffffff;color:#334155;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px;min-width:12.5rem}.p-contextmenu .p-contextmenu-root-list{outline:0 none}.p-contextmenu .p-submenu-list{padding:.25rem;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px}.p-contextmenu .p-menuitem{margin:2px 0}.p-contextmenu .p-menuitem:first-child{margin-top:0}.p-contextmenu .p-menuitem:last-child{margin-bottom:0}.p-contextmenu .p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#334155;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#EFF6FF}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(59,130,246,.24)}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#334155;background:#f1f5f9}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#334155}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-contextmenu .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-contextmenu .p-submenu-icon{font-size:.875rem}.p-contextmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-dock{position:absolute;z-index:1;display:flex;justify-content:center;align-items:center;pointer-events:none}.p-dock-list-container{display:flex;pointer-events:auto}.p-dock-list{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center}.p-dock-item{transition:all .2s cubic-bezier(.4,0,.2,1);will-change:transform}.p-dock-link{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:default}.p-dock-item-second-prev,.p-dock-item-second-next{transform:scale(1.2)}.p-dock-item-prev,.p-dock-item-next{transform:scale(1.4)}.p-dock-item-current{transform:scale(1.6);z-index:1}.p-dock-top{left:0;top:0;width:100%}.p-dock-top .p-dock-item{transform-origin:center top}.p-dock-bottom{left:0;bottom:0;width:100%}.p-dock-bottom .p-dock-item{transform-origin:center bottom}.p-dock-right{right:0;top:0;height:100%}.p-dock-right .p-dock-item{transform-origin:center right}.p-dock-right .p-dock-list{flex-direction:column}.p-dock-left{left:0;top:0;height:100%}.p-dock-left .p-dock-item{transform-origin:center left}.p-dock-left .p-dock-list{flex-direction:column}.p-dock .p-dock-list-container{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);padding:.5rem;border-radius:.5rem}.p-dock .p-dock-list-container .p-dock-list{outline:0 none}.p-dock .p-dock-item{padding:.5rem;border-radius:6px}.p-dock .p-dock-item.p-focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:0 none}.p-dock .p-dock-link{width:3rem;height:3rem}.p-dock.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-bottom .p-dock-item-second-next{margin:0 .9rem}.p-dock.p-dock-top .p-dock-item-prev,.p-dock.p-dock-top .p-dock-item-next,.p-dock.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-bottom .p-dock-item-next{margin:0 1.3rem}.p-dock.p-dock-top .p-dock-item-current,.p-dock.p-dock-bottom .p-dock-item-current{margin:0 1.5rem}.p-dock.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-right .p-dock-item-second-next{margin:.9rem 0}.p-dock.p-dock-left .p-dock-item-prev,.p-dock.p-dock-left .p-dock-item-next,.p-dock.p-dock-right .p-dock-item-prev,.p-dock.p-dock-right .p-dock-item-next{margin:1.3rem 0}.p-dock.p-dock-left .p-dock-item-current,.p-dock.p-dock-right .p-dock-item-current{margin:1.5rem 0}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container{overflow-x:auto;width:100%}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list{margin:0 auto}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container{overflow-y:auto;height:100%}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list{margin:auto 0}.p-dock.p-dock-mobile .p-dock-list .p-dock-item{transform:none;margin:0}.p-megamenu{display:flex;position:relative}.p-megamenu-root-list{margin:0;padding:0;list-style:none}.p-megamenu .p-menuitem-link{cursor:pointer;display:flex;align-items:center;text-decoration:none;overflow:hidden;position:relative}.p-megamenu .p-menuitem-text{line-height:1}.p-megamenu-panel{display:none;width:auto;z-index:1;left:0;min-width:100%}.p-megamenu-panel:not(.p-megamenu-mobile){position:absolute}.p-megamenu-root-list>.p-menuitem-active>.p-megamenu-panel{display:block}.p-megamenu-submenu{margin:0;padding:0;list-style:none}.p-megamenu-button{display:none;cursor:pointer;align-items:center;justify-content:center;text-decoration:none}.p-megamenu-horizontal{align-items:center}.p-megamenu-horizontal .p-megamenu-root-list{display:flex;align-items:center;flex-wrap:wrap}.p-megamenu-horizontal .p-megamenu-end{margin-left:auto;align-self:center}.p-megamenu-vertical{flex-direction:column}.p-megamenu-vertical:not(.p-megamenu-mobile){display:inline-flex}.p-megamenu-vertical .p-megamenu-root-list{flex-direction:column}.p-megamenu-vertical:not(.p-megamenu-mobile) .p-megamenu-root-list>.p-menuitem-active>.p-megamenu-panel{left:100%;top:0}.p-megamenu-vertical .p-megamenu-root-list>.p-menuitem>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{margin-left:auto}.p-megamenu-grid{display:flex}.p-megamenu-col-2,.p-megamenu-col-3,.p-megamenu-col-4,.p-megamenu-col-6,.p-megamenu-col-12{flex:0 0 auto;padding:.5rem}.p-megamenu-col-2{width:16.6667%}.p-megamenu-col-3{width:25%}.p-megamenu-col-4{width:33.3333%}.p-megamenu-col-6{width:50%}.p-megamenu-col-12{width:100%}.p-megamenu.p-megamenu-mobile .p-megamenu-button{display:flex}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list{position:absolute;display:none;width:100%}.p-megamenu.p-megamenu-mobile .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-menuitem{width:100%;position:static}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}.p-megamenu.p-megamenu-mobile .p-megamenu-grid{flex-wrap:wrap;overflow:auto;max-height:90%}.p-megamenu{padding:.5rem;background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px}.p-megamenu .p-megamenu-root-list{outline:0 none}.p-megamenu .p-menuitem{margin:2px 0}.p-megamenu .p-menuitem:first-child{margin-top:0}.p-megamenu .p-menuitem:last-child{margin-bottom:0}.p-megamenu .p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#334155;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#EFF6FF}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(59,130,246,.24)}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#334155;background:#f1f5f9}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#334155}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-megamenu .p-megamenu-panel{background:#ffffff;color:#334155;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px}.p-megamenu .p-submenu-header{margin:0;padding:.5rem .75rem;color:#94a3b8;background:#ffffff;font-weight:600;border-top-right-radius:6px;border-top-left-radius:6px}.p-megamenu .p-submenu-list{padding:.25rem;min-width:12.5rem}.p-megamenu .p-submenu-list .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-megamenu.p-megamenu-vertical{min-width:12.5rem;padding:.25rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8;margin-left:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-megamenu.p-megamenu-mobile.p-megamenu-vertical{width:100%;padding:.5rem}.p-megamenu.p-megamenu-mobile .p-megamenu-button{width:1.75rem;height:1.75rem;color:#94a3b8;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-megamenu.p-megamenu-mobile .p-megamenu-button:hover{color:#334155;background:#f1f5f9}.p-megamenu.p-megamenu-mobile .p-megamenu-button:focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list{padding:.25rem;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-submenu-icon{font-size:.875rem}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .2s}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-megamenu.p-megamenu-mobile .p-megamenu-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:1.5rem}.p-menu ul{margin:0;padding:0;list-style:none}.p-menu .p-menuitem-link{cursor:pointer;display:flex;align-items:center;text-decoration:none;overflow:hidden;position:relative}.p-menu .p-menuitem-text{line-height:1}.p-menu{padding:.25rem;background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;min-width:12.5rem}.p-menu .p-menuitem{margin:2px 0}.p-menu .p-menuitem:first-child{margin-top:0}.p-menu .p-menuitem:last-child{margin-bottom:0}.p-menu .p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#334155;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8}.p-menu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#EFF6FF}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(59,130,246,.24)}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#334155;background:#f1f5f9}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#334155}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-menu.p-menu-overlay{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-menu .p-submenu-header{margin:0;padding:.5rem .75rem;color:#94a3b8;background:#ffffff;font-weight:600;border-top-right-radius:0;border-top-left-radius:0}.p-menu .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-menubar{display:flex;align-items:center}.p-menubar ul{margin:0;padding:0;list-style:none}.p-menubar .p-menuitem-link{cursor:pointer;display:flex;align-items:center;text-decoration:none;overflow:hidden;position:relative}.p-menubar .p-menuitem-text{line-height:1}.p-menubar .p-menuitem{position:relative}.p-menubar-root-list{display:flex;align-items:center;flex-wrap:wrap}.p-menubar-root-list>li ul{display:none;z-index:1}.p-menubar-root-list>.p-menuitem-active>.p-submenu-list{display:block}.p-menubar .p-submenu-list{display:none;position:absolute;z-index:1}.p-menubar .p-submenu-list>.p-menuitem-active>.p-submenu-list{display:block;left:100%;top:0}.p-menubar .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto}.p-menubar .p-menubar-end{margin-left:auto;align-self:center}.p-menubar-button{display:none;cursor:pointer;align-items:center;justify-content:center;text-decoration:none}.p-menubar.p-menubar-mobile{position:relative}.p-menubar.p-menubar-mobile .p-menubar-button{display:flex}.p-menubar.p-menubar-mobile .p-menubar-root-list{position:absolute;display:none;width:100%}.p-menubar.p-menubar-mobile .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem{width:100%;position:static}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}.p-menubar{padding:.5rem;background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px}.p-menubar .p-menubar-root-list{outline:0 none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8;margin-left:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-menubar .p-menuitem{margin:2px 0}.p-menubar .p-menuitem:first-child{margin-top:0}.p-menubar .p-menuitem:last-child{margin-bottom:0}.p-menubar .p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#334155;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#EFF6FF}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(59,130,246,.24)}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#334155;background:#f1f5f9}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#334155}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-menubar .p-submenu-list{padding:.25rem;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;min-width:12.5rem;border-radius:6px}.p-menubar .p-submenu-list .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-menubar .p-submenu-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-button{width:1.75rem;height:1.75rem;color:#94a3b8;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-menubar.p-menubar-mobile .p-menubar-button:hover{color:#334155;background:#f1f5f9}.p-menubar.p-menubar-mobile .p-menubar-button:focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-menubar.p-menubar-mobile .p-menubar-root-list{padding:.25rem;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .2s}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .2s;transform:rotate(90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:1.5rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:2.5rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:3.5rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:4.5rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link{padding-left:5.5rem}.p-panelmenu .p-panelmenu-header-action{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;position:relative;text-decoration:none}.p-panelmenu .p-panelmenu-header-action:focus{z-index:1}.p-panelmenu .p-submenu-list{margin:0;padding:0;list-style:none}.p-panelmenu .p-menuitem-link{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.p-panelmenu .p-menuitem-text{line-height:1}.p-panelmenu .p-panelmenu-header{outline:0 none}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border:0 none;color:#64748b;background:#ffffff;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action{color:#64748b;padding:1.125rem;font-weight:600}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:1px solid var(--p-focus-ring-color);outline-offset:-2px;box-shadow:inset none}.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content{background:#ffffff;border-color:#e2e8f0;color:#334155}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content{background:#ffffff;border-color:#e2e8f0;color:#334155;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-color:#e2e8f0;background:#ffffff;color:#334155}.p-panelmenu .p-panelmenu-content{padding:.25rem;border:0 none;background:#ffffff;color:#334155;border-top:0;border-radius:0 0 6px 6px}.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list{outline:0 none}.p-panelmenu .p-panelmenu-content .p-menuitem{margin:2px 0}.p-panelmenu .p-panelmenu-content .p-menuitem:first-child{margin-top:0}.p-panelmenu .p-panelmenu-content .p-menuitem:last-child{margin-bottom:0}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#334155;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#EFF6FF}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(59,130,246,.24)}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#334155;background:#f1f5f9}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list){padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-panel{margin-bottom:0}.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content,.p-panelmenu .p-panelmenu-panel .p-panelmenu-content{border-radius:0}.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content{border-top:0 none}.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-top:0 none}.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content{border-top-right-radius:6px;border-top-left-radius:6px}.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-steps{position:relative}.p-steps .p-steps-list{padding:0;margin:0;list-style-type:none;display:flex}.p-steps-item{position:relative;display:flex;justify-content:center;flex:1 1 auto;overflow:hidden}.p-steps-item .p-menuitem-link{display:inline-flex;flex-direction:column;align-items:center;overflow:hidden;text-decoration:none;cursor:pointer}.p-steps.p-steps-readonly .p-steps-item{cursor:auto}.p-steps-item.p-steps-current .p-menuitem-link{cursor:default}.p-steps-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.p-steps-number{display:flex;align-items:center;justify-content:center}.p-steps-title{display:block}.p-steps .p-steps-item .p-menuitem-link{background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;background:#ffffff;outline-color:transparent}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{color:#64748b;border:1px solid #e2e8f0;background:#ffffff;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;z-index:1;border-radius:50%}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{margin-top:.5rem;color:#334155}.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#EFF6FF;color:#1d4ed8}.p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:500;color:#334155}.p-steps .p-steps-item:before{content:" ";border-top:1px solid #e2e8f0;width:100%;top:50%;left:0;display:block;position:absolute;margin-top:-1rem}.p-tabmenu{overflow-x:auto}.p-tabmenu-nav{display:flex;margin:0;padding:0;list-style-type:none;flex-wrap:nowrap}.p-tabmenu-nav a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;position:relative;text-decoration:none;overflow:hidden}.p-tabmenu-nav a:focus{z-index:1}.p-tabmenu-nav .p-menuitem-text{line-height:1}.p-tabmenu-ink-bar{display:none;z-index:1}.p-tabmenu::-webkit-scrollbar{display:none}.p-tabmenu .p-tabmenu-nav{background:#ffffff;border:1px solid #e2e8f0;border-width:0 0 1px 0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{margin-right:0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{border:solid #e2e8f0;border-width:0 0 1px 0;border-color:transparent transparent #e2e8f0 transparent;background:#ffffff;color:#64748b;padding:1rem 1.125rem;font-weight:600;border-top-right-radius:6px;border-top-left-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;margin:0 0 -1px;outline-color:transparent}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:-2px;box-shadow:inset none}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background:#ffffff;border-color:#e2e8f0;color:#334155}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background:#ffffff;border-color:#e2e8f0;color:#3b82f6}.p-tieredmenu ul{margin:0;padding:0;list-style:none}.p-tieredmenu .p-submenu-list{position:absolute;min-width:100%;z-index:1;display:none}.p-tieredmenu .p-menuitem-link{cursor:pointer;display:flex;align-items:center;text-decoration:none;overflow:hidden;position:relative}.p-tieredmenu .p-menuitem-text{line-height:1}.p-tieredmenu .p-menuitem{position:relative}.p-tieredmenu .p-menuitem-link .p-submenu-icon{margin-left:auto}.p-tieredmenu .p-menuitem-active>.p-submenu-list{display:block;left:100%;top:0}.p-tieredmenu-enter-from,.p-tieredmenu-leave-active{opacity:0}.p-tieredmenu-enter-active{transition:opacity .25s}.p-tieredmenu{padding:.25rem;background:#ffffff;color:#334155;border:1px solid #e2e8f0;border-radius:6px;min-width:12.5rem}.p-tieredmenu.p-tieredmenu-overlay{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-tieredmenu .p-tieredmenu-root-list{outline:0 none}.p-tieredmenu .p-submenu-list{padding:.25rem;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px}.p-tieredmenu .p-menuitem{margin:2px 0}.p-tieredmenu .p-menuitem:first-child{margin-top:0}.p-tieredmenu .p-menuitem:last-child{margin-bottom:0}.p-tieredmenu .p-menuitem>.p-menuitem-content{color:#334155;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:4px}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#334155;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#94a3b8;margin-right:.5rem}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#94a3b8}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#1d4ed8;background:#EFF6FF}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#1d4ed8}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#1d4ed8}.p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:rgba(59,130,246,.24)}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#334155;background:#f1f5f9}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#334155}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#334155}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#334155;background:#f1f5f9}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#334155}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#334155}.p-tieredmenu .p-menuitem-separator{border-top:1px solid #e2e8f0;margin:2px 0}.p-tieredmenu .p-submenu-icon{font-size:.875rem}.p-tieredmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-inline-message{display:inline-flex;align-items:center;justify-content:center;vertical-align:top}.p-inline-message-icon{flex-shrink:0}.p-inline-message-icon-only .p-inline-message-text{visibility:hidden;width:0}.p-fluid .p-inline-message{display:flex}.p-inline-message{padding:.5rem .75rem;margin:0;border-radius:6px}.p-inline-message.p-inline-message-info{background:rgba(239,246,255,.95);border:solid #bfdbfe;border-width:1px;color:#2563eb}.p-inline-message.p-inline-message-info .p-inline-message-icon{color:#2563eb}.p-inline-message.p-inline-message-success{background:rgba(240,253,244,.95);border:solid #bbf7d0;border-width:1px;color:#16a34a}.p-inline-message.p-inline-message-success .p-inline-message-icon{color:#16a34a}.p-inline-message.p-inline-message-warn{background:rgba(254,252,232,.95);border:solid #fde68a;border-width:1px;color:#ca8a04}.p-inline-message.p-inline-message-warn .p-inline-message-icon{color:#ca8a04}.p-inline-message.p-inline-message-error{background:rgba(254,242,242,.95);border:solid #fecaca;border-width:1px;color:#dc2626}.p-inline-message.p-inline-message-error .p-inline-message-icon{color:#dc2626}.p-inline-message.p-inline-message-secondary{background:#f1f5f9;border:solid #e2e8f0;border-width:1px;color:#475569}.p-inline-message.p-inline-message-secondary .p-inline-message-icon{color:#475569}.p-inline-message.p-inline-message-contrast{background:#020617;border:solid #64748b;border-width:1px;color:#f8fafc}.p-inline-message.p-inline-message-contrast .p-inline-message-icon{color:#f8fafc}.p-inline-message .p-inline-message-icon{font-size:1rem;margin-right:.5rem}.p-inline-message .p-inline-message-text{font-size:1rem}.p-inline-message.p-inline-message-icon-only .p-inline-message-icon{margin-right:0}.p-message-wrapper{display:flex;align-items:center}.p-message-icon{flex-shrink:0}.p-message-close{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-message-close.p-link{margin-left:auto;overflow:hidden;position:relative}.p-message-enter-from{opacity:0}.p-message-enter-active{transition:opacity .3s}.p-message.p-message-leave-from{max-height:1000px}.p-message.p-message-leave-to{max-height:0;opacity:0;margin:0}.p-message-leave-active{overflow:hidden;transition:max-height .3s cubic-bezier(0,1,0,1),opacity .3s,margin .15s}.p-message-leave-active .p-message-close{display:none}.p-message{margin:1rem 0;border-radius:6px}.p-message .p-message-wrapper{padding:.5rem .75rem}.p-message .p-message-close{width:1.75rem;height:1.75rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-message .p-message-close:hover{background:rgba(255,255,255,.5)}.p-message .p-message-close:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-message.p-message-info{background:rgba(239,246,255,.95);border:solid #bfdbfe;border-width:1px;color:#2563eb}.p-message.p-message-info .p-message-icon,.p-message.p-message-info .p-message-close{color:#2563eb}.p-message.p-message-success{background:rgba(240,253,244,.95);border:solid #bbf7d0;border-width:1px;color:#16a34a}.p-message.p-message-success .p-message-icon,.p-message.p-message-success .p-message-close{color:#16a34a}.p-message.p-message-warn{background:rgba(254,252,232,.95);border:solid #fde68a;border-width:1px;color:#ca8a04}.p-message.p-message-warn .p-message-icon,.p-message.p-message-warn .p-message-close{color:#ca8a04}.p-message.p-message-error{background:rgba(254,242,242,.95);border:solid #fecaca;border-width:1px;color:#dc2626}.p-message.p-message-error .p-message-icon,.p-message.p-message-error .p-message-close{color:#dc2626}.p-message.p-message-secondary{background:#f1f5f9;border:solid #e2e8f0;border-width:1px;color:#475569}.p-message.p-message-secondary .p-message-icon,.p-message.p-message-secondary .p-message-close{color:#475569}.p-message.p-message-contrast{background:#020617;border:solid #64748b;border-width:1px;color:#f8fafc}.p-message.p-message-contrast .p-message-icon,.p-message.p-message-contrast .p-message-close{color:#f8fafc}.p-message .p-message-text{font-size:1rem;font-weight:500}.p-message .p-message-icon{font-size:1rem;margin-right:.5rem}.p-message .p-icon:not(.p-message-close-icon){width:1rem;height:1rem}.p-toast{width:25rem;white-space:pre-line;word-break:break-word}.p-toast-message-icon{flex-shrink:0}.p-toast-message-content{display:flex;align-items:flex-start}.p-toast-message-text{flex:1 1 auto}.p-toast-top-center,.p-toast-bottom-center{transform:translate(-50%)}.p-toast-center{min-width:20vw;transform:translate(-50%,-50%)}.p-toast-icon-close{display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-toast-icon-close.p-link{cursor:pointer}.p-toast-message-enter-from{opacity:0;transform:translateY(50%)}.p-toast-message-leave-from{max-height:1000px}.p-toast .p-toast-message.p-toast-message-leave-to{max-height:0;opacity:0;margin-bottom:0;overflow:hidden}.p-toast-message-enter-active{transition:transform .3s,opacity .3s}.p-toast-message-leave-active{transition:max-height .45s cubic-bezier(0,1,0,1),opacity .3s,margin-bottom .3s}.p-toast{opacity:1}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 2px 12px #0000001a;border-radius:6px}.p-toast .p-toast-message .p-toast-message-content{padding:.75rem;border-width:1px}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 0 0 .5rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon{font-size:1.125rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon{width:1.125rem;height:1.125rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-summary{font-weight:500}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message .p-toast-icon-close{width:1.125rem;height:1.125rem;border-radius:50%;background:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-toast .p-toast-message .p-toast-icon-close:hover{background:rgba(255,255,255,.5)}.p-toast .p-toast-message .p-toast-icon-close:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-toast .p-toast-message.p-toast-message-info{background:rgba(239,246,255,.95);border:solid #bfdbfe;border-width:1px;color:#2563eb}.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close{color:#2563eb}.p-toast .p-toast-message.p-toast-message-success{background:rgba(240,253,244,.95);border:solid #bbf7d0;border-width:1px;color:#16a34a}.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close{color:#16a34a}.p-toast .p-toast-message.p-toast-message-warn{background:rgba(254,252,232,.95);border:solid #fde68a;border-width:1px;color:#ca8a04}.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close{color:#ca8a04}.p-toast .p-toast-message.p-toast-message-error{background:rgba(254,242,242,.95);border:solid #fecaca;border-width:1px;color:#dc2626}.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{color:#dc2626}.p-toast .p-toast-message.p-toast-message-secondary{background:#f1f5f9;border:solid #e2e8f0;border-width:1px;color:#475569}.p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close{color:#475569}.p-toast .p-toast-message.p-toast-message-contrast{background:#020617;border:solid #64748b;border-width:1px;color:#f8fafc}.p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close{color:#f8fafc}.p-galleria-content{display:flex;flex-direction:column}.p-galleria-item-wrapper{display:flex;flex-direction:column;position:relative}.p-galleria-item-container{position:relative;display:flex;height:100%}.p-galleria-item-nav{position:absolute;top:50%;margin-top:-.5rem;display:inline-flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-item-prev{left:0;border-top-left-radius:0;border-bottom-left-radius:0}.p-galleria-item-next{right:0;border-top-right-radius:0;border-bottom-right-radius:0}.p-galleria-item{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.p-galleria-item-nav-onhover .p-galleria-item-nav{pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav{pointer-events:all;opacity:1}.p-galleria-item-nav-onhover .p-galleria-item-wrapper:hover .p-galleria-item-nav.p-disabled{pointer-events:none}.p-galleria-caption{position:absolute;bottom:0;left:0;width:100%}.p-galleria-thumbnail-wrapper{display:flex;flex-direction:column;overflow:auto;flex-shrink:0}.p-galleria-thumbnail-prev,.p-galleria-thumbnail-next{align-self:center;flex:0 0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.p-galleria-thumbnail-prev span,.p-galleria-thumbnail-next span{display:flex;justify-content:center;align-items:center}.p-galleria-thumbnail-container{display:flex;flex-direction:row}.p-galleria-thumbnail-items-container{overflow:hidden;width:100%}.p-galleria-thumbnail-items{display:flex}.p-galleria-thumbnail-item{overflow:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5}.p-galleria-thumbnail-item:hover{opacity:1;transition:opacity .3s}.p-galleria-thumbnail-item-current{opacity:1}.p-galleria-thumbnails-left .p-galleria-content,.p-galleria-thumbnails-right .p-galleria-content,.p-galleria-thumbnails-left .p-galleria-item-wrapper,.p-galleria-thumbnails-right .p-galleria-item-wrapper{flex-direction:row}.p-galleria-thumbnails-left .p-galleria-item-wrapper,.p-galleria-thumbnails-top .p-galleria-item-wrapper{order:2}.p-galleria-thumbnails-left .p-galleria-thumbnail-wrapper,.p-galleria-thumbnails-top .p-galleria-thumbnail-wrapper{order:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-container,.p-galleria-thumbnails-right .p-galleria-thumbnail-container{flex-direction:column;flex-grow:1}.p-galleria-thumbnails-left .p-galleria-thumbnail-items,.p-galleria-thumbnails-right .p-galleria-thumbnail-items{flex-direction:column;height:100%}.p-galleria-indicators{display:flex;align-items:center;justify-content:center}.p-galleria-indicator>button{display:inline-flex;align-items:center}.p-galleria-indicators-left .p-galleria-item-wrapper,.p-galleria-indicators-right .p-galleria-item-wrapper{flex-direction:row;align-items:center}.p-galleria-indicators-left .p-galleria-item-container,.p-galleria-indicators-top .p-galleria-item-container{order:2}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-top .p-galleria-indicators{order:1}.p-galleria-indicators-left .p-galleria-indicators,.p-galleria-indicators-right .p-galleria-indicators{flex-direction:column}.p-galleria-indicator-onitem .p-galleria-indicators{position:absolute;display:flex;z-index:1}.p-galleria-indicator-onitem.p-galleria-indicators-top .p-galleria-indicators{top:0;left:0;width:100%;align-items:flex-start}.p-galleria-indicator-onitem.p-galleria-indicators-right .p-galleria-indicators{right:0;top:0;height:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-bottom .p-galleria-indicators{bottom:0;left:0;width:100%;align-items:flex-end}.p-galleria-indicator-onitem.p-galleria-indicators-left .p-galleria-indicators{left:0;top:0;height:100%;align-items:flex-start}.p-galleria-mask{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.p-galleria-close{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.p-galleria-mask .p-galleria-item-nav{position:fixed;top:50%;margin-top:-.5rem}.p-galleria-enter-active{transition:all .15s cubic-bezier(0,0,.2,1)}.p-galleria-leave-active{transition:all .15s cubic-bezier(.4,0,.2,1)}.p-galleria-enter-from,.p-galleria-leave-to{opacity:0;transform:scale(.7)}.p-galleria-enter-active .p-galleria-item-nav{opacity:0}.p-items-hidden .p-galleria-thumbnail-item{visibility:hidden}.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active{visibility:visible}.p-galleria .p-galleria-close{margin:.5rem;background:transparent;color:#f1f5f9;width:4rem;height:4rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:50%}.p-galleria .p-galleria-close .p-galleria-close-icon{font-size:2rem}.p-galleria .p-galleria-close .p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-close:hover{background:rgba(255,255,255,.1);color:#f1f5f9}.p-galleria .p-galleria-item-nav{background:transparent;color:#f1f5f9;width:4rem;height:4rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:6px;margin:0 .5rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon{font-size:2rem}.p-galleria .p-galleria-item-nav .p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-item-nav:not(.p-disabled):hover{background:rgba(255,255,255,.1);color:#f1f5f9}.p-galleria .p-galleria-caption{background:rgba(0,0,0,.5);color:#f1f5f9;padding:1rem}.p-galleria .p-galleria-indicators{padding:1rem}.p-galleria .p-galleria-indicators .p-galleria-indicator button{background-color:#e2e8f0;width:1rem;height:1rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:50%}.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover{background:#cbd5e1}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#EFF6FF;color:#1d4ed8}.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,.p-galleria.p-galleria-indicators-top .p-galleria-indicator{margin-right:.5rem}.p-galleria.p-galleria-indicators-left .p-galleria-indicator,.p-galleria.p-galleria-indicators-right .p-galleria-indicator{margin-bottom:.5rem}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators{background:rgba(0,0,0,.5)}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button{background:rgba(255,255,255,.4)}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover{background:rgba(255,255,255,.6)}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#EFF6FF;color:#1d4ed8}.p-galleria .p-galleria-thumbnail-container{background:rgba(0,0,0,.9);padding:1rem .25rem}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next{margin:.5rem;background-color:transparent;color:#f1f5f9;width:2rem;height:2rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border-radius:50%}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover{background:rgba(255,255,255,.1);color:#f1f5f9}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content{outline-color:transparent}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-galleria-mask{--maskbg: rgba(0, 0, 0, .9)}.p-image-mask{display:flex;align-items:center;justify-content:center}.p-image-preview-container{position:relative;display:inline-block;line-height:0}.p-image-preview-indicator{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;border:none;padding:0}.p-image-preview-container:hover>.p-image-preview-indicator{opacity:1;cursor:pointer}.p-image-preview-container>img{cursor:pointer}.p-image-toolbar{position:absolute;top:0;right:0;display:flex;z-index:1}.p-image-action.p-link{display:flex;justify-content:center;align-items:center}.p-image-action.p-disabled{pointer-events:auto}.p-image-preview{transition:transform .15s;max-width:100vw;max-height:100vh}.p-image-preview-enter-active{transition:all .15s cubic-bezier(0,0,.2,1)}.p-image-preview-leave-active{transition:all .15s cubic-bezier(.4,0,.2,1)}.p-image-preview-enter-from,.p-image-preview-leave-to{opacity:0;transform:scale(.7)}.p-image-mask{--maskbg: rgba(0, 0, 0, .9)}.p-image-preview-indicator{background-color:transparent;color:#f8fafc;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-image-preview-indicator .p-icon{width:1.5rem;height:1.5rem}.p-image-preview-container:hover>.p-image-preview-indicator{background-color:#00000080}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8fafc;background-color:transparent;width:3rem;height:3rem;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;margin-right:.5rem}.p-image-action.p-link:last-child{margin-right:0}.p-image-action.p-link:hover{color:#fff;background-color:#ffffff1a}.p-image-action.p-link i{font-size:1.5rem}.p-image-action.p-link .p-icon{width:1.5rem;height:1.5rem}.p-avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:1rem}.p-avatar.p-avatar-image{background-color:transparent}.p-avatar.p-avatar-circle,.p-avatar-circle img{border-radius:50%}.p-avatar .p-avatar-icon{font-size:1rem}.p-avatar img{width:100%;height:100%}.p-avatar-group .p-avatar+.p-avatar{margin-left:-1rem}.p-avatar-group{display:flex;align-items:center}.p-avatar{background-color:#e2e8f0;border-radius:6px}.p-avatar.p-avatar-lg{width:3rem;height:3rem;font-size:1.5rem}.p-avatar.p-avatar-lg .p-avatar-icon{font-size:1.5rem}.p-avatar.p-avatar-xl{width:4rem;height:4rem;font-size:2rem}.p-avatar.p-avatar-xl .p-avatar-icon{font-size:2rem}.p-avatar-group .p-avatar{border:2px solid #ffffff}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-badge{background:#3B82F6;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem}.p-badge.p-badge-success{background-color:#22c55e;color:#fff}.p-badge.p-badge-info{background-color:#0ea5e9;color:#fff}.p-badge.p-badge-warning{background-color:#f97316;color:#fff}.p-badge.p-badge-danger{background-color:#ef4444;color:#fff}.p-badge.p-badge-secondary{background-color:#f1f5f9;color:#475569}.p-badge.p-badge-contrast{background-color:#020617;color:#fff}.p-badge.p-badge-lg{font-size:1.125rem;min-width:2.25rem;height:2.25rem;line-height:2.25rem}.p-badge.p-badge-xl{font-size:1.5rem;min-width:3rem;height:3rem;line-height:3rem}.p-blockui-container{position:relative}.p-blockui.p-component-overlay{position:absolute}.p-blockui-document.p-component-overlay{position:fixed}.p-blockui{border-radius:6px}.p-chip{display:inline-flex;align-items:center}.p-chip-text,.p-chip-icon.pi{line-height:1.5}.p-chip-remove-icon{line-height:1.5;cursor:pointer}.p-chip img{border-radius:50%}.p-chip{background-color:#f1f5f9;color:#1e293b;border-radius:16px;padding:0 .75rem}.p-chip .p-chip-text{line-height:1.5;margin-top:.25rem;margin-bottom:.25rem}.p-chip .p-chip-icon{margin-right:.5rem}.p-chip img{width:2rem;height:2rem;margin-left:-.75rem;margin-right:.5rem}.p-chip .p-chip-remove-icon{margin-left:.5rem;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-chip .p-chip-remove-icon:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-chip .p-chip-remove-icon:focus{outline:0 none}.p-inplace .p-inplace-display{display:inline;cursor:pointer}.p-inplace .p-inplace-content{display:inline}.p-fluid .p-inplace.p-inplace-closable .p-inplace-content{display:flex}.p-fluid .p-inplace.p-inplace-closable .p-inplace-content>.p-inputtext{flex:1 1 auto;width:1%}.p-inplace .p-inplace-display{padding:.5rem .75rem;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent}.p-inplace .p-inplace-display:not(.p-disabled):hover{background:#f1f5f9;color:#1e293b}.p-inplace .p-inplace-display:focus{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-metergroup,.p-metergroup-meters{display:flex}.p-metergroup-vertical .p-metergroup-meters{flex-direction:column}.p-metergroup-labels{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style-type:none}.p-metergroup-vertical .p-metergroup-labels{align-items:start}.p-metergroup-labels-vertical{flex-direction:column}.p-metergroup-label{display:inline-flex;align-items:center}.p-metergroup-label-marker{display:inline-flex}.p-metergroup{gap:1rem}.p-metergroup .p-metergroup-meters{background:#e2e8f0;border-radius:6px}.p-metergroup .p-metergroup-meter{border:0 none;background:#3B82F6}.p-metergroup .p-metergroup-labels .p-metergroup-label{gap:.5rem}.p-metergroup .p-metergroup-labels .p-metergroup-label-marker{background:#3B82F6;width:.5rem;height:.5rem;border-radius:100%}.p-metergroup .p-metergroup-labels .p-metergroup-label-icon{width:1rem;height:1rem}.p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical{gap:.5rem}.p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal{gap:1rem}.p-metergroup.p-metergroup-horizontal{flex-direction:column}.p-metergroup.p-metergroup-horizontal .p-metergroup-meters{height:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}.p-metergroup.p-metergroup-vertical{flex-direction:row}.p-metergroup.p-metergroup-vertical .p-metergroup-meters{width:.5rem;height:100%}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type{border-top-left-radius:6px;border-top-right-radius:6px}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.p-progressbar{position:relative;overflow:hidden}.p-progressbar-determinate .p-progressbar-value{height:100%;width:0%;position:absolute;display:none;border:0 none;display:flex;align-items:center;justify-content:center;overflow:hidden}.p-progressbar-determinate .p-progressbar-label{display:inline-flex}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-indeterminate .p-progressbar-value:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.p-progressbar{border:0 none;height:1.25rem;background:#e2e8f0;border-radius:6px}.p-progressbar .p-progressbar-value{border:0 none;margin:0;background:#3B82F6}.p-progressbar .p-progressbar-label{color:#fff;line-height:1.25rem}.p-progress-spinner{position:relative;margin:0 auto;width:100px;height:100px;display:inline-block}.p-progress-spinner:before{content:"";display:block;padding-top:100%}.p-progress-spinner-svg{height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;animation:p-progress-spinner-rotate 2s linear infinite}.p-progress-spinner-circle{stroke-dasharray:89,200;stroke-dashoffset:0;stroke:#dc2626;animation:p-progress-spinner-dash 1.5s ease-in-out infinite,p-progress-spinner-color 6s ease-in-out infinite;stroke-linecap:round}@keyframes p-progress-spinner-rotate{to{transform:rotate(360deg)}}@keyframes p-progress-spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes p-progress-spinner-color{to,0%{stroke:#dc2626}40%{stroke:#2563eb}66%{stroke:#16a34a}80%,90%{stroke:#ca8a04}}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,.5);border-radius:100%;transform:scale(0);pointer-events:none}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none}@keyframes ripple{to{opacity:0;transform:scale(2.5)}}.p-scrolltop{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;justify-content:center}.p-scrolltop-sticky{position:sticky}.p-scrolltop-sticky.p-link{margin-left:auto}.p-scrolltop-enter-from{opacity:0}.p-scrolltop-enter-active{transition:opacity .15s}.p-scrolltop.p-scrolltop-leave-to{opacity:0}.p-scrolltop-leave-active{transition:opacity .15s}.p-scrolltop{width:3rem;height:3rem;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-scrolltop.p-link{background:rgba(0,0,0,.7)}.p-scrolltop.p-link:hover{background:rgba(0,0,0,.8)}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem;color:#f8fafc}.p-scrolltop .p-scrolltop-icon.p-icon{width:1.5rem;height:1.5rem}.p-skeleton{overflow:hidden}.p-skeleton:after{content:"";animation:p-skeleton-animation 1.2s infinite;height:100%;left:0;position:absolute;right:0;top:0;transform:translate(-100%);z-index:1}.p-skeleton.p-skeleton-circle{border-radius:50%}.p-skeleton-none:after{animation:none}@keyframes p-skeleton-animation{0%{transform:translate(-100%)}to{transform:translate(100%)}}.p-skeleton{background-color:#e2e8f0;border-radius:6px}.p-skeleton:after{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.4),rgba(255,255,255,0))}.p-tag{display:inline-flex;align-items:center;justify-content:center}.p-tag-icon,.p-tag-value,.p-tag-icon.pi{line-height:1.5}.p-tag.p-tag-rounded{border-radius:10rem}.p-tag{background:#3B82F6;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .4rem;border-radius:6px}.p-tag.p-tag-success{background-color:#22c55e;color:#fff}.p-tag.p-tag-info{background-color:#0ea5e9;color:#fff}.p-tag.p-tag-warning{background-color:#f97316;color:#fff}.p-tag.p-tag-danger{background-color:#ef4444;color:#fff}.p-tag.p-tag-secondary{background-color:#f1f5f9;color:#475569}.p-tag.p-tag-contrast{background-color:#020617;color:#fff}.p-tag .p-tag-icon{font-size:.75rem}.p-tag .p-tag-icon:not(:last-child){margin-right:.25rem}.p-tag .p-tag-icon.p-icon{width:.75rem;height:.75rem}.p-terminal{height:18rem;overflow:auto}.p-terminal-prompt-container{display:flex;align-items:center}.p-terminal-input{flex:1 1 auto;border:0 none;background-color:transparent;color:inherit;padding:0;outline:0 none}.p-terminal-input::-ms-clear{display:none}.p-terminal{background:#ffffff;color:#334155;border:1px solid #e2e8f0;padding:0 1.125rem 1.125rem}.p-terminal .p-terminal-input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem}.p-accordion .p-accordion-header .p-accordion-header-link{border-radius:6px!important;flex-direction:row-reverse;justify-content:space-between}.p-accordion .p-accordion-header .p-accordion-header-link:hover{border-bottom-color:#e2e8f0}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{transform:rotate(90deg)}.p-accordion .p-accordion-header.p-highlight .p-accordion-toggle-icon{transform:rotate(-180deg)}.p-accordion .p-accordion-tab{border-bottom:1px solid #e2e8f0}.p-accordion .p-accordion-tab:last-child{border-bottom:0 none}.p-autocomplete .p-autocomplete-multiple-container{padding:.25rem;gap:.25rem}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{border-radius:4px;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.375rem}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{margin-left:.5rem}.p-autocomplete .p-autocomplete-multiple-container:has(.p-autocomplete-token) .p-autocomplete-input-token{margin-left:.5rem}.p-autocomplete.p-disabled{opacity:1}.p-button-label{font-weight:500}.p-button.p-button-success:enabled:focus-visible{outline-color:#22c55e}.p-button.p-button-info:enabled:focus-visible{outline-color:#0ea5e9}.p-button.p-button-warning:enabled:focus-visible{outline-color:#f97316}.p-button.p-button-help:enabled:focus-visible{outline-color:#a855f7}.p-button.p-button-danger:enabled:focus-visible{outline-color:#ef4444}.p-button.p-button-contrast:enabled:focus-visible{outline-color:#020617}.p-button.p-button-outlined{border-color:var(--primary-200)}.p-button.p-button-outlined:not(:disabled):hover,.p-button.p-button-outlined:not(:disabled):active{border-color:var(--primary-200)}.p-button.p-button-outlined.p-button-secondary{border-color:var(--surface-200);color:#64748b}.p-button.p-button-outlined.p-button-secondary:not(:disabled):hover{color:#64748b;background-color:#f1f5f9;border-color:var(--surface-200)}.p-button.p-button-outlined.p-button-secondary:not(:disabled):active{color:#64748b;background-color:#e2e8f0;border-color:var(--surface-200)}.p-button.p-button-outlined.p-button-success{border-color:#bbf7d0}.p-button.p-button-outlined.p-button-success:not(:disabled):hover,.p-button.p-button-outlined.p-button-success:not(:disabled):active{border-color:#bbf7d0}.p-button.p-button-outlined.p-button-info{border-color:#bae6fd}.p-button.p-button-outlined.p-button-info:not(:disabled):hover,.p-button.p-button-outlined.p-button-info:not(:disabled):active{border-color:#bae6fd}.p-button.p-button-outlined.p-button-warning{border-color:#fed7aa}.p-button.p-button-outlined.p-button-warning:not(:disabled):hover,.p-button.p-button-outlined.p-button-warning:not(:disabled):active{border-color:#fed7aa}.p-button.p-button-outlined.p-button-help{border-color:#e9d5ff}.p-button.p-button-outlined.p-button-help:not(:disabled):hover,.p-button.p-button-outlined.p-button-help:not(:disabled):active{border-color:#e9d5ff}.p-button.p-button-outlined.p-button-danger{border-color:#fecaca}.p-button.p-button-outlined.p-button-danger:not(:disabled):hover,.p-button.p-button-outlined.p-button-danger:not(:disabled):active{border-color:#fecaca}.p-button.p-button-outlined.p-button-contrast{border-color:#334155}.p-button.p-button-outlined.p-button-contrast:not(:disabled):hover,.p-button.p-button-outlined.p-button-contrast:not(:disabled):active{border-color:#334155}.p-button.p-button-secondary.p-button-text{color:#64748b}.p-button.p-button-secondary.p-button-text:not(:disabled):hover{background:#f1f5f9;color:#64748b}.p-button.p-button-secondary.p-button-text:not(:disabled):active{background:#e2e8f0;color:#64748b}.p-datepicker-buttonbar .p-button{padding:.25rem .75rem;font-size:.875rem}.p-datepicker .p-datepicker-group-container+.p-timepicker{margin-top:.5rem;padding-top:.5rem}.p-datepicker table th{font-weight:500}.p-card{border-radius:12px;display:flex;flex-direction:column}.p-card .p-card-caption{display:flex;flex-direction:column;gap:.5rem}.p-card .p-card-caption .p-card-title,.p-card .p-card-caption .p-card-subtitle{margin-bottom:0}.p-card .p-card-body{display:flex;flex-direction:column;gap:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background-color:#3b82f6}.p-cascadeselect{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-cascadeselect .p-cascadeselect-label{box-shadow:none}.p-cascadeselect.p-disabled{opacity:1;background-color:#e2e8f0}.p-cascadeselect.p-disabled .p-cascadeselect-label{color:#64748b}div.p-cascadeselect-panel{border:0 none;box-shadow:none}.p-checkbox .p-checkbox-box{border-radius:4px;box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box{outline-width:1px;outline-offset:2px}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box{border-color:#3b82f6}.p-checkbox.p-disabled{opacity:1}.p-checkbox.p-disabled .p-checkbox-box{background-color:#e2e8f0;border:1px solid #cbd5e1}.p-checkbox.p-disabled .p-checkbox-box .p-checkbox-icon{color:#64748b}.p-chips .p-chips-multiple-container{padding:.25rem;gap:.25rem}.p-chips .p-chips-multiple-container .p-chips-token{border-radius:4px;margin:0}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.375rem}.p-chips .p-chips-multiple-container .p-chips-input-token{margin-left:.5rem}.p-chips .p-chips-multiple-container:has(.p-chips-token) .p-chips-input-token{margin-left:.5rem}.p-chips.p-disabled .p-chips-multiple-container{opacity:1;background-color:#e2e8f0}.p-chip{border-radius:16px;padding:.25rem .75rem}.p-chip .p-chip-text{margin-top:0;margin-bottom:0}.p-chip .p-chip-remove-icon{margin-left:.375rem}.p-chip:has(.p-chip-remove-icon){padding-right:.5rem}.p-chip img{margin-left:-.5rem}.p-colorpicker-preview{padding:0}.p-colorpicker-preview:enabled:focus{outline-offset:2px}.p-colorpicker-preview.p-inputtext.p-disabled{opacity:.6}.p-confirm-popup{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #3b82f6}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #3b82f6}.p-datatable .p-datatable-tbody>tr:has(+.p-highlight)>td{border-bottom-color:#bedaff}.p-datatable .p-datatable-tbody>tr.p-highlight>td{border-bottom-color:#bedaff}.p-dataview-layout-options.p-selectbutton .p-button svg{position:relative}.p-dialog{border-radius:12px;background-color:#fff}.p-dialog.p-dialog-maximized{border-radius:0}.p-dialog .p-dialog-header{border-top-right-radius:12px;border-top-left-radius:12px}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.p-dialog .p-dialog-footer{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.p-dropdown{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-dropdown .p-dropdown-label{box-shadow:none}.p-dropdown.p-disabled{opacity:1;background-color:#e2e8f0}.p-dropdown.p-disabled .p-dropdown-label{color:#64748b}.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon{margin-left:-.375rem;margin-right:.375rem}.p-treetable .p-treetable-tbody>tr:has(+.p-highlight)>td{border-bottom-color:#bedaff}.p-treetable .p-treetable-tbody>tr.p-highlight>td{border-bottom-color:#bedaff}.p-treetable .p-treetable-tbody>tr.p-highlight>td .p-treetable-toggler:hover{background-color:#eff6ff;color:#1d4ed8}.p-fieldset{padding:0 1.125rem 1.125rem;margin:0}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:.5rem .75rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-legend-text{padding:0}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{color:#64748b}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background-color:#f1f5f9}.p-fieldset .p-fieldset-legend{border:0 none;padding:0;margin-bottom:.375rem}.p-fieldset .p-fieldset-legend span{padding:.5rem .75rem}.p-fieldset .p-fieldset-content{padding:0}.p-column-filter-overlay-menu{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.p-column-filter-overlay-menu .p-column-filter-operator{padding:0}.p-column-filter-overlay-menu .p-column-filter-constraints{display:flex;flex-direction:column;gap:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:0}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child .p-column-filter-remove-button{margin-bottom:0}.p-column-filter-overlay-menu .p-column-filter-add-rule,.p-column-filter-overlay-menu .p-column-filter-buttonbar{padding:0}.p-fileupload .p-fileupload-content{border-top:0 none;padding-top:1.125rem}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background-color:#3b82f6}.p-inline-message-text{font-weight:500}.p-inline-message{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.p-inline-message.p-inline-message-info{box-shadow:0 4px 8px #3b82f60a}.p-inline-message.p-inline-message-success{box-shadow:0 4px 8px #22c55e0a}.p-inline-message.p-inline-message-warn{box-shadow:0 4px 8px #eab3080a}.p-inline-message.p-inline-message-error{box-shadow:0 4px 8px #ef44440a}.p-inline-message.p-inline-message-secondary{box-shadow:0 4px 8px #4a55670a}.p-inline-message.p-inline-message-contrast{box-shadow:0 4px 8px #0206170a}.p-inputgroup-addon{padding:.5rem}.p-inputnumber.p-inputnumber-buttons-stacked{position:relative}.p-inputnumber.p-inputnumber-buttons-stacked .p-inputnumber-input{border-top-right-radius:5px;border-bottom-right-radius:5px}.p-inputnumber.p-inputnumber-buttons-stacked .p-inputnumber-button-group{position:absolute;top:1px;right:1px;height:calc(100% - 2px)}.p-inputnumber.p-inputnumber-buttons-stacked .p-inputnumber-button{border-top-right-radius:5px;border-bottom-right-radius:5px;background-color:transparent;border:0 none;color:#64748b}.p-inputnumber.p-inputnumber-buttons-stacked .p-inputnumber-button:hover{background-color:#f1f5f9;color:#475569}.p-inputnumber.p-inputnumber-buttons-stacked .p-inputnumber-button:active{background-color:#e2e8f0;color:#334155}.p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button{background-color:transparent;border:1px solid #cbd5e1;color:#64748b}.p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button:hover{background-color:#f1f5f9;color:#475569}.p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button:active{background-color:#e2e8f0;color:#334155}.p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button.p-inputnumber-button-up{border-left:0 none}.p-inputnumber.p-inputnumber-buttons-horizontal .p-inputnumber-button.p-inputnumber-button-down{border-right:0 none}.p-inputnumber.p-inputnumber-buttons-vertical .p-inputnumber-button{background-color:transparent;border:1px solid #cbd5e1;color:#64748b}.p-inputnumber.p-inputnumber-buttons-vertical .p-inputnumber-button:hover{background-color:#f1f5f9;color:#475569}.p-inputnumber.p-inputnumber-buttons-vertical .p-inputnumber-button:active{background-color:#e2e8f0;color:#334155}.p-inputnumber.p-inputnumber-buttons-vertical .p-inputnumber-button.p-inputnumber-button-up{border-bottom:0 none}.p-inputnumber.p-inputnumber-buttons-vertical .p-inputnumber-button.p-inputnumber-button-down{border-top:0 none}.p-inputswitch .p-inputswitch-slider{border:0 none}.p-inputswitch.p-highlight p-inputswitch-slider:before{left:1.25rem;transform:none}.p-inputswitch.p-invalid>.p-inputswitch-slider{background:#f87171}.p-inputswitch.p-invalid>.p-inputswitch-slider:before{background:#ffffff}.p-inputtext{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-inputtext:disabled{opacity:1;background-color:#e2e8f0;color:#64748b}.p-knob svg{border-radius:6px;outline-color:transparent;transition:outline-color .2s}.p-knob svg:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-listbox{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-listbox.p-disabled{opacity:1;background-color:#e2e8f0}.p-listbox.p-disabled .p-listbox-list .p-listbox-item{color:#64748b}.p-message{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.p-message.p-message-info{box-shadow:0 4px 8px #3b82f60a}.p-message.p-message-info .p-message-close:focus-visible{outline-color:#2563eb}.p-message.p-message-info .p-message-close:hover{background:#dbeafe}.p-message.p-message-success{box-shadow:0 4px 8px #22c55e0a}.p-message.p-message-success .p-message-close:focus-visible{outline-color:#16a34a}.p-message.p-message-success .p-message-close:hover{background:#dcfce7}.p-message.p-message-warn{box-shadow:0 4px 8px #eab3080a}.p-message.p-message-warn .p-message-close:focus-visible{outline-color:#ca8a04}.p-message.p-message-warn .p-message-close:hover{background:#fef9c3}.p-message.p-message-error{box-shadow:0 4px 8px #ef44440a}.p-message.p-message-error .p-message-close:focus-visible{outline-color:#dc2626}.p-message.p-message-error .p-message-close:hover{background:#fee2e2}.p-message.p-message-secondary{box-shadow:0 4px 8px #4a55670a}.p-message.p-message-secondary .p-message-close:focus-visible{outline-color:#475569}.p-message.p-message-secondary .p-message-close:hover{background:#e2e8f0}.p-message.p-message-contrast{box-shadow:0 4px 8px #0206170a}.p-message.p-message-contrast .p-message-close:focus-visible{outline-color:#f8fafc}.p-message.p-message-contrast .p-message-close:hover{background:#1e293b}.p-multiselect-panel .p-multiselect-header{padding-left:1rem;padding-right:1rem}.p-multiselect{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-multiselect.p-disabled{opacity:1;background-color:#e2e8f0}.p-multiselect.p-disabled .p-multiselect-label{color:#64748b}.p-multiselect.p-multiselect-chip .p-multiselect-token{border-radius:4px;margin-right:.25rem}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.375rem}.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.25rem}.p-panelmenu .p-panelmenu-header{border-radius:4px}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:0 none}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content .p-panelmenu-header-action{background:#e2e8f0}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-text{color:#334155}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon{color:#334155}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon{color:#334155}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border-radius:4px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action{color:#334155;padding:.5rem .75rem;font-weight:600;border-radius:4px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-text{color:#334155}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon{color:#94a3b8}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action:hover{background:#f1f5f9}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action:hover .p-menuitem-text,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action:hover .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action:hover .p-menuitem-icon{color:#334155}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content{border-radius:6px;padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-content .p-menuitem:first-child{margin-top:2px}.p-panelmenu .p-panelmenu-content .p-menuitem:last-child{margin-top:2px}.p-panelmenu .p-panelmenu-panel{padding:.25rem;overflow:hidden;margin-bottom:.75rem;border:1px solid #e2e8f0;border-radius:6px}.p-password-panel{background-color:#fff;border:1px solid #e2e8f0;padding:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-radius:6px}.p-password-panel .p-password-meter{margin-bottom:.75rem;background:#e2e8f0;border-radius:6px}.p-password-panel .p-password-meter .p-password-strength{border-radius:6px}.p-password-panel .p-password-meter .p-password-strength.weak{background:#ef4444}.p-password-panel .p-password-meter .p-password-strength.medium{background:#f59e0b}.p-password-panel .p-password-meter .p-password-strength.strong{background:#22c55e}.p-orderlist-controls .p-button{transition:opacity .2s,outline-color .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s;color:#475569;background:#f1f5f9;border:1px solid #f1f5f9}.p-orderlist-controls .p-button:not(:disabled):hover{background:#e2e8f0;color:#334155;border-color:#e2e8f0}.p-orderlist-controls .p-button:not(:disabled):focus{box-shadow:none}.p-orderlist-controls .p-button:not(:disabled):active{background:#cbd5e1;color:#1e293b;border-color:#cbd5e1}.p-orderlist .p-orderlist-header{background:#ffffff;color:#334155;border:0 none;border-bottom:0 none;padding:.75rem 1rem .5rem;font-weight:600;color:#64748b;border-top-right-radius:6px;border-top-left-radius:6px}.p-orderlist .p-orderlist-list{border:1px solid #cbd5e1;border:0 none;background:#ffffff;color:#334155;padding:.25rem;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-orderlist .p-orderlist-list .p-orderlist-item{border-radius:6px}.p-orderlist .p-orderlist-list:not(:first-child){border:0 none}.p-organizationchart .p-organizationchart-node-content{padding:.75rem 1rem;border-radius:6px}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;border:1px solid #e2e8f0;display:inline-flex;justify-content:center;align-items:center}.p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon{position:static}.p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler){padding:.75rem 1rem 1.25rem}.p-organizationchart .p-organizationchart-lines :nth-child(1 of.p-organizationchart-line-left){border-right:0 none}.p-organizationchart .p-organizationchart-lines :nth-last-child(1 of.p-organizationchart-line-left){border-top-right-radius:6px}.p-organizationchart .p-organizationchart-lines :nth-child(1 of.p-organizationchart-line-right){border-left:1px solid #e2e8f0;border-top-left-radius:6px}.p-overlaypanel{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.p-overlaypanel .p-overlaypanel-content{padding:.75rem}.p-overlaypanel .p-overlaypanel-close{width:1.75rem;height:1.75rem;color:#64748b;border:0 none;background:transparent;border-radius:50%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;outline-color:transparent;position:absolute;top:.25rem;right:.25rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{color:#475569;border-color:transparent;background:#f1f5f9}.p-overlaypanel .p-overlaypanel-close:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:2px;box-shadow:none}.p-panel{border:1px solid #e2e8f0;border-radius:6px;background-color:#fff}.p-panel .p-panel-header,.p-panel .p-panel-content,.p-panel .p-panel-footer{background:transparent;border:0 none}.p-panel:has(.p-panel-footer) .p-panel-content{padding-bottom:.875rem}.p-picklist-buttons .p-button{transition:opacity .2s,outline-color .2s,background-color .2s,color .2s,border-color .2s,box-shadow .2s;color:#475569;background:#f1f5f9;border:1px solid #f1f5f9}.p-picklist-buttons .p-button:not(:disabled):hover{background:#e2e8f0;color:#334155;border-color:#e2e8f0}.p-picklist-buttons .p-button:not(:disabled):focus{box-shadow:none}.p-picklist-buttons .p-button:not(:disabled):active{background:#cbd5e1;color:#1e293b;border-color:#cbd5e1}.p-picklist .p-picklist-header{background:#ffffff;color:#334155;border:1px solid #cbd5e1;border:0 none;padding:.75rem 1rem .5rem;font-weight:600;color:#64748b;border-top-right-radius:6px;border-top-left-radius:6px}.p-picklist .p-picklist-list{border:1px solid #cbd5e1;border:0 none;background:#ffffff;color:#334155;padding:.25rem;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.p-picklist .p-picklist-list .p-picklist-item{border-radius:6px}.p-picklist .p-picklist-list:not(:first-child){border:0 none}.p-progressbar-label{font-size:.75rem;font-weight:600}.p-radiobutton .p-radiobutton-box{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box{outline-width:1px;outline-offset:2px}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box{border-color:#3b82f6}.p-radiobutton.p-disabled{opacity:1}.p-radiobutton.p-disabled .p-radiobutton-box{border:1px solid #cbd5e1;background-color:#e2e8f0}.p-radiobutton.p-disabled .p-radiobutton-box .p-radiobutton-icon{background-color:#64748b}.p-rating{gap:.25rem}.p-selectbutton .p-button .pi,.p-selectbutton .p-button .p-button-label{position:relative;transition:none}.p-selectbutton .p-button:before{content:"";background-color:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;position:absolute;left:.25rem;top:.25rem;width:calc(100% - .5rem);height:calc(100% - .5rem);border-radius:4px}.p-selectbutton .p-button.p-highlight:before{background:#ffffff;border-color:#fff;box-shadow:0 1px 2px #00000005,0 1px 2px #0000000a}.p-selectbutton .p-button:focus-visible{outline:1px solid var(--p-focus-ring-color);outline-offset:-1px;box-shadow:none;border-color:#94a3b8}.p-selectbutton .p-button.p-disabled{opacity:1;color:#94a3b8}.p-selectbutton.p-invalid{box-shadow:0 0 0 1px #f87171;border-radius:6px}.p-selectbutton.p-invalid>.p-button{border:1px solid #f1f5f9}.p-selectbutton.p-disabled{opacity:1}.p-selectbutton.p-disabled .p-button{color:#94a3b8}.p-slider .p-slider-handle{display:flex!important;justify-content:center;align-items:center}.p-slider .p-slider-handle:before{content:"";width:16px;height:16px;display:block;background-color:#fff;border-radius:50%;box-shadow:0 .5px #00000014,0 1px 1px #00000024}.p-slider .p-slider-handle:focus-visible{outline:0 none;box-shadow:0 0 0 2px #fff,0 0 0 4px var(--p-focus-ring-color),0 1px 2px #000}.p-speeddial-item.p-focus>.p-speeddial-action{outline-color:#9dc1fb}.p-speeddial-button.p-speeddial-rotate{transition:transform .25s cubic-bezier(.4,0,.2,1) 0ms,background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-splitter-gutter-handle{border-radius:6px}.p-stepper .p-stepper-header .p-stepper-number:after{content:" ";position:absolute;width:100%;height:100%;border-radius:50%;box-shadow:0 .5px #0000000f,0 1px 1px #0000001f}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#ffffff;color:#3b82f6}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#3b82f6}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{border-width:2px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{font-weight:500;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-steps .p-steps-item .p-steps-number{position:relative;font-weight:500}.p-steps .p-steps-item .p-steps-number:after{content:" ";position:absolute;width:100%;height:100%;border-radius:50%;box-shadow:0 .5px #0000000f,0 1px 1px #0000001f}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#ffffff;color:#3b82f6}.p-steps .p-steps-item.p-highlight .p-steps-title{color:#3b82f6}.p-steps .p-steps-item.p-disabled{opacity:1}.p-steps .p-steps-item:before{border-top-width:2px;margin-top:calc(-1rem + 1px)}.p-steps .p-steps-item:first-child:before{width:calc(50% + 1rem);transform:translate(100%)}.p-steps .p-steps-item:last-child:before{width:50%}.p-tabmenu .p-tabmenu-ink-bar{z-index:1;display:block;position:absolute;bottom:-1px;height:1px;background-color:#3b82f6;transition:.25s cubic-bezier(.35,0,.25,1)}.p-tabmenu .p-tabmenu-nav{position:relative}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-tabview .p-tabview-ink-bar{z-index:1;display:block;position:absolute;bottom:0;height:1px;background-color:#3b82f6;transition:.25s cubic-bezier(.35,0,.25,1)}.p-tabview .p-tabview-nav{position:relative}.p-tabview .p-tabview-nav li .p-tabview-nav-link{transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s}.p-tabview .p-tabview-nav-btn.p-link{color:#64748b;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;box-shadow:0 0 10px 50px #fff9}.p-tabview .p-tabview-nav-btn.p-link:hover{color:#475569}.p-tag{background:var(--primary-100);color:var(--primary-700)}.p-tag.p-tag-success{background:var(--green-100);color:var(--green-700)}.p-tag.p-tag-info{background:var(--blue-100);color:var(--blue-700)}.p-tag.p-tag-warning{background:var(--orange-100);color:var(--orange-700)}.p-tag.p-tag-danger{background:var(--red-100);color:var(--red-700)}.p-terminal{background:#ffffff;color:#334155;border:1px solid #cbd5e1;padding:.5rem .75rem;border-radius:6px}.p-terminal .p-terminal-prompt{margin-right:.25rem}.p-terminal .p-terminal-response{margin:2px 0}.p-timeline .p-timeline-event-marker{display:inline-flex;align-items:center;justify-content:center;position:relative}.p-timeline .p-timeline-event-marker:before{content:" ";border-radius:50%;width:.375rem;height:.375rem;background-color:#3b82f6}.p-timeline .p-timeline-event-marker:after{content:" ";position:absolute;width:100%;height:100%;border-radius:50%;box-shadow:0 .5px #0000000f,0 1px 1px #0000001f}.p-toast .p-toast-message{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{font-size:.875rem}.p-toast .p-toast-message .p-toast-icon-close{width:1.75rem;height:1.75rem;margin-top:-25%;right:-25%;position:relative}.p-toast .p-toast-message.p-toast-message-info{box-shadow:0 4px 8px #3b82f60a}.p-toast .p-toast-message.p-toast-message-info .p-toast-detail{color:#334155}.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close{outline-color:#2563eb}.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close:hover{background:#dbeafe}.p-toast .p-toast-message.p-toast-message-success{box-shadow:0 4px 8px #22c55e0a}.p-toast .p-toast-message.p-toast-message-success .p-toast-detail{color:#334155}.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close{outline-color:#16a34a}.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close:hover{background:#dcfce7}.p-toast .p-toast-message.p-toast-message-warn{box-shadow:0 4px 8px #eab3080a}.p-toast .p-toast-message.p-toast-message-warn .p-toast-detail{color:#334155}.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close{outline-color:#ca8a04}.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close:hover{background:#fef9c3}.p-toast .p-toast-message.p-toast-message-error{box-shadow:0 4px 8px #ef44440a}.p-toast .p-toast-message.p-toast-message-error .p-toast-detail{color:#334155}.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{outline-color:#dc2626}.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close:hover{background:#fee2e2}.p-toast .p-toast-message.p-toast-message-secondary{box-shadow:0 4px 8px #4a55670a}.p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close{outline-color:#dc2626}.p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close:hover{background:#e2e8f0}.p-toast .p-toast-message.p-toast-message-contrast{box-shadow:0 4px 8px #0206170a}.p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close{outline-color:#dc2626}.p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close:hover{background:#1e293b}.p-togglebutton .p-button .p-button-label,.p-togglebutton .p-button .p-button-icon{position:relative;transition:none}.p-togglebutton .p-button:before{content:"";background-color:transparent;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,outline-color .2s;position:absolute;left:.25rem;top:.25rem;width:calc(100% - .5rem);height:calc(100% - .5rem);border-radius:4px}.p-togglebutton.p-highlight .p-button:before{background:#ffffff;border-color:#fff;box-shadow:0 1px 2px #00000005,0 1px 2px #0000000a}.p-togglebutton.p-disabled{opacity:1}.p-togglebutton.p-disabled .p-button,.p-togglebutton.p-disabled .p-button .p-button-icon{color:#94a3b8}.p-toolbar{padding:.75rem}.p-tree{border:0 none;padding:1rem}.p-tree .p-tree-container .p-treenode{margin:2px 0}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline-offset:-2px}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover{background-color:#eff6ff}.p-tree .p-tree-container>.p-treenode:first-child{margin-top:0}.p-tree .p-tree-container>.p-treenode:last-child{margin-bottom:0}.p-treeselect-panel .p-tree{padding:.25rem}.p-treeselect{box-shadow:0 0 #0000,0 0 #0000,0 1px 2px #1212170d}.p-treeselect.p-disabled{opacity:1;background-color:#e2e8f0}.p-treeselect.p-disabled .p-treeselect-label{color:#64748b}}:root{--base-color: #3f5397;--secondary-color: #f69421;--hover-color: #516fdb;--sidebar-background: #435363;--background-color: #fcfcfe}@font-face{font-family:ReadexPro;src:url(/assets/ReadexProVar-249a4786.ttf) format("truetype-variations");font-weight:0 1000}*{margin:0;padding:0;font-family:ReadexPro!important;letter-spacing:0!important}body{font-family:Readex Pro,sans-serif;scrollbar-face-color:#ffffff;font-size:.75rem!important;color:#435363e6!important}p,span{letter-spacing:normal!important}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline-start:16px;padding-inline-end:16px;height:10px!important;cursor:pointer!important}::-webkit-scrollbar{width:1px;height:5px}.p-tree{border:1px solid #dee2e6;background:#ffffff;color:#495057;padding:.55rem;border-radius:6px;height:460px!important}.p-tree-container{margin:0;padding:0;list-style-type:none;overflow:auto;height:354px!important;overflow-y:scroll!important}.p-tree .p-treenode-children{padding:0 1rem 0 0!important;background-color:#d9e2ff80!important;border-radius:6px!important}.p-tree{border:1px solid #dee2e6;background:#ffffff00!important;color:#495057;padding:.55rem;border-radius:6px}.p-treenode-label{font-size:.922rem!important}.p-tree-filter-container{position:inherit!important;display:block;width:100%}.p-tree-toggler{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:inherit!important;flex-shrink:0}.p-tree-container{margin:0;padding:0;list-style-type:none;overflow:auto;font-family:Readex Pro,sans-serif!important}.v-field__input{font-size:.8775rem!important}.v-field:has(input[required]) .v-label{padding-inline-end:12px}.v-field:has(input[required]) .v-label:after{position:absolute;content:"*";color:red;top:0;inset-inline-end:0}.at-table{padding:8px}.at-table .v-data-table-header__content span{color:#435363b3!important}.at-table .v-data-table__td{justify-content:center!important;color:#435363cc!important}.at-table .v-data-table__th span{text-align:center!important}.shake{animation:shake .5s;animation-iteration-count:infinite}.sub-table tr,.sub-table th,.sub-table td{background-color:#f5f5f5!important}.sub-table .v-data-table__tr .v-data-table__td,.sub-table .v-data-table__th .v-data-table-header__content span{font-size:12px!important}.at-app .at-tab--active{background-color:#516fdb!important;color:#fff!important;border-radius:0 4px 0 0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0004100f}.loader{width:80px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side, #516fdb 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100% / 3) 50%;animation:l3 1s infinite linear}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-1deg)}}input[type=date]::-webkit-calendar-picker-indicator{display:none}.at-form .v-input__control{height:44px!important}.at-app .v-btn--disabled,.at-app .v-field--disabled{cursor:not-allowed!important;opacity:.7}.bg-gray-dark-1{background-color:#435363!important}.v-icon.mdi-chevron-down{--v-icon-size-multiplier: .75}.at-form .v-select.small .v-input__control{height:40px!important}.v-select.small .v-field__append-inner{width:16px;margin-bottom:8px}.v-select.small .v-field__append-inner span.v-select__selection-text{font-size:12px!important}.v-table{padding:4px}.v-table>.v-table__wrapper>table>tr,.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>td{border:1px solid rgb(168,164,164)!important;outline:none;width:auto!important;font-weight:400;color:#435363e6!important}.v-table>.v-table__wrapper>table>thead>tr>th>div{font-size:12px!important}.v-table>.v-table__wrapper>table>tbody>tr>td{font-size:11px!important}.table-wrapper .v-icon.mdi-chevron-down,.v-table__wrapper .v-icon.mdi-chevron-down{--v-icon-size-multiplier: 1.25}thead.p-treetable-thead tr th,tbody.p-treetable-tbody tr td{border:1px solid rgb(168,164,164)!important;outline:none;width:auto!important;font-weight:400;color:#435363e6!important;text-align:right;padding-right:16px;padding-left:16px}.p-treetable{padding:4px}thead.p-treetable-thead tr th{height:56px!important}tbody.p-treetable-tbody tr td{height:52px!important}.p-treetable-loading-overlay.p-component-overlay{opacity:.3}
