@layer vuetify-core{@layer reset,base;}@layer vuetify-components{.v-badge{line-height:1;display:inline-block}.v-badge__badge{font-family:var(--v-font-body,"Roboto", sans-serif);text-align:center;text-indent:0;white-space:nowrap;background:rgb(var(--v-theme-surface-variant));min-width:20px;height:1.25rem;color:color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);border-radius:10px;justify-content:center;align-items:center;padding:4px 6px;font-size:.75rem;font-weight:500;transition:all .225s cubic-bezier(.4,0,.2,1);display:inline-flex;position:absolute}.v-badge__badge:has(.v-icon){padding:4px 6px}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;color:rgb(var(--v-theme-background));content:"";border-style:solid;border-width:2px;position:absolute;inset:0;transform:scale(1.05)}.v-badge--dot .v-badge__badge{border-radius:50%;width:9px;min-width:0;height:9px;padding:0}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--inline .v-badge__badge{vertical-align:middle;position:relative}.v-badge__badge .v-icon{color:inherit;margin:0 -2px;font-size:.75rem}.v-badge__badge img,.v-badge__badge .v-img{width:100%;height:100%}.v-badge__wrapper{display:flex;position:relative}.v-badge--inline .v-badge__wrapper{justify-content:center;align-items:center;margin:0 4px;display:inline-flex}.v-icon{--v-icon-size-multiplier:1;font-feature-settings:"liga";letter-spacing:normal;height:1em;opacity:var(--v-icon-opacity,1);text-indent:0;text-align:center;user-select:none;vertical-align:middle;justify-content:center;align-items:center;width:1em;min-width:1em;line-height:1;display:inline-flex;position:relative}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-btn{letter-spacing:.00714286em;text-indent:.00714286em;text-transform:none;user-select:none;vertical-align:middle;border-radius:4px;outline:none;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;max-width:100%;font-weight:500;line-height:normal;text-decoration:none;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.v-locale--is-rtl .v-btn{text-indent:-.00714286em}.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{box-shadow:none;border-width:thin}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{color:inherit;background:0 0}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.v-btn--variant-elevated{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-btn--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-btn--variant-outlined{border:thin solid}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border-radius:inherit;opacity:0;content:"";border:2px solid;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size:1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 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:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent)}.v-btn--elevated:active{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-btn--flat{box-shadow:none}.v-btn--block{flex:1 0 auto;min-width:100%;display:flex}.v-btn--spaced .v-btn__content{flex-grow:1}.v-btn--spaced.v-btn--spaced-start>.v-btn__content{justify-content:end}.v-btn--spaced.v-btn--spaced-end>.v-btn__content{justify-content:start}.v-btn--disabled{pointer-events:none;opacity:.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:color-mix(in srgb, rgb(var(--v-theme-on-surface)) 26%, transparent);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:.461538}.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{flex-direction:column;justify-content:center;align-items:center;gap:4px}.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--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:.857143}.v-btn--icon .v-icon{--v-icon-size-multiplier:1}.v-btn--stacked .v-icon{--v-icon-size-multiplier:1.14286}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1);display:flex}.v-btn__prepend{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{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{white-space:nowrap;justify-content:center}.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{border-radius:inherit;opacity:0;background-color:currentColor;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.v-pagination .v-btn{width:auto;padding-inline:5px}.v-pagination .v-btn.v-btn--density-default{min-width:calc(var(--v-btn-height) + 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)}@media (forced-colors:active){.v-btn:not(.v-btn--variant-text,.v-btn--variant-plain){border:thin solid}.v-btn:focus-visible{outline-offset:2px;outline:2px solid}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}.v-btn-group{vertical-align:middle;border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;flex-wrap:nowrap;min-width:0;max-width:100%;display:inline-flex;overflow:auto hidden}.v-btn-group--border{box-shadow:none;border-width:thin}.v-btn-group{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);background:0 0;border-radius:4px}.v-btn-group .v-btn{border-color:inherit;border-radius:0}.v-btn-group--tile{border-radius:0}.v-btn-group--density-default.v-btn-group--horizontal{height:48px}.v-btn-group--density-comfortable.v-btn-group--horizontal{height:40px}.v-btn-group--density-compact.v-btn-group--horizontal{height:36px}.v-btn-group--horizontal .v-btn:not(:last-child){border-inline-end:none}.v-btn-group--horizontal .v-btn:not(:first-child){border-inline-start:none}.v-btn-group--horizontal .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group--horizontal .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-style:solid;border-inline-end-width:thin;border-inline-end-color:rgba(var(--v-border-color), var(--v-border-opacity))}.v-btn-group--vertical{flex-direction:column}.v-btn-group--vertical .v-btn:not(:last-child){border-block-end:none}.v-btn-group--vertical .v-btn:not(:first-child){border-block-start:none}.v-btn-group--vertical .v-btn:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit}.v-btn-group--vertical .v-btn:last-child{border-end-end-radius:inherit;border-end-start-radius:inherit}.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child){border-block-end-style:solid;border-block-end-width:thin;border-block-end-color:rgba(var(--v-border-color), var(--v-border-opacity))}.v-progress-circular{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.v-progress-circular>svg{z-index:0;width:100%;height:100%;margin:auto;position:absolute;inset:0}.v-progress-circular__content{justify-content:center;align-items:center;display:flex}.v-progress-circular__underlay{color:rgba(var(--v-border-color), var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;z-index:2;transition:all .2s ease-in-out,stroke-width}.v-progress-circular--revealing{--progress-reveal-duration:$progress-circular-reveal-duration}.v-progress-circular--revealing .v-progress-circular__overlay{transition-duration:var(--progress-reveal-duration), 0s}.v-progress-circular--size-x-small{width:16px;height:16px}.v-progress-circular--size-small{width:24px;height:24px}.v-progress-circular--size-default{width:32px;height:32px}.v-progress-circular--size-large{width:48px;height:48px}.v-progress-circular--size-x-large{width:64px;height:64px}.v-progress-circular--indeterminate>svg{transform-origin:50%;transition:all .2s ease-in-out;animation:1.4s linear infinite progress-circular-rotate}.v-progress-circular--indeterminate .v-progress-circular__overlay{stroke-dasharray:25 200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:50%;animation:1.4s ease-in-out infinite progress-circular-dash,1.4s linear infinite progress-circular-rotate;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused}@keyframes progress-circular-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:100 200;stroke-dashoffset:-15px}to{stroke-dasharray:100 200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:0 0;width:100%;transition:all .2s cubic-bezier(.4,0,.2,1),mask-size;position:relative;overflow:hidden}@media (forced-colors:active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{opacity:var(--v-border-opacity);background:currentColor;width:100%;transition:inherit;position:absolute;top:0;bottom:0;left:0}.v-progress-linear__content{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.v-progress-linear--clickable .v-progress-linear__content{pointer-events:none}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}.v-progress-linear__determinate{height:inherit;transition:width,left,right;position:absolute;left:0}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{height:inherit;width:auto;animation-duration:2.2s;animation-iteration-count:infinite;animation-play-state:paused;position:absolute;inset:0 auto 0 0}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{opacity:.3;pointer-events:none;transition:width,left,right;animation:.25s linear infinite paused stream;position:absolute;bottom:0;left:auto}.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{z-index:1;left:0}.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{background-image:linear-gradient(135deg,#ffffff40 25%,#0000 0 50%,#ffffff40 0 75%,#0000 0,#0000);background-repeat:repeat;background-size:var(--v-progress-linear-height);animation:1s linear infinite progress-linear-stripes}.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:translateX(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;z-index:0;pointer-events:none;contain:strict;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.v-ripple__animation{color:inherit;opacity:0;pointer-events:none;will-change:transform, opacity;background:currentColor;border-radius:50%;position:absolute;top:0;left:0;overflow:hidden}.v-ripple__animation--enter{opacity:0;transition:none}.v-ripple__animation--in{opacity:calc(.25 * var(--v-theme-overlay-multiplier));transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1)}@media (prefers-reduced-motion:reduce){.v-ripple__animation--in{transition-property:opacity;transition-duration:.1s}}.v-ripple__animation--out{opacity:0;transition:opacity .3s cubic-bezier(0,0,.2,1)}.v-card{overflow-wrap:break-word;z-index:0;border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;padding:0;text-decoration:none;transition-property:box-shadow,opacity,background,--v-elevation-overlay;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.v-card--border{box-shadow:none;border-width:thin}.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{color:inherit;background:0 0}.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:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.v-card--variant-elevated{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-card--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-card--variant-outlined{border:thin solid}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events: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;content:"";pointer-events:none;transition:inherit;display:block;position:absolute;inset:0}.v-card--hover:before{opacity:1;z-index:-1;box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-card--hover:after{z-index:1;opacity:0;box-shadow:0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent)}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent)}.v-card--link{cursor:pointer}.v-card-actions{flex:none;align-items:center;gap:.5rem;min-height:52px;padding:.5rem;display:flex}.v-card-item{flex:none;grid-template-columns:max-content auto max-content;grid-template-areas:"prepend content append";align-items:center;padding:.625rem 1rem;display:grid}.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{grid-area:content;align-self:center;overflow:hidden}.v-card-title{hyphens:auto;letter-spacing:normal;overflow-wrap:normal;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word;flex:none;min-width:0;padding:.5rem 1rem;font-size:1.375rem;font-weight:400;display:block;overflow:hidden}.v-card .v-card-title{line-height:1.27273}.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{letter-spacing:.0178571em;opacity:var(--v-card-subtitle-opacity,var(--v-medium-emphasis-opacity));text-overflow:ellipsis;text-transform:none;white-space:nowrap;flex:none;padding:0 1rem;font-size:.875rem;font-weight:400;display:block;overflow:hidden}.v-card .v-card-subtitle{line-height:1.42857}.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{letter-spacing:.0178571em;opacity:var(--v-card-text-opacity,1);text-transform:none;flex:auto;padding:1rem;font-size:.875rem;font-weight:400}.v-card .v-card-text{line-height:1.42857}.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{z-index:-1;flex:auto;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.v-card__content{border-radius:inherit;position:relative;overflow:hidden}.v-card__loader{z-index:1;width:100%;position:absolute;inset:0 0 auto}@media (forced-colors:active){.v-card__loader .v-progress-linear{border:none}}.v-card__overlay{border-radius:inherit;pointer-events:none;opacity:0;background-color:currentColor;transition:opacity .2s ease-in-out;position:absolute;inset:0}@media (forced-colors:active){.v-card:not(.v-card--variant-text,.v-card--variant-plain){border:thin solid}}.v-avatar{text-align:center;vertical-align:middle;flex:none;justify-content:center;align-items:center;line-height:normal;transition:width .2s cubic-bezier(.4,0,.2,1),height .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.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{box-shadow:none;border-width:thin}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{color:inherit;background:0 0}.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:rgb(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent)}.v-avatar--variant-elevated{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-avatar--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-avatar--variant-outlined{border:thin solid}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.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{width:100%;height:100%}.v-img{--v-theme-overlay-multiplier:3;z-index:0}.v-img.v-img--absolute{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.v-img.v-img--fit-content{max-width:fit-content}.v-img.v-img--fit-content>.v-img__img{position:relative}.v-img.v-img--fit-content>.v-responsive__sizer{display:none}.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;width:100%;height:100%;position:absolute;top:0;left:0}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{object-fit:contain}.v-img__img--cover{object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{flex:1 0 auto;max-width:100%;max-height:100%;display:flex;position:relative;overflow:hidden}.v-responsive--inline{flex:none;display:inline-flex}.v-responsive__content{flex:1 0 0;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{pointer-events:none;flex:1 0 0;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1)}.v-dialog{justify-content:center;align-items:center;margin:auto}.v-dialog>.v-overlay__content{width:calc(100% - 48px);max-width:calc(100% - 48px);max-height:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{flex-direction:column;min-height:0;display:flex}.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;flex:1 1 var(--v-card-height,100%);box-shadow:0px 4px 4px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 8px 12px 6px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 10%, transparent);border-radius:4px;overflow-y:auto}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{flex-direction:column;display:flex}.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;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;top:0;left:0;overflow-y:auto}.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{border-radius:0;min-width:100%;min-height:100%}.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{max-width:100%;max-height: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{flex:1 1 var(--v-card-height,100%);flex-direction:column;display:flex}.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;pointer-events:none;display:contents;position:absolute;top:0;left:0}.v-overlay{--v-overlay-opacity:.32;border-radius:inherit;pointer-events:none;display:flex;position:fixed;inset:0}.v-overlay__content{pointer-events:auto;contain:layout;outline:none;position:absolute}.v-overlay__scrim{pointer-events:auto;border-radius:inherit;opacity:var(--v-overlay-opacity);background:#000;position:fixed;inset: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{color:inherit;height:0;max-height:0;opacity:var(--v-border-opacity);border-style:solid;border-width:thin 0 0;flex:100%;margin:0;transition:inherit;display:block}.v-divider--vertical{vertical-align:text-bottom;border-width:0 thin 0 0;align-self:stretch;width:0;max-width:0;height:auto;max-height:100%;margin-left:-1px;display:inline-flex}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{max-height:calc(100% - 16px);margin-top:8px;margin-bottom:8px}.v-divider--gradient{mask-image:linear-gradient(90deg,#0000,#000,#0000)}.v-divider--gradient.v-divider--vertical{mask-image:linear-gradient(#0000,#000,#0000)}.v-divider__content{text-wrap:nowrap;padding:0 16px}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{justify-content:center;align-items:center;display:flex}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-divider__wrapper--gradient{mask-image:linear-gradient(90deg,#0000,#000,#0000)}.v-divider__wrapper--gradient.v-divider__wrapper--vertical{mask-image:linear-gradient(#0000,#000,#0000)}.v-container{width:100%;margin-left:auto;margin-right:auto;padding:16px}@media (width>=840px){.v-container{max-width:700px}}@media (width>=1145px){.v-container{max-width:1000px}}@media (width>=1545px){.v-container{max-width:1400px}}@media (width>=2138px){.v-container{max-width:2000px}}.v-container--fluid{max-width:100%}.v-row{--v-row-columns:12;gap:var(--v-col-gap-y) var(--v-col-gap-x);flex-wrap:wrap;flex:auto;display:flex}.v-row+.v-row{margin-top:var(--v-col-gap-y)}.v-row--density-default{--v-col-gap-x:24px;--v-col-gap-y:24px}.v-row--density-comfortable{--v-col-gap-x:16px;--v-col-gap-y:16px}.v-row--density-compact{--v-col-gap-x:8px;--v-col-gap-y:8px}.v-row--no-gutters{--v-col-gap-x:0px;--v-col-gap-y:0px}.v-col{flex-grow:var(--v-col-is-size,0) var(--v-col-is-auto,0) var(--v-col-is-grow,1);flex-shrink:0;flex-basis:var(--v-col-is-size,calc(var(--v-col-size) * (100% + var(--v-col-gap-x)) / var(--v-col-size-columns) - var(--v-col-gap-x))) var(--v-col-is-auto,auto) var(--v-col-is-grow,0);max-width:100%;min-width:var(--v-col-is-size,0) var(--v-col-is-auto,auto) var(--v-col-is-grow,auto);--v-col-is-size: ;--v-col-is-auto: ;--v-col-is-grow:initial;--v-col-size-base:initial;--v-col-size-base-sm:initial;--v-col-size-base-md:initial;--v-col-size-base-lg:initial;--v-col-size-base-xl:initial;--v-col-size-base-xxl:initial;--v-col-offset-base:initial;--v-col-offset-base-sm:initial;--v-col-offset-base-md:initial;--v-col-offset-base-lg:initial;--v-col-offset-base-xl:initial;--v-col-offset-base-xxl:initial}.v-col:where([class*=v-col--offset-]){margin-inline-start:calc(var(--v-col-offset) * (100% + var(--v-col-gap-x)) / var(--v-col-offset-columns))}.v-col--cols-auto{--v-col-is-size: ;--v-col-is-auto:initial;--v-col-is-grow: }.v-col--cols-1{--v-col-size:1;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-2{--v-col-size:2;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-3{--v-col-size:3;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-4{--v-col-size:4;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-5{--v-col-size:5;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-6{--v-col-size:6;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-7{--v-col-size:7;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-8{--v-col-size:8;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-9{--v-col-size:9;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-10{--v-col-size:10;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-11{--v-col-size:11;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--cols-12{--v-col-size:12;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base,var(--v-row-columns))}.v-col--offset-1{--v-col-offset:1;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-2{--v-col-offset:2;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-3{--v-col-offset:3;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-4{--v-col-offset:4;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-5{--v-col-offset:5;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-6{--v-col-offset:6;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-7{--v-col-offset:7;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-8{--v-col-offset:8;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-9{--v-col-offset:9;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-10{--v-col-offset:10;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}.v-col--offset-11{--v-col-offset:11;--v-col-offset-columns:var(--v-col-offset-base,var(--v-row-columns))}@media (width>=600px){.v-col--sm{--v-col-is-size: ;--v-col-is-auto: ;--v-col-is-grow:initial}.v-col--cols-sm-auto{--v-col-is-size: ;--v-col-is-auto:initial;--v-col-is-grow: }.v-col--cols-sm-1{--v-col-size:1;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-2{--v-col-size:2;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-3{--v-col-size:3;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-4{--v-col-size:4;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-5{--v-col-size:5;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-6{--v-col-size:6;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-7{--v-col-size:7;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-8{--v-col-size:8;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-9{--v-col-size:9;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-10{--v-col-size:10;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-11{--v-col-size:11;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--cols-sm-12{--v-col-size:12;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-sm,var(--v-row-columns))}.v-col--offset-sm-0{--v-col-offset:0;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-1{--v-col-offset:1;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-2{--v-col-offset:2;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-3{--v-col-offset:3;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-4{--v-col-offset:4;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-5{--v-col-offset:5;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-6{--v-col-offset:6;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-7{--v-col-offset:7;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-8{--v-col-offset:8;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-9{--v-col-offset:9;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-10{--v-col-offset:10;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}.v-col--offset-sm-11{--v-col-offset:11;--v-col-offset-columns:var(--v-col-offset-base-sm,var(--v-row-columns))}}@media (width>=840px){.v-col--md{--v-col-is-size: ;--v-col-is-auto: ;--v-col-is-grow:initial}.v-col--cols-md-auto{--v-col-is-size: ;--v-col-is-auto:initial;--v-col-is-grow: }.v-col--cols-md-1{--v-col-size:1;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-2{--v-col-size:2;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-3{--v-col-size:3;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-4{--v-col-size:4;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-5{--v-col-size:5;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-6{--v-col-size:6;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-7{--v-col-size:7;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-8{--v-col-size:8;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-9{--v-col-size:9;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-10{--v-col-size:10;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-11{--v-col-size:11;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--cols-md-12{--v-col-size:12;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-md,var(--v-row-columns))}.v-col--offset-md-0{--v-col-offset:0;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-1{--v-col-offset:1;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-2{--v-col-offset:2;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-3{--v-col-offset:3;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-4{--v-col-offset:4;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-5{--v-col-offset:5;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-6{--v-col-offset:6;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-7{--v-col-offset:7;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-8{--v-col-offset:8;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-9{--v-col-offset:9;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-10{--v-col-offset:10;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}.v-col--offset-md-11{--v-col-offset:11;--v-col-offset-columns:var(--v-col-offset-base-md,var(--v-row-columns))}}@media (width>=1145px){.v-col--lg{--v-col-is-size: ;--v-col-is-auto: ;--v-col-is-grow:initial}.v-col--cols-lg-auto{--v-col-is-size: ;--v-col-is-auto:initial;--v-col-is-grow: }.v-col--cols-lg-1{--v-col-size:1;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-2{--v-col-size:2;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-3{--v-col-size:3;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-4{--v-col-size:4;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-5{--v-col-size:5;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-6{--v-col-size:6;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-7{--v-col-size:7;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-8{--v-col-size:8;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-9{--v-col-size:9;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-10{--v-col-size:10;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-11{--v-col-size:11;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--cols-lg-12{--v-col-size:12;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-lg,var(--v-row-columns))}.v-col--offset-lg-0{--v-col-offset:0;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-1{--v-col-offset:1;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-2{--v-col-offset:2;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-3{--v-col-offset:3;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-4{--v-col-offset:4;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-5{--v-col-offset:5;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-6{--v-col-offset:6;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-7{--v-col-offset:7;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-8{--v-col-offset:8;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-9{--v-col-offset:9;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-10{--v-col-offset:10;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}.v-col--offset-lg-11{--v-col-offset:11;--v-col-offset-columns:var(--v-col-offset-base-lg,var(--v-row-columns))}}@media (width>=1545px){.v-col--xl{--v-col-is-size: ;--v-col-is-auto: ;--v-col-is-grow:initial}.v-col--cols-xl-auto{--v-col-is-size: ;--v-col-is-auto:initial;--v-col-is-grow: }.v-col--cols-xl-1{--v-col-size:1;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-2{--v-col-size:2;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-3{--v-col-size:3;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-4{--v-col-size:4;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-5{--v-col-size:5;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-6{--v-col-size:6;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-7{--v-col-size:7;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-8{--v-col-size:8;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-9{--v-col-size:9;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-10{--v-col-size:10;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-11{--v-col-size:11;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--cols-xl-12{--v-col-size:12;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xl,var(--v-row-columns))}.v-col--offset-xl-0{--v-col-offset:0;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-1{--v-col-offset:1;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-2{--v-col-offset:2;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-3{--v-col-offset:3;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-4{--v-col-offset:4;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-5{--v-col-offset:5;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-6{--v-col-offset:6;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-7{--v-col-offset:7;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-8{--v-col-offset:8;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-9{--v-col-offset:9;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-10{--v-col-offset:10;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}.v-col--offset-xl-11{--v-col-offset:11;--v-col-offset-columns:var(--v-col-offset-base-xl,var(--v-row-columns))}}@media (width>=2138px){.v-col--xxl{--v-col-is-size: ;--v-col-is-auto: ;--v-col-is-grow:initial}.v-col--cols-xxl-auto{--v-col-is-size: ;--v-col-is-auto:initial;--v-col-is-grow: }.v-col--cols-xxl-1{--v-col-size:1;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-2{--v-col-size:2;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-3{--v-col-size:3;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-4{--v-col-size:4;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-5{--v-col-size:5;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-6{--v-col-size:6;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-7{--v-col-size:7;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-8{--v-col-size:8;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-9{--v-col-size:9;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-10{--v-col-size:10;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-11{--v-col-size:11;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--cols-xxl-12{--v-col-size:12;--v-col-is-size:initial;--v-col-is-auto: ;--v-col-is-grow: ;--v-col-size-columns:var(--v-col-size-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-0{--v-col-offset:0;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-1{--v-col-offset:1;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-2{--v-col-offset:2;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-3{--v-col-offset:3;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-4{--v-col-offset:4;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-5{--v-col-offset:5;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-6{--v-col-offset:6;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-7{--v-col-offset:7;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-8{--v-col-offset:8;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-9{--v-col-offset:9;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-10{--v-col-offset:10;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}.v-col--offset-xxl-11{--v-col-offset:11;--v-col-offset-columns:var(--v-col-offset-base-xxl,var(--v-row-columns))}}.v-spacer{flex-grow:1}.v-text-field input{color:inherit;flex:1;min-width:0;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.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-field:not(.v-field--no-label,.v-field--active) input::placeholder{opacity:0}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);cursor:default;opacity:0;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);align-items:center;transition:inherit;display:flex}.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:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent)}.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,.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{opacity:var(--v-medium-emphasis-opacity);white-space:nowrap;flex:0 auto;font-size:12px;transition-duration:.15s}.v-field{letter-spacing:.009375em;contain:layout;--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);border-radius:4px;flex:1 0;grid-area:control;grid-template-columns:min-content minmax(0,1fr) min-content min-content;grid-template-areas:"prepend-inner field clear append-inner";max-width:100%;font-size:16px;display:grid;position:relative}.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));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);border-color:#0000}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-right-radius:0;border-bottom-left-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{color:inherit;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);flex-wrap:wrap;align-items:center;column-gap:2px;width:100%;display:flex;position:relative}.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}:where(.v-field__input input,input.v-field__input,textarea.v-field__input,select.v-field__input){background-color:#0000;border-style:none;margin:0;padding:0}:where(.v-field__input input,input.v-field__input,textarea.v-field__input,select.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;align-items:flex-start;display:flex;position:relative}.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{padding-top:var(--v-input-padding-top,8px);align-items:flex-start;display:flex}.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{padding-top:calc(var(--v-field-padding-top,8px) + var(--v-input-padding-top,0px));padding-bottom:var(--v-field-padding-bottom,4px);align-items:flex-start}.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;margin-inline:4px;transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),width .15s cubic-bezier(.4,0,.2,1);overflow:hidden}@media (prefers-reduced-motion:reduce){.v-field__clearable{transition-property:opacity}}.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;max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;top:var(--v-input-padding-top);transform-origin:0;z-index:1;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);display:block;position:absolute}@media (prefers-reduced-motion:no-preference){.v-label.v-field-label{transition:opacity .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,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{top:var(--v-input-padding-top);margin:0;transform:translateY(-16px)}.v-field--variant-outlined .v-label.v-field-label--floating{transform-origin:50%;margin:0 4px;position:static;transform:translateY(-50%)}.v-field__outline{--v-field-border-width:1px;--v-field-border-opacity:.38;contain:layout;pointer-events:none;align-items:stretch;width:100%;height:100%;display:flex;position:absolute;left:0;right:0}@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-style:solid;border-color:currentColor;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);content:"";width:100%;height:100%;transition:opacity .25s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{content:"";border:0 solid;border-bottom-width:2px;width:100%;height:100%;transition:transform .15s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scaleX(0)}.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{opacity:var(--v-field-border-opacity);border:0 solid}@media (prefers-reduced-motion:no-preference){.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{transition:opacity .25s cubic-bezier(.4,0,.2,1)}}.v-field--variant-outlined .v-field__outline__start{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;flex:0 0 12px}.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-inline-end-width:var(--v-field-border-width);border-inline-start-width:0;border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;max-width:calc(100% - 24px);position:relative}.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);content:"";width:100%;height:100%;position:absolute;top:0;left:0}.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{border-width:0 0 var(--v-field-border-width);bottom:0}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{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;flex:1}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-inline-end-width:0;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__loader{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;width:100%;position:absolute;top:calc(100% - 2px);left:0;right:0;overflow:hidden}.v-field--variant-outlined .v-field__loader{width:calc(100% - 2px);top:calc(100% - 3px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.v-field--variant-filled .v-field__overlay{opacity:.04;background-color:currentColor;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{opacity:.04;background-color:currentColor;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{border-image:repeating-linear-gradient(to right, color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent) 0px, color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent) 2px, transparent 2px, transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}@media (forced-colors:active){.v-field .v-progress-linear{border:none}}.v-label{color:inherit;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);text-overflow:ellipsis;white-space:nowrap;align-items:center;font-size:1rem;display:inline-flex;overflow:hidden}.v-label--clickable{cursor:pointer}.v-input{flex:auto;font-size:1rem;font-weight:400;line-height:1.5;display:grid}.v-input--disabled{pointer-events:none}.v-input--indent-details .v-input__details{padding-inline:16px}.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:"append"max-content"control""prepend"max-content/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:"prepend control append"1fr"a messages b"/max-content minmax(0,1fr) max-content}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{letter-spacing:.0333333em;grid-area:messages;justify-content:space-between;align-items:flex-end;min-height:22px;padding-top:6px;font-size:.75rem;font-weight:400;line-height:normal;display:flex;overflow:hidden}.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,.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{padding-top:var(--v-input-padding-top);align-items:flex-start;display:flex}.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{grid-area:control;display:flex}.v-input--hide-spin-buttons input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.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{min-width:1px;min-height:14px;opacity:var(--v-medium-emphasis-opacity);flex:auto;font-size:12px;position:relative}.v-messages__message{word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;line-height:12px;transition-duration:.15s}.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.v-app-bar.v-toolbar:not(.v-toolbar--flat){box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent)}.v-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{flex-direction:column;flex:none;justify-content:space-between;align-items:flex-start;width:100%;max-width:100%;transition:height .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),max-width .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1),right .2s cubic-bezier(.4,0,.2,1),top .2s cubic-bezier(.4,0,.2,1),bottom .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}@media (prefers-reduced-motion:reduce){.v-toolbar{transition-property:box-shadow}}.v-toolbar{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{box-shadow:none;border-width:thin}.v-toolbar{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);background:rgb(var(--v-theme-surface-light));color:color-mix(in srgb, rgb(var(--v-theme-on-surface-light)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);border-radius:0}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden}.v-toolbar--collapse-end{margin-inline-start:auto}.v-toolbar--collapse.v-toolbar--collapse-start{border-end-end-radius:24px}.v-toolbar--collapse.v-toolbar--collapse-end{border-end-start-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-toolbar--floating{width:auto;display:inline-flex}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{flex:none;align-items:center;width:100%;transition:inherit;display:flex;position:relative}.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{opacity:var(--v-toolbar-image-opacity,1);width:100%;height:100%;transition-property:opacity;display:flex;position:absolute;top:0;left:0}.v-toolbar__prepend,.v-toolbar__append{align-self:stretch;align-items:center;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{letter-spacing:0;text-transform:none;flex:1;min-width:0;font-size:1.25rem;font-weight:400;line-height:1.75rem}.v-toolbar--density-prominent .v-toolbar-title{letter-spacing:0;text-transform:none;align-self:flex-end;padding-bottom:6px;font-size:1.5rem;font-weight:400;line-height:2.25rem}.v-toolbar-title__placeholder{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.v-toolbar-items{height:inherit;align-self:stretch;display:flex}.v-toolbar-items>.v-btn{border-radius:0}.v-fab{pointer-events:none;vertical-align:middle;flex:auto;align-items:center;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.v-fab .v-btn{pointer-events:auto}.v-fab .v-btn--variant-elevated{box-shadow:0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent)}.v-fab .v-btn--variant-elevated:hover{box-shadow:0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent)}.v-fab--app,.v-fab--absolute{display:flex}.v-fab--absolute{position:absolute;inset:0}.v-fab--start,.v-fab--left{justify-content:flex-start}.v-fab--center{justify-content:center;align-items: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__container{vertical-align:middle;align-self:center;display:inline-flex}.v-fab--app .v-fab__container{margin:12px;position:fixed}.v-fab--absolute .v-fab__container{z-index:4;position:absolute}.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-slide-group--horizontal .v-tab{max-width:360px}.v-slide-group--vertical .v-tab{justify-content:start}.v-tab__slider{pointer-events:none;opacity:0;background:currentColor;width:100%;height:2px;position:absolute;bottom:0;left:0}.v-tab--selected .v-tab__slider{opacity:1}.v-slide-group--vertical .v-tab__slider{width:2px;height:100%;top:0}.v-tabs{height:var(--v-tabs-height);display:flex}.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{--v-tabs-height:48px;flex:none;height:auto}.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}.v-tabs--inset{--v-tabs-inset-radius:4px;--v-tabs-inset-padding:4px;--v-tabs-slider-background:rgba(var(--v-theme-on-surface), .2);background:color-mix(in srgb, rgb(var(--v-theme-on-surface)) 6%, transparent);box-shadow:inset 0 0 0 2px rgba(var(--v-border-color), var(--v-border-opacity));border-radius:calc(var(--v-tabs-inset-radius) + var(--v-tabs-inset-padding))}.v-tabs--inset .v-tab{margin:var(--v-tabs-inset-padding);transition-property:box-shadow,transform,opacity,background,color}.v-tabs--inset .v-tab.v-tab.v-btn{border-radius:var(--v-tabs-inset-radius)}.v-tabs--inset .v-tab:focus-visible{outline:2px solid rgb(var(--v-border-color));outline-offset:2px}.v-tabs--inset .v-tab:focus-visible:after{opacity:0}.v-tabs--inset:not(.v-tabs--fixed-tabs,.v-tabs--grow){max-width:max-content}.v-tabs--inset.v-tabs--fixed-tabs .v-slide-group__content{padding-inline:var(--v-tabs-inset-padding)}.v-tabs--inset .v-tab__slider{background:var(--v-tabs-slider-background);border-radius:var(--v-tabs-inset-radius);z-index:-1;width:auto;inset:0}.v-tabs--inset.v-tabs--horizontal{height:calc(var(--v-tabs-height) + var(--v-tabs-inset-padding) * 2);--v-tabs-inset-tab-radius:calc(var(--v-tabs-outer-radius) - var(--v-tabs-inset-padding) + 4px)}.v-tabs--inset.v-tabs--horizontal .v-tab__slider{height:auto}.v-tabs--inset .v-btn__overlay{display:none}.v-tabs--inset.v-tabs--vertical .v-tab{grid-template-columns:max-content 1fr max-content}.v-tabs--inset.v-tabs--vertical .v-tab>.v-btn__content{justify-content:start}.v-tabs--inset.v-tabs--vertical .v-tab .v-tab__slider{width:auto}@media (width<=1144.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-window{overflow:hidden}.v-window__container{height:inherit;flex-direction:column;transition:all .3s cubic-bezier(.25,.8,.5,1);display:flex;position:relative}.v-window__controls{pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 16px;display:flex;position:absolute;top:0;left:0}.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%)}:has(.v-window__controls--right).v-window--show-arrows-on-hover .v-window__left,.v-window--show-arrows-on-hover .v-window__right{transform:translate(200%)}:has(.v-window__controls--left).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--vertical-arrows .v-window__controls{flex-direction:column;justify-content:center;gap:12px}.v-window--vertical-arrows .v-window__controls--left{align-items:start}.v-window--vertical-arrows .v-window__controls--right{align-items:end}.v-window--vertical-arrows .v-window__controls .v-window__left .v-icon,.v-window--vertical-arrows .v-window__controls .v-window__right .v-icon{transform:rotate(90deg)}.v-window--crossfade>.v-window__container{isolation:isolate}.v-window--crossfade>.v-window__container>.v-window-item{mix-blend-mode:plus-lighter}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{cursor:pointer;flex:0 52px;justify-content:center;align-items:center;min-width:52px;display:flex}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{white-space:nowrap;flex:1 0 auto;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;scrollbar-width:none;scrollbar-color:#0000;flex:auto;display:flex;overflow:auto hidden}.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:hidden auto}.v-tooltip>.v-overlay__content{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant));text-transform:initial;opacity:1;overflow-wrap:break-word;border-radius:4px;width:auto;padding:5px 16px;font-size:.875rem;line-height:1.6;transition-property:opacity,transform;display:inline-block}.v-tooltip:not(.v-tooltip--interactive)>.v-overlay__content{pointer-events:none}.v-alert{--v-border-color:currentColor;flex:1;grid-template-columns:max-content auto max-content max-content;grid-template-areas:"prepend content append close"".content. .";padding:16px;display:grid;position:relative;overflow:hidden}.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{color:inherit;background:0 0}.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:color-mix(in srgb, rgb(var(--v-theme-on-surface-light)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.v-alert--variant-elevated{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-alert--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-alert--variant-outlined{border:thin solid}.v-alert--variant-text .v-alert__overlay{background:currentColor}.v-alert--variant-tonal .v-alert__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.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:opacity .2s cubic-bezier(.4,0,.2,1)}.v-alert--density-default{padding-top:16px;padding-bottom: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-top:12px;padding-bottom: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-top:8px;padding-bottom: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:not(:has(.v-alert-title)) .v-alert__content{padding-block:.125rem}.v-alert__border{border-radius:inherit;opacity:var(--v-border-opacity);pointer-events:none;border:0 solid;width:100%;position:absolute;inset:0}.v-alert__border--border{box-shadow:none;border-width:8px}.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 auto;grid-area:close}.v-alert__close>.v-btn{margin-block:calc(-1 * (var(--v-btn-height) + 12px - 1.75rem) / 2)}.v-alert__content{grid-area:content;align-self:center;overflow:hidden}.v-alert__content>:first-child{margin-top:0}.v-alert__content>:last-child{margin-bottom:0}.v-alert__append,.v-alert__close{margin-inline-start:16px}.v-alert__append{grid-area:append;align-self:flex-start}.v-alert__append+.v-alert__close{margin-inline-start:16px}.v-alert__prepend{grid-area:prepend;align-self:flex-start;align-items:center;min-height:1.75rem;margin-inline-end:16px;display:flex}.v-alert__prepend>.v-icon{width:1.75rem;height:1.75rem;font-size:1.75rem}.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-right-radius:0;border-bottom-left-radius:0}.v-alert-title{hyphens:auto;letter-spacing:normal;overflow-wrap:normal;text-transform:none;word-break:normal;word-wrap:break-word;align-self:center;align-items:center;font-size:1.5rem;font-weight:400;line-height:1.75rem;display:flex}@media (forced-colors:active){.v-alert:not(.v-alert--variant-text,.v-alert--variant-plain){border-style:solid}.v-alert--variant-outlined,.v-alert--variant-tonal{border-width:medium}.v-alert--variant-elevated,.v-alert--variant-flat{border-width:thick}}.v-selection-control{contain:layout;user-select:none;flex:1 0;grid-area:control;align-items:center;display:flex;position:relative}.v-selection-control .v-label{white-space:normal;word-break:break-word;opacity:1;height:100%}.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{flex:none;min-width:0;max-width:100%;display:inline-flex}.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);flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;position:relative}.v-selection-control__input input{cursor:pointer;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.v-selection-control__input:before{opacity:0;pointer-events:none;content:"";background-color:currentColor;border-radius:100%;width:100%;height:100%;position:absolute;top:0;left:0}.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-selection-control-group{flex-direction:column;grid-area:control;display:flex}.v-selection-control-group--inline{flex-flow:wrap}.v-application{background:rgb(var(--v-theme-background));color:color-mix(in srgb, rgb(var(--v-theme-on-background)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);display:flex}.v-application__wrap{backface-visibility:hidden;flex-direction:column;flex:auto;max-width:100%;min-height:100dvh;display:flex;position:relative}.v-layout{--v-scrollbar-offset:0px;flex:auto;display:flex}.v-layout--full-height{--v-scrollbar-offset:inherit;height:100%}.v-main{max-width:100%;padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom);flex:1 0 auto;transition:all .2s cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){.v-main{transition:none}}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.v-main--scrollable>.v-main__scroller{--v-layout-left:0px;--v-layout-right:0px;--v-layout-top:0px;--v-layout-bottom:0px;flex:auto;overflow-y:auto}.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 .v-field__input{word-break:break-word}.v-file-input input[type=file]{opacity:0;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.v-file-input--dragging input[type=file]{z-index:1}.v-chip{white-space:nowrap;vertical-align:middle;align-items:center;min-width:0;max-width:100%;font-weight:400;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.v-chip .v-icon{--v-icon-size-multiplier:.857143}.v-chip.v-chip--size-x-small{--v-chip-size:.625rem;--v-chip-height:20px;padding:0 8px;font-size:.625rem}.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:-5.6px 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:4px -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:-4px 4px}.v-chip.v-chip--size-x-small .v-icon--end,.v-chip.v-chip--size-x-small .v-chip__close{margin-inline:4px -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;padding:0 10px;font-size:.75rem}.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:-7px 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:5px -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:-5px 5px}.v-chip.v-chip--size-small .v-icon--end,.v-chip.v-chip--size-small .v-chip__close{margin-inline:5px -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;padding:0 12px;font-size:.875rem}.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:-8.4px 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:6px -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:-6px 6px}.v-chip.v-chip--size-default .v-icon--end,.v-chip.v-chip--size-default .v-chip__close{margin-inline:6px -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;padding:0 14px;font-size:1rem}.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:-9.8px 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:7px -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:-7px 7px}.v-chip.v-chip--size-large .v-icon--end,.v-chip.v-chip--size-large .v-chip__close{margin-inline:7px -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;padding:0 17px;font-size:1.125rem}.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:-11.9px 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:8.5px -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:-8.5px 8.5px}.v-chip.v-chip--size-x-large .v-icon--end,.v-chip.v-chip--size-x-large .v-chip__close{margin-inline:8.5px -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{color:inherit;background:0 0}.v-chip--variant-plain{opacity:.62}.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:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-chip--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-chip--variant-outlined{border:thin solid}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-chip .v-chip__underlay{position:absolute}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--link,.v-chip--filter{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{font:inherit;text-transform:none;color:inherit;cursor:pointer;user-select:none;background-color:#0000;border-style:none;flex:0 auto;max-width:18px;max-height:18px;margin:0;padding:0;font-size:18px;overflow:visible}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:all .15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{border-radius:inherit;pointer-events:none;opacity:0;background-color:currentColor;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}.v-chip--disabled{opacity:.3;pointer-events:none;user-select:none}.v-chip--label{border-radius:4px}@media (forced-colors:active){.v-chip:not(.v-chip--variant-text,.v-chip--variant-plain){border:thin solid}}.v-chip-group{min-width:0;max-width:100%;padding:4px 0;display:flex;overflow-x:auto}.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-list{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;outline:none;padding:8px 0;position:relative;overflow:auto}.v-list--border{box-shadow:none;border-width:thin}.v-list{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);background:rgba(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);border-radius:0}.v-list--disabled{pointer-events:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--nav .v-list-item:not(:first-child),.v-list--nav .v-list-group:not(:first-child)>.v-list-item,.v-list--nav .v-list-group__items>.v-list-item,.v-list--nav .v-list-group__items>.v-list-group{margin-top:4px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;z-index:-1;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.v-list-subheader{background:inherit;color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);align-items:center;min-height:40px;padding-inline-end:16px;font-size:.875rem;font-weight:400;line-height:1.375rem;transition:min-height .2s cubic-bezier(.4,0,.2,1);display:flex}.v-list-subheader__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))}.v-list-subheader--inset{--indent-padding:56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;z-index:1;position:sticky;top:0;left:0}.v-list__overlay{border-radius:inherit;opacity:0;pointer-events:none;background-color:currentColor;transition:opacity .2s ease-in-out;position:absolute;inset:0}.v-list-item{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;outline:none;flex:none;grid-template-columns:max-content 1fr auto;grid-template-areas:"prepend content append";align-items:center;max-width:100%;padding:4px 16px;text-decoration:none;display:grid;position:relative}.v-list-item--border{box-shadow:none;border-width:thin}.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{color:inherit;background:0 0}.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:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.v-list-item--variant-elevated{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.v-list-item--variant-flat{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-list-item--variant-outlined{border:thin solid}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{opacity:var(--v-activated-opacity);border-radius:inherit;pointer-events:none;background:currentColor;inset:0}.v-list-item .v-list-item__underlay{position:absolute}.v-list-item--focus-visible .v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;opacity:0;content:"";border:2px solid;border-radius:4px;width:100%;height:100%;transition:opacity .2s ease-in-out;position:absolute;top:0;left:0}.v-list-item:focus-visible:after,.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;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{grid-area:prepend;align-self:center;align-items:center;display:flex}.v-list-item__prepend *~.v-list-item__spacer{width:var(--v-list-prepend-gap)}.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:var(--v-list-prepend-gap,32px)}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:has(.v-avatar)~.v-list-item__spacer{width:var(--v-list-prepend-gap,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:var(--v-list-prepend-gap,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:has(.v-avatar)~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap,4px)}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{grid-area:append;align-self:center;align-items:center;display:flex}.v-list-item__append .v-list-item__spacer{order:-1;transition:width .15s cubic-bezier(.4,0,.2,1)}.v-list-item__append *~.v-list-item__spacer{width:var(--v-list-prepend-gap)}.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:var(--v-list-prepend-gap,32px)}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:has(.v-avatar)~.v-list-item__spacer,.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap,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:var(--v-list-slim-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:has(.v-avatar)~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap,4px)}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{grid-area:content;align-self:center;min-width:40px;overflow:hidden}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item__content,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item__content{min-width:0}.v-list-item-action{flex:none;align-self:center;align-items:center;transition:height,width;display:flex}.v-list-item-action--start{margin-inline:-8px 8px}.v-list-item-action--end{margin-inline:8px -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{opacity:var(--v-list-item-subtitle-opacity,var(--v-medium-emphasis-opacity));text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial;-webkit-box-orient:vertical;padding:0;display:-webkit-box;overflow:hidden}.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{letter-spacing:.0178571em;text-transform:none;font-size:.875rem;font-weight:400;line-height:1rem}.v-list-item--nav .v-list-item-subtitle{letter-spacing:.0178571em;font-size:.75rem;font-weight:400;line-height:1rem}.v-list-item-title{hyphens:auto;overflow-wrap:normal;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word;letter-spacing:.03125em;text-transform:none;padding:0;font-size:1rem;font-weight:400;line-height:1.5;overflow:hidden}.v-list-item--nav .v-list-item-title{letter-spacing:normal;font-size:.8125rem;font-weight:500;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,.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line,.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,.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line,.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,.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line,.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-item__underlay{position:absolute}.v-list-item__overlay{border-radius:inherit;opacity:0;pointer-events:none;background-color:currentColor;transition:opacity .2s ease-in-out,color .2s ease-in-out;position:absolute;inset:0}.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:var(--v-list-group-prepend,40px)}.v-list--slim .v-list-group{--prepend-width:var(--v-list-group-prepend,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(--v-list-indent,var(--list-indent-size)));min-width:min-content}.v-navigation-drawer--rail .v-list-group__items{min-width:0}.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-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{margin-top:8px;padding-inline-start:6px}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.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{opacity:1;pointer-events:none;caret-color:#0000;width:100%;padding-inline:inherit;flex:0 0;align-self:flex-start;transition:none;position:absolute;left:0;right:0}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.v-select__content{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent);overflow:hidden}.v-menu>.v-overlay__content.v-select__content{border-radius:4px}.v-select__content>.v-sheet{flex-direction:column;display:flex}.v-select__mask{background:rgb(var(--v-theme-surface-light))}.v-select__selection{letter-spacing:inherit;line-height:inherit;align-items:center;max-width:100%;display:inline-flex}.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:all .2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{transform:rotate(180deg)}.v-menu>.v-overlay__content{border-radius:4px;flex-direction:column;display:flex}.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;height:100%;box-shadow:0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent);overflow:auto}.v-sheet{border-color:rgba(var(--v-border-color), var(--v-border-opacity));border-style:solid;border-width:0;display:block}.v-sheet--border{box-shadow:none;border-width:thin}.v-sheet{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet{background:rgb(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);border-radius:0}.v-sheet--rounded{border-radius:4px}.v-virtual-scroll{flex:auto;max-width:100%;display:block;position:relative;overflow:auto}.v-virtual-scroll__container{display:block}.v-slider .v-slider__container input{cursor:default;width:100%;padding:0;display:none}.v-slider>.v-input__append,.v-slider>.v-input__prepend{padding:0}.v-slider__container{min-height:inherit;cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.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}.v-slider.v-input--horizontal>.v-input__prepend{margin-inline-end:8px}.v-slider.v-input--horizontal>.v-input__append{margin-inline-start:8px}.v-slider.v-input--horizontal>.v-input__control{align-items:center;min-height:32px;margin-inline:8px;display:flex}.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:color-mix(in srgb, rgb(var(--v-theme-surface-variant)) 70%, transparent);color:rgb(var(--v-theme-on-surface-variant))}.v-slider-thumb__label>.v-slider-thumb__label-wedge{background:inherit}.v-slider-thumb{outline:none;transition:all .3s cubic-bezier(.25,.8,.5,1);position:absolute}.v-slider-thumb__surface{cursor:pointer;width:var(--v-slider-thumb-size);height:var(--v-slider-thumb-size);user-select:none;background-color:currentColor;border-radius:50%}@media (forced-colors:active){.v-slider-thumb__surface{background-color:highlight}}.v-slider-thumb__surface:before{content:"";color:inherit;pointer-events:none;opacity:0;background:currentColor;border-radius:50%;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left: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{transition:all .2s cubic-bezier(.4,0,1,1);position:absolute}.v-slider-thumb__label{user-select:none;border-radius:4px;justify-content:center;align-items:center;min-width:35px;height:25px;padding:6px;font-size:.6875rem;transition:all .2s cubic-bezier(.4,0,1,1);display:flex;position:absolute}.v-slider-thumb__label>.v-slider-thumb__label-wedge{width:12px;height:12px;position:absolute}.v-slider-thumb__ripple{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;position:absolute}.v-slider.v-input--horizontal .v-slider-thumb{top:50%;inset-inline-start:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);transform:translateY(-50%)}.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>.v-slider-thumb__label-wedge{clip-path:polygon(50% 100%,0 50%,100% 50%);bottom:-5.8px}.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>.v-slider-thumb__label-wedge{clip-path:polygon(0 50%,50% 0,50% 100%);left:-5.8px}.v-slider-thumb--focused .v-slider-thumb__surface:before{opacity:var(--v-focus-opacity);transform:scale(2)}.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{border-radius:inherit;transition:all .3s cubic-bezier(.25,.8,.5,1);position:absolute}.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{width:100%;height:100%;position:relative}.v-slider-track__tick{opacity:0;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));border-radius:2px;transition:opacity .2s cubic-bezier(.4,0,.2,1);position:absolute}.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{user-select:none;white-space:nowrap;position:absolute}.v-slider.v-input--horizontal .v-slider-track{width:100%;height:calc(var(--v-slider-track-size) + 2px);touch-action:pan-y;align-items:center;display:flex}.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%;width:calc(var(--v-slider-track-size) + 2px);touch-action:pan-x;justify-content:center;display:flex}.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{transform:translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));margin-inline-start:calc(calc(var(--v-slider-track-size) + 2px) / 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-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{background-color:rgb(var(--v-theme-surface-variant));opacity:.6;cursor:pointer;border-radius:9999px;align-items:center;min-width:36px;height:14px;padding:0 5px;font-size:.5rem;transition:background-color .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.v-switch--inset .v-switch__track{border-radius:9999px;min-width:52px;height:32px;font-size:.75rem}.v-switch__thumb{background-color:rgb(var(--v-theme-surface-bright));color:rgb(var(--v-theme-on-surface-bright));pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;transition:transform .15s cubic-bezier(0,0,.2,1) 50ms,color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.v-switch:not(.v-switch--inset) .v-switch__thumb{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent)}.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:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.v-switch--inset .v-switch__thumb{width:24px;height:24px;transform:scale(.666667)}.v-switch--inset .v-switch__thumb--filled{transform:none}.v-switch--inset .v-selection-control--dirty .v-switch__thumb{transition:transform .15s cubic-bezier(0,0,.2,1) 50ms;transform:none}.v-switch.v-input{flex:0 auto}.v-switch .v-selection-control{min-height:var(--v-input-control-height)}.v-switch .v-selection-control__input{border-radius:50%;transition:transform .2s 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{box-shadow:none;transform:scale(.75)}.v-switch.v-switch--inset .v-selection-control__wrapper{width:auto}.v-switch.v-input--vertical .v-label{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{color:buttontext;border:1px solid}.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb,.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{color:highlighttext;background-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-textarea{--v-textarea-max-height:initial}.v-textarea .v-field{--v-textarea-control-height:var(--v-input-control-height)}.v-textarea .v-field:not(.v-field--no-label,.v-field--active) textarea::placeholder{opacity:0}.v-textarea .v-field__field{--v-input-control-height:var(--v-textarea-control-height)}.v-textarea .v-field__input{max-height:var(--v-textarea-max-height);-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)), linear-gradient(to right, transparent, transparent calc(100% - var(--v-textarea-scroll-bar-width,16px)), black calc(100% - var(--v-textarea-scroll-bar-width,16px)));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)), linear-gradient(to right, transparent, transparent calc(100% - var(--v-textarea-scroll-bar-width,16px)), black calc(100% - var(--v-textarea-scroll-bar-width,16px)));outline:none;flex:auto}.v-textarea .v-field__input.v-textarea__sizer{visibility:hidden;pointer-events:none;position:absolute;top:0;left:0}.v-textarea--no-resize .v-field__input{resize:none}.v-textarea textarea{flex:1;min-width:0;height:100%;transition:opacity .15s cubic-bezier(.4,0,.2,1)}.v-textarea textarea:focus,.v-textarea textarea:active{outline:none}.v-textarea textarea:invalid{box-shadow:none}.v-table{background:rgb(var(--v-theme-surface));color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);font-size:.875rem;transition-property:box-shadow,opacity,background,height;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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,.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:"";width:100%;height:100%;position:absolute;top:0;left:0}.v-table.v-table--striped-even>.v-table__wrapper>table>tbody>tr:nth-child(2n),.v-table.v-table--striped-odd>.v-table__wrapper>table>tbody>tr:nth-child(odd){background-image:linear-gradient(0deg, rgba(var(--v-border-color), var(--v-hover-opacity)), rgba(var(--v-border-color), var(--v-hover-opacity)))}.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;flex-direction:column;max-width:100%;line-height:1.5;display:flex}.v-table>.v-table__wrapper>table{border-spacing:0;width:100%}.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-property:box-shadow,opacity,background,height;transition-duration:.28s;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;font-size:inherit;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;flex:auto;overflow: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-right-radius:0;border-bottom-left-radius:0}.v-table--fixed-height>.v-table__wrapper{overflow-y:auto}.v-table--fixed-header>.v-table__wrapper>table>thead{z-index:2;position:sticky;top:0}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr{z-index:1;position:sticky;bottom:0}.v-data-table{width:100%}.v-data-table__table{border-collapse:separate;border-spacing:0;width:100%}.v-data-table__tr--focus{border:1px dotted #000}.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--empty,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--empty,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--empty,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--empty{padding:0}.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>thead>tr>th.v-data-table__th--sortable:focus,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:focus{cursor:pointer;color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-high-emphasis-opacity) * 100%), transparent)}.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>thead>tr>th:not(.v-data-table__th--sorted):focus-visible .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,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):focus-visible .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:fit-content}.v-data-table-column--fixed,.v-data-table-column--fixed-end,.v-data-table__th--sticky{background-color:rgb(var(--v-theme-surface));background-image:inherit;z-index:1;left:0}.v-data-table-column--fixed-end{left:unset;right:0}.v-data-table-column--last-fixed{border-right:1px solid rgba(var(--v-border-color), var(--v-border-opacity))}.v-data-table-column--first-fixed-end{border-left: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,.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed-end{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:not(.v-table--fixed-header)>.v-table__wrapper>table>thead>tr>.v-data-table__td:not(.v-data-table-column--fixed),.v-data-table--loading:not(.v-table--fixed-header)>.v-table__wrapper>table>thead>tr>.v-data-table__td:not(.v-data-table-column--fixed-end),.v-data-table--loading:not(.v-table--fixed-footer)>.v-table__wrapper>table>tfoot>tr>.v-data-table__td:not(.v-data-table-column--fixed),.v-data-table--loading:not(.v-table--fixed-footer)>.v-table__wrapper>table>tfoot>tr>.v-data-table__td:not(.v-data-table-column--fixed-end),.v-data-table--loading>.v-table__wrapper>table>tbody>tr>.v-data-table__td:not(.v-data-table-column--fixed),.v-data-table--loading>.v-table__wrapper>table>tbody>tr>.v-data-table__td:not(.v-data-table-column--fixed-end){opacity:var(--v-disabled-opacity)}.v-data-table-header__content{align-items:center;display:flex}.v-data-table-header__sort-icon{margin-inline:0}.v-data-table-header__sort-badge{background:rgba(var(--v-border-color), var(--v-border-opacity));border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;min-height:20px;padding:4px;font-size:.875rem;display:inline-flex}.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{min-height:var(--v-table-row-height);grid-template-columns:repeat(2,1fr);align-items:center;column-gap:4px;display:grid}.v-data-table__td-title{text-align:start;font-weight:500}.v-data-table__td-value{text-align:end}.v-data-table__td-sort-icon{color:color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-disabled-opacity) * 100%), transparent)}.v-data-table__td-sort-icon-active{color:rgba(var(--v-theme-on-surface))}.v-data-table-footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;padding:8px 4px;display:flex}.v-data-table-footer__items-per-page{justify-content:center;align-items:center;display:flex}.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{justify-content:flex-end;min-width:116px;padding:0 16px;display:flex}.v-data-table-footer__paginationz{align-items:center;margin-inline-start:16px;display:flex}.v-data-table-footer__page{padding:0 8px}.v-pagination__list{justify-content:center;width:100%;margin:0;padding:0;list-style-type:none;display:inline-flex}.v-pagination__item,.v-pagination__first,.v-pagination__prev,.v-pagination__next,.v-pagination__last{margin:.3rem}.v-number-input input[type=number]{-moz-appearance:textfield}.v-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.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){border-start-start-radius:inherit;border-end-start-radius:inherit;overflow:hidden}.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__prepend-inner:has(.v-number-input__control) .v-divider--vertical{margin-inline:-1px 0}.v-number-input .v-field__append-inner:has(.v-number-input__control){border-start-end-radius:inherit;border-end-end-radius:inherit;overflow:hidden}.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__append-inner:has(.v-number-input__control) .v-divider--vertical{margin-inline:0 -1px}.v-number-input .v-field__clearable:has(+.v-field__append-inner>hr:first-child){margin-inline-end:8px}.v-number-input--inset .v-divider{align-self:center;width:55%;height:55%}.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--stacked .v-field--variant-underlined>.v-field__prepend-inner:has(.v-number-input__control),.v-number-input--stacked .v-field--variant-underlined>.v-field__append-inner:has(.v-number-input__control){padding-top:var(--v-field-padding-top)}.v-number-input--stacked .v-field--variant-underlined>.v-field__prepend-inner:has(.v-number-input__control)>:not(.v-number-input__control,.v-divider--vertical),.v-number-input--stacked .v-field--variant-underlined>.v-field__append-inner:has(.v-number-input__control)>:not(.v-number-input__control,.v-divider--vertical){margin-top:var(--v-input-padding-top,0)}.v-number-input--hide-input .v-field{flex:none;gap:0}.v-number-input--hide-input .v-field__input{width:0;padding-inline:0}.v-number-input__control{height:100%;display:flex}.v-number-input__control .v-btn{background-color:#0000;border-radius:0}.blockquote{margin:0;padding:16px 0 16px 24px;font-size:18px;font-weight:300}}@layer vuetify-overrides{.v-fab--extended .v-btn{border-radius:9999px}.v-tab{height:var(--v-tabs-height);border-radius:0;min-width:90px}.v-window-item{transition-duration:var(--v-window-transition-duration,revert-layer)}.v-tooltip>.v-overlay__content[class*=enter-active]{transition-duration:.15s;transition-timing-function:cubic-bezier(0,0,.2,1)}.v-tooltip>.v-overlay__content[class*=leave-active]{transition-duration:75ms;transition-timing-function:cubic-bezier(.4,0,1,1)}.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))}.v-textarea .v-field__input.v-textarea__sizer{height:0;min-height:0}.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{border-bottom:0}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>td,.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>th{border-top:0}.v-data-table-column--fixed,.v-data-table-column--fixed-end,.v-data-table__th--sticky{position:sticky}.v-data-table-group-header-row__column{padding-inline-start:calc(var(--v-data-table-group-header-row-depth) * 16px)}.v-data-table-progress>th{border:none;height:auto;padding:0}.v-data-table__tr--mobile>td:not(:last-child){border-bottom:0}}@layer vuetify-utilities{@layer theme-base,typography,helpers,theme-background,theme-foreground;}@layer vuetify-final{@layer transitions,trumps;}@layer vuetify-final.transitions{@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}@media (prefers-reduced-motion:no-preference){.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-both-transition-enter-active,.expand-both-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:.225s;transition-timing-function:cubic-bezier(0,0,.2,1)}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:.125s;transition-timing-function:cubic-bezier(.4,0,1,1)}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{pointer-events:none;transition-property:transform,opacity}.dialog-transition-enter-from,.dialog-transition-leave-to{opacity:0;transform:scale(.9)}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-transition-move,.picker-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-x-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width}.expand-both-transition-enter-active,.expand-both-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-both-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-both-transition-enter-active,.expand-both-transition-leave-active{transition-property:height,width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s}.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}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s}.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}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.message-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fab-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0)rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform}}.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:all .3s cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion:reduce){.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-duration:0s}}.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{width:100%;position:absolute;top:0}.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-window-crossfade-transition-enter-active,.v-window-crossfade-transition-leave-active{transition:all .3s cubic-bezier(.25,.8,.5,1)}.v-window-crossfade-transition-leave-from,.v-window-crossfade-transition-leave-to{width:100%;position:absolute;top:0}.v-window-crossfade-transition-enter-from,.v-window-crossfade-transition-leave-to{opacity:0}@media (prefers-reduced-motion:no-preference){.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-both-transition-enter-active,.expand-both-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:.225s;transition-timing-function:cubic-bezier(0,0,.2,1)}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:.125s;transition-timing-function:cubic-bezier(.4,0,1,1)}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{pointer-events:none;transition-property:transform,opacity}.dialog-transition-enter-from,.dialog-transition-leave-to{opacity:0;transform:scale(.9)}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-transition-move,.picker-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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;transition-timing-function:cubic-bezier(.4,0,.2,1)}.picker-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-x-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width}.expand-both-transition-enter-active,.expand-both-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-both-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.expand-both-transition-enter-active,.expand-both-transition-leave-active{transition-property:height,width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s}.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}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s}.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}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.message-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-y-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-y-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-x-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.slide-x-reverse-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.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}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fab-transition-move{transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0)rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform}}}@layer vuetify-utilities.theme-base{.v-theme-on-light{color:rgb(var(--v-theme-on-light))}.v-theme-on-dark{color:rgb(var(--v-theme-on-dark))}}@layer vuetify-core.reset{[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}html{box-sizing:border-box;-webkit-text-size-adjust:100%;tab-size:4;margin:0}body{margin:0}*,:before,:after{box-sizing:inherit;background-repeat:no-repeat}:before,:after{text-decoration:inherit;vertical-align:inherit}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}}@layer vuetify-core.base{@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}@supports (-webkit-touch-callout:none){body{cursor:pointer}}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}html{font-family:var(--v-font-body,"Roboto", sans-serif);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:#0000;font-size:1rem;line-height:1.5;overflow-x:hidden}html.overflow-y-hidden{overflow-y:hidden}:root{--v-theme-overlay-multiplier:1;--v-scrollbar-offset:0px}@supports (-webkit-touch-callout:none){body{cursor:pointer}}}@layer vuetify-utilities.helpers{@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.flex-fill,.flex-1-1{flex:auto}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (width<=599.98px){.hidden-xs{display:none!important}}@media (width>=600px) and (width<=839.98px){.hidden-sm{display:none!important}}@media (width>=840px) and (width<=1144.98px){.hidden-md{display:none!important}}@media (width>=1145px) and (width<=1544.98px){.hidden-lg{display:none!important}}@media (width>=1545px) and (width<=2137.98px){.hidden-xl{display:none!important}}@media (width>=2138px){.hidden-xxl{display:none!important}}@media (width>=600px){.hidden-sm-and-up{display:none!important}}@media (width>=840px){.hidden-md-and-up{display:none!important}}@media (width>=1145px){.hidden-lg-and-up{display:none!important}}@media (width>=1545px){.hidden-xl-and-up{display:none!important}}@media (width<=839.98px){.hidden-sm-and-down{display:none!important}}@media (width<=1144.98px){.hidden-md-and-down{display:none!important}}@media (width<=1544.98px){.hidden-lg-and-down{display:none!important}}@media (width<=2137.98px){.hidden-xl-and-down{display:none!important}}.elevation-0{box-shadow:0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent)}.elevation-1{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent)}.elevation-2{box-shadow:0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 2px 6px 2px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 4%, transparent)}.elevation-3{box-shadow:0px 1px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 4px 8px 3px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 6%, transparent)}.elevation-4{box-shadow:0px 2px 3px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 6px 10px 4px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 8%, transparent)}.elevation-5{box-shadow:0px 4px 4px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity,.3)), 0px 8px 12px 6px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity,.15));--v-elevation-overlay:color-mix(in srgb, var(--v-elevation-overlay-color) 10%, transparent)}.elevation-overlay{background-image:linear-gradient(var(--v-elevation-overlay), var(--v-elevation-overlay))}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.pointer-pass-through{pointer-events:none!important}.pointer-pass-through>*{pointer-events:auto!important}.d-sr-only,.d-sr-only-focusable:not(:focus){clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-table{display:table}.d-table-row{display:table-row}.d-table-cell{display:table-cell}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.float-none{float:none}.float-left{float:left}.float-right{float:right}.v-locale--is-rtl .float-end{float:left}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right}.v-locale--is-ltr .float-start{float:left}.flex-fill,.flex-1-1{flex:auto}.flex-1-0{flex:1 0 auto}.flex-0-1{flex:0 auto}.flex-0-0{flex:none}.flex-1-1-100{flex:100%}.flex-1-0-100{flex:1 0 100%}.flex-0-1-100{flex:0 100%}.flex-0-0-100{flex:0 0 100%}.flex-1-1-0{flex:1 1 0}.flex-1-0-0{flex:1 0 0}.flex-0-1-0{flex:0 1 0}.flex-0-0-0{flex:0 0 0}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.justify-space-evenly{justify-content:space-evenly}.justify-items-start{justify-items:flex-start}.justify-items-end{justify-items:flex-end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-baseline{align-items:baseline}.align-stretch{align-items:stretch}.ga-0{gap:0}.ga-1{gap:4px}.ga-2{gap:8px}.ga-3{gap:12px}.ga-4{gap:16px}.ga-5{gap:20px}.ga-6{gap:24px}.ga-7{gap:28px}.ga-8{gap:32px}.ga-9{gap:36px}.ga-10{gap:40px}.ga-11{gap:44px}.ga-12{gap:48px}.ga-13{gap:52px}.ga-14{gap:56px}.ga-15{gap:60px}.ga-16{gap:64px}.ga-auto{gap:auto}.gr-0{row-gap:0}.gr-1{row-gap:4px}.gr-2{row-gap:8px}.gr-3{row-gap:12px}.gr-4{row-gap:16px}.gr-5{row-gap:20px}.gr-6{row-gap:24px}.gr-7{row-gap:28px}.gr-8{row-gap:32px}.gr-9{row-gap:36px}.gr-10{row-gap:40px}.gr-11{row-gap:44px}.gr-12{row-gap:48px}.gr-13{row-gap:52px}.gr-14{row-gap:56px}.gr-15{row-gap:60px}.gr-16{row-gap:64px}.gr-auto{row-gap:auto}.gc-0{column-gap:0}.gc-1{column-gap:4px}.gc-2{column-gap:8px}.gc-3{column-gap:12px}.gc-4{column-gap:16px}.gc-5{column-gap:20px}.gc-6{column-gap:24px}.gc-7{column-gap:28px}.gc-8{column-gap:32px}.gc-9{column-gap:36px}.gc-10{column-gap:40px}.gc-11{column-gap:44px}.gc-12{column-gap:48px}.gc-13{column-gap:52px}.gc-14{column-gap:56px}.gc-15{column-gap:60px}.gc-16{column-gap:64px}.gc-auto{column-gap:auto}.ma-0{margin:0}.ma-1{margin:4px}.ma-2{margin:8px}.ma-3{margin:12px}.ma-4{margin:16px}.ma-5{margin:20px}.ma-6{margin:24px}.ma-7{margin:28px}.ma-8{margin:32px}.ma-9{margin:36px}.ma-10{margin:40px}.ma-11{margin:44px}.ma-12{margin:48px}.ma-13{margin:52px}.ma-14{margin:56px}.ma-15{margin:60px}.ma-16{margin:64px}.ma-auto{margin:auto}.pa-0{padding:0}.pa-1{padding:4px}.pa-2{padding:8px}.pa-3{padding:12px}.pa-4{padding:16px}.pa-5{padding:20px}.pa-6{padding:24px}.pa-7{padding:28px}.pa-8{padding:32px}.pa-9{padding:36px}.pa-10{padding:40px}.pa-11{padding:44px}.pa-12{padding:48px}.pa-13{padding:52px}.pa-14{padding:56px}.pa-15{padding:60px}.pa-16{padding:64px}.border-current{border-color:currentColor}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.opacity-hover{opacity:var(--v-hover-opacity)}.opacity-focus{opacity:var(--v-focus-opacity)}.opacity-selected{opacity:var(--v-selected-opacity)}.opacity-activated{opacity:var(--v-activated-opacity)}.opacity-pressed{opacity:var(--v-pressed-opacity)}.opacity-dragged{opacity:var(--v-dragged-opacity)}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.position-static{position:static}.position-relative{position:relative}.position-fixed{position:fixed}.position-absolute{position:absolute}.position-sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.cursor-text{cursor:text}.cursor-move{cursor:move}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-progress{cursor:progress}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-none{cursor:none}.fill-height{height:100%}.h-auto{height:auto}.h-0{height:0}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-screen{height:100dvh}.w-auto{width:auto}.w-0{width:0}.w-25{width:25%}.w-33{width:33%}.w-50{width:50%}.w-66{width:66%}.w-75{width:75%}.w-100{width:100%}@media (width>=600px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-table{display:table}.d-sm-table-row{display:table-row}.d-sm-table-cell{display:table-cell}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}.float-sm-none{float:none}.float-sm-left{float:left}.float-sm-right{float:right}.v-locale--is-rtl .float-sm-end{float:left}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right}.v-locale--is-ltr .float-sm-start{float:left}.flex-sm-fill,.flex-sm-1-1{flex:auto}.flex-sm-1-0{flex:1 0 auto}.flex-sm-0-1{flex:0 auto}.flex-sm-0-0{flex:none}.flex-sm-1-1-100{flex:100%}.flex-sm-1-0-100{flex:1 0 100%}.flex-sm-0-1-100{flex:0 100%}.flex-sm-0-0-100{flex:0 0 100%}.flex-sm-1-1-0{flex:1 1 0}.flex-sm-1-0-0{flex:1 0 0}.flex-sm-0-1-0{flex:0 1 0}.flex-sm-0-0-0{flex:0 0 0}.flex-sm-row{flex-direction:row}.flex-sm-column{flex-direction:column}.flex-sm-row-reverse{flex-direction:row-reverse}.flex-sm-column-reverse{flex-direction:column-reverse}.flex-sm-grow-0{flex-grow:0}.flex-sm-grow-1{flex-grow:1}.flex-sm-shrink-0{flex-shrink:0}.flex-sm-shrink-1{flex-shrink:1}.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse}.justify-sm-start{justify-content:flex-start}.justify-sm-end{justify-content:flex-end}.justify-sm-center{justify-content:center}.justify-sm-space-between{justify-content:space-between}.justify-sm-space-around{justify-content:space-around}.justify-sm-space-evenly{justify-content:space-evenly}.justify-items-sm-start{justify-items:flex-start}.justify-items-sm-end{justify-items:flex-end}.justify-items-sm-center{justify-items:center}.justify-items-sm-stretch{justify-items:stretch}.align-sm-start{align-items:flex-start}.align-sm-end{align-items:flex-end}.align-sm-center{align-items:center}.align-sm-baseline{align-items:baseline}.align-sm-stretch{align-items:stretch}.ga-sm-0{gap:0}.ga-sm-1{gap:4px}.ga-sm-2{gap:8px}.ga-sm-3{gap:12px}.ga-sm-4{gap:16px}.ga-sm-5{gap:20px}.ga-sm-6{gap:24px}.ga-sm-7{gap:28px}.ga-sm-8{gap:32px}.ga-sm-9{gap:36px}.ga-sm-10{gap:40px}.ga-sm-11{gap:44px}.ga-sm-12{gap:48px}.ga-sm-13{gap:52px}.ga-sm-14{gap:56px}.ga-sm-15{gap:60px}.ga-sm-16{gap:64px}.ga-sm-auto{gap:auto}.gr-sm-0{row-gap:0}.gr-sm-1{row-gap:4px}.gr-sm-2{row-gap:8px}.gr-sm-3{row-gap:12px}.gr-sm-4{row-gap:16px}.gr-sm-5{row-gap:20px}.gr-sm-6{row-gap:24px}.gr-sm-7{row-gap:28px}.gr-sm-8{row-gap:32px}.gr-sm-9{row-gap:36px}.gr-sm-10{row-gap:40px}.gr-sm-11{row-gap:44px}.gr-sm-12{row-gap:48px}.gr-sm-13{row-gap:52px}.gr-sm-14{row-gap:56px}.gr-sm-15{row-gap:60px}.gr-sm-16{row-gap:64px}.gr-sm-auto{row-gap:auto}.gc-sm-0{column-gap:0}.gc-sm-1{column-gap:4px}.gc-sm-2{column-gap:8px}.gc-sm-3{column-gap:12px}.gc-sm-4{column-gap:16px}.gc-sm-5{column-gap:20px}.gc-sm-6{column-gap:24px}.gc-sm-7{column-gap:28px}.gc-sm-8{column-gap:32px}.gc-sm-9{column-gap:36px}.gc-sm-10{column-gap:40px}.gc-sm-11{column-gap:44px}.gc-sm-12{column-gap:48px}.gc-sm-13{column-gap:52px}.gc-sm-14{column-gap:56px}.gc-sm-15{column-gap:60px}.gc-sm-16{column-gap:64px}.gc-sm-auto{column-gap:auto}.ma-sm-0{margin:0}.ma-sm-1{margin:4px}.ma-sm-2{margin:8px}.ma-sm-3{margin:12px}.ma-sm-4{margin:16px}.ma-sm-5{margin:20px}.ma-sm-6{margin:24px}.ma-sm-7{margin:28px}.ma-sm-8{margin:32px}.ma-sm-9{margin:36px}.ma-sm-10{margin:40px}.ma-sm-11{margin:44px}.ma-sm-12{margin:48px}.ma-sm-13{margin:52px}.ma-sm-14{margin:56px}.ma-sm-15{margin:60px}.ma-sm-16{margin:64px}.ma-sm-auto{margin:auto}.pa-sm-0{padding:0}.pa-sm-1{padding:4px}.pa-sm-2{padding:8px}.pa-sm-3{padding:12px}.pa-sm-4{padding:16px}.pa-sm-5{padding:20px}.pa-sm-6{padding:24px}.pa-sm-7{padding:28px}.pa-sm-8{padding:32px}.pa-sm-9{padding:36px}.pa-sm-10{padding:40px}.pa-sm-11{padding:44px}.pa-sm-12{padding:48px}.pa-sm-13{padding:52px}.pa-sm-14{padding:56px}.pa-sm-15{padding:60px}.pa-sm-16{padding:64px}.text-sm-left{text-align:left}.text-sm-right{text-align:right}.text-sm-center{text-align:center}.text-sm-justify{text-align:justify}.text-sm-start{text-align:start}.text-sm-end{text-align:end}.h-sm-auto{height:auto}.h-sm-screen{height:100vh}.h-sm-0{height:0}.h-sm-25{height:25%}.h-sm-50{height:50%}.h-sm-75{height:75%}.h-sm-100{height:100%}.w-sm-auto{width:auto}.w-sm-0{width:0}.w-sm-25{width:25%}.w-sm-33{width:33%}.w-sm-50{width:50%}.w-sm-66{width:66%}.w-sm-75{width:75%}.w-sm-100{width:100%}}@media (width>=840px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-table{display:table}.d-md-table-row{display:table-row}.d-md-table-cell{display:table-cell}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}.float-md-none{float:none}.float-md-left{float:left}.float-md-right{float:right}.v-locale--is-rtl .float-md-end{float:left}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right}.v-locale--is-ltr .float-md-start{float:left}.flex-md-fill,.flex-md-1-1{flex:auto}.flex-md-1-0{flex:1 0 auto}.flex-md-0-1{flex:0 auto}.flex-md-0-0{flex:none}.flex-md-1-1-100{flex:100%}.flex-md-1-0-100{flex:1 0 100%}.flex-md-0-1-100{flex:0 100%}.flex-md-0-0-100{flex:0 0 100%}.flex-md-1-1-0{flex:1 1 0}.flex-md-1-0-0{flex:1 0 0}.flex-md-0-1-0{flex:0 1 0}.flex-md-0-0-0{flex:0 0 0}.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.flex-md-row-reverse{flex-direction:row-reverse}.flex-md-column-reverse{flex-direction:column-reverse}.flex-md-grow-0{flex-grow:0}.flex-md-grow-1{flex-grow:1}.flex-md-shrink-0{flex-shrink:0}.flex-md-shrink-1{flex-shrink:1}.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.flex-md-wrap-reverse{flex-wrap:wrap-reverse}.justify-md-start{justify-content:flex-start}.justify-md-end{justify-content:flex-end}.justify-md-center{justify-content:center}.justify-md-space-between{justify-content:space-between}.justify-md-space-around{justify-content:space-around}.justify-md-space-evenly{justify-content:space-evenly}.justify-items-md-start{justify-items:flex-start}.justify-items-md-end{justify-items:flex-end}.justify-items-md-center{justify-items:center}.justify-items-md-stretch{justify-items:stretch}.align-md-start{align-items:flex-start}.align-md-end{align-items:flex-end}.align-md-center{align-items:center}.align-md-baseline{align-items:baseline}.align-md-stretch{align-items:stretch}.ga-md-0{gap:0}.ga-md-1{gap:4px}.ga-md-2{gap:8px}.ga-md-3{gap:12px}.ga-md-4{gap:16px}.ga-md-5{gap:20px}.ga-md-6{gap:24px}.ga-md-7{gap:28px}.ga-md-8{gap:32px}.ga-md-9{gap:36px}.ga-md-10{gap:40px}.ga-md-11{gap:44px}.ga-md-12{gap:48px}.ga-md-13{gap:52px}.ga-md-14{gap:56px}.ga-md-15{gap:60px}.ga-md-16{gap:64px}.ga-md-auto{gap:auto}.gr-md-0{row-gap:0}.gr-md-1{row-gap:4px}.gr-md-2{row-gap:8px}.gr-md-3{row-gap:12px}.gr-md-4{row-gap:16px}.gr-md-5{row-gap:20px}.gr-md-6{row-gap:24px}.gr-md-7{row-gap:28px}.gr-md-8{row-gap:32px}.gr-md-9{row-gap:36px}.gr-md-10{row-gap:40px}.gr-md-11{row-gap:44px}.gr-md-12{row-gap:48px}.gr-md-13{row-gap:52px}.gr-md-14{row-gap:56px}.gr-md-15{row-gap:60px}.gr-md-16{row-gap:64px}.gr-md-auto{row-gap:auto}.gc-md-0{column-gap:0}.gc-md-1{column-gap:4px}.gc-md-2{column-gap:8px}.gc-md-3{column-gap:12px}.gc-md-4{column-gap:16px}.gc-md-5{column-gap:20px}.gc-md-6{column-gap:24px}.gc-md-7{column-gap:28px}.gc-md-8{column-gap:32px}.gc-md-9{column-gap:36px}.gc-md-10{column-gap:40px}.gc-md-11{column-gap:44px}.gc-md-12{column-gap:48px}.gc-md-13{column-gap:52px}.gc-md-14{column-gap:56px}.gc-md-15{column-gap:60px}.gc-md-16{column-gap:64px}.gc-md-auto{column-gap:auto}.ma-md-0{margin:0}.ma-md-1{margin:4px}.ma-md-2{margin:8px}.ma-md-3{margin:12px}.ma-md-4{margin:16px}.ma-md-5{margin:20px}.ma-md-6{margin:24px}.ma-md-7{margin:28px}.ma-md-8{margin:32px}.ma-md-9{margin:36px}.ma-md-10{margin:40px}.ma-md-11{margin:44px}.ma-md-12{margin:48px}.ma-md-13{margin:52px}.ma-md-14{margin:56px}.ma-md-15{margin:60px}.ma-md-16{margin:64px}.ma-md-auto{margin:auto}.pa-md-0{padding:0}.pa-md-1{padding:4px}.pa-md-2{padding:8px}.pa-md-3{padding:12px}.pa-md-4{padding:16px}.pa-md-5{padding:20px}.pa-md-6{padding:24px}.pa-md-7{padding:28px}.pa-md-8{padding:32px}.pa-md-9{padding:36px}.pa-md-10{padding:40px}.pa-md-11{padding:44px}.pa-md-12{padding:48px}.pa-md-13{padding:52px}.pa-md-14{padding:56px}.pa-md-15{padding:60px}.pa-md-16{padding:64px}.text-md-left{text-align:left}.text-md-right{text-align:right}.text-md-center{text-align:center}.text-md-justify{text-align:justify}.text-md-start{text-align:start}.text-md-end{text-align:end}.h-md-auto{height:auto}.h-md-screen{height:100vh}.h-md-0{height:0}.h-md-25{height:25%}.h-md-50{height:50%}.h-md-75{height:75%}.h-md-100{height:100%}.w-md-auto{width:auto}.w-md-0{width:0}.w-md-25{width:25%}.w-md-33{width:33%}.w-md-50{width:50%}.w-md-66{width:66%}.w-md-75{width:75%}.w-md-100{width:100%}}@media (width>=1145px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-table{display:table}.d-lg-table-row{display:table-row}.d-lg-table-cell{display:table-cell}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}.float-lg-none{float:none}.float-lg-left{float:left}.float-lg-right{float:right}.v-locale--is-rtl .float-lg-end{float:left}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right}.v-locale--is-ltr .float-lg-start{float:left}.flex-lg-fill,.flex-lg-1-1{flex:auto}.flex-lg-1-0{flex:1 0 auto}.flex-lg-0-1{flex:0 auto}.flex-lg-0-0{flex:none}.flex-lg-1-1-100{flex:100%}.flex-lg-1-0-100{flex:1 0 100%}.flex-lg-0-1-100{flex:0 100%}.flex-lg-0-0-100{flex:0 0 100%}.flex-lg-1-1-0{flex:1 1 0}.flex-lg-1-0-0{flex:1 0 0}.flex-lg-0-1-0{flex:0 1 0}.flex-lg-0-0-0{flex:0 0 0}.flex-lg-row{flex-direction:row}.flex-lg-column{flex-direction:column}.flex-lg-row-reverse{flex-direction:row-reverse}.flex-lg-column-reverse{flex-direction:column-reverse}.flex-lg-grow-0{flex-grow:0}.flex-lg-grow-1{flex-grow:1}.flex-lg-shrink-0{flex-shrink:0}.flex-lg-shrink-1{flex-shrink:1}.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse}.justify-lg-start{justify-content:flex-start}.justify-lg-end{justify-content:flex-end}.justify-lg-center{justify-content:center}.justify-lg-space-between{justify-content:space-between}.justify-lg-space-around{justify-content:space-around}.justify-lg-space-evenly{justify-content:space-evenly}.justify-items-lg-start{justify-items:flex-start}.justify-items-lg-end{justify-items:flex-end}.justify-items-lg-center{justify-items:center}.justify-items-lg-stretch{justify-items:stretch}.align-lg-start{align-items:flex-start}.align-lg-end{align-items:flex-end}.align-lg-center{align-items:center}.align-lg-baseline{align-items:baseline}.align-lg-stretch{align-items:stretch}.ga-lg-0{gap:0}.ga-lg-1{gap:4px}.ga-lg-2{gap:8px}.ga-lg-3{gap:12px}.ga-lg-4{gap:16px}.ga-lg-5{gap:20px}.ga-lg-6{gap:24px}.ga-lg-7{gap:28px}.ga-lg-8{gap:32px}.ga-lg-9{gap:36px}.ga-lg-10{gap:40px}.ga-lg-11{gap:44px}.ga-lg-12{gap:48px}.ga-lg-13{gap:52px}.ga-lg-14{gap:56px}.ga-lg-15{gap:60px}.ga-lg-16{gap:64px}.ga-lg-auto{gap:auto}.gr-lg-0{row-gap:0}.gr-lg-1{row-gap:4px}.gr-lg-2{row-gap:8px}.gr-lg-3{row-gap:12px}.gr-lg-4{row-gap:16px}.gr-lg-5{row-gap:20px}.gr-lg-6{row-gap:24px}.gr-lg-7{row-gap:28px}.gr-lg-8{row-gap:32px}.gr-lg-9{row-gap:36px}.gr-lg-10{row-gap:40px}.gr-lg-11{row-gap:44px}.gr-lg-12{row-gap:48px}.gr-lg-13{row-gap:52px}.gr-lg-14{row-gap:56px}.gr-lg-15{row-gap:60px}.gr-lg-16{row-gap:64px}.gr-lg-auto{row-gap:auto}.gc-lg-0{column-gap:0}.gc-lg-1{column-gap:4px}.gc-lg-2{column-gap:8px}.gc-lg-3{column-gap:12px}.gc-lg-4{column-gap:16px}.gc-lg-5{column-gap:20px}.gc-lg-6{column-gap:24px}.gc-lg-7{column-gap:28px}.gc-lg-8{column-gap:32px}.gc-lg-9{column-gap:36px}.gc-lg-10{column-gap:40px}.gc-lg-11{column-gap:44px}.gc-lg-12{column-gap:48px}.gc-lg-13{column-gap:52px}.gc-lg-14{column-gap:56px}.gc-lg-15{column-gap:60px}.gc-lg-16{column-gap:64px}.gc-lg-auto{column-gap:auto}.ma-lg-0{margin:0}.ma-lg-1{margin:4px}.ma-lg-2{margin:8px}.ma-lg-3{margin:12px}.ma-lg-4{margin:16px}.ma-lg-5{margin:20px}.ma-lg-6{margin:24px}.ma-lg-7{margin:28px}.ma-lg-8{margin:32px}.ma-lg-9{margin:36px}.ma-lg-10{margin:40px}.ma-lg-11{margin:44px}.ma-lg-12{margin:48px}.ma-lg-13{margin:52px}.ma-lg-14{margin:56px}.ma-lg-15{margin:60px}.ma-lg-16{margin:64px}.ma-lg-auto{margin:auto}.pa-lg-0{padding:0}.pa-lg-1{padding:4px}.pa-lg-2{padding:8px}.pa-lg-3{padding:12px}.pa-lg-4{padding:16px}.pa-lg-5{padding:20px}.pa-lg-6{padding:24px}.pa-lg-7{padding:28px}.pa-lg-8{padding:32px}.pa-lg-9{padding:36px}.pa-lg-10{padding:40px}.pa-lg-11{padding:44px}.pa-lg-12{padding:48px}.pa-lg-13{padding:52px}.pa-lg-14{padding:56px}.pa-lg-15{padding:60px}.pa-lg-16{padding:64px}.text-lg-left{text-align:left}.text-lg-right{text-align:right}.text-lg-center{text-align:center}.text-lg-justify{text-align:justify}.text-lg-start{text-align:start}.text-lg-end{text-align:end}.h-lg-auto{height:auto}.h-lg-screen{height:100vh}.h-lg-0{height:0}.h-lg-25{height:25%}.h-lg-50{height:50%}.h-lg-75{height:75%}.h-lg-100{height:100%}.w-lg-auto{width:auto}.w-lg-0{width:0}.w-lg-25{width:25%}.w-lg-33{width:33%}.w-lg-50{width:50%}.w-lg-66{width:66%}.w-lg-75{width:75%}.w-lg-100{width:100%}}@media (width>=1545px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-table{display:table}.d-xl-table-row{display:table-row}.d-xl-table-cell{display:table-cell}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}.float-xl-none{float:none}.float-xl-left{float:left}.float-xl-right{float:right}.v-locale--is-rtl .float-xl-end{float:left}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right}.v-locale--is-ltr .float-xl-start{float:left}.flex-xl-fill,.flex-xl-1-1{flex:auto}.flex-xl-1-0{flex:1 0 auto}.flex-xl-0-1{flex:0 auto}.flex-xl-0-0{flex:none}.flex-xl-1-1-100{flex:100%}.flex-xl-1-0-100{flex:1 0 100%}.flex-xl-0-1-100{flex:0 100%}.flex-xl-0-0-100{flex:0 0 100%}.flex-xl-1-1-0{flex:1 1 0}.flex-xl-1-0-0{flex:1 0 0}.flex-xl-0-1-0{flex:0 1 0}.flex-xl-0-0-0{flex:0 0 0}.flex-xl-row{flex-direction:row}.flex-xl-column{flex-direction:column}.flex-xl-row-reverse{flex-direction:row-reverse}.flex-xl-column-reverse{flex-direction:column-reverse}.flex-xl-grow-0{flex-grow:0}.flex-xl-grow-1{flex-grow:1}.flex-xl-shrink-0{flex-shrink:0}.flex-xl-shrink-1{flex-shrink:1}.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xl-start{justify-content:flex-start}.justify-xl-end{justify-content:flex-end}.justify-xl-center{justify-content:center}.justify-xl-space-between{justify-content:space-between}.justify-xl-space-around{justify-content:space-around}.justify-xl-space-evenly{justify-content:space-evenly}.justify-items-xl-start{justify-items:flex-start}.justify-items-xl-end{justify-items:flex-end}.justify-items-xl-center{justify-items:center}.justify-items-xl-stretch{justify-items:stretch}.align-xl-start{align-items:flex-start}.align-xl-end{align-items:flex-end}.align-xl-center{align-items:center}.align-xl-baseline{align-items:baseline}.align-xl-stretch{align-items:stretch}.ga-xl-0{gap:0}.ga-xl-1{gap:4px}.ga-xl-2{gap:8px}.ga-xl-3{gap:12px}.ga-xl-4{gap:16px}.ga-xl-5{gap:20px}.ga-xl-6{gap:24px}.ga-xl-7{gap:28px}.ga-xl-8{gap:32px}.ga-xl-9{gap:36px}.ga-xl-10{gap:40px}.ga-xl-11{gap:44px}.ga-xl-12{gap:48px}.ga-xl-13{gap:52px}.ga-xl-14{gap:56px}.ga-xl-15{gap:60px}.ga-xl-16{gap:64px}.ga-xl-auto{gap:auto}.gr-xl-0{row-gap:0}.gr-xl-1{row-gap:4px}.gr-xl-2{row-gap:8px}.gr-xl-3{row-gap:12px}.gr-xl-4{row-gap:16px}.gr-xl-5{row-gap:20px}.gr-xl-6{row-gap:24px}.gr-xl-7{row-gap:28px}.gr-xl-8{row-gap:32px}.gr-xl-9{row-gap:36px}.gr-xl-10{row-gap:40px}.gr-xl-11{row-gap:44px}.gr-xl-12{row-gap:48px}.gr-xl-13{row-gap:52px}.gr-xl-14{row-gap:56px}.gr-xl-15{row-gap:60px}.gr-xl-16{row-gap:64px}.gr-xl-auto{row-gap:auto}.gc-xl-0{column-gap:0}.gc-xl-1{column-gap:4px}.gc-xl-2{column-gap:8px}.gc-xl-3{column-gap:12px}.gc-xl-4{column-gap:16px}.gc-xl-5{column-gap:20px}.gc-xl-6{column-gap:24px}.gc-xl-7{column-gap:28px}.gc-xl-8{column-gap:32px}.gc-xl-9{column-gap:36px}.gc-xl-10{column-gap:40px}.gc-xl-11{column-gap:44px}.gc-xl-12{column-gap:48px}.gc-xl-13{column-gap:52px}.gc-xl-14{column-gap:56px}.gc-xl-15{column-gap:60px}.gc-xl-16{column-gap:64px}.gc-xl-auto{column-gap:auto}.ma-xl-0{margin:0}.ma-xl-1{margin:4px}.ma-xl-2{margin:8px}.ma-xl-3{margin:12px}.ma-xl-4{margin:16px}.ma-xl-5{margin:20px}.ma-xl-6{margin:24px}.ma-xl-7{margin:28px}.ma-xl-8{margin:32px}.ma-xl-9{margin:36px}.ma-xl-10{margin:40px}.ma-xl-11{margin:44px}.ma-xl-12{margin:48px}.ma-xl-13{margin:52px}.ma-xl-14{margin:56px}.ma-xl-15{margin:60px}.ma-xl-16{margin:64px}.ma-xl-auto{margin:auto}.pa-xl-0{padding:0}.pa-xl-1{padding:4px}.pa-xl-2{padding:8px}.pa-xl-3{padding:12px}.pa-xl-4{padding:16px}.pa-xl-5{padding:20px}.pa-xl-6{padding:24px}.pa-xl-7{padding:28px}.pa-xl-8{padding:32px}.pa-xl-9{padding:36px}.pa-xl-10{padding:40px}.pa-xl-11{padding:44px}.pa-xl-12{padding:48px}.pa-xl-13{padding:52px}.pa-xl-14{padding:56px}.pa-xl-15{padding:60px}.pa-xl-16{padding:64px}.text-xl-left{text-align:left}.text-xl-right{text-align:right}.text-xl-center{text-align:center}.text-xl-justify{text-align:justify}.text-xl-start{text-align:start}.text-xl-end{text-align:end}.h-xl-auto{height:auto}.h-xl-screen{height:100vh}.h-xl-0{height:0}.h-xl-25{height:25%}.h-xl-50{height:50%}.h-xl-75{height:75%}.h-xl-100{height:100%}.w-xl-auto{width:auto}.w-xl-0{width:0}.w-xl-25{width:25%}.w-xl-33{width:33%}.w-xl-50{width:50%}.w-xl-66{width:66%}.w-xl-75{width:75%}.w-xl-100{width:100%}}@media (width>=2138px){.d-xxl-none{display:none}.d-xxl-inline{display:inline}.d-xxl-inline-block{display:inline-block}.d-xxl-block{display:block}.d-xxl-table{display:table}.d-xxl-table-row{display:table-row}.d-xxl-table-cell{display:table-cell}.d-xxl-flex{display:flex}.d-xxl-inline-flex{display:inline-flex}.float-xxl-none{float:none}.float-xxl-left{float:left}.float-xxl-right{float:right}.v-locale--is-rtl .float-xxl-end{float:left}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right}.v-locale--is-ltr .float-xxl-start{float:left}.flex-xxl-fill,.flex-xxl-1-1{flex:auto}.flex-xxl-1-0{flex:1 0 auto}.flex-xxl-0-1{flex:0 auto}.flex-xxl-0-0{flex:none}.flex-xxl-1-1-100{flex:100%}.flex-xxl-1-0-100{flex:1 0 100%}.flex-xxl-0-1-100{flex:0 100%}.flex-xxl-0-0-100{flex:0 0 100%}.flex-xxl-1-1-0{flex:1 1 0}.flex-xxl-1-0-0{flex:1 0 0}.flex-xxl-0-1-0{flex:0 1 0}.flex-xxl-0-0-0{flex:0 0 0}.flex-xxl-row{flex-direction:row}.flex-xxl-column{flex-direction:column}.flex-xxl-row-reverse{flex-direction:row-reverse}.flex-xxl-column-reverse{flex-direction:column-reverse}.flex-xxl-grow-0{flex-grow:0}.flex-xxl-grow-1{flex-grow:1}.flex-xxl-shrink-0{flex-shrink:0}.flex-xxl-shrink-1{flex-shrink:1}.flex-xxl-wrap{flex-wrap:wrap}.flex-xxl-nowrap{flex-wrap:nowrap}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse}.justify-xxl-start{justify-content:flex-start}.justify-xxl-end{justify-content:flex-end}.justify-xxl-center{justify-content:center}.justify-xxl-space-between{justify-content:space-between}.justify-xxl-space-around{justify-content:space-around}.justify-xxl-space-evenly{justify-content:space-evenly}.justify-items-xxl-start{justify-items:flex-start}.justify-items-xxl-end{justify-items:flex-end}.justify-items-xxl-center{justify-items:center}.justify-items-xxl-stretch{justify-items:stretch}.align-xxl-start{align-items:flex-start}.align-xxl-end{align-items:flex-end}.align-xxl-center{align-items:center}.align-xxl-baseline{align-items:baseline}.align-xxl-stretch{align-items:stretch}.ga-xxl-0{gap:0}.ga-xxl-1{gap:4px}.ga-xxl-2{gap:8px}.ga-xxl-3{gap:12px}.ga-xxl-4{gap:16px}.ga-xxl-5{gap:20px}.ga-xxl-6{gap:24px}.ga-xxl-7{gap:28px}.ga-xxl-8{gap:32px}.ga-xxl-9{gap:36px}.ga-xxl-10{gap:40px}.ga-xxl-11{gap:44px}.ga-xxl-12{gap:48px}.ga-xxl-13{gap:52px}.ga-xxl-14{gap:56px}.ga-xxl-15{gap:60px}.ga-xxl-16{gap:64px}.ga-xxl-auto{gap:auto}.gr-xxl-0{row-gap:0}.gr-xxl-1{row-gap:4px}.gr-xxl-2{row-gap:8px}.gr-xxl-3{row-gap:12px}.gr-xxl-4{row-gap:16px}.gr-xxl-5{row-gap:20px}.gr-xxl-6{row-gap:24px}.gr-xxl-7{row-gap:28px}.gr-xxl-8{row-gap:32px}.gr-xxl-9{row-gap:36px}.gr-xxl-10{row-gap:40px}.gr-xxl-11{row-gap:44px}.gr-xxl-12{row-gap:48px}.gr-xxl-13{row-gap:52px}.gr-xxl-14{row-gap:56px}.gr-xxl-15{row-gap:60px}.gr-xxl-16{row-gap:64px}.gr-xxl-auto{row-gap:auto}.gc-xxl-0{column-gap:0}.gc-xxl-1{column-gap:4px}.gc-xxl-2{column-gap:8px}.gc-xxl-3{column-gap:12px}.gc-xxl-4{column-gap:16px}.gc-xxl-5{column-gap:20px}.gc-xxl-6{column-gap:24px}.gc-xxl-7{column-gap:28px}.gc-xxl-8{column-gap:32px}.gc-xxl-9{column-gap:36px}.gc-xxl-10{column-gap:40px}.gc-xxl-11{column-gap:44px}.gc-xxl-12{column-gap:48px}.gc-xxl-13{column-gap:52px}.gc-xxl-14{column-gap:56px}.gc-xxl-15{column-gap:60px}.gc-xxl-16{column-gap:64px}.gc-xxl-auto{column-gap:auto}.ma-xxl-0{margin:0}.ma-xxl-1{margin:4px}.ma-xxl-2{margin:8px}.ma-xxl-3{margin:12px}.ma-xxl-4{margin:16px}.ma-xxl-5{margin:20px}.ma-xxl-6{margin:24px}.ma-xxl-7{margin:28px}.ma-xxl-8{margin:32px}.ma-xxl-9{margin:36px}.ma-xxl-10{margin:40px}.ma-xxl-11{margin:44px}.ma-xxl-12{margin:48px}.ma-xxl-13{margin:52px}.ma-xxl-14{margin:56px}.ma-xxl-15{margin:60px}.ma-xxl-16{margin:64px}.ma-xxl-auto{margin:auto}.pa-xxl-0{padding:0}.pa-xxl-1{padding:4px}.pa-xxl-2{padding:8px}.pa-xxl-3{padding:12px}.pa-xxl-4{padding:16px}.pa-xxl-5{padding:20px}.pa-xxl-6{padding:24px}.pa-xxl-7{padding:28px}.pa-xxl-8{padding:32px}.pa-xxl-9{padding:36px}.pa-xxl-10{padding:40px}.pa-xxl-11{padding:44px}.pa-xxl-12{padding:48px}.pa-xxl-13{padding:52px}.pa-xxl-14{padding:56px}.pa-xxl-15{padding:60px}.pa-xxl-16{padding:64px}.text-xxl-left{text-align:left}.text-xxl-right{text-align:right}.text-xxl-center{text-align:center}.text-xxl-justify{text-align:justify}.text-xxl-start{text-align:start}.text-xxl-end{text-align:end}.h-xxl-auto{height:auto}.h-xxl-screen{height:100vh}.h-xxl-0{height:0}.h-xxl-25{height:25%}.h-xxl-50{height:50%}.h-xxl-75{height:75%}.h-xxl-100{height:100%}.w-xxl-auto{width:auto}.w-xxl-0{width:0}.w-xxl-25{width:25%}.w-xxl-33{width:33%}.w-xxl-50{width:50%}.w-xxl-66{width:66%}.w-xxl-75{width:75%}.w-xxl-100{width:100%}}@media print{.d-print-none{display:none}.d-print-inline{display:inline}.d-print-inline-block{display:inline-block}.d-print-block{display:block}.d-print-table{display:table}.d-print-table-row{display:table-row}.d-print-table-cell{display:table-cell}.d-print-flex{display:flex}.d-print-inline-flex{display:inline-flex}.float-print-none{float:none}.float-print-left{float:left}.float-print-right{float:right}.v-locale--is-rtl .float-print-end{float:left}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right}.v-locale--is-ltr .float-print-start{float:left}}}@property --v-elevation-overlay{syntax:"<color>";inherits:false;initial-value:#0000}@layer vuetify-utilities.typography;@layer vuetify-final.trumps{@media (forced-colors:active){.v-badge__badge{forced-color-adjust:preserve-parent-color;color:highlighttext;background:highlight}.v-btn-toggle>.v-btn:not(.v-btn--disabled){border-color:buttontext}.v-btn-toggle>.v-btn:not(.v-btn--disabled):focus-visible{outline:0}.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):hover,.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible{color:highlight;border-color:currentColor}.v-btn-toggle>.v-btn--active{color:highlight;forced-color-adjust:preserve-parent-color}.v-btn-toggle>.v-btn--active:not(.v-btn--variant-text,.v-btn--variant-plain){color:highlighttext;background-color:highlight;border-color:highlight}.v-progress-linear__buffer{opacity:.5;background-color:highlight}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight}}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden}html.v-overlay-scroll-blocked{top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%;position:fixed}.v-overlay-scroll-blocked .v-navigation-drawer--right.v-navigation-drawer--active{margin-right:var(--v-scrollbar-offset)}@media (forced-colors:active){.v-tab--selected.v-btn{color:highlight}.v-tab__slider{background:highlight}.v-chip-group .v-chip{color:buttontext;background-color:buttonface}.v-chip-group .v-chip:hover{color:highlight}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled){color:highlight;forced-color-adjust:preserve-parent-color}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible{outline-offset:2px}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated,.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat{color:highlighttext;background-color:highlight}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined,.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal{border-width:medium}.v-list-item--link:not(.v-list-item--active){color:buttontext}.v-list-item--link[href]:not(.v-list-item--active){color:unset}.v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-],.v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-]>*,.v-list-item--active:not(.v-list-item--disabled) .v-icon{color:highlight}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled){background:highlight}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-],.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-]>*,.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) .v-icon{opacity:1;color:highlighttext;forced-color-adjust:preserve-parent-color}.v-list-item--focus-visible:after{opacity:1}@supports selector(:focus-visible){.v-list-item:after{color:buttontext}.v-list-item:focus-visible:after{opacity:1}}}}.termframe[data-v-261d2443]{min-height:300px}.raw[data-v-261d2443]{line-height:80%}.raw code[data-v-261d2443]{white-space:pre;padding-left:10px;font-size:12px}.v-tab[data-v-07524e1a]{text-transform:none}.v-tab.v-tab[data-v-07524e1a]{min-width:50px}.v-tab.v-tab.v-btn--slim[data-v-07524e1a]{min-width:unset}[data-v-07524e1a] .v-badge__badge{height:1rem;font-size:.5rem}.v-selection-control--density-compact{padding-left:.5rem}.v-radio-group>.v-input__control>.v-label{margin-inline-start:8px}span[data-v-c69dea17]{white-space:nowrap}.v-table>.v-table__wrapper>table>tbody>tr.noborder>td[data-v-2fb1995c]{vertical-align:baseline;height:1em}code[data-v-2fb1995c]{font-size:12px}.v-table>.v-table__wrapper>table>tbody>tr.previous[data-v-2fb1995c]{opacity:.5}.raw{line-height:80%}.raw.previous{opacity:.5}.raw code{white-space:pre;font-size:12px}.v-table.mdAndDown>.v-table__wrapper>table>thead>tr>th,.v-table.mdAndDown>.v-table__wrapper>table tbody>tr>td{padding:0 4px}.v-table th{white-space:nowrap}.v-table .footer-prepend{flex-grow:1;padding:0 16px;display:flex}.inline[data-v-c36fe659]{margin-right:10px;display:inline-block}.color-canvas[data-v-8731fbd9]{contain:content;touch-action:none;cursor:pointer;align-content:center;align-items:center;width:100%;height:100%;min-height:40px;display:flex;position:relative;overflow:hidden}.color-canvas canvas[data-v-8731fbd9]{background-blend-mode:overlay;background:linear-gradient(90deg,red 0%,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red 100%),linear-gradient(#fff,#000);min-height:30px}.color-canvas .canvas-dot[data-v-8731fbd9]{background:red;border-radius:50%;width:20px;height:20px;position:absolute;top:0;left:0}.v-table>.v-table__wrapper>table>tbody>tr.noborder>td[data-v-2ab57b7e]{height:1em;min-height:3.5em}.v-table>.v-table__wrapper>table>tbody>tr.noborder>td.fun[data-v-2ab57b7e]{min-width:200px}.v-table>.v-table__wrapper>table>tbody>tr.noborder.selected[data-v-2ab57b7e]{background-color:rgba(var(--v-theme-primary), .5)}.sm>.v-table__wrapper>table>tbody>tr>td[data-v-2ab57b7e]{padding:0 4px}.imgframe[data-v-fdb3ecf8]{min-width:337px;min-height:395px;margin-top:10px;margin-bottom:20px;position:relative}.sel[data-v-fdb3ecf8]{text-align:center;z-index:9;border:3px solid red;position:absolute}.pin[data-v-fdb3ecf8]{box-shadow:0 0 16px 8px red}.txt[data-v-fdb3ecf8]{color:#000;background-color:#fff;font-size:90%;line-height:18px}.temp[data-v-fdb3ecf8],.power[data-v-fdb3ecf8]{text-align:center;padding:4px;position:absolute;top:60px;left:145px}.power[data-v-fdb3ecf8]{top:80px}.no-uppercase[data-v-fdb3ecf8]{text-transform:unset!important}.v-table.sm>.v-table__wrapper>table>thead>tr>th[data-v-fdb3ecf8]{padding:0 4px}.v-table td[data-v-3631fef5]:first-child{white-space:nowrap;width:15%}.hidden[data-v-3631fef5]{text-decoration:none}.hidden[data-v-3631fef5]:hover{text-decoration:underline}
