body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}@media only screen and (min-width: 1140px){.hide-desktop{display:none}}@media only screen and (min-width: 900px) and (max-width: 1139px){.hide-tablet{display:none}}@media only screen and (max-width: 899px){.hide-phone{display:none}}body,html{font-size:16px;height:100%;font-family:Roboto,Helvetica Neue,sans-serif}#root{height:100%}.relative-fix{position:relative;display:block;padding-right:35px;white-space:normal}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.min-height-box{min-height:100vh;margin-bottom:-135px}.video-js button{min-height:0px}.forward-indicator{display:inline;font-size:24px;position:absolute;height:30px;top:50%;margin-top:-15px;margin-left:100%;right:5px;line-height:30px;zoom:1;display:flex;align-items:center}@media only screen and (max-width: 899px){.table-body .forward-indicator{right:10px}}.expand-box{position:relative}.expand-box .expand-indicator{display:block;float:right;font-size:24px;position:relative;left:10px}.md-sidenav-left,.md-sidenav-right{padding:0 10px 10px;vertical-align:top}.md-sidenav-right .searchbox{width:100%;clear:both}.md-sidenav-right .searchbox .md-errors-spacer{display:none}.view-container{width:1140px;margin-left:auto;margin-right:auto;min-height:calc(100% - 140px);position:relative;padding-bottom:140px}@media only screen and (min-width: 900px) and (max-width: 1139px){.view-container{width:auto}}@media only screen and (max-width: 899px){.view-container{width:auto}}#root.no-burger-menu .menu-container{display:none}.toolbox-no-margin{margin:0}#root.no-header #event-header .event-title-area,#root.no-header #event-header .logo-area{display:none}body.detail-viewer-visible{overflow:hidden}.detail-viewer-visible #detail-viewer{display:block;z-index:500;background-color:#fff}#detail-viewer{display:none;position:absolute;width:100%;height:100%;top:0;left:0;z-index:-20}#mobile-search-input::-ms-clear,#desktop-search-input::-ms-clear{display:none}md-sidenav,md-menu-content,.md-open-menu-container{z-index:150!important}md-sidenav,md-backdrop{position:fixed}md-backdrop.md-sidenav-backdrop{z-index:140}#menu .menu-container{height:47px;position:fixed;margin-top:6px;z-index:120}#menu .search-container{height:47px;right:0;position:fixed;margin-top:3px;z-index:120}.detail #event-header .logo-area{display:none}#event-header .logo-area{padding-top:4px;padding-bottom:4px;margin-bottom:5px;background-color:#fff;text-align:center;height:100px}#event-header .event-title-area{height:40px;text-align:center;font-weight:500;overflow:hidden;border-bottom:2px solid;font-size:16px;padding:5px 0}#event-header .event-title-area.fixed{width:1140px;margin-left:auto;margin-right:auto;top:0;z-index:100;position:fixed}@media only screen and (min-width: 900px) and (max-width: 1139px){#event-header .event-title-area.fixed{width:100%}}@media only screen and (max-width: 899px){#event-header .event-title-area.fixed{width:100%}}#event-header .event-title-area.placer{width:auto;position:inherit;visibility:hidden}@media only screen and (max-width: 899px){#event-header .event-title-area{height:auto;min-height:40px;font-size:14px;line-height:20px;border:none}}#event-header .event-title-area .event-name{padding:0 40px}#event-header .event-title-area .event-subheading{font-size:85%;padding:0 40px}span.input-clear{display:inline-block;position:absolute;font-weight:700;color:#777;cursor:pointer;height:20px;width:20px;text-align:center;line-height:20px;font-size:18px}#toolbox{height:50px;border-bottom:2px solid #fafafa;padding-top:20px;margin:0 10px}#toolbox .searchbox{position:relative;width:350px;margin-top:0;padding-left:5px}#toolbox .searchbox input{padding-right:22px}#toolbox .searchbox span.input-clear{right:35px;top:9px}#toolbox .controls{margin-top:-32px;float:right}#toolbox .clear-input-button:hover{cursor:pointer}.md-sidenav-right .searchbox input{padding-right:22px}.md-sidenav-right .searchbox span.input-clear{right:5px;top:9px}div.view-caption{height:40px;font-weight:400;line-height:40px;padding-right:20px;padding-left:17px;position:relative}@media only screen and (max-width: 899px){div.view-caption{height:20px;padding:10px 17px;line-height:20px;font-size:14px}}div.view-caption span.category-name{text-overflow:ellipsis;overflow:hidden;float:left;max-width:90%;white-space:nowrap}div.view-caption .back-indicator{float:left;font-size:24px;width:1.2em;cursor:pointer;position:relative;left:-15px;padding-left:9px;justify-content:center;display:flex;height:100%;align-items:center}@media only screen and (max-width: 899px){div.view-caption .back-indicator{top:-7px;padding-top:5px;padding-bottom:5px}}div.view-caption.live .live-indicator{float:left;margin-right:5px}@media only screen and (max-width: 899px){div.view-caption.live .live-indicator{font-size:14px}}div.view-caption.live .category-time{position:absolute;right:20px}@media only screen and (max-width: 899px){div.view-caption.live .category-time{font-size:14px}}div.view-caption-container.fixed div.view-caption{position:fixed;z-index:100}#widget-date-selector{border-bottom:1px solid #dedede}#widget-date-selector .date-selector{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:40px;width:260px;margin-bottom:30px;margin-left:auto;margin-right:auto;border-radius:20px;background-color:#f2f2f2}#widget-date-selector .widget-selector-button{padding:0;border-radius:15px;height:30px;min-height:30px;max-height:30px;width:30px;max-width:30px;min-width:30px;margin:5px}#widget-date-selector .widget-selector-button.left{background-color:#002f5d}#widget-date-selector .widget-selector-button.right{background-color:#dd0a2e}#widget-date-selector .widget-selector-button.right .icon{width:24px}#widget-date-selector .widget-selector-button .icon{font-size:25px;height:25px;color:#fff}#widget-date-selector .date-value{color:#dd0a2e;font-size:10pt;font-weight:700;text-align:center;text-transform:uppercase}#widget-date-selector .date-value .day{padding-right:5px;color:#002f5d}#widgets{height:200px;overflow:hidden;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;flex-wrap:wrap}#widgets .spacer{display:none}#widgets .widget{width:200px;min-width:200px;max-width:200px;height:185px;margin:0;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}#widgets .widget.inactive .widget-winner{box-sizing:border-box;background-color:#f2f2f2;color:#f2f2f2;width:100px}#widgets .widget.inactive .widget-achievement{box-sizing:border-box;background-color:#f2f2f2;color:#f2f2f2;width:60px}#widgets .widget .image-area{background-position:center center;background-size:200px 200px;background-repeat:no-repeat;min-height:100px;min-width:200px;width:200px;display:flex;align-items:center;justify-content:center}#widgets .widget img.widget-icon{width:88px;height:88px}#widgets .widget .logo-area{height:40px;min-height:40px;max-height:40px;display:flex;justify-content:flex-end;flex-direction:column}#widgets .widget .logo-area:focus{outline:none}#widgets .widget .logo-area .sponsor-logo{max-height:37px;margin-bottom:3px}#widgets .widget .logo-area .widget-title{font-size:10pt;font-weight:700;color:#cacaca;text-transform:uppercase;width:100%;align-items:center;margin-bottom:5px}#widgets .widget .text-area{display:flex;flex-direction:column;align-items:center;height:40px;overflow:hidden}#widgets .widget .widget-winner{height:1.2em;margin-top:5px;font-size:10pt;font-weight:700;color:#dd0a2e;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;text-align:center}#widgets .widget .widget-achievement{height:1.2em;margin-top:3px;font-size:10pt;font-weight:700;color:#002f5d;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;text-align:center}#widgets .widget md-progress-circular.progress .md-inner .md-left .md-half-circle{border-top-color:#dd0a2e;border-left-color:#dd0a2e}#widgets .widget md-progress-circular.progress .md-inner .md-right .md-half-circle{border-top-color:#002f5d;border-right-color:#002f5d}@media only screen and (max-width: 899px){#widgets{width:100%;overflow-x:scroll;justify-content:flex-start;align-items:center;flex-wrap:nowrap}#widgets .spacer{display:block;min-width:calc(50% - 100px);width:100%;max-width:calc(50% - 100px);height:100%}}#leaderboard .no-data,#starter .no-data{width:auto;text-align:center;padding:20px}#leaderboard .leaderboard-group .leaderboard-group-caption,#starter .leaderboard-group .leaderboard-group-caption{height:auto;min-height:40px;line-height:40px;cursor:pointer;overflow:hidden}#leaderboard .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-text,#starter .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-text{font-size:80%;text-align:center}@media only screen and (max-width: 899px){#leaderboard .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-text,#starter .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-text{display:block;float:none;text-align:center}#leaderboard .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-text img,#starter .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-text img{max-height:40px}}#leaderboard .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-title,#leaderboard .leaderboard-group .leaderboard-group-caption .expand-indicator,#starter .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-title,#starter .leaderboard-group .leaderboard-group-caption .expand-indicator{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;align-items:center;-ms-flex-align:center}@media only screen and (max-width: 899px){#leaderboard .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-title,#starter .leaderboard-group .leaderboard-group-caption .leaderboard-group-caption-title{display:block;position:static;text-align:center}}#leaderboard .leaderboard-group .leaderboard-group-caption .expand-indicator,#starter .leaderboard-group .leaderboard-group-caption .expand-indicator{right:10px;left:auto}#leaderboard .leaderboard-category .category-name,#starter .leaderboard-category .category-name{max-width:90%;word-wrap:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;font-weight:400}@media only screen and (max-width: 899px){#leaderboard .leaderboard-category .category-name,#starter .leaderboard-category .category-name{float:left;font-size:14px}}#leaderboard .leaderboard-category .leaderboard-category-caption,#starter .leaderboard-category .leaderboard-category-caption{height:40px;line-height:40px;padding-right:20px;padding-left:17px;cursor:pointer;overflow:hidden}@media only screen and (max-width: 899px){#leaderboard .leaderboard-category .leaderboard-category-caption,#starter .leaderboard-category .leaderboard-category-caption{height:40px;line-height:40px}}#leaderboard .leaderboard-category .leaderboard-category-caption-container.fixed .leaderboard-category-caption,#starter .leaderboard-category .leaderboard-category-caption-container.fixed .leaderboard-category-caption{position:fixed;z-index:100}#leaderboard .leaderboard-category.live .leaderboard-category-caption-container,#starter .leaderboard-category.live .leaderboard-category-caption-container{position:relative}#leaderboard .leaderboard-category.live .category-name,#starter .leaderboard-category.live .category-name{max-width:60%}#leaderboard .leaderboard-category.live .category-time,#starter .leaderboard-category.live .category-time{position:absolute;right:40px;line-height:40px}@media only screen and (max-width: 899px){#leaderboard .leaderboard-category.live .category-time,#starter .leaderboard-category.live .category-time{font-size:14px}}#leaderboard .leaderboard-category.live .forward-indicator,#starter .leaderboard-category.live .forward-indicator{right:10px}#leaderboard .leaderboard-category .leaderboard-category-button,#starter .leaderboard-category .leaderboard-category-button{text-align:left;padding:0 17px;height:40px;line-height:40px;font-weight:500;cursor:pointer;position:relative}#leaderboard .leaderboard-category .leaderboard-category-button .forward-indicator,#starter .leaderboard-category .leaderboard-category-button .forward-indicator{margin-right:5px}@media only screen and (max-width: 899px){#leaderboard .leaderboard-category .leaderboard-category-button,#starter .leaderboard-category .leaderboard-category-button{font-size:14px;height:40px;line-height:40px}}#search .category-name{max-width:55%;word-wrap:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}@media only screen and (max-width: 899px){#search .category-name{max-width:85%;display:inline-block;float:none}}#search .view-caption-container.fixed .category-time-selector{display:none}#search .live .category-name{max-width:42%}@media only screen and (max-width: 899px){#search .live .category-name{max-width:calc(100% - 180px)}}#search .live .category-time-selector{width:180px;position:absolute;right:130px;top:2px;line-height:20px}#search .live .category-time-selector md-input-container{margin:0;width:100%;max-width:180px}#search .live .category-time-selector md-input-container .md-text{max-width:175px;display:inline-block}#search .live .category-time-selector select.compatibility{margin-top:6px;max-width:180px}#search .live .category-time-selector md-select:focus .md-select-value{color:inherit}@media only screen and (max-width: 899px){#search .live .category-time-selector{top:35px;height:35px;width:auto;left:0;right:0;padding-left:52px;padding-right:52px;max-width:none}#search .live .category-time-selector md-input-container{width:100%;max-width:none}#search .live .category-time-selector md-input-container .md-text{max-width:145px}#search .live .category-time-selector select.compatibility{max-width:none;width:100%}}@media only screen and (max-width: 899px){#search .search-results.with-live-keys{margin-top:30px}}#search .search-results.no-data{width:auto;text-align:center;padding:20px}#search .search-results.search-seperator{width:auto;text-align:left;padding:10px 10px 10px 18px}#search .search-category{clear:both;position:relative;cursor:pointer}@media only screen and (max-width: 899px){#search .search-category{height:40px;padding-top:7px;padding-bottom:7px}}#search .search-category .category-name{max-width:75%;word-wrap:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;font-weight:400}@media only screen and (max-width: 899px){#search .search-category .category-name{padding-top:1px;max-width:90%;font-size:14px;float:left}}#search .search-category .search-category-caption{height:40px;line-height:40px;padding-right:20px;padding-left:17px;overflow:hidden}@media only screen and (max-width: 899px){#search .search-category .search-category-caption{line-height:20px;height:auto}}#search .search-category .search-hits{display:inline-block;position:absolute;right:12%;text-align:left;font-size:14px;font-weight:500}@media only screen and (max-width: 899px){#search .search-category .search-hits{display:block;position:static;max-width:90%;clear:both;font-size:14px}}#search .extended-search-inputs .form-input{margin:5px auto;width:295px}#search .extended-search-inputs .form-input select.compatibility{margin-top:12px;margin-bottom:12px;max-width:295px}#search .extended-search-inputs .form-input md-input-container{width:100%;max-width:295px;margin-bottom:0}#search .extended-search-inputs .form-input md-input-container input,#search .extended-search-inputs .form-input md-input-container md-select{max-width:295px}#search .extended-search-inputs .form-input md-input-container .md-text{display:inline-block;max-width:245px}#search .extended-search-inputs .form-input md-input-container .md-errors-spacer{display:none}#search .extended-search-inputs md-select[disabled] .md-select-value{color:#999;opacity:1}#search .extended-search-inputs md-input-container .md-input[disabled]{color:#999;opacity:1}#search .extended-search-inputs md-autocomplete[md-floating-label] md-input-container{padding-bottom:2px}#search .extended-search-inputs md-autocomplete md-autocomplete-wrap>md-progress-linear{display:none}#search .extended-search-inputs .form-button{margin:24px auto 20px;display:block}@media only screen and (max-width: 899px){.md-select-menu-container.responsive{left:2%!important;right:2%!important}}.md-autocomplete-suggestions-container{margin-top:1em}@media only screen and (max-width: 899px){.md-autocomplete-suggestions-container{width:auto!important;max-width:none!important;left:2%!important;right:2%!important}}.md-autocomplete-suggestions-container li .highlight{font-weight:700}#error-message{display:inline-block;padding:20px 20px 20px 70px;position:relative}#error-message .button{background-color:#757575;color:#fff}#error-message .icon{position:absolute;left:20px;font-size:34px;top:60px}#error-message .message{margin-top:40px}td .textAlign-CENTER,div .textAlign-CENTER{text-align:center}td .textAlign-RIGHT,div .textAlign-RIGHT{text-align:right}tr.is-clickable{cursor:pointer}tr.table-header>td,tr.table-header>th{padding-left:5px;padding-right:5px;color:inherit;height:40px;border-left:none}tr.table-header>td:last-child,tr.table-header>th:last-child{border-right:none}tr.table-header>td:first-child,tr.table-header>th:first-child{padding-left:17px}tr.table-body>td{position:relative;padding-left:5px;padding-right:5px;border:1px solid #cecece;border-left:none;border-top:none;border-right:none}@media only screen and (max-width: 899px){tr.table-body>td{padding:7px 17px}}@media only screen and (min-width: 900px) and (max-width: 1139px){tr.table-body>td{height:34px}}@media only screen and (min-width: 1140px){tr.table-body>td{height:34px}}tr.table-body>td:last-child{border-right:none}tr.table-body>td:first-child{padding-left:17px}tr.table-body.team-title>td{font-weight:700}table.data-entry-table{table-layout:fixed;border:0px none transparent}table.data-entry-table.mobile-table{width:100%;padding-right:20px;font-size:14px}table.data-entry-table.mobile-table td{text-overflow:ellipsis;overflow:hidden}.spinner{margin:20px auto;width:70px;text-align:center}.spinner>div{width:18px;height:18px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}section#footer{position:absolute;bottom:0;width:100%;font-size:12px;text-align:center;color:#999;padding-bottom:15px;padding-top:15px;background-color:#fafafa;border-top:1px solid #f3f3f3}section#footer a{color:#999}section#footer .dgo-logo{margin:5px auto;height:25px;width:110px;background-image:url(/event/starter/ui-react/assets/dgo-logo-Ccgrer7y.png)}#loading-full{width:100%;position:absolute;top:0}#loading-full .spinner>div{background-color:#9a9a9a}.detail #event-header .event-title-area{border:none}#detail,#detail #data{position:relative}#detail #arch{position:absolute;margin-left:-451px;margin-top:-170px;top:20px;height:592px;left:50%;width:902px;z-index:10}#detail #arch #banner-left-vertical{position:absolute;top:214px;left:24px;height:240px;width:120px}#detail #arch #banner-right-vertical{position:absolute;top:214px;left:758px;height:240px;width:120px}#detail #arch #banner-top-full{position:absolute;top:40px;left:216px;height:60px;width:468px}#detail #arch #arch-banner-code{display:none}@media only screen and (max-width: 899px){#detail #arch{display:none}}#detail #arch-mobile{margin-top:15px;width:auto;height:120px;display:none}#detail #arch-mobile #banner-mobile{width:320px;height:100px;margin:10px auto;text-align:center}@media only screen and (max-width: 899px){#detail #arch-mobile{display:block}}#detail #arch-tabs{position:relative;width:500px;margin-left:auto;margin-right:auto;margin-top:170px;font-size:95%;text-align:center;z-index:20}#detail #arch-tabs .tabs-border{margin-left:auto;margin-right:auto;width:500px;border-bottom:1px solid #cacaca}@media only screen and (max-width: 899px){#detail #arch-tabs .tabs-border{width:auto}}@media only screen and (max-width: 899px){#detail #arch-tabs{position:static;width:100%;font-size:85%;margin:15px 0}}#detail #arch-tabs .arch-tab{border:none;border-color:#fff;border-bottom-width:2px;border-bottom-style:solid;display:inline-block;text-transform:uppercase;padding:10px 5px 8px 0;cursor:pointer;width:25%;min-width:120px}@media only screen and (max-width: 899px){#detail #arch-tabs .arch-tab{min-width:85px;padding:7px 4px}#detail #arch-tabs .arch-tab.arch-tab-details{min-width:105px}}#detail #arch-tabs .arch-tab.arch-tab-private-mode{min-width:195px}#detail #arch-tabs .arch-tab:hover{border-bottom-color:#cacaca}#detail #arch-tabs .arch-tab:focus{outline:none}#detail #arch-tabs .arch-tab .tab-icon{font-size:24px;width:30px;position:relative;bottom:1px;vertical-align:middle}#detail #arch-tabs .arch-tab .tab-icon.mdi-video{bottom:2px}#detail #arch-contents{position:relative;width:550px;margin-left:auto;margin-right:auto;padding-top:10px;z-index:20}@media only screen and (max-width: 899px){#detail #arch-contents{position:static;margin-top:10px;margin-left:5px;margin-right:5px;width:auto}}#detail #arch-contents>div{margin-left:auto;margin-right:auto;font-size:95%}@media only screen and (max-width: 899px){#detail #arch-contents>div{font-size:85%}}#detail #arch-contents .arch-tab{margin-top:6px;min-height:305px}@media only screen and (max-width: 899px){#detail #arch-contents .arch-tab{min-height:0;margin-top:0}}#detail .arch-tab{display:none}#detail .arch-tab.active{display:block}#detail .arch-tab select{border:0px;padding-bottom:4px;border-bottom:1px solid #dedede}#detail .arch-tab select:focus{outline:none}#detail #tab-details.arch-tab{max-width:525px;margin-left:auto;margin-right:auto}#detail #tab-details.arch-tab table td:first-child{font-weight:700}#detail #tab-details .cell-key{width:50%}#detail #tab-video #result-video-container{margin-left:auto;margin-right:auto;max-width:534px;max-height:300px}#detail #tab-video md-select{text-align:left;display:inline-block;margin:0}#detail #tab-video .MuiSelect-root{text-align:left;display:inline-block;margin:0}#detail #tab-photos #photo-container{position:relative;max-width:534px;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px;cursor:pointer;color:#cacaca;box-sizing:border-box}#detail #tab-photos #photo-container img{width:50%;margin:5px -5px}#detail #tab-photos #photo-container img:nth-child(2n){float:right}#detail #tab-photos #photo-container img:nth-child(odd){float:left}#detail #tab-photos #photo-container .button-next,#detail #tab-photos #photo-container .button-prev{position:absolute;display:table-cell;top:20%;bottom:20%;width:25px;text-align:center;line-height:100%}#detail #tab-photos #photo-container .button-next i,#detail #tab-photos #photo-container .button-prev i{margin-top:-12px;display:block;position:absolute;text-align:center;top:50%;font-size:24px;width:25px}#detail #tab-photos #photo-container .button-next svg,#detail #tab-photos #photo-container .button-prev svg{margin-top:-12px;display:block;position:absolute;text-align:center;top:50%;font-size:24px;width:25px}#detail #tab-photos #photo-container .button-next{border-right:2px solid #cacaca;right:-2px}#detail #tab-photos #photo-container .button-prev{border-left:2px solid #cacaca;left:-2px}#detail #tab-photos md-select{text-align:left;display:inline-block;margin:0}#detail #tab-private-mode{font-size:11pt}#detail #tab-private-mode .unlockBox{font-size:12pt;width:75%;max-width:305px;gap:32px;margin-top:16px}#detail #controls{text-align:center;margin:15px 10px 10px}#detail #controls #share-buttons{padding-bottom:10px;margin-top:10px;padding-top:10px;border:none;border-top:1px solid #cacaca;position:relative}#detail #controls #share-buttons .caption{position:absolute;font-size:12px;color:#fff;background-color:#cacaca;padding:2px;top:-8px;left:0}#detail #controls #share-buttons .share-button{background-color:#fafafa;margin:10px}#detail #controls #share-buttons .share-button:hover{background:none}#detail #detail-information-container{padding-top:10px;border-top:1px solid #cacaca;margin-top:10px;padding-bottom:10px}#detail #detail-information-container .detail-information{margin-top:15px}#detail #detail-information-container .detail-information-title,#detail #detail-information-container .detail-information-content{padding:10px 7px}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.animate-fade-in{z-index:1054;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translate3d(0,0,0)}.animate-fade-in.ng-enter,.animate-fade-in.ng-hide-add{animation-play-state:paused;transition:opacity cubic-bezier(.5,.5,.76,.76) .7s;opacity:1}.animate-fade-in.ng-enter-active,.animate-fade-in.ng-hide-add-active{animation-play-state:running;opacity:0}.animate-fade-in.ng-leave,.animate-fade-in.ng-hide-remove{animation-play-state:paused;transition:opacity cubic-bezier(.5,.5,.76,.76) .7s;opacity:0}.animate-fade-in.ng-leave-active,.animate-fade-in.ng-hide-remove-active{animation-play-state:running;opacity:1}.animate-appear{z-index:1054;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translate3d(0,0,0)}.animate-appear.ng-enter,.animate-appear.ng-hide-add{animation-play-state:paused;transition:max-height cubic-bezier(.5,.5,.76,.76) .3s;overflow:hidden;max-height:2000px}.animate-appear.ng-enter-active,.animate-appear.ng-hide-add-active{animation-play-state:running;max-height:0px}.animate-appear.ng-leave,.animate-appear.ng-hide-remove{animation-play-state:paused;transition:max-height cubic-bezier(.5,.5,.76,.76) .3s;overflow:hidden;max-height:0px}.animate-appear.ng-leave-active,.animate-appear.ng-hide-remove-active{animation-play-state:running;max-height:2000px}.animate-appear-enter{animation-play-state:paused;transition:max-height cubic-bezier(.5,.5,.76,.76) .5s;overflow:hidden;max-height:0px}.animate-appear-enter-active{animation-play-state:running;max-height:2000px}.animate-appear-exit{animation-play-state:paused;transition:max-height cubic-bezier(.5,.5,.76,.76) .5s;overflow:hidden;max-height:2000px}.animate-appear-exit-active{animation-play-state:running;max-height:0px}.animate-appear-vert-600px{z-index:1054;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translate3d(0,0,0)}.animate-appear-vert-600px.ng-enter,.animate-appear-vert-600px.ng-hide-add{animation-play-state:paused;transition:max-width cubic-bezier(.5,.5,.76,.76) .3s;overflow:hidden;max-width:600px;white-space:nowrap}.animate-appear-vert-600px.ng-enter-active,.animate-appear-vert-600px.ng-hide-add-active{animation-play-state:running;max-width:0px}.animate-appear-vert-600px.ng-leave,.animate-appear-vert-600px.ng-hide-remove{animation-play-state:paused;transition:max-width cubic-bezier(.5,.5,.76,.76) .3s;overflow:hidden;max-width:0px;white-space:nowrap}.animate-appear-vert-600px.ng-leave-active,.animate-appear-vert-600px.ng-hide-remove-active{animation-play-state:running;max-width:600px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.primary-md-theme-red .pmd-bg-base{background-color:#f44336}.primary-md-theme-red .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-base{color:#f44336}.primary-md-theme-red .pmd-bg-50{background-color:#ffebee}.primary-md-theme-red .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-red .pmd-fg-50{color:#ffebee}.primary-md-theme-red .pmd-bg-100{background-color:#ffcdd2}.primary-md-theme-red .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-red .pmd-fg-100{color:#ffcdd2}.primary-md-theme-red .pmd-hover:hover{background-color:#ffe1e4}.primary-md-theme-red .pmd-bg-li20{background-color:#fffdfd}.primary-md-theme-red .pmd-bg-li10{background-color:#fff3f4}.primary-md-theme-red .pmd-bg-200{background-color:#ef9a9a}.primary-md-theme-red .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-red .pmd-fg-200{color:#ef9a9a}.primary-md-theme-red .pmd-bg-300{background-color:#e57373}.primary-md-theme-red .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-red .pmd-fg-300{color:#e57373}.primary-md-theme-red .pmd-bg-400{background-color:#ef5350}.primary-md-theme-red .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-400{color:#ef5350}.primary-md-theme-red .pmd-bg-500{background-color:#f44336}.primary-md-theme-red .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-500{color:#f44336}.primary-md-theme-red .pmd-active{color:#f44336!important;border-color:#f44336!important}.primary-md-theme-red .pmd-bg-600{background-color:#e53935}.primary-md-theme-red .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-600{color:#e53935}.primary-md-theme-red #search .extended-search-inputs input:focus,.primary-md-theme-red #search .extended-search-inputs select:focus{border-color:#e53935}.primary-md-theme-red #detail .arch-tab select:focus{border-color:#e53935}.primary-md-theme-red #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-red #detail #tab-photos #photo-container .button-prev:hover{border-color:#e53935;color:#e53935}.primary-md-theme-red .pmd-bg-700{background-color:#d32f2f}.primary-md-theme-red .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-700{color:#d32f2f}.primary-md-theme-red .pmd-bg-800{background-color:#c62828}.primary-md-theme-red .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-800{color:#c62828}.primary-md-theme-red .pmd-bg-900{background-color:#b71c1c}.primary-md-theme-red .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-900{color:#b71c1c}.primary-md-theme-red .pmd-bg-a100{background-color:#ff8a80}.primary-md-theme-red .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-red .pmd-fg-a100{color:#ff8a80}.primary-md-theme-red .pmd-bg-a200{background-color:#ff5252}.primary-md-theme-red .pmd-bg-a200.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-a200{color:#ff5252}.primary-md-theme-red .pmd-bg-a400{background-color:#ff1744}.primary-md-theme-red .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-a400{color:#ff1744}.primary-md-theme-red .pmd-bg-a700{background-color:#d50000}.primary-md-theme-red .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-red .pmd-fg-a700{color:#d50000}.primary-md-theme-pink .pmd-bg-base{background-color:#e91e63}.primary-md-theme-pink .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-base{color:#e91e63}.primary-md-theme-pink .pmd-bg-50{background-color:#fce4ec}.primary-md-theme-pink .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-pink .pmd-fg-50{color:#fce4ec}.primary-md-theme-pink .pmd-bg-100{background-color:#f8bbd0}.primary-md-theme-pink .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-pink .pmd-fg-100{color:#f8bbd0}.primary-md-theme-pink .pmd-hover:hover{background-color:#fbd6e3}.primary-md-theme-pink .pmd-bg-li20{background-color:#fffcfd}.primary-md-theme-pink .pmd-bg-li10{background-color:#fdeef3}.primary-md-theme-pink .pmd-bg-200{background-color:#f48fb1}.primary-md-theme-pink .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-pink .pmd-fg-200{color:#f48fb1}.primary-md-theme-pink .pmd-bg-300{background-color:#f06292}.primary-md-theme-pink .pmd-bg-300.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-300{color:#f06292}.primary-md-theme-pink .pmd-bg-400{background-color:#ec407a}.primary-md-theme-pink .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-400{color:#ec407a}.primary-md-theme-pink .pmd-bg-500{background-color:#e91e63}.primary-md-theme-pink .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-500{color:#e91e63}.primary-md-theme-pink .pmd-active{color:#e91e63!important;border-color:#e91e63!important}.primary-md-theme-pink .pmd-bg-600{background-color:#d81b60}.primary-md-theme-pink .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-600{color:#d81b60}.primary-md-theme-pink #search .extended-search-inputs input:focus,.primary-md-theme-pink #search .extended-search-inputs select:focus{border-color:#d81b60}.primary-md-theme-pink #detail .arch-tab select:focus{border-color:#d81b60}.primary-md-theme-pink #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-pink #detail #tab-photos #photo-container .button-prev:hover{border-color:#d81b60;color:#d81b60}.primary-md-theme-pink .pmd-bg-700{background-color:#c2185b}.primary-md-theme-pink .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-700{color:#c2185b}.primary-md-theme-pink .pmd-bg-800{background-color:#ad1457}.primary-md-theme-pink .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-800{color:#ad1457}.primary-md-theme-pink .pmd-bg-900{background-color:#880e4f}.primary-md-theme-pink .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-900{color:#880e4f}.primary-md-theme-pink .pmd-bg-a100{background-color:#ff80ab}.primary-md-theme-pink .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-pink .pmd-fg-a100{color:#ff80ab}.primary-md-theme-pink .pmd-bg-a200{background-color:#ff4081}.primary-md-theme-pink .pmd-bg-a200.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-a200{color:#ff4081}.primary-md-theme-pink .pmd-bg-a400{background-color:#f50057}.primary-md-theme-pink .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-a400{color:#f50057}.primary-md-theme-pink .pmd-bg-a700{background-color:#c51162}.primary-md-theme-pink .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-pink .pmd-fg-a700{color:#c51162}.primary-md-theme-purple .pmd-bg-base{background-color:#9c27b0}.primary-md-theme-purple .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-base{color:#9c27b0}.primary-md-theme-purple .pmd-bg-50{background-color:#f3e5f5}.primary-md-theme-purple .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-purple .pmd-fg-50{color:#f3e5f5}.primary-md-theme-purple .pmd-bg-100{background-color:#e1bee7}.primary-md-theme-purple .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-purple .pmd-fg-100{color:#e1bee7}.primary-md-theme-purple .pmd-hover:hover{background-color:#edd8f1}.primary-md-theme-purple .pmd-bg-li20{background-color:#fefcfe}.primary-md-theme-purple .pmd-bg-li10{background-color:#f8eff9}.primary-md-theme-purple .pmd-bg-200{background-color:#ce93d8}.primary-md-theme-purple .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-purple .pmd-fg-200{color:#ce93d8}.primary-md-theme-purple .pmd-bg-300{background-color:#ba68c8}.primary-md-theme-purple .pmd-bg-300.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-300{color:#ba68c8}.primary-md-theme-purple .pmd-bg-400{background-color:#ab47bc}.primary-md-theme-purple .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-400{color:#ab47bc}.primary-md-theme-purple .pmd-bg-500{background-color:#9c27b0}.primary-md-theme-purple .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-500{color:#9c27b0}.primary-md-theme-purple .pmd-active{color:#9c27b0!important;border-color:#9c27b0!important}.primary-md-theme-purple .pmd-bg-600{background-color:#8e24aa}.primary-md-theme-purple .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-600{color:#8e24aa}.primary-md-theme-purple #search .extended-search-inputs input:focus,.primary-md-theme-purple #search .extended-search-inputs select:focus{border-color:#8e24aa}.primary-md-theme-purple #detail .arch-tab select:focus{border-color:#8e24aa}.primary-md-theme-purple #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-purple #detail #tab-photos #photo-container .button-prev:hover{border-color:#8e24aa;color:#8e24aa}.primary-md-theme-purple .pmd-bg-700{background-color:#7b1fa2}.primary-md-theme-purple .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-700{color:#7b1fa2}.primary-md-theme-purple .pmd-bg-800{background-color:#6a1b9a}.primary-md-theme-purple .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-800{color:#6a1b9a}.primary-md-theme-purple .pmd-bg-900{background-color:#4a148c}.primary-md-theme-purple .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-900{color:#4a148c}.primary-md-theme-purple .pmd-bg-a100{background-color:#ea80fc}.primary-md-theme-purple .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-purple .pmd-fg-a100{color:#ea80fc}.primary-md-theme-purple .pmd-bg-a200{background-color:#e040fb}.primary-md-theme-purple .pmd-bg-a200.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-a200{color:#e040fb}.primary-md-theme-purple .pmd-bg-a400{background-color:#d500f9}.primary-md-theme-purple .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-a400{color:#d500f9}.primary-md-theme-purple .pmd-bg-a700{background-color:#a0f}.primary-md-theme-purple .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-purple .pmd-fg-a700{color:#a0f}.primary-md-theme-deep-purple .pmd-bg-base{background-color:#673ab7}.primary-md-theme-deep-purple .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-base{color:#673ab7}.primary-md-theme-deep-purple .pmd-bg-50{background-color:#ede7f6}.primary-md-theme-deep-purple .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-deep-purple .pmd-fg-50{color:#ede7f6}.primary-md-theme-deep-purple .pmd-bg-100{background-color:#d1c4e9}.primary-md-theme-deep-purple .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-deep-purple .pmd-fg-100{color:#d1c4e9}.primary-md-theme-deep-purple .pmd-hover:hover{background-color:#e3dcf2}.primary-md-theme-deep-purple .pmd-bg-li20{background-color:#fdfcfe}.primary-md-theme-deep-purple .pmd-bg-li10{background-color:#f4f0fa}.primary-md-theme-deep-purple .pmd-bg-200{background-color:#b39ddb}.primary-md-theme-deep-purple .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-deep-purple .pmd-fg-200{color:#b39ddb}.primary-md-theme-deep-purple .pmd-bg-300{background-color:#9575cd}.primary-md-theme-deep-purple .pmd-bg-300.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-300{color:#9575cd}.primary-md-theme-deep-purple .pmd-bg-400{background-color:#7e57c2}.primary-md-theme-deep-purple .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-400{color:#7e57c2}.primary-md-theme-deep-purple .pmd-bg-500{background-color:#673ab7}.primary-md-theme-deep-purple .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-500{color:#673ab7}.primary-md-theme-deep-purple .pmd-active{color:#673ab7!important;border-color:#673ab7!important}.primary-md-theme-deep-purple .pmd-bg-600{background-color:#5e35b1}.primary-md-theme-deep-purple .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-600{color:#5e35b1}.primary-md-theme-deep-purple #search .extended-search-inputs input:focus,.primary-md-theme-deep-purple #search .extended-search-inputs select:focus{border-color:#5e35b1}.primary-md-theme-deep-purple #detail .arch-tab select:focus{border-color:#5e35b1}.primary-md-theme-deep-purple #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-deep-purple #detail #tab-photos #photo-container .button-prev:hover{border-color:#5e35b1;color:#5e35b1}.primary-md-theme-deep-purple .pmd-bg-700{background-color:#512da8}.primary-md-theme-deep-purple .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-700{color:#512da8}.primary-md-theme-deep-purple .pmd-bg-800{background-color:#4527a0}.primary-md-theme-deep-purple .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-800{color:#4527a0}.primary-md-theme-deep-purple .pmd-bg-900{background-color:#311b92}.primary-md-theme-deep-purple .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-900{color:#311b92}.primary-md-theme-deep-purple .pmd-bg-a100{background-color:#b388ff}.primary-md-theme-deep-purple .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-deep-purple .pmd-fg-a100{color:#b388ff}.primary-md-theme-deep-purple .pmd-bg-a200{background-color:#7c4dff}.primary-md-theme-deep-purple .pmd-bg-a200.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-a200{color:#7c4dff}.primary-md-theme-deep-purple .pmd-bg-a400{background-color:#651fff}.primary-md-theme-deep-purple .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-a400{color:#651fff}.primary-md-theme-deep-purple .pmd-bg-a700{background-color:#6200ea}.primary-md-theme-deep-purple .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-purple .pmd-fg-a700{color:#6200ea}.primary-md-theme-indigo .pmd-bg-base{background-color:#3f51b5}.primary-md-theme-indigo .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-base{color:#3f51b5}.primary-md-theme-indigo .pmd-bg-50{background-color:#e8eaf6}.primary-md-theme-indigo .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-indigo .pmd-fg-50{color:#e8eaf6}.primary-md-theme-indigo .pmd-bg-100{background-color:#c5cae9}.primary-md-theme-indigo .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-indigo .pmd-fg-100{color:#c5cae9}.primary-md-theme-indigo .pmd-hover:hover{background-color:#dcdff2}.primary-md-theme-indigo .pmd-bg-li20{background-color:#fcfcfe}.primary-md-theme-indigo .pmd-bg-li10{background-color:#f1f2fa}.primary-md-theme-indigo .pmd-bg-200{background-color:#9fa8da}.primary-md-theme-indigo .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-indigo .pmd-fg-200{color:#9fa8da}.primary-md-theme-indigo .pmd-bg-300{background-color:#7986cb}.primary-md-theme-indigo .pmd-bg-300.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-300{color:#7986cb}.primary-md-theme-indigo .pmd-bg-400{background-color:#5c6bc0}.primary-md-theme-indigo .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-400{color:#5c6bc0}.primary-md-theme-indigo .pmd-bg-500{background-color:#3f51b5}.primary-md-theme-indigo .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-500{color:#3f51b5}.primary-md-theme-indigo .pmd-active{color:#3f51b5!important;border-color:#3f51b5!important}.primary-md-theme-indigo .pmd-bg-600{background-color:#3949ab}.primary-md-theme-indigo .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-600{color:#3949ab}.primary-md-theme-indigo #search .extended-search-inputs input:focus,.primary-md-theme-indigo #search .extended-search-inputs select:focus{border-color:#3949ab}.primary-md-theme-indigo #detail .arch-tab select:focus{border-color:#3949ab}.primary-md-theme-indigo #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-indigo #detail #tab-photos #photo-container .button-prev:hover{border-color:#3949ab;color:#3949ab}.primary-md-theme-indigo .pmd-bg-700{background-color:#303f9f}.primary-md-theme-indigo .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-700{color:#303f9f}.primary-md-theme-indigo .pmd-bg-800{background-color:#283593}.primary-md-theme-indigo .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-800{color:#283593}.primary-md-theme-indigo .pmd-bg-900{background-color:#1a237e}.primary-md-theme-indigo .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-900{color:#1a237e}.primary-md-theme-indigo .pmd-bg-a100{background-color:#8c9eff}.primary-md-theme-indigo .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-indigo .pmd-fg-a100{color:#8c9eff}.primary-md-theme-indigo .pmd-bg-a200{background-color:#536dfe}.primary-md-theme-indigo .pmd-bg-a200.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-a200{color:#536dfe}.primary-md-theme-indigo .pmd-bg-a400{background-color:#3d5afe}.primary-md-theme-indigo .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-a400{color:#3d5afe}.primary-md-theme-indigo .pmd-bg-a700{background-color:#304ffe}.primary-md-theme-indigo .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-indigo .pmd-fg-a700{color:#304ffe}.primary-md-theme-blue .pmd-bg-base{background-color:#2196f3}.primary-md-theme-blue .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-base{color:#2196f3}.primary-md-theme-blue .pmd-bg-50{background-color:#e3f2fd}.primary-md-theme-blue .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-blue .pmd-fg-50{color:#e3f2fd}.primary-md-theme-blue .pmd-bg-100{background-color:#bbdefb}.primary-md-theme-blue .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-blue .pmd-fg-100{color:#bbdefb}.primary-md-theme-blue .pmd-hover:hover{background-color:#d6ebfd}.primary-md-theme-blue .pmd-bg-li20{background-color:#fcfdff}.primary-md-theme-blue .pmd-bg-li10{background-color:#eef7fe}.primary-md-theme-blue .pmd-bg-200{background-color:#90caf9}.primary-md-theme-blue .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-blue .pmd-fg-200{color:#90caf9}.primary-md-theme-blue .pmd-bg-300{background-color:#64b5f6}.primary-md-theme-blue .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-blue .pmd-fg-300{color:#64b5f6}.primary-md-theme-blue .pmd-bg-400{background-color:#42a5f5}.primary-md-theme-blue .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-400{color:#42a5f5}.primary-md-theme-blue .pmd-bg-500{background-color:#2196f3}.primary-md-theme-blue .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-500{color:#2196f3}.primary-md-theme-blue .pmd-active{color:#2196f3!important;border-color:#2196f3!important}.primary-md-theme-blue .pmd-bg-600{background-color:#1e88e5}.primary-md-theme-blue .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-600{color:#1e88e5}.primary-md-theme-blue #search .extended-search-inputs input:focus,.primary-md-theme-blue #search .extended-search-inputs select:focus{border-color:#1e88e5}.primary-md-theme-blue #detail .arch-tab select:focus{border-color:#1e88e5}.primary-md-theme-blue #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-blue #detail #tab-photos #photo-container .button-prev:hover{border-color:#1e88e5;color:#1e88e5}.primary-md-theme-blue .pmd-bg-700{background-color:#1976d2}.primary-md-theme-blue .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-700{color:#1976d2}.primary-md-theme-blue .pmd-bg-800{background-color:#1565c0}.primary-md-theme-blue .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-800{color:#1565c0}.primary-md-theme-blue .pmd-bg-900{background-color:#0d47a1}.primary-md-theme-blue .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-900{color:#0d47a1}.primary-md-theme-blue .pmd-bg-a100{background-color:#82b1ff}.primary-md-theme-blue .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-blue .pmd-fg-a100{color:#82b1ff}.primary-md-theme-blue .pmd-bg-a200{background-color:#448aff}.primary-md-theme-blue .pmd-bg-a200.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-a200{color:#448aff}.primary-md-theme-blue .pmd-bg-a400{background-color:#2979ff}.primary-md-theme-blue .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-a400{color:#2979ff}.primary-md-theme-blue .pmd-bg-a700{background-color:#2962ff}.primary-md-theme-blue .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-blue .pmd-fg-a700{color:#2962ff}.primary-md-theme-light-blue .pmd-bg-base{background-color:#03a9f4}.primary-md-theme-light-blue .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-base{color:#03a9f4}.primary-md-theme-light-blue .pmd-bg-50{background-color:#e1f5fe}.primary-md-theme-light-blue .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-50{color:#e1f5fe}.primary-md-theme-light-blue .pmd-bg-100{background-color:#b3e5fc}.primary-md-theme-light-blue .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-100{color:#b3e5fc}.primary-md-theme-light-blue .pmd-hover:hover{background-color:#d1effd}.primary-md-theme-light-blue .pmd-bg-li20{background-color:#fbfeff}.primary-md-theme-light-blue .pmd-bg-li10{background-color:#ecf9fe}.primary-md-theme-light-blue .pmd-bg-200{background-color:#81d4fa}.primary-md-theme-light-blue .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-200{color:#81d4fa}.primary-md-theme-light-blue .pmd-bg-300{background-color:#4fc3f7}.primary-md-theme-light-blue .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-300{color:#4fc3f7}.primary-md-theme-light-blue .pmd-bg-400{background-color:#29b6f6}.primary-md-theme-light-blue .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-400{color:#29b6f6}.primary-md-theme-light-blue .pmd-bg-500{background-color:#03a9f4}.primary-md-theme-light-blue .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-500{color:#03a9f4}.primary-md-theme-light-blue .pmd-active{color:#03a9f4!important;border-color:#03a9f4!important}.primary-md-theme-light-blue .pmd-bg-600{background-color:#039be5}.primary-md-theme-light-blue .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-600{color:#039be5}.primary-md-theme-light-blue #search .extended-search-inputs input:focus,.primary-md-theme-light-blue #search .extended-search-inputs select:focus{border-color:#039be5}.primary-md-theme-light-blue #detail .arch-tab select:focus{border-color:#039be5}.primary-md-theme-light-blue #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-light-blue #detail #tab-photos #photo-container .button-prev:hover{border-color:#039be5;color:#039be5}.primary-md-theme-light-blue .pmd-bg-700{background-color:#0288d1}.primary-md-theme-light-blue .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-700{color:#0288d1}.primary-md-theme-light-blue .pmd-bg-800{background-color:#0277bd}.primary-md-theme-light-blue .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-800{color:#0277bd}.primary-md-theme-light-blue .pmd-bg-900{background-color:#01579b}.primary-md-theme-light-blue .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-900{color:#01579b}.primary-md-theme-light-blue .pmd-bg-a100{background-color:#80d8ff}.primary-md-theme-light-blue .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-a100{color:#80d8ff}.primary-md-theme-light-blue .pmd-bg-a200{background-color:#40c4ff}.primary-md-theme-light-blue .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-light-blue .pmd-fg-a200{color:#40c4ff}.primary-md-theme-light-blue .pmd-bg-a400{background-color:#00b0ff}.primary-md-theme-light-blue .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-a400{color:#00b0ff}.primary-md-theme-light-blue .pmd-bg-a700{background-color:#0091ea}.primary-md-theme-light-blue .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-light-blue .pmd-fg-a700{color:#0091ea}.primary-md-theme-cyan .pmd-bg-base{background-color:#00bcd4}.primary-md-theme-cyan .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-base{color:#00bcd4}.primary-md-theme-cyan .pmd-bg-50{background-color:#e0f7fa}.primary-md-theme-cyan .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-50{color:#e0f7fa}.primary-md-theme-cyan .pmd-bg-100{background-color:#b2ebf2}.primary-md-theme-cyan .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-100{color:#b2ebf2}.primary-md-theme-cyan .pmd-hover:hover{background-color:#d1f3f7}.primary-md-theme-cyan .pmd-bg-li20{background-color:#fbfefe}.primary-md-theme-cyan .pmd-bg-li10{background-color:#ecfafc}.primary-md-theme-cyan .pmd-bg-200{background-color:#80deea}.primary-md-theme-cyan .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-200{color:#80deea}.primary-md-theme-cyan .pmd-bg-300{background-color:#4dd0e1}.primary-md-theme-cyan .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-300{color:#4dd0e1}.primary-md-theme-cyan .pmd-bg-400{background-color:#26c6da}.primary-md-theme-cyan .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-400{color:#26c6da}.primary-md-theme-cyan .pmd-bg-500{background-color:#00bcd4}.primary-md-theme-cyan .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-500{color:#00bcd4}.primary-md-theme-cyan .pmd-active{color:#00bcd4!important;border-color:#00bcd4!important}.primary-md-theme-cyan .pmd-bg-600{background-color:#00acc1}.primary-md-theme-cyan .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-600{color:#00acc1}.primary-md-theme-cyan #search .extended-search-inputs input:focus,.primary-md-theme-cyan #search .extended-search-inputs select:focus{border-color:#00acc1}.primary-md-theme-cyan #detail .arch-tab select:focus{border-color:#00acc1}.primary-md-theme-cyan #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-cyan #detail #tab-photos #photo-container .button-prev:hover{border-color:#00acc1;color:#00acc1}.primary-md-theme-cyan .pmd-bg-700{background-color:#0097a7}.primary-md-theme-cyan .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-700{color:#0097a7}.primary-md-theme-cyan .pmd-bg-800{background-color:#00838f}.primary-md-theme-cyan .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-800{color:#00838f}.primary-md-theme-cyan .pmd-bg-900{background-color:#006064}.primary-md-theme-cyan .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-900{color:#006064}.primary-md-theme-cyan .pmd-bg-a100{background-color:#84ffff}.primary-md-theme-cyan .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-a100{color:#84ffff}.primary-md-theme-cyan .pmd-bg-a200{background-color:#18ffff}.primary-md-theme-cyan .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-a200{color:#18ffff}.primary-md-theme-cyan .pmd-bg-a400{background-color:#00e5ff}.primary-md-theme-cyan .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-cyan .pmd-fg-a400{color:#00e5ff}.primary-md-theme-cyan .pmd-bg-a700{background-color:#00b8d4}.primary-md-theme-cyan .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-cyan .pmd-fg-a700{color:#00b8d4}.primary-md-theme-teal .pmd-bg-base{background-color:#009688}.primary-md-theme-teal .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-base{color:#009688}.primary-md-theme-teal .pmd-bg-50{background-color:#e0f2f1}.primary-md-theme-teal .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-50{color:#e0f2f1}.primary-md-theme-teal .pmd-bg-100{background-color:#b2dfdb}.primary-md-theme-teal .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-100{color:#b2dfdb}.primary-md-theme-teal .pmd-hover:hover{background-color:#d1ece9}.primary-md-theme-teal .pmd-bg-li20{background-color:#fbfdfd}.primary-md-theme-teal .pmd-bg-li10{background-color:#ecf7f6}.primary-md-theme-teal .pmd-bg-200{background-color:#80cbc4}.primary-md-theme-teal .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-200{color:#80cbc4}.primary-md-theme-teal .pmd-bg-300{background-color:#4db6ac}.primary-md-theme-teal .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-300{color:#4db6ac}.primary-md-theme-teal .pmd-bg-400{background-color:#26a69a}.primary-md-theme-teal .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-400{color:#26a69a}.primary-md-theme-teal .pmd-bg-500{background-color:#009688}.primary-md-theme-teal .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-500{color:#009688}.primary-md-theme-teal .pmd-active{color:#009688!important;border-color:#009688!important}.primary-md-theme-teal .pmd-bg-600{background-color:#00897b}.primary-md-theme-teal .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-600{color:#00897b}.primary-md-theme-teal #search .extended-search-inputs input:focus,.primary-md-theme-teal #search .extended-search-inputs select:focus{border-color:#00897b}.primary-md-theme-teal #detail .arch-tab select:focus{border-color:#00897b}.primary-md-theme-teal #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-teal #detail #tab-photos #photo-container .button-prev:hover{border-color:#00897b;color:#00897b}.primary-md-theme-teal .pmd-bg-700{background-color:#00796b}.primary-md-theme-teal .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-700{color:#00796b}.primary-md-theme-teal .pmd-bg-800{background-color:#00695c}.primary-md-theme-teal .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-800{color:#00695c}.primary-md-theme-teal .pmd-bg-900{background-color:#004d40}.primary-md-theme-teal .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-900{color:#004d40}.primary-md-theme-teal .pmd-bg-a100{background-color:#a7ffeb}.primary-md-theme-teal .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-a100{color:#a7ffeb}.primary-md-theme-teal .pmd-bg-a200{background-color:#64ffda}.primary-md-theme-teal .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-a200{color:#64ffda}.primary-md-theme-teal .pmd-bg-a400{background-color:#1de9b6}.primary-md-theme-teal .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-teal .pmd-fg-a400{color:#1de9b6}.primary-md-theme-teal .pmd-bg-a700{background-color:#00bfa5}.primary-md-theme-teal .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-teal .pmd-fg-a700{color:#00bfa5}.primary-md-theme-green .pmd-bg-base{background-color:#4caf50}.primary-md-theme-green .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-base{color:#4caf50}.primary-md-theme-green .pmd-bg-50{background-color:#e8f5e9}.primary-md-theme-green .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-50{color:#e8f5e9}.primary-md-theme-green .pmd-bg-100{background-color:#c8e6c9}.primary-md-theme-green .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-100{color:#c8e6c9}.primary-md-theme-green .pmd-hover:hover{background-color:#def0df}.primary-md-theme-green .pmd-bg-li20{background-color:#fcfefc}.primary-md-theme-green .pmd-bg-li10{background-color:#f1f9f2}.primary-md-theme-green .pmd-bg-200{background-color:#a5d6a7}.primary-md-theme-green .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-200{color:#a5d6a7}.primary-md-theme-green .pmd-bg-300{background-color:#81c784}.primary-md-theme-green .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-300{color:#81c784}.primary-md-theme-green .pmd-bg-400{background-color:#66bb6a}.primary-md-theme-green .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-400{color:#66bb6a}.primary-md-theme-green .pmd-bg-500{background-color:#4caf50}.primary-md-theme-green .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-500{color:#4caf50}.primary-md-theme-green .pmd-active{color:#4caf50!important;border-color:#4caf50!important}.primary-md-theme-green .pmd-bg-600{background-color:#43a047}.primary-md-theme-green .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-600{color:#43a047}.primary-md-theme-green #search .extended-search-inputs input:focus,.primary-md-theme-green #search .extended-search-inputs select:focus{border-color:#43a047}.primary-md-theme-green #detail .arch-tab select:focus{border-color:#43a047}.primary-md-theme-green #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-green #detail #tab-photos #photo-container .button-prev:hover{border-color:#43a047;color:#43a047}.primary-md-theme-green .pmd-bg-700{background-color:#388e3c}.primary-md-theme-green .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-700{color:#388e3c}.primary-md-theme-green .pmd-bg-800{background-color:#2e7d32}.primary-md-theme-green .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-800{color:#2e7d32}.primary-md-theme-green .pmd-bg-900{background-color:#1b5e20}.primary-md-theme-green .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-900{color:#1b5e20}.primary-md-theme-green .pmd-bg-a100{background-color:#b9f6ca}.primary-md-theme-green .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-a100{color:#b9f6ca}.primary-md-theme-green .pmd-bg-a200{background-color:#69f0ae}.primary-md-theme-green .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-a200{color:#69f0ae}.primary-md-theme-green .pmd-bg-a400{background-color:#00e676}.primary-md-theme-green .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-green .pmd-fg-a400{color:#00e676}.primary-md-theme-green .pmd-bg-a700{background-color:#00c853}.primary-md-theme-green .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-green .pmd-fg-a700{color:#00c853}.primary-md-theme-light-green .pmd-bg-base{background-color:#8bc34a}.primary-md-theme-light-green .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-base{color:#8bc34a}.primary-md-theme-light-green .pmd-bg-50{background-color:#f1f8e9}.primary-md-theme-light-green .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-50{color:#f1f8e9}.primary-md-theme-light-green .pmd-bg-100{background-color:#dcedc8}.primary-md-theme-light-green .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-100{color:#dcedc8}.primary-md-theme-light-green .pmd-hover:hover{background-color:#eaf4de}.primary-md-theme-light-green .pmd-bg-li20{background-color:#fdfefc}.primary-md-theme-light-green .pmd-bg-li10{background-color:#f6fbf1}.primary-md-theme-light-green .pmd-bg-200{background-color:#c5e1a5}.primary-md-theme-light-green .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-200{color:#c5e1a5}.primary-md-theme-light-green .pmd-bg-300{background-color:#aed581}.primary-md-theme-light-green .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-300{color:#aed581}.primary-md-theme-light-green .pmd-bg-400{background-color:#9ccc65}.primary-md-theme-light-green .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-400{color:#9ccc65}.primary-md-theme-light-green .pmd-bg-500{background-color:#8bc34a}.primary-md-theme-light-green .pmd-bg-500.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-500{color:#8bc34a}.primary-md-theme-light-green .pmd-active{color:#8bc34a!important;border-color:#8bc34a!important}.primary-md-theme-light-green .pmd-bg-600{background-color:#7cb342}.primary-md-theme-light-green .pmd-bg-600.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-600{color:#7cb342}.primary-md-theme-light-green #search .extended-search-inputs input:focus,.primary-md-theme-light-green #search .extended-search-inputs select:focus{border-color:#7cb342}.primary-md-theme-light-green #detail .arch-tab select:focus{border-color:#7cb342}.primary-md-theme-light-green #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-light-green #detail #tab-photos #photo-container .button-prev:hover{border-color:#7cb342;color:#7cb342}.primary-md-theme-light-green .pmd-bg-700{background-color:#689f38}.primary-md-theme-light-green .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-light-green .pmd-fg-700{color:#689f38}.primary-md-theme-light-green .pmd-bg-800{background-color:#558b2f}.primary-md-theme-light-green .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-light-green .pmd-fg-800{color:#558b2f}.primary-md-theme-light-green .pmd-bg-900{background-color:#33691e}.primary-md-theme-light-green .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-light-green .pmd-fg-900{color:#33691e}.primary-md-theme-light-green .pmd-bg-a100{background-color:#ccff90}.primary-md-theme-light-green .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-a100{color:#ccff90}.primary-md-theme-light-green .pmd-bg-a200{background-color:#b2ff59}.primary-md-theme-light-green .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-a200{color:#b2ff59}.primary-md-theme-light-green .pmd-bg-a400{background-color:#76ff03}.primary-md-theme-light-green .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-a400{color:#76ff03}.primary-md-theme-light-green .pmd-bg-a700{background-color:#64dd17}.primary-md-theme-light-green .pmd-bg-a700.pmd-contrast-fg{color:#000}.primary-md-theme-light-green .pmd-fg-a700{color:#64dd17}.primary-md-theme-lime .pmd-bg-base{background-color:#cddc39}.primary-md-theme-lime .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-base{color:#cddc39}.primary-md-theme-lime .pmd-bg-50{background-color:#f9fbe7}.primary-md-theme-lime .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-50{color:#f9fbe7}.primary-md-theme-lime .pmd-bg-100{background-color:#f0f4c3}.primary-md-theme-lime .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-100{color:#f0f4c3}.primary-md-theme-lime .pmd-hover:hover{background-color:#f6f8db}.primary-md-theme-lime .pmd-bg-li20{background-color:#fefefc}.primary-md-theme-lime .pmd-bg-li10{background-color:#fbfcf0}.primary-md-theme-lime .pmd-bg-200{background-color:#e6ee9c}.primary-md-theme-lime .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-200{color:#e6ee9c}.primary-md-theme-lime .pmd-bg-300{background-color:#dce775}.primary-md-theme-lime .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-300{color:#dce775}.primary-md-theme-lime .pmd-bg-400{background-color:#d4e157}.primary-md-theme-lime .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-400{color:#d4e157}.primary-md-theme-lime .pmd-bg-500{background-color:#cddc39}.primary-md-theme-lime .pmd-bg-500.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-500{color:#cddc39}.primary-md-theme-lime .pmd-active{color:#000!important;background-color:#cddc39!important;border-color:#000!important}.primary-md-theme-lime .pmd-bg-600{background-color:#c0ca33}.primary-md-theme-lime .pmd-bg-600.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-600{color:#c0ca33}.primary-md-theme-lime #search .extended-search-inputs input:focus,.primary-md-theme-lime #search .extended-search-inputs select:focus{border-color:#c0ca33}.primary-md-theme-lime #detail .arch-tab select:focus{border-color:#c0ca33}.primary-md-theme-lime #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-lime #detail #tab-photos #photo-container .button-prev:hover{border-color:#c0ca33;color:#c0ca33}.primary-md-theme-lime .pmd-bg-700{background-color:#afb42b}.primary-md-theme-lime .pmd-bg-700.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-700{color:#afb42b}.primary-md-theme-lime .pmd-bg-800{background-color:#9e9d24}.primary-md-theme-lime .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-lime .pmd-fg-800{color:#9e9d24}.primary-md-theme-lime .pmd-bg-900{background-color:#827717}.primary-md-theme-lime .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-lime .pmd-fg-900{color:#827717}.primary-md-theme-lime .pmd-bg-a100{background-color:#f4ff81}.primary-md-theme-lime .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-a100{color:#f4ff81}.primary-md-theme-lime .pmd-bg-a200{background-color:#eeff41}.primary-md-theme-lime .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-a200{color:#eeff41}.primary-md-theme-lime .pmd-bg-a400{background-color:#c6ff00}.primary-md-theme-lime .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-a400{color:#c6ff00}.primary-md-theme-lime .pmd-bg-a700{background-color:#aeea00}.primary-md-theme-lime .pmd-bg-a700.pmd-contrast-fg{color:#000}.primary-md-theme-lime .pmd-fg-a700{color:#aeea00}.primary-md-theme-yellow .pmd-bg-base{background-color:#ffeb3b}.primary-md-theme-yellow .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-base{color:#ffeb3b}.primary-md-theme-yellow .pmd-bg-50{background-color:#fffde7}.primary-md-theme-yellow .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-50{color:#fffde7}.primary-md-theme-yellow .pmd-bg-100{background-color:#fff9c4}.primary-md-theme-yellow .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-100{color:#fff9c4}.primary-md-theme-yellow .pmd-hover:hover{background-color:#fffbdc}.primary-md-theme-yellow .pmd-bg-li20{background-color:#fffffc}.primary-md-theme-yellow .pmd-bg-li10{background-color:#fffef0}.primary-md-theme-yellow .pmd-bg-200{background-color:#fff59d}.primary-md-theme-yellow .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-200{color:#fff59d}.primary-md-theme-yellow .pmd-bg-300{background-color:#fff176}.primary-md-theme-yellow .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-300{color:#fff176}.primary-md-theme-yellow .pmd-bg-400{background-color:#ffee58}.primary-md-theme-yellow .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-400{color:#ffee58}.primary-md-theme-yellow .pmd-bg-500{background-color:#ffeb3b}.primary-md-theme-yellow .pmd-bg-500.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-500{color:#ffeb3b}.primary-md-theme-yellow .pmd-active{color:#000!important;background-color:#ffeb3b!important;border-color:#000!important}.primary-md-theme-yellow .pmd-bg-600{background-color:#fdd835}.primary-md-theme-yellow .pmd-bg-600.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-600{color:#fdd835}.primary-md-theme-yellow .event-title-area{background-color:#fdd835;color:#000}.primary-md-theme-yellow #search .extended-search-inputs input:focus,.primary-md-theme-yellow #search .extended-search-inputs select:focus{border-color:#fdd835}.primary-md-theme-yellow #detail .arch-tab select:focus{border-color:#fdd835}.primary-md-theme-yellow #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-yellow #detail #tab-photos #photo-container .button-prev:hover{border-color:#fdd835;color:#fdd835}.primary-md-theme-yellow .pmd-bg-700{background-color:#fbc02d}.primary-md-theme-yellow .pmd-bg-700.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-700{color:#fbc02d}.primary-md-theme-yellow .pmd-bg-800{background-color:#f9a825}.primary-md-theme-yellow .pmd-bg-800.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-800{color:#f9a825}.primary-md-theme-yellow .pmd-bg-900{background-color:#f57f17}.primary-md-theme-yellow .pmd-bg-900.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-900{color:#f57f17}.primary-md-theme-yellow .pmd-bg-a100{background-color:#ffff8d}.primary-md-theme-yellow .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-a100{color:#ffff8d}.primary-md-theme-yellow .pmd-bg-a200{background-color:#ff0}.primary-md-theme-yellow .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-a200{color:#ff0}.primary-md-theme-yellow .pmd-bg-a400{background-color:#ffea00}.primary-md-theme-yellow .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-a400{color:#ffea00}.primary-md-theme-yellow .pmd-bg-a700{background-color:#ffd600}.primary-md-theme-yellow .pmd-bg-a700.pmd-contrast-fg{color:#000}.primary-md-theme-yellow .pmd-fg-a700{color:#ffd600}.primary-md-theme-amber .pmd-bg-base{background-color:#ffc107}.primary-md-theme-amber .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-base{color:#ffc107}.primary-md-theme-amber .pmd-bg-50{background-color:#fff8e1}.primary-md-theme-amber .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-50{color:#fff8e1}.primary-md-theme-amber .pmd-bg-100{background-color:#ffecb3}.primary-md-theme-amber .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-100{color:#ffecb3}.primary-md-theme-amber .pmd-hover:hover{background-color:#fff4d1}.primary-md-theme-amber .pmd-bg-li20{background-color:#fffefb}.primary-md-theme-amber .pmd-bg-li10{background-color:#fffaec}.primary-md-theme-amber .pmd-bg-200{background-color:#ffe082}.primary-md-theme-amber .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-200{color:#ffe082}.primary-md-theme-amber .pmd-bg-300{background-color:#ffd54f}.primary-md-theme-amber .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-300{color:#ffd54f}.primary-md-theme-amber .pmd-bg-400{background-color:#ffca28}.primary-md-theme-amber .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-400{color:#ffca28}.primary-md-theme-amber .pmd-bg-500{background-color:#ffc107}.primary-md-theme-amber .pmd-bg-500.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-500{color:#ffc107}.primary-md-theme-amber .pmd-active{color:#ffc107!important;border-color:#ffc107!important}.primary-md-theme-amber .pmd-bg-600{background-color:#ffb300}.primary-md-theme-amber .pmd-bg-600.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-600{color:#ffb300}.primary-md-theme-amber #search .extended-search-inputs input:focus,.primary-md-theme-amber #search .extended-search-inputs select:focus{border-color:#ffb300}.primary-md-theme-amber #detail .arch-tab select:focus{border-color:#ffb300}.primary-md-theme-amber #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-amber #detail #tab-photos #photo-container .button-prev:hover{border-color:#ffb300;color:#ffb300}.primary-md-theme-amber .pmd-bg-700{background-color:#ffa000}.primary-md-theme-amber .pmd-bg-700.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-700{color:#ffa000}.primary-md-theme-amber .pmd-bg-800{background-color:#ff8f00}.primary-md-theme-amber .pmd-bg-800.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-800{color:#ff8f00}.primary-md-theme-amber .pmd-bg-900{background-color:#ff6f00}.primary-md-theme-amber .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-amber .pmd-fg-900{color:#ff6f00}.primary-md-theme-amber .pmd-bg-a100{background-color:#ffe57f}.primary-md-theme-amber .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-a100{color:#ffe57f}.primary-md-theme-amber .pmd-bg-a200{background-color:#ffd740}.primary-md-theme-amber .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-a200{color:#ffd740}.primary-md-theme-amber .pmd-bg-a400{background-color:#ffc400}.primary-md-theme-amber .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-a400{color:#ffc400}.primary-md-theme-amber .pmd-bg-a700{background-color:#ffab00}.primary-md-theme-amber .pmd-bg-a700.pmd-contrast-fg{color:#000}.primary-md-theme-amber .pmd-fg-a700{color:#ffab00}.primary-md-theme-orange .pmd-bg-base{background-color:#ff9800}.primary-md-theme-orange .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-base{color:#ff9800}.primary-md-theme-orange .pmd-bg-50{background-color:#fff3e0}.primary-md-theme-orange .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-50{color:#fff3e0}.primary-md-theme-orange .pmd-bg-100{background-color:#ffe0b2}.primary-md-theme-orange .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-100{color:#ffe0b2}.primary-md-theme-orange .pmd-hover:hover{background-color:#ffecd1}.primary-md-theme-orange .pmd-bg-li20{background-color:#fffdfb}.primary-md-theme-orange .pmd-bg-li10{background-color:#fff7ec}.primary-md-theme-orange .pmd-bg-200{background-color:#ffcc80}.primary-md-theme-orange .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-200{color:#ffcc80}.primary-md-theme-orange .pmd-bg-300{background-color:#ffb74d}.primary-md-theme-orange .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-300{color:#ffb74d}.primary-md-theme-orange .pmd-bg-400{background-color:#ffa726}.primary-md-theme-orange .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-400{color:#ffa726}.primary-md-theme-orange .pmd-bg-500{background-color:#ff9800}.primary-md-theme-orange .pmd-bg-500.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-500{color:#ff9800}.primary-md-theme-orange .pmd-active{color:#ff9800!important;border-color:#ff9800!important}.primary-md-theme-orange .pmd-bg-600{background-color:#fb8c00}.primary-md-theme-orange .pmd-bg-600.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-600{color:#fb8c00}.primary-md-theme-orange #search .extended-search-inputs input:focus,.primary-md-theme-orange #search .extended-search-inputs select:focus{border-color:#fb8c00}.primary-md-theme-orange #detail .arch-tab select:focus{border-color:#fb8c00}.primary-md-theme-orange #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-orange #detail #tab-photos #photo-container .button-prev:hover{border-color:#fb8c00;color:#fb8c00}.primary-md-theme-orange .pmd-bg-700{background-color:#f57c00}.primary-md-theme-orange .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-orange .pmd-fg-700{color:#f57c00}.primary-md-theme-orange .pmd-bg-800{background-color:#ef6c00}.primary-md-theme-orange .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-orange .pmd-fg-800{color:#ef6c00}.primary-md-theme-orange .pmd-bg-900{background-color:#e65100}.primary-md-theme-orange .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-orange .pmd-fg-900{color:#e65100}.primary-md-theme-orange .pmd-bg-a100{background-color:#ffd180}.primary-md-theme-orange .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-a100{color:#ffd180}.primary-md-theme-orange .pmd-bg-a200{background-color:#ffab40}.primary-md-theme-orange .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-a200{color:#ffab40}.primary-md-theme-orange .pmd-bg-a400{background-color:#ff9100}.primary-md-theme-orange .pmd-bg-a400.pmd-contrast-fg{color:#000}.primary-md-theme-orange .pmd-fg-a400{color:#ff9100}.primary-md-theme-orange .pmd-bg-a700{background-color:#ff6d00}.primary-md-theme-orange .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-orange .pmd-fg-a700{color:#ff6d00}.primary-md-theme-deep-orange .pmd-bg-base{background-color:#ff5722}.primary-md-theme-deep-orange .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-base{color:#ff5722}.primary-md-theme-deep-orange .pmd-bg-50{background-color:#fbe9e7}.primary-md-theme-deep-orange .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-50{color:#fbe9e7}.primary-md-theme-deep-orange .pmd-bg-100{background-color:#ffccbc}.primary-md-theme-deep-orange .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-100{color:#ffccbc}.primary-md-theme-deep-orange .pmd-hover:hover{background-color:#ffe0d7}.primary-md-theme-deep-orange .pmd-bg-li20{background-color:#fffcfc}.primary-md-theme-deep-orange .pmd-bg-li10{background-color:#fff2ee}.primary-md-theme-deep-orange .pmd-bg-200{background-color:#ffab91}.primary-md-theme-deep-orange .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-200{color:#ffab91}.primary-md-theme-deep-orange .pmd-bg-300{background-color:#ff8a65}.primary-md-theme-deep-orange .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-300{color:#ff8a65}.primary-md-theme-deep-orange .pmd-bg-400{background-color:#ff7043}.primary-md-theme-deep-orange .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-400{color:#ff7043}.primary-md-theme-deep-orange .pmd-bg-500{background-color:#ff5722}.primary-md-theme-deep-orange .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-500{color:#ff5722}.primary-md-theme-deep-orange .pmd-active{color:#ff5722!important;border-color:#ff5722!important}.primary-md-theme-deep-orange .pmd-bg-600{background-color:#f4511e}.primary-md-theme-deep-orange .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-600{color:#f4511e}.primary-md-theme-deep-orange #search .extended-search-inputs input:focus,.primary-md-theme-deep-orange #search .extended-search-inputs select:focus{border-color:#f4511e}.primary-md-theme-deep-orange #detail .arch-tab select:focus{border-color:#f4511e}.primary-md-theme-deep-orange #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-deep-orange #detail #tab-photos #photo-container .button-prev:hover{border-color:#f4511e;color:#f4511e}.primary-md-theme-deep-orange .pmd-bg-700{background-color:#e64a19}.primary-md-theme-deep-orange .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-700{color:#e64a19}.primary-md-theme-deep-orange .pmd-bg-800{background-color:#d84315}.primary-md-theme-deep-orange .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-800{color:#d84315}.primary-md-theme-deep-orange .pmd-bg-900{background-color:#bf360c}.primary-md-theme-deep-orange .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-900{color:#bf360c}.primary-md-theme-deep-orange .pmd-bg-a100{background-color:#ff9e80}.primary-md-theme-deep-orange .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-a100{color:#ff9e80}.primary-md-theme-deep-orange .pmd-bg-a200{background-color:#ff6e40}.primary-md-theme-deep-orange .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-deep-orange .pmd-fg-a200{color:#ff6e40}.primary-md-theme-deep-orange .pmd-bg-a400{background-color:#ff3d00}.primary-md-theme-deep-orange .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-a400{color:#ff3d00}.primary-md-theme-deep-orange .pmd-bg-a700{background-color:#dd2c00}.primary-md-theme-deep-orange .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-deep-orange .pmd-fg-a700{color:#dd2c00}.primary-md-theme-brown .pmd-bg-base{background-color:#795548}.primary-md-theme-brown .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-base{color:#795548}.primary-md-theme-brown .pmd-bg-50{background-color:#efebe9}.primary-md-theme-brown .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-brown .pmd-fg-50{color:#efebe9}.primary-md-theme-brown .pmd-bg-100{background-color:#d7ccc8}.primary-md-theme-brown .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-brown .pmd-fg-100{color:#d7ccc8}.primary-md-theme-brown .pmd-hover:hover{background-color:#e7e0de}.primary-md-theme-brown .pmd-bg-li20{background-color:#fdfcfc}.primary-md-theme-brown .pmd-bg-li10{background-color:#f5f2f1}.primary-md-theme-brown .pmd-bg-200{background-color:#bcaaa4}.primary-md-theme-brown .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-brown .pmd-fg-200{color:#bcaaa4}.primary-md-theme-brown .pmd-bg-300{background-color:#a1887f}.primary-md-theme-brown .pmd-bg-300.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-300{color:#a1887f}.primary-md-theme-brown .pmd-bg-400{background-color:#8d6e63}.primary-md-theme-brown .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-400{color:#8d6e63}.primary-md-theme-brown .pmd-bg-500{background-color:#795548}.primary-md-theme-brown .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-500{color:#795548}.primary-md-theme-brown .pmd-active{color:#795548!important;border-color:#795548!important}.primary-md-theme-brown .pmd-bg-600{background-color:#6d4c41}.primary-md-theme-brown .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-600{color:#6d4c41}.primary-md-theme-brown #search .extended-search-inputs input:focus,.primary-md-theme-brown #search .extended-search-inputs select:focus{border-color:#6d4c41}.primary-md-theme-brown #detail .arch-tab select:focus{border-color:#6d4c41}.primary-md-theme-brown #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-brown #detail #tab-photos #photo-container .button-prev:hover{border-color:#6d4c41;color:#6d4c41}.primary-md-theme-brown .pmd-bg-700{background-color:#5d4037}.primary-md-theme-brown .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-700{color:#5d4037}.primary-md-theme-brown .pmd-bg-800{background-color:#4e342e}.primary-md-theme-brown .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-800{color:#4e342e}.primary-md-theme-brown .pmd-bg-900{background-color:#3e2723}.primary-md-theme-brown .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-brown .pmd-fg-900{color:#3e2723}.primary-md-theme-grey .pmd-bg-base{background-color:#9e9e9e}.primary-md-theme-grey .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-base{color:#9e9e9e}.primary-md-theme-grey .pmd-bg-50{background-color:#fafafa}.primary-md-theme-grey .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-50{color:#fafafa}.primary-md-theme-grey .pmd-bg-100{background-color:#f5f5f5}.primary-md-theme-grey .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-100{color:#f5f5f5}.primary-md-theme-grey .pmd-hover:hover{background-color:#f9f9f9}.primary-md-theme-grey .pmd-bg-li20{background-color:#fff}.primary-md-theme-grey .pmd-bg-li10{background-color:#fdfdfd}.primary-md-theme-grey .pmd-bg-200{background-color:#eee}.primary-md-theme-grey .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-200{color:#eee}.primary-md-theme-grey .pmd-bg-300{background-color:#e0e0e0}.primary-md-theme-grey .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-300{color:#e0e0e0}.primary-md-theme-grey .pmd-bg-400{background-color:#bdbdbd}.primary-md-theme-grey .pmd-bg-400.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-400{color:#bdbdbd}.primary-md-theme-grey .pmd-bg-500{background-color:#9e9e9e}.primary-md-theme-grey .pmd-bg-500.pmd-contrast-fg{color:#000}.primary-md-theme-grey .pmd-fg-500{color:#9e9e9e}.primary-md-theme-grey .pmd-active{color:#9e9e9e!important;border-color:#9e9e9e!important}.primary-md-theme-grey .pmd-bg-600{background-color:#757575}.primary-md-theme-grey .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-grey .pmd-fg-600{color:#757575}.primary-md-theme-grey #search .extended-search-inputs input:focus,.primary-md-theme-grey #search .extended-search-inputs select:focus{border-color:#757575}.primary-md-theme-grey #detail .arch-tab select:focus{border-color:#757575}.primary-md-theme-grey #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-grey #detail #tab-photos #photo-container .button-prev:hover{border-color:#757575;color:#757575}.primary-md-theme-grey .pmd-bg-700{background-color:#616161}.primary-md-theme-grey .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-grey .pmd-fg-700{color:#616161}.primary-md-theme-grey .pmd-bg-800{background-color:#424242}.primary-md-theme-grey .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-grey .pmd-fg-800{color:#424242}.primary-md-theme-grey .pmd-bg-900{background-color:#212121}.primary-md-theme-grey .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-grey .pmd-fg-900{color:#212121}.primary-md-theme-blue-grey .pmd-bg-base{background-color:#607d8b}.primary-md-theme-blue-grey .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-base{color:#607d8b}.primary-md-theme-blue-grey .pmd-bg-50{background-color:#eceff1}.primary-md-theme-blue-grey .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-blue-grey .pmd-fg-50{color:#eceff1}.primary-md-theme-blue-grey .pmd-bg-100{background-color:#cfd8dc}.primary-md-theme-blue-grey .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-blue-grey .pmd-fg-100{color:#cfd8dc}.primary-md-theme-blue-grey .pmd-hover:hover{background-color:#e2e8ea}.primary-md-theme-blue-grey .pmd-bg-li20{background-color:#fdfdfd}.primary-md-theme-blue-grey .pmd-bg-li10{background-color:#f3f5f6}.primary-md-theme-blue-grey .pmd-bg-200{background-color:#b0bec5}.primary-md-theme-blue-grey .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-blue-grey .pmd-fg-200{color:#b0bec5}.primary-md-theme-blue-grey .pmd-bg-300{background-color:#90a4ae}.primary-md-theme-blue-grey .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-blue-grey .pmd-fg-300{color:#90a4ae}.primary-md-theme-blue-grey .pmd-bg-400{background-color:#78909c}.primary-md-theme-blue-grey .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-400{color:#78909c}.primary-md-theme-blue-grey .pmd-bg-500{background-color:#607d8b}.primary-md-theme-blue-grey .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-500{color:#607d8b}.primary-md-theme-blue-grey .pmd-active{color:#607d8b!important;border-color:#607d8b!important}.primary-md-theme-blue-grey .pmd-bg-600{background-color:#546e7a}.primary-md-theme-blue-grey .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-600{color:#546e7a}.primary-md-theme-blue-grey #search .extended-search-inputs input:focus,.primary-md-theme-blue-grey #search .extended-search-inputs select:focus{border-color:#546e7a}.primary-md-theme-blue-grey #detail .arch-tab select:focus{border-color:#546e7a}.primary-md-theme-blue-grey #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-blue-grey #detail #tab-photos #photo-container .button-prev:hover{border-color:#546e7a;color:#546e7a}.primary-md-theme-blue-grey .pmd-bg-700{background-color:#455a64}.primary-md-theme-blue-grey .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-700{color:#455a64}.primary-md-theme-blue-grey .pmd-bg-800{background-color:#37474f}.primary-md-theme-blue-grey .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-800{color:#37474f}.primary-md-theme-blue-grey .pmd-bg-900{background-color:#263238}.primary-md-theme-blue-grey .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-blue-grey .pmd-fg-900{color:#263238}.primary-md-theme-black .pmd-bg-base{background-color:#000}.primary-md-theme-black .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-black .pmd-fg-base{color:#000}.primary-md-theme-white .pmd-bg-base{background-color:#fff}.primary-md-theme-white .pmd-bg-base.pmd-contrast-fg{color:#000}.primary-md-theme-white .pmd-fg-base{color:#fff}.primary-md-theme-davengo .pmd-bg-base{background-color:#346aca}.primary-md-theme-davengo .pmd-bg-base.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-base{color:#346aca}.primary-md-theme-davengo .pmd-bg-50{background-color:#d2def3}.primary-md-theme-davengo .pmd-bg-50.pmd-contrast-fg{color:#000}.primary-md-theme-davengo .pmd-fg-50{color:#d2def3}.primary-md-theme-davengo .pmd-bg-100{background-color:#c2d2ef}.primary-md-theme-davengo .pmd-bg-100.pmd-contrast-fg{color:#000}.primary-md-theme-davengo .pmd-fg-100{color:#c2d2ef}.primary-md-theme-davengo .pmd-hover:hover{background-color:#dae4f5}.primary-md-theme-davengo .pmd-bg-li20{background-color:#fcfdfe}.primary-md-theme-davengo .pmd-bg-li10{background-color:#f0f4fb}.primary-md-theme-davengo .pmd-bg-200{background-color:#9ab5e5}.primary-md-theme-davengo .pmd-bg-200.pmd-contrast-fg{color:#000}.primary-md-theme-davengo .pmd-fg-200{color:#9ab5e5}.primary-md-theme-davengo .pmd-bg-300{background-color:#789cdc}.primary-md-theme-davengo .pmd-bg-300.pmd-contrast-fg{color:#000}.primary-md-theme-davengo .pmd-fg-300{color:#789cdc}.primary-md-theme-davengo .pmd-bg-400{background-color:#5683d3}.primary-md-theme-davengo .pmd-bg-400.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-400{color:#5683d3}.primary-md-theme-davengo .pmd-bg-500{background-color:#346aca}.primary-md-theme-davengo .pmd-bg-500.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-500{color:#346aca}.primary-md-theme-davengo .pmd-active{color:#346aca!important;border-color:#346aca!important}.primary-md-theme-davengo .pmd-bg-600{background-color:#2e5db1}.primary-md-theme-davengo .pmd-bg-600.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-600{color:#2e5db1}.primary-md-theme-davengo #search .extended-search-inputs input:focus,.primary-md-theme-davengo #search .extended-search-inputs select:focus{border-color:#2e5db1}.primary-md-theme-davengo #detail .arch-tab select:focus{border-color:#2e5db1}.primary-md-theme-davengo #detail #tab-photos #photo-container .button-next:hover,.primary-md-theme-davengo #detail #tab-photos #photo-container .button-prev:hover{border-color:#2e5db1;color:#2e5db1}.primary-md-theme-davengo .pmd-bg-700{background-color:#275098}.primary-md-theme-davengo .pmd-bg-700.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-700{color:#275098}.primary-md-theme-davengo .pmd-bg-800{background-color:#21427e}.primary-md-theme-davengo .pmd-bg-800.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-800{color:#21427e}.primary-md-theme-davengo .pmd-bg-900{background-color:#1a3565}.primary-md-theme-davengo .pmd-bg-900.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-900{color:#1a3565}.primary-md-theme-davengo .pmd-bg-a100{background-color:#b8cbec}.primary-md-theme-davengo .pmd-bg-a100.pmd-contrast-fg{color:#000}.primary-md-theme-davengo .pmd-fg-a100{color:#b8cbec}.primary-md-theme-davengo .pmd-bg-a200{background-color:#8fade2}.primary-md-theme-davengo .pmd-bg-a200.pmd-contrast-fg{color:#000}.primary-md-theme-davengo .pmd-fg-a200{color:#8fade2}.primary-md-theme-davengo .pmd-bg-a400{background-color:#5683d3}.primary-md-theme-davengo .pmd-bg-a400.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-a400{color:#5683d3}.primary-md-theme-davengo .pmd-bg-a700{background-color:#275098}.primary-md-theme-davengo .pmd-bg-a700.pmd-contrast-fg{color:#fff}.primary-md-theme-davengo .pmd-fg-a700{color:#275098}.MuiDrawer-paperAnchorLeft{width:320px}#simple-menu .MuiPaper-root{top:8px!important}@media screen and (min-width: 600px){.MuiDrawer-paperAnchorLeft{max-width:400px!important}#simple-menu .MuiMenuItem-root{min-height:48px}}@media screen and (max-width: 456px){.MuiDrawer-paperAnchorLeft{width:calc(100% - 56px);min-width:calc(100% - 56px);max-width:calc(100% - 56px)}}
