@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";.DayPicker{display:inline-block;font-size:1rem}.DayPicker-wrapper{flex-direction:row;padding-bottom:1em;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.DayPicker-Months{display:flex;flex-wrap:wrap;justify-content:center}.DayPicker-Month{border-collapse:collapse;border-spacing:0;display:table;margin:1em 1em 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.DayPicker-NavButton{background-position:50%;background-repeat:no-repeat;background-size:50%;color:#8b9898;cursor:pointer;display:inline-block;height:1.25em;left:auto;margin-top:2px;position:absolute;right:1.5em;top:1em;width:1.25em}.DayPicker-NavButton:hover{opacity:.8}.DayPicker-NavButton--prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC);margin-right:1.5em}.DayPicker-NavButton--next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==)}.DayPicker-NavButton--interactionDisabled{display:none}.DayPicker-Caption{display:table-caption;margin-bottom:.5em;padding:0 .5em;text-align:left}.DayPicker-Caption>div{font-size:1.15em;font-weight:500}.DayPicker-Weekdays{display:table-header-group;margin-top:1em}.DayPicker-WeekdaysRow{display:table-row}.DayPicker-Weekday{color:#8b9898;display:table-cell;font-size:.875em;padding:.5em;text-align:center}.DayPicker-Weekday abbr[title]{border-bottom:none;text-decoration:none}.DayPicker-Body{display:table-row-group}.DayPicker-Week{display:table-row}.DayPicker-Day{border-radius:50%;text-align:center}.DayPicker-Day,.DayPicker-WeekNumber{cursor:pointer;display:table-cell;padding:.5em;vertical-align:middle}.DayPicker-WeekNumber{border-right:1px solid #eaecec;color:#8b9898;font-size:.75em;min-width:1em;text-align:right}.DayPicker--interactionDisabled .DayPicker-Day{cursor:default}.DayPicker-Footer{padding-top:.5em}.DayPicker-TodayButton{background-color:initial;background-image:none;border:none;box-shadow:none;color:#4a90e2;cursor:pointer;font-size:.875em}.DayPicker-Day--today{color:#d0021b;font-weight:700}.DayPicker-Day--outside{color:#8b9898;cursor:default}.DayPicker-Day--disabled{color:#dce0e0;cursor:default}.DayPicker-Day--sunday{background-color:#f7f8f8}.DayPicker-Day--sunday:not(.DayPicker-Day--today){color:#dce0e0}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:#4a90e2;color:#f0f8ff;position:relative}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover{background-color:#51a0fa}.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#f0f8ff}.DayPickerInput{display:inline-block}.DayPickerInput-OverlayWrapper{position:relative}.DayPickerInput-Overlay{background:#fff;box-shadow:0 2px 5px #00000026;left:0;position:absolute;z-index:1}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{box-sizing:inherit!important;direction:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;position:relative;scrollbar-width:none;width:auto;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";opacity:0;position:absolute;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{bottom:2px;left:2px;right:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{bottom:0;left:0;min-height:0;min-width:10px;right:auto;top:0;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{height:200%;margin:10px 0;width:200%}.simplebar-hide-scrollbar{left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden;-ms-overflow-style:none}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid transparent;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translate(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}:root{--rt-color-white: #fff;--rt-color-dark: #222;--rt-color-success: #8dc572;--rt-color-error: #be6464;--rt-color-warning: #f0ad4e;--rt-color-info: #337ab7;--rt-opacity: .9;--rt-transition-show-delay: .15s;--rt-transition-closing-delay: .15s }.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-moz-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.om-root input[type]{position:static}.om-root input[type=checkbox].om-c-layer-item__checkbox{-webkit-appearance:checkbox!important;margin:auto 12px auto auto}.om-root input[type=radio].om-c-layer-item__radio{-webkit-appearance:radio!important;margin:auto 12px auto auto}.om-root a,.om-root div,.om-root p,.om-root span{box-sizing:initial}:root{--om-font-family: "Montserrat Variable";--om-header-primaryColor: 255, 255, 255;--om-header-contrastColor: 34, 34, 44;--om-header-attentionColor: 0, 148, 255;--om-header-borderColor: RGBA(var(--om-header-contrastColor), .2);--om-header-hoverColor: RGBA(var(--om-header-attentionColor), .15);--om-sidebar-primaryColor: 255, 255, 255;--om-sidebar-contrastColor: 34, 34, 44;--om-sidebar-attentionColor: 0, 148, 255;--om-sidebar-borderColor: RGBA(var(--om-sidebar-contrastColor), .2);--om-sidebar-hoverColor: RGBA(var(--om-sidebar-attentionColor), .15);--om-footer-primaryColor: 255, 255, 255;--om-footer-contrastColor: 34, 34, 44;--om-footer-hoverColor: RGBA(var(--om-footer-contrastColor), .1);--om-footer-borderColor: RGBA(var(--om-footer-contrastColor), .2);--om-mapButtons-primaryColor: 255, 255, 255;--om-mapButtons-contrastColor: 34, 34, 44;--om-mapButtons-hoverColor: RGBA(var(--om-mapButtons-contrastColor), .1);--om-mapButtons-borderColor: RGBA(var(--om-mapButtons-contrastColor), .2) }.om-root{font-family:var(--om-font-family),sans-serif;height:100%;letter-spacing:.1px;margin:0;overflow:hidden;width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.om-root .material-icons{color:RGB(var(--om-sidebar-contrastColor))}.om-root .material-icons-outlined.md-16,.om-root .material-icons.md-16{font-size:16px}.om-root .material-icons-outlined.md-18,.om-root .material-icons.md-18{font-size:18px}.om-root .material-icons.md-20{font-size:20px}.om-root .material-icons.md-48{font-size:48px}.om-root .material-icons.md-o8{opacity:.8}.om-root .material-icons.md-o6{opacity:.6}.om-root .material-icons.md-o4{opacity:.4}.om-root .material-icons.md-o2{opacity:.2}.om-root--default,.om-root--default input,.om-root--default select{font-size:13px}.om-root--default .om-c-popupContainer{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;filter:drop-shadow(rgba(0,0,0,.25) 0 4px 12px);margin-bottom:10px;width:260px}.om-root--default .om-c-popupContainer .om-c-feature-info{box-sizing:border-box;display:flex;flex-direction:column;height:100%}.om-root--default .om-c-popupContainer .om-c-feature-info__contentContainer{height:100%;overflow-x:auto;overflow-y:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root--default .om-c-popupContainer .om-c-feature-info__content{display:inline-block;height:0;-webkit-user-select:initial;-moz-user-select:auto;user-select:auto}.om-root--default .om-c-popupContainer .om-c-feature-info--2 .om-c-feature-info__contentContainer{max-height:300px;padding:0}.om-root--default .om-c-popupContainer--arrow:after{border-color:RGB(var(--om-sidebar-primaryColor)) transparent transparent transparent;border-style:solid;border-width:10px;content:" ";left:50%;margin-left:-10px;position:absolute;top:100%}.om-root--default .om-c-hoverContainer{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;filter:drop-shadow(rgba(0,0,0,.25) 0 4px 12px);padding:.5rem}.om-root--default .om-c-hoverContainer--inner{overflow-wrap:break-word;overflow-y:hidden}.om-root--default .om-c-feature-info__contentContainer{box-sizing:border-box;overflow-x:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%}.om-root--default .om-c-feature-info__contentContainer p{color:RGB(var(--om-sidebar-contrastColor));font-weight:400;line-height:18px;margin:0;-webkit-touch-callout:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root--default .om-c-feature-info__content{display:inline-block;margin:8px 12px}.om-root--default .om-c-feature-info__busy{display:flex;justify-content:center;margin:8px 12px;width:calc(100% - 16px)}.om-root--default .om-c-feature-info__tabs{display:flex;flex-direction:row;flex-wrap:wrap;margin:8px 12px}.om-root--default .om-c-feature-info__tab{border:1px solid rgb(var(--om-sidebar-attentionColor));border-radius:2px;color:RGB(var(--om-sidebar-contrastColor));font-family:Roboto,sans-serif;font-weight:400;letter-spacing:.2px;margin-right:.4rem;padding:.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.om-root--default .om-c-feature-info__tab:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-c-feature-info__tab--active{background-color:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-primaryColor))}.om-root--default .om-c-feature-info__tab--active:hover{background-color:RGB(var(--om-sidebar-attentionColor));cursor:auto}.om-root--default .om-c-layerstack{display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.om-root--default .om-c-layerstack__row{align-items:center;box-sizing:border-box;display:flex;height:32px;justify-content:space-between;padding:0 12px;vertical-align:middle;width:100%}.om-root--default .om-c-layerstack__row:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-c-layerstack__numberResults{color:RGB(var(--om-sidebar-attentionColor))}.om-root--default .om-c-pagination{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;bottom:-40px;box-shadow:1px 1px 12px 1px #0000001a;display:flex;flex-direction:row;height:32px;justify-content:space-between;padding:0 8px;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.om-root--default .om-c-pagination__number{align-items:center;color:RGB(var(--om-sidebar-contrastColor));display:flex;justify-content:center;margin:0 8px;min-width:40px}.om-root--default .om-c-pagination__button{align-items:center;background-color:RGBA(var(--om-sidebar-contrastColor),.1);border:none;border-radius:50%;display:flex;height:18px;justify-content:center;padding:0;width:18px}.om-root--default .om-c-pagination__button i{color:RGBA(var(--om-sidebar-contrastColor),.8);font-size:14px}.om-root--default .om-c-pagination__button:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.2);cursor:pointer}.om-root--default .om-c-pagination__button:hover i{color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--default .om-c-pagination__button:focus{outline:none}.om-root--default .om-o-sidebarCard__container .om-c-pagination{bottom:0;box-shadow:none;height:32px;justify-content:center;padding:8px 0;position:relative}.om-root--default .om-o-sidebarCard__container .om-c-pagination--sticky{position:sticky}.om-root--default .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader{background-color:RGB(var(--om-sidebar-primaryColor))}.om-root--default .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__title{color:RGB(var(--om-sidebar-contrastColor))}.om-root--default .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button{background-color:RGBA(var(--om-sidebar-contrastColor),.15)}.om-root--default .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button i{color:RGBA(var(--om-sidebar-contrastColor),.8)}.om-root--default .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.2)}.om-root--default .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button:hover i{color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--default .om-c-layerTree{display:flex;flex-direction:column}.om-root--default .om-o-layerItem{align-items:center;display:flex;flex-direction:row;height:34px;overflow:hidden;padding:0 12px}.om-root--default .om-o-layerItem--hoverable:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-o-layerItem--hoverable:hover .om-o-checkbox,.om-root--default .om-o-layerItem--hoverable:hover .om-o-radioButton{color:RGBA(var(--om-sidebar-attentionColor),1)}.om-root--default .om-o-layerItem--notInRange{background:RGBA(var(--om-sidebar-contrastColor),.03)}.om-root--default .om-o-layerItem--notInRange .om-p1,.om-root--default .om-o-layerItem--notInRange i{opacity:.4}.om-root--default .om-o-layerItem--notInRange .om-o-radioCheck-container .om-o-checkbox{opacity:.7}.om-root--default .om-o-layerItem__folderIcon,.om-root--default .om-o-layerItem__layerIcon{font-size:16px}.om-root--default .om-o-layerItem__folderIcon{margin-left:-3px}.om-root--default .om-o-layerItem__arrowIcon>svg{height:8px;width:6px;fill:RGB(var(--om-sidebar-contrastColor));opacity:.8}.om-root--default .om-o-layerItem__arrowIcon i{font-size:20px;opacity:.7}.om-root--default .om-o-layerItem__arrowIcon--simple{display:none}.om-root--default .om-o-layerItem__arrowIcon--default{display:flex}.om-root--default .om-o-layerItem__layerIcon{margin-left:8px}.om-root--default .om-o-layerItem__layerIcon--loading{animation:rotation 1.4s linear infinite;-webkit-animation:rotation 1.4s linear infinite}.om-root--default .om-o-layerItem__layerIcon--filter{height:16px;width:16px;fill:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--default .om-o-layerItem__title{display:block;flex:1;overflow:hidden;padding-left:8px;padding-right:4px;text-overflow:ellipsis;white-space:nowrap}.om-root--default .om-o-layerItem__foldArea{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.om-root--default .om-o-layerItem__foldArea:hover{cursor:pointer}.om-root--default .om-o-layerItem .om-o-checkbox,.om-root--default .om-o-layerItem .om-o-radioButton{color:RGBA(var(--om-sidebar-attentionColor),.8);opacity:1}.om-root--default .om-o-layerItem .om-o-checkbox--disabled,.om-root--default .om-o-layerItem .om-o-radioButton--disabled{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--default .om-o-layerItem .om-o-checkbox--disabled:hover,.om-root--default .om-o-layerItem .om-o-radioButton--disabled:hover{cursor:auto}.om-root--default .om-o-layerItem__parent .om-p1{font-weight:700}.om-root--default .om-o-layerItem__parent .om-o-layerItem__arrowIcon{font-size:20px}.om-root--default .om-o-layerItem__child{background-color:RGBA(var(--om-sidebar-contrastColor),.03)}.om-root--default .om-o-layerItem__child .om-o-layerItem__layerIcon{margin-left:0;margin-right:2px}.om-root--default .om-o-layerItem__inlineLegend{height:100%;padding-right:1rem}.om-root--default .om-o-layerItem__inlineLegend--inner{overflow:hidden}.om-root--default .om-o-layerItem__inlineLegend--simplified .om-c-legend__image{padding-left:0}.om-root--default .om-o-layerItem__dragHandle{cursor:grab;padding-left:8px;width:16px}.om-root--default .om-o-layerItem__dragHandle i{margin:0}.om-root--default .om-o-layerItem__dragHandle--grabbing{cursor:grabbing}.om-root--default .om-o-layerItem--simplified{height:40px}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__title{padding:0}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__layerIcon{margin-left:8px;margin-right:0}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__arrowIcon{display:flex;justify-content:center;margin-left:8px;width:16px}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__arrowIcon--simple{display:none}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__arrowIcon--default{display:flex}.om-root--default .om-o-layerItem--simplified .om-o-checkbox,.om-root--default .om-o-layerItem--simplified .om-o-radioButton{margin-right:8px}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__dragHandle{padding-left:0;padding-right:8px}.om-root--default .om-o-layerItem--simplified .om-o-layerItem__dragHandle .om-o-layerItem__layerIcon{margin-left:0}.om-root--default .om-c-popupContainer__layerMenu{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;filter:drop-shadow(rgba(0,0,0,.25) 0 4px 12px);margin-bottom:10px;max-width:520px;min-width:260px}.om-root--default .om-c-layerMenu{display:flex;flex-direction:column}.om-root--default .om-o-layerMenuItem{align-items:center;display:flex;flex-direction:row;height:34px;overflow:hidden;padding:0 12px;position:relative}.om-root--default .om-o-layerMenuItem--multiline{height:auto;margin-bottom:12px;margin-top:12px}.om-root--default .om-o-layerMenuItem__title{display:block;flex:1;overflow:hidden;padding-left:8px;padding-right:4px;text-overflow:ellipsis;white-space:nowrap}.om-root--default .om-o-layerMenuItem__textblock{display:block;height:auto;max-height:300px;overflow-y:auto;padding-left:0;padding-right:0}.om-root--default .om-o-layerMenuItem__textblock--content{margin:0 12px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root--default .om-o-layerMenuItem--disabled{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--default .om-o-layerMenuItem--disabled:hover{cursor:auto}.om-root--default .om-o-layerMenuItem .om-o-checkbox,.om-root--default .om-o-layerMenuItem .om-o-radioButton{color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--default .om-o-layerMenuItem .om-o-checkbox--disabled,.om-root--default .om-o-layerMenuItem .om-o-radioButton--disabled{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--default .om-o-layerMenuItem .om-o-checkbox--disabled:hover,.om-root--default .om-o-layerMenuItem .om-o-radioButton--disabled:hover{cursor:auto}.om-root--default .om-o-layerMenuItem__titleBar{display:flex;flex-direction:row;justify-content:space-between}.om-root--default .om-o-layerMenuItem__titleBar:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-c-legend__header{align-items:center;display:flex;height:34px;overflow:hidden;padding-right:12px;position:relative}.om-root--default .om-c-legend__header .om-o-layerItem__arrowIcon{align-items:center;display:flex;height:100%;justify-content:center;width:20px}.om-root--default .om-c-legend__header .om-o-layerItem__arrowIcon i{font-size:20px}.om-root--default .om-c-legend__header .om-o-layerItem__arrowIcon--simple{display:none}.om-root--default .om-c-legend__header .om-o-layerItem__arrowIcon--default{display:flex}.om-root--default .om-c-legend__header i{font-size:16px}.om-root--default .om-c-legend__header .om-c-layerTitle{display:block;overflow:hidden;padding-left:4px;text-overflow:ellipsis;white-space:nowrap}.om-root--default .om-c-legend__header:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-c-legend__header:first-child{margin-top:0}.om-root--default .om-c-legend__placeholder{align-items:center;background-color:RGBA(var(--om-sidebar-contrastColor),.05);display:flex;padding:8px}.om-root--default .om-c-legend__placeholder i{opacity:.5}.om-root--default .om-c-legend__placeholder .om-p1{padding-left:8px}.om-root--default .om-c-legend__image{box-sizing:border-box;padding:2px 8px 2px 16px;width:100%}.om-root--default .om-c-legend__image img{max-width:100%}.om-root--default .om-c-sidebar,.om-root--default .om-c-sidebar__helper{display:flex;flex-direction:column}.om-root--default .om-c-sidebar__helper{margin:12px 0;position:relative}.om-root--default .om-c-sidebar__helper--bottomspace{max-height:calc(100% - 72px)}.om-root--default .om-c-sidebar__helper--overviewmap-open{max-height:calc(100% - 240px)}.om-root--default .om-c-sidebar{background-color:RGB(var(--om-sidebar-primaryColor));border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;max-height:100%;min-height:72px;overflow:hidden;overflow-x:visible;padding:8px;pointer-events:all;width:348px}.om-root--default .om-c-sidebar:before{border-radius:4px;box-shadow:1px 1px 12px 1px #0003;content:"";height:72px;position:absolute;top:0;width:32px;z-index:-1}.om-root--default .om-c-sidebar--left{border-top-left-radius:4px;left:0;margin-left:12px}.om-root--default .om-c-sidebar--left:before{right:-32px}.om-root--default .om-c-sidebar--right{border-top-right-radius:4px;margin-right:12px;right:0}.om-root--default .om-c-sidebar--right:before{left:-32px}.om-root--default .om-c-sidebar .om-o-sidebarCard:nth-child(n+3){margin-top:8px}.om-root--default .om-c-sidebar__arrow{align-items:center;background:RGB(var(--om-sidebar-primaryColor));display:flex;height:72px;justify-content:center;position:absolute;top:0;width:34px}.om-root--default .om-c-sidebar__arrow i{opacity:.8}.om-root--default .om-c-sidebar__arrow:hover{cursor:pointer}.om-root--default .om-c-sidebar__arrow:hover i{opacity:1}.om-root--default .om-c-sidebar__arrow--left{border-bottom-right-radius:4px;border-top-right-radius:4px;right:-32px}.om-root--default .om-c-sidebar__arrow--right{border-bottom-left-radius:4px;border-top-left-radius:4px;left:-32px}.om-root--default .om-c-header{align-items:flex-end;background-color:RGB(var(--om-header-primaryColor));border-bottom:1px solid var(--om-header-borderColor);box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;color:RGBA(var(--om-header-contrastColor),.95);display:flex;justify-content:space-between;min-height:74px;padding:12px;pointer-events:all;position:static;width:100%}.om-root--default .om-c-header input{border:1px solid var(--om-header-borderColor);color:RGBA(var(--om-header-contrastColor),.95)}.om-root--default .om-c-header input::-moz-placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--default .om-c-header input::placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--default .om-c-header input:-ms-input-placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--default .om-c-header input::-ms-input-placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--default .om-c-header .om-c-searchBox input{border:1px solid var(--om-header-borderColor)}.om-root--default .om-c-header--expanded{box-shadow:0 5px 9px -2px #0000001a;height:72px;padding-bottom:12px}.om-root--default .om-c-header__toolContainer{display:flex}.om-root--default .om-c-header__toolContainer--floating{display:block;display:flex;flex:auto;margin-top:12px}.om-root--default .om-c-header__toolContainer--floating--left{justify-content:flex-start}.om-root--default .om-c-header__toolContainer--floating--center{justify-content:center}.om-root--default .om-c-header__toolContainer--floating--right{justify-content:flex-end}.om-root--default .om-c-header__slot{align-items:flex-end;box-sizing:border-box;display:flex}.om-root--default .om-c-header__slot--center{align-items:flex-end;flex:1}.om-root--default .om-c-header__slot--right{align-items:flex-end;justify-content:flex-end;padding-left:12px}.om-root--default .om-c-header__slot--left{padding:0}.om-root--default .om-c-header__slot--left .om-c-footer__clickableItem--mapDescription{color:RGBA(var(--om-header-contrastColor),.9);margin-left:8px;margin-right:0}.om-root--default .om-c-header__slot--left .om-c-footer__clickableItem--mapDescription:hover{background-color:RGB(var(--om-header-primaryColor));color:RGBA(var(--om-header-contrastColor),1)}.om-root--default .om-c-header__logo{height:50px;margin-right:12px;width:auto}.om-root--default .om-c-header .om-c-generalNavButtons__slot{align-items:center;display:flex;height:100%;justify-content:center;width:44px}.om-root--default .om-c-header .om-c-generalNavButtons__slot i{color:RGBA(var(--om-header-contrastColor),.8)}.om-root--default .om-c-header .om-c-generalNavButtons__slot:hover{background-color:var(--om-header-hoverColor);color:RGBA(var(--om-header-contrastColor),1);cursor:pointer}.om-root--default .om-c-header .om-o-mapDescription__title{font-size:16px}.om-root--default .om-c-table{background-color:RGB(var(--om-header-primaryColor));box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;color:RGBA(var(--om-header-contrastColor),.95);pointer-events:all;position:static;width:100%}.om-root--default .om-c-table__container{border-spacing:0;overflow-x:auto;position:relative}.om-root--default .om-c-table__headerRow{background-color:RGB(var(--om-sidebar-primaryColor));position:sticky;top:0}.om-root--default .om-c-table__headerRowCell{align-items:center;display:flex;font-weight:700;justify-content:center;padding:.25rem;word-break:break-all}.om-root--default .om-c-table__row{cursor:pointer}.om-root--default .om-c-table__row:nth-child(odd){background-color:RGBA(var(--om-sidebar-contrastColor),.03)}.om-root--default .om-c-table__row:nth-child(2n){background-color:RGBA(var(--om-sidebar-contrastColor),.06)}.om-root--default .om-c-table__row--selected:nth-child(odd){background-color:RGBA(var(--om-sidebar-attentionColor),.25)}.om-root--default .om-c-table__row--selected:nth-child(2n){background-color:RGBA(var(--om-sidebar-attentionColor),.3)}.om-root--default .om-c-table__row:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.4)}.om-root--default .om-c-table__cell,.om-root--default .om-c-table__cell-head{margin:0;overflow:hidden;padding:.25rem}.om-root--default .om-c-tableHeader{align-items:center;border:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;display:flex;justify-content:space-between;max-height:50.4px;padding:0 .5rem;width:100%}.om-root--default .om-c-tableHeader__controls{align-items:center;display:flex}.om-root--default .om-c-tableHeader__buttonGroup{align-items:center;border:1px solid var(--om-header-borderColor);border-radius:4px;display:flex;height:32px;margin:0 .8rem}.om-root--default .om-c-tableHeader__button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0 .5rem;padding:.5rem;width:24px}.om-root--default .om-c-tableHeader__button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--default .om-c-tableHeader__button i,.om-root--default .om-c-tableHeader__button svg{color:RGBA(var(--om-sidebar-contrastColor),.8)}.om-root--default .om-c-tableHeader__button--active{background-color:RGBA(var(--om-sidebar-attentionColor),.8);color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--default .om-c-tableHeader__button--active i,.om-root--default .om-c-tableHeader__button--active svg{color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--default .om-c-tableHeader__button--active:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1)}.om-root--default .om-c-tableHeader__button--roundButton{background-color:RGBA(var(--om-sidebar-contrastColor),.1);border-radius:50%;height:24px;width:24px}.om-root--default .om-c-tableHeader__button--roundButton:hover,.om-root--default .om-c-tableHeader__textButton{background-color:RGBA(var(--om-sidebar-contrastColor),.15)}.om-root--default .om-c-tableHeader__textButton{align-items:center;border-radius:4px;box-sizing:border-box;color:RGBA(var(--om-sidebar-contrastColor),.8);cursor:pointer;display:flex;font-weight:700;height:24px;justify-content:center;margin-left:.5rem;padding:0 6px}.om-root--default .om-c-tableHeader__textButton:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.2);color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--default .om-c-tableHeader__textButton--active{background-color:RGBA(var(--om-sidebar-attentionColor),.8);color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--default .om-c-tableHeader__textButton--active:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--default .om-c-tableHeader__textButton:nth-last-child(2){margin-right:.5rem}.om-root--default .om-c-tableHeader__searchBox{position:relative}.om-root--default .om-c-tableHeader__searchBox input{height:18px;padding-left:24px;width:192px}.om-root--default .om-c-tableHeader__searchIcon{color:RGBA(var(--om-sidebar-contrastColor),.8);cursor:pointer;left:4px;position:absolute;top:4px}.om-root--default .om-c-tableHeader__downloadBtn{align-items:center;background-color:RGBA(var(--om-sidebar-primaryColor),1);border:1px solid var(--om-sidebar-borderColor);border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:32px;margin-right:20px;width:134px}.om-root--default .om-c-tableHeader__downloadBtn:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--default .om-c-tableHeader__downloadBtn--label{padding:0 8px}.om-root--default .om-c-tableHeader__downloadBtn--disabled{background-color:RGBA(var(--om-sidebar-contrastColor),.1);color:RGBA(var(--om-sidebar-contrastColor),.5);cursor:not-allowed}.om-root--default .om-c-tableHeader__downloadBtn--disabled:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.1)}.om-root--default .om-c-tableHeader__downloadPopup{background-color:RGB(var(--om-header-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;cursor:default;width:134px}.om-root--default .om-c-tableHeader__downloadPopup--option{cursor:pointer;margin:5px;padding:4px}.om-root--default .om-c-tableHeader__downloadPopup--option:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.1);color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--default .om-c-tableHeader__selected_row_count{margin-left:15px}.om-root--default .om-c-tableHeader__title_panel{align-items:center;display:flex}.om-root--default .om-c-tableHeader__geometry_export{align-items:center;display:flex;margin-right:20px}.om-root--default .om-c-tableHeader__geometry_export_label{font-size:14px;margin-left:3px}.om-root--default .om-c-mapButtons{display:none}.om-root--default .om-c-mapButtons__container{overflow:hidden}.om-root--default .om-c-mapButtons__container i{color:RGBA(var(--om-mapButtons-contrastColor),.8)}@media only screen and (min-width:576px){.om-root--default .om-c-mapButtons{align-items:flex-end;display:flex;flex-direction:row;margin:12px 12px 16px}.om-root--default .om-c-mapButtons__container{background-color:RGB(var(--om-mapButtons-primaryColor));border-radius:4px;box-shadow:1px 1px 12px 1px #0003;display:flex}.om-root--default .om-c-mapButtons__container:nth-child(n+1){margin-left:12px}.om-root--default .om-c-mapButtons__container .om-c-mapButtons__button:first-child{border-left:none}.om-root--default .om-c-mapButtons__button{align-items:center;border-left:1px solid var(--om-mapButtons-borderColor);color:RGBA(var(--om-mapButtons-contrastColor),.8);display:flex;height:36px;justify-content:center;pointer-events:all;width:36px}.om-root--default .om-c-mapButtons__button:hover{background-color:var(--om-mapButtons-hoverColor);color:RGBA(var(--om-mapButtons-contrastColor),1);cursor:pointer}.om-root--default .om-c-mapButtons__button--menu{background-color:RGB(var(--om-mapButtons-primaryColor));width:80px}.om-root--default .om-c-mapButtons__button--menu .om-p1,.om-root--default .om-c-mapButtons__button--menu i{color:RGBA(var(--om-mapButtons-contrastColor),.8)}.om-root--default .om-c-mapButtons__button--menu:hover{background-color:var(--om-mapButtons-hoverColor)}.om-root--default .om-c-mapButtons__button--menu:hover .om-p1,.om-root--default .om-c-mapButtons__button--menu:hover i{color:RGB(var(--om-mapButtons-contrastColor))}.om-root--default .om-c-mapButtons__button--search-result{width:100%}.om-root--default .om-c-mapButtons__button--northArrow{display:flex;padding-bottom:2px}.om-root--default .om-c-mapButtons__button--rotated i{color:RGB(var(--om-sidebar-attentionColor))}.om-root--default .om-c-mapButtons__button--disabled{background-color:RGBA(var(--om-sidebar-contrastColor),.1);cursor:no-drop}.om-root--default .om-c-mapButtons__button--disabled .material-icons,.om-root--default .om-c-mapButtons__button--disabled svg{cursor:no-drop;fill:RGBA(var(--om-sidebar-contrastColor),.5);color:RGBA(var(--om-sidebar-contrastColor),.5)}.om-root--default .om-c-mapButtons__button .om-c-buttonGroup__container{border:none;height:auto;margin-left:0}.om-root--default .om-c-mapButtons__button .om-c-buttonGroup__container .om-c-generalNavButtons__slot{display:flex;margin-right:8px}.om-root--default .om-c-mapButtons__button .om-c-lastSearchResult--floating{align-items:center;display:flex}.om-root--default .om-c-mapButtons__button .om-c-lastSearchResult--floating i{padding:0 .3rem}.om-root--default .om-c-mapButtons--bottom-right{bottom:0;position:absolute;right:0}.om-root--default .om-c-mapButtons--bottom-left{bottom:0;left:0;position:absolute}}.om-root--default .om-c-header__buttonGroup{align-items:flex-start;display:flex;flex-direction:column;margin-right:12px}.om-root--default .om-c-header__buttonGroup:last-child{margin:0}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;box-shadow:1px 1px 12px 1px #0003;display:table;height:-moz-fit-content;height:fit-content;overflow:hidden;pointer-events:all}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-buttonGroup__title{display:none}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-buttonGroup__container{border:none;height:36px}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link svg{fill:RGB(var(--om-sidebar-contrastColor));color:RGB(var(--om-sidebar-contrastColor));opacity:.8}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--disabled{background-color:RGBA(var(--om-sidebar-contrastColor),.1);cursor:no-drop}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--disabled .om-c-toolmenu__icon,.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--disabled svg{fill:RGBA(var(--om-sidebar-contrastColor),.5);color:RGBA(var(--om-sidebar-contrastColor),.5)}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--inactive{background-color:RGBA(var(--om-sidebar-contrastColor),.1)}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--inactive .om-c-toolmenu__icon,.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--inactive svg{fill:RGB(var(--om-sidebar-contrastColor));color:RGB(var(--om-sidebar-contrastColor))}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active{background-color:var(--om-sidebar-hoverColor)}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active .om-c-toolmenu__icon,.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active svg{fill:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-attentionColor))}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__icon{fill:RGB(var(--om-sidebar-contrastColor));color:RGB(var(--om-sidebar-contrastColor))}.om-root--default .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__icon--border{border:2px solid;border-radius:4px}.om-root--default .om-c-buttonGroup__title{font-size:10px;font-weight:700;letter-spacing:1px;line-height:normal;margin-bottom:4px;opacity:.8;text-indent:1px;text-transform:uppercase}.om-root--default .om-c-buttonGroup__container{border:1px solid var(--om-header-borderColor);border-radius:4px;display:flex;height:32px;overflow:hidden}.om-root--default .om-c-buttonGroup__container--marginSlotRight{margin-left:12px}.om-root--default .om-c-toolmenu__link{align-items:center;display:flex;height:100%;justify-content:center;width:44px}.om-root--default .om-c-toolmenu__link:hover{background-color:var(--om-header-hoverColor);cursor:pointer}.om-root--default .om-c-toolmenu__link svg{fill:RGB(var(--om-header-contrastColor));color:RGB(var(--om-header-contrastColor));opacity:.8}.om-root--default .om-c-toolmenu__link--helper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.om-root--default .om-c-toolmenu__link--disabled{background-color:RGBA(var(--om-header-contrastColor),.1);cursor:no-drop}.om-root--default .om-c-toolmenu__link--disabled .om-c-toolmenu__icon,.om-root--default .om-c-toolmenu__link--disabled svg{fill:RGBA(var(--om-header-contrastColor),.5);color:RGBA(var(--om-header-contrastColor),.5)}.om-root--default .om-c-toolmenu__link--inactive{background-color:RGBA(var(--om-header-contrastColor),.1)}.om-root--default .om-c-toolmenu__link--inactive .om-c-toolmenu__icon,.om-root--default .om-c-toolmenu__link--inactive svg{fill:RGB(var(--om-header-contrastColor));color:RGB(var(--om-header-contrastColor));opacity:.4}.om-root--default .om-c-toolmenu__link--inactive svg,.om-root--default .om-c-toolmenu__link--inactive:hover .om-c-toolmenu__icon{opacity:1}.om-root--default .om-c-toolmenu__link--active{background-color:var(--om-header-hoverColor)}.om-root--default .om-c-toolmenu__link--active .om-c-toolmenu__icon,.om-root--default .om-c-toolmenu__link--active svg{fill:RGB(var(--om-header-attentionColor));color:RGB(var(--om-header-attentionColor));opacity:1}.om-root--default .om-c-toolmenu__link--active:hover{background-color:var(--om-header-hoverColor)}.om-root--default .om-c-toolmenu__icon{fill:RGB(var(--om-header-contrastColor));color:RGB(var(--om-header-contrastColor));opacity:.8}.om-root--default .om-c-toolmenu__icon--border{border:2px solid;border-radius:4px}.om-root--default .om-o-cardContent .om-c-searchBox input{width:100%}.om-root--default .om-o-cardContent .om-c-searchBox__container{padding:4px 8px}.om-root--default .om-o-cardContent .om-c-searchBox__suggestionsContainer{display:none}.om-root--default .om-c-searchBox{position:relative}.om-root--default .om-c-searchBox input{background-color:RGB(var(--om-header-primaryColor));border:1px solid var(--om-header-borderColor);border-radius:4px;box-sizing:border-box;display:block;height:34px;overflow:hidden;padding:0 0 0 32px;text-overflow:ellipsis;white-space:nowrap;width:220px}.om-root--default .om-c-searchBox input:focus{border:1px solid rgba(var(--om-header-attentionColor),.8);outline:none}.om-root--default .om-c-searchBox__container--active input{padding:0 32px}.om-root--default .om-c-searchBox__searchIcon{color:RGBA(var(--om-header-contrastColor),.6);left:8px;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.om-root--default .om-c-searchBox__deleteInputButton{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:34px}.om-root--default .om-c-searchBox__deleteInputButton i{align-items:center;background-color:RGBA(var(--om-header-contrastColor),.3);border-radius:50%;color:RGB(var(--om-header-primaryColor));display:flex;font-size:12px;height:16px;justify-content:center;width:16px}.om-root--default .om-c-searchBox__deleteInputButton:hover{cursor:pointer}.om-root--default .om-c-searchBox__deleteInputButton:hover i{background-color:RGBA(var(--om-header-contrastColor),.6)}.om-root--default .om-c-searchBox__suggestionsContainer{background-color:RGB(var(--om-header-primaryColor));border-radius:4px;box-sizing:border-box;margin-top:4px;position:absolute;width:220px;z-index:9999}.om-root--default .om-c-searchBox__suggestionsContainer .om-c-suggestionsList{border-radius:4px;box-shadow:1px 1px 12px 1px #0003;list-style:none;margin:0;padding:4px 0}.om-root--default .om-c-searchBox__suggestionsContainer .om-c-suggestionsList__item{align-items:center;color:RGBA(var(--om-header-contrastColor),.95);display:block;height:28px;line-height:28px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.om-root--default .om-c-searchBox__suggestionsContainer .om-c-suggestionsList__item--highlighted{background-color:var(--om-header-hoverColor);color:RGB(var(--om-header-attentionColor));cursor:pointer}.om-root--default .om-c-footer{display:none}@media only screen and (min-width:576px){.om-root--default .om-c-footer{align-items:center;background-color:RGB(var(--om-footer-primaryColor));box-shadow:1px 1px 12px 1px #0003;color:RGBA(var(--om-footer-contrastColor),.95);display:flex;font-size:15px;font-weight:400;height:44px;letter-spacing:.3px}.om-root--default .om-c-footer .om-p1,.om-root--default .om-c-footer i{color:RGB(var(--om-footer-contrastColor))}.om-root--default .om-c-footer__mapTitle{font-weight:700}.om-root--default .om-c-footer__mousePosition,.om-root--default .om-c-footer__scale{align-items:center;display:flex;height:100%;padding-left:12px;padding-right:12px}.om-root--default .om-c-footer__slot{align-items:center;display:flex;flex-direction:row;height:100%}.om-root--default .om-c-footer__slot--left{flex:1}.om-root--default .om-c-footer__slot--right{justify-content:flex-end}.om-root--default .om-c-footer__slot--right span{border-right:1px solid var(--om-header-borderColor)}.om-root--default .om-c-footer__slot--right span:last-child{border-right:none}.om-root--default .om-c-footer .om-c-lastSearchResult{align-items:center;border-radius:4px;display:flex;height:calc(100% - 12px);margin:0 6px;padding:0 8px}.om-root--default .om-c-footer .om-c-lastSearchResult span{padding:0 4px}.om-root--default .om-c-footer .om-c-lastSearchResult i{font-size:18px;margin-left:0}.om-root--default .om-c-footer .om-c-lastSearchResult:hover{background-color:var(--om-footer-hoverColor);cursor:pointer}.om-root--default .om-c-footer .om-c-lastSearchResult:hover i{opacity:.8}.om-root--default .om-c-footer .om-c-lastSearchResult__closeIcon:hover{background-color:RGBA(var(--om-footer-contrastColor),.2);border-radius:2px}.om-root--default .om-c-footer .om-c-credentialButton{background-color:#fffc;background-image:url(/build/assets/logo-onemap-notext.bd4a5994-BQoOHMm3.svg);background-position:50%;background-repeat:no-repeat;border-radius:50%;height:calc(100% - 14px);margin-left:8px;width:30px}.om-root--default .om-c-footer .om-c-credentialButton--spinner{align-items:center;background-image:none;background:none;display:flex;justify-content:center}.om-root--default .om-c-footer .om-c-credentialButton--spinner .om-o-loadspinner{transform:scale(2)}.om-root--default .om-c-footer .om-c-credentialButton:hover{background-color:#fff;cursor:pointer}.om-root--default .om-c-footer--transparant{background-color:transparent;bottom:0;box-shadow:none;height:36px;margin:12px;position:absolute}.om-root--default .om-c-footer--transparant .om-c-footer__slot--right,.om-root--default .om-c-footer--transparant .om-o-divider{display:none}.om-root--default .om-c-footer--transparant .om-c-lastSearchResult,.om-root--default .om-c-footer--transparant .om-o-mapDescription{background-color:RGB(var(--om-footer-primaryColor));box-shadow:1px 1px 12px 1px #0003;height:100%}.om-root--default .om-c-footer--transparant .om-c-lastSearchResult:hover,.om-root--default .om-c-footer--transparant .om-o-mapDescription:hover{background-color:RGB(var(--om-footer-primaryColor))}.om-root--default .om-c-footer--transparant .om-c-lastSearchResult:hover i,.om-root--default .om-c-footer--transparant .om-o-mapDescription:hover i{opacity:.9}.om-root--default .om-c-footer--transparant .om-c-credentialButton{height:100%;margin-left:0;width:36px}}.om-root--default .om-c-slider{display:flex;width:100%}.om-root--default .om-c-slider__timeSlider{align-items:center;max-width:600px;min-width:200px;padding-left:16px}.om-root--default .om-c-slider__label{align-items:center;display:flex;padding-right:16px}.om-root--default .om-c-slider__label--right{padding-left:16px}.om-root--default .om-c-slider__date-button{border-radius:4px;margin-right:8px;padding:8px}.om-root--default .om-c-slider__date-button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.2);cursor:pointer}.om-root--default .om-c-slider__date-button--right{margin-left:8px}.om-root--default .om-c-slider__slider{align-items:center;display:flex;height:1.5rem;width:100%}.om-root--default .om-c-slider__track{align-items:center;display:flex;height:4px;position:relative}.om-root--default .om-c-slider__track-0{background-color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--default .om-c-slider__track--range-0,.om-root--default .om-c-slider__track-1{background-color:RGBA(var(--om-sidebar-contrastColor),.2)}.om-root--default .om-c-slider__track--range-1{background-color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--default .om-c-slider__track--range-2,.om-root--default .om-c-slider__track--single-0,.om-root--default .om-c-slider__track--single-1{background-color:RGBA(var(--om-sidebar-contrastColor),.2)}.om-root--default .om-c-slider__thumb{align-items:center;background-color:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-primaryColor));display:flex;height:18px;justify-content:center;width:28px}.om-root--default .om-c-dashboard__chart{overflow:clip}.om-root--default .om-c-dashboard__chart svg :focus:not(:focus-visible){outline:0}.om-root--default .om-o-activeFilters__categoryTitle{font-weight:400}.om-root--default .om-o-activeFilters__categoryContainer:not(:first-child){margin-top:8px}.om-root--default .om-o-activeFilters__container{display:flex;flex-direction:row;justify-content:space-between;padding:0 12px 8px}.om-root--default .om-o-activeFilters__tools{display:flex;flex-direction:row;margin-top:4px}.om-root--default .om-o-activeFilters__tools .om-o-filteredLayers{margin-left:4px}.om-root--default .om-o-activeFilters .om-o-activeFilter__tagContainer{align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.1);border-radius:4px;display:inline-flex;height:22px;margin-right:6px;margin-top:4px;padding:0 4px 0 8px}.om-root--default .om-o-activeFilters .om-o-activeFilter__tagContainer span{margin-right:4px}.om-root--default .om-o-activeFilters .om-o-activeFilter__removeButton{align-items:center;border-radius:4px;display:flex;height:20px;justify-content:center;width:20px}.om-root--default .om-o-activeFilters .om-o-activeFilter__removeButton i{font-size:12px}.om-root--default .om-o-activeFilters .om-o-activeFilter__removeButton:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-o-activeFilters .om-o-activeFilter__removeButton:hover .om-o-activeFilter__removeButton{color:#000c}.om-root--default .om-o-activeFilters__optionContainer .om-o-activeFilter__tagContainer--selected{background-color:RGBA(var(--om-sidebar-attentionColor),.2)}.om-root--default .om-o-activeFilters__optionContainer .om-o-activeFilter__tagContainer:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.3);color:#000c;cursor:pointer}.om-root--default .om-o-activeFilters__optionContainer .om-o-activeFilter__selectedIcon{align-items:center;border-radius:4px;display:flex;height:20px;justify-content:center;width:20px}.om-root--default .om-o-activeFilters__optionContainer .om-o-activeFilter__selectedIcon i{font-size:12px}.om-root--default .om-o-sidebarCard{display:flex;flex-direction:column}.om-root--default .om-o-sidebarCard__container{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;overflow:hidden}.om-root--default .om-o-cardHeader{align-items:center;background-color:RGB(var(--om-sidebarHeader-primaryColor));display:flex;flex-shrink:0;height:54px;padding:0 12px}.om-root--default .om-o-cardHeader .om-t1{color:RGB(var(--om-sidebarHeader-contrastColor))}.om-root--default .om-o-cardHeader__title{display:block;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.om-root--default .om-o-cardHeader__button{align-items:center;background-color:RGBA(var(--om-sidebarHeader-contrastColor),.15);border-radius:50%;box-sizing:border-box;display:flex;height:24px;justify-content:center;margin-left:8px;width:24px}.om-root--default .om-o-cardHeader__button i{color:RGBA(var(--om-sidebarHeader-contrastColor),.8)}.om-root--default .om-o-cardHeader__button:hover{background-color:RGBA(var(--om-sidebarHeader-contrastColor),.2);cursor:pointer}.om-root--default .om-o-cardHeader__button:hover i{color:RGBA(var(--om-sidebarHeader-contrastColor),1)}.om-root--default .om-o-cardContent{padding:4px 0}.om-root--default .om-o-cardContent--morePadding{padding:12px}.om-root--default .om-o-cardContent__innerContent{margin:8px 12px}.om-root--default .om-o-filter{box-sizing:border-box;padding:8px 12px;width:100%}.om-root--default .om-o-filter--active{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--default .om-o-filter__header{align-items:center;display:flex;padding-bottom:8px}.om-root--default .om-o-filter__header .om-o-filter__title{flex:auto}.om-root--default .om-o-filter input,.om-root--default .om-o-filter select{color:RGBA(var(--om-sidebar-contrastColor),.95)}.om-root--default .om-o-filter input::-moz-placeholder,.om-root--default .om-o-filter select::-moz-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-filter input::placeholder,.om-root--default .om-o-filter select::placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-filter input:-ms-input-placeholder,.om-root--default .om-o-filter select:-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-filter input::-ms-input-placeholder,.om-root--default .om-o-filter select::-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-filter input[type=number]::-webkit-inner-spin-button,.om-root--default .om-o-filter input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.om-root--default .om-o-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.om-root--default .om-o-filter__formfield{display:flex;flex:auto;position:relative}.om-root--default .om-o-filter__formfield .om-o-formfield{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:block;height:32px;overflow:hidden;padding:0 32px 0 8px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--default .om-o-filter__formfield .om-o-formfield input{padding:0 40px 2px 4px}.om-root--default .om-o-filter__formfield .om-o-formfield:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none}.om-root--default .om-o-filter__iconButton{align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:50%;box-sizing:border-box;display:flex;height:24px;justify-content:center;position:absolute;right:4px;top:4px;width:24px}.om-root--default .om-o-filter__iconButton i{color:RGB(var(--om-sidebar-primaryColor))}.om-root--default .om-o-filter__iconButton:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--default .om-o-filter__errorMsg{color:red}.om-root--default .om-o-filter__helptext{color:RGB(var(--om-sidebar-contrastColor),.8)}.om-root--default .om-o-filter__requiredMarker{color:RGB(var(--om-sidebar-attentionColor))}.om-root--default .om-o-filter__submitButton{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--default .om-o-filter__submitButton span{color:RGB(var(--om-sidebar-primaryColor))}.om-root--default .om-o-filter__submitButton:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--default .om-o-filter__submitButton--disabled{background-color:RGBA(var(--om-sidebar-attentionColor),.2)}.om-root--default .om-o-filter__submitButton--disabled:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.2);cursor:not-allowed}.om-root--default .om-o-filter__formfield .om-o-formfield__select{background-color:RGB(var(--om-sidebar-primaryColor));background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 24 24"><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');background-position:right 4px center;background-repeat:no-repeat;padding:0 52px 2px 4px}.om-root--default .om-o-filter__formfield .om-o-formfield__select--small{border-bottom-right-radius:0;border-top-right-radius:0;padding:0 24px 2px 4px}.om-root--default .om-o-filter__formfield .om-o-formfield__select--filled{background-position:right 40px center}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect{min-height:32px;width:100%}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect--small{width:calc(100% - 42px)}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__control{background-color:RGB(var(--om-sidebar-primaryColor));border-color:var(--om-sidebar-borderColor);min-height:32px}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__control--is-focused{border-color:RGB(var(--om-sidebar-attentionColor));box-shadow:0 0 0 1px RGB(var(--om-sidebar-attentionColor))}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__control--is-focused .om-o-formfield__reactSelect__indicator{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__control:hover{border-color:RGB(var(--om-sidebar-attentionColor))}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__indicator{color:RGBA(var(--om-sidebar-contrastColor),.3);padding:0 4px}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__indicator-separator{background-color:RGBA(var(--om-sidebar-contrastColor),.3)}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__single-value{color:RGBA(var(--om-sidebar-contrastColor),.95)}.om-root--default .om-o-filter__formfield .om-o-formfield__reactSelect__placeholder{color:RGBA(var(--om-sidebar-contrastColor),.3)}.om-root--default .om-o-formfield__reactSelect__menu{background-color:RGB(var(--om-sidebar-primaryColor));color:RGB(var(--om-sidebar-contrastColor))}.om-root--default .om-o-formfield__reactSelect__menu .om-o-formfield__reactSelect__option--is-focused{background-color:RGBA(var(--om-sidebar-attentionColor),.15)}.om-root--default .om-o-formfield__reactSelect__menu .om-o-formfield__reactSelect__option--is-selected{background-color:RGBA(var(--om-sidebar-attentionColor),.3);color:RGB(var(--om-sidebar-contrastColor))}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield__select{flex:0 0 56px}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber{border-left:none;padding-left:4px}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber:focus{padding-left:3px}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber{border-left:none;padding-left:4px}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:focus{padding-left:3px}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:first-child{border-radius:0;padding-right:4px;width:96%}.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber,.om-root--default .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber{border-bottom-left-radius:0;border-top-left-radius:0}.om-root--default .om-o-filter__formField--dateConstraint .om-o-formfield__select{flex:0 0 80px}.om-root--default .om-o-filter__formField--dateConstraint .DayPickerInput{display:flex;flex:auto}.om-root--default .om-o-filter__formField--dateConstraint .DayPickerInput input{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-left:none;border-radius:0 4px 4px 0;box-sizing:border-box;display:block;overflow:hidden;padding:0 40px 2px 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--default .om-o-filter__formField--dateConstraint .DayPickerInput input:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none;padding-left:3px}.om-root--default .om-o-filter__formField--dateConstraint .DayPickerInput:first-child input:first-child{border-radius:0;padding:0 4px 2px}.om-root--default .om-o-filter__formField--dateConstraint .DayPickerInput:first-child input:first-child:focus{padding-left:3px}.om-root--default .om-o-filter__formField--equalsOnly .DayPickerInput{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:flex;flex:auto;height:32px;overflow:hidden;padding:0 32px 0 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--default .om-o-filter__formField--equalsOnly .DayPickerInput input{border:0}.om-root--default .om-o-filter__formField--equalsOnly .DayPickerInput:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none}.om-root--default .om-o-nullFilter{align-items:center;border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-contrastColor));display:flex;height:22px;justify-content:center;margin-right:8px;width:22px}.om-root--default .om-o-nullFilter span{font-size:16px;opacity:.6;padding-bottom:1px}.om-root--default .om-o-nullFilter:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-o-nullFilter:hover span{opacity:.8}.om-root--default .om-o-filterToolButtons,.om-root--default .om-o-filteredLayers{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;height:22px}.om-root--default .om-o-filterToolButtons i,.om-root--default .om-o-filterToolButtons span,.om-root--default .om-o-filteredLayers i,.om-root--default .om-o-filteredLayers span{opacity:.6}.om-root--default .om-o-filterToolButtons i,.om-root--default .om-o-filteredLayers i{font-size:14px}.om-root--default .om-o-filterToolButtons span,.om-root--default .om-o-filteredLayers span{margin-right:2px}.om-root--default .om-o-filterToolButtons:hover,.om-root--default .om-o-filteredLayers:hover{cursor:pointer}.om-root--default .om-o-filterToolButtons--active,.om-root--default .om-o-filterToolButtons:active,.om-root--default .om-o-filterToolButtons:hover,.om-root--default .om-o-filteredLayers--active,.om-root--default .om-o-filteredLayers:active,.om-root--default .om-o-filteredLayers:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--default .om-o-filterToolButtons--active i,.om-root--default .om-o-filterToolButtons--active span,.om-root--default .om-o-filterToolButtons:active i,.om-root--default .om-o-filterToolButtons:active span,.om-root--default .om-o-filterToolButtons:hover i,.om-root--default .om-o-filterToolButtons:hover span,.om-root--default .om-o-filteredLayers--active i,.om-root--default .om-o-filteredLayers--active span,.om-root--default .om-o-filteredLayers:active i,.om-root--default .om-o-filteredLayers:active span,.om-root--default .om-o-filteredLayers:hover i,.om-root--default .om-o-filteredLayers:hover span{opacity:.8}.om-root--default .om-o-filterToolButtons__button,.om-root--default .om-o-filteredLayers__button{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:0 3px;width:100%}.om-root--default .om-o-form{max-height:90vh;max-width:600px;min-height:120px;overflow-y:auto;padding:.5rem 0}.om-root--default .om-o-form__toolform{padding:.3rem}.om-root--default .om-o-form__toolform .om-o-form__label{margin-bottom:.3rem}.om-root--default .om-o-form__section{box-sizing:border-box;padding:.3rem .8rem}.om-root--default .om-o-form__section--buttons{margin-top:1rem}.om-root--default .om-o-form--active{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--default .om-o-form__header{align-items:center;display:flex}.om-root--default .om-o-form__header .om-o-form__title{flex:auto}.om-root--default .om-o-form__row{margin-top:.6rem}.om-root--default .om-o-form__label{display:inline-block}.om-root--default .om-o-form__label--required{color:RGB(var(--om-sidebar-attentionColor));padding-left:.2rem}.om-root--default .om-o-form__error{background-color:#ffb3b366;color:red;max-width:95vw;padding:.2rem}.om-root--default .om-o-form__error--single-error{margin-top:.2rem}.om-root--default .om-o-form input,.om-root--default .om-o-form select{color:RGBA(var(--om-sidebar-contrastColor),.95)}.om-root--default .om-o-form input::-moz-placeholder,.om-root--default .om-o-form select::-moz-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-form input::placeholder,.om-root--default .om-o-form select::placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-form input:-ms-input-placeholder,.om-root--default .om-o-form select:-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-form input::-ms-input-placeholder,.om-root--default .om-o-form select::-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--default .om-o-form input[type=number]::-webkit-inner-spin-button,.om-root--default .om-o-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.om-root--default .om-o-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.om-root--default .om-o-form__formfield{display:flex;flex:auto;position:relative}.om-root--default .om-o-form__formfield .om-o-formfield{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:block;height:32px;overflow:hidden;padding:0 32px 0 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--default .om-o-form__formfield .om-o-formfield input{padding:0 40px 2px 4px}.om-root--default .om-o-form__formfield .om-o-formfield:focus{border:1px solid rgba(var(--om-sidebar-contrastColor),.8);outline:none}.om-root--default .om-o-form__description{color:RGB(var(--om-sidebar-contrastColor))}.om-root--default .om-o-form__description--field{color:RGBA(var(--om-sidebar-attentionColor),.8);font-size:.85em;padding-top:.2rem}.om-root--default .om-o-form__submitButton{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--default .om-o-form__submitButton span{color:RGB(var(--om-sidebar-primaryColor))}.om-root--default .om-o-form__submitButton:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--default .om-o-form__submitButton--disabled{background-color:RGBA(var(--om-sidebar-attentionColor),.2)}.om-root--default .om-o-form__submitButton--disabled:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.2);cursor:not-allowed}.om-root--default .om-o-form__widget{margin-top:.3rem}.om-root--default .om-o-form__widget input,.om-root--default .om-o-form__widget select{background-color:RGBA(var(--om-sidebar-contrastColor),.02);border:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;height:100%;padding-left:.2rem;width:100%}.om-root--default .om-o-form__widget input:focus,.om-root--default .om-o-form__widget select:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none}.om-root--default .om-o-form__widget input:-moz-ui-invalid,.om-root--default .om-o-form__widget input:invalid,.om-root--default .om-o-form__widget select:-moz-ui-invalid,.om-root--default .om-o-form__widget select:invalid{border:2px solid red;box-shadow:none}.om-root--default .om-o-form__widget textarea{box-sizing:border-box;height:5rem;width:100%}.om-root--default .om-o-form__widget--disabled{cursor:not-allowed;opacity:.6}.om-root--default .om-o-form__file-display{display:flex;flex-direction:column;padding:.5rem 0}.om-root--default .om-o-form__file-item{margin:.3rem 0}.om-root--default .om-o-form__widget .react-datepicker-wrapper{width:100%}.om-root--default .om-o-form__widget .react-datepicker__close-icon:after{background-color:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-primaryColor));font-size:.8rem;height:.8rem;padding:.1rem;width:.8rem}.om-root--default .om-o-form__formfield .om-o-formfield__select{background-color:RGB(var(--om-sidebar-primaryColor));background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 24 24"><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');background-position:right 4px center;background-repeat:no-repeat;padding:0 52px 2px 4px}.om-root--default .om-o-form__formfield .om-o-formfield__select--small{border-bottom-right-radius:0;border-top-right-radius:0;padding:0 24px 2px 4px}.om-root--default .om-o-form__formfield .om-o-formfield__select--filled{background-position:right 40px center}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield__select{flex:0 0 56px}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber{border-left:none;padding-left:4px}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber:focus{padding-left:3px}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber{border-left:none;padding-left:4px}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:focus{padding-left:3px}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:first-child{border-radius:0;padding-right:4px;width:96%}.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber,.om-root--default .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber{border-bottom-left-radius:0;border-top-left-radius:0}.om-root--default .om-o-form__formField--dateConstraint .om-o-formfield__select{flex:0 0 80px}.om-root--default .om-o-form__formField--dateConstraint .DayPickerInput{display:flex;flex:auto}.om-root--default .om-o-form__formField--dateConstraint .DayPickerInput input{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-left:none;border-radius:0 4px 4px 0;box-sizing:border-box;display:block;overflow:hidden;padding:0 40px 2px 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--default .om-o-form__formField--dateConstraint .DayPickerInput input:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none;padding-left:3px}.om-root--default .om-o-form__formField--dateConstraint .DayPickerInput:first-child input:first-child{border-radius:0;padding:0 4px 2px}.om-root--default .om-o-form__formField--dateConstraint .DayPickerInput:first-child input:first-child:focus{padding-left:3px}.om-root--default .om-o-formedLayers{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;height:22px}.om-root--default .om-o-formedLayers i,.om-root--default .om-o-formedLayers span{opacity:.6}.om-root--default .om-o-formedLayers i{font-size:14px}.om-root--default .om-o-formedLayers span{margin-right:2px}.om-root--default .om-o-formedLayers:hover{cursor:pointer}.om-root--default .om-o-formedLayers--active,.om-root--default .om-o-formedLayers:active,.om-root--default .om-o-formedLayers:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--default .om-o-formedLayers--active i,.om-root--default .om-o-formedLayers--active span,.om-root--default .om-o-formedLayers:active i,.om-root--default .om-o-formedLayers:active span,.om-root--default .om-o-formedLayers:hover i,.om-root--default .om-o-formedLayers:hover span{opacity:.8}.om-root--default .om-o-formedLayers__button{align-items:center;box-sizing:border-box;display:flex;height:100%;padding:0 4px;width:100%}.om-root--default .om-o-layerSelector{padding:4px 0}.om-root--default .om-o-layerSelector .om-o-layer__container{align-items:center;box-sizing:border-box;display:flex;height:32px;padding:0 20px;width:100%}.om-root--default .om-o-layerSelector .om-o-layer__container label{cursor:pointer;display:block;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.om-root--default .om-o-layerSelector .om-o-layer__container input{cursor:pointer}.om-root--default .om-o-layerSelector .om-o-layer__container i{color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--default .om-o-layerSelector .om-o-layer__container:hover{background-color:var(--om-sidebar-hoverColor);color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--default .om-o-layerSelector__itemContainer{box-sizing:border-box;width:100%}.om-root--default .om-c-sidebar--left .om-o-layerSelector__popup{left:calc(100% + 2px)}.om-root--default .om-c-sidebar--right .om-o-layerSelector__popup{right:calc(100% + 2px)}.om-root--default .om-o-printform{padding:1rem}.om-root--default .om-o-printform,.om-root--default .om-o-printform__options{display:flex;flex-direction:column}.om-root--default .om-o-printform__option{align-items:center;display:flex;height:1.8rem}.om-root--default .om-o-printform__optionLabel{display:inline-block;font-weight:700;width:160px}.om-root--default .om-o-printform__optionLabel--small{display:inline-block;margin-left:.2rem;width:40px}.om-root--default .om-o-printform__optionInputs input{margin-left:0}.om-root--default .om-o-printform__optionInputs input[type=text]{width:200px}.om-root--default .om-o-printform__buttons{display:flex;justify-content:space-between;margin-top:1rem}.om-root--default .om-o-printform__button{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-primaryColor));display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--default .om-o-printform__button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--default .om-o-printform__busyMessage{display:flex;justify-content:center}.om-root--default .om-o-printform__errorMessage{padding:1.5rem}.om-root--default .om-o-printform__errorMessage--title{font-weight:700}.om-root--default .om-o-printform__errorMessage--contents{color:red;margin-top:1rem}.om-root--default .om-o-snapshotsform{display:flex;flex-direction:column;padding:1rem 0}.om-root--default .om-o-snapshotsform__section{margin:.5rem 0;width:480px}.om-root--default .om-o-snapshotsform__error{background-color:#ffb3b366;color:red;padding:.2rem}.om-root--default .om-o-snapshotsform__linkInput{display:flex;flex-direction:row}.om-root--default .om-o-snapshotsform__linkInput input{-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%}.om-root--default .om-o-snapshotsform__copyButton{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:flex;margin-left:.5rem;padding:3px}.om-root--default .om-o-snapshotsform__copyButton i,.om-root--default .om-o-snapshotsform__copyButton span{opacity:.8}.om-root--default .om-o-snapshotsform__copyButton:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--default .om-o-snapshotsform__copyButton:hover span{opacity:1}.om-root--default .om-o-sketchform{display:flex;flex-direction:column;padding:1rem}.om-root--default .om-o-sketchform__options{display:flex;flex-direction:column}.om-root--default .om-o-sketchform__option{align-items:center;display:flex;height:1.8rem}.om-root--default .om-o-sketchform__optionLabel{display:inline-block;font-weight:700;width:160px}.om-root--default .om-o-sketchform__optionLabel--small{display:inline-block;margin-left:.2rem;width:60px}.om-root--default .om-o-sketchform__optionInputs input{box-sizing:border-box;margin-left:0;width:100%}.om-root--default .om-o-sketchform__sliderBar{width:160px}.om-root--default .om-o-sketchform__color{align-items:center;cursor:pointer;display:flex;width:120px}.om-root--default .om-o-sketchform__color--label{margin-left:.5rem}.om-root--default .om-o-sketchform__color--display{border:1px solid #000;border-radius:12px;display:inline-block;height:12px;width:12px}.om-root--default .om-o-sketchform__colorPickerOverlay{background-color:#fff;border-radius:4px;box-sizing:border-box;height:100%;left:0;padding:1rem;position:absolute;top:0;width:100%;z-index:1}.om-root--default .om-o-sketchform__colorPicker{display:flex;flex-direction:column;height:100%}.om-root--default .om-o-sketchform__colorPicker--picker{height:100%;width:100%}.om-root--default .om-o-sketchform__colorPicker--input{margin-top:1rem;width:100%}.om-root--default .om-o-sketchform__colorPicker--input input{box-sizing:border-box;height:24px;width:100%}.om-root--default .om-o-sketchform__colorPicker--buttons{display:flex;height:24px;justify-content:space-between;margin-top:1rem}.om-root--default .om-o-sketchform__colorPicker .react-colorful{height:100%;width:100%}.om-root--default .om-o-sketchform__buttons{display:flex;justify-content:space-between;margin-top:1rem}.om-root--default .om-o-sketchform__button{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-primaryColor));display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--default .om-o-sketchform__button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--default .om-o-sketchform__errorMessage{padding:1.5rem}.om-root--default .om-o-sketchform__errorMessage--title{font-weight:700}.om-root--default .om-o-sketchform__errorMessage--contents{color:red;margin-top:1rem}.om-root--default .om-c-header .om-o-mapDescription{padding:0 12px 0 0}.om-root--default .om-c-header .om-o-mapDescription__infoIcon,.om-root--default .om-c-header .om-o-mapDescription__title{color:RGB(var(--om-header-contrastColor))}.om-root--default .om-c-footer .om-o-mapDescription{align-items:center;border-radius:4px;display:flex;height:calc(100% - 12px);margin:0 6px;padding:0 8px}.om-root--default .om-c-footer .om-o-mapDescription__infoIcon,.om-root--default .om-c-footer .om-o-mapDescription__title{color:RGB(var(--om-footer-contrastColor))}.om-root--default .om-c-footer .om-o-mapDescription__title{padding-right:0}.om-root--default .om-c-footer .om-o-mapDescription:hover{background-color:var(--om-footer-hoverColor)}.om-root--default .om-o-mapDescription{display:flex;justify-content:center}.om-root--default .om-o-mapDescription .om-t1{margin-right:4px}.om-root--default .om-o-mapDescription__infoIcon{font-size:20px}.om-root--default .om-o-mapDescription:hover{cursor:pointer}.om-root--default .om-o-mapDescription--no-hover:hover{cursor:auto}.om-root--default .om-c-footer--transparant .om-o-mapDescription{height:100%;padding:0 12px}.om-root--default .om-o-modal__overlay{background:#32323266;height:100%;left:0;position:absolute;top:0;width:100%;z-index:9001}.om-root--default .om-o-modal__container{background:RGB(var(--om-sidebar-primaryColor));border-radius:4px;box-shadow:0 10px 60px #0000004d;box-sizing:border-box;color:RGB(var(--om-sidebar-contrastColor));display:table;left:50%;max-height:600px;position:relative;top:50%;transform:translate(-50%,-50%)}.om-root--default .om-o-modal__container .om-o-modalHeader{align-items:center;border-bottom:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;display:flex;height:56px;justify-content:space-between;padding-left:20px;width:100%}.om-root--default .om-o-modal__container .om-o-modalHeader__closeButton{align-items:center;display:flex;height:100%;justify-content:center;width:56px}.om-root--default .om-o-modal__container .om-o-modalHeader__closeButton i{opacity:.6}.om-root--default .om-o-modal__container .om-o-modalHeader__closeButton:hover{cursor:pointer}.om-root--default .om-o-modal__container .om-o-modalHeader__closeButton:hover i{opacity:1}.om-root--default .om-o-modal__container .om-o-modalContent--default{box-sizing:border-box;width:400px}.om-root--default .om-o-modal__container .om-o-modalContent--large{box-sizing:border-box;width:546px}.om-root--default .om-o-modal__container .om-o-modalContent--custom,.om-root--default .om-o-modal__container .om-o-modalContent--printform,.om-root--default .om-o-modal__container .om-o-modalContent--sketchform,.om-root--default .om-o-modal__container .om-o-modalContent--snapshotsform{max-width:75%;min-width:400px;padding:0 1rem}.om-root--default .om-t1{font-size:15px;letter-spacing:.3px}.om-root--default .om-p1{font-size:13px}.om-root .om-c-header{display:flex}.om-root .om-l-body{display:flex;flex:1;justify-content:space-between;overflow:hidden;position:relative}.om-root .om-c-footer{display:flex}.om-root .om-c-interaction{display:flex;flex-direction:column;height:100%;min-height:100%;pointer-events:none;position:relative;width:100%;z-index:1000}.om-root .om-l-body{height:100%;overflow-y:hidden;position:absolute;width:100%}.om-root .om-c-content{flex:auto;position:relative}.om-root .om-c-footer{flex:none;pointer-events:all}.om-root .om-c-map{background-color:#fff;height:100%;pointer-events:all;position:absolute;width:100%;z-index:-1}.om-root .om-c-overviewmap__component{width:36px}.om-root .om-c-overviewmap__component .om-c-mapButtons__container{bottom:0;left:0;margin-left:0;overflow:visible;position:absolute}.om-root .om-c-overviewmap__container{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;pointer-events:all}.om-root .om-c-overviewmap__inner{height:calc(100% - 1rem);padding:.5rem}.om-root .om-c-overviewmap__inner .ol-overviewmap-map{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;height:100%}.om-root .om-c-overviewmap__inner .ol-overviewmap-box{border:1px solid red;box-sizing:border-box}.om-root .om-c-overviewmap__inner button{display:none}.om-root .om-c-errorScreen{border:1px solid #ff3139;border-radius:4px;height:auto;left:50%;margin:0 auto;padding:24px;position:absolute;top:50%;transform:translate(-50%,-50%);width:340px}.om-root .om-c-errorScreen__indication{align-items:center;display:flex}.om-root .om-c-errorScreen__indication i{color:#ff3139}.om-root .om-c-errorScreen__indication p{color:#ff3139;flex:auto;padding:0 16px}.om-root .om-c-errorScreen__description{-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root .om-o-loadspinner{animation:spin 1s linear infinite;border-radius:50%;border-top:3px solid rgba(var(--om-footer-contrastColor),.2);border:3px solid rgba(var(--om-footer-contrastColor),.2);border-top-color:rgb(var(--om-sidebar-attentionColor));height:15px;width:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.om-root .om-o-modalContent .om-c-mapDescriptionModal{max-height:70vh;overflow-y:auto}.om-root .om-o-modalContent .om-c-mapDescriptionModal__image{align-items:center;background-color:#efefef;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;height:190px;justify-content:center;width:100%}.om-root .om-o-modalContent .om-c-mapDescriptionModal__textContainer{box-sizing:border-box;padding:24px 20px;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%}.om-root .om-o-modalContent .om-c-mapDescriptionModal__textContainer h1{margin-bottom:8px}.om-root .om-o-cardContainer__inner .om-c-menuModal__list,.om-root .om-o-modalContent .om-c-menuModal__list{list-style:none;margin:0;max-height:600px;overflow-y:auto;padding:0}.om-root .om-o-cardContainer__inner .om-c-menuModal__listItem,.om-root .om-o-modalContent .om-c-menuModal__listItem{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));border-bottom:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;color:RGBA(var(--om-sidebar-contrastColor),.95);display:flex;height:40px;padding:0 12px;text-decoration:none;width:100%}.om-root .om-o-cardContainer__inner .om-c-menuModal__listItem .om-c-listItem__iconContainer,.om-root .om-o-modalContent .om-c-menuModal__listItem .om-c-listItem__iconContainer{align-items:center;display:flex;height:32px;justify-content:center;margin-right:8px;width:32px}.om-root .om-o-cardContainer__inner .om-c-menuModal__listItem .om-c-listItem__iconContainer i,.om-root .om-o-modalContent .om-c-menuModal__listItem .om-c-listItem__iconContainer i{color:RGBA(var(--om-sidebar-attentionColor))}.om-root .om-o-cardContainer__inner .om-c-menuModal__listItem:hover,.om-root .om-o-modalContent .om-c-menuModal__listItem:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root .om-o-cardContainer__inner .om-c-menuModal__footer,.om-root .om-o-modalContent .om-c-menuModal__footer{align-items:center;box-sizing:border-box;display:flex;height:48px;justify-content:space-between;padding:0 20px;width:100%}.om-root .om-o-cardContainer__inner .om-c-menuModal__footer .om-c-modalFooter__toggleContainer,.om-root .om-o-modalContent .om-c-menuModal__footer .om-c-modalFooter__toggleContainer{align-items:center;display:flex}.om-root .om-o-cardContainer__inner .om-c-menuModal__footer .om-c-modalFooter__toggleContainer i,.om-root .om-o-modalContent .om-c-menuModal__footer .om-c-modalFooter__toggleContainer i{font-size:32px;margin-left:8px}.om-root .om-o-cardContainer__inner .om-c-menuModal__footer .om-c-modalFooter__toggleContainer i:hover,.om-root .om-o-modalContent .om-c-menuModal__footer .om-c-modalFooter__toggleContainer i:hover{cursor:pointer;opacity:.8}.om-root .om-o-modalContent .om-c-aboutModal{align-items:center;display:flex;padding:20px 20px 40px;position:relative}.om-root .om-o-modalContent .om-c-aboutModal .om-p1,.om-root .om-o-modalContent .om-c-aboutModal p{margin:0}.om-root .om-o-modalContent .om-c-aboutModal__column1 .om-c-aboutModal__omImage{background-image:url(/build/assets/logo-onemap-notext.bd4a5994-BQoOHMm3.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:164px;margin-right:32px;width:164px}.om-root .om-o-modalContent .om-c-aboutModal__column2 .om-c-aboutModal__title{display:flex;flex-wrap:wrap}.om-root .om-o-modalContent .om-c-aboutModal__column2 .om-c-aboutModal__title h1{font-size:16px;margin-bottom:4px;margin-right:8px;width:100%}.om-root .om-o-modalContent .om-c-aboutModal__column2 .om-c-aboutModal__title p{font-size:12px}.om-root .om-o-modalContent .om-c-aboutModal__column2 .om-c-aboutModal__contactHeader{display:block;padding-bottom:4px;padding-top:16px}.om-root .om-o-modalContent .om-c-aboutModal__column2 .om-c-aboutModal__contactTable{border-spacing:0}.om-root .om-o-modalContent .om-c-aboutModal__column2 .om-c-aboutModal__contactTable td{line-height:20px;padding-right:14px;vertical-align:top}.om-root .om-o-modalContent .om-c-aboutModal__credentials{bottom:12px;font-size:11px;left:0;opacity:.6;position:absolute;text-align:center;width:100%}.om-root .om-o-modalContent .DayPicker{background-color:RGBA(var(--om-sidebar-primaryColor),0);box-sizing:initial;font-size:13px;height:280px;width:100%}.om-root .om-o-modalContent .DayPicker-Caption{padding-bottom:8px;padding-top:4px}.om-root .om-o-modalContent .DayPicker-Caption>div{font-size:1em;font-weight:500}.om-root .om-o-modalContent .DayPicker-Day{border-radius:4px;color:RGBA(var(--om-sidebar-contrastColor),.95);height:32px;padding:0;width:32px}.om-root .om-o-modalContent .DayPicker-Day--outside{opacity:.5}.om-root .om-o-modalContent .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:RGBA(var(--om-sidebar-attentionColor),1);color:RGB(var(--om-sidebar-primaryColor));font-weight:700}.om-root .om-o-modalContent .DayPicker-Day--today{color:RGBA(var(--om-sidebar-attentionColor),1)}.om-root .om-o-modalContent .DayPicker-Weekday{color:RGBA(var(--om-sidebar-contrastColor),.6)}.om-root .om-o-modalContent .DayPicker-NavButton{opacity:.6;top:1em}.om-root .om-o-modalContent .DayPicker-NavButton:hover{opacity:.8}.om-root .om-o-modalContent .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);color:RGB(var(--om-sidebar-primaryColor));cursor:pointer;font-weight:700;opacity:1}.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer,.om-root .om-o-modalContent .om-c-contactModal__textContainer{padding:24px}.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer .om-c-contactModal__about h1,.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer .om-c-contactModal__about h2,.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer .om-c-contactModal__about h3,.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer .om-c-contactModal__about p,.om-root .om-o-modalContent .om-c-contactModal__textContainer .om-c-contactModal__about h1,.om-root .om-o-modalContent .om-c-contactModal__textContainer .om-c-contactModal__about h2,.om-root .om-o-modalContent .om-c-contactModal__textContainer .om-c-contactModal__about h3,.om-root .om-o-modalContent .om-c-contactModal__textContainer .om-c-contactModal__about p{margin-bottom:8px;margin-top:0}.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer table,.om-root .om-o-modalContent .om-c-contactModal__textContainer table{border-spacing:0;margin-top:24px}.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer table tr td,.om-root .om-o-modalContent .om-c-contactModal__textContainer table tr td{padding-bottom:4px}.om-root .om-o-cardContainer__inner .om-c-contactModal__textContainer table tr td:first-child,.om-root .om-o-modalContent .om-c-contactModal__textContainer table tr td:first-child{min-width:80px}.om-root .om-o-cardContainer__inner .om-c-confirmModal__message,.om-root .om-o-modalContent .om-c-confirmModal__message{box-sizing:border-box;padding-left:24px;padding-right:24px;padding-top:12px}.om-root .om-o-cardContainer__inner .om-c-confirmModal__input,.om-root .om-o-modalContent .om-c-confirmModal__input{box-sizing:border-box;margin:12px 24px 0;width:100%}.om-root .om-o-cardContainer__inner .om-c-confirmModal__footer,.om-root .om-o-modalContent .om-c-confirmModal__footer{align-items:center;box-sizing:border-box;display:flex;height:48px;justify-content:space-between;margin-bottom:1rem;padding:1.5rem;width:100%}.om-root .om-o-cardContainer__inner .om-c-confirmModal__button,.om-root .om-o-modalContent .om-c-confirmModal__button{align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-primaryColor));display:flex;font-weight:700;height:2rem;justify-content:center;margin-top:12px;padding-left:.5rem;padding-right:.5rem;text-align:center}.om-root .om-o-cardContainer__inner .om-c-confirmModal__button:hover,.om-root .om-o-modalContent .om-c-confirmModal__button:hover{background-color:RGB(var(--om-sidebar-attentionColor))}.om-root .om-o-cardContainer__inner .om-c-confirmModal__button--secondary,.om-root .om-o-modalContent .om-c-confirmModal__button--secondary{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid rgba(var(--om-sidebar-attentionColor),.7);color:RGB(var(--om-sidebar-contrastColor))}.om-root .om-o-cardContainer__inner .om-c-confirmModal__button--secondary:hover,.om-root .om-o-modalContent .om-c-confirmModal__button--secondary:hover{background-color:RGB(var(--om-sidebar-attentionColor));background:RGBA(var(--om-sidebar-attentionColor),.2);border:1px solid rgba(var(--om-sidebar-attentionColor))}.om-root .om-o-divider{background-color:var(--om-sidebar-borderColor);flex-shrink:0;height:1px;width:100%}.om-root .om-o-divider--vertical{height:100%;width:1px}.om-root .om-o-divider__spaceAround{margin:.5rem 0}.om-root .om-c-footer .om-o-divider{background-color:var(--om-footer-borderColor)}.om-root .om-c-attribution{background-color:#ffffffe6;bottom:0;font-size:11px;opacity:.8;padding:0 4px;pointer-events:all;position:absolute;right:0}.om-root .om-o-radioCheck-container{align-items:center;display:flex;height:100%;justify-content:center}.om-root .om-o-radioCheck-container--left{justify-content:left}.om-root .om-o-checkbox:hover,.om-root .om-o-radioButton:hover{cursor:pointer}.om-root .om-o-checkbox__label,.om-root .om-o-radioButton__label{cursor:pointer;margin-left:.2rem}.om-root .om-o-checkbox--ie11{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.om-root .om-o-checkbox--evergreen{display:none}.om-root .om-o-checkbox--ie11{display:block}}.om-root .om-o-tooltip{font-size:12px;opacity:1;padding:8px;z-index:2000}.om-root .om-t1{color:RGB(var(--om-sidebar-contrastColor));font-weight:600;margin:0}.om-root .om-t2{font-weight:700}.om-root .om-p1,.om-root .om-t2{color:RGB(var(--om-sidebar-contrastColor));font-family:var(--om-font-family),sans-serif;opacity:.95}.om-root .om-p1{font-weight:400;letter-spacing:.2px;margin:0}.om-root .om-p1--transparant{opacity:.8}.om-root .om-p1--bold{font-weight:700;letter-spacing:.4px}.om-root .om-p1--attentionColor{color:RGB(var(--om-sidebar-attentionColor));text-decoration:none}.om-root .om-p1--errorMessage{color:#ff3139;font-weight:700}.om-root .om-o-errormsg{color:red;padding:3px}.om-root .om input,.om-root .om select{font-family:var(--om-font-family),sans-serif}.om-root--simple,.om-root--simple input,.om-root--simple select{font-size:16px}.om-root--simple .om-c-overviewmap__component{width:50px}.om-root--simple .om-c-overviewmap__container{border-radius:0}.om-root--simple .om-c-overviewmap__inner{height:calc(100% - 24px);padding:12px}.om-root--simple .om-c-overviewmap__inner .ol-overviewmap-map{border:1px solid var(--om-sidebar-borderColor);border-radius:0}.om-root--simple .om-c-popupContainer{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;filter:drop-shadow(rgba(0,0,0,.25) 0 4px 12px);margin-bottom:10px;width:260px}.om-root--simple .om-c-popupContainer .om-c-feature-info{box-sizing:border-box;display:flex;flex-direction:column;height:100%}.om-root--simple .om-c-popupContainer .om-c-feature-info__contentContainer{height:100%;overflow-x:auto;overflow-y:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root--simple .om-c-popupContainer .om-c-feature-info__content{display:inline-block;height:0;-webkit-user-select:initial;-moz-user-select:auto;user-select:auto}.om-root--simple .om-c-popupContainer .om-c-feature-info--2 .om-c-feature-info__contentContainer{max-height:300px;padding:0}.om-root--simple .om-c-popupContainer--arrow:after{border-color:RGB(var(--om-sidebar-primaryColor)) transparent transparent transparent;border-style:solid;border-width:10px;content:" ";left:50%;margin-left:-10px;position:absolute;top:100%}.om-root--simple .om-c-hoverContainer{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;filter:drop-shadow(rgba(0,0,0,.25) 0 4px 12px);padding:.5rem}.om-root--simple .om-c-hoverContainer--inner{overflow-wrap:break-word;overflow-y:hidden}.om-root--simple .om-c-feature-info__contentContainer{box-sizing:border-box;overflow-x:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%}.om-root--simple .om-c-feature-info__contentContainer p{color:RGB(var(--om-sidebar-contrastColor));font-weight:400;line-height:18px;margin:0;-webkit-touch-callout:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root--simple .om-c-feature-info__content{display:inline-block;margin:8px 12px}.om-root--simple .om-c-feature-info__busy{display:flex;justify-content:center;margin:8px 12px;width:calc(100% - 16px)}.om-root--simple .om-c-feature-info__tabs{display:flex;flex-direction:row;flex-wrap:wrap;margin:8px 12px}.om-root--simple .om-c-feature-info__tab{border:1px solid rgb(var(--om-sidebar-attentionColor));border-radius:2px;color:RGB(var(--om-sidebar-contrastColor));font-family:Roboto,sans-serif;font-weight:400;letter-spacing:.2px;margin-right:.4rem;padding:.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.om-root--simple .om-c-feature-info__tab:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-c-feature-info__tab--active{background-color:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-c-feature-info__tab--active:hover{background-color:RGB(var(--om-sidebar-attentionColor));cursor:auto}.om-root--simple .om-c-layerstack{display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.om-root--simple .om-c-layerstack__row{align-items:center;box-sizing:border-box;display:flex;height:32px;justify-content:space-between;padding:0 12px;vertical-align:middle;width:100%}.om-root--simple .om-c-layerstack__row:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-c-layerstack__numberResults{color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-c-pagination{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;bottom:-40px;box-shadow:1px 1px 12px 1px #0000001a;display:flex;flex-direction:row;height:32px;justify-content:space-between;padding:0 8px;position:absolute;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.om-root--simple .om-c-pagination__number{align-items:center;color:RGB(var(--om-sidebar-contrastColor));display:flex;justify-content:center;margin:0 8px;min-width:40px}.om-root--simple .om-c-pagination__button{align-items:center;background-color:RGBA(var(--om-sidebar-contrastColor),.1);border:none;border-radius:50%;display:flex;height:18px;justify-content:center;padding:0;width:18px}.om-root--simple .om-c-pagination__button i{color:RGBA(var(--om-sidebar-contrastColor),.8);font-size:14px}.om-root--simple .om-c-pagination__button:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.2);cursor:pointer}.om-root--simple .om-c-pagination__button:hover i{color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--simple .om-c-pagination__button:focus{outline:none}.om-root--simple .om-o-sidebarCard__container .om-c-pagination{bottom:0;box-shadow:none;height:32px;justify-content:center;padding:8px 0;position:relative}.om-root--simple .om-o-sidebarCard__container .om-c-pagination--sticky{position:sticky}.om-root--simple .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader{background-color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__title{color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button{background-color:RGBA(var(--om-sidebar-contrastColor),.15)}.om-root--simple .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button i{color:RGBA(var(--om-sidebar-contrastColor),.8)}.om-root--simple .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.2)}.om-root--simple .om-o-sidebarCard__container .om-c-feature-info .om-o-cardHeader__button:hover i{color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--simple .om-c-popupContainer{border-radius:2px;width:364px}.om-root--simple .om-c-popupContainer .om-t1{text-transform:none}.om-root--simple .om-c-hoverContainer{border-radius:2px}.om-root--simple .om-c-pagination{border-radius:2px;bottom:-44px;font-size:1.1rem;font-weight:700;height:36px;overflow:hidden;padding:0}.om-root--simple .om-c-pagination--sticky{bottom:0}.om-root--simple .om-c-pagination__button{background-color:transparent;border-radius:0;height:100%;width:36px}.om-root--simple .om-c-pagination__button:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.1)}.om-root--simple .om-c-pagination__button i{font-size:1.8rem}.om-root--simple .om-c-layerstack__row{height:40px}.om-root--simple .om-c-layerTree{display:flex;flex-direction:column}.om-root--simple .om-o-layerItem{align-items:center;display:flex;flex-direction:row;height:34px;overflow:hidden;padding:0 12px}.om-root--simple .om-o-layerItem--hoverable:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-o-layerItem--hoverable:hover .om-o-checkbox,.om-root--simple .om-o-layerItem--hoverable:hover .om-o-radioButton{color:RGBA(var(--om-sidebar-attentionColor),1)}.om-root--simple .om-o-layerItem--notInRange{background:RGBA(var(--om-sidebar-contrastColor),.03)}.om-root--simple .om-o-layerItem--notInRange .om-p1,.om-root--simple .om-o-layerItem--notInRange i{opacity:.4}.om-root--simple .om-o-layerItem--notInRange .om-o-radioCheck-container .om-o-checkbox{opacity:.7}.om-root--simple .om-o-layerItem__folderIcon,.om-root--simple .om-o-layerItem__layerIcon{font-size:16px}.om-root--simple .om-o-layerItem__folderIcon{margin-left:-3px}.om-root--simple .om-o-layerItem__arrowIcon>svg{height:8px;width:6px;fill:RGB(var(--om-sidebar-contrastColor));opacity:.8}.om-root--simple .om-o-layerItem__arrowIcon i{font-size:20px;opacity:.7}.om-root--simple .om-o-layerItem__arrowIcon--simple{display:none}.om-root--simple .om-o-layerItem__arrowIcon--default{display:flex}.om-root--simple .om-o-layerItem__layerIcon{margin-left:8px}.om-root--simple .om-o-layerItem__layerIcon--loading{animation:rotation 1.4s linear infinite;-webkit-animation:rotation 1.4s linear infinite}.om-root--simple .om-o-layerItem__layerIcon--filter{height:16px;width:16px;fill:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--simple .om-o-layerItem__title{display:block;flex:1;overflow:hidden;padding-left:8px;padding-right:4px;text-overflow:ellipsis;white-space:nowrap}.om-root--simple .om-o-layerItem__foldArea{align-items:center;display:flex;flex:1;overflow:hidden;position:relative}.om-root--simple .om-o-layerItem__foldArea:hover{cursor:pointer}.om-root--simple .om-o-layerItem .om-o-checkbox,.om-root--simple .om-o-layerItem .om-o-radioButton{color:RGBA(var(--om-sidebar-attentionColor),.8);opacity:1}.om-root--simple .om-o-layerItem .om-o-checkbox--disabled,.om-root--simple .om-o-layerItem .om-o-radioButton--disabled{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--simple .om-o-layerItem .om-o-checkbox--disabled:hover,.om-root--simple .om-o-layerItem .om-o-radioButton--disabled:hover{cursor:auto}.om-root--simple .om-o-layerItem__parent .om-p1{font-weight:700}.om-root--simple .om-o-layerItem__parent .om-o-layerItem__arrowIcon{font-size:20px}.om-root--simple .om-o-layerItem__child{background-color:RGBA(var(--om-sidebar-contrastColor),.03)}.om-root--simple .om-o-layerItem__child .om-o-layerItem__layerIcon{margin-left:0;margin-right:2px}.om-root--simple .om-o-layerItem__inlineLegend{padding-right:1rem}.om-root--simple .om-o-layerItem__inlineLegend--inner{overflow:hidden}.om-root--simple .om-o-layerItem__inlineLegend--simplified .om-c-legend__image{padding-left:0}.om-root--simple .om-o-layerItem__dragHandle{cursor:grab;padding-left:8px;width:16px}.om-root--simple .om-o-layerItem__dragHandle i{margin:0}.om-root--simple .om-o-layerItem__dragHandle--grabbing{cursor:grabbing}.om-root--simple .om-o-layerItem--simplified{height:40px}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__title{padding:0}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__layerIcon{margin-left:8px;margin-right:0}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__arrowIcon{display:flex;justify-content:center;margin-left:8px;width:16px}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__arrowIcon--simple{display:none}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__arrowIcon--default{display:flex}.om-root--simple .om-o-layerItem--simplified .om-o-checkbox,.om-root--simple .om-o-layerItem--simplified .om-o-radioButton{margin-right:8px}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__dragHandle{padding-left:0;padding-right:8px}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__dragHandle .om-o-layerItem__layerIcon{margin-left:0}@keyframes rotation{0%{transform:rotate(359deg)}to{transform:rotate(0)}}.om-root--simple .om-o-layerItem{height:42px}.om-root--simple .om-o-layerItem__arrowIcon{margin:0 2px}.om-root--simple .om-o-layerItem__arrowIcon--simple{display:flex}.om-root--simple .om-o-layerItem__arrowIcon--default{display:none}.om-root--simple .om-o-layerItem__inlineLegend{height:100%;margin-left:2px}.om-root--simple .om-o-layerItem--simplified .om-o-checkbox,.om-root--simple .om-o-layerItem--simplified .om-o-radioButton{font-size:20px}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__arrowIcon--simple{display:flex}.om-root--simple .om-o-layerItem--simplified .om-o-layerItem__arrowIcon--default{display:none}.om-root--simple .om-o-layerItem__dragHandle{padding-left:12px;width:18px}.om-root--simple .om-c-popupContainer__layerMenu{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;filter:drop-shadow(rgba(0,0,0,.25) 0 4px 12px);margin-bottom:10px;max-width:520px;min-width:260px}.om-root--simple .om-c-layerMenu{display:flex;flex-direction:column}.om-root--simple .om-o-layerMenuItem{align-items:center;display:flex;flex-direction:row;height:34px;overflow:hidden;padding:0 12px;position:relative}.om-root--simple .om-o-layerMenuItem--multiline{height:auto;margin-bottom:12px;margin-top:12px}.om-root--simple .om-o-layerMenuItem__title{display:block;flex:1;overflow:hidden;padding-left:8px;padding-right:4px;text-overflow:ellipsis;white-space:nowrap}.om-root--simple .om-o-layerMenuItem__textblock{display:block;max-height:300px;overflow-y:auto;padding-left:0;padding-right:0}.om-root--simple .om-o-layerMenuItem__textblock--content{margin:0 12px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.om-root--simple .om-o-layerMenuItem--disabled{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--simple .om-o-layerMenuItem--disabled:hover{cursor:auto}.om-root--simple .om-o-layerMenuItem .om-o-checkbox,.om-root--simple .om-o-layerMenuItem .om-o-radioButton{color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--simple .om-o-layerMenuItem .om-o-checkbox--disabled,.om-root--simple .om-o-layerMenuItem .om-o-radioButton--disabled{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--simple .om-o-layerMenuItem .om-o-checkbox--disabled:hover,.om-root--simple .om-o-layerMenuItem .om-o-radioButton--disabled:hover{cursor:auto}.om-root--simple .om-o-layerMenuItem__titleBar{display:flex;flex-direction:row;justify-content:space-between}.om-root--simple .om-o-layerMenuItem__titleBar:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-c-popupContainer__layerMenu{border-radius:2px;min-width:364px}.om-root--simple .om-o-layerMenuItem{height:40px}.om-root--simple .om-o-layerMenuItem__textblock{height:auto}.om-root--simple .om-c-legend__header{align-items:center;display:flex;height:34px;overflow:hidden;padding-right:12px;position:relative}.om-root--simple .om-c-legend__header .om-o-layerItem__arrowIcon{align-items:center;display:flex;height:100%;justify-content:center;width:20px}.om-root--simple .om-c-legend__header .om-o-layerItem__arrowIcon i{font-size:20px}.om-root--simple .om-c-legend__header .om-o-layerItem__arrowIcon--simple{display:none}.om-root--simple .om-c-legend__header .om-o-layerItem__arrowIcon--default{display:flex}.om-root--simple .om-c-legend__header i{font-size:16px}.om-root--simple .om-c-legend__header .om-c-layerTitle{display:block;overflow:hidden;padding-left:4px;text-overflow:ellipsis;white-space:nowrap}.om-root--simple .om-c-legend__header:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-c-legend__header:first-child{margin-top:0}.om-root--simple .om-c-legend__placeholder{align-items:center;background-color:RGBA(var(--om-sidebar-contrastColor),.05);display:flex;padding:8px}.om-root--simple .om-c-legend__placeholder i{opacity:.5}.om-root--simple .om-c-legend__placeholder .om-p1{padding-left:8px}.om-root--simple .om-c-legend__image{box-sizing:border-box;padding:2px 8px 2px 16px;width:100%}.om-root--simple .om-c-legend__image img{max-width:100%}.om-root--simple .om-c-legend__header{flex-direction:row-reverse;height:48px;justify-content:space-between;padding:0 16px}.om-root--simple .om-c-legend__header .om-c-layerIcon{display:none}.om-root--simple .om-c-legend__header .om-o-layerItem__arrowIcon--simple{display:flex}.om-root--simple .om-c-legend__header .om-o-layerItem__arrowIcon--default{display:none}.om-root--simple .om-c-sidebar,.om-root--simple .om-c-sidebar__helper{display:flex;flex-direction:column}.om-root--simple .om-c-sidebar__helper{margin:12px 0;position:relative}.om-root--simple .om-c-sidebar__helper--bottomspace{max-height:calc(100% - 72px)}.om-root--simple .om-c-sidebar__helper--overviewmap-open{max-height:calc(100% - 240px)}.om-root--simple .om-c-sidebar{background-color:RGB(var(--om-sidebar-primaryColor));border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;max-height:100%;min-height:72px;overflow:hidden;overflow-x:visible;padding:8px;pointer-events:all;width:348px}.om-root--simple .om-c-sidebar:before{border-radius:4px;box-shadow:1px 1px 12px 1px #0003;content:"";height:72px;position:absolute;top:0;width:32px;z-index:-1}.om-root--simple .om-c-sidebar--left{border-top-left-radius:4px;left:0;margin-left:12px}.om-root--simple .om-c-sidebar--left:before{right:-32px}.om-root--simple .om-c-sidebar--right{border-top-right-radius:4px;margin-right:12px;right:0}.om-root--simple .om-c-sidebar--right:before{left:-32px}.om-root--simple .om-c-sidebar .om-o-sidebarCard:nth-child(n+3){margin-top:8px}.om-root--simple .om-c-sidebar__arrow{align-items:center;background:RGB(var(--om-sidebar-primaryColor));display:flex;height:72px;justify-content:center;position:absolute;top:0;width:34px}.om-root--simple .om-c-sidebar__arrow i{opacity:.8}.om-root--simple .om-c-sidebar__arrow:hover{cursor:pointer}.om-root--simple .om-c-sidebar__arrow:hover i{opacity:1}.om-root--simple .om-c-sidebar__arrow--left{border-bottom-right-radius:4px;border-top-right-radius:4px;right:-32px}.om-root--simple .om-c-sidebar__arrow--right{border-bottom-left-radius:4px;border-top-left-radius:4px;left:-32px}.om-root--simple .om-c-sidebar{border-bottom-left-radius:2px;border-bottom-right-radius:2px;min-height:56px;padding:0;width:374px}.om-root--simple .om-c-sidebar:before{border-radius:2px;height:56px;width:40px}.om-root--simple .om-c-sidebar--left{border-top-left-radius:2px}.om-root--simple .om-c-sidebar--left:before{right:-40px}.om-root--simple .om-c-sidebar--right{border-top-right-radius:2px}.om-root--simple .om-c-sidebar--right:before{left:-40px}.om-root--simple .om-c-sidebar__arrow{background:RGB(var(--om-sidebarHeader-primaryColor));height:56px;width:42px}.om-root--simple .om-c-sidebar__arrow--left{border-bottom-right-radius:2px;border-top-right-radius:2px;right:-40px}.om-root--simple .om-c-sidebar__arrow--right{border-bottom-left-radius:2px;border-top-left-radius:2px;left:-40px}.om-root--simple .om-c-sidebar__arrow>svg{height:10px;width:10px;fill:none;stroke:RGB(var(--om-sidebarHeader-contrastColor));stroke-width:1.5px;opacity:.8}.om-root--simple .om-c-sidebar__arrow .material-icons{color:RGBA(var(--om-sidebarHeader-contrastColor),1)}.om-root--simple .om-c-sidebar .om-o-sidebarCard:nth-child(n+3){margin-top:0}.om-root--simple .om-c-sidebar .om-o-cardHeader .om-t1{text-transform:uppercase}.om-root--simple .om-c-sidebar .om-o-cardHeader i{font-size:20px}.om-root--simple .om-c-header{align-items:flex-end;background-color:RGB(var(--om-header-primaryColor));border-bottom:1px solid var(--om-header-borderColor);box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;color:RGBA(var(--om-header-contrastColor),.95);display:flex;justify-content:space-between;min-height:74px;padding:12px;pointer-events:all;position:static;width:100%}.om-root--simple .om-c-header input{border:1px solid var(--om-header-borderColor);color:RGBA(var(--om-header-contrastColor),.95)}.om-root--simple .om-c-header input::-moz-placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--simple .om-c-header input::placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--simple .om-c-header input:-ms-input-placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--simple .om-c-header input::-ms-input-placeholder{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--simple .om-c-header .om-c-searchBox input{border:1px solid var(--om-header-borderColor)}.om-root--simple .om-c-header--expanded{box-shadow:0 5px 9px -2px #0000001a;height:72px;padding-bottom:12px}.om-root--simple .om-c-header__toolContainer{display:flex}.om-root--simple .om-c-header__toolContainer--floating{display:block;display:flex;flex:auto;margin-top:12px}.om-root--simple .om-c-header__toolContainer--floating--left{justify-content:flex-start}.om-root--simple .om-c-header__toolContainer--floating--center{justify-content:center}.om-root--simple .om-c-header__toolContainer--floating--right{justify-content:flex-end}.om-root--simple .om-c-header__slot{align-items:flex-end;box-sizing:border-box;display:flex}.om-root--simple .om-c-header__slot--center{align-items:flex-end;flex:1}.om-root--simple .om-c-header__slot--right{align-items:flex-end;justify-content:flex-end;padding-left:12px}.om-root--simple .om-c-header__slot--left{padding:0}.om-root--simple .om-c-header__slot--left .om-c-footer__clickableItem--mapDescription{color:RGBA(var(--om-header-contrastColor),.9);margin-left:8px;margin-right:0}.om-root--simple .om-c-header__slot--left .om-c-footer__clickableItem--mapDescription:hover{background-color:RGB(var(--om-header-primaryColor));color:RGBA(var(--om-header-contrastColor),1)}.om-root--simple .om-c-header__logo{height:50px;margin-right:12px;width:auto}.om-root--simple .om-c-header .om-c-generalNavButtons__slot{align-items:center;display:flex;height:100%;justify-content:center;width:44px}.om-root--simple .om-c-header .om-c-generalNavButtons__slot i{color:RGBA(var(--om-header-contrastColor),.8)}.om-root--simple .om-c-header .om-c-generalNavButtons__slot:hover{background-color:var(--om-header-hoverColor);color:RGBA(var(--om-header-contrastColor),1)}.om-root--simple .om-c-header .om-o-mapDescription__title{font-size:16px}.om-root--simple .om-c-header{align-items:center;min-height:60px;padding:10px 12px}.om-root--simple .om-c-header__slot,.om-root--simple .om-c-header__slot--right{align-items:center}.om-root--simple .om-c-header__slot--left,.om-root--simple .om-c-header__slot--left .om-c-footer__clickableItem--mapDescription{height:100%}.om-root--simple .om-c-header__toolContainer--floating{margin-top:16px}.om-root--simple .om-c-header .om-c-generalNavButtons__slot{width:38px}.om-root--simple .om-c-header .om-c-generalNavButtons__slot i{color:RGBA(var(--om-header-contrastColor),.7)}.om-root--simple .om-c-header .om-c-generalNavButtons__slot:hover{background-color:transparent;cursor:pointer}.om-root--simple .om-c-header .om-c-generalNavButtons__slot:hover i{color:RGBA(var(--om-header-contrastColor),1)}.om-root--simple .om-c-header .om-o-mapDescription__title{font-size:18px}.om-root--simple .om-c-header .om-o-mapDescription--separated{border-right:1px solid var(--om-header-borderColor);margin-right:.4rem}.om-root--simple .om-c-table{background-color:RGB(var(--om-header-primaryColor));box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;color:RGBA(var(--om-header-contrastColor),.95);pointer-events:all;position:static;width:100%}.om-root--simple .om-c-table__container{border-spacing:0;overflow-x:auto;position:relative}.om-root--simple .om-c-table__headerRow{background-color:RGB(var(--om-sidebar-primaryColor));position:sticky;top:0}.om-root--simple .om-c-table__headerRowCell{align-items:center;display:flex;font-weight:700;justify-content:center;padding:.25rem;word-break:break-all}.om-root--simple .om-c-table__row{cursor:pointer}.om-root--simple .om-c-table__row:nth-child(odd){background-color:RGBA(var(--om-sidebar-contrastColor),.03)}.om-root--simple .om-c-table__row:nth-child(2n){background-color:RGBA(var(--om-sidebar-contrastColor),.06)}.om-root--simple .om-c-table__row--selected:nth-child(odd){background-color:RGBA(var(--om-sidebar-attentionColor),.25)}.om-root--simple .om-c-table__row--selected:nth-child(2n){background-color:RGBA(var(--om-sidebar-attentionColor),.3)}.om-root--simple .om-c-table__row:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.4)}.om-root--simple .om-c-table__cell,.om-root--simple .om-c-table__cell-head{margin:0;overflow:hidden;padding:.25rem}.om-root--simple .om-c-tableHeader{align-items:center;border:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;display:flex;justify-content:space-between;max-height:50.4px;padding:0 .5rem;width:100%}.om-root--simple .om-c-tableHeader__controls{align-items:center;display:flex}.om-root--simple .om-c-tableHeader__buttonGroup{align-items:center;border:1px solid var(--om-header-borderColor);border-radius:4px;display:flex;height:32px;margin:0 .8rem}.om-root--simple .om-c-tableHeader__button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0 .5rem;padding:.5rem;width:24px}.om-root--simple .om-c-tableHeader__button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--simple .om-c-tableHeader__button i,.om-root--simple .om-c-tableHeader__button svg{color:RGBA(var(--om-sidebar-contrastColor),.8)}.om-root--simple .om-c-tableHeader__button--active{background-color:RGBA(var(--om-sidebar-attentionColor),.8);color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--simple .om-c-tableHeader__button--active i,.om-root--simple .om-c-tableHeader__button--active svg{color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--simple .om-c-tableHeader__button--active:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1)}.om-root--simple .om-c-tableHeader__button--roundButton{background-color:RGBA(var(--om-sidebar-contrastColor),.1);border-radius:50%;height:24px;width:24px}.om-root--simple .om-c-tableHeader__textButton{align-items:center;background-color:RGBA(var(--om-sidebar-contrastColor),.15);border-radius:4px;box-sizing:border-box;color:RGBA(var(--om-sidebar-contrastColor),.8);cursor:pointer;display:flex;font-weight:700;height:24px;justify-content:center;margin-left:.5rem;padding:0 6px}.om-root--simple .om-c-tableHeader__textButton:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.2);color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--simple .om-c-tableHeader__textButton--active{background-color:RGBA(var(--om-sidebar-attentionColor),.8);color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--simple .om-c-tableHeader__textButton--active:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);color:RGBA(var(--om-sidebar-primaryColor),1)}.om-root--simple .om-c-tableHeader__textButton:nth-last-child(2){margin-right:.5rem}.om-root--simple .om-c-tableHeader__searchBox{position:relative}.om-root--simple .om-c-tableHeader__searchBox input{height:18px;padding-left:24px;width:192px}.om-root--simple .om-c-tableHeader__searchIcon{color:RGBA(var(--om-sidebar-contrastColor),.8);cursor:pointer;left:4px;position:absolute;top:4px}.om-root--simple .om-c-tableHeader__downloadBtn{align-items:center;background-color:RGBA(var(--om-sidebar-primaryColor),1);border:1px solid var(--om-sidebar-borderColor);border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:32px;margin-right:20px;width:134px}.om-root--simple .om-c-tableHeader__downloadBtn:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--simple .om-c-tableHeader__downloadBtn--label{padding:0 8px}.om-root--simple .om-c-tableHeader__downloadBtn--disabled{background-color:RGBA(var(--om-sidebar-contrastColor),.1);color:RGBA(var(--om-sidebar-contrastColor),.5);cursor:not-allowed}.om-root--simple .om-c-tableHeader__downloadBtn--disabled:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.1)}.om-root--simple .om-c-tableHeader__downloadPopup{background-color:RGB(var(--om-header-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;cursor:default;width:134px}.om-root--simple .om-c-tableHeader__downloadPopup--option{cursor:pointer;margin:5px;padding:4px}.om-root--simple .om-c-tableHeader__downloadPopup--option:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.1);color:RGBA(var(--om-sidebar-contrastColor),1)}.om-root--simple .om-c-tableHeader__selected_row_count{margin-left:15px}.om-root--simple .om-c-tableHeader__title_panel{align-items:center;display:flex}.om-root--simple .om-c-tableHeader__geometry_export{align-items:center;display:flex;margin-right:20px}.om-root--simple .om-c-tableHeader__geometry_export_label{font-size:14px;margin-left:3px}.om-root--simple .om-c-tableHeader{padding-left:.7rem}.om-root--simple .om-c-tableHeader__buttonGroup{border:none;margin:0 1rem}.om-root--simple .om-c-tableHeader__searchBox input{height:24px}.om-root--simple .om-c-tableHeader__searchIcon{left:6px;top:6px}.om-root--simple .om-c-tableHeader__button--roundButton{background-color:RGBA(var(--om-sidebar-primaryColor))}.om-root--simple .om-c-tableHeader__button--roundButton:hover{background-color:RGBA(var(--om-sidebar-contrastColor),.15)}.om-root--simple .om-c-tableHeader__downloadBtn{border-radius:0;font-size:16px;width:144px}.om-root--simple .om-c-tableHeader__downloadPopup{border-radius:0;width:144px}.om-root--simple .om-c-tableHeader__downloadPopup--option{font-size:16px}.om-root--simple .om-c-mapButtons{display:none}.om-root--simple .om-c-mapButtons__container{overflow:hidden}.om-root--simple .om-c-mapButtons__container i{color:RGBA(var(--om-mapButtons-contrastColor),.8)}@media only screen and (min-width:576px){.om-root--simple .om-c-mapButtons{align-items:flex-end;display:flex;flex-direction:row;margin:12px 12px 16px}.om-root--simple .om-c-mapButtons__container{background-color:RGB(var(--om-mapButtons-primaryColor));border-radius:4px;box-shadow:1px 1px 12px 1px #0003;display:flex}.om-root--simple .om-c-mapButtons__container:nth-child(n+1){margin-left:12px}.om-root--simple .om-c-mapButtons__container .om-c-mapButtons__button:first-child{border-left:none}.om-root--simple .om-c-mapButtons__button{align-items:center;border-left:1px solid var(--om-mapButtons-borderColor);color:RGBA(var(--om-mapButtons-contrastColor),.8);display:flex;height:36px;justify-content:center;pointer-events:all;width:36px}.om-root--simple .om-c-mapButtons__button:hover{background-color:var(--om-mapButtons-hoverColor);color:RGBA(var(--om-mapButtons-contrastColor),1);cursor:pointer}.om-root--simple .om-c-mapButtons__button--menu{background-color:RGB(var(--om-mapButtons-primaryColor));width:80px}.om-root--simple .om-c-mapButtons__button--menu .om-p1,.om-root--simple .om-c-mapButtons__button--menu i{color:RGBA(var(--om-mapButtons-contrastColor),.8)}.om-root--simple .om-c-mapButtons__button--menu:hover{background-color:var(--om-mapButtons-hoverColor)}.om-root--simple .om-c-mapButtons__button--menu:hover .om-p1,.om-root--simple .om-c-mapButtons__button--menu:hover i{color:RGB(var(--om-mapButtons-contrastColor))}.om-root--simple .om-c-mapButtons__button--search-result{width:100%}.om-root--simple .om-c-mapButtons__button--northArrow{display:flex;padding-bottom:2px}.om-root--simple .om-c-mapButtons__button--rotated i{color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-c-mapButtons__button--disabled{background-color:RGBA(var(--om-sidebar-contrastColor),.1);cursor:no-drop}.om-root--simple .om-c-mapButtons__button--disabled .material-icons,.om-root--simple .om-c-mapButtons__button--disabled svg{cursor:no-drop;fill:RGBA(var(--om-sidebar-contrastColor),.5);color:RGBA(var(--om-sidebar-contrastColor),.5)}.om-root--simple .om-c-mapButtons__button .om-c-buttonGroup__container{border:none;height:auto;margin-left:0}.om-root--simple .om-c-mapButtons__button .om-c-buttonGroup__container .om-c-generalNavButtons__slot{display:flex;margin-right:8px}.om-root--simple .om-c-mapButtons__button .om-c-lastSearchResult--floating{align-items:center;display:flex}.om-root--simple .om-c-mapButtons__button .om-c-lastSearchResult--floating i{padding:0 .3rem}.om-root--simple .om-c-mapButtons--bottom-right{bottom:0;position:absolute;right:0}.om-root--simple .om-c-mapButtons--bottom-left{bottom:0;left:0;position:absolute}}.om-root--simple .om-c-mapButtons__container{border-radius:2px}.om-root--simple .om-c-mapButtons__button{height:40px;width:40px}.om-root--simple .om-c-mapButtons__button--menu{width:88px}.om-root--simple .om-c-mapButtons__button--search-result{width:100%}.om-root--simple .om-c-mapButtons--bottom-left{margin-left:0}.om-root--simple .om-c-header__buttonGroup{align-items:flex-start;display:flex;flex-direction:column;margin-right:12px}.om-root--simple .om-c-header__buttonGroup:last-child{margin:0}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup{background-color:RGB(var(--om-sidebar-primaryColor));border-radius:4px;box-shadow:1px 1px 12px 1px #0003;display:table;height:-moz-fit-content;height:fit-content;overflow:hidden;pointer-events:all}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-buttonGroup__title{display:none}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-buttonGroup__container{border:none;height:36px}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link svg{fill:RGB(var(--om-sidebar-contrastColor));color:RGB(var(--om-sidebar-contrastColor));opacity:.8}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--disabled{background-color:RGBA(var(--om-sidebar-contrastColor),.1);cursor:no-drop}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--disabled .om-c-toolmenu__icon,.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--disabled svg{fill:RGBA(var(--om-sidebar-contrastColor),.5);color:RGBA(var(--om-sidebar-contrastColor),.5)}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--inactive{background-color:RGBA(var(--om-sidebar-contrastColor),.1)}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--inactive .om-c-toolmenu__icon,.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--inactive svg{fill:RGB(var(--om-sidebar-contrastColor));color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active{background-color:var(--om-sidebar-hoverColor)}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active .om-c-toolmenu__icon,.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active svg{fill:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link--active:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__icon{fill:RGB(var(--om-sidebar-contrastColor));color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__icon--border{border:2px solid;border-radius:4px}.om-root--simple .om-c-buttonGroup__title{font-size:10px;font-weight:700;letter-spacing:1px;line-height:normal;margin-bottom:4px;opacity:.8;text-indent:1px;text-transform:uppercase}.om-root--simple .om-c-buttonGroup__container{border:1px solid var(--om-header-borderColor);border-radius:4px;display:flex;height:32px;overflow:hidden}.om-root--simple .om-c-buttonGroup__container--marginSlotRight{margin-left:12px}.om-root--simple .om-c-toolmenu__link{align-items:center;display:flex;height:100%;justify-content:center;width:44px}.om-root--simple .om-c-toolmenu__link:hover{background-color:var(--om-header-hoverColor);cursor:pointer}.om-root--simple .om-c-toolmenu__link svg{fill:RGB(var(--om-header-contrastColor));color:RGB(var(--om-header-contrastColor));opacity:.8}.om-root--simple .om-c-toolmenu__link--helper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.om-root--simple .om-c-toolmenu__link--disabled{background-color:RGBA(var(--om-header-contrastColor),.1);cursor:no-drop}.om-root--simple .om-c-toolmenu__link--disabled .om-c-toolmenu__icon,.om-root--simple .om-c-toolmenu__link--disabled svg{fill:RGBA(var(--om-header-contrastColor),.5);color:RGBA(var(--om-header-contrastColor),.5)}.om-root--simple .om-c-toolmenu__link--inactive{background-color:RGBA(var(--om-header-contrastColor),.1)}.om-root--simple .om-c-toolmenu__link--inactive .om-c-toolmenu__icon,.om-root--simple .om-c-toolmenu__link--inactive svg{fill:RGB(var(--om-header-contrastColor));color:RGB(var(--om-header-contrastColor));opacity:.4}.om-root--simple .om-c-toolmenu__link--inactive svg,.om-root--simple .om-c-toolmenu__link--inactive:hover .om-c-toolmenu__icon{opacity:1}.om-root--simple .om-c-toolmenu__link--active{background-color:var(--om-header-hoverColor)}.om-root--simple .om-c-toolmenu__link--active .om-c-toolmenu__icon,.om-root--simple .om-c-toolmenu__link--active svg{fill:RGB(var(--om-header-attentionColor));color:RGB(var(--om-header-attentionColor));opacity:1}.om-root--simple .om-c-toolmenu__link--active:hover{background-color:var(--om-header-hoverColor)}.om-root--simple .om-c-toolmenu__icon{fill:RGB(var(--om-header-contrastColor));color:RGB(var(--om-header-contrastColor));opacity:.8}.om-root--simple .om-c-toolmenu__icon--border{border:2px solid;border-radius:4px}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-buttonGroup__container{height:48px}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link{width:48px}.om-root--simple .om-c-header__toolContainer--floating .om-c-header__buttonGroup .om-c-toolmenu__link:hover{cursor:pointer}.om-root--simple .om-c-buttonGroup__title{display:none}.om-root--simple .om-c-buttonGroup__container{border:none;border-radius:2px;height:38px}.om-root--simple .om-c-toolmenu__link{width:38px}.om-root--simple .om-c-toolmenu__link:hover{background-color:transparent}.om-root--simple .om-c-toolmenu__link:hover .om-c-toolmenu__icon{opacity:1}.om-root--simple .om-c-toolmenu__link--active,.om-root--simple .om-c-toolmenu__link--inactive{background-color:transparent}.om-root--simple .om-c-toolmenu__icon{opacity:.7}.om-root--simple .om-o-cardContent .om-c-searchBox input{width:100%}.om-root--simple .om-o-cardContent .om-c-searchBox__container{padding:4px 8px}.om-root--simple .om-o-cardContent .om-c-searchBox__suggestionsContainer{display:none}.om-root--simple .om-c-searchBox{position:relative}.om-root--simple .om-c-searchBox input{background-color:RGB(var(--om-header-primaryColor));border:1px solid var(--om-header-borderColor);border-radius:4px;box-sizing:border-box;display:block;height:34px;overflow:hidden;padding:0 0 0 32px;text-overflow:ellipsis;white-space:nowrap;width:220px}.om-root--simple .om-c-searchBox input:focus{border:1px solid rgba(var(--om-header-attentionColor),.8);outline:none}.om-root--simple .om-c-searchBox__container--active input{padding:0 32px}.om-root--simple .om-c-searchBox__searchIcon{color:RGBA(var(--om-header-contrastColor),.6);left:8px;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.om-root--simple .om-c-searchBox__deleteInputButton{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:34px}.om-root--simple .om-c-searchBox__deleteInputButton i{align-items:center;background-color:RGBA(var(--om-header-contrastColor),.3);border-radius:50%;color:RGB(var(--om-header-primaryColor));display:flex;font-size:12px;height:16px;justify-content:center;width:16px}.om-root--simple .om-c-searchBox__deleteInputButton:hover{cursor:pointer}.om-root--simple .om-c-searchBox__deleteInputButton:hover i{background-color:RGBA(var(--om-header-contrastColor),.6)}.om-root--simple .om-c-searchBox__suggestionsContainer{background-color:RGB(var(--om-header-primaryColor));border-radius:4px;box-sizing:border-box;margin-top:4px;position:absolute;width:220px;z-index:9999}.om-root--simple .om-c-searchBox__suggestionsContainer .om-c-suggestionsList{border-radius:4px;box-shadow:1px 1px 12px 1px #0003;list-style:none;margin:0;padding:4px 0}.om-root--simple .om-c-searchBox__suggestionsContainer .om-c-suggestionsList__item{align-items:center;color:RGBA(var(--om-header-contrastColor),.95);display:block;height:28px;line-height:28px;overflow:hidden;padding:0 8px;text-overflow:ellipsis;white-space:nowrap}.om-root--simple .om-c-searchBox__suggestionsContainer .om-c-suggestionsList__item--highlighted{background-color:var(--om-header-hoverColor);color:RGB(var(--om-header-attentionColor));cursor:pointer}.om-root--simple .om-c-searchBox input{background-color:RGBA(var(--om-header-contrastColor),.02);border:1px solid var(--om-sidebar-borderColor);border-radius:2px;height:36px;width:260px}.om-root--simple .om-c-searchBox__suggestionsContainer{width:260px}.om-root--simple .om-c-searchBox__suggestionsContainer .om-c-suggestionsList{border-radius:2px}.om-root--simple .om-c-searchBox__suggestionsContainer .om-c-suggestionsList__item{height:32px;line-height:32px}.om-root--simple .om-o-cardContent .om-c-searchBox__container{padding:12px}.om-root--simple .om-c-footer{display:none}@media only screen and (min-width:576px){.om-root--simple .om-c-footer{align-items:center;background-color:RGB(var(--om-footer-primaryColor));box-shadow:1px 1px 12px 1px #0003;color:RGBA(var(--om-footer-contrastColor),.95);display:flex;font-size:15px;font-weight:400;height:44px;letter-spacing:.3px}.om-root--simple .om-c-footer .om-p1,.om-root--simple .om-c-footer i{color:RGB(var(--om-footer-contrastColor))}.om-root--simple .om-c-footer__mapTitle{font-weight:700}.om-root--simple .om-c-footer__mousePosition,.om-root--simple .om-c-footer__scale{align-items:center;display:flex;height:100%;padding-left:12px;padding-right:12px}.om-root--simple .om-c-footer__slot{align-items:center;display:flex;flex-direction:row;height:100%}.om-root--simple .om-c-footer__slot--left{flex:1}.om-root--simple .om-c-footer__slot--right{justify-content:flex-end}.om-root--simple .om-c-footer__slot--right span{border-right:1px solid var(--om-header-borderColor)}.om-root--simple .om-c-footer__slot--right span:last-child{border-right:none}.om-root--simple .om-c-footer .om-c-lastSearchResult{align-items:center;border-radius:4px;display:flex;height:calc(100% - 12px);margin:0 6px;padding:0 8px}.om-root--simple .om-c-footer .om-c-lastSearchResult span{padding:0 4px}.om-root--simple .om-c-footer .om-c-lastSearchResult i{font-size:18px;margin-left:0}.om-root--simple .om-c-footer .om-c-lastSearchResult:hover{background-color:var(--om-footer-hoverColor);cursor:pointer}.om-root--simple .om-c-footer .om-c-lastSearchResult:hover i{opacity:.8}.om-root--simple .om-c-footer .om-c-lastSearchResult__closeIcon:hover{background-color:RGBA(var(--om-footer-contrastColor),.2);border-radius:2px}.om-root--simple .om-c-footer .om-c-credentialButton{background-color:#fffc;background-image:url(/build/assets/logo-onemap-notext.bd4a5994-BQoOHMm3.svg);background-position:50%;background-repeat:no-repeat;border-radius:50%;height:calc(100% - 14px);margin-left:8px;width:30px}.om-root--simple .om-c-footer .om-c-credentialButton--spinner{align-items:center;background-image:none;background:none;display:flex;justify-content:center}.om-root--simple .om-c-footer .om-c-credentialButton--spinner .om-o-loadspinner{transform:scale(2)}.om-root--simple .om-c-footer .om-c-credentialButton:hover{background-color:#fff;cursor:pointer}.om-root--simple .om-c-footer--transparant{background-color:transparent;bottom:0;box-shadow:none;height:36px;margin:12px;position:absolute}.om-root--simple .om-c-footer--transparant .om-c-footer__slot--right,.om-root--simple .om-c-footer--transparant .om-o-divider{display:none}.om-root--simple .om-c-footer--transparant .om-c-lastSearchResult,.om-root--simple .om-c-footer--transparant .om-o-mapDescription{background-color:RGB(var(--om-footer-primaryColor));box-shadow:1px 1px 12px 1px #0003;height:100%}.om-root--simple .om-c-footer--transparant .om-c-lastSearchResult:hover,.om-root--simple .om-c-footer--transparant .om-o-mapDescription:hover{background-color:RGB(var(--om-footer-primaryColor))}.om-root--simple .om-c-footer--transparant .om-c-lastSearchResult:hover i,.om-root--simple .om-c-footer--transparant .om-o-mapDescription:hover i{opacity:.9}.om-root--simple .om-c-footer--transparant .om-c-credentialButton{height:100%;margin-left:0;width:36px}}.om-root--simple .om-c-footer--transparant{height:40px}.om-root--simple .om-c-footer--transparant .om-c-credentialButton{width:40px}.om-root--simple .om-c-footer--transparant .om-c-lastSearchResult{height:100%}.om-root--simple .om-c-slider{display:flex;width:100%}.om-root--simple .om-c-slider__timeSlider{align-items:center;max-width:600px;min-width:200px;padding-left:16px}.om-root--simple .om-c-slider__label{align-items:center;display:flex;padding-right:16px}.om-root--simple .om-c-slider__label--right{padding-left:16px}.om-root--simple .om-c-slider__date-button{border-radius:4px;margin-right:8px;padding:8px}.om-root--simple .om-c-slider__date-button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.2);cursor:pointer}.om-root--simple .om-c-slider__date-button--right{margin-left:8px}.om-root--simple .om-c-slider__slider{align-items:center;display:flex;height:1.5rem;width:100%}.om-root--simple .om-c-slider__track{align-items:center;display:flex;height:4px;position:relative}.om-root--simple .om-c-slider__track-0{background-color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--simple .om-c-slider__track--range-0,.om-root--simple .om-c-slider__track-1{background-color:RGBA(var(--om-sidebar-contrastColor),.2)}.om-root--simple .om-c-slider__track--range-1{background-color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--simple .om-c-slider__track--range-2,.om-root--simple .om-c-slider__track--single-0,.om-root--simple .om-c-slider__track--single-1{background-color:RGBA(var(--om-sidebar-contrastColor),.2)}.om-root--simple .om-c-slider__thumb{align-items:center;background-color:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-primaryColor));display:flex;height:20px;justify-content:center;width:32px}.om-root--simple .om-c-slider__date-button{border-radius:0;padding:4px}.om-root--simple .om-o-activeFilters__categoryTitle{font-weight:400}.om-root--simple .om-o-activeFilters__categoryContainer:not(:first-child){margin-top:8px}.om-root--simple .om-o-activeFilters__container{display:flex;flex-direction:row;justify-content:space-between;padding:0 12px 8px}.om-root--simple .om-o-activeFilters__tools{display:flex;flex-direction:row;margin-top:4px}.om-root--simple .om-o-activeFilters__tools .om-o-filteredLayers{margin-left:4px}.om-root--simple .om-o-activeFilters .om-o-activeFilter__tagContainer{align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.1);border-radius:4px;display:inline-flex;height:22px;margin-right:6px;margin-top:4px;padding:0 4px 0 8px}.om-root--simple .om-o-activeFilters .om-o-activeFilter__tagContainer span{margin-right:4px}.om-root--simple .om-o-activeFilters .om-o-activeFilter__removeButton{align-items:center;border-radius:4px;display:flex;height:20px;justify-content:center;width:20px}.om-root--simple .om-o-activeFilters .om-o-activeFilter__removeButton i{font-size:12px}.om-root--simple .om-o-activeFilters .om-o-activeFilter__removeButton:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-o-activeFilters .om-o-activeFilter__removeButton:hover .om-o-activeFilter__removeButton{color:#000c}.om-root--simple .om-o-activeFilters__optionContainer .om-o-activeFilter__tagContainer--selected{background-color:RGBA(var(--om-sidebar-attentionColor),.2)}.om-root--simple .om-o-activeFilters__optionContainer .om-o-activeFilter__tagContainer:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.3);color:#000c;cursor:pointer}.om-root--simple .om-o-activeFilters__optionContainer .om-o-activeFilter__selectedIcon{align-items:center;border-radius:4px;display:flex;height:20px;justify-content:center;width:20px}.om-root--simple .om-o-activeFilters__optionContainer .om-o-activeFilter__selectedIcon i{font-size:12px}.om-root--simple .om-o-activeFilters__container{padding:0 1rem 1rem}.om-root--simple .om-o-activeFilters__categoryContainer:first-child{padding-top:4px}.om-root--simple .om-o-activeFilters__categoryContainer:last-child{padding-bottom:8px}.om-root--simple .om-o-activeFilters__categoryContainer:not(:first-child){margin-top:0}.om-root--simple .om-o-activeFilters__categoryTitle{align-items:center;display:flex;height:40px}.om-root--simple .om-o-activeFilters__categoryTitle .om-p1{line-height:40px}.om-root--simple .om-o-activeFilters__categoryTitle .om-p1--bold{font-weight:400}.om-root--simple .om-o-activeFilters .om-o-activeFilter__tagContainer{border-radius:2px;height:36px;margin:0 12px 8px 0;overflow:hidden;padding-left:12px;padding-right:0}.om-root--simple .om-o-activeFilters .om-o-activeFilter__removeButton{border-radius:0;height:100%;width:36px}.om-root--simple .om-o-activeFilters .om-o-activeFilter__removeButton i{font-size:14px}.om-root--simple .om-o-activeFilters__optionContainer .om-o-activeFilter__selectedIcon{border-radius:0;height:100%;width:36px}.om-root--simple .om-o-activeFilters__optionContainer .om-o-activeFilter__selectedIcon i{font-size:14px}.om-root--simple .om-o-activeFilters__tools{flex-direction:column}.om-root--simple .om-o-sidebarCard{display:flex;flex-direction:column}.om-root--simple .om-o-sidebarCard__container{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;overflow:hidden}.om-root--simple .om-o-cardHeader{align-items:center;background-color:RGB(var(--om-sidebarHeader-primaryColor));display:flex;flex-shrink:0;height:54px;padding:0 12px}.om-root--simple .om-o-cardHeader .om-t1{color:RGB(var(--om-sidebarHeader-contrastColor))}.om-root--simple .om-o-cardHeader__title{display:block;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.om-root--simple .om-o-cardHeader__button{align-items:center;background-color:RGBA(var(--om-sidebarHeader-contrastColor),.15);border-radius:50%;box-sizing:border-box;display:flex;height:24px;justify-content:center;margin-left:8px;width:24px}.om-root--simple .om-o-cardHeader__button i{color:RGBA(var(--om-sidebarHeader-contrastColor),.8)}.om-root--simple .om-o-cardHeader__button:hover{background-color:RGBA(var(--om-sidebarHeader-contrastColor),.2);cursor:pointer}.om-root--simple .om-o-cardContent{padding:4px 0}.om-root--simple .om-o-cardContent--morePadding{padding:12px}.om-root--simple .om-o-cardContent__innerContent{margin:8px 12px}.om-root--simple .om-o-sidebarCard__container{border:none;border-bottom:1px solid var(--om-sidebar-borderColor);border-radius:0}.om-root--simple .om-o-sidebarCard:last-child .om-o-sidebarCard__container{border-bottom:none}.om-root--simple .om-o-cardHeader{height:56px;padding:0 12px 0 18px}.om-root--simple .om-o-cardHeader__button{background-color:transparent}.om-root--simple .om-o-cardHeader__button:hover{background-color:RGBA(var(--om-sidebarHeader-contrastColor),.1)}.om-root--simple .om-o-cardHeader__button:hover i{color:RGBA(var(--om-sidebarHeader-contrastColor),1)}.om-root--simple .om-o-cardContent,.om-root--simple .om-o-cardContent--morePadding{padding:0}.om-root--simple .om-o-cardContent__innerContent{margin:8px 18px}.om-root--simple .om-c-popupContainer .om-o-cardHeader{border-radius:2px 2px 0 0}.om-root--simple .om-o-filter{box-sizing:border-box;padding:8px 12px;width:100%}.om-root--simple .om-o-filter--active{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--simple .om-o-filter__header{align-items:center;display:flex;padding-bottom:8px}.om-root--simple .om-o-filter__header .om-o-filter__title{flex:auto}.om-root--simple .om-o-filter input,.om-root--simple .om-o-filter select{color:RGBA(var(--om-sidebar-contrastColor),.95)}.om-root--simple .om-o-filter input::-moz-placeholder,.om-root--simple .om-o-filter select::-moz-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-filter input::placeholder,.om-root--simple .om-o-filter select::placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-filter input:-ms-input-placeholder,.om-root--simple .om-o-filter select:-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-filter input::-ms-input-placeholder,.om-root--simple .om-o-filter select::-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-filter input[type=number]::-webkit-inner-spin-button,.om-root--simple .om-o-filter input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.om-root--simple .om-o-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.om-root--simple .om-o-filter__formfield{display:flex;flex:auto;position:relative}.om-root--simple .om-o-filter__formfield .om-o-formfield{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:block;height:32px;overflow:hidden;padding:0 32px 0 8px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--simple .om-o-filter__formfield .om-o-formfield input{padding:0 40px 2px 4px}.om-root--simple .om-o-filter__formfield .om-o-formfield:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none}.om-root--simple .om-o-filter__iconButton{align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:50%;box-sizing:border-box;display:flex;height:24px;justify-content:center;position:absolute;right:4px;top:4px;width:24px}.om-root--simple .om-o-filter__iconButton i{color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-filter__iconButton:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--simple .om-o-filter__errorMsg{color:red}.om-root--simple .om-o-filter__helptext{color:RGB(var(--om-sidebar-contrastColor),.8)}.om-root--simple .om-o-filter__requiredMarker{color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-filter__submitButton{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;display:flex;justify-content:center;padding:.4rem .6rem}.om-root--simple .om-o-filter__submitButton span{color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-filter__submitButton:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--simple .om-o-filter__submitButton--disabled{background-color:RGBA(var(--om-sidebar-attentionColor),.2)}.om-root--simple .om-o-filter__submitButton--disabled:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.2);cursor:not-allowed}.om-root--simple .om-o-filter__formfield .om-o-formfield__select{background-color:RGB(var(--om-sidebar-primaryColor));background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 24 24"><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');background-position:right 4px center;background-repeat:no-repeat;padding:0 52px 2px 4px}.om-root--simple .om-o-filter__formfield .om-o-formfield__select--small{border-bottom-right-radius:0;border-top-right-radius:0;padding:0 24px 2px 4px}.om-root--simple .om-o-filter__formfield .om-o-formfield__select--filled{background-position:right 40px center}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect{min-height:32px}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect--small{width:calc(100% - 42px)}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__control{background-color:RGB(var(--om-sidebar-primaryColor));border-color:var(--om-sidebar-borderColor);min-height:32px}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__control--is-focused{border-color:RGB(var(--om-sidebar-attentionColor));box-shadow:0 0 0 1px RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__control--is-focused .om-o-formfield__reactSelect__indicator{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__control:hover{border-color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__indicator{color:RGBA(var(--om-sidebar-contrastColor),.3);padding:0 4px}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__indicator-separator{background-color:RGBA(var(--om-sidebar-contrastColor),.3)}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__single-value{color:RGBA(var(--om-sidebar-contrastColor),.95)}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__placeholder{color:RGBA(var(--om-sidebar-contrastColor),.3)}.om-root--simple .om-o-formfield__reactSelect__menu{background-color:RGB(var(--om-sidebar-primaryColor));color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-o-formfield__reactSelect__menu .om-o-formfield__reactSelect__option--is-focused{background-color:RGBA(var(--om-sidebar-attentionColor),.15)}.om-root--simple .om-o-formfield__reactSelect__menu .om-o-formfield__reactSelect__option--is-selected{background-color:RGBA(var(--om-sidebar-attentionColor),.3);color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield__select{flex:0 0 56px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber{border-left:none;padding-left:4px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber:focus{padding-left:3px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber{border-left:none;padding-left:4px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:focus{padding-left:3px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:first-child{border-radius:0;padding-right:4px;width:96%}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber,.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber{border-bottom-left-radius:0;border-top-left-radius:0}.om-root--simple .om-o-filter__formField--dateConstraint .om-o-formfield__select{flex:0 0 80px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput{display:flex;flex:auto}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput input{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-left:none;border-radius:0 4px 4px 0;box-sizing:border-box;display:block;overflow:hidden;padding:0 40px 2px 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput input:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none;padding-left:3px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput:first-child input:first-child{border-radius:0;padding:0 4px 2px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput:first-child input:first-child:focus{padding-left:3px}.om-root--simple .om-o-filter__formField--equalsOnly .DayPickerInput{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:flex;flex:auto;height:32px;overflow:hidden;padding:0 32px 0 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--simple .om-o-filter__formField--equalsOnly .DayPickerInput input{border:0}.om-root--simple .om-o-filter__formField--equalsOnly .DayPickerInput:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none}.om-root--simple .om-o-nullFilter{align-items:center;border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-contrastColor));display:flex;height:22px;justify-content:center;margin-right:8px;width:22px}.om-root--simple .om-o-nullFilter span{font-size:16px;opacity:.6;padding-bottom:1px}.om-root--simple .om-o-nullFilter:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-o-nullFilter:hover span{opacity:.8}.om-root--simple .om-o-filterToolButtons,.om-root--simple .om-o-filteredLayers{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;height:22px}.om-root--simple .om-o-filterToolButtons i,.om-root--simple .om-o-filterToolButtons span,.om-root--simple .om-o-filteredLayers i,.om-root--simple .om-o-filteredLayers span{opacity:.6}.om-root--simple .om-o-filterToolButtons i,.om-root--simple .om-o-filteredLayers i{font-size:14px}.om-root--simple .om-o-filterToolButtons span,.om-root--simple .om-o-filteredLayers span{margin-right:2px}.om-root--simple .om-o-filterToolButtons:hover,.om-root--simple .om-o-filteredLayers:hover{cursor:pointer}.om-root--simple .om-o-filterToolButtons--active,.om-root--simple .om-o-filterToolButtons:active,.om-root--simple .om-o-filterToolButtons:hover,.om-root--simple .om-o-filteredLayers--active,.om-root--simple .om-o-filteredLayers:active,.om-root--simple .om-o-filteredLayers:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--simple .om-o-filterToolButtons--active i,.om-root--simple .om-o-filterToolButtons--active span,.om-root--simple .om-o-filterToolButtons:active i,.om-root--simple .om-o-filterToolButtons:active span,.om-root--simple .om-o-filterToolButtons:hover i,.om-root--simple .om-o-filterToolButtons:hover span,.om-root--simple .om-o-filteredLayers--active i,.om-root--simple .om-o-filteredLayers--active span,.om-root--simple .om-o-filteredLayers:active i,.om-root--simple .om-o-filteredLayers:active span,.om-root--simple .om-o-filteredLayers:hover i,.om-root--simple .om-o-filteredLayers:hover span{opacity:.8}.om-root--simple .om-o-filterToolButtons__button,.om-root--simple .om-o-filteredLayers__button{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:0 3px;width:100%}.om-root--simple .om-o-filter{padding:4px 16px}.om-root--simple .om-o-filter:last-child{padding-bottom:16px}.om-root--simple .om-o-filter--active{background-color:transparent}.om-root--simple .om-o-filter__header{height:40px;padding-bottom:0}.om-root--simple .om-o-filter__header .om-p1--bold{font-weight:400;opacity:1}.om-root--simple .om-o-filter__formfield .om-o-formfield{background-color:RGBA(var(--om-sidebar-contrastColor),.02);border-radius:2px;height:40px;padding:0 56px 2px 8px}.om-root--simple .om-o-filter__formfield .om-o-formfield__select{border-radius:2px;padding:0 80px 0 8px}.om-root--simple .om-o-filter__formfield .om-o-formfield__select--small{padding:0 32px 2px 8px}.om-root--simple .om-o-filter__formfield .om-o-formfield input{padding:0}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect{min-height:40px;width:100%}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect--small{width:calc(100% - 56px)}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__control{border-radius:0;min-height:40px}.om-root--simple .om-o-filter__formfield .om-o-formfield__reactSelect__indicator{padding:0 8px}.om-root--simple .om-o-filter__iconButton{background-color:RGBA(var(--om-sidebar-attentionColor),.9);border-radius:2px 2px 0 0;height:100%;right:0;top:0;width:40px}.om-root--simple .om-o-filter__iconButton i{font-size:20px}.om-root--simple .om-o-filter__submitButton{border-radius:0;height:1.5rem;margin-top:.4rem;padding:1rem .7rem}.om-root--simple .om-o-filteredLayers{display:none}.om-root--simple .om-o-filterToolButtons{border-radius:0;height:36px;margin-bottom:.5rem;width:36px}.om-root--simple .om-o-filter__formfield .om-o-formfield__select{background-position:right 8px center}.om-root--simple .om-o-filter__formfield .om-o-formfield__select--filled{background-position:right 56px center}.om-root--simple .om-o-filter__formField--dateConstraint .om-o-formfield__select{flex:0 0 96px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput input{background-color:RGBA(var(--om-sidebar-contrastColor),.02);border-radius:0;padding:0 56px 2px 6px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput input:focus{padding-left:5px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput:first-child input:first-child{padding:0 6px 2px}.om-root--simple .om-o-filter__formField--dateConstraint .DayPickerInput:first-child input:first-child:focus{padding-left:5px}.om-root--simple .om-o-filter__formField--equalsOnly .DayPickerInput{border-radius:2px;height:40px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield{width:100%}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield__select{flex:0 0 72px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--singleNumber:focus{padding-left:7px}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:first-child{flex-shrink:0;width:calc(50% - 24px)}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:last-child{flex:auto}.om-root--simple .om-o-filter__formfield--numberConstraint .om-o-formfield--duoNumber:focus{padding-left:7px}.om-root--simple .om-o-filter .om-o-nullFilter{border-radius:0;height:28px;margin:0;width:28px}.om-root--simple .om-o-form{max-height:90vh;max-width:600px;min-height:120px;overflow-y:auto;padding:.5rem 0}.om-root--simple .om-o-form__toolform{padding:.3rem}.om-root--simple .om-o-form__toolform .om-o-form__label{margin-bottom:.3rem}.om-root--simple .om-o-form__section{box-sizing:border-box;padding:.3rem .8rem}.om-root--simple .om-o-form--active{background-color:RGBA(var(--om-sidebar-attentionColor),.1)}.om-root--simple .om-o-form__header{align-items:center;display:flex}.om-root--simple .om-o-form__header .om-o-form__title{flex:auto}.om-root--simple .om-o-form__row{margin-top:.6rem}.om-root--simple .om-o-form__label{display:inline-block}.om-root--simple .om-o-form__error{background-color:#ffb3b366;color:red;max-width:95vw;padding:.2rem}.om-root--simple .om-o-form__error--single-error{margin-top:.2rem}.om-root--simple .om-o-form input,.om-root--simple .om-o-form select{color:RGBA(var(--om-sidebar-contrastColor),.95)}.om-root--simple .om-o-form input::-moz-placeholder,.om-root--simple .om-o-form select::-moz-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-form input::placeholder,.om-root--simple .om-o-form select::placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-form input:-ms-input-placeholder,.om-root--simple .om-o-form select:-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-form input::-ms-input-placeholder,.om-root--simple .om-o-form select::-ms-input-placeholder{color:RGBA(var(--om-sidebar-contrastColor),.7)}.om-root--simple .om-o-form input[type=number]::-webkit-inner-spin-button,.om-root--simple .om-o-form input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.om-root--simple .om-o-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.om-root--simple .om-o-form__formfield{display:flex;flex:auto;position:relative}.om-root--simple .om-o-form__formfield .om-o-formfield{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:block;height:32px;overflow:hidden;padding:0 32px 0 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--simple .om-o-form__formfield .om-o-formfield input{padding:0 40px 2px 4px}.om-root--simple .om-o-form__formfield .om-o-formfield:focus{border:1px solid rgba(var(--om-sidebar-contrastColor),.8);outline:none}.om-root--simple .om-o-form__description{color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-o-form__description--field{color:RGBA(var(--om-sidebar-attentionColor),.8);font-size:.85em;padding-top:.2rem}.om-root--simple .om-o-form__submitButton{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--simple .om-o-form__submitButton span{color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-form__submitButton:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--simple .om-o-form__submitButton--disabled,.om-root--simple .om-o-form__submitButton--disabled:hover{background-color:RGBA(var(--om-sidebar-attentionColor),.2)}.om-root--simple .om-o-form__submitButton--disabled:hover{cursor:not-allowed}.om-root--simple .om-o-form__widget{margin-top:.3rem}.om-root--simple .om-o-form__widget input,.om-root--simple .om-o-form__widget select{background-color:RGBA(var(--om-sidebar-contrastColor),.02);border:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;height:100%;padding-left:.2rem;width:100%}.om-root--simple .om-o-form__widget input:focus,.om-root--simple .om-o-form__widget select:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none}.om-root--simple .om-o-form__widget input:-moz-ui-invalid,.om-root--simple .om-o-form__widget input:invalid,.om-root--simple .om-o-form__widget select:-moz-ui-invalid,.om-root--simple .om-o-form__widget select:invalid{border:2px solid red;box-shadow:none}.om-root--simple .om-o-form__widget textarea{box-sizing:border-box;height:5rem;width:100%}.om-root--simple .om-o-form__widget--disabled{cursor:not-allowed;opacity:.6}.om-root--simple .om-o-form__file-display{display:flex;flex-direction:column;padding:.5rem 0}.om-root--simple .om-o-form__file-item{margin:.3rem 0}.om-root--simple .om-o-form__widget .react-datepicker-wrapper{width:100%}.om-root--simple .om-o-form__widget .react-datepicker__close-icon:after{background-color:RGB(var(--om-sidebar-attentionColor));color:RGB(var(--om-sidebar-primaryColor));font-size:.8rem;height:.8rem;padding:.1rem;width:.8rem}.om-root--simple .om-o-form__formfield .om-o-formfield__select{background-color:RGB(var(--om-sidebar-primaryColor));background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 24 24"><path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');background-position:right 4px center;background-repeat:no-repeat;padding:0 52px 2px 4px}.om-root--simple .om-o-form__formfield .om-o-formfield__select--small{border-bottom-right-radius:0;border-top-right-radius:0;padding:0 24px 2px 4px}.om-root--simple .om-o-form__formfield .om-o-formfield__select--filled{background-position:right 40px center}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield__select{flex:0 0 56px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber{border-left:none;padding-left:4px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber:focus{padding-left:3px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber{border-left:none;padding-left:4px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:focus{padding-left:3px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:first-child{border-radius:0;padding-right:4px;width:96%}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber,.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber{border-bottom-left-radius:0;border-top-left-radius:0}.om-root--simple .om-o-form__formField--dateConstraint .om-o-formfield__select{flex:0 0 80px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput{display:flex;flex:auto}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput input{background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-left:none;border-radius:0 4px 4px 0;box-sizing:border-box;display:block;overflow:hidden;padding:0 40px 2px 4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput input:focus{border:1px solid rgba(var(--om-sidebar-attentionColor),.8);outline:none;padding-left:3px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput:first-child input:first-child{border-radius:0;padding:0 4px 2px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput:first-child input:first-child:focus{padding-left:3px}.om-root--simple .om-o-formedLayers{border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;height:22px}.om-root--simple .om-o-formedLayers i,.om-root--simple .om-o-formedLayers span{opacity:.6}.om-root--simple .om-o-formedLayers i{font-size:14px}.om-root--simple .om-o-formedLayers span{margin-right:2px}.om-root--simple .om-o-formedLayers:hover{cursor:pointer}.om-root--simple .om-o-formedLayers--active,.om-root--simple .om-o-formedLayers:active,.om-root--simple .om-o-formedLayers:hover{background-color:var(--om-sidebar-hoverColor)}.om-root--simple .om-o-formedLayers--active i,.om-root--simple .om-o-formedLayers--active span,.om-root--simple .om-o-formedLayers:active i,.om-root--simple .om-o-formedLayers:active span,.om-root--simple .om-o-formedLayers:hover i,.om-root--simple .om-o-formedLayers:hover span{opacity:.8}.om-root--simple .om-o-formedLayers__button{align-items:center;box-sizing:border-box;display:flex;height:100%;padding:0 4px;width:100%}.om-root--simple .om-o-layerSelector{padding:4px 0}.om-root--simple .om-o-layerSelector .om-o-layer__container{align-items:center;box-sizing:border-box;display:flex;height:32px;padding:0 20px;width:100%}.om-root--simple .om-o-layerSelector .om-o-layer__container label{cursor:pointer;display:block;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.om-root--simple .om-o-layerSelector .om-o-layer__container input{cursor:pointer}.om-root--simple .om-o-layerSelector .om-o-layer__container i{color:RGBA(var(--om-sidebar-attentionColor),.8)}.om-root--simple .om-o-layerSelector .om-o-layer__container:hover{background-color:var(--om-sidebar-hoverColor);color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--simple .om-o-layerSelector__itemContainer{box-sizing:border-box;width:100%}.om-root--simple .om-c-sidebar--left .om-o-layerSelector__popup{left:calc(100% + 2px)}.om-root--simple .om-c-sidebar--right .om-o-layerSelector__popup{right:calc(100% + 2px)}.om-root--simple .om-o-form__section{padding:4px 16px}.om-root--simple .om-o-form__section--buttons{margin-top:1rem}.om-root--simple .om-o-form:last-child{padding-bottom:16px}.om-root--simple .om-o-form--active{background-color:transparent}.om-root--simple .om-o-form__header{height:40px;padding-bottom:0}.om-root--simple .om-o-form__header .om-p1--bold{font-weight:400;opacity:1}.om-root--simple .om-o-form__row{margin-top:.8rem}.om-root--simple .om-o-form__label{font-size:16px}.om-root--simple .om-o-form__label--required{color:RGB(var(--om-sidebar-attentionColor));padding-left:.2rem}.om-root--simple .om-o-form__error{padding:.4rem}.om-root--simple .om-o-form__error--single-error{margin-top:.4rem}.om-root--simple .om-o-form__widget{background-color:RGBA(var(--om-sidebar-contrastColor),.02);border-radius:2px;margin-top:.4rem}.om-root--simple .om-o-form__widget__select{border-radius:2px;padding:0 80px 0 8px}.om-root--simple .om-o-form__widget__select--small{padding:0 32px 2px 4px}.om-root--simple .om-o-form__widget input,.om-root--simple .om-o-form__widget select{padding-left:.4rem}.om-root--simple .om-o-form__submitButton{border-radius:0;margin-top:.4rem;padding:.6rem .8rem}.om-root--simple .om-o-formedLayers{display:none}.om-root--simple .om-o-form__formfield .om-o-formfield__select{background-position:right 8px center}.om-root--simple .om-o-form__formfield .om-o-formfield__select--filled{background-position:right 56px center}.om-root--simple .om-o-form__formField--dateConstraint .om-o-formfield__select{flex:0 0 96px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput input{background-color:RGBA(var(--om-sidebar-contrastColor),.02);border-radius:0;padding:0 56px 2px 6px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput input:focus{padding-left:5px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput:first-child input:first-child{padding:0 6px 2px}.om-root--simple .om-o-form__formField--dateConstraint .DayPickerInput:first-child input:first-child:focus{padding-left:5px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield{width:100%}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield__select{flex:0 0 72px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--singleNumber:focus{padding-left:7px}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:first-child{flex-shrink:0;width:calc(50% - 24px)}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:last-child{flex:auto}.om-root--simple .om-o-form__formfield--numberConstraint .om-o-formfield--duoNumber:focus{padding-left:7px}.om-root--simple .om-o-printform{padding:1rem}.om-root--simple .om-o-printform,.om-root--simple .om-o-printform__options{display:flex;flex-direction:column}.om-root--simple .om-o-printform__option{align-items:center;display:flex;height:1.8rem}.om-root--simple .om-o-printform__optionLabel{display:inline-block;font-weight:700;width:160px}.om-root--simple .om-o-printform__optionLabel--small{display:inline-block;margin-left:.2rem;width:40px}.om-root--simple .om-o-printform__optionInputs input{margin-left:0}.om-root--simple .om-o-printform__optionInputs input[type=text]{width:200px}.om-root--simple .om-o-printform__buttons{display:flex;justify-content:space-between}.om-root--simple .om-o-printform__button{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-primaryColor));display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--simple .om-o-printform__button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--simple .om-o-printform__busyMessage{display:flex;justify-content:center}.om-root--simple .om-o-printform__errorMessage{padding:1.5rem}.om-root--simple .om-o-printform__errorMessage--title{font-weight:700}.om-root--simple .om-o-printform__errorMessage--contents{color:red;margin-top:1rem}.om-root--simple .om-o-printform__buttons{margin-top:1rem}.om-root--simple .om-o-printform__option{height:2rem}.om-root--simple .om-o-printform__button{border-radius:0;margin-top:.4rem;padding:.6rem .8rem}@media only screen and (max-width:360px){.om-root--simple .om-o-printform__option{align-items:flex-start;flex-direction:column;height:100%;margin:.5rem 0;width:100%}.om-root--simple .om-o-printform__optionLabel{margin-bottom:.6rem}.om-root--simple .om-o-printform__optionLabel--small{width:90px}.om-root--simple .om-o-printform__optionInputs{width:100%}.om-root--simple .om-o-printform__optionInputs input[type=text]{box-sizing:border-box;width:100%}}.om-root--simple .om-o-snapshotsform{display:flex;flex-direction:column;padding:1rem 0}.om-root--simple .om-o-snapshotsform__section{margin:.5rem 0;width:480px}.om-root--simple .om-o-snapshotsform__error{background-color:#ffb3b366;color:red;padding:.2rem}.om-root--simple .om-o-snapshotsform__linkInput{display:flex;flex-direction:row}.om-root--simple .om-o-snapshotsform__linkInput input{-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%}.om-root--simple .om-o-snapshotsform__copyButton{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));border:1px solid var(--om-sidebar-borderColor);border-radius:4px;box-sizing:border-box;display:flex;margin-left:.5rem;padding:3px}.om-root--simple .om-o-snapshotsform__copyButton i,.om-root--simple .om-o-snapshotsform__copyButton span{opacity:.8}.om-root--simple .om-o-snapshotsform__copyButton:hover{background-color:var(--om-sidebar-hoverColor);cursor:pointer}.om-root--simple .om-o-snapshotsform__copyButton:hover span{opacity:1}.om-root--simple .om-o-snapshotsform__linkButton{border:none;border-radius:0}.om-root--simple .om-o-sketchform{padding:1rem}.om-root--simple .om-o-sketchform,.om-root--simple .om-o-sketchform__options{display:flex;flex-direction:column}.om-root--simple .om-o-sketchform__option{align-items:center;display:flex;height:1.8rem}.om-root--simple .om-o-sketchform__optionLabel{display:inline-block;font-weight:700;width:160px}.om-root--simple .om-o-sketchform__optionLabel--small{display:inline-block;margin-left:.2rem;width:60px}.om-root--simple .om-o-sketchform__optionInputs input{box-sizing:border-box;margin-left:0;width:100%}.om-root--simple .om-o-sketchform__sliderBar{width:160px}.om-root--simple .om-o-sketchform__color{align-items:center;cursor:pointer;display:flex;width:120px}.om-root--simple .om-o-sketchform__color--label{margin-left:.5rem}.om-root--simple .om-o-sketchform__color--display{border:1px solid #000;border-radius:12px;display:inline-block;height:12px;width:12px}.om-root--simple .om-o-sketchform__colorPickerOverlay{background-color:#fff;border-radius:4px;box-sizing:border-box;height:100%;left:0;padding:1rem;position:absolute;top:0;width:100%;z-index:1}.om-root--simple .om-o-sketchform__colorPicker{display:flex;flex-direction:column;height:100%}.om-root--simple .om-o-sketchform__colorPicker--picker{height:100%;width:100%}.om-root--simple .om-o-sketchform__colorPicker--input{margin-top:1rem;width:100%}.om-root--simple .om-o-sketchform__colorPicker--input input{box-sizing:border-box;height:24px;width:100%}.om-root--simple .om-o-sketchform__colorPicker--buttons{display:flex;height:24px;justify-content:space-between;margin-top:1rem}.om-root--simple .om-o-sketchform__colorPicker .react-colorful{height:100%;width:100%}.om-root--simple .om-o-sketchform__buttons{display:flex;justify-content:space-between}.om-root--simple .om-o-sketchform__button{all:unset;align-items:center;background-color:RGBA(var(--om-sidebar-attentionColor),.8);border-radius:4px;box-sizing:border-box;color:RGB(var(--om-sidebar-primaryColor));display:flex;height:1.5rem;justify-content:center;padding:.4rem .6rem}.om-root--simple .om-o-sketchform__button:hover{background-color:RGBA(var(--om-sidebar-attentionColor),1);cursor:pointer}.om-root--simple .om-o-sketchform__errorMessage{padding:1.5rem}.om-root--simple .om-o-sketchform__errorMessage--title{font-weight:700}.om-root--simple .om-o-sketchform__errorMessage--contents{color:red;margin-top:1rem}.om-root--simple .om-o-sketchform__buttons{margin-top:1rem}.om-root--simple .om-o-sketchform__option{height:2rem}.om-root--simple .om-o-sketchform__button{border-radius:0;margin-top:.4rem;padding:.6rem .8rem}@media only screen and (max-width:360px){.om-root--simple .om-o-sketchform__option{align-items:flex-start;flex-direction:column;height:100%;margin:.5rem 0;width:100%}.om-root--simple .om-o-sketchform__optionLabel{margin-bottom:.6rem}.om-root--simple .om-o-sketchform__optionLabel--small{width:90px}.om-root--simple .om-o-sketchform__optionInputs{width:100%}.om-root--simple .om-o-sketchform__optionInputs input[type=text]{box-sizing:border-box;width:100%}}.om-root--simple .om-c-header .om-o-mapDescription{padding:0 12px 0 0}.om-root--simple .om-c-header .om-o-mapDescription__infoIcon,.om-root--simple .om-c-header .om-o-mapDescription__title{color:RGB(var(--om-header-contrastColor))}.om-root--simple .om-c-footer .om-o-mapDescription{align-items:center;border-radius:4px;display:flex;height:calc(100% - 12px);margin:0 6px;padding:0 8px}.om-root--simple .om-c-footer .om-o-mapDescription__infoIcon,.om-root--simple .om-c-footer .om-o-mapDescription__title{color:RGB(var(--om-footer-contrastColor))}.om-root--simple .om-c-footer .om-o-mapDescription__title{padding-right:0}.om-root--simple .om-c-footer .om-o-mapDescription:hover{background-color:var(--om-footer-hoverColor)}.om-root--simple .om-o-mapDescription{display:flex;justify-content:center}.om-root--simple .om-o-mapDescription .om-t1{margin-right:4px}.om-root--simple .om-o-mapDescription__infoIcon{font-size:20px}.om-root--simple .om-o-mapDescription:hover{cursor:pointer}.om-root--simple .om-o-mapDescription--no-hover:hover{cursor:auto}.om-root--simple .om-c-footer--transparant .om-o-mapDescription{padding:0 12px}.om-root--simple .om-c-header .om-o-mapDescription{align-items:center;height:38px}.om-root--simple .om-c-footer--transparant .om-o-mapDescription{height:100%}.om-root--simple .om-c-footer--transparant .om-o-mapDescription:hover{background:RGB(var(--om-footer-primaryColor))}.om-root--simple .om-o-modal__overlay{background:#32323266;height:100%;left:0;position:absolute;top:0;width:100%;z-index:9001}.om-root--simple .om-o-modal__container{background:RGB(var(--om-sidebar-primaryColor));border-radius:4px;box-shadow:0 10px 60px #0000004d;box-sizing:border-box;color:RGB(var(--om-sidebar-contrastColor));display:table;left:50%;max-height:600px;position:relative;top:50%;transform:translate(-50%,-50%)}.om-root--simple .om-o-modal__container .om-o-modalHeader{align-items:center;border-bottom:1px solid var(--om-sidebar-borderColor);box-sizing:border-box;display:flex;height:56px;justify-content:space-between;padding-left:20px;width:100%}.om-root--simple .om-o-modal__container .om-o-modalHeader__closeButton{align-items:center;display:flex;height:100%;justify-content:center;width:56px}.om-root--simple .om-o-modal__container .om-o-modalHeader__closeButton i{opacity:.6}.om-root--simple .om-o-modal__container .om-o-modalHeader__closeButton:hover{cursor:pointer}.om-root--simple .om-o-modal__container .om-o-modalHeader__closeButton:hover i{opacity:1}.om-root--simple .om-o-modal__container .om-o-modalContent--default{box-sizing:border-box;width:400px}.om-root--simple .om-o-modal__container .om-o-modalContent--large{box-sizing:border-box;width:546px}.om-root--simple .om-o-modal__container .om-o-modalContent--custom,.om-root--simple .om-o-modal__container .om-o-modalContent--printform,.om-root--simple .om-o-modal__container .om-o-modalContent--sketchform,.om-root--simple .om-o-modal__container .om-o-modalContent--snapshotsform{max-width:75%;min-width:400px;padding:0 1rem}.om-root--simple .om-o-modal__container{border-radius:2px}.om-root--simple .om-c-mobileCards,.om-root--simple .om-c-mobileTools{padding:16px;pointer-events:all}.om-root--simple .om-c-mobileCards .om-c-cardList,.om-root--simple .om-c-mobileCards .om-c-toolList,.om-root--simple .om-c-mobileTools .om-c-cardList,.om-root--simple .om-c-mobileTools .om-c-toolList{display:inline-block}.om-root--simple .om-c-mobileCards .om-c-cardList__item,.om-root--simple .om-c-mobileCards .om-c-toolList__item,.om-root--simple .om-c-mobileTools .om-c-cardList__item,.om-root--simple .om-c-mobileTools .om-c-toolList__item{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));box-shadow:1px 1px 12px 1px #0003;color:RGB(var(--om-sidebar-contrastColor));display:flex;height:38px;margin-bottom:12px;max-width:50%;min-width:100px;padding:0 12px}.om-root--simple .om-c-mobileTools{align-items:flex-end;display:flex;flex-direction:column}.om-root--simple .om-c-searchHeader{background-color:RGB(var(--om-sidebar-primaryColor));box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;padding:12px;pointer-events:all}.om-root--simple .om-c-searchHeader .om-c-searchBox__deleteInputButton{width:48px}.om-root--simple .om-c-searchHeader .om-c-searchBox__deleteInputButton i{font-size:16px;height:20px;width:20px}.om-root--simple .om-c-searchHeader .om-c-searchBox input{height:48px;width:100%}.om-root--simple .om-c-searchHeader .om-c-searchBox--active input{height:48px;padding:0 48px 0 32px;width:100%}.om-root--simple .om-c-searchHeader .om-c-searchBox__suggestionsContainer--open{border-radius:0;border-top:1px solid #e2e3e6;box-shadow:1px 20px 15px 1px #0000001a;margin-left:-12px;margin-top:12px;max-height:80vh;overflow:auto;width:100vw}.om-root--simple .om-c-searchHeader .om-c-searchBox__suggestionsContainer--open .om-c-suggestionsList{box-shadow:1px 3px 4px 1px #0000001a;padding:0}.om-root--simple .om-c-searchHeader .om-c-searchBox__suggestionsContainer--open .om-c-suggestionsList__item{border-bottom:1px solid #e2e3e6;height:40px;line-height:40px}.om-root--simple .om-c-searchHeader .om-c-searchBox .wpg5-c-searchBox__container--active input{height:48px;width:100%}.om-root--simple .om-c-toolbarFooter{background-color:RGB(var(--om-sidebar-primaryColor));box-shadow:1px 1px 12px 1px #0003;box-sizing:border-box;flex-shrink:0;height:112px;padding:0;pointer-events:all;position:relative;width:100vw}.om-root--simple .om-c-toolbarFooter__heading{align-items:center;display:flex;justify-content:space-between;padding-left:12px}.om-root--simple .om-c-toolbarFooter__title{color:RGBA(var(--om-sidebar-contrastColor),.8);font-size:13px;font-weight:700;height:52px;line-height:52px;margin:0;text-transform:uppercase}.om-root--simple .om-c-toolbarFooter__closeButton{align-items:center;display:flex;height:52px;justify-content:center;width:52px}.om-root--simple .om-c-toolbarFooter__closeButton i{color:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-c-toolbarFooter .om-c-buttonGroup__container{flex-wrap:nowrap;height:auto;overflow-x:auto;padding:0 0 12px 12px;width:100%;-webkit-overflow-scrolling:touch;box-sizing:border-box}.om-root--simple .om-c-toolbarFooter .om-c-buttonGroup__container:after{content:"";flex:0 0 2px}.om-root--simple .om-c-toolbarFooter .om-c-toolmenu__link{border:1px solid var(--om-sidebar-borderColor);border-radius:2px;flex-shrink:0;height:46px;margin-right:16px;width:54px}.om-root--simple .om-c-toolbarFooter .om-c-toolmenu__link--active{background-color:var(--om-sidebar-hoverColor);border:1px solid rgb(var(--om-sidebar-attentionColor))}.om-root--simple .om-c-toolbarFooter .om-c-toolmenu__link .om-c-toolmenu__icon{fill:RGB(var(--om-sidebar-contrastColor))}.om-root--simple .om-c-toolbarFooter .om-c-toolmenu__link .om-c-toolmenu__icon--active{fill:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-c-mobileContent .om-c-menuModal__listItem{height:48px}.om-root--simple .om-c-mobileContent .om-c-feature-info{display:flex;flex-direction:column;height:100%}.om-root--simple .om-c-mobileContent .om-c-feature-info__contentContainer{display:flex;flex:auto;flex-direction:column;overflow-x:hidden}.om-root--simple .om-c-mobileContent .om-c-feature-info__content{box-sizing:border-box;flex:auto;margin:0;overflow-x:auto;padding:12px 16px;width:100%}.om-root--simple .om-c-mobileContent .om-c-feature-info .om-o-divider{display:none}.om-root--simple .om-c-mobileContent .om-c-feature-info .om-c-pagination{border-top:1px solid #e2e3e6;bottom:0;box-shadow:none;height:56px;justify-content:center;position:relative}.om-root--simple .om-c-mobileContent .om-c-feature-info .om-c-pagination__number{margin:0 16px}.om-root--simple .om-c-mobileContent .om-c-feature-info .om-c-pagination__button{width:48px}.om-root--simple .om-c-mobileContent .om-c-feature-info .om-c-pagination__button i{font-size:1.8rem}.om-root--simple .om-c-mobileContent .om-c-feature-info .om-c-layerstack__row{border-bottom:1px solid #e2e3e6;height:48px;padding:0 16px}.om-root--simple .om-o-cardContainer .om-o-cardHeader--activeFilterPanel{border-top:1px solid #e2e3e6}.om-root--simple .om-o-cardContainer .om-o-cardHeader--activeFilterPanel .om-c-activeFilterCount{align-items:center;background-color:RGB(var(--om-sidebar-attentionColor));border-radius:50%;color:RGB(var(--om-sidebar-primaryColor));display:flex;font-weight:700;height:24px;justify-content:center;width:24px}.om-root--simple .om-o-cardContainer .om-o-cardHeader--activeFilterPanel i{color:RGBA(var(--om-sidebarHeader-contrastColor),.8)}.om-root--simple .om-c-activeFilterBadge{align-items:center;background-color:RGB(var(--om-sidebar-attentionColor));border-radius:50%;color:RGB(var(--om-sidebar-primaryColor));display:flex;font-size:13px;font-weight:700;height:26px;justify-content:center;position:absolute;right:-8px;top:-8px;width:26px}.om-root--simple .om-o-mobileMainButton{align-items:center;background-color:RGB(var(--om-sidebar-attentionColor));border-radius:50%;box-shadow:1px 1px 12px 1px #0003;display:flex;height:64px;justify-content:center;width:64px}.om-root--simple .om-o-mobileMainButton i{color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-mobileMainButton--active{background-color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-mobileMainButton--active i{color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-mobileButton{align-items:center;background-color:RGB(var(--om-sidebar-primaryColor));border-radius:50%;box-shadow:1px 1px 12px 1px #0003;display:flex;height:48px;justify-content:center;margin-top:16px;pointer-events:all;width:48px}.om-root--simple .om-o-mobileButton i{color:RGBA(var(--om-sidebar-contrastColor),.9)}.om-root--simple .om-o-mobileButton--filter{position:relative}.om-root--simple .om-o-mobileButton--active{background-color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-mobileButton--active i{color:RGB(var(--om-sidebar-primaryColor))}.om-root--simple .om-o-mobileButton--trackingActive i{color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-mobileButton--northArrow{display:flex;padding-bottom:2px}.om-root--simple .om-o-mobileButton--rotated i{color:RGB(var(--om-sidebar-attentionColor))}.om-root--simple .om-o-mobileButton--disabled{cursor:not-allowed}.om-root--simple .om-o-mobileButton--disabled i{color:RGBA(var(--om-sidebar-contrastColor),.4)}.om-root--simple .om-o-cardContainer{background-color:RGB(var(--om-sidebar-primaryColor));bottom:0;box-shadow:1px 1px 12px 1px #0003;left:0;pointer-events:all;position:absolute;width:100vw;z-index:3}.om-root--simple .om-o-cardContainer__inner{display:flex;flex-direction:column;height:calc(100% - 57px);overflow-y:auto}.om-root--simple .om-o-cardContainer__inner .om-o-component__body{flex:auto}.om-root--simple .om-o-cardContainer__inner--center-vertical{justify-content:center}.om-root--simple .om-o-cardContainer .om-o-cardHeader{border-bottom:1px solid #e2e3e6}.om-root--simple .om-o-cardContainer .om-o-cardHeader__button{height:32px;margin-left:12px;width:32px}.om-root--simple .om-c-mobileContent,.om-root--simple .om-l-sandwichContainer{display:flex;flex-direction:column;height:100%}.om-root--simple .om-l-sandwichContainer{justify-content:space-between;position:relative}.om-root--simple .om-l-sandwichContainer .om-l-secondaryButtonContainer{box-sizing:border-box;padding:16px;position:absolute;width:80px}.om-root--simple .om-l-sandwichContainer .om-l-secondaryButtonContainer .om-o-mobileButton:first-child{margin-top:0}.om-root--simple .om-l-sandwichContainer .om-l-secondaryButtonContainer--topLeft{left:0;top:0}.om-root--simple .om-l-sandwichContainer .om-l-secondaryButtonContainer--topRight{right:0;top:0}.om-root--simple .om-l-sandwichContainer .om-l-mainButtonContainer{align-items:flex-end;bottom:0;display:flex;flex-direction:row;justify-content:space-between;position:absolute;width:100%}.om-root--simple .om-t1{font-family:var(--om-font-family),sans-serif;font-size:16px;letter-spacing:.4px}.om-root--simple .om-p1{font-size:16px;line-height:24px}.om-statiegeld-fi-modal{display:none;position:absolute;z-index:1001;left:0;top:0;width:100%;height:100%;background-color:var(--om-dark-gray);overflow:hidden}.om-statiegeld-modal-content{background-color:var(--om-white);margin:auto;padding:16px;font-family:Montserrat Variable,sans-serif;min-width:300px;max-width:350px;max-height:95%;box-shadow:0 4px 8px #0003,0 6px 20px #00000030;border-radius:10px;display:flex;flex-direction:column;overflow-y:auto;align-items:flex-start}@media (max-width: 768px){.om-statiegeld-modal-content{width:80%;padding:15px}}@media (max-width: 480px){.om-statiegeld-modal-content{width:90%;padding:10px}}.om-statiegeld-modal-featureinfocontent{overflow:auto;line-height:1.25em;flex:1;margin-bottom:10px;color:#2c2c2c}.om-statiegeld-modal-featureinfocontent p,.om-statiegeld-modal-featureinfocontent h3{margin:5px 0}.om-statiegeld-modal-featureinfocontent strong{font-weight:700;color:var(--om-primary-color)}.om-statiegeld-modal-featureinfocontent>strong{padding:.5rem 0 0;display:flex}.om-statiegeld-modal-featureinfocontent .openingstijden i{font-style:normal;font-weight:700;color:var(--om-primary-color);font-size:16px;padding:.5rem 0 0}.om-statiegeld-modal-featureinfocontent .openingstijden strong{font-weight:400;color:#2c2c2c}.om-statiegeld-modal-featureinfocontent hr{margin:10px 0;background:transparent!important;display:none}.om-statiegeld-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%}.om-statiegeld-modal-title{font-size:20px;font-weight:700;color:#2b5047}.om-statiegeld-modal-title:not(:first-child){padding:4px 0}.om-statiegeld-modal-close{color:#aaa;font-size:28px;font-weight:700;cursor:pointer;margin-left:10px}.om-statiegeld-modal-close:hover,.om-statiegeld-modal-close:focus{color:#000;cursor:pointer}.om-statiegeld-modal-footer{padding:10px;background-color:var(--om-orange-color);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:flex-end}.om-statiegeld-modal-footer img{filter:brightness(0) invert(1)}.om-statiegeld-modal-footer:has(>img):hover{cursor:pointer;background-color:var(--om-blue-color)}.om-statiegeld-modal-footer:has(>button){padding:0;background:#fff;width:100%}.om-statiegeld-route-icon{width:24px;height:24px;margin-right:10px;vertical-align:middle}.om-statiegeld-route-icon:hover{cursor:pointer}.openingstijden{display:flex;flex-direction:column;gap:2px;font-size:14px}.openingstijden .day-time{display:flex;justify-content:space-between;padding:1px 0}.automaat-info{display:flex;justify-content:space-between;padding:2px 0;font-size:14px}#filter_feedback{margin-top:1rem!important;color:var(--om-orange-color)!important}@media (max-width: 768px){.om-statiegeld-modal-content{width:80%;margin:10% auto;padding:1rem}.om-statiegeld-modal-close{font-size:24px}}@media (max-width: 480px){.om-statiegeld-modal-content{width:90%;margin:5% auto;padding:1rem}.om-statiegeld-modal-close{font-size:22px}}.om-statiegeld-toggle{position:relative;display:flex;align-items:center;width:100%;max-width:300px;margin:8px 0;font-size:14px}.om-statiegeld-toggle input[type=checkbox]{display:none!important}.om-statiegeld-toggle .slider{position:relative;cursor:pointer;width:40px;height:20px;background-color:var(--om-light-gray);border-radius:20px;transition:.4s;margin-right:8px}#total_features_count{font-weight:700}.om-statiegeld-toggle .slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:2px;background-color:var(--om-white);border-radius:50%;transition:.4s}.om-statiegeld-toggle input:checked+.slider{background-color:var(--om-orange-color)}.om-statiegeld-toggle input:checked+.slider:before{transform:translate(20px)}.filter-group h3{margin-bottom:10px;font-size:16px;font-family:Montserrat Variable,sans-serif;color:#333}.apply-filters-btn{padding:8px 16px;background-color:var(--om-primary-color);color:var(--om-white);border:none;border-radius:0;cursor:pointer;font-size:14px;transition:background-color .3s ease}.apply-filters-btn:hover{background-color:var(--om-secondary-color)}.reset-filters-btn{padding:8px 16px;background-color:var(--om-white);color:var(--om-primary-color);border:2px solid var(--om-primary-color);border-radius:0;cursor:pointer;font-size:14px;transition:background-color .3s ease;margin-right:8px}.reset-filters-btn:hover{background-color:#f0f0f0;color:var(--om-primary-color);border-color:var(--om-primary-color)}.reset-filters-btn.disabled{background-color:#f0f0f0;color:#999;border-color:#999;cursor:not-allowed}#filter_feedback{font-size:14px;margin-top:8px}:root{--om-font-family: "Montserrat Variable", sans-serif;--om-primary-color: #2b5047;--om-secondary-color: #136740;--om-accent-color: #8fcbb1;--om-orange-color: #f26c4f;--om-blue-color: #5A98FF;--om-white: #ffffff;--om-light-gray: #ccc;--om-dark-gray: rgba(0, 0, 0, .1);--om-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--om-box-shadow-hover: 0 6px 8px rgba(0, 0, 0, .15)}#map-container{position:relative;border:1px solid gray;background:var(--om-light-gray)}#map-container .btn:after{display:none}@media only screen and (max-width: 768px){#map-container{position:fixed;top:var(--navbarHeight);left:0;width:100vw!important;height:calc(100svh - var(--navbarHeight))!important;z-index:9999999;overflow:auto}.om-c-searchBox__input{font-size:16px!important}body{overflow:hidden}}#map-container-inner{width:100%;height:100%}#map-container .om-c-mobileTools,#map-container .om-c-mobileCards{display:none}.om-c-searchBox{background-color:#fff!important;border-radius:25px}.om-c-searchBox-hyperlink-box{position:absolute;width:110px;height:50px;top:12px;z-index:1;cursor:pointer;display:none}.om-c-searchHeader{background-color:var(--om-accent-color)!important}.om-c-searchBox__input,.om-c-searchBox__searchIcon{border:none!important}.om-root .om-c-hoverContainer{border-radius:4px;padding:1rem}.om-root--simple .om-c-searchBox__searchIcon{left:1rem;color:var(--om-orange-color);font-size:22px!important;font-weight:700!important}.om-root--simple .om-c-searchHeader .om-c-searchBox input{padding:0 0 0 3rem;border-radius:25px;--tw-ring-color: var(--om-accent-color);height:44px;font-weight:500;letter-spacing:0;color:#2c2c2c}.om-root--simple .om-c-searchHeader .om-c-searchBox__deleteInputButton i{color:#fff}.om-c-searchBox__suggestionsContainer{border:0!important}.om-c-searchBox__suggestionsContainer>ul>li{padding-left:1rem!important;padding-right:1rem!important;border:0!important}.om-c-searchBox__suggestionsContainer>ul>li:hover{background-color:var(--om-orange-color)!important;color:#fff!important}.bottom-buttons button{background-color:var(--om-primary-color)!important;border:none!important;border-radius:25px!important;font-weight:700!important}.bottom-buttons button:hover{background-color:var(--om-blue-color)!important}.reset-filters-btn{padding:10px 20px!important;border:none!important;background-color:var(--om-primary-color)!important;color:#fff!important;font-size:16px!important}.reset-filters-btn.disabled{opacity:.5!important}.om-statiegeld-toggle{color:var(--om-primary-color);font-weight:500}.om-statiegeld-toggle input:checked+.slider:before{transform:translate(100%)!important}.apply-filters-btn{padding:10px 20px;background-color:var(--om-orange-color);color:var(--om-white);border:none;border-radius:0;cursor:pointer;font-size:16px;font-family:Montserrat Variable,sans-serif;transition:background-color .3s ease}.apply-filters-btn:hover{background-color:var(--om-blue-color)}.bottom-buttons{display:flex;justify-content:space-between;align-items:center;position:absolute;bottom:0;width:100%;padding:16px 0;z-index:1000}.bottom-buttons button{flex:0 0 auto;margin:0 24px;padding:12px 24px;font-size:16px;font-family:Montserrat Variable,sans-serif;border:2px solid var(--om-white);border-radius:25px;cursor:pointer;background-color:var(--om-primary-color);color:var(--om-white);transition:background-color .3s ease,box-shadow .3s ease;text-align:center;box-shadow:var(--om-box-shadow);display:flex;align-items:center;justify-content:center;gap:8px}.bottom-buttons button img{width:20px;height:auto;vertical-align:middle}.bottom-buttons button:hover{background-color:var(--om-secondary-color);box-shadow:var(--om-box-shadow-hover)}.bottom-buttons button:active{background-color:var(--om-primary-color);box-shadow:var(--om-box-shadow)}.bottom-buttons .left-button{margin-left:100px}.bottom-buttons .right-button{margin-right:100px}@media screen and (max-width: 768px){.bottom-buttons .left-button{margin-left:16px}.bottom-buttons .right-button{margin-right:16px}.bottom-buttons button{padding:10px 20px;font-size:16px}.bottom-buttons .btn_toggleBGLayer:before{font-size:16px;margin-right:5px}.bottom-buttons .search-btn:before{font-size:16px;margin-right:5px}}
