.styles_cellInfoFlap__2v3iX{width:40px;background-color:#eef0f2;margin-right:15px;min-width:40px;border-top-right-radius:4px!important;border-bottom-right-radius:4px!important;border-left:0!important;font-family:"Monaco",monospace!important;font-size:12px;color:#071b32;height:27px;display:flex;align-items:center;justify-content:center;transition:background-color .05s ease-in-out;overflow:hidden;position:relative;flex-grow:0}.styles_cellInfoFlap__2v3iX>p{margin:0;padding:0}.styles_cellInfoFlap__2v3iX .styles_executionCountExecute__2LczM,.styles_cellInfoFlap__2v3iX:hover .styles_executionCount__2sDGP{display:none}.styles_cellInfoFlap__2v3iX:hover .styles_executionCountExecute__2LczM{display:flex;align-items:center;justify-content:center}.styles_cellInfoFlap__2v3iX .styles_cellInfoFlapExecutingOverlay__1pisD{height:8px;width:8px;border-radius:4px;background-color:#9f9f9f;position:absolute;top:calc(50% - 4px);left:-8px}.styles_cellInfoFlapSelected__1FCZi{background-color:#224e90;color:#fff}.styles_cellInfoFlapSelected__1FCZi .styles_cellInfoFlapExecutingOverlay__1pisD{background-color:#fff}.NotebookCell{padding:5px 10px 5px 0;display:flex}.NotebookCell:first-child{padding-top:10px}.NotebookCell:last-child{padding-bottom:10px}.NotebookCell .NotebookCell--container{margin:0 5px 0 0;border:none;display:block;width:0;flex-grow:1;border-radius:2px}.NotebookCell .editor-container{border:1px solid #dce2eb;border-radius:2px;font-family:"Monaco",monospace;padding:3px;background-color:#fff}.NotebookCell .editor-container textarea:focus{outline:none!important}.NotebookCell .editor-container.has-output{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.NotebookCell .completion-list{max-height:240px;overflow-y:auto;width:300px;border:1px solid #dce2eb;border-top:none;background-color:#fff;z-index:5;position:absolute;font-family:"Monaco",monospace;font-size:13px}.NotebookCell .completion-list .completion-element{display:flex;cursor:pointer}.NotebookCell .completion-list .completion-element .completion-type{padding:5px;display:inline-block;width:90px}.NotebookCell .completion-list .completion-element .completion-type.instance{background-color:#f38a12;color:#fff}.NotebookCell .completion-list .completion-element .completion-type.function{background-color:#224e90;color:#fff}.NotebookCell .completion-list .completion-element .completion-type.keyword{background-color:#8c2290;color:#fff}.NotebookCell .completion-list .completion-element .completion-type.statement{background-color:#c23030;color:#fff}.NotebookCell .completion-list .completion-element .completion-type.class{background-color:#5ea400;color:#fff}.NotebookCell .completion-list .completion-element .completion-text{display:inline-block;padding:5px;flex-grow:1}.NotebookCell .completion-list .completion-element.active .completion-text{background-color:#6aa0eb}.NotebookCell.raw-cell .editor-container{background-color:#eef0f2!important}.NotebookCell.markdown-cell .main-container>*{margin:5px}.NotebookCell.NotebookCell-is-multi-selected{background-color:rgba(106,160,235,.1333333333)}.NotebookCell .papermill-error-cell-tag{background-color:#f4e9e9!important}.NotebookCell .papermill-error-cell-tag p span{color:#ec3d3d!important;font-size:1em!important;font-family:"Monaco",monospace!important}.CodeCellOutputs{display:flex;flex-direction:row}.CodeCellOutputs:first-child{padding-top:5px}.CodeCellOutputs:last-child{padding-bottom:10px}.CodeCellOutputs .CodeCellOutputs--container{border-radius:2px;font-family:"Monaco",monospace!important;width:100%;overflow-x:auto;overflow-y:hidden;white-space:pre-wrap;padding:0 5px}.CodeCellOutputs .CodeCellOutputs--container-stream{white-space:pre}.CodeCellOutputs .CodeCellOutputs--container-stream span{display:inline;white-space:pre-wrap}.CodeCellOutputs .CodeCellOutputs--container-error{color:#ec3d3d}.CodeCellOutputs .CodeCellOutputs--container-error .output-error-name{font-weight:600}.CodeCellOutputs .CodeCellOutputs--container-error .output-error-value-container{margin-top:5px;height:0;opacity:0}.CodeCellOutputs .CodeCellOutputs--container-error .output-error-value-container .output-error-value{margin:0}.CodeCellOutputs .CodeCellOutputs--container-error .output-error-traceback{margin-top:10px}.CodeCellOutputs .CodeCellOutputs--container-error .output-error-traceback code{font-family:"Monaco",monospace!important}.CodeCellOutputs .CodeCellOutputs--container table{border:none;border-spacing:0;border-collapse:collapse;margin:10px 0;text-align:right;font-family:"Roboto",sans-serif;font-size:14px}.CodeCellOutputs .CodeCellOutputs--container table td,.CodeCellOutputs .CodeCellOutputs--container table th{border:0 solid #fff;padding:5px 10px;text-align:left}.CodeCellOutputs .CodeCellOutputs--container table thead{border-bottom:1px solid #dce2eb!important;font-weight:500;color:#071b32}.CodeCellOutputs .CodeCellOutputs--container table tbody tr:nth-child(2n){background-color:#f5f7f9}.CodeCellOutputs .CodeCellOutputs--container table tbody tr:hover{background-color:#eef0f2}.CodeCellOutputs .CodeCellOutputs--container dl{white-space:normal}.CodeCellOutputs .CodeCellOutputs--container dl dl,.CodeCellOutputs .CodeCellOutputs--container dl dt{font-weight:300}.CodeCellOutputs .CodeCellOutputs--container dl dd{margin-left:2em}.CodeCellOutputs .CodeCellOutputs--container ol,.CodeCellOutputs .CodeCellOutputs--container ul{white-space:normal}.Button{min-width:120px;height:36px;border:none;border-radius:20px!important;font-size:14px;font-weight:300;margin-left:10px;display:flex;justify-content:center;align-items:center;transition:background-color .25s ease-in-out;padding:0 20px}.Button span{display:block;white-space:nowrap}.Button .Button--busy{display:flex;align-items:center}.Button .Button--icon{padding-top:1px;margin-right:5px}.Button:disabled{cursor:default;opacity:.25}.Button:focus{outline:none}.Button.Button--blue{color:#fff;background-color:#224e90}.Button.Button--blue:hover:enabled:not(.Button--isbusy){background-color:#457ed3}.Button.Button--green{color:#fff;background-color:#87c333}.Button.Button--green:hover:enabled:not(.Button--isbusy){background-color:#6b9b28}.Button.Button--orange{color:#fff;background-color:#f2ad5f}.Button.Button--orange:hover:enabled:not(.Button--isbusy){background-color:#d97c12}.Button.Button--red{color:#fff;background-color:#ec3d3d}.Button.Button--red:hover:enabled:not(.Button--isbusy){background-color:#b21111}.Button.Button--white{background-color:#fff;color:#224e90}.Button.Button--white:hover:enabled:not(.Button--isbusy){background-color:#224e90;color:#fff}.styles_modalHeader__2EtO5 .styles_modalHeadline__3Ff7k{margin-right:30px;font-size:15px;font-weight:500;margin-bottom:20px;cursor:default}.styles_modalHeader__2EtO5 .styles_modalClose__3uJCn{width:24px;height:24px;text-align:center;font-size:18px;line-height:20px;font-weight:700;color:#071b32;position:absolute;cursor:pointer;right:6px;top:6px;border-radius:2px;transition:background-color .1s ease-in-out;display:flex;align-items:center;justify-content:center}.styles_modalHeader__2EtO5 .styles_modalClose__3uJCn:hover{background-color:#dce2eb}.styles_modalBody__31nln{flex-grow:1;overflow-y:auto}.styles_modalButtons__1PpiS{margin-top:20px;display:flex;justify-content:flex-end}.InputError{color:#ec3d3d;flex-direction:row-reverse}.InputError,.styles_dropdownSelectInput__Tap0- .styles_header__VgQt_{display:flex}.styles_dropdownSelectInput__Tap0- .styles_header__VgQt_ .styles_label__38uZQ{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default}.styles_dropdownSelectInput__Tap0- .styles_header__VgQt_ .styles_error__2Xkg8{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.styles_defaultOptionComponent__2HCv7{background-color:transparent;color:#071b32;cursor:pointer;display:flex;flex-direction:column;font-size:inherit;padding:8px 12px;width:100%;box-sizing:border-box;position:relative}.styles_defaultOptionComponent__2HCv7.styles_isSelected__IbfHS{background:#eff8e4}.styles_defaultOptionComponent__2HCv7.styles_isSelected__IbfHS:after{content:"";font-family:"dashboardNG";position:absolute;font-size:18px;right:10px;top:5px;line-height:23px;color:#9fd356}.styles_defaultOptionComponent__2HCv7.styles_isFocused__2NjIP:not(.styles_isSelected__IbfHS),.styles_defaultOptionComponent__2HCv7:hover{background-color:#eef0f2}.styles_defaultOptionComponent__2HCv7:not(:last-child){border-bottom:1px solid #dce2eb}.styles_defaultOptionComponent__2HCv7:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.SelectedDirs{background-color:#fff;height:41px;padding:5px 15px 5px 5px;overflow-x:auto;display:flex;flex-direction:row;align-items:center}.SelectedDirs:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.SelectedDirs .SelectedDirs--single-dir{display:contents;white-space:nowrap}.SelectedDirs .SelectedDirs--single-dir .SelectedDirs--dir-name,.SelectedDirs .SelectedDirs--single-dir .SelectedDirs--dir-separator{cursor:default;padding:0}.SelectedDirs--highlight-on-hover .SelectedDirs--dir-name,.SelectedDirs--highlight-on-hover .SelectedDirs--home-icon-container{cursor:pointer!important}.SelectedDirs--highlight-on-hover .SelectedDirs--dir-name:hover,.SelectedDirs--highlight-on-hover .SelectedDirs--home-icon-container:hover{background-color:#f5f7f9}.SelectedDirs--highlight .SelectedDirs--dir-name{color:#224e90;font-weight:500}.SelectedDirs--bottom-border{border-bottom:1px solid #dce2eb}.styles_dropzoneContainer__1BFa2{height:100px;width:200px;min-width:200px;background-color:#eef0f2;border:1px solid #dce2eb;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:16px;overflow:hidden}.styles_dropzoneContainer__1BFa2.styles_multiple__3NyFf{height:200px}.styles_dropzoneContainer__1BFa2.styles_highlight__17lgQ{background-color:#dce2eb}.styles_icon__1a0DY{opacity:.3;height:30px;width:30px}.styles_uploadLabel__3hNyF{font-size:14px;margin-top:10px}.styles_fileInput__OycCy{display:none}.styles_dropzoneContainerDirectories__2TM-G,.styles_dropzoneContainerFiles__3UCwp{display:flex;align-items:center;justify-content:center;flex-direction:column;width:198px;height:99px}.styles_dropzoneContainerDirectories__2TM-G:hover,.styles_dropzoneContainerFiles__3UCwp:hover{background-color:#dce2eb}.styles_multiple__3NyFf .styles_dropzoneContainerFiles__3UCwp{border-bottom:1px solid #dce2eb}.Ssp{padding:10px;width:100%;height:100%;position:relative;display:flex;flex-direction:column}.Ssp .Ssp--categories-parent{display:flex;margin-bottom:10px}.Ssp .Ssp--categories-parent .Ssp--category-tile{border:1px solid #dce2eb;border-radius:4px;background-color:#fff;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.Ssp .Ssp--categories-parent .Ssp--category-tile:not(.Ssp .Ssp--categories-parent .Ssp--category-tile:last-child){margin-right:10px}.Ssp .Ssp--categories-parent .Ssp--category-tile.Ssp--category-selected{background-color:#a6aeb5;color:#fff}.Ssp .Ssp--categories-parent .Ssp--category-tile .legend-circle{margin-left:5px;width:12px;height:12px;border-radius:6px}.Ssp .Ssp--plot-parent{border:1px solid #dce2eb;border-radius:4px;background-color:#fff;flex-grow:1;flex-shrink:1}.Ssp .Ssp--plot-parent .selection{stroke:#a6aeb5;stroke-width:1px;stroke-dasharray:4;fill:transparent;border-radius:0}.styles_editableTableElement__3UKqj{max-width:100%;overflow:auto;padding-right:20px;padding-bottom:20px}.styles_editableTableElement__3UKqj.styles_inNotebook__OCIJb{max-height:300px}.styles_resetButton__2GliB{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32;margin-right:5px;transition:background-color .1s ease-in-out;cursor:pointer;border:1px solid #dce2eb;background-color:#fff;margin-bottom:5px}.styles_resetButton__2GliB:hover{background-color:#f5f7f9}.styles_tableContainer__37Kmq{border:1px solid #dce2eb;border-radius:4px;overflow:hidden;background-color:#fff;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_tableContainer__37Kmq table{border-spacing:0;font-size:13px;table-layout:auto}.styles_tableContainer__37Kmq table tr:hover{background-color:#f5f7f9}.styles_tableContainer__37Kmq table tr:last-child td{border-bottom:none}.styles_tableContainer__37Kmq table th{color:#a6aeb5;font-weight:400;border-bottom:1px solid #dce2eb;padding:.5rem .625rem .625rem;text-align:left;cursor:default;max-width:300px;overflow:hidden}.styles_tableContainer__37Kmq table td{border-bottom:1px solid #dce2eb;border-top:1px solid #dce2eb;padding:.3rem .625rem;text-align:left;cursor:text;line-height:18px}.styles_tableContainer__37Kmq table td.styles_long__ykcJo .styles_tableValue__2vICX{white-space:break-spaces;min-width:350px}.styles_tableValue__2vICX{white-space:nowrap;width:100%;display:block;max-width:350px;overflow-y:hidden}.styles_textArea__28Mqt{margin:0 0 0 -4px;border:2px solid #6aa0eb;padding:2px;border-radius:4px;width:350px;font-size:13px;resize:none}.styles_textArea__28Mqt:focus{outline-width:0}.ExpandCollapseIcon{cursor:pointer;margin-bottom:-2px}.ExpandCollapseIcon--with-background{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;margin:5px;transition:background-color .1s ease-in-out,color .1s ease-in-out;cursor:pointer}.ExpandCollapseIcon--with-background:hover{background-color:#dce2eb}.ExpandCollapseIcon--with-background:hover .ExpandCollapseIcon-icon{color:#fff}.ExpandCollapseIcon .ExpandCollapseIcon-icon{color:#224e90;transition-duration:.3s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.ExpandCollapseIcon .ExpandCollapseIcon-icon-expanded{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ExpandCollapseIcon .ExpandCollapseIcon-icon-collapsed{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ExpandCollapseIcon .ExpandCollapseIcon-icon-black,.IconButton{color:#071b32}.IconButton{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;margin:5px;transition:background-color .1s ease-in-out,color .1s ease-in-out;cursor:pointer}.IconButton:hover{background-color:#dce2eb;color:#fff}.IconButton.disabled{color:#dce2eb}.IconButton.disabled:hover{background-color:#fff;color:#dce2eb}.TextInputLine .TextInputLine--header{display:flex;overflow:hidden}.TextInputLine .TextInputLine--header .TextInputLine--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default;flex-shrink:1;flex-grow:1;width:0;overflow:hidden;text-overflow:ellipsis}.TextInputLine .TextInputLine--header .TextInputLine--error{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.TextInputLine .TextInputLine--input{width:100%;border-radius:3px}.TextInputLine .TextInputLine--input.success{border-color:#9fd356}.TextInputLine .TextInputLine--input.error{border-color:#ec3d3d}.TextInputLine .TextInputLine--input.pending{border-color:#224e90}.TextInputLine .TextInputLine--success{font-size:18px;text-align:right;color:#9fd356;margin:-34px 13px 0 0;float:right}.TextInputLine .TextInputLine--pending{font-size:18px;text-align:right;color:#224e90;margin:-34px 13px 0 0;float:right}.styles_credentialsCell__Z88Vk{font-family:"Roboto",sans-serif!important;padding:0}.styles_credentialsCell__Z88Vk .styles_headline__3_lef{font-weight:400;font-size:15px;margin:10px 10px 0}.styles_credentialsCell__Z88Vk .styles_form__1-aAT{display:flex;flex-wrap:wrap}.styles_credentialsCell__Z88Vk .styles_field__3yQpJ{width:300px;max-width:400px;margin:10px}.Wizard{padding:40px 20px;height:100%;overflow-y:auto}.Wizard .Wizard--inner{max-width:900px;margin:0 auto}.Wizard .Wizard--inner .Wizard--headline{font-size:20px;display:block;margin-bottom:20px}.Wizard .Wizard--inner .Wizard--description{margin-bottom:40px}.Wizard .Wizard--inner .Wizard--buttons{border-top:1px solid #dce2eb;padding-top:20px;display:flex;justify-content:flex-end}.CloseConfirm .CloseConfirm--body{margin-bottom:20px}.ErrorBoundary{display:flex;flex-direction:column;text-align:center;height:100%;justify-content:center;max-width:500px;margin:0 auto}.ErrorBoundary-100vh{height:100vh}.ErrorBoundary .ErrorBoundary--picture{width:107px;height:107px;margin:0 auto 25px;background-size:cover}.ErrorBoundary .ErrorBoundary--headline{font-size:18px;font-weight:400}.ErrorBoundary .ErrorBoundary--description{margin-top:15px;font-size:14px;color:#a6aeb5}.ErrorBoundary .ErrorBoundary--actions{margin-top:35px;display:flex;justify-content:center}.styles_modelArchive__2iX8_{padding:20px 15px;min-height:100%;position:relative;display:flex;flex-direction:column}.styles_headlineContainer__1e4h5{padding:0 5px 10px;flex-grow:0}.styles_headlineContainer__1e4h5 .styles_headline__33S4a{font-size:15px;font-weight:400;display:block}.styles_body__2PVsp{overflow:auto;height:1px;flex-grow:1}.styles_body__2PVsp .styles_activateCol__-lPQy .styles_activeModel__1-q6D{height:24px;border-radius:12px;background-color:#87c333;width:120px;margin-left:10px;font-size:14px;color:#fff;display:flex;justify-content:center;align-items:center;cursor:default}.styles_body__2PVsp .styles_activateCol__-lPQy .styles_activateButton__kLTE9{height:24px;border-radius:12px;width:120px}.styles_table__1IoR3:not(.styles_table__1IoR3.styles_striped__3hq7X) table tr{background-color:#fff}.styles_table__1IoR3.styles_fixedLayout__sZr6h{table-layout:fixed}.styles_table__1IoR3.styles_borderAround__H-7Rn{border:1px solid #dce2eb}.styles_table__1IoR3.styles_borderAround__H-7Rn table{margin:-1px 0}.styles_table__1IoR3.styles_roundedBorder__2Mtol{border-radius:4px}.styles_table__1IoR3.styles_roundedBorder__2Mtol table thead{border-top-left-radius:4px;border-top-right-radius:4px}.styles_table__1IoR3.styles_roundedBorder__2Mtol table thead tr:first-child th:first-child{border-top-left-radius:4px}.styles_table__1IoR3.styles_roundedBorder__2Mtol table thead tr:first-child th:last-child{border-top-right-radius:4px}.styles_table__1IoR3.styles_roundedBorder__2Mtol table tbody tr:last-child td:first-child{border-bottom-left-radius:4px}.styles_table__1IoR3.styles_roundedBorder__2Mtol table tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.styles_table__1IoR3.styles_verticalAlignMiddle__3LVkh td{vertical-align:middle}.styles_table__1IoR3 .styles_removeIconColumn__vQmKv{width:20px;padding:5px}.styles_table__1IoR3 .styles_removeIconColumn__vQmKv.styles_removeDisabled__1zAGo .styles_removeIcon__1IVqL{background-color:#a6aeb5;cursor:default}.styles_table__1IoR3 .styles_removeIconColumn__vQmKv.styles_removeDisabled__1zAGo .styles_removeIcon__1IVqL:hover{background-color:#a6aeb5}.styles_table__1IoR3 .styles_removeIconColumn__vQmKv .styles_removeIcon__1IVqL{height:20px;width:20px;padding:2px;border-radius:10px;background-color:#ec3d3d;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out}.styles_table__1IoR3 .styles_removeIconColumn__vQmKv .styles_removeIcon__1IVqL:hover{background-color:#c23030}.ConfirmationModal{width:400px}.ConfirmationModal .ConfirmationModal--headline{font-size:15px;font-weight:500}.ConfirmationModal--blue{color:#224e90}.ConfirmationModal--white{color:#fff}.ConfirmationModal--green{color:#9fd356}.ConfirmationModal--red{color:#ec3d3d}.ConfirmationModal--orange{color:#f2ad5f}.ConfirmationModal .ConfirmationModal--description{margin-top:20px;white-space:pre-wrap}.ConfirmationModal .ConfirmationModal--input{margin-top:20px}.ConfirmationModal .ConfirmationModal--button-bar{margin-top:20px;display:flex;border:none}.ConfirmationModal .ConfirmationModal--button-bar .button{display:inline-block}.ConfirmationModal .ConfirmationModal--button-bar .button:first-child{margin-left:auto}.ConfirmationModal .ConfirmationModal--button-bar .button:not(:first-child){margin-left:10px}.ConfirmationModal .button-busy{height:24px!important;margin-top:-24px}.styles_pageSelection__1PNJB{position:relative;padding:19px 31px}.styles_selectionWrap__1IzpK{display:flex}.styles_selectionInfo__3NWYw{width:30%;font-size:12px}.styles_selectionGraph__1WM_e{width:70%;padding:0 0 0 50px;text-align:center}.styles_selectionGraph__1WM_e .styles_selectionGraphHistory__CPqRx{text-align:right;color:#a6aeb5}.styles_selectionInfoContainer__2yO1a{border:1.25px solid #dce2eb;border-radius:4px}.styles_selectionInfoTitle__3AVLg{padding:10px 0;text-align:center;font-weight:700}.styles_selectionInfoItem__2yQiz{display:flex;flex-direction:row;padding:6px 10px 5px;position:relative;border-top:1.25px solid #dce2eb;margin:-1px 0 0}.styles_selectionInfoLabel__1zpI4{font-weight:400;overflow:hidden;padding:5px 0;margin:auto 0 auto 5px}.styles_selectionInfoList__1oWar{color:#a6aeb5;font-size:10px;margin-top:1px}.styles_selectionInfoIcon__ahoTQ{margin:auto 0;width:20px;vertical-align:middle}.styles_tooltip__3qoSf{position:absolute;background-color:#fff;padding:10px;color:#071b32;border-radius:5px;pointer-events:none;opacity:1;z-index:10;border:1px solid #dce2eb;box-shadow:0 2px 3px rgba(0,0,0,.1)}.styles_arrow__3QtPU{display:none}.styles_parent__3Xvv3{height:100%}.styles_banner__26743{height:26px;width:250px;margin-left:auto;border-bottom-left-radius:26px;background-color:#224e90;color:#fff;font-weight:400;padding:5px 10px 5px 20px}.styles_tooltip__3T46J{pointer-events:none;background:#fff;border:1px solid #dce2eb;border-radius:4px;padding:8px;font-size:12px;text-align:left;display:table}.styles_tooltip__3T46J:before{content:"";position:absolute;left:50%;border:5px solid transparent;border-top-color:#dce2eb;bottom:-10px;margin:0 0 0 -5px}.styles_tooltip__3T46J:after{content:"";position:absolute;left:50%;border:5px solid transparent;border-top-color:#fff;bottom:-9px;margin:0 0 0 -5px}.styles_tooltip__3T46J .styles_tooltipGrid__3tbNo{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:5px;grid-row-gap:5px}.styles_chartAxis__1Fh3X path{display:none}.styles_chartAxis__1Fh3X .styles_bottomTicks__2Knda{font-size:12px}.styles_chartAxis__1Fh3X .styles_bottomTicks__2Knda line{display:none}.styles_chartAxis__1Fh3X .styles_bottomTicks__2Knda text{fill:#979fa8}.styles_performanceDrift__2o3uZ{position:relative;text-align:center;padding:19px 31px;height:100%}.styles_performanceDriftChart__3cJek,.styles_performanceDriftChart__3cJek>div{height:500px}.styles_performanceDriftChartSizer__2WPmB{height:120px}.styles_performanceDriftChartSizer__2WPmB>div{min-height:120px}.styles_sliceWarning__3CdHF{position:absolute;left:100px;white-space:nowrap;color:#a6aeb5}.styles_brush__3NTPR .styles_selection__3nBSB{stroke:#537faf;fill:#537faf;fill-opacity:.3;stroke-width:1px}.styles_chartAxis__Rjdwf path{display:none}.styles_chartAxis__Rjdwf .styles_bottomTicks__2Ntf1{font-size:12px}.styles_chartAxis__Rjdwf .styles_bottomTicks__2Ntf1 line{display:none}.styles_chartAxis__Rjdwf .styles_bottomTicks__2Ntf1 text{fill:#979fa8}.styles_rejectAutoForceToggle__2yooS{display:flex;flex-direction:row}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U{border:1px solid #a6aeb5;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .1s ease-in-out;cursor:pointer}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21{background-color:#a6aeb5}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U:not(:last-child){margin-right:6px}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21{width:14px;height:14px;border-radius:50%;opacity:0;transition:opacity .1s ease-in-out}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21.styles_isActive__1gRdw{opacity:1}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21:hover{opacity:.5}.styles_rejectAutoForceToggle__2yooS .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21:hover.styles_isActive__1gRdw{opacity:1}.styles_rejectAutoForceToggle__2yooS.styles_rejected__3lioR .styles_rejectAutoForceElement__1993U{border-color:#f2ad5f}.styles_rejectAutoForceToggle__2yooS.styles_rejected__3lioR .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21{background-color:#f2ad5f}.styles_rejectAutoForceToggle__2yooS.styles_auto__1E_gs .styles_rejectAutoForceElement__1993U{border-color:#6aa0eb}.styles_rejectAutoForceToggle__2yooS.styles_auto__1E_gs .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21{background-color:#6aa0eb}.styles_rejectAutoForceToggle__2yooS.styles_forced__i8DDS .styles_rejectAutoForceElement__1993U{border-color:#9fd356}.styles_rejectAutoForceToggle__2yooS.styles_forced__i8DDS .styles_rejectAutoForceElement__1993U .styles_activeBubble__wPA21{background-color:#9fd356}.styles_ascDesc__2DlDN{position:relative;display:inline-block;padding-right:13px;cursor:pointer}.styles_ascDesc__2DlDN .styles_bottom__2ihcx,.styles_ascDesc__2DlDN .styles_top__3orzL{position:absolute;right:0;top:50%;border:4px solid transparent;cursor:pointer}.styles_ascDesc__2DlDN .styles_top__3orzL{margin:-9px 0 0;border-bottom-color:#cacdd2}.styles_ascDesc__2DlDN .styles_top__3orzL:hover{border-bottom-color:#a6aeb5}.styles_ascDesc__2DlDN .styles_bottom__2ihcx{margin:1px 0 0;border-top-color:#cacdd2}.styles_ascDesc__2DlDN .styles_bottom__2ihcx:hover{border-top-color:#a6aeb5}.styles_ascDesc__2DlDN.styles_asc__30WR2 .styles_top__3orzL,.styles_ascDesc__2DlDN.styles_asc__30WR2 .styles_top__3orzL:hover{border-bottom-color:#3971b2}.styles_ascDesc__2DlDN.styles_asc__30WR2 .styles_bottom__2ihcx:hover{border-top-color:#a6aeb5}.styles_ascDesc__2DlDN.styles_desc__17H3u .styles_bottom__2ihcx,.styles_ascDesc__2DlDN.styles_desc__17H3u .styles_bottom__2ihcx:hover{border-top-color:#3971b2}.styles_ascDesc__2DlDN.styles_desc__17H3u .styles_top__3orzL:hover{border-bottom-color:#a6aeb5}.TabLineBubbles.design-bubbles{display:flex}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons{display:flex;flex-wrap:wrap;margin-bottom:-10px}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button{display:flex;justify-content:center;align-items:center;font-size:12px;padding:11px 20px;height:36px;border-radius:20px;margin-right:10px;margin-bottom:10px;transition:color .25s ease-in-out,background-color .25s ease-in-out}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button.active{color:#fff;background-color:#224e90}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button.active .TabLineBubbles--icon{color:#fff}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button.inactive{color:#071b32;background-color:#eef0f2}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button.inactive .TabLineBubbles--icon{color:#071b32}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button.inactive:hover{color:#fff;background-color:#224e90}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button.inactive:hover .TabLineBubbles--icon{color:#fff}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button .TabLineBubbles--icon{margin-right:6px}.TabLineBubbles.design-bubbles .TabLineBubbles--buttons .TabLineBubbles--button .TabLineBubbles--text{display:flex;justify-content:center}.TabLineBubbles.design-bubbles .TabLineBubbles--right{display:flex}.TabLineBubbles.design-bubbles .TabLineBubbles--right.center-y{align-items:center}.TabLineBubbles.design-bubbles .TabLineBubbles--right.align-right{margin-left:auto}.TabLineBubbles.design-tabs,.TabLineBubbles.design-tabs .TabLineBubbles--buttons{display:flex}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button{display:flex;justify-content:center;align-items:center;font-size:14px;padding:11px 20px;height:41px;border-radius:8px 8px 0 0;margin-top:5px;margin-right:5px;transition:color .25s ease-in-out,background-color .25s ease-in-out}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button.active{color:#fff;background-color:#224e90}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button.active .TabLineBubbles--icon{color:#fff}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button.inactive{color:#071b32;background-color:#eef0f2}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button.inactive .TabLineBubbles--icon{color:#071b32}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button.inactive:hover{color:#fff;background-color:#224e90}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button.inactive:hover .TabLineBubbles--icon{color:#fff}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button .TabLineBubbles--icon{margin-right:6px}.TabLineBubbles.design-tabs .TabLineBubbles--buttons .TabLineBubbles--button .TabLineBubbles--text{display:flex;justify-content:center}.TabLineBubbles.design-tabs .TabLineBubbles--right{display:flex}.TabLineBubbles.design-tabs .TabLineBubbles--right.center-y{align-items:center}.TabLineBubbles.design-tabs .TabLineBubbles--right.align-right{margin-left:auto}.Influencers{padding:26px 20px;height:100%;display:flex;flex-direction:column}.Influencers .Influencers--header{margin-bottom:20px}.Influencers .Influencers--charts{height:0;flex-grow:1;overflow-y:auto;overflow-x:hidden}.Influencers .Influencers--buttons{display:flex;justify-content:flex-end;margin-top:30px;background-color:#fff;position:-webkit-sticky;position:sticky;bottom:0;padding:10px 20px 0}.ShapChart .ShapChart--legend{display:flex;flex-direction:row;align-items:center}.ShapChart .ShapChart--legend .ShapChart--legend-gradient{height:20px;width:200px;margin:0 20px}.ShapChart .ShapChart--legend .ShapChart--legend-label{width:10px;flex-grow:1}.ShapChart .ShapChart--legend .ShapChart--legend-label.ShapChart--legend-label-left{text-align:right}.styles_shapChart__1ZBem{padding:20px 20px 60px}.ModelTuningResults--container .ModelTuningResults--headline{margin-bottom:5px}.ModelTuningResults--container .ModelTuningResults--parameter-block{margin-bottom:15px}.ModelTuningResults--container .ModelTuningResults--parameter-name{display:inline-block;width:200px;overflow-wrap:anywhere}.ModelTuningResults--container .ModelTuningResults--parameter-value{display:inline-block;width:50px;text-align:right}.ModelTuningResults--container .AlgorithmTuningResults--container{margin-bottom:15px}.IndicatorEmpty{display:flex;flex-direction:column;text-align:center;height:100%;justify-content:center;max-width:500px;margin:0 auto}.IndicatorEmpty .IndicatorEmpty--picture{width:107px;height:107px;margin:0 auto 25px;background-size:cover}.IndicatorEmpty .IndicatorEmpty--headline{font-size:18px;font-weight:400}.IndicatorEmpty .IndicatorEmpty--description{margin-top:15px;font-size:14px;color:#a6aeb5}.IndicatorEmpty .IndicatorEmpty--actions{margin-top:35px;display:flex;justify-content:center}.Checkbox{position:relative;cursor:pointer;width:20px;height:20px;line-height:20px}.Checkbox .Checkbox--mark-input{position:absolute;opacity:0;height:0;width:0}.Checkbox .Checkbox--mark-input:checked~.Checkbox--mark:after{display:block}.Checkbox .Checkbox--mark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #eee;border-radius:4px}.Checkbox .Checkbox--mark:hover{background-color:#ccc}.Checkbox .Checkbox--mark:after{content:"";position:absolute;display:none;left:6px;top:0;width:8px;height:14px;border:solid #00008b;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Checkbox .Checkbox--label{white-space:nowrap;padding-left:30px}.ParameterTuningSelection--container .ParameterTuning--search-strategy-select{width:30%}.ParameterTuningSelection--container .ParameterTuning--headline{margin-bottom:5px}.ParameterTuningSelection--container .ParameterTuningAlgorithm--container{margin-top:20px;border-top:1px solid #dce2eb;padding-top:20px;display:flex}.ParameterTuningSelection--container .ParameterTuningAlgorithm--container .ParameterTuning--element{margin-left:20px;flex-grow:1}.ParameterTuningSelection--container .ParameterTuningAlgorithm--container .ParameterTuning--deselected{color:#9f9f9f}.ParameterTuningSelection--container .ParameterTuningAlgorithm--container .ParameterTuning--parameter-container{display:flex;flex-wrap:wrap}.ParameterTuningSelection--container .ParameterTuningAlgorithm--container .ParameterTuning--parameter-container .ParameterTuningParameter--container{width:30%;margin-right:20px;margin-top:10px;display:flex;flex-direction:column}.ParameterTuningSelection--container .ParameterTuningAlgorithm--container .ParameterTuning--parameter-container .ParameterTuningParameter--container .ParameterTuning--input{margin-top:auto}.PipelineTuningResultsBestModel .PipelineTuningResultsBestModel--infos{margin-bottom:10px;font-size:15px;color:#071b32}.PipelineTuningResultsBestModel .PipelineTuningResultsBestModel--infos .PipelineTuningResultsBestModel--info-line{margin-bottom:5px}.PipelineTuningResultsBestModel .PipelineTuningResultsBestModel--infos .PipelineTuningResultsBestModel--info-line .PipelineTuningResultsBestModel--infos-key{font-weight:400;margin-right:5px}.PipelineTuningResultsBestModel .PipelineTuningResultsBestModel--model-container{border:1px solid #dce2eb;border-radius:4px}.PipelineTuningResultsBestModel .PipelineTuningResultsBestModel--model-container .PipelineTuningResults--best-model-chart{border-bottom:1px solid #dce2eb}.PipelineTuningChart{width:100%;overflow-x:auto;display:flex}.PipelineTuningChart .react-flow__handle{visibility:hidden}.PipelineTuningChart .PipelineTuningChart--flow-element-group,.PipelineTuningChart .PipelineTuningChart--flow-element-node{border-width:1px;border-radius:4px;border-style:solid}.PipelineTuningChart .PipelineTuningChart--flow-element-node{width:170px;min-height:59px;border-color:#9f9f9f;transition:border-color .1s ease-in-out,color .1s ease-in-out,background-color .1s ease-in-out;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.PipelineTuningChart .PipelineTuningChart--flow-element-node:hover{border-color:#224e90;background-color:#224e90;color:#fff}.PipelineTuningChart .PipelineTuningChart--flow-element-node.PipelineTuningChart--flow-element-node-selected{border-color:#224e90!important;background-color:#224e90;color:#fff}.PipelineTuningChart .PipelineTuningChart--flow-element-node.PipelineTuningChart--flow-element-node-type-classifier{border-color:#071b32}.PipelineTuningChart .PipelineTuningChart--flow-element-group{border-color:#dce2eb;background-color:#eef0f2;box-shadow:0 4px 8px rgba(0,0,0,.1)}.PipelineTuningChart .PipelineTuningChart--flow-element-group--placeholder{border-color:#eef0f2!important;color:transparent!important}.PipelineTuningChart .PipelineTuningChart--flow-element-group--placeholder *{color:transparent!important}.PipelineTuningChart .PipelineTuningChart--flow-element-group .PipelineTuningChart--group-title-container{margin:5px 5px 10px}.PipelineTuningChart .PipelineTuningChart--flow-element-group .PipelineTuningChart--group-title-container .PipelineTuningChart--group-title{color:#a6aeb5;text-align:center;display:block;font-weight:400}.PipelineTuningChart .PipelineTuningChart--node{width:100%;height:100%;padding:5px}.PipelineTuningChart .PipelineTuningChart--node.PipelineTuningChart--node-inactive .PipelineTuningChart--title{color:#a6aeb5}.PipelineTuningChart .PipelineTuningChart--title{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;letter-spacing:.2px;margin-bottom:5px}.PipelineTuningChart .PipelineTuningChart--title span{text-align:center}.PipelineTuningChart .PipelineTuningChart--node-type{display:flex;align-items:center;justify-content:center;color:#a6aeb5;font-size:12px}.PipelineTuningChart .PipelineTuningChart--node-type span{text-align:center}.PipelineTuningChart .PipelineTuningChart--group .PipelineTuningChart--group-node{border:1px solid #9f9f9f;border-radius:4px;margin:5px;width:170px;min-height:59px;background-color:#fff;transition:border-color .1s ease-in-out,color .1s ease-in-out;display:flex;justify-content:center;align-items:center}.PipelineTuningChart .PipelineTuningChart--group .PipelineTuningChart--group-node:hover{border-color:#224e90!important;background-color:#224e90;color:#fff}.PipelineTuningChart .PipelineTuningChart--group .PipelineTuningChart--group-node:not(:last-child){margin-bottom:10px}.PipelineTuningChart .PipelineTuningChart--group .PipelineTuningChart--group-node.PipelineTuningChart--group-node-selected{border-color:#224e90!important;background-color:#224e90;color:#fff}.PipelineTuningChart .PipelineTuningChart--group .PipelineTuningChart--group-node.PipelineTuningChart--group-node-type-classifier{border-color:#071b32}.ModelParameters .ModelParameter--model-step{padding:10px;display:flex;flex-direction:column;position:relative}.ModelParameters .ModelParameter--model-step:not(:last-child){border-bottom:1px solid #dce2eb}.ModelParameters .ModelParameter--model-step-active:after{content:"";position:absolute;width:4px;border-radius:2px;left:-2px;top:0;bottom:0;background-color:#224e90}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--display-name{font-weight:400;font-size:15px}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--description{margin-top:5px}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--static,.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--tuning{margin-top:10px;display:flex;flex-direction:column}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--static .ModelParameter--model-step--params-headline,.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--tuning .ModelParameter--model-step--params-headline{font-weight:400;color:#a6aeb5;margin-bottom:5px}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--static .ModelParameter--model-step--params-container,.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--tuning .ModelParameter--model-step--params-container{display:flex;flex-direction:column}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--static .ModelParameter--model-step--params-container .ModelParameter--model-step--params,.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--tuning .ModelParameter--model-step--params-container .ModelParameter--model-step--params{width:300px;margin-bottom:5px;justify-content:stretch}.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--static .ModelParameter--model-step--params-container .ModelParameter--model-step--params .ModelParameter--model-step--params-name,.ModelParameters .ModelParameter--model-step .ModelParameter--model-step--parameters .ModelParameter--model-step--tuning .ModelParameter--model-step--params-container .ModelParameter--model-step--params .ModelParameter--model-step--params-name{font-weight:400;margin-right:5px}.PipelineTuningResults{padding:26px 20px;height:100%;display:flex;flex-direction:column}.PipelineTuningResults .PipelineTuningResults--header{margin-bottom:20px;flex-shrink:0}.PipelineTuningResults .PipelineTuningResults--body{overflow-y:auto;padding:16px 20px 0;height:100%}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath{margin-bottom:30px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline{display:flex;flex-wrap:wrap}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline .SingleResultsPerPath--headline-item{flex-shrink:0;white-space:nowrap;cursor:pointer}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline .SingleResultsPerPath--headline-item-toggle{width:30px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline .SingleResultsPerPath--headline-item-best-score{width:150px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline .SingleResultsPerPath--headline-item-classifier{width:280px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline .SingleResultsPerPath--headline-item-parameter-settings{width:150px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--headline .SingleResultsPerPath--headline-item .SingleResultsPerPath--headline-key{font-weight:400;margin-right:5px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--body{margin-top:10px;margin-left:30px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--body .SingleResultsPerPath--pipeline{margin-bottom:10px;border:1px solid #dce2eb;border-radius:4px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--body .SingleResultsPerPath--results-table table td,.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--body .SingleResultsPerPath--results-table table th{white-space:nowrap}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--body .SingleResultsPerPath--results-table table thead .tr--header-node th{border-bottom:none;color:#071b32;padding:8px 10px 2px}.PipelineTuningResultsSingleResults .SingleResultsPerPipeline .SingleResultsPerPath .SingleResultsPerPath--body .SingleResultsPerPath--results-table table thead .tr--header-parameter th{border-top:none;padding:2px 10px 10px}.LineChart{height:100%;display:flex;flex-direction:column}.LineChart .LineChart--title{color:#071b32;font-weight:400;margin:0 0 13px;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.LineChart .LineChart--container{padding:5px;height:1px;flex-grow:1}.LineChart .LineChart--container.LineChart--with-border{border:1px solid #dce2eb;border-radius:4px}.LineChart .LineChart--link{text-decoration:none}.LineChart .LineChart--link,.PieChart{height:100%;display:flex;flex-direction:column}.PieChart .PieChart--title{color:#071b32;font-weight:400;margin:0 0 13px;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.PieChart .PieChart--container{padding:5px;height:1px;flex-grow:1;display:flex}.PieChart .PieChart--container.PieChart--with-border{border:1px solid #dce2eb;border-radius:4px}.PieChart .PieChart--container .PieChart--chart{width:50%;flex-grow:1}.PieChart .PieChart--container .PieChart--legend{width:50%;flex-grow:1;padding:0 0 5px 25px;font-size:11px;color:#a6aeb5;display:flex;flex-direction:column;justify-content:center}.PieChart .PieChart--container .PieChart--legend li{padding:4px 0}.PieChart .PieChart--container .PieChart--legend .PieChart--legend-dot{width:10px;height:10px;vertical-align:top;border-radius:50%;display:inline-block;margin:2px 5px 0 0}.PieChart .PieChart--link{text-decoration:none}.BarChart,.PieChart .PieChart--link{height:100%;display:flex;flex-direction:column}.BarChart .BarChart--title{color:#071b32;font-weight:400;margin:0 0 13px;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.BarChart .BarChart--container{padding:5px;height:1px;flex-grow:1}.BarChart .BarChart--container.BarChart--with-border{border:1px solid #dce2eb;border-radius:4px}.BarChart .BarChart--link{text-decoration:none;height:100%;display:flex;flex-direction:column}.BarChart .BarChart--empty{height:100%!important;display:flex;align-items:center;justify-content:center;cursor:default}.styles_augurDetailsSettings__10KQc{height:100%;overflow-y:scroll;padding:20px}.styles_augurDetailsSettings__10KQc .styles_settingsButtons__1X1iC{margin-top:10px;display:flex;align-items:flex-end;flex-direction:column}.SettingsBlock .SettingsBlock--title{font-size:15px;font-weight:400;color:#a6aeb5;margin:20px 0 10px 10px}.SettingsBlock .SettingsBlock--block{border-radius:4px;border:1px solid #dce2eb;width:100%;padding:26px 20px 27px}.SettingsBlock .SettingsBlock--block.SettingsBlock--block-white{background:#fff}.SettingsBlock .SettingsBlock--block.SettingsBlock--block-grey{background:#eef0f2}.SettingsBlock .SettingsBlock--element{display:flex}.SettingsBlock .SettingsBlock--element .SettingsBlock--left{width:30%}.SettingsBlock .SettingsBlock--element .SettingsBlock--left .SettingsBlock--element-title{color:#224e90;margin:0 0 11px;font-weight:400;font-size:15px}.SettingsBlock .SettingsBlock--element .SettingsBlock--left .SettingsBlock--element-description{margin:5px 0 0;font-weight:300;font-size:12px}.SettingsBlock .SettingsBlock--element .SettingsBlock--right{margin-left:10%;width:60%}.SettingsBlock .SettingsBlock--element .SettingsBlock--right .buttons{margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SettingsBlock .SettingsBlock--element .SettingsBlock--right .buttons .Button{display:inline-block}.SettingsBlock .SettingsBlock--hr{margin:20px auto}.styles_heatmap__1VN0a{overflow-y:auto}.styles_tooltip__1WX-8{display:flex;flex-direction:column;z-index:3}.styles_tooltip__1WX-8 .styles_tooltipLine__uSirz{margin-bottom:5px;display:flex;align-items:center}.styles_tooltip__1WX-8 .styles_tooltipLine__uSirz .styles_tooltipKey__2UHMs{font-weight:400;margin-right:5px}.styles_tooltip__1WX-8 .styles_tooltipLine__uSirz .styles_tooltipAlertIcon__3-win{margin-left:5px;color:#f38a12}.styles_content__ZLkKx{position:relative;text-align:center;padding:19px 31px;height:100%}.styles_chart__21BbM,.styles_chart__21BbM>div{height:500px}.styles_timeline__2Pg4q{height:120px}.styles_timeline__2Pg4q>div{min-height:120px}.styles_button__3bzyI{padding:10px 20px;font-size:14px;text-decoration:none;position:relative;text-align:center;border-radius:20px;font-weight:300;margin:0;background:#224e90}.styles_button__3bzyI [class*=" icon-"],.styles_button__3bzyI [class^=icon-]{margin:2px 8px -2px -8px;vertical-align:top;font-size:18px;line-height:10px;display:inline-block;opacity:.5}.styles_button__3bzyI .styles_icon-plus__ffg1r{margin:2px 2px -2px -12px}.styles_button-green__1fIv5{background:#87c333;color:#fff;box-shadow:none}.styles_button-green__1fIv5:focus,.styles_button-green__1fIv5:hover{color:#fff;background:#6b9b28}.styles_button-orange__234VH{background:#ee9530;color:#fff;box-shadow:none}.styles_button-orange__234VH:focus,.styles_button-orange__234VH:hover{color:#fff;background:#d97c12}.styles_button-red__3Drig{background:#e01616;color:#fff;box-shadow:none}.styles_button-red__3Drig:focus,.styles_button-red__3Drig:hover{color:#fff;background:#b21111}.styles_button-transparent__2cQxQ{background:none;color:#224e90;text-decoration:none;box-shadow:none}.styles_button-transparent__2cQxQ:focus,.styles_button-transparent__2cQxQ:hover{color:#fff;background:#224e90}.styles_button-transparent__2cQxQ:focus svg,.styles_button-transparent__2cQxQ:hover svg{stroke:#fff}.styles_button-white__1kuir{background:#fff;color:#071b32;text-decoration:none;box-shadow:none}.styles_button-white__1kuir:focus,.styles_button-white__1kuir:hover{color:#fff;background:#224e90!important}.styles_button-white__1kuir.styles_inactive__3Yjbp{background:#eef0f2}.styles_button-bordered__3ukE6{background:none;color:#fff;border-radius:15px;box-shadow:none;border:1px solid hsla(0,0%,100%,.8);font-size:15px;min-width:110px;padding:6px 20px 8px}.styles_button-bordered__3ukE6:focus,.styles_button-bordered__3ukE6:hover{color:#071b32;background:#fff}.styles_button-bordered__3ukE6 [class*=" icon-"],.styles_button-bordered__3ukE6 [class^=icon-]{margin:2px 2px -2px -12px;vertical-align:top;font-size:18px;line-height:10px;display:inline-block;opacity:.5}.styles_button-sm__1nWtW{font-size:12px;padding:10px 20px 12px}.styles_button-sm__1nWtW [class*=" icon-"],.styles_button-sm__1nWtW [class^=icon-]{font-size:16px}.styles_button-md__1QV7_{padding:15px 25px 14px;font-size:15px;border-radius:25px}.styles_button-lg__1_iFL{padding:12px 30px;min-width:165px}.styles_button-block__1e75A{display:block;width:100%}.styles_button-disabled__26Eq4{opacity:.25;cursor:not-allowed;pointer-events:none}.styles_PagingParent__2vgTY{width:100%;display:flex;flex-direction:column;justify-content:stretch;height:100%}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW{padding:0 0 10px;display:flex;align-items:center;flex-grow:0}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_PagePickerContainer__1KWjJ{display:flex;margin-left:auto;height:36px;align-items:center;border-radius:20px!important}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ{display:flex;margin-left:10px;height:36px;padding:0;border-radius:20px;align-items:center;border:1px solid #dce2eb;flex-shrink:0}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_left__6O7uh,.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_right__3DP3o{height:36px;padding:0 10px;display:flex;align-items:center;transition:background-color .1s ease-in-out,color .1s ease-in-out}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_left__6O7uh.styles_active__ly8JD .styles_pageChevron__3kQRg,.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_right__3DP3o.styles_active__ly8JD .styles_pageChevron__3kQRg{stroke:#224e90}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_left__6O7uh.styles_active__ly8JD:hover,.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_right__3DP3o.styles_active__ly8JD:hover{background-color:#224e90}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_left__6O7uh.styles_active__ly8JD:hover .styles_pageChevron__3kQRg,.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_right__3DP3o.styles_active__ly8JD:hover .styles_pageChevron__3kQRg{stroke:#fff}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_left__6O7uh.styles_inactive__3Yjbp,.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_right__3DP3o.styles_inactive__3Yjbp{pointer-events:none}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_left__6O7uh.styles_inactive__3Yjbp .styles_pageChevron__3kQRg,.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_right__3DP3o.styles_inactive__3Yjbp .styles_pageChevron__3kQRg{stroke:#dce2eb}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_info__3ZFdo{padding:0 10px}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_rightRounded__36C4o{border-radius:0 20px 20px 0}.styles_PagingParent__2vgTY .styles_PagingHeader__2xAZW .styles_pagePicker__r-ZtZ .styles_leftRounded__26AMn{border-radius:20px 0 0 20px}.styles_PagingParent__2vgTY .styles_PagingContent__1RByd{width:100%;flex-grow:1;overflow-y:auto}.styles_TextInputSearch__1xJhi{position:relative;display:inline-block;height:36px;padding:0 0 0 16px;border-radius:18px;background-color:#fff;border:1px solid #dce2eb}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A{margin:0;border-radius:3px;box-sizing:border-box;font-size:15px;display:flex}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn{padding:0;height:34px;border:none}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn::-webkit-input-placeholder{color:#a6aeb5}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn:-moz-placeholder,.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn::-moz-placeholder{color:#a6aeb5}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn:-ms-input-placeholder{color:#a6aeb5}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn:active,.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn:focus{border:none;background:none}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroup__2h45A .styles_TextInputSearchInputGroupField__3H_Fn::-ms-clear{display:none}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroupButton__21VXD{vertical-align:middle}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroupButton__21VXD .styles_SearchBarButton__15Dxx{height:36px;text-align:center;padding:0 0 2px;cursor:pointer;width:34px;margin:0 4px 0 -6px;box-shadow:none}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroupButton__21VXD .styles_SearchBarButton__15Dxx:hover .styles_iconSearch__1hjvw{color:#224e90}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroupButton__21VXD .styles_SearchBarButton__15Dxx .styles_iconSearch__1hjvw{font-size:19px;line-height:26px;color:#a6aeb5;transition:color .1s ease-in-out;margin:0 0 -2px -2px;display:block}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroupButton__21VXD .styles_SearchBarButton__15Dxx .styles_SearchBarIconCross__3GftT{margin:2px 0 -2px 3px;opacity:1;color:#a6aeb5;transition:color .1s ease-in-out}.styles_TextInputSearch__1xJhi .styles_SearchBarInputGroupButton__21VXD .styles_SearchBarButton__15Dxx .styles_SearchBarIconCross__3GftT:hover{color:#224e90}.styles_TextInputSearch__1xJhi .styles_fixedContainer__3Z--N{width:36px}.styles_selectable__1ayLm:hover .styles_jobType__14HbL{color:#224e90}.styles_selectable__1ayLm.styles_entry__7Az1z{cursor:pointer}.styles_augurBiographyList__3lJKg{padding-top:20px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z{display:flex;position:relative}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_selected__1St_d .styles_jobType__14HbL{color:#224e90}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_selectedMarker__16deH{position:absolute;left:0;top:10px;color:#224e90}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_timestampContainer__3gfTd{width:160px;padding-top:10px;display:flex;align-items:flex-end;flex-direction:column}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_timestampContainer__3gfTd .styles_timestamp__9u0Ge{margin-bottom:10px;display:flex}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_timestampContainer__3gfTd .styles_timestamp__9u0Ge .styles_date__3o1iG{font-weight:400}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_timestampContainer__3gfTd .styles_timestamp__9u0Ge .styles_time__1KPQo{min-width:60px;display:block;text-align:right}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_timestampContainer__3gfTd .styles_ago__2mGYw{color:#a6aeb5;margin-bottom:15px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_lineContainer__79Ggd{position:relative;width:20px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_lineContainer__79Ggd .styles_line__2AuEB{width:0;position:absolute;left:10px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_bubble__Z_-kt{width:17px;height:17px;border-radius:50%;border:4px solid #fff;position:absolute;left:2px;top:9px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC{width:20px;flex-grow:1;flex-shrink:0;padding:10px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_jobTypeContainer__ukmqi{margin-bottom:5px;display:flex;align-items:center}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_jobTypeContainer__ukmqi .styles_jobType__14HbL{font-weight:500;display:inline-block}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_jobTypeContainer__ukmqi .styles_errorIcon__1cXz1{color:#ec3d3d;margin-left:5px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3{margin-bottom:5px;display:flex;white-space:nowrap}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3.styles_infoPlot__3zDWO{display:flex;flex-direction:column}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3.styles_infoPlotParent__BQ1wi{margin-top:10px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoTitle__8BX_O{font-weight:400;margin-right:5px;display:flex}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w{overflow:hidden;text-overflow:ellipsis}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w a{text-decoration:none;cursor:pointer}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w a:hover{text-decoration:underline}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_line__2AuEB{top:25px;bottom:0;border-left:1px solid #a6aeb5}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_bubble__Z_-kt{background-color:#ec3d3d!important}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC{border-bottom:1px solid #dce2eb;margin-bottom:20px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_jobType__14HbL{font-weight:500;color:#ec3d3d}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_info__WrXm3{font-weight:300;margin-bottom:5px;color:#ec3d3d;display:block}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w{text-overflow:ellipsis}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w .styles_infoLink__3K9RC{margin-top:5px;padding:clear}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w .styles_infoLink__3K9RC a{cursor:pointer;color:#ec3d3d}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w .styles_infoLinkInner__2lC-d{border-left:none;color:#ec3d3d}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryError__3hjAU .styles_entryBody__3CpGC .styles_info__WrXm3 .styles_infoValue__2hb6w .styles_infoLinkInner__2lC-d:hover span{color:#ec3d3d}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryLearning__1-Z6x .styles_line__2AuEB{top:0;height:13px;border-left:1px solid #a6aeb5}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryLearning__1-Z6x .styles_bubble__Z_-kt{background-color:#224e90}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryLearning__1-Z6x .styles_entryBody__3CpGC{border-bottom:1px solid #dce2eb;margin-bottom:20px}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryEvaluation__35tAD .styles_line__2AuEB{top:0;bottom:0;border-left:1px solid #a6aeb5}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryEvaluation__35tAD .styles_bubble__Z_-kt{background-color:#9f9f9f}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryPrediction__26tXM .styles_line__2AuEB{top:0;bottom:0;border-left:1px solid #a6aeb5}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryPrediction__26tXM .styles_bubble__Z_-kt{background-color:#6aa0eb}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryGap__1IHBf .styles_line__2AuEB{top:0;bottom:0;border-left:1px dashed #9f9f9f}.styles_augurBiographyList__3lJKg .styles_entries__4MPD4 .styles_entry__7Az1z.styles_entryGap__1IHBf .styles_entryBody__3CpGC svg{color:#071b32}.styles_job__2H7J3{background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:background-color .1s ease-in-out}.styles_job__2H7J3:hover{background-color:#eef0f2}.styles_job__2H7J3.styles_jobLarge__387CT{width:180px;height:90px;padding:12px 10px 0 15px;border-radius:5px;display:flex;flex-direction:column;align-items:center}.styles_job__2H7J3.styles_jobLarge__387CT .styles_jobType__3-SXw{margin-bottom:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.styles_job__2H7J3.styles_jobLarge__387CT .styles_jobName__2vQdR{width:22ch;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_job__2H7J3.styles_jobLarge__387CT .styles_codeCapsuleVersion__3zgjc{position:absolute;left:0;bottom:0;background-color:#3a3a3a;border-top-right-radius:4px;border-bottom-left-radius:4px;height:16px;max-width:50%;padding:2px 4px;z-index:3}.styles_job__2H7J3.styles_jobLarge__387CT .styles_codeCapsuleVersion__3zgjc span{display:block;color:#fff;font-weight:400;font-size:10px;overflow:hidden;text-overflow:ellipsis}.styles_job__2H7J3.styles_jobLarge__387CT .styles_codeCapsuleVersion__3zgjc:before{content:"";position:absolute;width:10px;height:5px;background-color:transparent;right:-10px;bottom:0;border-bottom-left-radius:5px;box-shadow:-5px 0 0 0 #3a3a3a}.styles_job__2H7J3.styles_jobSlim__DGdPA{width:30px;height:30px;border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.styles_job__2H7J3.styles_jobSlim__DGdPA .styles_statusBar__25nUu{left:0;right:0;height:4px;border-radius:0 0 4px 4px;transition:background-color .25s ease-in-out}.styles_job__2H7J3.styles_clickable__2BtYx{cursor:pointer}.styles_job__2H7J3 .styles_jobStatus__2mw1M{font-size:11px;text-align:right;position:absolute;bottom:1px;right:5px;color:#fff;z-index:3}.styles_job__2H7J3 .styles_statusBar__25nUu{position:absolute;left:0;right:0;bottom:0;height:16px;z-index:2;border-radius:0 0 4px 4px}.styles_job__2H7J3 .styles_statusBar__25nUu.styles_statusBarBackground__3XfhU{z-index:1;background-color:#eef0f2!important}.styles_job__2H7J3.styles_statusRunning__3YdMU .styles_statusBar__25nUu{background:#224e90}.styles_job__2H7J3.styles_statusRunning__3YdMU .styles_jobStatus__2mw1M{color:#fff}.styles_job__2H7J3.styles_statusWaiting__3zGzS .styles_statusBar__25nUu{background:#dce2eb}.styles_job__2H7J3.styles_statusWaiting__3zGzS .styles_jobStatus__2mw1M{color:#9f9f9f}.styles_job__2H7J3.styles_statusWaitinInExecutionQueue__3YluK .styles_statusBar__25nUu{background:#9f9f9f}.styles_job__2H7J3.styles_statusWaitinInExecutionQueue__3YluK .styles_jobStatus__2mw1M{color:#fff}.styles_job__2H7J3.styles_statusTriggered__3TVm- .styles_statusBar__25nUu{background:#8c2290}.styles_job__2H7J3.styles_statusTriggered__3TVm- .styles_jobStatus__2mw1M{color:#fff}.styles_job__2H7J3.styles_statusSuccess__1x1JP .styles_statusBar__25nUu{background:#9fd356}.styles_job__2H7J3.styles_statusSuccess__1x1JP .styles_jobStatus__2mw1M{color:#fff}.styles_job__2H7J3.styles_statusCancelled__lg790 .styles_statusBar__25nUu{background:#f2ad5f}.styles_job__2H7J3.styles_statusCancelled__lg790 .styles_jobStatus__2mw1M{color:#fff}.styles_job__2H7J3.styles_statusFailure__1vkrD .styles_statusBar__25nUu{background:#ec3d3d}.styles_job__2H7J3.styles_statusFailure__1vkrD .styles_jobStatus__2mw1M{color:#fff}.styles_job__2H7J3 .styles_buttons__3FdXu{position:absolute;left:5px;top:5px}.styles_job__2H7J3 .styles_button__2bmwK{color:#a6aeb5}.styles_job__2H7J3 .styles_button__2bmwK:not(:last-child){margin-right:5px}.styles_job__2H7J3 .styles_button__2bmwK:hover{cursor:pointer}.styles_job__2H7J3 .styles_button__2bmwK:hover.styles_editButton__3Buwk{color:#224e90}.styles_job__2H7J3 .styles_button__2bmwK:hover.styles_deleteButton__2KVJu{color:#ec3d3d}.styles_flowJob__8_ECA{background-color:#fff;border:1px solid #9f9f9f;border-radius:5px;cursor:default}.styles_flowHandleLarge__3HOk3{width:10px!important;height:10px!important;border:1px solid #9f9f9f!important;background-color:#fff!important;cursor:default!important}.styles_flowHandleLarge__3HOk3.styles_flowHandleLeft__39fjS{left:-5px!important}.styles_flowHandleLarge__3HOk3.styles_flowHandleRight__2k_p0{right:-5px!important}.styles_flowHandleSlim__3u3TV{width:6px!important;height:6px!important;border:1px solid #9f9f9f!important;background-color:#fff!important;cursor:default!important}.styles_flowHandleSlim__3u3TV.styles_flowHandleLeft__39fjS{left:-3px!important}.styles_flowHandleSlim__3u3TV.styles_flowHandleRight__2k_p0{right:-3px!important}.styles_flowHandleDisabled__idRuT{cursor:default!important}.styles_progress__277Q4{position:absolute;top:3px;right:3px;color:#394d63}.styles_contentContainer__1JzJz{padding:20px 15px;height:100%;overflow-y:auto;position:relative;display:flex;flex-direction:column}.styles_item__3-Gqy{margin-top:12px;margin-bottom:12px}.styles_detailsHeader__ptzMa{display:flex;align-items:center;height:32px}.styles_backButton__1YT5q{flex-grow:1}.styles_headline__2Szkd{font-weight:400;font-size:15px;color:#a6aeb5}.styles_card__RFnfs{padding:10px;border:1px solid #dce2eb;border-radius:4px;margin-top:10px;overflow-x:auto}.styles_cardGrey__1NOew{background-color:#eef0f2}.styles_row__1XpER{display:flex;cursor:default;align-items:center}.styles_row__1XpER:hover{background-color:#eef2f6}.styles_title__1aI1Z{font-weight:400;margin-right:10px;min-width:200px;padding:10px}.styles_value__3EhkQ{padding:10px;overflow-x:auto;text-overflow:ellipsis}.styles_value__3EhkQ li:not(:last-child){margin-bottom:5px}.styles_value__3EhkQ td{padding-bottom:5px;font-size:14px;border:none}.styles_value__3EhkQ td.styles_jobDetailsValueObjectKey__qdfzx{padding-right:5px}.styles_statusValue__2wzoM{font-weight:400;color:#fff;height:18px;padding:0 18px;margin:9px 10px;border-radius:9px}.styles_statusWaiting__2NKX8{background-color:#dce2eb;color:#071b32}.styles_statusWaitingInExecutionQueue__1Ucrq{background-color:#9f9f9f}.styles_statusTriggered__1-UH2{background-color:#8c2290}.styles_statusRunning__20q7D{background-color:#224e90}.styles_statusSuccess__2D2W-{background-color:#9fd356}.styles_statusCancelled__1niY2{background-color:#f2ad5f}.styles_statusFailure__3JbMH{background-color:#ec3d3d}.styles_valueNoValue__y90-X{font-style:italic!important;color:#a6aeb5}.styles_headerButtonContainer__84AoY{display:flex;flex-direction:row-reverse}.styles_headerButton__1JS-b{display:flex;align-items:center;margin-left:10px}.styles_refreshIconContainer__3lMHc{margin-left:10px;height:40px}.styles_refreshIconContainer__3lMHc .styles_refreshIconSpinningParent__3NWMG{width:30px;height:30px;margin:5px;display:flex;justify-content:center;align-items:center}.styles_refreshIconContainer__3lMHc .styles_refreshIconSpinningParent__3NWMG .styles_refreshIconSpinning__3Eu66{color:#224e90;margin:5px;-webkit-animation:styles_spin__1vEsE 2s linear infinite;animation:styles_spin__1vEsE 2s linear infinite}@-webkit-keyframes styles_spin__1vEsE{to{-webkit-transform:rotate(1turn)}}@keyframes styles_spin__1vEsE{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_subheader__3FteY{padding:0;position:fixed;left:0;top:48px;width:100%;background:#fff;border-bottom:1px solid #ddd;z-index:998;margin:0}.styles_subheader__3FteY .styles_h1__2GsT6,.styles_subheader__3FteY .styles_h2__2Jzcj,.styles_subheader__3FteY h1,.styles_subheader__3FteY h2{font-size:18px;padding:5px 0 0}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns{max-width:75rem;margin-left:auto;margin-right:auto;height:61px}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns.styles_subheaderOverlayRow__I7DL1{position:absolute;top:0;background-color:#fff;width:100%}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld{position:relative;display:flex;width:100%;padding:0 .9375rem;height:100%}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_subheaderLeft__3mTdW{width:0;flex-grow:1;height:100%}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_subheaderLeft__3mTdW h2{margin:11px 0 8px}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_subheaderRight__2ZyKT{margin-left:auto;flex-grow:0;flex-shrink:0;display:flex;align-items:center}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_overlayIcon__3n8lj{width:24px;height:24px;position:absolute;top:20px;left:-20px;display:flex;justify-content:center;align-items:center;border-radius:2px;z-index:3;transition:background-color .1s ease-in-out}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_overlayIcon__3n8lj:hover{background-color:#9f9f9f}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_overlayIcon__3n8lj:hover svg{color:#fff!important}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF{min-width:770px;height:61px;overflow:visible;position:relative}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF.styles_mainTabsHidden__2nJAB .styles_mainTabLink__2WZpU{border-bottom-color:transparent}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF.styles_mainTabsHidden__2nJAB .styles_mainTabUnderline__3zCVj{background-color:transparent}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU{height:63.5px;border-bottom:5px solid #dce2eb;transition:border-bottom-color .3s ease-in-out}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU:focus{outline:none}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU.styles_mainTabLinkActive__1oOgZ{font-weight:inherit!important}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU.styles_mainTabLinkActive__1oOgZ .styles_mainTabIcon__3z7Ya,.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU.styles_mainTabLinkActive__1oOgZ .styles_mainTabTitle__mwFDs{color:#071b32}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU .styles_mainTabText__32ZXi{margin:0 15px;color:#a6aeb5;font-size:14px;font-weight:400}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabLink__2WZpU .styles_mainTabIcon__3z7Ya{margin:0 15px;display:none;color:#a6aeb5}.styles_subheader__3FteY .styles_subheaderRow__3P8Ns .styles_subheaderRowInner__jvuld .styles_mainTabContainer__3tgFF .styles_mainTabUnderline__3zCVj{position:absolute;top:59px;left:0;height:5px;width:0;border:none;padding:0;margin:0;background-color:#224e90;transition:background-color .3s ease-in-out}.styles_subheader__3FteY .styles_subheaderSimpleHeadlineContainer__3Gi9W{height:100%;display:flex;align-items:center}.styles_subheader__3FteY .styles_subheaderSimpleHeadlineContainer__3Gi9W .styles_subheaderSimpleHeadline__32Gbk{cursor:default;font-size:18px;line-height:1.8;color:#071b32;height:100%;display:flex;align-items:center;font-weight:400}@-webkit-keyframes styles_gradient__1gETa{0%{background-position:0 50%}30%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_gradient__1gETa{0%{background-position:0 50%}30%{background-position:100% 50%}to{background-position:0 50%}}.styles_loading__19Qav{background:linear-gradient(-45deg,#dce2eb,#dce2eb,#eceff4,#dce2eb);background-size:400% 400%;-webkit-animation:styles_gradient__1gETa 4s ease-in-out infinite;animation:styles_gradient__1gETa 4s ease-in-out infinite}.styles_detailsBar__1HUi7{height:100%;padding:11px 0;display:grid;grid-template-columns:auto auto 1fr auto auto auto;grid-row-gap:0;grid-column-gap:0;align-items:center;cursor:default}.styles_nameAndIcon__e0l5i{display:flex;align-items:center}.styles_nameAndIcon__e0l5i .styles_nameContainer__3oiBJ{margin:0 10px;font-weight:400;min-width:120px;max-width:160px}.styles_nameAndIcon__e0l5i .styles_nameContainer__3oiBJ .styles_name__1lrvy{font-size:18px;line-height:1.3;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_nameAndIcon__e0l5i .styles_nameContainer__3oiBJ .styles_name__1lrvy.styles_loading__19Qav{margin:2px 0;height:calc(1em - 2px);width:100px}.styles_nameAndIcon__e0l5i .styles_nameContainer__3oiBJ .styles_subName__3ummn{font-size:10px;margin-bottom:5px}.styles_nameAndIcon__e0l5i .styles_nameContainer__3oiBJ .styles_subName__3ummn.styles_loading__19Qav{margin:2px 0;height:calc(1em - 2px);width:40px}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn{width:3px;height:40px;border-radius:2px;margin-right:-1px;z-index:2}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn.styles_health0__3rEyW{background-color:#ec3d3d}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn.styles_health1__IKfwM{background-color:#d97c12}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn.styles_health2__28Ghw{background-color:#a4940a}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn.styles_health3__2Fqt_{background-color:#8d9e2a}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn.styles_health4__gf3uC{background-color:#6b9b28}.styles_nameAndIcon__e0l5i .styles_healthBar__2eKZn.styles_healthNone__1W8Yw{background-color:#dce2eb}.styles_actionButton__3SO35{border-left:1px solid #dce2eb;height:100%;padding:0 10px 0 22px;display:flex;align-items:center}.styles_actionButton__3SO35:hover .styles_actionButtonText__3mfa1{text-decoration:underline;color:#224e90}.styles_actionButton__3SO35.styles_disabled__jxmLl .styles_actionButtonIcon__2Xe-w,.styles_actionButton__3SO35.styles_disabled__jxmLl .styles_actionButtonLink__29tCL{color:#9f9f9f}.styles_actionButton__3SO35.styles_disabled__jxmLl:hover .styles_actionButtonText__3mfa1{text-decoration:none;color:#9f9f9f}.styles_actionButton__3SO35 .styles_actionButtonLink__29tCL{text-decoration:none;white-space:nowrap;font-weight:400;font-size:12px;display:flex;align-items:center;-webkit-text-decoration-color:#224e90;text-decoration-color:#224e90}.styles_actionButton__3SO35 .styles_actionButtonIcon__2Xe-w{color:#224e90;font-size:17px;margin-right:5px;width:17px;height:17px}.styles_actionButton__3SO35 .styles_actionButtonText__3mfa1.styles_loading__19Qav{background-color:#dce2eb;color:transparent!important}.styles_actionButton__3SO35.styles_hidden__34DiE{padding:unset}.styles_actionButton__3SO35.styles_actionButtonError__3oNh5 .styles_actionButtonText__3mfa1{color:#ec3d3d}.styles_actionButton__3SO35.styles_actionButtonError__3oNh5 .styles_actionButtonLink__29tCL{-webkit-text-decoration-color:#ec3d3d;text-decoration-color:#ec3d3d}.styles_actionButton__3SO35.styles_actionButtonError__3oNh5 .styles_actionButtonIcon__2Xe-w{color:#ec3d3d}.styles_detailValue__1wtvw{border-left:1px solid #dce2eb;height:100%;padding:0 10px 0 22px;display:flex;align-items:center;font-weight:400;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.styles_detailValue__1wtvw .styles_detailValueKey__3ypAI{color:#a6aeb5;margin-right:5px;min-width:37px}.styles_detailValue__1wtvw .styles_detailValueValue__1tjux.styles_loading__19Qav{width:120px;height:1em}.styles_errorModal__1JtCi{cursor:default;color:#ec3d3d!important}@media(max-width:1024px){.styles_subheaderRight__2ZyKT{display:none!important}}@media(max-width:800px){.styles_mainTabText__32ZXi{display:none!important}.styles_mainTabIcon__3z7Ya{display:block!important}}.styles_augurBiography__zpFzX{padding:26px 20px;height:100%}.styles_augurBiography__zpFzX .styles_header__358y5 .styles_headerTitle__29y67{font-size:15px;font-weight:400;display:block;margin-bottom:5px}.styles_augurBiography__zpFzX .styles_empty__3XI3N,.styles_augurBiography__zpFzX .styles_error__FYtBh,.styles_augurBiography__zpFzX .styles_loading__2Ki5w{height:100%}.styles_augurBiography__zpFzX .styles_content__2V073{margin-top:10px;overflow-y:auto}.ModelSettings{padding:26px 20px;height:100%;display:flex;flex-direction:column}.ModelSettings .ModelSettings--header{margin-bottom:20px;flex-shrink:0}.ModelSettings .ModelSettings--category{overflow-y:auto;padding:16px 20px 0;height:100%}.styles_PipelineTuningButtons__3-lOx{margin-top:40px;padding-top:20px;border-top:1px solid #dce2eb;display:flex;justify-content:space-between}.styles_Button__29tZ- .styles_PipelineTuningButtons__3-lOx:not(:last-child){margin-right:10px}.styles_PipelineTuningButtonsRight__2GnYI,.ToggleInput .ToggleInput--header{display:flex}.ToggleInput .ToggleInput--header .ToggleInput--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default}.ToggleInput .ToggleInput--container{display:flex;align-items:center}.ToggleInput .ToggleInput--container .ToggleInput--description{margin-right:10px}.PipelineTuningSelection .PipelineTuningSelection--pipeline-container{border:1px solid #dce2eb;border-radius:0 4px 4px 4px}.PipelineTuningSelection .PipelineTuningSelection--pipeline-container:not(:last-child){margin-bottom:20px}.PipelineTuningSelection .PipelineTuningSelection--node-editor{margin-top:10px;padding:10px;border-top:1px solid #dce2eb;display:flex;flex-direction:column}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--display-name{font-weight:400;font-size:15px}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--description{margin-top:5px}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--active{margin-top:10px}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning{margin-top:10px;display:flex;flex-direction:column}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static .PipelineTuningSelection--params-headline,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning .PipelineTuningSelection--params-headline{font-weight:400;color:#a6aeb5;margin-bottom:5px}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static .PipelineTuningSelection--params-container,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning .PipelineTuningSelection--params-container{border:1px solid #dce2eb;border-radius:4px;display:flex;flex-direction:row;flex-wrap:wrap}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param{display:flex;flex-direction:column;width:300px;margin:10px;justify-content:stretch}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param .PipelineTuningSelection--params-param-headline,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param .PipelineTuningSelection--params-param-headline{font-weight:400}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param .PipelineTuningSelection--params-param-description,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param .PipelineTuningSelection--params-param-description{margin-top:5px;flex-grow:1}.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--static .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param .PipelineTuningSelection--params-param-input-container,.PipelineTuningSelection .PipelineTuningSelection--node-editor .PipelineTuningSelection--tuning .PipelineTuningSelection--params-container .PipelineTuningSelection--params-param .PipelineTuningSelection--params-param-input-container{margin-top:5px}.styles_relearningCondition__3BEN3 .styles_fieldsContainer__2NJva{display:flex;align-items:center}.styles_relearningCondition__3BEN3 .styles_fieldsContainer__2NJva .styles_fieldKpi__1U2EJ{width:400px}.styles_relearningCondition__3BEN3 .styles_fieldsContainer__2NJva .styles_comparator__2KLYR{color:#a6aeb5;margin:0 10px}.styles_relearningCondition__3BEN3 .styles_fieldsContainer__2NJva .styles_fieldThreshold__KmhI2{width:100px}.styles_relearningCondition__3BEN3 .styles_infoBox__18tT2{margin-top:40px}.styles_infoBox__5-oR3{border:1px solid #dce2eb;padding:15px;border-radius:4px;background-color:#f5f7f9;cursor:default;display:flex}.styles_infoBox__5-oR3 .styles_iconContainer__yp6UV{color:#224e90;margin-right:15px}.styles_infoBox__5-oR3 .styles_infoContainer__1pSsB{white-space:break-spaces}.styles_infoBox__5-oR3 .styles_infoContainer__1pSsB p{padding:0}.styles_cancelSubmitButtonsWrapper__1hvtP .styles_buttonsParent__3i5Et{margin-top:20px;margin-bottom:20px;padding-top:20px;padding-bottom:20px;border-top:1px solid #dce2eb;display:flex;justify-content:flex-end}.styles_Button__1qLIc .styles_cancelSubmitButtonsWrapper__1hvtP .styles_buttonsParent__3i5Et:not(:last-child){margin-right:10px}.CassandraTablePreview{height:100%;display:flex;flex-direction:column}.CassandraTablePreview .CassandraTablePreview--headline{margin-bottom:5px;display:flex;justify-content:flex-end;align-items:center}.CassandraTablePreview .CassandraTablePreview--table{overflow:scroll}.CassandraTablePreview .CassandraTablePreview--table table thead{position:-webkit-sticky;position:sticky;top:-1px;z-index:10}.CassandraTablePreview .CassandraTablePreview--table table thead th{cursor:default}.CassandraTablePreview .CassandraTablePreview--table table thead th .col-name,.CassandraTablePreview .CassandraTablePreview--table table thead th .col-type{font-weight:400;display:block}.CassandraTablePreview .CassandraTablePreview--table table thead th .col-name{font-size:14px;color:#071b32;margin-bottom:5px}.CassandraTablePreview .CassandraTablePreview--table table thead th .col-type{color:#a6aeb5}.CassandraTablePreview .CassandraTablePreview--table table thead th .col-type.col-type-editing{min-width:120px}.CassandraTablePreview .CassandraTablePreview--table table td{white-space:nowrap;cursor:default}.CassandraTablePreview .CassandraTablePreview--table table input{height:24px!important;padding:0 7px!important}.CassandraTablePreview .CassandraTablePreview--bottom{margin-top:5px;color:#a6aeb5}.styles_tableBrowserHeadline__1Bf3T{cursor:default;margin-bottom:10px;font-weight:400;display:block}.styles_scrollableTableContainer__ZUvJj{flex-grow:1;overflow:scroll}.styles_backButtonContainer__3dP1g{margin:20px 0}.styles_backButtonContainer__3dP1g .styles_backButton__2-3VP{display:flex;align-items:center;cursor:pointer;white-space:nowrap}.styles_backButtonContainer__3dP1g .styles_backButton__2-3VP .styles_backIcon__KO4Gg{color:#6aa0eb;margin-right:5px}.styles_backButtonContainer__3dP1g .styles_backButton__2-3VP .styles_backText__2BwEC{color:#6aa0eb}.styles_backButtonContainer__3dP1g .styles_backButton__2-3VP:hover .styles_backIcon__KO4Gg,.styles_backButtonContainer__3dP1g .styles_backButton__2-3VP:hover .styles_backText__2BwEC{color:#224e90}.InputDataCategory .TableSelection .TableSelection--field-parent{max-width:600px}.InputDataCategory .TableSelection .TableSelection--buttons{margin-top:40px;padding-top:20px;border-top:1px solid #dce2eb;display:flex;justify-content:flex-end}.Button .InputDataCategory .TableSelection .TableSelection--buttons:not(:last-child){margin-right:10px}.styles_samplingStrategy__CyDMc .styles_automaticStrategy__1s1RP{margin-top:40px}.styles_samplingStrategy__CyDMc .styles_automaticStrategy__1s1RP .styles_label__2097E{color:#a6aeb5;cursor:default}.styles_samplingStrategy__CyDMc .styles_tableStrategy__ntOTd{margin-top:40px}.styles_samplingStrategy__CyDMc .styles_tableStrategy__ntOTd .styles_tableSelectContainer__1S02R{max-width:600px}.styles_samplingStrategy__CyDMc .styles_infoBox__rkA13{margin-top:20px}.RadioButtonsInput .RadioButtonsInput--header{display:flex}.RadioButtonsInput .RadioButtonsInput--header .RadioButtonsInput--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default;margin-bottom:5px}.RadioButtonsInput .RadioButtonsInput--header .RadioButtonsInput--error{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.RadioButtonsInput .RadioButtonsInput--buttons{display:grid;grid-column-gap:10px;grid-row-gap:0}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio{display:inline-block;cursor:pointer;vertical-align:top;overflow:hidden;position:relative;line-height:22px;margin:0 10px 10px 0;font-size:15px}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio span{position:relative;padding:0 0 0 30px;display:inline-block;color:#071b32}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio span.empty{height:16px}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio span:before{content:"";position:absolute;left:0;top:0;width:22px;height:22px;border:1px solid #b6d8ff}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio span:after{content:"";position:absolute;left:6px;top:6px;width:10px;height:10px;background:#224e90;display:none}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio span:before{background-color:#fff;border-radius:50%}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio span:after{border-radius:50%}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio.disabled{cursor:default}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio.disabled span{color:#a6aeb5}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio.disabled span:before{background-color:#eef0f2;border:1px solid #dce2eb}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio input{position:absolute;left:-20px;top:0}.RadioButtonsInput .RadioButtonsInput--buttons .RadioButtonsInput--button .RadioButtonsInput--radio input:checked+span:after{display:block}.NumericSliderInput .NumericSliderInput--header{display:flex}.NumericSliderInput .NumericSliderInput--header .NumericSliderInput--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default}.NumericSliderInput .NumericSliderInput--header .NumericSliderInput--error{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.NumericSliderInput .NumericSliderInput--preview{margin-bottom:5px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxesInput_header__3xLbn{display:flex}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxesInput_header__3xLbn .styles_HierarchyCheckboxesInput_label__1SJEs{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxesInput_header__3xLbn .styles_HierarchyCheckboxesInput_error__2iNW7{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_menu__UR5zc{margin-top:8px;overflow-y:auto;max-height:300px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L{position:relative;padding-top:5px;padding-bottom:5px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L:before{position:absolute;top:.8px;height:100%;border:.7px solid #ccc;margin-left:10px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L:first-of-type:after{position:absolute;width:28px;height:20px;left:-10px;top:-10px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L:last-child:before{display:none}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF{display:flex;position:relative;cursor:pointer;width:20px;height:20px;line-height:20px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_mark_input__izM5v{position:absolute;opacity:0;height:0;width:0}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_mark_input__izM5v:checked~.styles_Checkbox_mark__35VVb:after{display:block}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_mark__35VVb{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #eee;border-radius:4px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_mark__35VVb:hover{background-color:#ccc}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_mark__35VVb:after{content:"";position:absolute;display:none;left:6px;top:0;width:8px;height:14px;border:solid #00008b;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_chevron__2nQow{padding-left:25px;color:#a9a9a9}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_chevron__2nQow+.styles_Checkbox_label__353Cc{padding-left:5px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_Checkbox__2HgWF .styles_Checkbox_label__353Cc{white-space:nowrap;padding-left:30px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_input__3Ao9c .styles_HierarchyCheckboxes_targets_container__3DK_L .styles_HierarchyCheckboxes_expand_toggle__1L0kW{padding-top:5px;display:inline-block;color:#a9a9a9;cursor:pointer;margin-left:8px}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_autocomplete_input__1qlYs{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;outline:none;overflow:hidden;position:relative;width:100%}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_autocomplete_input__1qlYs>input{background:none transparent;border:0;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:14px;padding:8px 0 12px;-webkit-appearance:none}.styles_is-focused__2hp67 .styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_autocomplete_input__1qlYs>input{cursor:text}.styles_HierarchyCheckboxesInput__3efho .styles_HierarchyCheckboxes_autocomplete_input__1qlYs:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.styles_infoBox__1HPrL{margin-top:40px}.CandidateConditionsCategory .CandidateConditions .CandidateConditions--field-parent{max-width:600px}.CandidateConditionsCategory .CandidateConditions .CandidateConditions--field-parent .TextInputLine:not(:last-child){margin-bottom:20px}.CandidateConditionsCategory .CandidateConditions .CandidateConditions--buttons{margin-top:40px;padding-top:20px;border-top:1px solid #dce2eb;display:flex;justify-content:flex-end}.Button .CandidateConditionsCategory .CandidateConditions .CandidateConditions--buttons:not(:last-child){margin-right:10px}.styles_scoreDistributionOverview__3zc8X{padding:26px 20px;height:100%;display:flex;flex-direction:column}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewLoading__3I2pw{position:relative;flex-grow:1}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewHeadline__2BExA{color:#071b32;font-weight:400;margin:0 0 13px;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA{padding-bottom:20px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_scoreDistributionPagingHeader__3qnEd{display:flex;flex-direction:row;width:100%;align-items:center}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_scoreDistributionPagingHeader__3qnEd .styles_scoreDistributionOverviewButtons__2Kl4Z{margin-left:auto;margin-right:10px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB{display:flex;flex-wrap:wrap;margin-top:10px;align-items:flex-end}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringChart__1cQUf{margin-right:20px;margin-bottom:20px;width:240px;flex-grow:1;flex-shrink:1}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringDetails__3Y6qZ{margin-right:20px;margin-bottom:20px;flex-shrink:0;flex-grow:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringDetails__3Y6qZ .styles_detailsLine__1V7kC{margin-bottom:5px;cursor:default}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringDetails__3Y6qZ .styles_detailsLine__1V7kC .styles_detailsKey__2F9Rp{font-weight:400;margin-right:5px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringDetails__3Y6qZ .styles_detailsLine__1V7kC .styles_detailsValue__qZLLc.styles_detailsValueActiveModel__1bRtm,.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringDetails__3Y6qZ .styles_detailsLine__1V7kC .styles_detailsValue__qZLLc.styles_detailsValueAgo__20rho{margin-left:5px;color:#a6aeb5}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_latestScoringContainer__bS1hH .styles_loaded__3GPhB .styles_latestScoringDetails__3Y6qZ .styles_detailsLine__1V7kC .styles_detailsValue__qZLLc.styles_detailsValueInactiveModel__3dj09{margin-left:5px;color:#f38a12}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f{margin-top:40px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5{margin-top:10px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoading__1Qvf4{position:relative;min-height:200px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y{display:grid;grid-template-columns:160px 1fr 1fr 140px 30px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y.styles_listRowHeadline__2-YS4{font-weight:400}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y.styles_listRowHeadline__2-YS4:hover{background-color:unset}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y:hover{background-color:#eef0f2}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y .styles_listColumn__ZNvG-{padding:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:default}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y .styles_listColumn__ZNvG-.styles_listColumnModelCode__1-7FL{display:flex;align-items:center}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsList__3OlW5 .styles_listLoaded__2odkY .styles_listRow__27j8Y .styles_listColumn__ZNvG-.styles_listColumnModelCode__1-7FL .styles_alertIcon__3CB7c{margin-left:5px;color:#f38a12}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp{margin-top:10px;display:flex;flex-direction:column;align-items:flex-end}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy{display:flex}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy .styles_amountSelected__3lMSf,.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy .styles_deselectAll__fBJ03{margin-right:10px}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy .styles_deselectAll__fBJ03,.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy .styles_selectAll__3N1Hv{color:#224e90;cursor:pointer}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy .styles_deselectAll__fBJ03:hover,.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerSelectLine__3XnXy .styles_selectAll__3N1Hv:hover{text-decoration:underline}.styles_scoreDistributionOverview__3zc8X .styles_scoreDistributionOverviewContent__2JWGA .styles_allScoringRunsContainer__38t-f .styles_allScoringRunsFooter__1IxNp .styles_footerButtonLine__2LGRl{margin-top:20px}.styles_scoreDistributionCompare__1wBJ4{padding:26px 20px;height:100%;display:flex;flex-direction:column;position:relative}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionHeader__3FqxS{position:absolute;z-index:2;width:calc(100% - 40px)}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionHeader__3FqxS .styles_scoreDistributionHeadline__3M7sn{font-weight:400}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionHeader__3FqxS .styles_scoreDistributionTabs__1P3hL{margin-top:20px}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionNoReportCodes__3_LW0{padding-top:140px;flex-grow:1;display:flex;align-items:center;justify-content:center}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoading__1iyTe{position:relative;flex-grow:1}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareError__1j6c3{padding-top:140px}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR{width:100%;height:100%}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR .styles_compareHeatmap__1POvD{overflow-y:auto}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR .styles_tooltip__24xNh{display:flex;flex-direction:column;z-index:3}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR .styles_tooltip__24xNh .styles_tooltipLine__Lzc9t{margin-bottom:5px;display:flex;align-items:center}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR .styles_tooltip__24xNh .styles_tooltipLine__Lzc9t .styles_tooltipKey__2Pgjk{font-weight:400;margin-right:5px}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR .styles_tooltip__24xNh .styles_tooltipLine__Lzc9t .styles_tooltipAlertIcon__3afuj{margin-left:5px;color:#f38a12}.styles_scoreDistributionCompare__1wBJ4 .styles_scoreDistributionCompareLoaded__160eR .styles_compareBarChart__2X65I{padding-top:140px}.BackTo{display:flex;align-items:center;cursor:pointer;color:#4e92df}.BackTo:hover{color:#224e90}.BackTo .BackTo--icon{margin-right:10px}.BreadCrumbs{display:flex}.BreadCrumbs .BackTo{margin-right:20px}.styles_runMassPredictionModal__3GEHZ{position:relative;width:400px;min-height:200px}.styles_runMassPredictionModal__3GEHZ .styles_filter__1qu26{margin-bottom:20px}.styles_runMassPredictionModal__3GEHZ .styles_tables__3dDad .styles_tableRow__1uUCI{margin:5px 0}.styles_taxonomy__3E20b{padding:20px 10px 10px;height:calc(100% - 130px);position:relative}.styles_taxonomy__3E20b .styles_placeholder__30Nxh{height:96%!important;width:98%!important;border:1px solid #dce2eb;padding:10px;position:absolute}.styles_taxonomy__3E20b .styles_placeholderLabel__hC6PG{margin-top:20%;text-align:center;color:#dce2eb}.styles_taxonomy__3E20b button:focus{outline:none!important}.styles_taxonomy__3E20b .styles_icon__2NCQS{stroke:#071b32!important;margin:8px}.styles_taxonomy__3E20b .styles_icon__2NCQS:hover{stroke:#224e90!important}.styles_taxonomy__3E20b p{padding:0}.styles_taxonomy__3E20b .styles_nodeInvalid__1NbgC{background-color:#f4e9e9!important;border:1px solid #ec3d3d!important}.styles_taxonomy__3E20b .styles_inputSubtitle__11uWr,.styles_taxonomy__3E20b .styles_inputTitle__1cfxV{padding:0;margin-left:-2px;color:#071b32;border:1px solid #dce2eb;width:182px}.styles_taxonomy__3E20b .styles_inputSubtitle__11uWr:focus,.styles_taxonomy__3E20b .styles_inputTitle__1cfxV:focus{outline:none}.styles_taxonomy__3E20b .styles_inputTitle__1cfxV{border-bottom:none;margin-bottom:0}.styles_taxonomy__3E20b .styles_inputSubtitle__11uWr{border-top:none;margin-top:0}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy{display:flex;justify-content:flex-end;margin-top:14px;margin-right:20px}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy .styles_button__1YVcb{width:120px;height:40px;border:none;border-radius:20px;font-size:14px;font-weight:300;margin-left:10px}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy .styles_button__1YVcb:focus{outline:none}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy .styles_button__1YVcb.styles_buttonNeutral__2fn46{background-color:#fff;color:#224e90}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy .styles_button__1YVcb.styles_buttonNeutral__2fn46:hover{background-color:#224e90;color:#fff}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy .styles_button__1YVcb.styles_buttonOk__FhFtB{color:#fff;background-color:#9fd356}.styles_taxonomy__3E20b .styles_buttonBar__3s9Gy .styles_button__1YVcb.styles_buttonOk__FhFtB:disabled{opacity:.25}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ{display:flex;flex-direction:row;padding-left:44px;padding-bottom:20px;border-bottom:1px solid #dce2eb;margin-bottom:10px}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj{display:flex;flex-direction:row}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj .styles_iconContainer__1-Phw{width:44px;height:44px;background-color:#9fd356;border:1px solid #5ea400;display:flex;justify-content:center;align-items:center;cursor:pointer}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj .styles_iconContainer__1-Phw .styles_icon__2NCQS{stroke:#fff!important}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj .styles_inputContainer__2L7re{display:flex;flex-direction:column;height:44px;width:230px;border:1px solid #a6aeb5;border-left:none;background-color:#eef0f2;margin:0;padding:5px 10px}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj .styles_inputContainer__2L7re .styles_inputSubtitle__11uWr,.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj .styles_inputContainer__2L7re .styles_inputTitle__1cfxV{width:210px}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_addTaxonomyContainer__2cscj .styles_inputContainer__2L7re .styles_inputTitle__1cfxV{font-weight:700}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7{display:flex;flex-direction:row;margin-left:10px}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7 .styles_iconContainer__1-Phw{width:44px;height:44px;background-color:#ec3d3d;border:1px solid #c23030;display:flex;justify-content:center;align-items:center;cursor:pointer}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7 .styles_iconContainer__1-Phw .styles_icon__2NCQS{stroke:#fff!important}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7 .styles_inputContainer__2L7re{height:44px;width:230px;border:1px solid #a6aeb5;border-left:none;background-color:#eef0f2;margin:0}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7 .styles_inputContainerPlaceholder__3migl{display:flex;align-items:center;justify-content:center}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7 .styles_inputContainerPlaceholder__3migl span{color:#3a3a3a;opacity:1%}.styles_taxonomy__3E20b .styles_addRemoveBar__3e6eJ .styles_removeDropzone__2wfK7.styles_isOver__16G8o .styles_inputContainer__2L7re{background-color:#f4e9e9;border:1px solid #ec3d3d}.styles_bucketContentHeadlineContainer__-I1-m{margin-bottom:10px}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj{display:flex}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpBucket__i5N_G,.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpDir__2tdbU{padding:5px 7px 5px 11px;border-radius:4px;background-color:#fff;cursor:pointer}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpBucket__i5N_G:not(.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpBucket__i5N_G:last-child,.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpDir__2tdbU:last-child),.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpDir__2tdbU:not(.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpBucket__i5N_G:last-child,.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpDir__2tdbU:last-child){margin-right:-4px}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpBucket__i5N_G{font-weight:400;color:#6aa0eb;border:1px solid #6aa0eb}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpBucket__i5N_G:hover{background-color:#e7f0fc}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpDir__2tdbU{border:1px solid #dce2eb}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketPathContainer__2XIoj .styles_bpDir__2tdbU:hover{background-color:#f5f7f9}.styles_bucketContentHeadlineContainer__-I1-m .styles_bucketContentHeadline__TPn-I{font-weight:400;display:block;cursor:default}.styles_bucketContentList__vvRdX .styles_bucketContentElement__hlf2R{align-items:center}.styles_bucketContentList__vvRdX .styles_contentElementFile__BuKyk{cursor:default!important;text-decoration:none}.styles_bucketContentList__vvRdX .styles_contentElementFileWithPreview__cZ1hd{cursor:pointer!important}.styles_renameModal__1qEqW .styles_modalHeadline__1DEL6{margin-bottom:20px}.styles_fileBrowser__1NmPq .styles_table__WCGxM{width:100%;text-align:left}.styles_fileBrowser__1NmPq .styles_table__WCGxM thead{height:32px}.styles_fileBrowser__1NmPq .styles_table__WCGxM td,.styles_fileBrowser__1NmPq .styles_table__WCGxM th{padding:3px 8px;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}.styles_fileBrowser__1NmPq .styles_colIcon__HNvHE{width:32px}.styles_fileBrowser__1NmPq .styles_colIcon__HNvHE svg{margin-bottom:-3px}.styles_fileBrowser__1NmPq .styles_colCreatedAt__2mT8A{width:20%;min-width:180px}.styles_fileBrowser__1NmPq .styles_colSize__1c-GQ{width:10%;min-width:90px}.styles_fileBrowser__1NmPq .styles_colActions__2Y4iB{width:140px}.styles_fileBrowser__1NmPq .styles_row__3bSsO{height:38px}.styles_fileBrowser__1NmPq .styles_row__3bSsO:hover{background-color:#f5f7f9}.styles_fileBrowser__1NmPq .styles_rowHeader__hHARP{font-weight:500;cursor:default}.styles_fileBrowser__1NmPq .styles_rowDirectoryUp__1g7d8{cursor:pointer}.styles_fileBrowser__1NmPq .styles_rowFile__odO_B{cursor:default}.styles_fileBrowser__1NmPq .styles_rowDirectory__9_lwc,.styles_fileBrowser__1NmPq .styles_rowTable__1hvUN{cursor:pointer}.styles_fileBrowser__1NmPq .styles_rowDirectory__9_lwc:hover,.styles_fileBrowser__1NmPq .styles_rowTable__1hvUN:hover{text-decoration:underline;text-underline-offset:2px;-webkit-text-decoration-color:#dce2eb;text-decoration-color:#dce2eb}.styles_fileBrowser__1NmPq .styles_rowEmptyIndicator__Q4EYF td{cursor:default;padding:20px;background-color:#eef0f2;text-align:center}.styles_fileBrowser__1NmPq .styles_fileActions__-1uqb{height:32px;border:1px solid #dce2eb;border-radius:16px;padding:0 10px;display:inline-flex}.styles_fileBrowser__1NmPq .styles_fileActions__-1uqb div{margin:0}.SingleTableStatistics{padding:26px 20px;height:100%}.SingleTableStatistics .SingleTableStatistics--header .SingleTableStatistics--table-name{font-size:15px;font-weight:400;margin-right:5px;vertical-align:middle}.SingleTableStatistics .SingleTableStatistics--header .SingleTableStatistics--meta-information{display:flex;flex-direction:row;color:#071b32;font-weight:400;font-size:18px;margin:20px 20px 20px 0}.SingleTableStatistics .SingleTableStatistics--header .SingleTableStatistics--meta-information div{height:24px;margin-right:5px;border-radius:12px;padding:0 12px;display:flex;align-items:center}.SingleTableStatistics .SingleTableStatistics--header .SingleTableStatistics--meta-information .icon{margin-right:2px}.SingleTableStatistics .SingleTableStatistics--table{margin-top:10px}.SingleTableStatistics .SingleTableStatistics--table .key-label{background-color:#9fd356;color:#fff;display:inline-block;padding:4px 8px;margin:-4px 0;border-radius:11px}.SingleTableStatistics .SingleTableStatistics--table .td-key{width:1px}.SingleTableStatistics .SingleTableStatistics--table tbody tr:hover{background-color:#eef2f6}.SingleTableStatistics .SingleTableStatistics--table .SingleTableStatistics--td{vertical-align:middle;height:50px;white-space:nowrap}.FlatHistogram .FlatHistogram--tooltip{padding:5px}.FlatHistogram .FlatHistogram--tooltip table tr{font-size:12px}.FlatHistogram .FlatHistogram--tooltip table tr td{padding:5px;border:none;background-color:#fff}.FlatHistogram .FlatHistogram--tooltip table tr td.key{font-weight:400;margin-right:10px}.DatapoolDetails--Settings{height:100%;overflow-y:scroll;padding:20px}.styles_dictionaryContainer__ZUv6O .styles_header__3DZ08{display:flex;height:20px}.styles_dictionaryContainer__ZUv6O .styles_header__3DZ08 .styles_label__2hL1E{color:#a6aeb5;margin-right:auto;display:block}.styles_dictionaryContainer__ZUv6O .styles_dictionary__2DQi-{border:1px solid #dce2eb;border-radius:4px}.styles_notFound__3TLwL{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.styles_notFound__3TLwL.styles_fullViewHeight__3EszT{padding-top:48px;height:100vh}.styles_notFound__3TLwL .styles_headline__2UTSA{font-size:80px;font-weight:300;color:#394d63;margin-bottom:5px}.styles_notFound__3TLwL .styles_description__2mFkW{font-size:18px;color:#394d63;margin-bottom:80px}.styles_optCustomerTable__1BWJ4{padding:26px 20px;height:100%}.styles_optCustomerTable__1BWJ4 .styles_headline__1LwXQ{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optCustomerTable__1BWJ4 .styles_tablePreview__391O5{margin-top:20px}.styles_optCustomerTable__3E0bY .styles_row__2hmyc:not(:last-child){margin-bottom:20px}.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_customerIdsSelect__2MRS7,.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_rowValueSelect__3YvRu{display:flex;flex-direction:row;width:100%}.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_customerIdsSelect__2MRS7 .styles_column__3AHT_,.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_rowValueSelect__3YvRu .styles_column__3AHT_{width:0;flex-grow:1}.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_customerIdsSelect__2MRS7 .styles_column__3AHT_:first-child,.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_rowValueSelect__3YvRu .styles_column__3AHT_:first-child{margin-right:10px}.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_customerIdsSelect__2MRS7 .styles_column__3AHT_:last-child,.styles_optCustomerTable__3E0bY .styles_row__2hmyc.styles_rowValueSelect__3YvRu .styles_column__3AHT_:last-child{margin-left:10px}.styles_columnOption__1DNjx{background-color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:inherit;padding:8px 12px;width:100%;box-sizing:border-box;position:relative;align-items:center}.styles_columnOption__1DNjx.styles_isSelected__18gLK{background:#eff8e4}.styles_columnOption__1DNjx.styles_isSelected__18gLK:after{content:"";font-family:"dashboardNG";position:absolute;font-size:18px;right:10px;line-height:23px;color:#9fd356}.styles_columnOption__1DNjx.styles_isDisabled__YqAIB{background-color:#eef0f2;cursor:default}.styles_columnOption__1DNjx.styles_isDisabled__YqAIB .styles_colName__1cjD2,.styles_columnOption__1DNjx.styles_isDisabled__YqAIB .styles_colType__2P37e{color:#a6aeb5}.styles_columnOption__1DNjx:hover{background-color:#eef0f2}.styles_columnOption__1DNjx:not(:last-child){border-bottom:1px solid #dce2eb}.styles_columnOption__1DNjx:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.styles_columnOption__1DNjx .styles_colType__2P37e{width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a6aeb5}.styles_columnOption__1DNjx .styles_colName__1cjD2{width:0;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#071b32}.styles_tablePreview__3eup1{margin-top:40px;width:100%;border:1px solid #dce2eb;border-radius:5px;padding:10px;position:relative;overflow-y:scroll}.styles_tablePreview__3eup1 .styles_tableParent__2mZCb.styles_limitHeight__2LYw5{height:300px}.styles_multiPageWizard__1z8Tj{display:flex;flex-direction:column;height:100%}.styles_multiPageWizard__1z8Tj .styles_headlineContainer__2BpgL{flex-grow:0;display:flex;align-items:center;justify-content:center;font-size:20px;padding:30px 20px;cursor:default;border-bottom:1px solid #eef0f2;position:relative}.styles_multiPageWizard__1z8Tj .styles_headlineContainer__2BpgL .styles_shadowBodyTop__3H57p{bottom:-6px;height:6px;left:0;right:0;position:absolute;background:linear-gradient(180deg,#eef0f2,transparent)}.styles_multiPageWizard__1z8Tj .styles_bodyContainer__2H-tv{flex-grow:1;overflow-y:scroll}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4{flex-grow:0;display:flex;flex-direction:row;align-items:center;padding:20px 60px;border-top:1px solid #eef0f2;position:relative}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_shadowBodyBottom__2V9Hu{top:-6px;height:6px;left:0;right:0;position:absolute;background:linear-gradient(180deg,transparent,#eef0f2)}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsLeft__29psi{flex-grow:0;display:flex}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsLeft__29psi .styles_buttonPrev__11jfa{margin-left:0}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsLeft__29psi .styles_buttonCancel__HE-UV{margin-left:10px}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju{flex-grow:1;flex-shrink:1;width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 10px;cursor:default;position:relative}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageTitle__qV1hh{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:6px}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubble__338yK{width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:border .1s ease-in-out,background-color .3s ease-in-out;position:relative}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubble__338yK.styles_pageBubbleCurrent__1UUf7,.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubble__338yK.styles_pageBubbleUpcoming__9fnk-{border:1px solid #224e90;background-color:#fff}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubble__338yK.styles_pageBubbleCurrent__1UUf7:after{content:"";background-color:#224e90;position:absolute;height:8px;width:8px;border-radius:4px;top:3px}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubble__338yK.styles_pageBubbleDone__W-3dg{border:1px solid #9fd356;background-color:#9fd356}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubble__338yK.styles_pageBubbleDone__W-3dg svg{color:#fff}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju .styles_pageInfo__a9b0Q .styles_pageBubbleConnection__c4gRY{width:8px;height:1px;background-color:#a6aeb5}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRightPlaceholder__1mUHY{width:250px}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRight__2qCqP{flex-grow:0;display:flex}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRight__2qCqP .styles_buttonNext__30hT1,.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRight__2qCqP .styles_buttonSubmit__2HMKK{margin-left:130px}.styles_wizardPage__3gbP9{padding:20px 40px;margin:0 auto}.styles_wizardStep__3NO_3:not(:last-child){margin-bottom:60px}.styles_wizardStep__3NO_3:last-child{margin-bottom:40px}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R{display:flex;flex-direction:row;margin:0 auto;max-width:1200px}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N{width:440px;min-width:300px;flex-grow:0;flex-shrink:1;margin-right:60px;display:flex;flex-direction:row}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N .styles_bubbleContainer__v8GNA{margin-right:20px}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N .styles_textContainer__3iM3M{cursor:default}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N .styles_textContainer__3iM3M .styles_title__9rdh_{font-weight:500;height:40px;display:flex;align-items:center}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N .styles_textContainer__3iM3M .styles_description__13poR{display:block}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_inputContainer__1KF4X{flex-grow:1;flex-shrink:1;width:1px}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_inputContainer__1KF4X .styles_errorParent__3BJgE{overflow:hidden;display:flex;align-items:center;cursor:default}.styles_wizardStep__3NO_3 .styles_wizardStepBottom__3rN8A{margin:20px auto 0;max-width:1200px}.styles_wizardStep__3NO_3 .styles_wizardStepBottom__3rN8A.styles_fullWidth__yzpD_{max-width:unset}.styles_error__oJMZc{color:#ec3d3d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0;font-weight:400}@media(max-width:768px){.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRightPlaceholder__1mUHY{display:none}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRight__2qCqP .styles_buttonNext__30hT1,.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRight__2qCqP .styles_buttonSubmit__2HMKK{margin-left:0}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N{width:300px;margin-right:40px}}@media(max-width:640px){.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_infoCenter__GZqju{display:none}.styles_multiPageWizard__1z8Tj .styles_footerContainer__1ffn4 .styles_buttonsRight__2qCqP{margin-left:auto}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R{flex-direction:column}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N{width:100%;max-width:unset}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_inputContainer__1KF4X{width:100%}.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_inputContainer__1KF4X .styles_errorParent__3BJgE{height:10px}}@media(max-width:480px){.styles_wizardStep__3NO_3 .styles_wizardStepTop__SUL3R .styles_infoContainer__1sA3N .styles_bubbleContainer__v8GNA{display:none}}.styles_bubble__aDqva{width:40px;height:40px;border-radius:20px;background-color:#224e90;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-in-out;cursor:default}.styles_bubble__aDqva.styles_isValid__1vWPj{background-color:#9fd356}.styles_bubble__aDqva.styles_isErroneous__bnQXA{background-color:#ec3d3d}.styles_bubble__aDqva .styles_number__1qvd0{color:#fff;font-size:16px;font-weight:500}.styles_bubble__aDqva .styles_checkIcon__3EsyT{color:#fff}.styles_bubble__aDqva .styles_validatingIcon__2Q19_{color:#fff;-webkit-animation-name:styles_spin___sHoV;animation-name:styles_spin___sHoV;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes styles_spin___sHoV{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes styles_spin___sHoV{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_moduleType__3EB7S{display:flex;flex-wrap:wrap;flex-direction:row;margin-bottom:-20px}.styles_moduleCard__2xYqS{width:180px;height:120px;border:1px solid #dce2eb;border-radius:5px;margin-right:10px;margin-bottom:10px;transition:border,color .1s ease-in-out;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:400;cursor:pointer}.styles_moduleCard__2xYqS.styles_isSelected__t1hNi,.styles_moduleCard__2xYqS:hover{border:1px solid #6aa0eb}.styles_moduleCard__2xYqS.styles_explicitlyNotSelected__SMlwz .styles_iconContainer__3-9mH{-webkit-filter:saturate(0) brightness(1.1);filter:saturate(0) brightness(1.1)}.styles_moduleCard__2xYqS.styles_explicitlyNotSelected__SMlwz .styles_nameContainer__3XAOR .styles_name__2v0gf{color:#a6aeb5}.styles_moduleCard__2xYqS .styles_iconContainer__3-9mH{margin:14px 0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.styles_moduleCard__2xYqS .styles_iconContainer__3-9mH .styles_defaultIcon__1pXIO{color:#224e90}.styles_moduleCard__2xYqS .styles_nameContainer__3XAOR{line-height:14px;height:28px;display:flex;align-items:center}.styles_moduleCard__2xYqS .styles_nameContainer__3XAOR .styles_name__2v0gf{color:#071b32}.styles_moduleCard__2xYqS.styles_moduleCardLoading__1aRAG .styles_iconContainer__3-9mH .styles_iconCircle__rD7_w{width:36px;height:36px;border-radius:18px}.styles_moduleCard__2xYqS.styles_moduleCardLoading__1aRAG .styles_nameContainer__3XAOR{display:flex;flex-direction:column}.styles_moduleCard__2xYqS.styles_moduleCardLoading__1aRAG .styles_nameContainer__3XAOR .styles_nameBar1__21qS3{width:140px;height:12px;margin-bottom:2px}.styles_moduleCard__2xYqS.styles_moduleCardLoading__1aRAG .styles_nameContainer__3XAOR .styles_nameBar2__2d6pi{width:100px;height:12px;margin-top:2px}@-webkit-keyframes styles_gradient__11I1o{0%{background-position:0 50%}30%{background-position:100% 50%}to{background-position:0 50%}}@keyframes styles_gradient__11I1o{0%{background-position:0 50%}30%{background-position:100% 50%}to{background-position:0 50%}}.styles_loading__E7Vmz{background:linear-gradient(-45deg,#dce2eb,#dce2eb,#eceff4,#dce2eb);background-size:400% 400%;-webkit-animation:styles_gradient__11I1o 4s ease-in-out infinite;animation:styles_gradient__11I1o 4s ease-in-out infinite}.styles_archetype__1RajU .styles_originParent__2hqWY{margin-top:16px}.styles_archetype__1RajU .styles_archetypeCodeParent__29IyJ,.styles_archetype__1RajU .styles_archetypeVersionParent__2o9uh{margin-top:20px}.styles_optionComponent__1Phii{background-color:transparent;color:#071b32;cursor:pointer;display:flex;flex-direction:column;font-size:inherit;padding:8px 12px;width:100%;box-sizing:border-box;position:relative}.styles_optionComponent__1Phii.styles_isSelected__2dH8h{background:#eff8e4}.styles_optionComponent__1Phii.styles_isSelected__2dH8h:after{content:"";font-family:"dashboardNG";position:absolute;font-size:18px;right:10px;top:10px;line-height:23px;color:#9fd356}.styles_optionComponent__1Phii:hover{background-color:#eef0f2}.styles_optionComponent__1Phii:not(:last-child){border-bottom:1px solid #dce2eb}.styles_optionComponent__1Phii:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.styles_optionComponent__1Phii .styles_subtitle__1XEIN{margin-top:5px;color:#a6aeb5}.optCommonStyles_optComponent__39qAB .optCommonStyles_errorContainer__3PmvJ{text-align:end;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.optCommonStyles_optComponent__39qAB .optCommonStyles_tableContainer__2yte5{cursor:default;margin-bottom:10px;border:1px solid #dce2eb;border-radius:4px}.optCommonStyles_optComponent__39qAB .optCommonStyles_tableContainer__2yte5 .optCommonStyles_noElements__3RjNy{padding:10px;display:flex;align-items:center;justify-content:center}.optCommonStyles_optComponent__39qAB .optCommonStyles_tableContainer__2yte5 th{border-top:none}.optCommonStyles_optComponent__39qAB .optCommonStyles_tableContainer__2yte5 .optCommonStyles_row__3Irkv:hover{background-color:#eef0f2}.optCommonStyles_optComponent__39qAB .optCommonStyles_tableContainer__2yte5 .optCommonStyles_row__3Irkv:last-child td{border-bottom:none}.optCommonStyles_optComponent__39qAB .optCommonStyles_tdNoPadding__O0aTh{padding:10px 5px;background-color:#eef0f2}.optCommonStyles_optComponent__39qAB .optCommonStyles_tdNoPadding__O0aTh:last-child{border-bottom:none}.optCommonStyles_optComponent__39qAB .optCommonStyles_addContainer__3OJ33 .optCommonStyles_addElement__gJr_l .optCommonStyles_addElementFields__fm8NQ{padding:5px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;font-size:14px}.optCommonStyles_optComponent__39qAB .optCommonStyles_addContainer__3OJ33 .optCommonStyles_addElement__gJr_l .optCommonStyles_RemoveIconContainer__3QgBa{width:100%;display:flex;justify-content:flex-end}.optCommonStyles_optComponent__39qAB .optCommonStyles_addContainer__3OJ33 .optCommonStyles_addElement__gJr_l .optCommonStyles_RemoveIconContainer__3QgBa .optCommonStyles_RemoveIcon__MZDH4{height:20px;width:20px;padding:2px;border-radius:10px;background-color:#ec3d3d;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out}.optCommonStyles_optComponent__39qAB .optCommonStyles_addContainer__3OJ33 .optCommonStyles_addElement__gJr_l .optCommonStyles_RemoveIconContainer__3QgBa .optCommonStyles_RemoveIcon__MZDH4:hover{background-color:#c23030}.optCommonStyles_optComponent__39qAB .optCommonStyles_AddIconContainer__3qunq{padding-right:6px;width:100%;display:flex;justify-content:flex-end}.optCommonStyles_optComponent__39qAB .optCommonStyles_AddIconContainer__3qunq .optCommonStyles_AddIcon__EZech{height:22px;width:22px;padding:2px;border-radius:11px;background-color:#9fd356;color:#fff;cursor:pointer;transition:background-color .2s ease-in-out}.optCommonStyles_optComponent__39qAB .optCommonStyles_AddIconContainer__3qunq .optCommonStyles_AddIcon__EZech:hover{background-color:#224e90}.optCommonStyles_optComponent__39qAB .optCommonStyles_buttonRow__2-HJt{margin-bottom:10px}.optCommonStyles_optComponent__39qAB .optCommonStyles_buttonRow__2-HJt .optCommonStyles_addButton__2FzXB{margin-left:auto}@media(max-width:1024px){.optCommonStyles_optComponent__39qAB .optCommonStyles_addContainer__3OJ33 .optCommonStyles_addElement__gJr_l .optCommonStyles_addElementFields__fm8NQ{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.optCommonStyles_optComponent__39qAB .optCommonStyles_addContainer__3OJ33 .optCommonStyles_addElement__gJr_l .optCommonStyles_addElementFields__fm8NQ{grid-template-columns:repeat(1,1fr)}}.styles_columnIcon__1tcVV{display:flex;align-items:center;justify-content:center;color:#a6aeb5}.styles_columnConstraintLevel__2XfZR .styles_constraintReferenceName__3WCbe{display:block;margin-bottom:5px}.styles_columnConstraintLevel__2XfZR .styles_speakingLevel__2HwAL{color:#a6aeb5}.styles_descriptionField__99GO6{grid-column:span 2!important}.styles_constraintTypeField__3f_i0{grid-column:1}.styles_erroneous__34no-{color:#ec3d3d!important}.styles_erroneousRow__2Xucb td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__99GO6{grid-column:span 1!important}}.styles_descriptionField__3h4RT{grid-column:span 2!important}.styles_erroneous__2Z5JP{color:#ec3d3d!important}.styles_erroneousRow__O66eJ td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__3h4RT{grid-column:span 1!important}}.styles_minMaxContainer__36NCQ{border:1px solid #dce2eb;border-radius:4px;padding:10px;margin-bottom:20px}.styles_descriptionField__355Sx{grid-column:span 2!important}.styles_erroneous__c8x-A{color:#ec3d3d!important}.styles_erroneousRow__1att0 td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__355Sx{grid-column:span 1!important}}.styles_optConstraints__3W-yL{padding:26px 20px;height:100%}.styles_optConstraints__3W-yL .styles_headlineContainer__HpgJb{display:flex;margin-bottom:5px}.styles_optConstraints__3W-yL .styles_headlineContainer__HpgJb .styles_headline__1CO4l{font-size:15px;font-weight:400;cursor:default;display:block}.styles_optConstraints__3W-yL .styles_headlineContainer__HpgJb .styles_button__289ht{margin-left:auto}.styles_optConstraints__3W-yL .styles_headlineContainer__HpgJb .styles_button__289ht.styles_invisible__2-CjZ{visibility:hidden}.styles_optContactPolicies__19fb-{padding:26px 20px;height:100%}.styles_optContactPolicies__19fb- .styles_headlineContainer__3r5rp{display:flex;margin-bottom:5px}.styles_optContactPolicies__19fb- .styles_headlineContainer__3r5rp .styles_headline__2xcEz{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optContactPolicies__19fb- .styles_headlineContainer__3r5rp .styles_button__YMzjb{margin-left:auto}.styles_optContactPolicies__19fb- .styles_headlineContainer__3r5rp .styles_button__YMzjb.styles_invisible__2YyCo{visibility:hidden}.styles_optTargetFunction__2Mh-1{padding:26px 20px;height:100%}.styles_optTargetFunction__2Mh-1 .styles_headlineContainer__383fD{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optTargetFunction__2Mh-1 .styles_headlineContainer__383fD .styles_button__2CClA{margin-left:auto}.styles_optTargetFunction__2Mh-1 .styles_headlineContainer__383fD .styles_button__2CClA.styles_invisible__1Eovs{visibility:hidden}.styles_constraintExhaustion__28-kd{padding:26px 20px;height:100%}.styles_constraintExhaustion__28-kd .styles_headline__3Gjc0{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_constraintExhaustion__28-kd .styles_summaryContainer__1uHAw{margin-bottom:20px}.styles_constraintExhaustion__28-kd .styles_summaryContainer__1uHAw .styles_row__2BHVR span{display:inline-block}.styles_constraintExhaustion__28-kd .styles_summaryContainer__1uHAw .styles_row__2BHVR span.styles_key__21aBN{font-weight:400;margin-right:5px}.styles_headline__381vE{font-weight:400;color:#071b32;white-space:nowrap}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_{cursor:default;margin-bottom:20px;border:1px solid #dce2eb;border-radius:4px}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_ .styles_columnIcon__1hNSx{display:flex;align-items:center;justify-content:center;color:#a6aeb5}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_ .styles_columnConstraintLevel__4__kU .styles_constraintReferenceName__2H3yw{display:block;margin-bottom:5px}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_ .styles_columnConstraintLevel__4__kU .styles_speakingLevel__38ODz{color:#a6aeb5}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_ th{border-top:none}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_ .styles_row__2wgFm:hover{background-color:#eef0f2}.styles_optConstraintExhaustion__2cOyd .styles_tableContainer__3b7s_ .styles_row__2wgFm:last-child td{border-bottom:none}.styles_exhaustion__1eASF .styles_speaking__1HneI{margin-bottom:5px}.styles_exhaustion__1eASF .styles_speaking__1HneI span:not(:last-child){margin-right:3px}.styles_exhaustion__1eASF .styles_exhaustionBarContainer__3qOC4 .styles_percentage__XFneK{margin-left:6px;font-weight:400;display:inline-block;min-width:7ch}.styles_row__2wgFm:hover .styles_border__AFB6R{stroke:#a6aeb5}svg:not(:root).styles_exhaustionBar__24JKq{overflow:visible}.styles_exhaustionBar__24JKq .styles_backgroundBar__AVeKC{fill:#eef0f2}.styles_exhaustionBar__24JKq .styles_border__AFB6R{fill:none}.styles_exhaustionBar__24JKq.styles_leq__ZexsA .styles_fillBar__iCP23{fill:#6aa0eb}.styles_exhaustionBar__24JKq.styles_geq__BnbH- .styles_fillBar__iCP23{fill:#f38a12}.styles_exhaustionBar__24JKq.styles_eq__vKlE4 .styles_fillBar__iCP23{fill:#9fd356}.styles_descriptionField__ehTn1{grid-column:span 2!important}.styles_erroneous__I0h8a{color:#ec3d3d!important}.styles_erroneousRow__3pLd3 td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__ehTn1{grid-column:span 1!important}}.styles_optChannels__2LHhI{padding:26px 20px;height:100%}.styles_optChannels__2LHhI .styles_headlineContainer__nJmIe{display:flex;margin-bottom:5px}.styles_optChannels__2LHhI .styles_headlineContainer__nJmIe .styles_headline__3i5m1{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optChannels__2LHhI .styles_headlineContainer__nJmIe .styles_button__21L2E{margin-left:auto}.styles_optChannels__2LHhI .styles_headlineContainer__nJmIe .styles_button__21L2E.styles_invisible__1n-MD{visibility:hidden}.styles_optPropensities__1BUb9{padding:26px 20px;height:100%}.styles_optPropensities__1BUb9 .styles_headlineContainer__1hyNC{display:flex;margin-bottom:5px}.styles_optPropensities__1BUb9 .styles_headlineContainer__1hyNC .styles_headline__3SqX2{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optPropensities__1BUb9 .styles_headlineContainer__1hyNC .styles_button__1RJMb{margin-left:auto}.styles_optPropensities__1BUb9 .styles_headlineContainer__1hyNC .styles_button__1RJMb.styles_invisible__2C481{visibility:hidden}.styles_descriptionField__33Stz{grid-column:span 2!important}.styles_erroneous__33-jQ{color:#ec3d3d!important}.styles_erroneousRow__1M3mJ td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__33Stz{grid-column:span 1!important}}.styles_optCommunications__Swn-g{padding:26px 20px;height:100%}.styles_optCommunications__Swn-g .styles_headlineContainer__6DbAL{display:flex;margin-bottom:5px}.styles_optCommunications__Swn-g .styles_headlineContainer__6DbAL .styles_headline__1y83x{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optCommunications__Swn-g .styles_headlineContainer__6DbAL .styles_button__2K5ZG{margin-left:auto}.styles_optCommunications__Swn-g .styles_headlineContainer__6DbAL .styles_button__2K5ZG.styles_invisible__jocox{visibility:hidden}.styles_descriptionField__1N8Oi{grid-column:span 2!important}.styles_boostFactorField__sBd4c{grid-column:1}.styles_erroneous__1_t9a{color:#ec3d3d!important}.styles_erroneousRow__34gNf td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__1N8Oi{grid-column:span 1!important}}.styles_descriptionOption__JqS0v{background-color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:inherit;padding:8px 12px;width:100%;box-sizing:border-box;position:relative;justify-content:center}.styles_descriptionOption__JqS0v.styles_isSelected__G5b3o{background:#eff8e4}.styles_descriptionOption__JqS0v.styles_isSelected__G5b3o:after{content:"";font-family:"dashboardNG";position:absolute;font-size:18px;right:10px;line-height:23px;color:#9fd356}.styles_descriptionOption__JqS0v.styles_isDisabled__2EIp7{background-color:#eef0f2;cursor:default}.styles_descriptionOption__JqS0v.styles_isDisabled__2EIp7 .styles_descriptioin__1QM1v,.styles_descriptionOption__JqS0v.styles_isDisabled__2EIp7 .styles_label__25Hh-{color:#a6aeb5}.styles_descriptionOption__JqS0v:hover{background-color:#eef0f2}.styles_descriptionOption__JqS0v:not(:last-child){border-bottom:1px solid #dce2eb}.styles_descriptionOption__JqS0v:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.styles_descriptionOption__JqS0v .styles_label__25Hh-{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#071b32}.styles_descriptionOption__JqS0v .styles_description__1SGxY{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a6aeb5}.styles_descriptionField__20aQS{grid-column:span 2!important}.styles_communicationsList__ULqNw .styles_communicationEntry__Rahlm{display:block}.styles_communicationsField__2klM_{grid-column:span 2!important}.styles_erroneous__2uBvh{color:#ec3d3d!important}.styles_erroneousRow__3lvTU td{background-color:#f4e9e9}@media(max-width:1024px){.styles_descriptionField__20aQS{grid-column:span 1!important}}.styles_optCommunicationGroups__2rEjn{padding:26px 20px;height:100%}.styles_optCommunicationGroups__2rEjn .styles_headlineContainer__3bieD{display:flex;margin-bottom:5px}.styles_optCommunicationGroups__2rEjn .styles_headlineContainer__3bieD .styles_headline__1VCcA{font-size:15px;font-weight:400;cursor:default;margin-bottom:11px;display:block}.styles_optCommunicationGroups__2rEjn .styles_headlineContainer__3bieD .styles_button__GNMDR{margin-left:auto}.styles_optCommunicationGroups__2rEjn .styles_headlineContainer__3bieD .styles_button__GNMDR.styles_invisible__fWq2T{visibility:hidden}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordHeader__L9uVc{display:flex;flex-direction:row}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordHeader__L9uVc .styles_TextInputLinePasswordLabel__1kaob{color:#a6aeb5;font-size:14px;padding:0 0 6px;white-space:nowrap;cursor:default;flex-shrink:1;flex-grow:1;width:0;overflow:hidden;text-overflow:ellipsis}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordHeader__L9uVc .styles_TextInputLinePasswordError__3qxqg{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.styles_TextInputLinePassword__1cY4e .styles_inputContainerError__1x0V7{border:1px solid #ec3d3d!important;border-radius:3px;display:flex}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK{display:flex;border:1px solid #bbb;border-radius:3px}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK input{font-size:15px;padding:13px 18px;line-height:1.3;height:46px;margin:0;width:100%;border:none;outline:none}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK.styles_TextInputLinePasswordDisabled__v1gNG .styles_TextInputLinePasswordRevealButtonParent__YIB2Y .styles_TextInputLinePasswordRevealButton__gLw8r{background-color:#e6e6e6!important}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK .styles_TextInputLinePasswordRevealButtonParent__YIB2Y{flex:0 1 auto;display:table-cell}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK .styles_TextInputLinePasswordRevealButtonParent__YIB2Y .styles_TextInputLinePasswordRevealButton__gLw8r{height:46px;padding:0 0 2px;cursor:pointer;width:50px;margin:0 0 0 -1px;display:flex;align-items:center;justify-content:center;outline:none}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK .styles_TextInputLinePasswordRevealButtonParent__YIB2Y .styles_TextInputLinePasswordRevealButton__gLw8r:hover .styles_revealIcon__2ApCx{opacity:1}.styles_TextInputLinePassword__1cY4e .styles_TextInputLinePasswordInputGroup__3fTsK .styles_TextInputLinePasswordRevealButtonParent__YIB2Y .styles_TextInputLinePasswordRevealButton__gLw8r .styles_revealIcon__2ApCx{opacity:.8;transition:opacity .25s ease-out;color:#224e90}.ChangePassword--bottom{margin-top:20px;display:flex;align-items:center}.ChangePassword--bottom--Field--Parent{margin-bottom:1rem}.ChangePassword--bottom .ToggleInput{display:inline-block}.ChangePassword--bottom .Button{display:inline-block;margin-left:auto}.styles_Resources__2YW8s{height:100%}.styles_Resources__2YW8s .styles_stopWorkbenchButton__38cUv{margin-left:auto;display:inline-block;padding:4px 12px}.styles_browserCollapseFlap__SbGo6{width:20px;height:30px;background-color:#dce2eb;position:absolute;top:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background-color .1s ease-in-out,width .1s ease-in-out}.styles_browserCollapseFlap__SbGo6.styles_collapsed__3Kf2l{border-top-right-radius:15px;border-bottom-right-radius:15px;left:0}.styles_browserCollapseFlap__SbGo6.styles_collapsed__3Kf2l:hover .styles_collapseIcon__20hnr{margin-left:10px}.styles_browserCollapseFlap__SbGo6.styles_collapsed__3Kf2l .styles_collapseIcon__20hnr{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.styles_browserCollapseFlap__SbGo6.styles_expanded__V9f9T{border-top-left-radius:15px;border-bottom-left-radius:15px;right:0}.styles_browserCollapseFlap__SbGo6.styles_expanded__V9f9T:hover .styles_collapse-icon__3iI3l{margin-right:10px}.styles_browserCollapseFlap__SbGo6 .styles_collapseIcon__20hnr{color:#a6aeb5;transition:color .1s ease-in-out,margin-left .1s ease-in-out,margin-right .1s ease-in-out;margin-right:0;margin-left:0}.styles_browserCollapseFlap__SbGo6:hover{background-color:#224e90;width:30px}.styles_browserCollapseFlap__SbGo6:hover .styles_collapseIcon__20hnr{color:#dce2eb}.WithSidemenu{height:100%}.WithSidemenu>div{display:flex;height:100%;width:100%}.WithSidemenu--content{position:relative;width:100%;height:100%;overflow-x:hidden}.SideMenu{position:relative;background-color:#edf2f7;display:flex;flex-direction:column;min-width:228px;width:228px;border-right:1px solid #ddd;border-top-left-radius:4px;border-bottom-left-radius:4px;font-weight:400;font-size:12px;overflow-y:auto}.SideMenu .orchestration-tab-back-icon{font-size:13px}.SideMenu .orchestration-tab-back-icon .menus--link{padding:16px 14px 16px 18px}.SideMenu .orchestration-tab-back-icon .menus--text{display:inline-block}.SideMenu .SideMenu-tab-link{transition:color .1s ease-in-out}.SideMenu .SideMenu-tab-link:focus{outline:none}.SideMenu .SideMenu-tab-link.tab-link-active{font-weight:700}.SideMenu .SideMenu-tab-link.tab-link-active>a{color:#fff}.SideMenu .SideMenu-tab-link.border-top{border-top:1px solid #dce2eb}.SideMenu .SideMenu-tab-link:first-child{border-top-left-radius:4px}.SideMenu .SideMenu-tab-link .SideMenu-tab-icon{margin:0 10px;transition:color .1s ease-in-out}.SideMenu .SideMenu-tab-link .SideMenu-tab-icon span{font-size:17px;transition:color .1s ease-in-out}.SideMenu .SideMenu-tab-link>a{display:flex;align-items:center;text-decoration:none;color:#071b32;font-size:12px;padding:17px 12px}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black>a{color:#071b32}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black .SideMenu-tab-icon{fill:#071b32}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black .SideMenu-tab-icon>a{color:#071b32}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black:hover .SideMenu-tab-icon>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black:hover .SideMenu-tab-icon span,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black:hover>a{color:#224e90}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black.tab-link-active{background:#224e90}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black.tab-link-active .SideMenu-tab-icon>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black.tab-link-active .SideMenu-tab-icon span,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black.tab-link-active .SideMenu-tab-icon span>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-black.tab-link-active>a{color:#fff}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-blue .SideMenu-tab-icon>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-blue .SideMenu-tab-icon span>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-blue>a{color:#6aa0eb}.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-blue:hover .SideMenu-tab-icon>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-blue:hover .SideMenu-tab-icon span>a,.SideMenu .SideMenu-tab-link.SideMenu-tab-link--color-blue:hover>a{color:#224e90}.SideMenu .SideMenu-hr{border-bottom:1px solid #dce2eb}.SideMenu .SideMenu-headline{padding:10px 10px 10px 50px;color:#a6aeb5;font-weight:500;cursor:default}.styles_container__2Y4yT{height:100%}.styles_content__2bu-z{margin-top:0;display:flex;border-radius:4px;flex-direction:column;padding:20px 15px;height:100%}.styles_topButtonBar___zyGr{display:flex;justify-content:flex-end;margin-bottom:20px}.styles_topButtonBar___zyGr .styles_button__1el94{margin-left:10px}.styles_listContainer__11yTn{padding:0}.styles_resourceList__2E1BY{display:grid}.styles_resourceList__2E1BY .styles_resourceListHeadlineCol__LYoUw{cursor:default;font-weight:500;padding:8px}.styles_resourceList__2E1BY .styles_resourceListEntriesRow__2UXml{display:contents}.styles_resourceList__2E1BY .styles_resourceListEntriesRow__2UXml:hover>.styles_resourceListEntriesCol__2v_53{background-color:#eef0f2;text-decoration:underline}.styles_resourceList__2E1BY .styles_resourceListEntriesRow__2UXml .styles_resourceListEntriesCol__2v_53{cursor:pointer;padding:8px;text-decoration:none}.AdminUserDetails{display:flex;flex-direction:column;align-items:stretch;height:100%}.AdminUserDetails .AdminUserDetails--header,.AdminUserDetails .AdminUserDetails--tabs-line{flex-grow:0;flex-shrink:0}.AdminUserDetails .AdminUserDetails--tabs-content{flex-grow:1;margin-top:20px;overflow-y:scroll}.AdminUserDetails .AdminUserDetails--part{margin-bottom:30px;cursor:default}.AdminUserDetails .AdminUserDetails--part .AdminUserDetails--part-headline{font-size:18px;font-weight:400;display:block;margin-bottom:10px}.AdminUserDetails .AdminUserDetails--part .AdminUserDetails--part-description{display:block;margin-top:-5px;margin-bottom:10px}.AdminUserDetails .AdminUserDetails--part .AdminUserDetails--part-details-container .AdminUserDetails--part-details-line{margin-bottom:5px}.AdminUserDetails .AdminUserDetails--part .AdminUserDetails--part-details-container .AdminUserDetails--part-details-line .AdminUserDetails--part-details-key{font-weight:400}.AdminUserDetails .AdminUserDetails--part .attributes-container,.AdminUserDetails .AdminUserDetails--part .groups-container,.AdminUserDetails .AdminUserDetails--part .roles-container{cursor:default}.AdminUserDetails .AdminUserDetails--part .attributes-container .attributes-row,.AdminUserDetails .AdminUserDetails--part .attributes-container .groups-row,.AdminUserDetails .AdminUserDetails--part .attributes-container .roles-row,.AdminUserDetails .AdminUserDetails--part .groups-container .attributes-row,.AdminUserDetails .AdminUserDetails--part .groups-container .groups-row,.AdminUserDetails .AdminUserDetails--part .groups-container .roles-row,.AdminUserDetails .AdminUserDetails--part .roles-container .attributes-row,.AdminUserDetails .AdminUserDetails--part .roles-container .groups-row,.AdminUserDetails .AdminUserDetails--part .roles-container .roles-row{display:flex;align-items:center}.AdminUserDetails .AdminUserDetails--part .attributes-container .icon-container{align-self:center}.AdminUserDetails .AdminUserDetails--part .checkbox-item{width:20px;height:20px;margin:0}.styles_resourcePermissions__26Zs7 .styles_backButtonParent__XIl-Z{margin:5px 0 10px}.styles_resourcePermissions__26Zs7 .styles_resourceDetails__26tEn .styles_detailsHeadline__11qXB{font-size:15px;font-weight:400;margin-bottom:10px;display:block}.styles_resourcePermissions__26Zs7 .styles_resourceDetails__26tEn .styles_detailsList__2Vc8p{margin-bottom:10px}.styles_resourcePermissions__26Zs7 .styles_resourceDetails__26tEn .styles_detailsList__2Vc8p .styles_detailsRow__3cAEJ .styles_detailsKey__1mFfc{color:#a6aeb5;margin-right:5px}.styles_resourcePermissions__26Zs7 .styles_tabLineParent__2qk87{margin:30px 0 20px}.styles_resourcePermissions__26Zs7 .styles_groupPermissions__2DUnU .styles_permissionsSubHeadline__1KyIw,.styles_resourcePermissions__26Zs7 .styles_userPermissions__UDJq0 .styles_permissionsSubHeadline__1KyIw{display:block;margin-bottom:5px}.styles_resourcePermissions__26Zs7 .styles_groupPermissions__2DUnU .styles_permissionsDescription__DCvGj,.styles_resourcePermissions__26Zs7 .styles_userPermissions__UDJq0 .styles_permissionsDescription__DCvGj{display:block;margin-bottom:5px;font-style:italic}.styles_resourcePermissions__26Zs7 .styles_groupPermissions__2DUnU .styles_permissionsRow__1wmgf,.styles_resourcePermissions__26Zs7 .styles_userPermissions__UDJq0 .styles_permissionsRow__1wmgf{max-height:40px;display:flex;align-items:center}.GenericFormStep{color:#071b32;display:flex;margin-bottom:40px}.GenericFormStep.GenericFormStep--component-below{display:block}.GenericFormStep.GenericFormStep--component-below .GenericFormStep--input-container{margin-left:60px;width:100%}.GenericFormStep .bubble{margin-right:20px;width:40px;height:40px;color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center}.GenericFormStep .bubble p{font-size:20px;padding:0}.GenericFormStep .bubble-info{background-color:#224e90}.GenericFormStep .bubble-ok{background-color:#9fd356}.GenericFormStep .bubble-warn{background-color:#f2ad5f}.GenericFormStep .bubble-delete{background-color:#ec3d3d}.GenericFormStep .checked-icon{color:#fff}.GenericFormStep .description-container{margin-top:14px;display:flex;margin-right:40px}.GenericFormStep .description-container .description{width:300px}.GenericFormStep .description-container .description .title{min-height:40px;margin-bottom:16px;font-weight:500;color:#224e90;display:flex;align-items:center;font-size:15px;vertical-align:baseline}.GenericFormStep .GenericFormStep--input-container{display:flex;flex-direction:column;flex-grow:1;width:0}.GenericFormStep .GenericFormStep--input-container .error-container{height:18px}.GenericFormStep .GenericFormStep--input-container .error-container div{text-align:right;margin:0;color:#ec3d3d}.GenericFormStep .GenericFormStep--input-container .GenericFormStep--field{margin-bottom:20px}.GenericFormStep .GenericFormStep--input-container .GenericFormStep--field:first-child{margin-top:20px}.GenericFormStep .input-container-error .input,.GenericFormStep .input-container-error .Select-control,.GenericFormStep .input-container-error .textarea{border:1px solid #ec3d3d!important;border-radius:3px}.GenericFormStep .input-container-error .path-input{color:#ec3d3d}.GenericFormStep .kernel-input{flex-direction:row}.styles_header__3zwFg{display:flex;flex-direction:row}.styles_formGroup__3SC6b{padding:0 0 22px}.styles_formGroup__3SC6b.styles_formGroup-flex__2hehO{display:flex}.styles_formGroup__3SC6b.styles_formGroup-flex__2hehO .styles_form--col-flex__3sxfS{flex-grow:1}.styles_formGroup__3SC6b.styles_formGroup-flex__2hehO .styles_form--col-flex__3sxfS:not(:first-child){margin-left:10px}.styles_formGroup__3SC6b.styles_formGroup-flex__2hehO .styles_form--col-flex__3sxfS:not(:last-child){margin-right:10px}.styles_inputContainerError__1350R{border:1px solid #ec3d3d!important}.styles_textInputLineError__af0yF{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.styles_formLabel__2-C_2{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px}.SortableSearchableList--container{overflow-y:inherit}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--top{display:flex}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--top .SortableSearchableList--info{display:flex;flex-direction:column;flex-grow:1;cursor:default;margin-bottom:10px}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--top .SortableSearchableList--info .SortableSearchableList--info-top-line{margin-bottom:10px;display:flex}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--top .SortableSearchableList--info .SortableSearchableList--info-top-line .SortableSearchableList--top-side-by-side-parent{display:flex;flex-direction:row;justify-content:space-between;width:100%}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--top .SortableSearchableList--info .SortableSearchableList--info-top-line .SortableSearchableList--top-side-by-side-parent .SortableSearchableList--name{font-size:18px;font-weight:400;margin-right:20px}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--headline{margin-right:auto;margin-bottom:25px;display:flex;align-items:center}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--headline .SortableSearchableList--filter input{height:36px;padding:8px 13px;font-size:14px}.SortableSearchableList--container .SortableSearchableList--body .SortableSearchableList--headline .SortableSearchableList--sorting-selector{margin-left:auto}.SortableSearchableList--container .SortableSearchableList--body .Select-control{width:180px}.backup-element{display:flex}.backup-element .element{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px;text-decoration:none}.backup-element .element:hover{background-color:#eef0f2}.backup-element .element .element-bak-container{flex-grow:1}.backup-element .element .element-bak-container .element-name{font-weight:400}.backup-element .element .element-bak-container .element-details{color:#a6aeb5;margin-top:5px}.backup-element .element .element-bak-buttons{display:flex}.backup-element .element .element-bak-buttons .element-bak-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32}.backup-element .element .element-bak-buttons .element-bak-button:not(:last-child){margin-right:5px}.backup-element .element .element-bak-buttons .element-bak-button:hover{background-color:#dce2eb;color:#fff}.template-element{display:flex}.template-element .element{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px;text-decoration:none}.template-element .element:hover{background-color:#eef0f2}.template-element .element .element-bak-container{flex-grow:1}.template-element .element .element-bak-container .element-name{font-weight:400}.template-element .element .element-bak-container .element-details{color:#a6aeb5;margin-top:5px}.template-element .element .element-bak-buttons{display:flex}.template-element .element .element-bak-buttons .element-bak-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32}.template-element .element .element-bak-buttons .element-bak-button:not(:last-child){margin-right:5px}.template-element .element .element-bak-buttons .element-bak-button:hover{background-color:#dce2eb;color:#fff}.enable-maintenance-container{padding:0 20px}.TextInputArea .TextInputArea--header{display:flex}.TextInputArea .TextInputArea--header .TextInputArea--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px;white-space:nowrap;cursor:default}.TextInputArea .TextInputArea--header .TextInputArea--error{margin-left:auto;font-size:14px;text-align:right;color:#ec3d3d;float:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;cursor:default}.TextInputArea .TextInputArea--input{width:100%;border-radius:3px}.TextInputArea .TextInputArea--input.success{border-color:#9fd356}.TextInputArea .TextInputArea--input.error{border-color:#ec3d3d}.Maintenance{height:100%}.MainContainer{margin-top:110px;height:100%}.MainContainer.no-main-tabs{margin-top:62px;height:calc(100vh - 82px)}.MainContainer.scrollable-y{height:calc(100vh - 110px);overflow-y:auto;overflow-x:hidden}.MainContainer.scrollable-y .MainContainer--inner{padding-top:20px;padding-bottom:40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.MainContainer.fixed-y{height:calc(100vh - 10px);overflow-y:hidden;padding-top:130px;padding-bottom:10px;margin-top:0}.MainContainer .MainContainer--inner{border-radius:4px;border:1px solid #ddd;height:100%;background-color:#fff;margin-left:auto;margin-right:auto}.MainContainer .MainContainer--inner.transparent{border:none;background-color:transparent}.MainContainer .MainContainer--inner.centerwidth{width:calc(75rem - 30px);max-width:98vw}.MainContainer .MainContainer--inner.fullwidth{width:calc(100vw - 30px)}.styles_table__1UdHz{cursor:default}.styles_table__1UdHz table{table-layout:fixed}.styles_table__1UdHz table td.styles_eventType__3Wzrf{font-weight:400}.styles_table__1UdHz table thead td:last-child{width:66%}table .styles_detailsCell__1bP30{border:1px solid #dce2eb;border-radius:5px;overflow:hidden}table .styles_detailsCell__1bP30 a{text-decoration:none}table .styles_detailsCell__1bP30 tr:first-child td{border-top:none}table .styles_detailsCell__1bP30 tr:last-child td{border-bottom:none}table .styles_detailsCell__1bP30 tr td{background-color:#fff}table .styles_detailsCell__1bP30 tr td:last-child{width:80%}.styles_disabled__1diV5{-webkit-filter:opacity(.25);filter:opacity(.25)}.styles_detailsRow__3eSni{display:flex;flex-direction:row;justify-content:space-between}.styles_eventDetailsKeyContainer__2w4V_{display:flex;align-items:center;justify-content:space-between;min-width:20%}.styles_eventDetailsValue__NgoWR{padding:0;max-width:100%;margin-left:1rem;width:calc(100% - 1rem)}.styles_eventDetailsValuePreview__1O-3V{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%;width:80%;margin-left:.5rem}.styles_monospaced__MlFHK{font-family:monospace}.styles_break__3bZd6{overflow-wrap:break-word}.styles_pageParent__2dGQc{height:100%}.styles_contentParent__1i7Bq{padding:10px;height:100%;overflow-y:auto}.styles_header__1RYqq{padding:0 0 10px;height:36px;display:flex;align-items:center}.AccountInfo{margin:0 0 20px}.AccountInfo .AccountInfo--title{font-size:15px;font-weight:400;color:#a6aeb5;margin:20px 0}.AccountInfo .AccountInfo--content{display:flex}.AccountInfo .AccountInfo--content .AccountAddPhoto{flex-shrink:0}.AccountInfo .AccountInfo--content .AccountUserInfo{margin-right:20px;width:100%}.AccountInfo .AccountInfo--content .AccountUserInfo .AccountUserInfo--line{margin-bottom:16px;display:flex}.AccountInfo .AccountInfo--content .AccountUserInfo .AccountUserInfo--line .AccountUserInfo--column{display:block;margin-right:20px}.AccountInfo .AccountInfo--content .AccountUserInfo .AccountUserInfo--line .AccountUserInfo--column .AccountUserInfo--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px}.AccountInfo .AccountInfo--content .AccountUserInfo .AccountUserInfo--line .AccountUserInfo--column .AccountUserInfo--value{color:#071b32;font-size:18px}.AccountAddPhoto{width:155px}.AccountAddPhoto .AccountAddPhoto--grey-block{background:#eef0f2;border-radius:4px;border:1px solid #dce2eb;margin:0 0 21px}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap{position:relative;overflow:hidden}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz{cursor:pointer;display:flex;height:155px;text-decoration:none;text-align:center;position:relative;color:#a6aeb5;align-items:center;justify-content:center}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz img{width:100%}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-no-avatar:hover{color:#071b32}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-no-avatar [class*=" icon-"],.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-no-avatar [class^=icon-]{border-radius:50%;line-height:46px;height:48px;width:48px;font-size:30px;margin:0 0 10px;display:inline-block;color:#a6aeb5;border:1px solid rgba(166,174,181,.4)}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-avatar:hover{opacity:.5}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-avatar:hover .fa-pencil{opacity:1}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-avatar .fa{position:absolute;text-shadow:1px 1px 0 #fff,-1px -1px 0 #fff}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-avatar .fa-pencil{opacity:0;top:calc(50% - 15px);left:calc(50% - 15px);font-size:30px;color:#071b32}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-avatar .fa-times{opacity:.8;top:0;right:0;padding:5px 5px 0 0;font-size:20px;text-align:right;color:#ec3d3d}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--dz-avatar .fa-times:hover{opacity:1}.AccountAddPhoto .AccountAddPhoto--grey-block .AccountAddPhoto--wrap .AccountAddPhoto--block-in{line-height:0;display:flex}.LoginHistory{margin:0 0 60px}.LoginHistory .LoginHistory--preview{max-height:390px;overflow:hidden;-ms-overflow-style:none}.LoginHistory .LoginHistory--preview+.LoginHistory--expand-link{margin-top:-12px}.LoginHistory .LoginHistory--title{font-size:15px;font-weight:400;color:#a6aeb5;margin:20px 0}.LoginHistory .LoginHistory--wrap table{border-collapse:separate}.LoginHistory .LoginHistory--wrap tbody,.LoginHistory .LoginHistory--wrap tfoot,.LoginHistory .LoginHistory--wrap thead{border:none;border-radius:0}.LoginHistory .LoginHistory--wrap tbody td,.LoginHistory .LoginHistory--wrap tfoot td,.LoginHistory .LoginHistory--wrap thead td{border-top:1px solid #dce2eb;border-bottom:1px solid #dce2eb}.LoginHistory .LoginHistory--wrap tbody td:first-child,.LoginHistory .LoginHistory--wrap tfoot td:first-child,.LoginHistory .LoginHistory--wrap thead td:first-child{border-left:1px solid #dce2eb}.LoginHistory .LoginHistory--wrap tbody td:last-child,.LoginHistory .LoginHistory--wrap tfoot td:last-child,.LoginHistory .LoginHistory--wrap thead td:last-child{border-right:1px solid #dce2eb}.LoginHistory .LoginHistory--wrap thead{border-radius:5px 5px 0 0}.LoginHistory .LoginHistory--wrap thead td{padding-top:1.5rem}.LoginHistory .LoginHistory--wrap thead tr:first-child td:first-child{border-radius:5px 0 0 0}.LoginHistory .LoginHistory--wrap thead tr:first-child td:last-child{border-radius:0 5px 0 0}.LoginHistory .LoginHistory--wrap tbody{border-radius:0 0 5px 5px}.LoginHistory .LoginHistory--wrap tbody td{border-top:none}.LoginHistory .LoginHistory--wrap tbody tr:last-child td:first-child{border-radius:0 0 0 5px}.LoginHistory .LoginHistory--wrap tbody tr:last-child td:last-child{border-radius:0 0 5px 0}.LoginHistory .LoginHistory--wrap .LoginHistory--expand-link{display:flex;align-items:center;justify-content:center;height:12px;margin-bottom:12px}.LoginHistory .LoginHistory--wrap .LoginHistory--expand-link:after{display:none}.LoginHistory .LoginHistory--wrap .LoginHistory--expand-link .LoginHistory--expand-button{height:28px;padding:5px 10px;border:1px solid #dce2eb;border-radius:14px;background-color:#fff;margin-top:-12px;text-decoration:none;color:#6aa0eb;cursor:pointer;font-weight:400}.LoginHistory .LoginHistory--wrap .LoginHistory--expand-link .LoginHistory--expand-button :hover{text-decoration:underline}.Language{margin:0 0 40px}.Language .Language--title{font-size:15px;font-weight:400;color:#a6aeb5;margin:20px 0}.Language .buttons{margin-top:20px}.ChangePassword{margin:0 0 60px}.ChangePassword--Field--Parent{margin-bottom:1rem}.ChangePassword .InputError{margin-top:11px;display:block}.UserSidenotes{margin:0 0 60px}.UserSidenotes .UserSidenotes--line{margin-bottom:16px;display:flex;justify-content:space-between;flex-wrap:wrap}.UserSidenotes .UserSidenotes--line .UserSidenotes--column .AccountUserInfo--value{font-size:14px}.UserSidenotes .UserSidenotes--line .UserSidenotes--column{flex-shrink:0;display:block;margin-right:20px;margin-bottom:20px}.UserSidenotes .UserSidenotes--line .UserSidenotes--column .UserSidenotes--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px}.UserSidenotes .UserSidenotes--line .UserSidenotes--column .UserSidenotes--value{color:#071b32;font-size:14px;cursor:default}.Account .MainContainer--inner{height:100%;overflow-y:auto}.Account .UserProfile{padding:40px 20px;max-width:900px;margin:0 auto}.styles_habitat__1Urnf{background:#fff;border-radius:8px;border:1px solid #dce2eb;margin:0 0 21px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S{border-bottom:1px solid #dce2eb;display:flex;margin:0 0 20px;height:46px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerName__2AW6h{background-color:#fff;color:#071b32;border-top-left-radius:8px;display:flex;align-items:center;padding:0 10px;width:240px;cursor:default}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerName__2AW6h .styles_habitatIcon__1Iiym{margin-right:5px;opacity:.3;font-size:20px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerName__2AW6h .styles_habitatName__nD8fi{font-size:14px;font-weight:500;line-height:18px;margin-left:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerName__2AW6h .styles_editHabitatIcon__3bCjE{margin-left:auto;padding-top:4px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerName__2AW6h .styles_editHabitatIcon__3bCjE:hover svg{color:#071b32}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerName__2AW6h .styles_editHabitatIcon__3bCjE svg{color:#a6aeb5;transition:color .1s ease-in-out}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85{display:flex}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu{cursor:pointer;display:flex;align-items:center;justify-content:center;color:#a6aeb5;border-left:1px solid #dce2eb;padding:0 18px 0 14px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu:last-child{border-right:1px solid #dce2eb}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu:hover{color:#071b32}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu.styles_headerTabActive__199Ip{background-color:#224e90;color:#fff}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu .styles_headerContent__3jUZ2{display:flex;align-items:center}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu .styles_headerContent__3jUZ2 .styles_headerIcon__2hd7b{font-size:20px;margin-right:5px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu .styles_headerContent__3jUZ2 .styles_headerText__SkpEt{display:flex;flex-direction:column}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu .styles_headerContent__3jUZ2 .styles_headerText__SkpEt .styles_headerTitle__1yci8{font-size:14px;font-weight:400;white-space:nowrap}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerTabs__2eH85 .styles_headerTab__3y9Xu .styles_headerContent__3jUZ2 .styles_headerText__SkpEt .styles_headerSubTitle__2_kBT{font-size:10px;white-space:nowrap}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerViewType__1f1TI .styles_viewSwitch__2xO9V{height:100%;display:flex;align-items:center;padding:0 13px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerViewType__1f1TI .styles_viewSwitch__2xO9V .styles_viewSwitchLink__3zA2o{line-height:18px;font-size:20px;text-decoration:none;color:#a6aeb5;margin:0 4px;transition:color .1s ease-in-out}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerViewType__1f1TI .styles_viewSwitch__2xO9V .styles_viewSwitchLink__3zA2o:hover{color:#071b32}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerViewType__1f1TI .styles_viewSwitch__2xO9V .styles_viewSwitchLink__3zA2o.styles_viewSwitchLinkActive__QRRMq{color:#224e90}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerRightPart__25lAg{flex-grow:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerRightPart__25lAg .styles_headerButton__19WRJ{margin:-2px 5px -3px;vertical-align:top;height:36px}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerRightPart__25lAg .styles_headerButton__19WRJ .styles_headerButtonIcon__1vBtX{font-size:18px;margin:-3px 0 -2px -10px;opacity:.5}.styles_habitat__1Urnf .styles_habitatHeader__3Kh2S .styles_headerRightPart__25lAg .styles_order__1W7sD{width:140px;margin-right:auto}@media(max-width:1024px){.styles_order__1W7sD{display:none!important}}@media(max-width:800px){.styles_headerTab__3y9Xu{padding:0 14px!important}.styles_headerTab__3y9Xu .styles_headerIcon__2hd7b{margin-right:0!important}.styles_headerTab__3y9Xu .styles_headerText__SkpEt{display:none!important}.styles_headerButton__19WRJ{width:36px!important;min-width:unset!important;padding:0}.styles_headerButton__19WRJ .styles_headerButtonIcon__1vBtX,.styles_headerButton__19WRJ>div{margin:0!important}.styles_headerButton__19WRJ .styles_headerButtonText__3SNHw{display:none}}.styles_elementCard__3VuFv{word-wrap:break-word;word-break:break-all;background-color:#eef0f2;height:130px;min-width:265px;position:relative;border-radius:2px;border:1px solid #dce2eb}.styles_elementCard__3VuFv:hover .styles_header__nneGF{text-decoration:underline}.styles_elementCard__3VuFv .styles_content__lCJhr{position:relative;padding:10px 12px 11px 25px;height:100%;width:100%;font-size:12px;text-decoration:none;display:flex;flex-direction:column}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD{display:flex}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderLeft__1D13t{width:0;flex-grow:1}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderLeft__1D13t .styles_header__nneGF{display:block;margin-bottom:1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:20px;font-size:13px;font-weight:500;letter-spacing:.2px;text-transform:none}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderLeft__1D13t .styles_subheader__2C9jj{display:block;color:#a6aeb5}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r{flex-shrink:0;flex-grow:0}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264{display:flex;flex-direction:row;justify-content:center}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264 .styles_iconParent__3Plli{margin-left:5px;position:relative}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264 .styles_iconParent__3Plli div{transition:color .1s ease-in-out}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264 .styles_iconParent__3Plli div:hover{color:#071b32!important}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264 .styles_progress__1CKpl{color:#394d63;display:flex;align-items:center}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264 .styles_progress__1CKpl .styles_progressNumber__1fU9C{margin-right:2px;font-weight:400}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentHeader__3uEmD .styles_contentHeaderRight__Rfg0r .styles_iconLine__iQ264 .styles_progress__1CKpl .styles_progressIcon__2WZvR{font-size:19px}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentBody__2D5mM{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentFooter__123vT .styles_bottom__3-2h1{display:flex}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentFooter__123vT .styles_bottom__3-2h1 .styles_bottomKey__2lSmu{color:#a6aeb5;margin-right:5px}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_contentFooter__123vT .styles_bottom__3-2h1 .styles_bottomValue__VRy26{flex-grow:1}.styles_elementCard__3VuFv .styles_content__lCJhr .styles_colorBar__vcHMC{position:absolute;left:-1px;top:-1px;bottom:-1px;width:4px;border-radius:2px}.styles_elementCard__3VuFv.styles_greyedOut__1ytGT .styles_bottomKey__2lSmu,.styles_elementCard__3VuFv.styles_greyedOut__1ytGT .styles_bottomValue__VRy26,.styles_elementCard__3VuFv.styles_greyedOut__1ytGT .styles_header__nneGF,.styles_elementCard__3VuFv.styles_greyedOut__1ytGT .styles_info__MEbf1,.styles_elementCard__3VuFv.styles_greyedOut__1ytGT .styles_subheader__2C9jj{color:#a6aeb5!important}.styles_elementCard__3VuFv.styles_greyedOut__1ytGT .styles_colorBar__vcHMC{background-color:#a6aeb5!important}.styles_elementCard__3VuFv.styles_alerting__17qdX{border-color:#ec3d3d}.styles_elementCard__3VuFv.styles_alerting__17qdX .styles_header__nneGF{color:#ec3d3d!important}.styles_elementCard__3VuFv.styles_alerting__17qdX .styles_colorBar__vcHMC{background-color:#ec3d3d!important}.styles_elementCardButtonOnly__3gIy_{background-color:#eef0f2;height:130px;min-width:265px;position:relative;border-radius:2px;border:1px solid #dce2eb;display:flex;align-items:center;justify-content:center}.styles_elementCardButtonOnly__3gIy_:hover .styles_subHeader__10WDD{text-decoration:underline}.styles_elementCardButtonOnly__3gIy_.styles_clickable__1VdrX{cursor:pointer}.styles_elementCardButtonOnly__3gIy_ .styles_content__2jI-H{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.styles_elementCardButtonOnly__3gIy_ .styles_content__2jI-H .styles_buttonParent__3lI5H{display:flex;flex-direction:column;align-items:center}.styles_elementCardButtonOnly__3gIy_ .styles_content__2jI-H .styles_buttonParent__3lI5H .styles_subHeader__10WDD{margin-top:10px;color:#a6aeb5}.styles_elementCardGrid__211dd{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));grid-gap:20px}.styles_container__127Ou{margin-bottom:12px}.styles_container__127Ou.styles_removeTopBorder__k2q1W .styles_content__2DOG0{border-top-width:0}.styles_container__127Ou .styles_headline__1Q4Ck{font-size:15px;font-weight:500;color:#a6aeb5;margin-bottom:10px}.styles_container__127Ou .styles_button__3EHLb{position:absolute;left:50%;bottom:-12px;display:flex;align-items:center;justify-content:center;transition:background-color .25s ease-out,color .25s ease-out;z-index:1;height:24px;border:1px solid #dce2eb;line-height:20px;border-radius:12px;background:#fff;text-decoration:none;font-weight:400;color:#224e90;margin:0 0 0 -65px;width:130px}.styles_container__127Ou .styles_button__3EHLb:hover{outline:none!important;background-color:#eef0f2}.styles_container__127Ou .styles_button__3EHLb .styles_buttonIcon__10etG{margin-left:5px;margin-right:-5px}.styles_container__127Ou .styles_content__2DOG0{display:flex;overflow:visible;transition:height .25s ease-out,padding .25s ease-out,border-top-width .25s ease-out;border-radius:4px;position:relative;border:1px solid #dce2eb}.styles_container__127Ou .styles_content__2DOG0 .styles_children__10FNJ{overflow:hidden;width:100%}.styles_elementCardTable__1Gk6E{overflow:hidden}.styles_elementCardTable__1Gk6E .styles_table__183v4{width:100%;overflow:hidden}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF{cursor:pointer}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_alerting__32U-l .styles_colorBar__3qR92{background-color:#ec3d3d!important}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_alerting__32U-l .styles_header__2WWvu{color:#ec3d3d!important}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_greyedOut__1HasH .styles_colorBar__3qR92{background-color:#a6aeb5!important}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_greyedOut__1HasH .styles_bottomKey__RYK19,.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_greyedOut__1HasH .styles_bottomValue__2CcGO,.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_greyedOut__1HasH .styles_header__2WWvu,.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_greyedOut__1HasH .styles_info__39zl2,.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF.styles_greyedOut__1HasH .styles_subHeader__Bu4ZS{color:#a6aeb5!important}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF:hover .styles_header__2WWvu{text-decoration:underline}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_headerCombined__3CNxj{display:flex;align-items:center}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_headerCombined__3CNxj .styles_colorBar__3qR92{width:2px;height:17px;border-radius:1px;margin-right:10px}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_headerCombined__3CNxj .styles_header__2WWvu{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_subHeader__Bu4ZS{color:#a6aeb5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_info__39zl2{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_bottom__2dA88 .styles_bottomKey__RYK19{color:#a6aeb5;margin-right:5px}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_bottom__2dA88 .styles_bottomValue__2CcGO{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn{display:flex;flex-direction:row;justify-content:flex-end}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn .styles_iconParent__3qkEU{margin-left:5px}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn .styles_iconParent__3qkEU div{transition:color .1s ease-in-out}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn .styles_iconParent__3qkEU div:hover{color:#071b32!important}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn .styles_progress__3KdhW{color:#9fd356;display:flex;align-items:center}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn .styles_progress__3KdhW .styles_progressNumber__1CHIE{margin-right:2px;white-space:nowrap}.styles_elementCardTable__1Gk6E .styles_elementCardTableRow__2D2ZF .styles_iconLine__35-Gn .styles_progress__3KdhW .styles_progressIcon__3bYFZ{font-size:19px}.styles_noElements__1Z1Vr{height:335px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px}.styles_noElements__1Z1Vr .styles_noElementsContent__1lerm{display:flex;flex-direction:column;align-items:center}.styles_noElements__1Z1Vr .styles_noElementsContent__1lerm .styles_augurPic__3-arI{width:101px;height:60px;margin:0 auto 27px;background-repeat:no-repeat;background-size:cover}.styles_noElements__1Z1Vr .styles_noElementsContent__1lerm .styles_addButton__1h61m{margin-top:20px}.styles_modalParent__3PFRE{width:100%}.styles_modalHeader__39CNS .styles_modalGroupParent__3oTs4,.styles_modalParent__3PFRE{display:flex;flex-direction:column}.styles_modalHeader__39CNS .styles_modalGroupParent__3oTs4.styles_versionsParent__ZKU_I{margin-top:20px}.styles_sep__3d-ta{margin:10px 0;max-width:unset}.styles_innerContainer__2MKSM{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:60px;-webkit-column-gap:60px;column-gap:60px}.styles_innerContainer__2MKSM .styles_modalColumn__10bNz .styles_modalGroupParent__3oTs4{display:flex;flex-direction:column}.styles_innerContainer__2MKSM .styles_modalColumn__10bNz .styles_modalGroupParent__3oTs4.styles_notebooksParent__1X0vB,.styles_innerContainer__2MKSM .styles_modalColumn__10bNz .styles_modalGroupParent__3oTs4.styles_parametersParent__EvdIf,.styles_innerContainer__2MKSM .styles_modalColumn__10bNz .styles_modalGroupParent__3oTs4.styles_resourcesParent__a2_vb{margin-top:20px}.styles_modalHeadline__kXcfi{font-weight:500;font-size:15px;margin-bottom:10px}.styles_modalSubHeadline__3dHvU{margin-bottom:5px}.styles_modalDescription__M6WIZ{display:block;margin-bottom:5px}.styles_resourcesInputParent__20LSb{display:grid;grid-template-columns:repeat(2,1fr);margin:10px 0;grid-row-gap:20px;row-gap:20px;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.styles_resourceTitle__3DLRn{color:#a6aeb5;padding:0 0 6px;display:block;white-space:nowrap;text-overflow:ellipsis}.styles_resourcesColumn__68m7T ::-webkit-input-placeholder{color:grey}.styles_resourcesColumn__68m7T :-ms-input-placeholder{color:grey}.styles_resourcesColumn__68m7T ::placeholder{color:grey}.styles_fieldParent__1LpS_{margin-top:10px;margin-bottom:10px;display:flex}.styles_fieldParent__1LpS_.styles_parametersParent__EvdIf{flex-direction:column}.styles_notebookInput__2-DUv{width:100%}.styles_filterParent__1TDRl{padding:0 10px;margin-bottom:15px}.styles_versionDropdownSelect__3Tgba{min-width:160px}.styles_dndParent__2NxMq{width:100%}.styles_dndInner__RbiO6{display:flex}.styles_notebookListContainer__2Psua{padding:0 10px;width:50%}.styles_listName__313NQ{font-weight:400;margin-bottom:5px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.styles_droppable__22ltx{border:1px solid #dce2eb;border-radius:4px;padding:5px;min-height:200px;height:100%;overflow:auto}.styles_draggable__2-lBb{padding:4px 5px;background-color:#f5f7f9;border-radius:4px;top:auto!important;left:auto!important;transition:background-color .1s ease-in-out;margin-bottom:3px}.styles_draggable__2-lBb:hover{background-color:#eef0f2}.styles_parameterRow__1-uSi{display:flex;align-items:center;margin-bottom:10px}.styles_parameterRow__1-uSi .styles_parameterKey__2qB2e{border-radius:4px;border:1px solid #dce2eb;background-color:#eef0f2;flex-grow:1;margin-right:10px;width:50%;height:46px;padding:10px;display:flex;align-items:center}.styles_parameterRow__1-uSi .styles_parameterValue__3XDdS{width:50%;flex-grow:1}.styles_jobNameParent__3aicW{margin-top:10px;margin-bottom:10px;display:flex}.errors_error__36hgI{color:#ec3d3d}.styles_newAugurWizard__1QtlR{height:100%}.styles_trainingTable__2udjc .styles_errorContainer__20qhe{margin:10px 0;padding:10px;border:1px solid #ec3d3d;background-color:#f4e9e9;border-radius:4px;text-align:center;cursor:default}.styles_trainingTable__2udjc .styles_row__5U_ET:not(:last-child){margin-bottom:20px}.styles_trainingTable__2udjc .styles_row__5U_ET.styles_rowPosNegValue__172Fm{display:flex;flex-direction:row;width:100%}.styles_trainingTable__2udjc .styles_row__5U_ET.styles_rowPosNegValue__172Fm .styles_colPosNegValue__r6pd6{width:0;flex-grow:1}.styles_trainingTable__2udjc .styles_row__5U_ET.styles_rowPosNegValue__172Fm .styles_colPosNegValue__r6pd6.styles_colPosValue__97moF{margin-right:10px}.styles_trainingTable__2udjc .styles_row__5U_ET.styles_rowPosNegValue__172Fm .styles_colPosNegValue__r6pd6.styles_colNegValue__3as9k{margin-left:10px}.styles_newDatapoolWizard__2ZBql,.styles_newHabitat__24vl8{height:100%}.styles_noPermissions__K-9Ms{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.styles_noPermissions__K-9Ms.styles_fullViewHeight__2Ekqc{height:100vh;padding-top:48px}.styles_noPermissions__K-9Ms .styles_headline__2NDIF{font-size:80px;font-weight:300;color:#394d63;margin-bottom:5px}.styles_noPermissions__K-9Ms .styles_title__3i1tz{font-size:18px;color:#394d63;margin-bottom:10px}.styles_noPermissions__K-9Ms .styles_description__3SfGp{font-size:14px;color:#394d63;margin-bottom:80px}.settings-input-element{margin-bottom:10px}.button-bar{display:flex;border-bottom:1px solid #dce2eb;background-color:#fff;height:41px;align-items:center;padding:0 5px}.button-bar .IconButton{width:30px;height:30px;border-radius:2px;flex-grow:0;flex-shrink:1;display:flex;justify-content:center;align-items:center;color:#071b32;margin:5px 5px 5px 0}.button-bar .IconButton:hover{background-color:#dce2eb;color:#fff}.button-bar .IconButton.disabled{color:#dce2eb}.button-bar .IconButton.disabled:hover{background-color:#fff;color:#dce2eb}.DiskUsage{padding:5px;display:flex;justify-content:center;background-color:#fff;border-top:1px solid #dce2eb}.ContentElement{display:flex;align-items:center;padding:5px 10px 5px 20px;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ContentElement--highlighted{padding:3px 8px 3px 18px;border:2px dashed #6aa0eb}.ContentElement .context-menu-parent{height:20px;width:20px;border-radius:2px;cursor:pointer;flex-grow:0;flex-shrink:0;z-index:2;transition:background-color 50ms ease-in-out;display:flex;align-items:center;justify-content:center}.ContentElement .context-menu-parent svg{width:16px;height:16px;color:#9f9f9f;transition:color 50ms ease-in-out}.ContentElement .context-menu-parent:hover{background-color:#9f9f9f}.ContentElement .context-menu-parent:hover svg{color:#fff}.ContentElement .context-menu-parent--active{z-index:5}.ContentElement--clickable{cursor:pointer}.ContentElement .ContentElement--icon{color:#071b32;margin-right:10px;min-width:20px}.ContentElement .ContentElement--name{margin:0;padding:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:1px;flex-grow:1;flex-shrink:1}.ContentElement .ContentElement--size{margin:0;padding:0 5px!important;text-overflow:ellipsis;overflow:hidden;flex-shrink:0;white-space:nowrap;text-align:right;color:#a6aeb5}.ContentElement:hover{background-color:#dce2eb}.ContentElement.ContentElement--code .ContentElement--icon,.ContentElement.ContentElement--file .ContentElement--icon,.ContentElement.ContentElement--markdown .ContentElement--icon,.ContentElement.ContentElement--notebook .ContentElement--icon{color:#224e90}.ContentElement.draggedover{background-color:#dce2eb}.context-menu{background-color:#fff;border-radius:2px;z-index:4;box-shadow:0 4px 8px rgba(0,0,0,.1);padding-top:5px;padding-bottom:5px;position:absolute;right:5px;width:200px}.context-menu a{text-decoration:none}.context-menu .arrow{position:static;margin-left:100%;height:0}.context-menu .arrow:before{content:"";position:relative;right:20px;top:-27px;border:6px solid transparent;border-bottom-color:#fff}.context-menu:focus{outline:none!important}.context-menu .cm-item-container{display:flex;flex-direction:row;align-items:center;padding:5px 10px;cursor:pointer}.context-menu .cm-item-container .context-menu-icon{margin-right:14px}.context-menu .cm-item-container .context-menu-text{margin:0;padding:0;white-space:nowrap}.context-menu .cm-item-container:hover{background-color:#dce2eb}.context-menu .cm-item-container--disabled{color:#a6aeb5;cursor:default}.styles_contentContainer__3s5Ku{height:100%;display:flex;flex-direction:column}.styles_emptyList__16D4e{margin:10px;display:flex;justify-content:center}.styles_listContainer__AX3x7{margin:10px 0}.styles_element__l83yt{display:flex;align-items:center;padding:10px 10px 10px 20px}.styles_element__l83yt:hover{background-color:#dce2eb}.styles_elementIcon__1o2Y1{color:#071b32;margin-right:10px;min-width:20px}.styles_elementName__1ABqM{margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.styles_shutdown__ukrZh{background-color:#f2ad5f;color:#fff;height:20px;border-radius:10px;padding:0 10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.styles_commitMessageParent__3FJjt{margin:0}.styles_commitMessageParent__3FJjt .styles_fieldHeadline__1Mml8{display:flex}.styles_commitMessageParent__3FJjt .styles_fieldHeadline__1Mml8 .styles_commitMessageLabel__hd2lO{color:#a6aeb5;display:inherit;margin-bottom:5px}.styles_commitMessageParent__3FJjt .styles_fieldHeadline__1Mml8 .styles_errorLine__3a72i{margin-top:0;margin-left:auto}.styles_commitMessageParent__3FJjt .styles_inputCommitMessage__27y0G.styles_invalid__RCvge{border:1px solid #ec3d3d}.styles_modalCommitParent__1G5Ry{min-width:620px;max-width:620px;padding-top:24px}.styles_modalCommitParent__1G5Ry .styles_modalCommitButtons__-mqfw{margin-top:20px;display:flex;justify-content:flex-end}.styles_modalCommitParent__1G5Ry .styles_modalCommitButtons__-mqfw .styles_deleteButton__1Ifor{background-color:#ec3d3d}.styles_modalContent__1YFVS span,.styles_modalContent__2Zukp span{display:block}.styles_modalContent__2Zukp span.styles_affected__36hbI{margin-top:10px;font-weight:400}.styles_modalContent__2Zukp .styles_conflicts__1oRFG .styles_fileName__4QZIb{display:list-item;font-size:14px;margin-left:10px;list-style-type:"- "}.styles_container__3DS79{width:100%;margin-top:1rem;display:flex;align-items:flex-end}.styles_container__3DS79 div{flex-grow:1}.styles_group__3VwWn{flex-grow:0!important;height:46px;display:flex;align-items:center}.styles_group__3VwWn span{margin-right:.25rem;font-weight:400}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench{max-width:unset;width:100%;height:100vh!important;margin:0;padding:0;border:0;border-radius:0}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .MainContainer--inner{width:100%;border:none}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .browser{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh!important}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .browser .browser-tab-link-container #tab-content{border-top-left-radius:0}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .browser .content-list{height:calc(100vh - 150px)}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .container-notebook{width:100%;height:100vh!important;border-top-right-radius:0;border-bottom-right-radius:0}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .container-notebook .fullscreen-button{border-top-right-radius:0}.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .container-notebook .cells,.fullscreenStyles_fullscreenContainer__3hmSM.MainContainer.Workbench .container-notebook .code-content .editor-parent-container{height:calc(100vh - 100px)}.TopMenu{position:absolute;right:0;top:100%;background:#fff;border-radius:1px;box-shadow:0 1px 2px 0 #7d9dc2;z-index:999;min-width:150px;display:flex}.TopMenu .TopMenu--category{padding:10px 5px}.TopMenu .TopMenu--category:not(:first-child){border-left:1px solid #dce2eb}.TopMenu .TopMenu--category .TopMenu--category-title{color:#a6aeb5;font-weight:500;padding:10px 25px 10px 10px}.TopMenu .TopMenu--category .TopMenu--item{color:#071b32;cursor:pointer;padding:10px;min-width:200px}.TopMenu .TopMenu--category .TopMenu--item .TopMenu--icon{margin-right:10px}.TopMenu .TopMenu--category .TopMenu--item a{display:flex;align-items:center}.TopMenu .TopMenu--category .TopMenu--link{text-decoration:none}.TopMenu .TopMenu--category .TopMenu--link:hover{text-decoration:underline}.TopMenu:after{content:"";position:absolute;right:13px;top:-12px;border:6px solid transparent;border-bottom-color:#fff}.TopMenu .search{display:block;padding:0;margin:0 0 10px}.TopMenu .search:after{display:none}.TopMenu .search .input-group{background:#eef0f2}.TopMenu .search .input-group-field{color:#071b32;background:#eef0f2}.TopMenu .search .input-group-field::-webkit-input-placeholder{color:#071b32}.TopMenu .search .input-group-field:-moz-placeholder,.TopMenu .search .input-group-field::-moz-placeholder{color:#071b32}.TopMenu .search .input-group-field:-ms-input-placeholder{color:#071b32}.TopMenu .profile,.TopMenu .profile:active,.TopMenu .profile:active .profile--name,.TopMenu .profile:focus,.TopMenu .profile:focus .profile--name,.TopMenu .profile:hover,.TopMenu .profile:hover .profile--name,.TopMenu .search .button .icon-search,.TopMenu .search .button:hover .icon-search{color:#071b32}.styles_label__1_OFp{height:20px;width:120px;border-radius:10px;background-color:#fff;border:1px solid #a6aeb5;display:flex;align-items:center;justify-content:center}.styles_label__1_OFp span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_headline__1jhVk{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.styles_headline__1jhVk .styles_spinner__1dGM8{margin-left:20px;display:flex;align-items:center;justify-content:center;height:24px}.MergeRequestListItem--element{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px;text-decoration:none}.MergeRequestListItem--element:hover{background-color:#eef0f2}.MergeRequestListItem--element .element-icon-parent{margin-right:20px}.MergeRequestListItem--element .element-icon-parent .element-icon{color:#3a3b3d}.MergeRequestListItem--element .element-name-parent{flex-grow:1}.MergeRequestListItem--element .element-name-parent .element-name .name{font-weight:400}.MergeRequestListItem--element .element-name-parent .element-commit{color:#a6aeb5;margin-top:5px}.MergeRequestListItem--element .element-name-parent .element-commit .commit-details{display:flex;align-items:center}.title-box{font-weight:400;font-size:15px;margin-bottom:5px}.border-box{border:1px solid #dce2eb;border-radius:5px;width:100%;display:flex;padding:10px;margin-bottom:20px;margin-top:5px;position:relative;min-height:70px;flex-direction:row;align-items:flex-end}.TabLine--container .TabLine--tabs{border-bottom:1px solid #dce2eb}.TabLine--container .TabLine--tabs .tab-link{padding:10px;margin-bottom:-2px}.TabLine--container .TabLine--tabs .tab-link:hover{outline:0;border-bottom:3px solid #dce2eb}.TabLine--container .TabLine--tabs .tab-link:focus{outline:0}.TabLine--container .TabLine--tabs .tab-link-active{border-bottom:3px solid #224e90!important}.TabLine--container .TabLine--content{padding:10px}.JobGroupTopologyChart .react-flow__edge-path{stroke:#9f9f9f!important}.group-topology-chart_tooltip{background-color:#eef0f2;padding:8px}.tooltipContainer{position:relative}.styles_image__185LN{width:28px;height:28px;border-radius:50%;background:#fff;padding:0;text-align:center;overflow:hidden}.styles_initials__xAwJj{align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#fff;font-size:11px;font-weight:500}.styles_icon__UpQl2,.styles_initials__xAwJj{height:100%;width:100%;display:flex;justify-content:center}.styles_icon__UpQl2{align-items:flex-end;font-size:22px;color:#40669f}.styles_contentContainer__2zWk3{padding:20px 15px;height:100%;overflow-y:auto;position:relative;display:flex;flex-direction:column}.styles_item__xlUCd{margin-top:12px;margin-bottom:12px}.styles_detailsHeader__28aVf{display:flex;align-items:center;height:32px}.styles_backButton__26p3b{flex-grow:1}.styles_headline__3gKHK{font-weight:400;font-size:15px;color:#a6aeb5}.styles_card__BlspZ{padding:10px;border:1px solid #dce2eb;border-radius:4px;margin-top:10px;overflow-x:auto}.styles_cardGrey__hg0kg{background-color:#eef0f2}.styles_row__Fvlt9{display:flex;cursor:default;align-items:center}.styles_row__Fvlt9:hover{background-color:#eef2f6}.styles_title__dhQHq{font-weight:400;margin-right:10px;min-width:200px;padding:10px}.styles_value__lHY6R{padding:10px;overflow-x:auto;text-overflow:ellipsis}.styles_value__lHY6R li:not(:last-child){margin-bottom:5px}.styles_value__lHY6R td{padding-bottom:5px;font-size:14px;border:none}.styles_value__lHY6R td.styles_jobDetailsValueObjectKey__1ctM4{padding-right:5px}.styles_statusValue__2XFdL{font-weight:400;color:#fff;height:18px;padding:0 18px;margin:9px 10px;border-radius:9px}.styles_statusWaiting__3XBhD{background-color:#dce2eb;color:#071b32}.styles_statusWaitingInExecutionQueue__3G_nc{background-color:#9f9f9f}.styles_statusTriggered__1vIMX{background-color:#8c2290}.styles_statusRunning__2XxHN{background-color:#224e90}.styles_statusSuccess__1pabR{background-color:#9fd356}.styles_statusCancelled__2CC0_{background-color:#f2ad5f}.styles_statusFailure__wDZt7{background-color:#ec3d3d}.styles_valueNoValue__2xKU0{font-style:italic!important;color:#a6aeb5}.styles_headerButtonContainer__1GgO_{display:flex;flex-direction:row-reverse}.styles_headerButton__11Hmi{display:flex;align-items:center;margin-left:10px}.styles_refreshIconContainer__3DYCD{margin-left:10px;height:40px}.styles_refreshIconContainer__3DYCD .styles_refreshIconSpinningParent__1JIiJ{width:30px;height:30px;margin:5px;display:flex;justify-content:center;align-items:center}.styles_refreshIconContainer__3DYCD .styles_refreshIconSpinningParent__1JIiJ .styles_refreshIconSpinning__3vnZR{color:#224e90;margin:5px;-webkit-animation:styles_spin__2LT4g 2s linear infinite;animation:styles_spin__2LT4g 2s linear infinite}@-webkit-keyframes styles_spin__2LT4g{to{-webkit-transform:rotate(1turn)}}@keyframes styles_spin__2LT4g{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_item__7xGaA{display:grid;width:100%;grid-gap:10px;gap:10px;padding:10px 0;border:solid #dce2eb;border-width:0 0 1px;cursor:pointer}.styles_topology__2ES3L{overflow:auto;padding:5px;background-color:#eef0f2;border:1px solid #dce2eb;border-radius:5px;margin-right:10px}.styles_info__3Qv69{display:flex;flex-direction:column;justify-content:center;cursor:inherit;overflow:auto}.styles_field__3VR1_{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.styles_description__1ASRL{margin-top:5px}.styles_description__1ASRL .styles_box__Sb4Bb{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:clip;overflow-wrap:anywhere}.styles_description__1ASRL .styles_tooltip__1i1Qa{position:absolute;width:600px}.styles_description__1ASRL .styles_tooltipText__1KnCF{visibility:hidden;position:absolute;top:100%;padding:6px;background-color:#fff;border:1px solid #dce2eb;border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.1);z-index:100;opacity:0;transition:opacity 1s}.styles_description__1ASRL:hover .styles_tooltipText__1KnCF{visibility:visible;opacity:1}.styles_buttons__3OzSD,.styles_userIcon__YeJ3d{display:flex;align-items:center}.styles_buttons__3OzSD div{margin:0}.styles_buttonsWrapper__2yIDA{height:32px;border:1px solid #dce2eb;border-radius:16px;padding:0 10px;display:flex}.styles_history__1JuEW{grid-template-columns:2fr 1fr 170px 40px 170px 80px}.styles_queue__2-p0_{grid-template-columns:2fr 1fr 170px 40px 80px}.styles_status__1j4V2{border-radius:2px;cursor:pointer;display:flex;flex-direction:column;height:100%;align-items:center;padding:2px 0}.styles_status__1j4V2 .styles_statusBar__3W1m4{margin-bottom:5px;width:10px;height:10px;border-radius:5px}.styles_status__1j4V2.styles_status_in_progress__tgolV .styles_JobGroup--Status-bar__2GqPC{background-color:#224e90}.styles_status__1j4V2.styles_status_waiting__1x9C4 .styles_JobGroup--Status-bar__2GqPC{background-color:#dce2eb}.styles_status__1j4V2.styles_status_successful__3sMdU .styles_JobGroup--Status-bar__2GqPC{background-color:#9fd356}.styles_status__1j4V2.styles_status_cancelled__1U5Re .styles_JobGroup--Status-bar__2GqPC{background-color:#f2ad5f}.styles_status__1j4V2.styles_status_failure__1MMfk .styles_JobGroup--Status-bar__2GqPC{background-color:#ec3d3d}.styles_scheduleSelect__1z66Y .styles_fieldsContainer__3WOBy{display:grid;grid-template-columns:repeat(3,1fr)}.styles_scheduleSelect__1z66Y .styles_fieldsContainer__3WOBy .styles_fieldParent__1J8Zv:not(:first-child){margin-left:10px}.styles_scheduleSelect__1z66Y .styles_fieldsContainer__3WOBy .styles_fieldParent__1J8Zv .styles_fieldLabel__3zOJ7{color:#a6aeb5;display:block;padding:0 0 6px;white-space:nowrap}.styles_JobGroupStep__3ZSLV .styles_topology__1-eRU{overflow:auto;padding:10px;background-color:#eef0f2;border:1px solid #dce2eb;border-radius:5px;position:relative}.styles_JobGroupStep__3ZSLV .styles_topology__1-eRU .styles_JobGroupTopologyChart__2hVLO{margin-bottom:20px}.styles_JobGroupStep__3ZSLV .styles_editorHint__2uk3I{position:absolute;bottom:5px;right:5px;color:#a6aeb5;cursor:default}.styles_JobGroupStep__3ZSLV .styles_emptyContainer__HR_ru{padding:20px;display:flex;align-items:center;justify-content:center}.styles_loadingIndicator__2YIR5{border:1px solid #dce2eb;background-color:#eef0f2;border-radius:5px;padding:0 10px;display:flex;justify-content:center}.JobGroupEditor{display:flex;flex-direction:column;height:100%}.JobGroupEditor .JobGroupEditor--error{position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.JobGroupEditor .JobGroupEditor--expand-collapse{border:solid #dce2eb;border-width:0 0 1px;margin:0 10px;border-radius:8px;position:relative}.JobGroupEditor .JobGroupEditor--expand-collapse .JobGroupEditor--expand-collapse-body{height:300px}.JobGroupEditor .JobGroupEditor--dndflow{flex-grow:1;flex-direction:column;display:flex}.JobGroupEditor .JobGroupEditor--dndflow .JobGroupEditor--reactflow-wrapper{flex-grow:1}.JobGroupEditor .react-flow__handle{transition:background-color .1s ease-in-out,height .1s ease-in-out,width .1s ease-in-out,left .1s ease-in-out,right .1s ease-in-out}.JobGroupEditor .react-flow__handle-left{left:-5px!important}.JobGroupEditor .react-flow__handle-left.react-flow__handle-valid{width:16px!important;height:16px!important;background-color:#9f9f9f!important;left:-8px!important}.JobGroupEditor .react-flow__handle-right{right:-5px!important}.JobGroupEditor .react-flow__handle-right:hover{width:16px!important;height:16px!important;background-color:#9f9f9f!important;right:-8px!important}.JobGroupEditor .react-flow__node.selected{border-color:#6aa0eb}.JobGroupEditor .react-flow__edge .react-flow__edge-path{stroke:#9f9f9f!important}.JobGroupEditor .react-flow__edge .react-flow__edge-path:hover{stroke-width:3}.JobGroupEditor .react-flow__edge.selected .react-flow__edge-path{stroke:#6aa0eb!important;stroke-width:3}.JobGroupEditor .react-flow__minimap{border:1px solid #dce2eb;border-radius:4px}.styles_backupJobModal__3VJ2g{width:600px}.styles_backupJobModal__3VJ2g .styles_backupJobHeadline__1VrjA{font-size:15px;font-weight:500}.styles_backupJobModal__3VJ2g .styles_backupJobDescription__2k_pq{margin-top:20px;white-space:pre-wrap}.styles_backupJobModal__3VJ2g .styles_backupJobField__3YcYP{margin-top:10px}.styles_backupJobModal__3VJ2g .styles_backupJobButtonBar__3scyY{margin-top:20px;display:flex;justify-content:flex-end}.styles_jobGroupEditor__3g0V0{height:100%;display:flex;flex-direction:column}.styles_jobGroupEditor__3g0V0 .styles_node__3EFPW{background-color:#fff;border:1px solid #9f9f9f;border-radius:5px;width:90px;height:35px;padding:5px;margin:5px 5px 5px 0;display:flex;justify-content:center;align-items:center;cursor:grab}.styles_jobGroupEditor__3g0V0 .styles_node__3EFPW:hover{background-color:#eef0f2}.styles_jobGroupEditor__3g0V0 .styles_header__25DON{display:flex;align-items:center;border-top:1px solid #dce2eb}.styles_jobGroupEditor__3g0V0 .styles_header__25DON .styles_tabs__2FydK{width:80%;overflow:auto;margin-right:10px}.styles_jobGroupEditor__3g0V0 input{width:20%;height:36px;padding:8px 13px;font-size:14px}.styles_jobGroupEditor__3g0V0 .styles_categories__39-fa{flex-grow:1;display:grid;grid-template-columns:5fr 3fr 3fr;overflow-x:auto;overflow-y:hidden;border:1px solid #dce2eb;border-radius:0 0 8px 8px}.styles_jobGroupEditor__3g0V0 .styles_list__1lfM4{overflow:hidden;display:flex;flex-direction:column;border-right:1px solid #dce2eb;padding:10px 0}.styles_jobGroupEditor__3g0V0 .styles_list__1lfM4 ul{overflow:auto}.styles_jobGroupEditor__3g0V0 .styles_list__1lfM4 ul li:nth-child(odd) .styles_listItem__kZssj{background-color:#eef0f2}.styles_jobGroupEditor__3g0V0 .styles_listHeader__1SevC{margin-bottom:5px;padding:0 10px}.styles_jobGroupEditor__3g0V0 .styles_listItem__kZssj{display:flex;align-items:center;padding:0 10px}.styles_jobGroupEditor__3g0V0 .styles_listItemText__glxgX{overflow:hidden;text-overflow:ellipsis;width:22ch}.FlapButton{box-sizing:content-box;position:absolute;background-color:#dce2eb;color:#071b32;border-radius:25px;height:30px;width:70px;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease-out,color .25s ease-out}.FlapButton:hover{background:#224e90;color:#fff}.styles_container__3PT3I{height:100%;display:flex;flex-direction:column}.styles_buttonContainer__1cNBv{display:flex;flex-direction:row;padding:10px;justify-content:flex-end}.styles_form__2RUkW{height:100%}.styles_codeCapsuleReport__3zH7V{margin-top:20px}.styles_codeCapsuleReport__3zH7V .styles_headline__1_GyK{font-weight:400;font-size:15px;color:#a6aeb5;display:block}.styles_codeCapsuleReport__3zH7V .styles_description__31rd3{margin-top:10px;color:#a6aeb5;display:block}.styles_codeCapsuleReport__3zH7V .styles_singleNotebooksList__30Ely{padding:10px;border:1px solid #dce2eb;border-radius:4px;margin-top:10px}.styles_codeCapsuleReport__3zH7V .styles_singleNotebooksList__30Ely .styles_singleNotebookEntry__1S1t9{cursor:pointer;display:flex;padding:5px;text-decoration:none;align-items:center}.styles_codeCapsuleReport__3zH7V .styles_singleNotebooksList__30Ely .styles_singleNotebookEntry__1S1t9:hover .styles_singleNotebookEntryName__x8ejn{text-decoration:underline}.styles_codeCapsuleReport__3zH7V .styles_singleNotebooksList__30Ely .styles_singleNotebookEntry__1S1t9 .styles_singleNotebookEntryIcon__1nvGs{margin-right:10px;width:10px;height:10px;border-radius:5px}.styles_orchestrationCCOutput__29Wu3{padding:30px 0!important}.styles_orchestrationCCOutput__29Wu3 .styles_jobDetailsHeader__2DGV6{margin:0 15px}.styles_codeCapsuleOutputParent__295mT{height:100%;display:flex;flex-direction:column;justify-content:stretch;overflow-y:clip;margin:0}.styles_codeCapsuleOutputParent__295mT .styles_switchDescription__3dbHU{padding-right:5px;font-weight:400}.styles_codeCapsuleOutputParent__295mT .styles_jobDetailsHeader__2DGV6{margin-bottom:10px;display:flex;align-items:center}.styles_codeCapsuleOutputParent__295mT .styles_jobDetailsHeader__2DGV6 .styles_backButtonContainer__37y7W{flex-grow:1}.styles_codeCapsuleOutputParent__295mT .styles_jobDetailsHeader__2DGV6 .styles_topButtonContainer__l5Hj1{display:flex;flex-direction:row-reverse}.styles_codeCapsuleOutputParent__295mT .styles_jobDetailsHeader__2DGV6 .styles_topButtonContainer__l5Hj1 .styles_button__1WAqf{display:flex;align-items:center;margin-left:10px}.styles_codeCapsuleOutputParent__295mT .styles_notebookTitleContainer__1JhCO{padding:0 10px 15px 0;border-bottom:1px solid #dce2eb;display:flex;align-items:center}.styles_codeCapsuleOutputParent__295mT .styles_notebookTitleContainer__1JhCO .styles_iconParent__19-HL{width:55px;height:10px}.styles_codeCapsuleOutputParent__295mT .styles_notebookTitleContainer__1JhCO .styles_iconParent__19-HL .styles_icon__YU-Pz{display:block;width:10px;height:10px;border-radius:5px;margin:0 auto}.styles_codeCapsuleOutputParent__295mT .styles_notebookTitleContainer__1JhCO .styles_notebookTitle__3-D-a{font-weight:400;font-size:16px;margin-right:10px}.styles_codeCapsuleOutputParent__295mT .styles_modalNotebookContent__2_e1A{flex-grow:1}.styles_codeCapsuleOutputParent__295mT .styles_modalNotebookContent__2_e1A .styles_loading-container__3VkqK{position:absolute;height:calc(100% - 65px);width:100%;overflow:hidden}.styles_codeCapsuleOutputParent__295mT .styles_refreshIconContainer__2Dkf4{margin-left:10px;height:40px}.styles_codeCapsuleOutputParent__295mT .styles_refreshIconContainer__2Dkf4 .styles_refreshIconSpinningParent__3YxtB{width:30px;height:30px;margin:5px;display:flex;justify-content:center;align-items:center}.styles_codeCapsuleOutputParent__295mT .styles_refreshIconContainer__2Dkf4 .styles_refreshIconSpinningParent__3YxtB .styles_refreshIconSpinning__3eQSB{color:#224e90;margin:5px;-webkit-animation:styles_spin__1GMSh 2s linear infinite;animation:styles_spin__1GMSh 2s linear infinite}@-webkit-keyframes styles_spin__1GMSh{to{-webkit-transform:rotate(1turn)}}@keyframes styles_spin__1GMSh{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_success__2eVQ9{background-color:#9fd356}.styles_failure__3Nopj{background-color:#ec3d3d}.styles_inProgress__3XClp{background-color:#224e90}.styles_waiting__LlIkM{background-color:#dce2eb}.styles_container__2pRzI{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.styles_statusIcon__2mRkY{width:16px;height:16px}.styles_container__OE8KX,.styles_topLine__3pY3J{display:flex;grid-gap:5px;gap:5px}.styles_topLine__3pY3J{align-items:center;margin-bottom:5px}.styles_tinyBusy__3yfzj{-webkit-transform:scale(.2) translateY(40px);transform:scale(.2) translateY(40px)}.styles_title__mzH_A{font-weight:400}.styles_success__2LgYb{background-color:#9fd356;align-items:center}.styles_success__2LgYb,.styles_unknown__ZnqEI{color:#fff;border-radius:100%;display:flex;justify-content:center;width:100%;height:100%}.styles_unknown__ZnqEI{background-color:#f2ad5f;align-items:baseline;font-weight:400}.styles_error__1mID-{color:#fff;background-color:#ec3d3d;border-radius:100%;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.styles_errorText__20agl{color:#ec3d3d;font-weight:400;padding-bottom:5px}.styles_light__13ZV-{color:#a6aeb5}.styles_grey__8gzDv{color:#394d63}.styles_body__2RaTa{margin-left:21px;padding-bottom:5px}.styles_body__2RaTa .styles_description__1YbCU{padding-bottom:5px}.styles_item__3-OBD{display:grid;width:100%;grid-gap:10px;gap:10px;padding:10px 0;border:solid #dce2eb;border-width:0 0 1px;cursor:pointer}.styles_topology__2yaqQ{overflow:auto;padding:5px;background-color:#eef0f2;border:1px solid #dce2eb;border-radius:5px;margin-right:10px}.styles_info__CX1-5{display:flex;flex-direction:column;justify-content:center;cursor:inherit;overflow:auto}.styles_field__3cstO{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.styles_description__36sEX{margin-top:5px}.styles_description__36sEX .styles_box__1TxHP{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:clip;overflow-wrap:anywhere}.styles_description__36sEX .styles_tooltip__2Z-kz{position:absolute;width:600px}.styles_description__36sEX .styles_tooltipText__3UJ_s{visibility:hidden;position:absolute;top:100%;padding:6px;background-color:#fff;border:1px solid #dce2eb;border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.1);z-index:100;opacity:0;transition:opacity 1s}.styles_description__36sEX:hover .styles_tooltipText__3UJ_s{visibility:visible;opacity:1}.styles_buttons__3nSXv,.styles_userIcon__2Sr9G{display:flex;align-items:center}.styles_buttons__3nSXv div{margin:0}.styles_buttonsWrapper__1Oi5K{height:32px;border:1px solid #dce2eb;border-radius:16px;padding:0 10px;display:flex}.styles_schedule__3m3EY{grid-template-columns:2fr 1fr 260px 40px 80px}.styles_OrchestrationContent__3zGNQ{padding:20px 15px;height:100%;overflow-y:auto;position:relative;display:flex;flex-direction:column}.styles_OrchestrationContent__3zGNQ .styles_OrchestrationInnerContent__3yjk3{flex-grow:1}.styles_OrchestrationContent__3zGNQ .styles_OrchestrationInnerContent__3yjk3.styles_notScrollable__1FZv2{height:100%}.styles_timedSchedules__1F47v{height:100%;flex-grow:1}.styles_JobSchedulesFilters__4Kv-k{display:grid;grid-template-columns:200px 400px}.styles_JobSchedulesFilters__4Kv-k .styles_JobSchedulesTrigger__1-I0v{margin-right:10px}.styles_JobSchedulesSubheader__13ZPP{position:-webkit-sticky;position:sticky;top:0;padding:10px 0;background-color:#fff;z-index:100}.styles_JobSchedulesSubheader__13ZPP .styles_JobSchedulesSubheaderDescriptions__wOBpr{display:grid;grid-template-columns:2fr 1fr 260px 40px 80px;grid-gap:10px;gap:10px;width:100%}.styles_JobSchedulesSchedules__2PQ1N{display:flex;flex-direction:column;justify-content:stretch;height:100%}.styles_JobSchedulesHeaderPaging__jnIym{display:flex;align-items:center;width:100%}.styles_JobSchedulesHeaderPaging__jnIym .styles_JobSchedulesButton__1ZW04{margin-left:auto;margin-right:10px}.CollapsibleHeadlineArea--Header{display:flex;align-items:center;margin-bottom:10px;cursor:pointer}.CollapsibleHeadlineArea--Header:hover span{color:#224e90}.CollapsibleHeadlineArea--Header span{color:#071b32;font-weight:400;font-size:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;transition:color .1s ease-in-out}.CollapsibleHeadlineArea--Header--Icon{margin-right:5px}.CollapsibleHeadlineArea--Body{margin-bottom:30px}.styles_item__1xvGR{display:grid;width:100%;grid-gap:10px;gap:10px;padding:10px 0;border:solid #dce2eb;border-width:0 0 1px;cursor:pointer}.styles_topology__2aFU5{overflow:auto;padding:5px;background-color:#eef0f2;border:1px solid #dce2eb;border-radius:5px;margin-right:10px}.styles_info__XbvYd{display:flex;flex-direction:column;justify-content:center;cursor:inherit;overflow:auto}.styles_field__19axA{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.styles_description__J8e1B{margin-top:5px}.styles_description__J8e1B .styles_box__14tE7{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:clip;overflow-wrap:anywhere}.styles_description__J8e1B .styles_tooltip__UQPRJ{position:absolute;width:600px}.styles_description__J8e1B .styles_tooltipText__EcPvD{visibility:hidden;position:absolute;top:100%;padding:6px;background-color:#fff;border:1px solid #dce2eb;border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.1);z-index:100;opacity:0;transition:opacity 1s}.styles_description__J8e1B:hover .styles_tooltipText__EcPvD{visibility:visible;opacity:1}.styles_buttons__wWhJh,.styles_userIcon__5O1P5{display:flex;align-items:center}.styles_buttons__wWhJh div{margin:0}.styles_buttonsWrapper__3QRag{height:32px;border:1px solid #dce2eb;border-radius:16px;padding:0 10px;display:flex}.styles_jobGroup__103JK{grid-template-columns:2fr 1fr 40px 160px}table.styles_keyspacesTable__1SCyf{width:100%;border-collapse:collapse}table.styles_keyspacesTable__1SCyf thead td{padding:10px}table.styles_keyspacesTable__1SCyf thead td:first-child{width:100%}table.styles_keyspacesTable__1SCyf tbody td{padding:10px;vertical-align:middle}table.styles_keyspacesTable__1SCyf tbody tr{border-bottom:1px solid #eef0f2}table.styles_keyspacesTable__1SCyf tbody tr:last-child{border-bottom:none}table.styles_keyspacesTable__1SCyf tbody tr:hover td{background-color:#eef0f2}.styles_keyspacesTable__1SCyf .styles_keyspacesHeader__3_EjG .styles_keyspacesHeadline__2RlX7{cursor:default;margin-top:auto;font-weight:500;display:block}.styles_keyspacesTable__1SCyf .styles_keyspacesHeader__3_EjG .styles_permissionCell__3WKms{font-weight:500;cursor:default}.styles_keyspacesTable__1SCyf .styles_resourceCell__2Fxhv .styles_displayName__3ezKH{font-weight:400;margin-bottom:5px;display:block}.styles_keyspacesTable__1SCyf .styles_resourceCell__2Fxhv .styles_title__3IDb-{text-overflow:ellipsis;overflow:hidden;display:block}.styles_keyspacesTable__1SCyf .styles_resourceCell__2Fxhv .styles_subInfo__3s0PF{margin-top:5px;display:block;font-style:italic}.styles_keyspacesTable__1SCyf .styles_permissionCell__3WKms{display:flex;justify-content:center;cursor:pointer;width:45px}.styles_keyspacesTable__1SCyf .styles_permissionCell__3WKms .styles_permissionMark__39oLB{width:10px;height:10px;border-radius:5px;display:block}.styles_keyspacesTable__1SCyf .styles_permissionCell__3WKms .styles_permissionMark__39oLB.styles_enabledMark__JAWVt{background-color:#6aa0eb}.styles_keyspacesTable__1SCyf .styles_permissionCell__3WKms .styles_permissionMark__39oLB.styles_disabledMark__n7LgC{background-color:#dce2eb}.styles_inputRow__2x0vo{display:flex;align-items:flex-end;padding-top:20px;width:100%}.styles_inputRow__2x0vo .styles_inputParent__jA789{width:100%}.styles_bottomRow__3iefc{display:flex;align-items:center;justify-content:space-between;padding-top:20px}.styles_bottomRow__3iefc .styles_buttonLine__2hd3I{display:flex}.styles_Error__1lrZi{color:#ec3d3d}.styles_uploadConfirmationParent__UHOM4{padding:100px 0;text-align:center;max-width:400px;font-size:15px;color:#a6aeb5;margin:0 auto}.styles_uploadConfirmationParent__UHOM4 p{padding:0 0 40px}.styles_uploadConfirmationParent__UHOM4 h3{margin:0;color:#071b32;padding:0 0 40px}.styles_uploadConfirmationParent__UHOM4 .styles_button__KjKqZ{margin:1px 0}.styles_uploadConfirmationParent__UHOM4 .styles_animationContainer__3IfU2{width:650px}.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu{margin-top:40px;padding:10px;border:1px solid #ec3d3d;border-radius:4px;color:#071b32}.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG p,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5 p,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu p{padding-bottom:5px}.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG table,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5 table,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu table{margin-top:25px;margin-bottom:10px;text-align:left;font-size:14px}.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG table th,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5 table th,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu table th{font-weight:400}.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG table td,.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG table th,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5 table td,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5 table th,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu table td,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu table th{padding:5px}.styles_uploadConfirmationParent__UHOM4 .styles_encodingErrors__7XVWG table tr:hover,.styles_uploadConfirmationParent__UHOM4 .styles_error__x3DN5 table tr:hover,.styles_uploadConfirmationParent__UHOM4 .styles_parsingErrors__6SNCu table tr:hover{background-color:#eef0f2}.styles_uploadInputParent__YV_7l{height:100px;display:flex;align-items:stretch}.styles_uploadInputParent__YV_7l.styles_multiple__1rZuC{height:200px}.styles_uploadRightPart__2G4Tx{margin-left:10px;flex-grow:1;display:flex;flex-direction:column}.styles_fileParent__xJepz{padding:8px;overflow:hidden;box-sizing:border-box}.styles_fileParent__xJepz .styles_uploadText__2-JlY{cursor:default;display:flex;justify-content:space-between}.styles_fileParent__xJepz .styles_uploadText__2-JlY .styles_filename__1kCNO{color:#071b32;font-size:14px;overflow-y:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_fileParent__xJepz .styles_uploadText__2-JlY .styles_filesize__1Kh97{flex-shrink:0;margin-left:5px;color:#a6aeb5}.styles_files__21O1Z{align-items:flex-start;justify-items:flex-start;flex:1 1;overflow-y:auto;margin-bottom:5px}.styles_buttons__3D0b1{display:flex;justify-content:flex-end}.styles_progressWrapper__2eMj8{display:flex;align-items:center}.styles_progressWrapper__2eMj8 .styles_progressInfo__3-dtR{width:60px;text-align:right}.styles_progressWrapper__2eMj8 .styles_progress__2PFSL{transition:width .25s ease-in-out,background-color .25s ease-in-out}.styles_progressWrapper__2eMj8 .styles_progress__2PFSL.styles_done__3OMPx{background-color:#9fd356}.styles_animationContainer__2NAcE{display:flex;justify-content:center;align-items:center;height:320px;width:400px;margin-top:-50px}.styles_animationContainer__2NAcE .styles_animationSpinner__2Ec2L{position:relative;display:flex;align-items:center;flex-wrap:wrap;width:1px;margin-top:-80px}.styles_animationContainer__2NAcE .styles_el__s0rtr{position:absolute;opacity:1;width:2px;height:60px;max-height:40vw;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;background:#fff}.styles_animationContainer__2NAcE .styles_pulsing__PSQDv{display:flex;align-items:center;justify-content:center;width:400px;height:400px;background-color:#fff}.styles_animationContainer__2NAcE .styles_pulsing__PSQDv .styles_svg__I9YWL{-webkit-transform:scale(5);transform:scale(5);position:absolute}.data-source-element{display:flex}.data-source-element .element{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px;text-decoration:none}.data-source-element .element:hover{background-color:#eef0f2}.data-source-element .element .element-icon-parent{margin-right:20px;padding:5px}.data-source-element .element .element-icon-parent svg{width:30px;height:30px}.data-source-element .element .element-ds-container{flex-grow:1}.data-source-element .element .element-ds-container .element-name .name{font-weight:400}.data-source-element .element .element-ds-container .element-ds-type{color:#a6aeb5;margin-top:5px}.data-source-element .element .element-ds-container .element-ds-type .ds-type-details{display:flex;align-items:center}.data-source-element .element .element-ds-container .element-ds-type .ds-type-details .ds-type{flex-grow:1}.data-source-element .element .element-ds-role-container{margin-right:10px}.data-source-element .element .element-ds-role-container .element-ds-role span{height:20px;min-width:140px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:#6aa0eb;color:#fff}.data-source-element .element .element-ds-buttons{display:flex}.data-source-element .element .element-ds-buttons .manage-ds-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32}.data-source-element .element .element-ds-buttons .manage-ds-button:not(:last-child){margin-right:5px}.data-source-element .element .element-ds-buttons .manage-ds-button:hover{background-color:#dce2eb;color:#fff}.styles_augurDetailsParent__2e7-L{display:flex;height:100%}.styles_augurDetailsContentParent__3IVHR{flex-grow:1;overflow-x:hidden;position:relative}.styles_augurBiographyParent__3tc2a{min-width:450px;background-color:#fff;border-left:1px solid #ddd;position:relative}.styles_header__Kcbg5{background:#224e90;color:#fff;position:fixed;left:0;top:0;width:100%;z-index:999;height:48px}.styles_header__Kcbg5 .styles_headerRow__Hj032{position:relative;width:calc(75rem - 30px);max-width:98vw;margin:0 auto;display:flex}.styles_header__Kcbg5 .styles_headerLeft__35lt-{padding:5px 0;display:flex;flex-direction:row;align-items:center}.styles_header__Kcbg5 .styles_headerLeft__35lt- .styles_headerLogo__2qAaf{display:inline-block;width:135px;height:29px;background-size:cover;vertical-align:top;margin:5px 10px 4px 0}.styles_header__Kcbg5 .styles_headerLeft__35lt- .styles_headerLabel__1SPZf{height:30px;margin-left:20px;background-color:#fff;color:#071b32;display:flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:5px;font-weight:400;cursor:default;white-space:nowrap}.styles_header__Kcbg5 .styles_headerRight__ZsMBW{text-align:right;margin-left:auto;display:flex}.ProfileMenuButton{padding:5px 10px;height:48px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;text-decoration:none;align-items:center;cursor:pointer}@media(max-width:780px){.ProfileMenuButton{border-right:none}}.ProfileMenuButton:active .ProfileMenuButton--name,.ProfileMenuButton:focus .ProfileMenuButton--name,.ProfileMenuButton:hover .ProfileMenuButton--name{text-decoration:underline;color:#fff}.ProfileMenuButton .ProfileMenuButton--image{margin-right:7px}.ProfileMenuButton .ProfileMenuButton--name{color:#fff;display:inline-block;vertical-align:top;margin-right:7px;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ProfileMenuButton .ProfileMenuButton--icon{margin-top:2px;color:#fff}.ProfileMenuButton .ProfileMenuButton--hamburger{display:none}@media(max-width:800px){.ProfileMenuButton{padding-right:7px}.ProfileMenuButton .ProfileMenuButton--icon,.ProfileMenuButton .ProfileMenuButton--image,.ProfileMenuButton .ProfileMenuButton--name{display:none}.ProfileMenuButton .ProfileMenuButton--hamburger{display:inline-block;color:#fff;margin:0 10px 0 0}}.SearchBar{position:relative;display:inline-block;height:48px;vertical-align:top;border-right:1px solid hsla(0,0%,100%,.3);padding:0 0 0 16px}.SearchBar:hover .SearchBar--input-group-button .SearchBar--button{opacity:1}.SearchBar:hover .SearchBar--input-group-button .SearchBar--button .icon-search{color:#fff}@media(max-width:780px){.SearchBar{display:none}}@media screen and (max-width:39.9375em){.SearchBar{display:none}}.SearchBar .SearchBar--input-group{margin:0;border-radius:3px;width:210px;box-sizing:border-box;flex:1 1;box-shadow:none;font-size:15px;display:flex}@media screen and (max-width:63.9375em){.SearchBar .SearchBar--input-group{width:323px}}.SearchBar .SearchBar--input-group-field{color:#fff;padding:0;height:48px;border:none;background:none;min-width:0}.SearchBar .SearchBar--input-group-field::-webkit-input-placeholder{color:#fff}.SearchBar .SearchBar--input-group-field:-moz-placeholder,.SearchBar .SearchBar--input-group-field::-moz-placeholder{color:#fff}.SearchBar .SearchBar--input-group-field:-ms-input-placeholder{color:#fff}.SearchBar .SearchBar--input-group-field:active,.SearchBar .SearchBar--input-group-field:focus{border:none;background:none}.SearchBar .SearchBar--input-group-field::-ms-clear{display:none}.SearchBar .SearchBar--input-group-button{vertical-align:middle}.SearchBar .SearchBar--input-group-button .SearchBar--button{height:48px;text-align:center;padding:0 0 2px;cursor:pointer;width:34px;margin:0 4px 0 0;background:none!important;opacity:.8;box-shadow:none}.SearchBar .SearchBar--input-group-button .SearchBar--button .icon-search{font-size:19px;line-height:26px;color:#fff;margin:2px 3px -2px 0;opacity:1;display:block}.SearchBar .SearchBar--input-group-button .SearchBar--button .SearchBar--icon-cross{margin:2px 0 -2px 3px;opacity:1}.SearchResult{color:#071b32;position:absolute;left:0;top:100%;background:#fff;padding:10px 20px;margin:0 0 12px;border-radius:1px;box-shadow:0 1px 2px 0 #7d9dc2;z-index:999;min-width:150px;width:100%;text-align:left;font-size:12px}.SearchResult:before{content:"";position:absolute;left:23px;top:-13px;border:6px solid transparent;border-bottom-color:#7d9dc2}.SearchResult:after{content:"";position:absolute;left:23px;top:-12px;border:6px solid transparent;border-bottom-color:#fff}.SearchResult .SearchResult--headline{color:#224e90;margin:0 -20px 15px;padding:3px 20px 15px;border-bottom:1px solid #eef0f2;font-weight:400;font-size:12px}.SearchResult .SearchResult--group:last-child .search--list{padding:0 0 2px}.SearchResult .SearchResult--group .SearchResult--label{color:#a6aeb5;font-size:13px;font-weight:400;padding:0 0 10px}.SearchResult .SearchResult--group .SearchResult--list{padding:0 0 9px}.SearchResult .SearchResult--group .SearchResult--list .SearchResult--list-li{padding:0 0 8px}.SearchResult .SearchResult--group .SearchResult--list .SearchResult--list-li a{color:#071b32;text-decoration:none;display:block}.SearchResult .SearchResult--group .SearchResult--list .SearchResult--list-li a:hover{text-decoration:underline}.styles_notEvenOnePermission__3brLt{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.styles_notEvenOnePermission__3brLt.styles_fullViewHeight__3j5k7{padding-top:110px;height:100vh}.styles_notEvenOnePermission__3brLt.styles_fullViewHeight__3j5k7 .styles_subHeaderMock__dEJAs{padding:0;position:fixed;left:0;top:48px;width:100%;background:#fff;border-bottom:1px solid #ddd;z-index:998;margin:0;height:62px}.styles_notEvenOnePermission__3brLt .styles_title__2djU5{font-size:18px;color:#394d63;margin-bottom:10px}.styles_notEvenOnePermission__3brLt .styles_description__3LYoE{font-size:14px;color:#394d63;margin-bottom:40px}.styles_notEvenOnePermission__3brLt .styles_buttonContainer__pbybM{display:flex;align-items:center;justify-content:center}.styles_appInitializing__1FZp8 .styles_header__3O6aG{background:#224e90;color:#fff;position:fixed;left:0;top:0;width:100%;z-index:999;height:48px}.styles_appInitializing__1FZp8 .styles_header__3O6aG .styles_headerRow__okwNe{position:relative;width:calc(75rem - 30px);max-width:98vw;margin:0 auto;display:flex}.styles_appInitializing__1FZp8 .styles_header__3O6aG .styles_headerLeft__hFh9U{padding:5px 0;display:flex;flex-direction:row;align-items:center}.styles_appInitializing__1FZp8 .styles_header__3O6aG .styles_headerLeft__hFh9U svg{display:inline-block;width:135px;height:29px;background-size:cover;vertical-align:top;margin:5px 10px 4px 0}.styles_appInitializing__1FZp8 .styles_subHeader__2PFpO{padding:0;position:fixed;left:0;top:48px;width:100%;background:#fff;border-bottom:1px solid #ddd;z-index:998;margin:0;height:62px}.styles_appInitializing__1FZp8 .styles_loadingContainer__3Yd_m{position:absolute;top:110px;left:0;bottom:0;right:0}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{font-size:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{padding:0;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;line-height:1.5;color:#0a0a0a;background:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px;border-radius:0}select{width:100%}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;background:transparent;padding:0;border:0;border-radius:0;line-height:1}.is-visible{display:block!important}.is-hidden{display:none!important}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{font-size:inherit;line-height:1.6;margin-bottom:1rem;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400;font-style:normal;color:inherit;text-rendering:optimizeLegibility;margin-top:0;margin-bottom:.5rem;line-height:1.4}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}@media screen and (min-width:40em){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.9375rem}h4{font-size:1.5625rem}h5{font-size:1.25rem}h6{font-size:1rem}}a{color:#2199e8;text-decoration:none;line-height:inherit;cursor:pointer}a:focus,a:hover{color:#1585cf}a img,hr{border:0}hr{max-width:75rem;height:0;border-bottom:1px solid #cacaca;margin:1.25rem auto;clear:both}dl,ol,ul{line-height:1.6;margin-bottom:1rem;list-style-position:outside}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}abbr{color:#0a0a0a;cursor:help;border-bottom:1px dotted #0a0a0a}code{font-weight:400;border:1px solid #cacaca;padding:.125rem .3125rem .0625rem}code,kbd{font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a;background-color:#e6e6e6}kbd{padding:.125rem .25rem 0;margin:0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;padding:.5rem;border:1px solid #cacaca;margin:0 0 1rem;font-family:inherit;font-size:1rem;color:#0a0a0a;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);border-radius:0;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{border:1px solid #8a8a8a;background-color:#fefefe;outline:none;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#cacaca}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#cacaca}input::placeholder,textarea::placeholder{color:#cacaca}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:default}[type=button],[type=submit]{border-radius:0;-webkit-appearance:none;-moz-appearance:none}input[type=search]{box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child,.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button,.input-group-field,.input-group-label{margin:0}.input-group-label{text-align:center;padding:0 1rem;background:#e6e6e6;color:#0a0a0a;border:1px solid #cacaca;white-space:nowrap;flex:0 0 auto;display:flex;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1;width:auto;height:auto}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;flex:0 0 auto}.input-group-button a,.input-group-button button,.input-group-button input{margin:0}.input-group .input-group-button{display:table-cell}fieldset{border:0;padding:0;margin:0}legend{margin-bottom:.5rem;max-width:100%}.fieldset{border:1px solid #cacaca;padding:1.25rem;margin:1.125rem 0}.fieldset legend{background:#fefefe;padding:0 .1875rem;margin:0 0 0 -.1875rem}select{height:2.4375rem;padding:.5rem;border:1px solid #cacaca;margin:0 0 1rem;font-size:1rem;font-family:inherit;line-height:normal;color:#0a0a0a;background-color:#fefefe;border-radius:0;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');background-size:9px 6px;background-position:100%;background-origin:content-box;background-repeat:no-repeat}@media screen and (min-width:0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:disabled{background-color:#e6e6e6;cursor:default}select::-ms-expand{display:none}select[multiple]{height:auto}.is-invalid-input:not(:focus){background-color:rgba(236,88,64,.1);border-color:#ec5840}.form-error,.is-invalid-label{color:#ec5840}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}.button{display:inline-block;line-height:1;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;vertical-align:middle;border:1px solid transparent;border-radius:0;padding:.85em 1em;margin:0 0 1rem;font-size:.9rem;background-color:#2199e8;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#1583cc;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#2199e8;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#147cc0;color:#fefefe}.button.secondary{background-color:#777;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#5f5f5f;color:#fefefe}.button.success{background-color:#3adb76;color:#fefefe}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#fefefe}.button.warning{background-color:#ffae00;color:#fefefe}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#fefefe}.button.alert{background-color:#ec5840;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#da3116;color:#fefefe}.button.hollow{border:1px solid #2199e8;color:#2199e8}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary{border:1px solid #2199e8;color:#2199e8}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.secondary{border:1px solid #777;color:#777}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3c3c3c;color:#3c3c3c}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.hollow.alert{border:1px solid #ec5840;color:#ec5840}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#881f0e;color:#881f0e}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed;pointer-events:none}.button.dropdown:after{content:"";display:block;width:0;height:0;border-color:#fefefe transparent transparent;border-style:solid inset inset;border-width:.4em .4em 0;position:relative;top:.4em;float:right;margin-left:1em;display:inline-block}.button.arrow-only:after{margin-left:0;float:none;top:-.1em}.accordion{list-style-type:none;background:#fefefe;border:1px solid #e6e6e6;border-bottom:0;border-radius:0;margin-left:0}.accordion-title{display:block;padding:1.25rem 1rem;line-height:1;font-size:.75rem;color:#2199e8;position:relative;border-bottom:1px solid #e6e6e6}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}.accordion-title:before{content:"+";position:absolute;right:1rem;top:50%;margin-top:-.5rem}.is-active>.accordion-title:before{content:"–"}.accordion-content{padding:1rem;display:none;border-bottom:1px solid #e6e6e6;background-color:#fefefe}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a:after{content:"";display:block;width:0;height:0;border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:6px 6px 0;position:absolute;top:50%;margin-top:-4px;right:1rem}.is-accordion-submenu-parent[aria-expanded=true]>a:after{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.badge{display:inline-block;padding:.3em;min-width:2.1em;font-size:.6rem;text-align:center;border-radius:50%;background:#2199e8;color:#fefefe}.badge.secondary{background:#777;color:#fefefe}.badge.success{background:#3adb76;color:#fefefe}.badge.warning{background:#ffae00;color:#fefefe}.badge.alert{background:#ec5840;color:#fefefe}.breadcrumbs{list-style:none;margin:0 0 1rem}.breadcrumbs:after,.breadcrumbs:before{content:" ";display:table;flex-basis:0;order:1}.breadcrumbs:after{clear:both}.breadcrumbs li{float:left;color:#0a0a0a;font-size:.6875rem;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{color:#cacaca;content:"/";margin:0 .75rem;position:relative;top:1px;opacity:1}.breadcrumbs a{color:#2199e8}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca}.button-group{margin-bottom:1rem;font-size:0;display:flex;flex-wrap:nowrap;align-items:stretch}.button-group:after,.button-group:before{content:" ";display:table;flex-basis:0;order:1}.button-group:after{clear:both}.button-group .button{margin:0;font-size:.9rem;flex:0 0 auto}.button-group .button:not(:last-child){margin-right:1px}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1}.button-group.primary .button{background-color:#2199e8;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#147cc0;color:#fefefe}.button-group.secondary .button{background-color:#777;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5f5f5f;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#fefefe}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#fefefe}.button-group.warning .button{background-color:#ffae00;color:#fefefe}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#fefefe}.button-group.alert .button{background-color:#ec5840;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#da3116;color:#fefefe}.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small{flex-wrap:wrap}.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button{flex:0 0 100%}.button-group.stacked-for-medium .button:not(:last-child),.button-group.stacked-for-small .button:not(:last-child),.button-group.stacked .button:not(:last-child){margin-right:0}@media screen and (min-width:40em){.button-group.stacked-for-small .button{flex:1 1}.button-group.stacked-for-small .button:not(:last-child){margin-right:1px}}@media screen and (min-width:64em){.button-group.stacked-for-medium .button{flex:1 1}.button-group.stacked-for-medium .button:not(:last-child){margin-right:1px}}@media screen and (max-width:39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.callout{margin:0 0 1rem;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;position:relative;color:#0a0a0a;background-color:#fff}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#def0fc}.callout.secondary{background-color:#ebebeb}.callout.success{background-color:#e1faea}.callout.warning{background-color:#fff3d9}.callout.alert{background-color:#fce6e2}.callout.small{padding:.5rem}.callout.large{padding:3rem}.close-button{position:absolute;color:#8a8a8a;right:1rem;top:.5rem;font-size:2em;line-height:1;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.menu{margin:0;list-style-type:none;width:100%;display:flex;align-items:center;flex-wrap:nowrap}[data-whatinput=mouse] .menu>li{outline:0}.menu>li>a{display:block;padding:.7rem 1rem;line-height:1}.menu a,.menu button,.menu input{margin-bottom:0}.menu>li>a{display:flex;flex-flow:row nowrap}.menu>li>a i,.menu>li>a img{margin-right:.25rem}.menu>li{flex:0 0 auto}.menu.vertical{flex-wrap:wrap}.menu.vertical>li{flex:0 0 100%;max-width:100%}.menu.vertical>li>a{align-items:flex-start;justify-content:flex-start}@media screen and (min-width:40em){.menu.medium-horizontal{flex-wrap:nowrap}.menu.medium-horizontal>li{flex:0 0 auto}.menu.medium-vertical{flex-wrap:wrap}.menu.medium-vertical>li{flex:0 0 100%;max-width:100%}.menu.medium-vertical>li>a{align-items:flex-start;justify-content:flex-start}}@media screen and (min-width:64em){.menu.large-horizontal{flex-wrap:nowrap}.menu.large-horizontal>li{flex:0 0 auto}.menu.large-vertical{flex-wrap:wrap}.menu.large-vertical>li{flex:0 0 100%;max-width:100%}.menu.large-vertical>li>a{align-items:flex-start;justify-content:flex-start}}.menu.simple li{line-height:1;display:inline-block;margin-right:1rem}.menu.simple a{padding:0}.menu.align-right{justify-content:flex-end}.menu.expanded>li{flex:1 1}.menu.expanded>li:first-child:last-child{width:100%}.menu.icon-top>li>a{flex-flow:column nowrap}.menu.icon-top>li>a i,.menu.icon-top>li>a img{align-self:stretch;text-align:center;margin-bottom:.25rem}.menu.nested{margin-left:1rem}.menu .active>a{color:#fefefe;background:#2199e8}.menu-text{font-weight:700;color:inherit;line-height:1;padding:.7rem 1rem}.menu-centered{text-align:center}.menu-centered>.menu{display:inline-block}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;cursor:pointer;width:20px;height:16px}.menu-icon:after{content:"";position:absolute;display:block;width:100%;height:2px;background:#fefefe;top:0;left:0;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe}.menu-icon:hover:after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block!important}.is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;height:100%;width:100%;background:#fefefe;transition:-webkit-transform .15s linear;transition:transform .15s linear;transition:transform .15s linear,-webkit-transform .15s linear}.is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);transform:translateX(100%)}.is-drilldown-submenu-parent>a{position:relative}.is-drilldown-submenu-parent>a:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:6px 0 6px 6px;position:absolute;top:50%;margin-top:-6px;right:1rem}.js-drilldown-back>a:before{content:"";display:block;width:0;height:0;border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:6px 6px 6px 0;display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown-pane{background-color:#fefefe;border:1px solid #cacaca;border-radius:0;display:block;font-size:1rem;padding:1rem;position:absolute;visibility:hidden;width:300px;z-index:10}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{content:"";display:block;width:0;height:0;border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:5px 5px 0;right:5px;margin-top:-2px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.no-js .dropdown.menu ul{display:none}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left .is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.vertical>li.opens-right .is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a:after{right:14px;margin-top:-3px}.dropdown.menu.vertical>li.opens-left>a:after{content:"";display:block;width:0;height:0;border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0}.dropdown.menu.vertical>li.opens-right>a:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px}@media screen and (min-width:40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{content:"";display:block;width:0;height:0;border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:5px 5px 0;right:5px;margin-top:-2px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left .is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.medium-vertical>li.opens-right .is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a:after{right:14px;margin-top:-3px}.dropdown.menu.medium-vertical>li.opens-left>a:after{content:"";display:block;width:0;height:0;border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0}.dropdown.menu.medium-vertical>li.opens-right>a:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px}}@media screen and (min-width:64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{left:auto;right:0;top:100%}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{right:auto;left:0;top:100%}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{padding-right:1.5rem;position:relative}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{content:"";display:block;width:0;height:0;border-color:#2199e8 transparent transparent;border-style:solid inset inset;border-width:5px 5px 0;right:5px;margin-top:-2px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left .is-dropdown-submenu{left:auto;right:100%}.dropdown.menu.large-vertical>li.opens-right .is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a:after{right:14px;margin-top:-3px}.dropdown.menu.large-vertical>li.opens-left>a:after{content:"";display:block;width:0;height:0;border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0}.dropdown.menu.large-vertical>li.opens-right>a:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;left:auto;right:0}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{position:absolute;top:50%;right:5px;margin-top:-2px}.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu{top:100%}.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu{left:auto;right:0;top:100%}.is-dropdown-submenu{display:none;position:absolute;top:0;left:100%;min-width:200px;z-index:1;background:#fefefe;border:1px solid #cacaca}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{right:14px;margin-top:-3px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{content:"";display:block;width:0;height:0;border-color:transparent #2199e8 transparent transparent;border-style:inset solid inset inset;border-width:5px 5px 5px 0}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{content:"";display:block;width:0;height:0;border-color:transparent transparent transparent #2199e8;border-style:inset inset inset solid;border-width:5px 0 5px 5px}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active,.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu{display:block}.flex-video{position:relative;height:0;padding-bottom:75%;margin-bottom:1rem;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen{padding-bottom:56.25%}.flex-video.vimeo{padding-top:0}.label{display:inline-block;padding:.33333rem .5rem;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;border-radius:0;background:#2199e8;color:#fefefe}.label.secondary{background:#777;color:#fefefe}.label.success{background:#3adb76;color:#fefefe}.label.warning{background:#ffae00;color:#fefefe}.label.alert{background:#ec5840;color:#fefefe}.media-object{margin-bottom:1rem;display:flex;flex-wrap:nowrap}.media-object img{max-width:none}.media-object.stack-for-small{flex-wrap:wrap}@media screen and (max-width:39.9375em){.media-object.stack-for-small .media-object-section{padding:0 0 1rem;flex-basis:100%;max-width:100%}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{flex:0 0 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section.main-section{flex:1 1}body,html{height:100%}.off-canvas-wrapper{width:100%;overflow-x:hidden;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:auto}.off-canvas-wrapper-inner{position:relative;width:100%;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.off-canvas-wrapper-inner:after,.off-canvas-wrapper-inner:before{content:" ";display:table;flex-basis:0;order:1}.off-canvas-wrapper-inner:after{clear:both}.off-canvas-content{min-height:100%;background:#fefefe;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;padding-bottom:.1px;box-shadow:0 0 10px rgba(10,10,10,.5)}.js-off-canvas-exit{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,99.6%,.25);cursor:pointer;transition:background .5s ease}.off-canvas{position:absolute;background:#e6e6e6;z-index:-1;max-height:100%;overflow-y:auto;-webkit-transform:translateX(0);transform:translateX(0)}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.position-left{left:-250px;top:0;width:250px}.is-open-left{-webkit-transform:translateX(250px);transform:translateX(250px)}.off-canvas.position-right{right:-250px;top:0;width:250px}.is-open-right{-webkit-transform:translateX(-250px);transform:translateX(-250px)}@media screen and (min-width:40em){.position-left.reveal-for-medium{left:0;z-index:auto;position:fixed}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{right:0;z-index:auto;position:fixed}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}}@media screen and (min-width:64em){.position-left.reveal-for-large{left:0;z-index:auto;position:fixed}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{right:0;z-index:auto;position:fixed}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}}.orbit,.orbit-container{position:relative}.orbit-container{margin:0;overflow:hidden;list-style:none}.orbit-slide{width:100%;max-height:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{margin:0;width:100%;max-width:100%}.orbit-caption{bottom:0;width:100%;margin-bottom:0;background-color:rgba(10,10,10,.5)}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-next,.orbit-previous{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(10,10,10,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;background-color:#cacaca;border-radius:50%}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-left:0;margin-bottom:1rem}.pagination:after,.pagination:before{content:" ";display:table;flex-basis:0;order:1}.pagination:after{clear:both}.pagination li{font-size:.875rem;margin-right:.0625rem;border-radius:0;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media screen and (min-width:40em){.pagination li{display:inline-block}}.pagination a,.pagination button{color:#0a0a0a;display:block;padding:.1875rem .625rem;border-radius:0}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#2199e8;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:default}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{content:"…";padding:.1875rem .625rem;color:#0a0a0a}.pagination-previous.disabled:before,.pagination-previous a:before{content:"«";display:inline-block;margin-right:.5rem}.pagination-next.disabled:after,.pagination-next a:after{content:"»";display:inline-block;margin-left:.5rem}.progress{background-color:#cacaca;height:1rem;margin-bottom:1rem;border-radius:0}.progress.primary .progress-meter{background-color:#2199e8}.progress.secondary .progress-meter{background-color:#777}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#ec5840}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#2199e8}.progress-meter-text{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;background-color:#2199e8;transition:all .2s ease-in-out;touch-action:manipulation;border-radius:0}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#1583cc}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scaleY(-1);transform:scaleY(-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sticky-container{position:relative}.sticky{position:absolute;z-index:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:absolute;left:auto;right:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}.reveal-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1005;background-color:rgba(10,10,10,.45);overflow-y:scroll}.reveal{display:none;z-index:1006;padding:1rem;border:1px solid #cacaca;background-color:#fefefe;border-radius:0;position:relative;top:100px;margin-left:auto;margin-right:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media screen and (min-width:40em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media screen and (min-width:40em){.reveal{width:600px;max-width:75rem}}@media screen and (min-width:40em){.reveal .reveal{left:auto;right:auto;margin:0 auto}}.reveal.collapse{padding:0}@media screen and (min-width:40em){.reveal.tiny{width:30%;max-width:75rem}}@media screen and (min-width:40em){.reveal.small{width:50%;max-width:75rem}}@media screen and (min-width:40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0}@media screen and (max-width:39.9375em){.reveal{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0}}.reveal.without-overlay{position:fixed}.switch{margin-bottom:1rem;outline:0;position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#fefefe;font-weight:700;font-size:.875rem}.switch-input{opacity:0;position:absolute}.switch-paddle{background:#cacaca;cursor:pointer;display:block;position:relative;width:4rem;height:2rem;transition:all .25s ease-out;border-radius:0;color:inherit;font-weight:inherit}input+.switch-paddle{margin:0}.switch-paddle:after{background:#fefefe;content:"";display:block;position:absolute;height:1.5rem;left:.25rem;top:.25rem;width:1.5rem;transition:all .25s ease-out;-webkit-transform:translateZ(0);transform:translateZ(0);border-radius:0}input:checked~.switch-paddle{background:#2199e8}input:checked~.switch-paddle:after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle:after{width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle:after{width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle:after{width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}.tabs{margin:0;list-style-type:none;background:#fefefe;border:1px solid #e6e6e6}.tabs:after,.tabs:before{content:" ";display:table;flex-basis:0;order:1}.tabs:after{clear:both}.tabs.vertical>li{width:auto;float:none;display:block}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#2199e8}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1893e4}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;line-height:1;font-size:.75rem}.tabs-title>a:hover{background:#fefefe}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6}.tabs-content{background:#fefefe;transition:all .5s ease;border:1px solid #e6e6e6;border-top:0}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{border:4px solid #fefefe;box-shadow:0 0 0 1px rgba(10,10,10,.2);display:inline-block;line-height:0;max-width:100%;transition:box-shadow .2s ease-out;border-radius:0;margin-bottom:1rem}.thumbnail:focus,.thumbnail:hover{box-shadow:0 0 6px 1px rgba(33,153,232,.5)}.title-bar{background:#0a0a0a;color:#fefefe;padding:.5rem;display:flex;align-items:center;justify-content:space-between}.title-bar .menu-icon{margin-left:.25rem;margin-right:.5rem}.title-bar-left,.title-bar-right{flex:1 1}.title-bar-right{text-align:right}.title-bar-title{font-weight:700}.menu-icon.dark,.title-bar-title{vertical-align:middle;display:inline-block}.menu-icon.dark{position:relative;cursor:pointer;width:20px;height:16px}.menu-icon.dark:after{content:"";position:absolute;display:block;width:100%;height:2px;background:#0a0a0a;top:0;left:0;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.has-tip{border-bottom:1px dotted #8a8a8a;font-weight:700;position:relative;display:inline-block;cursor:help}.tooltip{background-color:#0a0a0a;color:#fefefe;font-size:80%;padding:.75rem;position:absolute;z-index:10;top:calc(100% + .6495rem);max-width:10rem!important;border-radius:0}.tooltip:before{border-color:transparent transparent #0a0a0a;border-style:inset inset solid;border-width:0 .75rem .75rem;bottom:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top:before,.tooltip:before{content:"";display:block;width:0;height:0}.tooltip.top:before{border-color:#0a0a0a transparent transparent;border-style:solid inset inset;border-width:.75rem .75rem 0;top:100%;bottom:auto}.tooltip.left:before{border-color:transparent transparent transparent #0a0a0a;border-style:inset inset inset solid;border-width:.75rem 0 .75rem .75rem;left:100%}.tooltip.left:before,.tooltip.right:before{content:"";display:block;width:0;height:0;bottom:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tooltip.right:before{border-color:transparent #0a0a0a transparent transparent;border-style:inset solid inset inset;border-width:.75rem .75rem .75rem 0;left:auto;right:100%}.top-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding:.5rem}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}@media screen and (max-width:39.9375em){.stacked-for-small .top-bar-left,.stacked-for-small .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width:63.9375em){.stacked-for-medium .top-bar-left,.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width:74.9375em){.stacked-for-large .top-bar-left,.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar-left,.top-bar-right{flex:0 0 100%;max-width:100%}@media screen and (min-width:40em){.top-bar-left,.top-bar-right{flex:1 1}}.top-bar-title{flex:0 0 auto;margin-right:1rem}.top-bar-left,.top-bar-right{flex:0 0 auto}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em)and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em)and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.show-on-focus:active,.show-on-focus:focus{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix:after,.clearfix:before{content:" ";display:table;flex-basis:0;order:1}.clearfix:after{clear:both}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:"FontAwesome";src:url(/static/media/fontawesome-webfont.09b9015b.eot);src:url(/static/media/fontawesome-webfont.09b9015b.eot) format("embedded-opentype"),url(/static/media/fontawesome-webfont.0317d582.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f7f1738c.woff) format("woff"),url(/static/media/fontawesome-webfont.f0af1680.ttf) format("truetype"),url(/static/media/fontawesome-webfont.ed629890.svg) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-fw{width:1.2857142857em;text-align:center}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}[class*=" icon-"],[class^=icon-]{font-family:"dashboardNG"!important;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-settings:before{content:""}.icon-refresh:before{content:""}.icon-person:before{content:""}.icon-search:before{content:""}.icon-ok:before{content:""}.icon-cross-circle:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-up:before{content:""}.icon-chevron-down:before{content:""}.icon-calculate:before{content:""}.icon-bars-chart:before{content:""}.icon-performance-drift:before{content:""}.icon-accuracy:before{content:""}.icon-influencers:before{content:""}.icon-model-viewer:before{content:""}.icon-shedule:before{content:""}.icon-plus:before{content:""}.icon-alert:before{content:""}.icon-reorder:before{content:""}.icon-th:before{content:""}.icon-archive:before{content:""}.icon-home:before{content:""}.icon-cross:before{content:""}.icon-bubbles-chart:before{content:""}.icon-download:before{content:""}.icon-pause:before{content:""}.icon-reload:before{content:""}.icon-resume:before{content:""}.icon-play:before{content:""}.icon-upload:before{content:""}.icon-upload-cloud:before{content:""}.icon-pencil:before{content:""}.icon-blank-file:before{content:""}.icon-rejected-features:before{content:""}.icon-candidate-conditions:before{content:""}.icon-datapool:before{content:""}.icon-taxonomy:before{content:""}.icon-augur:before{content:""}.icon-model-history:before{content:""}.icon-statistics:before{content:""}.icon-archetypes:before{content:""}.icon-machine:before{content:""}.icon-tables:before{content:""}.icon-code-capsule:before{content:""}@font-face{font-family:"Roboto";font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/static/media/Roboto-Light.057aa247.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(/static/media/Roboto-Light.057aa247.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/static/media/Roboto-Regular.71779d80.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(/static/media/Roboto-Regular.71779d80.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/static/media/Roboto-Medium.ea7d3afe.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(/static/media/Roboto-Medium.ea7d3afe.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(/static/media/Roboto-Bold.9630c546.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(/static/media/Roboto-Bold.9630c546.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:italic;font-weight:300;src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(/static/media/Roboto-LightItalic.ef041645.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:italic;font-weight:300;src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(/static/media/Roboto-LightItalic.ef041645.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(/static/media/Roboto-Italic.667a1fb2.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(/static/media/Roboto-Italic.667a1fb2.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(/static/media/Roboto-MediumItalic.9d2bc251.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(/static/media/Roboto-MediumItalic.9d2bc251.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"Roboto";font-style:italic;font-weight:700;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/static/media/Roboto-BoldItalic.6a2a644f.ttf) format("truetype");unicode-range:U+0100-024f,U+1e??,U+20a0-20ab,U+20ad-20cf,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:"Roboto";font-style:italic;font-weight:700;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/static/media/Roboto-BoldItalic.6a2a644f.ttf) format("truetype");unicode-range:U+00??,U+0131,U+0152-0153,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2212,U+2215,U+e0ff,U+effd,U+f000}@font-face{font-family:"dashboardNG";src:url(/static/media/dashboardNG.5da50d9b.eot);src:url(/static/media/dashboardNG.5da50d9b.eot) format("embedded-opentype"),url(/static/media/dashboardNG.1c3db5a0.ttf) format("truetype"),url(/static/media/dashboardNG.9317036e.woff) format("woff"),url(/static/media/dashboardNG.d1431d60.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Sansation";font-style:normal;font-weight:400;src:local("Sansation"),local("Sansation Regular"),local("Sansation-Regular"),url(/static/media/Sansation-Regular.d2b916eb.ttf) format("truetype")}@font-face{font-family:"Sansation";font-style:normal;font-weight:700;src:local("Sansation Bold"),local("Sansation-Bold"),url(/static/media/Sansation-Bold.c185e778.ttf) format("truetype")}* *,* :after,* :before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}b,strong{font-weight:600}p{padding:0 0 14px}a{border:0;text-decoration:underline;color:#071b32}a:active,a:focus,a:hover{text-decoration:none;color:#071b32}a *,a:active,a:focus{outline:none;-moz-outline:0}body,input,select,textarea{color:#071b32}body{margin:0;font-family:"Roboto",sans-serif;font-size:14px;line-height:1.2;font-weight:300;background:#eef0f2}hr{border-bottom-color:#ddd}.table-reset table{font-size:12px;border-collapse:collapse;border-spacing:0;width:100%}.table-reset table tbody,.table-reset table tfoot,.table-reset table thead{border-color:#dce2eb}.table-reset table td,.table-reset table th{border-bottom:1px solid #dce2eb;border-top:1px solid #dce2eb;padding:.5rem .625rem .625rem;text-align:left}.table-reset table thead{background:#fff}.table-reset table thead td,.table-reset table thead th{font-size:12px;color:#a6aeb5;font-weight:400}.table-reset table tbody tr{background:#eef0f2}.table-reset table tbody tr:nth-child(2n){background:#fff}.h1,.h2,h1,h2{font-size:24px}.h1,.h2,.h3,h1,h2,h3{font-weight:400;color:#071b32;font-family:"Roboto",sans-serif}.h3,h3{font-size:20px}.h4,.h5,.h6,h4,h5,h6{font-weight:600;font-size:16px;color:#071b32;font-family:"Roboto",sans-serif}.link,.link:active,.link:focus,.link:hover{color:#3971b2}.disabled{color:#a6aeb5;cursor:default}.disabled:active,.disabled:focus,.disabled:hover{text-decoration:underline;color:#a6aeb5}.light{text-transform:uppercase}.light,.small{color:#a6aeb5;font-size:14px}.alert{color:#ec3d3d;font-size:14px}.alert.flex{display:flex}.alert.cursor-pointer{cursor:pointer}.alert.hover-underline .message:hover{text-decoration:underline}.uppercase{text-transform:uppercase}.normal{font-weight:400}.tabs{border:none;background:none}.text-red{color:#ec3d3d}.text-green{color:#9fd356}.row{max-width:75rem;margin-left:auto;margin-right:auto;display:flex;flex-flow:row wrap}.row .row{margin-left:-.625rem;margin-right:-.625rem}@media screen and (min-width:40em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row.expanded{max-width:none}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.column,.columns{flex:1 1;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.column,.columns{padding-left:.9375rem;padding-right:.9375rem}}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.small-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.small-offset-0{margin-left:0}.small-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{flex:0 0 25%;max-width:25%}.small-offset-2{margin-left:16.6666666667%}.small-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-offset-3{margin-left:25%}.small-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{flex:0 0 50%;max-width:50%}.small-offset-5{margin-left:41.6666666667%}.small-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.small-offset-6{margin-left:50%}.small-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{flex:0 0 75%;max-width:75%}.small-offset-8{margin-left:66.6666666667%}.small-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.small-offset-9{margin-left:75%}.small-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{flex:0 0 100%;max-width:100%}.small-offset-11{margin-left:91.6666666667%}.small-order-1{order:1}.small-up-1{flex-wrap:wrap}.small-up-1>.column,.small-up-1>.columns{flex:0 0 100%;max-width:100%}.small-order-2{order:2}.small-up-2{flex-wrap:wrap}.small-up-2>.column,.small-up-2>.columns{flex:0 0 50%;max-width:50%}.small-order-3{order:3}.small-up-3{flex-wrap:wrap}.small-up-3>.column,.small-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.small-order-4{order:4}.small-up-4{flex-wrap:wrap}.small-up-4>.column,.small-up-4>.columns{flex:0 0 25%;max-width:25%}.small-order-5{order:5}.small-up-5{flex-wrap:wrap}.small-up-5>.column,.small-up-5>.columns{flex:0 0 20%;max-width:20%}.small-order-6{order:6}.small-up-6{flex-wrap:wrap}.small-up-6>.column,.small-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.small-up-1>.column,.small-up-1>.columns{width:100%;float:left}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{width:50%;float:left}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(odd),.small-up-2>.columns:nth-of-type(odd){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{width:33.3333333333%;float:left}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{width:25%;float:left}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{width:20%;float:left}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{width:16.6666666667%;float:left}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{width:14.2857142857%;float:left}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{width:12.5%;float:left}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.medium-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.medium-offset-0{margin-left:0}.medium-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{flex:0 0 25%;max-width:25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{flex:0 0 50%;max-width:50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{flex:0 0 75%;max-width:75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{flex:0 0 100%;max-width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-order-1{order:1}.medium-up-1{flex-wrap:wrap}.medium-up-1>.column,.medium-up-1>.columns{flex:0 0 100%;max-width:100%}.medium-order-2{order:2}.medium-up-2{flex-wrap:wrap}.medium-up-2>.column,.medium-up-2>.columns{flex:0 0 50%;max-width:50%}.medium-order-3{order:3}.medium-up-3{flex-wrap:wrap}.medium-up-3>.column,.medium-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.medium-order-4{order:4}.medium-up-4{flex-wrap:wrap}.medium-up-4>.column,.medium-up-4>.columns{flex:0 0 25%;max-width:25%}.medium-order-5{order:5}.medium-up-5{flex-wrap:wrap}.medium-up-5>.column,.medium-up-5>.columns{flex:0 0 20%;max-width:20%}.medium-order-6{order:6}.medium-up-6{flex-wrap:wrap}.medium-up-6>.column,.medium-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{width:100%;float:left}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{width:50%;float:left}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(odd),.medium-up-2>.columns:nth-of-type(odd){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{width:33.3333333333%;float:left}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{width:25%;float:left}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{width:20%;float:left}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{width:16.6666666667%;float:left}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{width:14.2857142857%;float:left}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{width:12.5%;float:left}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}}@media screen and (min-width:40em)and (min-width:40em){.medium-expand{flex:1 1}}.row.medium-unstack .column,.row.medium-unstack .columns{flex:0 0 100%}@media screen and (min-width:40em){.row.medium-unstack .column,.row.medium-unstack .columns{flex:1 1}}@media screen and (min-width:40em){.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}}@media screen and (min-width:40em){.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (min-width:64em){.large-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.large-offset-0{margin-left:0}.large-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{flex:0 0 25%;max-width:25%}.large-offset-2{margin-left:16.6666666667%}.large-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-offset-3{margin-left:25%}.large-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{flex:0 0 50%;max-width:50%}.large-offset-5{margin-left:41.6666666667%}.large-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.large-offset-6{margin-left:50%}.large-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{flex:0 0 75%;max-width:75%}.large-offset-8{margin-left:66.6666666667%}.large-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.large-offset-9{margin-left:75%}.large-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{flex:0 0 100%;max-width:100%}.large-offset-11{margin-left:91.6666666667%}.large-order-1{order:1}.large-up-1{flex-wrap:wrap}.large-up-1>.column,.large-up-1>.columns{flex:0 0 100%;max-width:100%}.large-order-2{order:2}.large-up-2{flex-wrap:wrap}.large-up-2>.column,.large-up-2>.columns{flex:0 0 50%;max-width:50%}.large-order-3{order:3}.large-up-3{flex-wrap:wrap}.large-up-3>.column,.large-up-3>.columns{flex:0 0 33.3333333333%;max-width:33.3333333333%}.large-order-4{order:4}.large-up-4{flex-wrap:wrap}.large-up-4>.column,.large-up-4>.columns{flex:0 0 25%;max-width:25%}.large-order-5{order:5}.large-up-5{flex-wrap:wrap}.large-up-5>.column,.large-up-5>.columns{flex:0 0 20%;max-width:20%}.large-order-6{order:6}.large-up-6{flex-wrap:wrap}.large-up-6>.column,.large-up-6>.columns{flex:0 0 16.6666666667%;max-width:16.6666666667%}.large-up-1>.column,.large-up-1>.columns{width:100%;float:left}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{width:50%;float:left}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(odd),.large-up-2>.columns:nth-of-type(odd){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{width:33.3333333333%;float:left}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{width:25%;float:left}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{width:20%;float:left}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{width:16.6666666667%;float:left}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{width:14.2857142857%;float:left}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{width:12.5%;float:left}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}}@media screen and (min-width:64em)and (min-width:64em){.large-expand{flex:1 1}}.row.large-unstack .column,.row.large-unstack .columns{flex:0 0 100%}@media screen and (min-width:64em){.row.large-unstack .column,.row.large-unstack .columns{flex:1 1}}@media screen and (min-width:64em){.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}}@media screen and (min-width:64em){.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}}.shrink{flex:0 0 auto;max-width:100%}.align-top.columns,.column.align-top{align-self:flex-start}.align-bottom.columns,.column.align-bottom{align-self:flex-end}.align-middle.columns,.column.align-middle{align-self:center}.align-stretch.columns,.column.align-stretch{align-self:stretch}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.small{order:1;order:2;order:3;order:4;order:5;order:6}@media screen and (min-width:40em){.medium{order:1;order:2;order:3;order:4;order:5;order:6}}@media screen and (min-width:64em){.large{order:1;order:2;order:3;order:4;order:5;order:6}}.button{padding:10px 20px;font-size:14px;text-decoration:none;position:relative;text-align:center;border-radius:20px;font-weight:300;margin:0;background:#224e90}.button [class*=" icon-"],.button [class^=icon-]{margin:2px 8px -2px -8px;vertical-align:top;font-size:18px;line-height:10px;display:inline-block;opacity:.5}.button .icon-plus{margin:2px 2px -2px -12px}.button-green{background:#87c333;color:#fff;box-shadow:none}.button-green:focus,.button-green:hover{color:#fff;background:#6b9b28}.button-orange{background:#ee9530;color:#fff;box-shadow:none}.button-orange:focus,.button-orange:hover{color:#fff;background:#d97c12}.button-red{background:#e01616;color:#fff;box-shadow:none}.button-red:focus,.button-red:hover{color:#fff;background:#b21111}.button-transparent{background:none;color:#224e90;text-decoration:none;box-shadow:none}.button-transparent:focus,.button-transparent:hover{color:#fff;background:#224e90}.button-transparent:focus svg,.button-transparent:hover svg{stroke:#fff}.button-white{background:#fff;color:#071b32;text-decoration:none;box-shadow:none}.button-white:focus,.button-white:hover{color:#fff;background:#224e90!important}.button-white.inactive{background:#eef0f2}.button-bordered{background:none;color:#fff;border-radius:15px;box-shadow:none;border:1px solid hsla(0,0%,100%,.8);font-size:15px;min-width:110px;padding:6px 20px 8px}.button-bordered:focus,.button-bordered:hover{color:#071b32;background:#fff}.button-bordered [class*=" icon-"],.button-bordered [class^=icon-]{margin:2px 2px -2px -12px;vertical-align:top;font-size:18px;line-height:10px;display:inline-block;opacity:.5}.button-sm{font-size:12px;padding:10px 20px 12px}.button-sm [class*=" icon-"],.button-sm [class^=icon-]{font-size:16px}.button-md{padding:15px 25px 14px;font-size:15px;border-radius:25px}.button-lg{padding:12px 30px;min-width:165px}.button-block{display:block;width:100%}.button-disabled{opacity:.25;cursor:not-allowed;pointer-events:none}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{background:#fff;border-color:#bbb;border-radius:4px;box-shadow:none;font-size:15px;padding:13px 18px;line-height:1.3;height:46px;margin:0}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{border-color:#bbb;box-shadow:none;background:#fff}.form--row{max-width:75rem;margin-left:-.9375rem;margin-right:-.9375rem}.form--row:after,.form--row:before{content:" ";display:table;flex-basis:0;order:1}.form--row:after{clear:both}.form--left__large{width:70%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--left__large{padding-left:.9375rem;padding-right:.9375rem}}.form--left__large:last-child:not(:first-child){float:right}.form--right__small{width:30%;float:left;padding-left:.625rem;padding-right:.625rem;text-align:right}@media screen and (min-width:40em){.form--right__small{padding-left:.9375rem;padding-right:.9375rem}}.form--right__small:last-child:not(:first-child){float:right}.form--left{width:30%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--left{padding-left:.9375rem;padding-right:.9375rem}}.form--left:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--left{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--left{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--left:last-child:not(:first-child){float:right}}.form--right{margin-left:10%;width:60%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--right{padding-left:.9375rem;padding-right:.9375rem}}.form--right:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--right{margin-left:0;width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--right{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--right:last-child:not(:first-child){float:right}}.form--right--cut{float:left!important;margin-left:10%;width:50%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--right--cut{padding-left:.9375rem;padding-right:.9375rem}}.form--right--cut:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--right--cut{margin-left:0;width:100%;float:left;padding-left:.625rem;padding-right:.625rem;float:none!important}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--right--cut{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--right--cut:last-child:not(:first-child){float:right}}.form--right--cut2{float:left!important;margin-left:10%;width:40%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--right--cut2{padding-left:.9375rem;padding-right:.9375rem}}.form--right--cut2:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--right--cut2{margin-left:0;width:100%;float:left;padding-left:.625rem;padding-right:.625rem;float:none!important}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--right--cut2{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--right--cut2:last-child:not(:first-child){float:right}}.form--left__small{width:30%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:30px}@media screen and (min-width:40em){.form--left__small{padding-left:.9375rem;padding-right:.9375rem}}.form--left__small:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--left__small{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--left__small{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--left__small:last-child:not(:first-child){float:right}}.form--right__large{margin-left:10%;width:60%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:30px}@media screen and (min-width:40em){.form--right__large{padding-left:.9375rem;padding-right:.9375rem}}.form--right__large:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--right__large{margin-left:0;width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--right__large{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--right__large:last-child:not(:first-child){float:right}}.form--row22{max-width:75rem;float:none!important;margin-left:-.9375rem;margin-right:-.9375rem}.form--row22:after,.form--row22:before{content:" ";display:table;flex-basis:0;order:1}.form--row22:after{clear:both}@media screen and (max-width:63.9375em){.form--row22 .form--col6{padding-bottom:0}}@media screen and (max-width:39.9375em){.form--row22 .form--col6{padding-bottom:0}}.form--col4{width:18.1818181818%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--col4{padding-left:.9375rem;padding-right:.9375rem}}.form--col4:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--col4{width:50%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--col4{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--col4:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.form--col4{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:39.9375em)and (min-width:40em){.form--col4{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.form--col4:last-child:not(:first-child){float:right}}.form--col6{width:27.2727272727%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--col6{padding-left:.9375rem;padding-right:.9375rem}}.form--col6:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--col6{width:50%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--col6{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--col6:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.form--col6{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:39.9375em)and (min-width:40em){.form--col6{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.form--col6:last-child:not(:first-child){float:right}}.form--col5{width:50%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--col5{padding-left:.9375rem;padding-right:.9375rem}}.form--col5:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--col5{width:50%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--col5{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--col5:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.form--col5{width:50%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:39.9375em)and (min-width:40em){.form--col5{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.form--col5:last-child:not(:first-child){float:right}}.form--row9{max-width:75rem;margin-left:-.9375rem;margin-right:-.9375rem}.form--row9:after,.form--row9:before{content:" ";display:table;flex-basis:0;order:1}.form--row9:after{clear:both}.form--row9 .form--col__6{width:55.5555555556%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--row9 .form--col__6{padding-left:.9375rem;padding-right:.9375rem}}.form--row9 .form--col__6:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--row9 .form--col__6{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--row9 .form--col__6{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--row9 .form--col__6:last-child:not(:first-child){float:right}}.form--row9 .form--col__3{width:44.4444444444%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--row9 .form--col__3{padding-left:.9375rem;padding-right:.9375rem}}.form--row9 .form--col__3:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--row9 .form--col__3{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.form--row9 .form--col__3{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.form--row9 .form--col__3:last-child:not(:first-child){float:right}}.form--field-block--wrap{height:40px;margin-bottom:1rem;display:flex}.form--field-block--wrap .button{margin:1px 0 3px 4px;text-transform:uppercase}.form--field--wrap{flex:1 1;margin:0}.form--field{width:100%;border-radius:3px}.form--field.success{border-color:#9fd356}.form--field.error{border-color:#ec3d3d}.form--field.pending{border-color:#224e90}.form--field--button--wrap{flex:0 1 auto}.form--field--button--wrap.w76{width:76px}.form--fields--line{max-width:75rem;margin-left:auto;margin-right:auto}.form--fields--line:after,.form--fields--line:before{content:" ";display:table;flex-basis:0;order:1}.form--fields--line:after{clear:both}.form--fields--line .form--field{width:auto;display:inline-block;margin:0 3px 0 0;max-width:120px}@media screen and (max-width:63.9375em){.form--fields--line .form--field{margin-bottom:5px}}.form--fields--line .form--field.Select{margin:0;max-width:150px}@media screen and (max-width:39.9375em){.form--fields--line .form--field.Select{width:100%;max-width:none}}.form--fields--line .form--field__lg{min-width:225px;max-width:225px}.form--fields--line .form--field__md{max-width:90px;text-align:center}.form--fields--line .form--field__sm{max-width:55px;text-align:center}.form--fields--line .form--buttons{display:inline-block;vertical-align:top}.form--fields--line .form--buttons .button{margin:1px 0 1px 2px}.form--fields--line .form--field{margin:0 16px 5px 0}.form--fields--line .select--wrap{max-width:250px;display:inline-block;vertical-align:top;margin:0 16px 5px 0}.form--fields--line .select--wrap__md{min-width:250px}.form--fields--line .select--wrap__lg{min-width:280px;max-width:280px}.form--fields--line+.error-line{float:none;margin:8px 0 0;max-width:none;text-align:left;position:relative}.settings-block .form--fields--line+.error-line{float:none;margin:3px 0 -8px;max-width:none;text-align:left;position:relative;min-height:18px}.line--text{color:#a6aeb5;display:inline-block;margin:0 16px 0 0}.form--buttons--line{text-align:right;padding:26px 20px 0;margin:35px -60px 0;border-top:1px solid #dce2eb}@media screen and (max-width:74.9375em){.form--buttons--line{margin:35px -20px 0}}@media screen and (max-width:63.9375em){.form--buttons--line{margin:35px -20px 0}}.form--buttons.passive{background:#eef0f2;position:relative}.form--buttons.passive:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.5)}.form--buttons .button{margin:1px 0 1px 13px;min-width:145px;text-align:center;box-shadow:none}.form--select{font-size:16px;line-height:1.4;padding:6px 0 0}.error-line{font-size:14px;text-align:right;color:#ec3d3d;float:right;margin-top:-69px;max-width:375px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0 0 5px;position:relative;z-index:1}@media screen and (max-width:39.9375em){.error-line{margin:0;max-width:none;overflow:visible;float:none;padding:6px 0 0;text-align:left}}.errors-bottom .error-line{margin-top:5px}.success-line{color:#9fd356}.pending-line,.success-line{font-size:18px;text-align:right;margin:-34px 13px 0 0;float:right}.pending-line{color:#224e90}.form--label--line{padding:0 0 7px}.form--info{max-width:270px;min-height:153px}@media screen and (max-width:63.9375em){.form--info{max-width:none;min-height:0}}.form--label--inline{line-height:37px;vertical-align:top;display:inline-block;margin:0 10px;color:#a6aeb5}@media screen and (max-width:63.9375em){.form--label--inline{display:block;margin:0}}.checkbox,.radio{display:inline-block;cursor:pointer;vertical-align:top;overflow:hidden;position:relative;line-height:22px;margin:0 10px 10px 0;font-size:15px}.checkbox span,.radio span{position:relative;padding:0 0 0 30px;display:inline-block;color:#a6aeb5}.checkbox span.empty,.radio span.empty{height:16px}.checkbox span:before,.radio span:before{content:"";position:absolute;left:0;top:0;width:22px;height:22px;border:1px solid #b6d8ff}.checkbox span:after,.radio span:after{content:"";position:absolute;left:6px;top:6px;width:10px;height:10px;background:#224e90;display:none}.checkbox input,.radio input{position:absolute;left:-20px;top:0}.checkbox input:checked+span,.radio input:checked+span{color:#071b32}.checkbox input:checked+span:after,.radio input:checked+span:after{display:block}.radio span:before{background-color:#fff;border-radius:50%}.radio span:after{border-radius:50%}.radio.disabled span:before{border:1px solid #dce2eb}.checkbox--list--inline,.radio--list--inline{padding:8px 0 12px}@media screen and (max-width:63.9375em){.checkbox--list--inline,.radio--list--inline{padding:0 0 12px}}.checkbox--list--inline .checkbox,.checkbox--list--inline .radio,.radio--list--inline .checkbox,.radio--list--inline .radio{display:inline-block;margin-right:50px}.form--label--fieldset{padding:0 15px 10px 0;display:inline-block;vertical-align:top}.form--label--date-sets{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.form--label--date-sets{padding-left:.9375rem;padding-right:.9375rem}}.form--label--date-sets:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form--label--date-sets .form--buttons{display:block;padding:0 0 20px}}.form--label--date-set{width:100%;float:left;display:none;font-weight:600;font-size:20px;padding:8px 0 15px}@media screen and (min-width:40em){.form--label--date-set{padding-left:.9375rem;padding-right:.9375rem}}.form--label--date-set:last-child:not(:first-child){float:right}.date-set .form--label--date-sets{display:none}.date-set .form--label--date-set{width:33.3333333333%;float:left;padding-left:.625rem;padding-right:.625rem;display:block}@media screen and (min-width:40em){.date-set .form--label--date-set{padding-left:.9375rem;padding-right:.9375rem}}.date-set .form--label--date-set:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.date-set .form--label--date-set{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.date-set .form--label--date-set{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.date-set .form--label--date-set:last-child:not(:first-child){float:right}}.date-set .checkbox--list--inline,.date-set .radio--list--inline{width:66.6666666667%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.date-set .checkbox--list--inline,.date-set .radio--list--inline{padding-left:.9375rem;padding-right:.9375rem}}.date-set .checkbox--list--inline:last-child:not(:first-child),.date-set .radio--list--inline:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.date-set .checkbox--list--inline,.date-set .radio--list--inline{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.date-set .checkbox--list--inline,.date-set .radio--list--inline{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.date-set .checkbox--list--inline:last-child:not(:first-child),.date-set .radio--list--inline:last-child:not(:first-child){float:right}}.form--results{display:none}.form--success{text-align:center;font-size:15px;position:relative;font-weight:400;z-index:1;padding:100px 0;color:#a6aeb5}.form--success p{padding:0 0 40px}.form--success h3{margin:0;color:#071b32;padding:0 0 40px}@media screen and (max-width:63.9375em){.form--success{padding:30px 0}}.form--success--in{max-width:400px;margin:0 auto}.form--success--ico{width:91px;height:91px;opacity:.8;background-color:#9fd356;display:inline-block;border-radius:50%;margin:0 0 50px}.form--success--ico .icon-ok{color:#fff;line-height:89px;font-size:50px}.form--group{padding:0 0 22px}.form--group.form--group-flex{display:flex}.form--group.form--group-flex .form--col-flex{flex-grow:1}.form--group.form--group-flex .form--col-flex:not(:first-child){margin-left:10px}.form--group.form--group-flex .form--col-flex:not(:last-child){margin-right:10px}.form--label{color:#a6aeb5;font-size:14px;display:block;padding:0 0 6px}.fullscreen-wrap{color:#a6aeb5;display:flex;justify-content:center;align-items:center}.login-box{padding:10px;text-align:center}.login-box [type=color],.login-box [type=date],.login-box [type=datetime-local],.login-box [type=datetime],.login-box [type=email],.login-box [type=month],.login-box [type=number],.login-box [type=password],.login-box [type=search],.login-box [type=tel],.login-box [type=text],.login-box [type=time],.login-box [type=url],.login-box [type=week],.login-box textarea{margin:0 0 26px}.login-box .row.error label{color:#ec3d3d}.login-box .row.error input,.login-box .row.error textarea{border:1px solid #ec3d3d}.login-box .row.error .input-group-button button{border-top:1px solid #ec3d3d;border-right:1px solid #ec3d3d;border-bottom:1px solid #ec3d3d}.login-box [type=password]{font-size:19px}.login-box [type=password]::-webkit-input-placeholder{font-size:15px}.login-box [type=password]:-moz-placeholder,.login-box [type=password]::-moz-placeholder{font-size:15px}.login-box [type=password]:-ms-input-placeholder{font-size:15px}.login-box label{color:#a6aeb5;text-align:left;font-size:13px;padding:0 0 7px}.login-box strong{font-weight:500}.login-box h3{color:#a6aeb5;text-align:center;padding:0 0 15px;font-weight:300}.login-box a{color:#fff;text-decoration:none}.login-box a:hover{text-decoration:underline}.login-box small.error{margin-top:-20px;margin-bottom:26px;color:#ec3d3d}.login-box .button--submit{margin:32px auto 28px;min-width:240px}.login-box .forgot-link{text-align:left;color:#5d92db;font-size:13px;padding:0 0 7px;max-width:75rem;margin:-4px -.9375rem 0}.login-box .forgot-link:after,.login-box .forgot-link:before{content:" ";display:table;flex-basis:0;order:1}.login-box .forgot-link:after{clear:both}.login-box .forgot-link a{color:#5d92db}.login-box .input-group{margin:0}.forgot-l{width:50%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.forgot-l{padding-left:.9375rem;padding-right:.9375rem}}.forgot-l:last-child:not(:first-child){float:right}.forgot-r{width:50%;float:left;padding-left:.625rem;padding-right:.625rem;text-align:right}@media screen and (min-width:40em){.forgot-r{padding-left:.9375rem;padding-right:.9375rem}}.forgot-r:last-child:not(:first-child){float:right}.logo-big{position:relative;color:#5d92db;font-size:13px;display:inline-block;margin:0 auto 50px}.logo-more{position:absolute;right:0;bottom:0}.select-lang{text-align:right;padding:30px 0}@media screen and (max-width:39.9375em){.select-lang{text-align:center}}.select-lang select{background-color:transparent;border-color:transparent;max-width:120px;display:inline-block;outline:none!important;cursor:pointer}input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset}.login-error{color:#ec3d3d}.login-error,.reset-info{text-align:center;padding:0 10px 10px}.reset-info{color:#224e90}.form-buttons--row{max-width:75rem;margin-left:auto;margin-right:auto;width:100%;float:left;padding-left:.3125rem;padding-right:.3125rem;position:relative;float:none!important}.form-buttons--row:after,.form-buttons--row:before{content:" ";display:table;flex-basis:0;order:1}.form-buttons--row:last-child:not(:first-child){float:right}.form-buttons--row,.form-buttons--row:last-child{float:none}.form-buttons--row:after{content:"";clear:both;display:table}.form-buttons--left{width:41.6666666667%;float:left;padding:5px .625rem}@media screen and (min-width:40em){.form-buttons--left{padding-left:.9375rem;padding-right:.9375rem}}.form-buttons--left:last-child:not(:first-child){float:right}@media screen and (max-width:39.9375em){.form-buttons--left{text-align:center}}.form-buttons--right{width:58.3333333333%;float:left;padding:5px .625rem;text-align:right}@media screen and (min-width:40em){.form-buttons--right{padding-left:.9375rem;padding-right:.9375rem}}.form-buttons--right:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.form-buttons--right .button{margin:0 5px}}@media screen and (max-width:39.9375em){.form-buttons--right{text-align:center}}.form-buttons--right .button{margin:0 0 1px 10px;min-width:130px}.form-buttons--right .button-md{min-width:145px}.white-group{border-radius:3px}.white-group .form--field{border-right-color:transparent;border-radius:3px 0 0 3px}.white-group .button{height:46px;text-align:center;padding:0 0 2px;cursor:pointer;width:50px;margin:0 0 0 -1px;background:#fff!important;box-shadow:none;border-color:#bbb #bbb #bbb transparent;border-radius:0 3px 3px 0}.white-group .button:hover{opacity:1}.white-group .button:hover .icon-search{color:#fff}.white-group .button:hover .button [class*=" icon-"],.white-group .button:hover [class^=icon-]{opacity:1}.white-group .button .button [class*=" icon-"],.white-group .button [class^=icon-]{margin:3px 0 0;opacity:.8}.white-group .icon-model-viewer{color:#224e90}.drag-area{background:#eef0f2;border:1px dashed #224e90;border-radius:4px;height:326px;display:flex;text-align:center;justify-content:center;align-items:center}.drag-area .link{color:#224e90}.drag-area .button [class*=" icon-"],.drag-area [class^=icon-]{font-size:50px;color:#a6aeb5}.drag-area.active{border-style:solid;background:#dce2eb}.dragging{max-width:350px}.dragging .drag-area{height:200px}.uploaded-item{padding:0 20px 7px;position:relative}.uploaded-item .icon-cross{position:absolute;right:0;top:0;font-size:21px;color:#ec3d3d;text-decoration:none;opacity:.8}.uploaded-item .icon-cross:hover{opacity:1}.uploaded-item .icon-blank-file{position:absolute;left:0;top:2px;color:#224e90}.input-group>div{flex:1 1}.input-group .input-group-button{flex:0 1 auto}.textarea{border:1px solid #dce2eb;border-radius:4px;padding:10px;height:90px}.textarea.not-resize{resize:none}.form--icon-button{width:46px;height:46px;border-radius:4px;border:1px solid #bbb;display:flex;justify-content:center;align-items:center;color:#071b32;cursor:pointer}.form--icon-button:not(:last-child){margin-right:5px}.form--icon-button.enabled:hover{background-color:#dce2eb;color:#fff}.form--icon-button.disabled{color:#dce2eb}.col--1{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.col--1{padding-left:.9375rem;padding-right:.9375rem}}.col--1:last-child:not(:first-child){float:right}.col--2--wrap{display:flex}.col--2--left{flex:0 1 auto;width:228px;min-width:228px;min-height:calc(100vh - 153px);border-right:1px solid #ddd;background:#edf2f7;border-radius:4px 0 0 4px}@media screen and (max-width:39.9375em){.col--2--left{width:52px;min-width:52px}}.col--2--center{flex:1 1 auto}.h100p{height:100%}.page--title{font-size:15px;font-weight:400;padding:26px 20px}.page--title span{color:#a6aeb5;margin:0 0 0 10px}.page--title .page--title--link{float:right;line-height:18px;font-size:14px;text-decoration:none;vertical-align:top;color:#224e90}.page--title .page--title--link:active,.page--title .page--title--link:focus,.page--title .page--title--link:hover{color:#224e90}.page--title .page--title--link [class*=" icon-"],.page--title .page--title--link [class^=icon-]{font-size:24px;line-height:18px;vertical-align:top;margin:0 6px 0 0}.page--title--tabs{padding:0;max-width:75rem;margin:0 0 40px}.page--title--tabs:after,.page--title--tabs:before{content:" ";display:table;flex-basis:0;order:1}.page--title--tabs:after{clear:both}.page--title--tab{padding:0!important;width:50%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.page--title--tab{padding-left:.9375rem;padding-right:.9375rem}}.page--title--tab:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.page--title--tab{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;margin:15px 0 0}}@media screen and (max-width:63.9375em)and (min-width:40em){.page--title--tab{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.page--title--tab:last-child:not(:first-child){float:right}}.page--title--tab:first-child .page--title--tab--link{border-left:none}.page--title--tab.active .page--title--tab--link{cursor:default;background:#fff;color:#224e90}.page--title--tab.active .page--title--tab--link:after{content:"";position:absolute;left:0;bottom:0;background:#224e90;height:4px;width:100%}.page--title--tab.active .page--title--tab--text{display:block}.page--title--tab--link{color:#a6aeb5;font-weight:600;font-size:18px;line-height:1;position:relative;text-decoration:none;border-left:1px solid #ddd;border-bottom:1px solid #ddd;background:hsla(0,0%,92.5%,.5);background:linear-gradient(180deg,hsla(0,0%,92.5%,.5) 0,#fff);padding:9px 31px 11px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width:63.9375em){.page--title--tab--link{background:none}}.page--title--tab--link:hover{color:#224e90}.page--title--tab--text{padding:9px 31px 11px;display:none;line-height:1.3}@media screen and (max-width:63.9375em){.page--title--tab--text{display:block}}.white-block{background:#fff}.grey-block,.white-block{border-radius:4px;border:1px solid #dce2eb;margin:0 0 21px}.grey-block{background:#eef0f2}.page--bar{padding:26px 20px}.page--bar:after,.page--bar:before{content:"";display:table;clear:both}.page--bar .page--title{padding:0 38px 0 0}.page--bar .page--title,.page--views{display:inline-block;vertical-align:top}.page--views{margin:-7px 0 0}.page--view{display:inline-block;vertical-align:baseline}.page--view .button{margin:0 10px 0 0}.page--view.active .button-white{color:#fff;background:#224e90}.page--back{display:inline-block;vertical-align:top;color:#224e90;text-decoration:none;margin:0 15px 0 0;font-size:15px}.page--back [class*=" icon-"],.page--back [class^=icon-]{display:inline-block;vertical-align:top;margin:2px 4px 0 0}.page--path{font-size:15px;font-weight:400}.page--path,.page--path li{display:inline-block;vertical-align:top}.page--path li:after{content:"/";margin:0 6px 0 4px;color:#a6aeb5}.page--path li:last-child:after{content:""}.page--path a{color:#a6aeb5;text-decoration:none}.page--path a:hover{color:#071b32}body{height:100vh;overflow:hidden}.hierarchy-label .fa{margin:3px;font-size:.7em}.augurs{max-width:75rem;margin-left:auto;margin-right:auto}.augurs:after,.augurs:before{content:" ";display:table;flex-basis:0;order:1}.augurs:after{clear:both}.augurs>.augurs--col{width:50%;float:left}.augurs>.augurs--col:nth-of-type(1n){clear:none}.augurs>.augurs--col:nth-of-type(odd){clear:both}.augurs>.augurs--col:last-child{float:left}.augurs>.datapools--col{width:50%;float:left}.augurs>.datapools--col:nth-of-type(1n){clear:none}.augurs>.datapools--col:nth-of-type(odd){clear:both}.augurs>.datapools--col:last-child{float:left}@media screen and (max-width:39.9375em){.augurs>.augurs--col{width:100%;float:left}.augurs>.augurs--col:nth-of-type(1n){clear:none}.augurs>.augurs--col:nth-of-type(1n+1){clear:both}.augurs>.augurs--col:last-child{float:left}.augurs>.datapools--col{width:100%;float:left}.augurs>.datapools--col:nth-of-type(1n){clear:none}.augurs>.datapools--col:nth-of-type(1n+1){clear:both}.augurs>.datapools--col:last-child{float:left}}@media screen and (min-width:64em){.augurs>.augurs--col{width:25%;float:left}.augurs>.augurs--col:nth-of-type(1n){clear:none}.augurs>.augurs--col:nth-of-type(4n+1){clear:both}.augurs>.augurs--col:last-child{float:left}.augurs>.datapools--col{width:25%;float:left}.augurs>.datapools--col:nth-of-type(1n){clear:none}.augurs>.datapools--col:nth-of-type(4n+1){clear:both}.augurs>.datapools--col:last-child{float:left}}.augurs--col,.datapools--col{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}.augurs--col:last-child:not(:first-child),.datapools--col:last-child:not(:first-child){float:right}.augurs--col:last-child:last-child,.datapools--col:last-child:last-child{float:left}.augurs--item,.datapools--item{word-wrap:break-word;word-break:break-all;background:#eef0f2;margin:0 0 20px;height:130px;position:relative;border-radius:2px;border:1px solid #dce2eb}.augurs--item .augurs--item--progress-label,.datapools--item .augurs--item--progress-label{top:-3px;position:relative;color:#87c333;font-size:.9em}.augurs--item.health-0,.datapools--item.health-0{border-color:rgba(236,61,61,.4)}.augurs--item.health-0 .augurs--item--content:after,.datapools--item.health-0 .augurs--item--content:after{background:#ec3d3d}.augurs--item.health-0 .augurs--item--settings .icon-alert,.datapools--item.health-0 .augurs--item--settings .icon-alert{display:inline-block}.augurs--item.health-0 .augurs--item--events,.augurs--item.health-0 .augurs--item--events .augurs--item--events--link,.augurs--item.health-0 .augurs--item--events .augurs--item--events--link:active,.augurs--item.health-0 .augurs--item--events .augurs--item--events--link:focus,.augurs--item.health-0 .augurs--item--events .augurs--item--events--link:hover,.augurs--item.health-0 .augurs--item--events a,.augurs--item.health-0 .augurs--item--events a:active,.augurs--item.health-0 .augurs--item--events a:focus,.augurs--item.health-0 .augurs--item--events a:hover,.augurs--item.health-0 .augurs--item--text,.augurs--item.health-0 .augurs--item--title,.datapools--item.health-0 .augurs--item--events,.datapools--item.health-0 .augurs--item--events .augurs--item--events--link,.datapools--item.health-0 .augurs--item--events .augurs--item--events--link:active,.datapools--item.health-0 .augurs--item--events .augurs--item--events--link:focus,.datapools--item.health-0 .augurs--item--events .augurs--item--events--link:hover,.datapools--item.health-0 .augurs--item--events a,.datapools--item.health-0 .augurs--item--events a:active,.datapools--item.health-0 .augurs--item--events a:focus,.datapools--item.health-0 .augurs--item--events a:hover,.datapools--item.health-0 .augurs--item--text,.datapools--item.health-0 .augurs--item--title{color:#ec3d3d}.augurs--item.health-null .augurs--item--content:after,.datapools--item.health-null .augurs--item--content:after{background:#6f7b86}.augurs--item.health-null .augurs--item--settings .float-right .icon-refresh,.datapools--item.health-null .augurs--item--settings .float-right .icon-refresh{display:inline-block}.augurs--item.health-null .augurs--item--events .augurs--item--events--link,.augurs--item.health-null .augurs--item--events .augurs--item--events--link:active,.augurs--item.health-null .augurs--item--events .augurs--item--events--link:focus,.augurs--item.health-null .augurs--item--events .augurs--item--events--link:hover,.augurs--item.health-null .augurs--item--events a,.augurs--item.health-null .augurs--item--events a:active,.augurs--item.health-null .augurs--item--events a:focus,.augurs--item.health-null .augurs--item--events a:hover,.datapools--item.health-null .augurs--item--events .augurs--item--events--link,.datapools--item.health-null .augurs--item--events .augurs--item--events--link:active,.datapools--item.health-null .augurs--item--events .augurs--item--events--link:focus,.datapools--item.health-null .augurs--item--events .augurs--item--events--link:hover,.datapools--item.health-null .augurs--item--events a,.datapools--item.health-null .augurs--item--events a:active,.datapools--item.health-null .augurs--item--events a:focus,.datapools--item.health-null .augurs--item--events a:hover{color:#a6aeb5}.augurs--item.health-1 .augurs--item--content:after,.datapools--item.health-1 .augurs--item--content:after{background:#d97c12}.augurs--item.health-1 .augurs--item--settings .float-right .icon-refresh,.datapools--item.health-1 .augurs--item--settings .float-right .icon-refresh{display:inline-block}.augurs--item.health-1 .augurs--item--events .augurs--item--events--link,.augurs--item.health-1 .augurs--item--events .augurs--item--events--link:active,.augurs--item.health-1 .augurs--item--events .augurs--item--events--link:focus,.augurs--item.health-1 .augurs--item--events .augurs--item--events--link:hover,.augurs--item.health-1 .augurs--item--events a,.augurs--item.health-1 .augurs--item--events a:active,.augurs--item.health-1 .augurs--item--events a:focus,.augurs--item.health-1 .augurs--item--events a:hover,.datapools--item.health-1 .augurs--item--events .augurs--item--events--link,.datapools--item.health-1 .augurs--item--events .augurs--item--events--link:active,.datapools--item.health-1 .augurs--item--events .augurs--item--events--link:focus,.datapools--item.health-1 .augurs--item--events .augurs--item--events--link:hover,.datapools--item.health-1 .augurs--item--events a,.datapools--item.health-1 .augurs--item--events a:active,.datapools--item.health-1 .augurs--item--events a:focus,.datapools--item.health-1 .augurs--item--events a:hover{color:#f2ad5f}.augurs--item.health-2 .augurs--item--content:after,.datapools--item.health-2 .augurs--item--content:after{background:#a4940a}.augurs--item.health-2 .augurs--item--settings .float-right .icon-refresh,.datapools--item.health-2 .augurs--item--settings .float-right .icon-refresh{display:inline-block}.augurs--item.health-2 .augurs--item--events .augurs--item--events--link,.augurs--item.health-2 .augurs--item--events .augurs--item--events--link:active,.augurs--item.health-2 .augurs--item--events .augurs--item--events--link:focus,.augurs--item.health-2 .augurs--item--events .augurs--item--events--link:hover,.augurs--item.health-2 .augurs--item--events a,.augurs--item.health-2 .augurs--item--events a:active,.augurs--item.health-2 .augurs--item--events a:focus,.augurs--item.health-2 .augurs--item--events a:hover,.datapools--item.health-2 .augurs--item--events .augurs--item--events--link,.datapools--item.health-2 .augurs--item--events .augurs--item--events--link:active,.datapools--item.health-2 .augurs--item--events .augurs--item--events--link:focus,.datapools--item.health-2 .augurs--item--events .augurs--item--events--link:hover,.datapools--item.health-2 .augurs--item--events a,.datapools--item.health-2 .augurs--item--events a:active,.datapools--item.health-2 .augurs--item--events a:focus,.datapools--item.health-2 .augurs--item--events a:hover{color:#f2dc22}.augurs--item.health-3 .augurs--item--content:after,.datapools--item.health-3 .augurs--item--content:after{background:#8d9e2a}.augurs--item.health-3 .augurs--item--settings .float-right .icon-refresh,.datapools--item.health-3 .augurs--item--settings .float-right .icon-refresh{display:inline-block}.augurs--item.health-3 .augurs--item--events .augurs--item--events--link,.augurs--item.health-3 .augurs--item--events .augurs--item--events--link:active,.augurs--item.health-3 .augurs--item--events .augurs--item--events--link:focus,.augurs--item.health-3 .augurs--item--events .augurs--item--events--link:hover,.augurs--item.health-3 .augurs--item--events a,.augurs--item.health-3 .augurs--item--events a:active,.augurs--item.health-3 .augurs--item--events a:focus,.augurs--item.health-3 .augurs--item--events a:hover,.datapools--item.health-3 .augurs--item--events .augurs--item--events--link,.datapools--item.health-3 .augurs--item--events .augurs--item--events--link:active,.datapools--item.health-3 .augurs--item--events .augurs--item--events--link:focus,.datapools--item.health-3 .augurs--item--events .augurs--item--events--link:hover,.datapools--item.health-3 .augurs--item--events a,.datapools--item.health-3 .augurs--item--events a:active,.datapools--item.health-3 .augurs--item--events a:focus,.datapools--item.health-3 .augurs--item--events a:hover{color:#c2d35b}.augurs--item.health-4 .augurs--item--content:after,.datapools--item.health-4 .augurs--item--content:after{background:#6b9b28}.augurs--item.health-4 .augurs--item--settings .float-right .icon-refresh,.datapools--item.health-4 .augurs--item--settings .float-right .icon-refresh{display:inline-block}.augurs--item.health-4 .augurs--item--events .augurs--item--events--link,.augurs--item.health-4 .augurs--item--events .augurs--item--events--link:active,.augurs--item.health-4 .augurs--item--events .augurs--item--events--link:focus,.augurs--item.health-4 .augurs--item--events .augurs--item--events--link:hover,.augurs--item.health-4 .augurs--item--events a,.augurs--item.health-4 .augurs--item--events a:active,.augurs--item.health-4 .augurs--item--events a:focus,.augurs--item.health-4 .augurs--item--events a:hover,.datapools--item.health-4 .augurs--item--events .augurs--item--events--link,.datapools--item.health-4 .augurs--item--events .augurs--item--events--link:active,.datapools--item.health-4 .augurs--item--events .augurs--item--events--link:focus,.datapools--item.health-4 .augurs--item--events .augurs--item--events--link:hover,.datapools--item.health-4 .augurs--item--events a,.datapools--item.health-4 .augurs--item--events a:active,.datapools--item.health-4 .augurs--item--events a:focus,.datapools--item.health-4 .augurs--item--events a:hover{color:#9fd356}.augurs--item .error-tooltip,.datapools--item .error-tooltip{display:none}.augurs--item:hover .error-tooltip,.datapools--item:hover .error-tooltip{display:block}.augurs--item--title,.datapools--item--title{margin:0 45px 1px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;line-height:20px;font-size:13px;font-weight:500;letter-spacing:.2px;text-transform:none}.augurs--item--title__link,.datapools--item--title__link{color:#071b32;text-decoration:none;display:block}.augurs--item--title__link:hover,.datapools--item--title__link:hover{text-decoration:underline}.augurs--item--title--sub,.datapools--item--title--sub{color:#a6aeb5}.augurs--item--content,.datapools--item--content{position:relative;padding:10px 12px 11px 25px;height:100%;display:table;width:100%;font-size:12px;text-decoration:none}.augurs--item--content:hover .augurs--item--title,.augurs--item--content:hover .datapools--item--title,.datapools--item--content:hover .augurs--item--title,.datapools--item--content:hover .datapools--item--title{text-decoration:underline}.augurs--item--content:after,.datapools--item--content:after{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:4px;border-radius:2px}.augurs--item--content:after{background:#f2ad5f}.datapools--item--content:after{background:#a6aeb5}.augurs--item--info__ul,.datapools--item--info__ul{padding:0 0 4px}.augurs--item--info__li,.datapools--item--info__li{padding:0}.augurs--item--events,.augurs--item--info,.datapools--item--info{display:table-row;height:40%}.augurs--item--events__cell,.augurs--item--info__cell,.augurs--item--title__cell,.datapools--item--events__cell,.datapools--item--info__cell,.datapools--item--title__cell{display:table-cell}.augurs--item--info--title__cell,.datapools--item--info--title__cell{vertical-align:top}.augurs--item--info__cell,.datapools--item--info__cell{vertical-align:middle}.augurs--item--events__cell{vertical-align:bottom;padding:0 55px 0 0}.augurs--item--events__cell .augurs--item--settings{display:none}.augurs--item--info__label{color:#a6aeb5;padding:0 3px 0 0}.augurs--item--actions{position:absolute;right:12px;top:13px}.augurs--item--settings{color:#071b32;text-align:right;margin:0}.augurs--item--settings a{text-decoration:none}.augurs--item--settings [class*=" icon-"],.augurs--item--settings [class^=icon-]{font-size:19px;margin-left:1px;text-decoration:none;color:#a6aeb5}.augurs--item--settings [class*=" icon-"]:hover,.augurs--item--settings [class^=icon-]:hover{color:#071b32}.augurs--item--settings .settings--link{float:right;display:inline-block}.augurs--item--settings .settings--link .icon-settings{display:inline-block}.augurs--item--settings .icon-refresh,.augurs--item--settings .icon-refresh:hover{color:#9fd356}.augurs--item--settings .icon-alert,.augurs--item--settings .icon-alert:hover{color:#ec3d3d}.augurs--item--settings .icon-play{color:#224e90}.augurs--item--text{padding:2px 0 0;font-size:12px}.overlap{max-width:218px}@media(min-width:400px){.overlap{max-width:297px}}@media(min-width:624px){.overlap{max-width:320px}}@media(min-width:1024px){.overlap{max-width:185px}}@media(min-width:1200px){.overlap{max-width:228px}}.icon-spin{-webkit-animation:icon-spin 2s linear infinite;animation:icon-spin 2s linear infinite;display:inline-block}@-webkit-keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.augurs--add,.datapools--add{color:#a6aeb5}.augurs--add .augurs--item,.augurs--add .datapools--item,.datapools--add .augurs--item,.datapools--add .datapools--item{display:block;color:#a6aeb5;text-decoration:none}.augurs--add .augurs--item--info__cell,.augurs--add .datapools--item--info__cell,.datapools--add .augurs--item--info__cell,.datapools--add .datapools--item--info__cell{text-align:center;vertical-align:middle}.augurs--add .augurs--item--content,.augurs--add .datapools--item--content,.datapools--add .augurs--item--content,.datapools--add .datapools--item--content{padding:0}.augurs--add .augurs--item--content:after,.augurs--add .datapools--item--content:after,.datapools--add .augurs--item--content:after,.datapools--add .datapools--item--content:after{display:none}.error-tooltip{position:absolute;height:126px;background:#eef0f2;z-index:1000;font-size:12px;padding:7px 10px 6px 15px;word-break:normal;word-wrap:normal;box-shadow:none;border:none;overflow:hidden}.error-tooltip .augurs--item--info__ul{padding:0 0 7px;font-size:11px}.error-tooltip .augurs--item--info__li,.error-tooltip .datapools--item--info__li{padding:0 0 2px}.error-tooltip .augurs--item--info__label,.error-tooltip .datapools--item--info__label{min-width:55px;display:inline-block}.error-tooltip .alert{font-size:11px;font-weight:400;padding:0 0 8px}.error-tooltip .link{text-decoration:none}.error-tooltip .link:hover{text-decoration:underline}.error-tooltip.inline-tooltip{position:absolute;overflow:visible;left:0;top:0;margin-top:130px;background:#fff;border-radius:2px;z-index:1000;font-size:12px;padding:13px 20px 16px;box-shadow:0 1px 3px 0 #7d9dc2;word-break:normal;word-wrap:normal}.error-tooltip.inline-tooltip:before{content:"";position:absolute;left:23px;top:-13px;border:6px solid transparent;border-bottom-color:#7d9dc2;opacity:.4}.error-tooltip.inline-tooltip:after{content:"";position:absolute;left:23px;top:-12px;border:6px solid transparent;border-bottom-color:#fff}.augurs--archive .augurs--item{border-color:#dce2eb}.augurs--archive .augurs--item .augurs--item--content{color:#a6aeb5}.augurs--archive .augurs--item .augurs--item--content:after{background:#a6aeb5}.augurs--archive .augurs--item .augurs--item--settings .icon-play,.augurs--archive .augurs--item .augurs--item--settings .icon-refresh{color:#224e90}.augurs--archive .augurs--item .augurs--item--events,.augurs--archive .augurs--item .augurs--item--events .augurs--item--events--link,.augurs--archive .augurs--item .augurs--item--events .augurs--item--events--link:active,.augurs--archive .augurs--item .augurs--item--events .augurs--item--events--link:focus,.augurs--archive .augurs--item .augurs--item--events .augurs--item--events--link:hover,.augurs--archive .augurs--item .augurs--item--events a,.augurs--archive .augurs--item .augurs--item--events a:active,.augurs--archive .augurs--item .augurs--item--events a:focus,.augurs--archive .augurs--item .augurs--item--events a:hover,.augurs--archive .augurs--item .augurs--item--text,.augurs--archive .augurs--item .augurs--item--title,.augurs--archive .augurs--item .datapools--item--title{color:#a6aeb5}.switch-text{display:inline-block;vertical-align:middle;height:30px;margin-left:10px}.augur-icon{display:none;position:absolute;right:2px;bottom:2px;font-size:50px;color:#dce2eb}.archetype-select-group{margin-top:10px}.augurs,.code-capsules,.datapools{margin:20px}.code-capsules.custom-table .code-capsule-table-link{text-decoration:none}.code-capsules .ct-col{cursor:default}.code-capsules .code-capsule-button-list{display:flex}.code-capsules .code-capsule-button-list .code-capsule-li{flex:none;margin-left:5px}.code-capsules .code-capsule-button-list .code-capsule-li:first-child{margin:0 0 0 auto}.code-capsules .code-capsule-button-list .code-capsule-li .code-capsule-run-now{display:flex;cursor:pointer}.code-capsules .code-capsule-button-list .code-capsule-li .code-capsule-run-now:hover .button-text{color:#224e90;text-decoration:underline}.code-capsules .code-capsule-button-list .code-capsule-li .code-capsule-run-now .icon-play{color:#224e90;margin:2px 5px}.augur--line{background:#fff;padding:43px 20px 20px;position:relative}.augur--line+.augur--line{padding-top:23px}.augur--line.active .subtitle{color:#224e90}.augur--line.active .subtitle--description{display:block}.augur--line.passive{position:relative}.augur--line.passive:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:hsla(0,0%,100%,.5)}.augur--line.passive .subtitle--num:after{border-color:#ddd}.augur--line.passive .subtitle--num{border-color:#a6aeb5;background:#a6aeb5;color:#071b32}.augur--line.passive .augur--options{display:none}.augur--line.finished{position:relative;color:#071b32}.augur--line.finished .subtitle--num{border-color:#9fd356;background:#9fd356}.augur--line.finished .subtitle--num .subtitle--num--in{display:none}.augur--line.finished .subtitle--num .icon-ok{display:inline-block}.augur--line.invalid{position:relative;color:#071b32}.augur--line.invalid .subtitle--num{border-color:#ec3d3d;background:#ec3d3d}.augur--line hr{margin:14px auto 8px}.augur--line hr.mb18{margin-bottom:18px}.augur--line .NumericSliderInput{margin:10px 15px}.augur--line .NumericSliderInput .value-preview{margin-bottom:5px}.subtitle{font-weight:400;font-size:15px;line-height:1.3;color:#a6aeb5}.subtitle.subtitle--inline{float:left}.subtitle--text{margin:2px 0 0 60px}.subtitle--name{padding:0 0 11px;font-weight:500;display:block;flex-direction:column;justify-content:center;align-items:flex-start}.subtitle--description{font-size:12px;color:#071b32}.subtitle--num{font-weight:400;font-size:20px;color:#fff;position:relative;width:43px;height:43px;background:#224e90;border-radius:50%;border:1px solid #224e90;float:left;text-align:center;line-height:40px;margin:0 4px 0 0;vertical-align:top}.subtitle--num .icon-alert,.subtitle--num .icon-ok{display:none;line-height:40px;padding-left:2px}.form--results .form--select{color:#a6aeb5}.form--results .subtitle--num{box-shadow:none;border-color:#a6aeb5}.form--results .subtitle--num .icon-ok{color:#56c8ea;line-height:36px}.target .Select-value{display:none}.target--items{margin:0}.target--item{display:inline-block;vertical-align:top;background:#eef0f2;border:1px solid #dce2eb;padding:8px 40px 8px 20px;margin:0 5px 5px 0;position:relative;font-size:15px;border-radius:18px}.target--item--close{right:0;cursor:pointer;color:#a6aeb5}.target--item--close,.target--item--close:before{position:absolute;top:0;width:40px;height:100%;text-align:center}.target--item--close:before{content:"";left:0;font-size:20px;line-height:34px;font-family:"dashboardNG"!important}.target--item--close:hover{color:#071b32}.augur--options--text{margin:0 0 0 60px}.new--augur--index{padding:100px 0;text-align:center;max-width:400px;font-size:15px;color:#a6aeb5;margin:0 auto}@media screen and (max-width:63.9375em){.new--augur--index{padding:30px 0}}.new--augur--index p{padding:0 0 40px}.new--augur--index h3{margin:0;color:#071b32;padding:0 0 40px}.new--augur--index .button{margin:1px 0}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);transition:opacity .2s;z-index:999;visibility:hidden;opacity:0}.overlay .cancel{position:absolute;width:100%;height:100%;cursor:default}.overlay.open{visibility:visible;opacity:1}.popup{margin:75px auto;padding:20px;background:#fff;border:1px solid #dce2eb;border-radius:4px;width:767px;box-shadow:0 0 50px rgba(0,0,0,.5);position:relative;max-height:80vh;overflow-y:auto}@media screen and (max-width:74.9375em){.popup{margin:25px auto}}.popup .close{position:absolute;width:20px;height:20px;top:9px;right:17px;opacity:.8;transition:all .2s;font-size:24px;font-weight:700;text-decoration:none;color:#071b32}.popup .close:hover{opacity:1}.popup .form--row{max-width:75rem;margin-left:-1.25rem;margin-right:-1.25rem;display:flex}.popup .form--row:after,.popup .form--row:before{content:" ";display:table;flex-basis:0;order:1}.popup .form--row:after{clear:both}.popup .form--row.bordered{margin-bottom:20px;border-top:1px solid #dce2eb;border-bottom:1px solid #dce2eb}.popup .form--row.bordered .form--col6{border-right:1px solid #dce2eb}.popup .form--row.bordered .form--col6:last-child{border-right:none}.popup .form--row.bordered .passive{background:#eef0f2}.popup .form--row.bordered .passive .drag-area{color:#a6aeb5;border-color:#a6aeb5}.popup .form--row.bordered .passive .drag-area .button [class*=" icon-"],.popup .form--row.bordered .passive .drag-area .link,.popup .form--row.bordered .passive .drag-area [class^=icon-]{color:#a6aeb5}.popup .form--row.bordered .passive .radios-block{position:relative}.popup .form--row.bordered .passive .radios-block:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%}.popup .form--row.bordered .passive .radios-block .form--field,.popup .form--row.bordered .passive .radios-block select{background:#eef0f2;color:#a6aeb5}.popup .form--row.bordered .passive .radios-block .white-group .icon-model-viewer{color:#a6aeb5}.popup .form--col6{width:50%;float:left;padding-left:1.25rem;padding-right:1.25rem;padding-top:23px}.popup .form--col6:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.popup .form--col6{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:63.9375em)and (min-width:40em){.popup .form--col6{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.popup .form--col6:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.popup .form--col6{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:20px}}@media screen and (max-width:39.9375em)and (min-width:40em){.popup .form--col6{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.popup .form--col6:last-child:not(:first-child){float:right}}.popup .form--label{font-size:12px;padding:0 0 8px}.popup .form-buttons--row{max-width:75rem;width:100%;float:left;margin-left:-.9375rem;margin-right:-.9375rem;width:auto;padding-bottom:20px}.popup .form-buttons--row:after,.popup .form-buttons--row:before{content:" ";display:table;flex-basis:0;order:1}.popup .form-buttons--row:after{clear:both}.popup .form-buttons--row:last-child:not(:first-child){float:right}.popup .form-buttons--row,.popup .form-buttons--row:last-child{float:none}.popup .form-buttons--left{width:20%}.popup .form-buttons--right{width:80%}.popup .error-line{background:#fff}.popup-sm{width:500px}.popup-content .checkbox span:before,.popup-content .radio span:before{border-color:#dce2eb}.popup--title{background:#eef0f2;border-bottom:1px solid #dce2eb;margin:-20px -20px 19px;padding:14px 40px 12px 20px;font-weight:400}.menus{position:relative;font-size:12px;line-height:17px;font-weight:400}.menus--icon{display:inline-block;font-size:17px;height:17px;width:20px;text-align:center;line-height:17px;margin:0 14px 0 0;vertical-align:top}.menus--icon .icon-performance-drift{font-size:14px}.menus--link{text-decoration:none;padding:13px 22px 16px;display:block}@media screen and (max-width:63.9375em){.menus--link{padding:8px 15px}}.menus--link:hover .menus--icon{color:#224e90}.menus--link:first-child{padding-top:18px}@media screen and (max-width:63.9375em){.menus--link:first-child{padding-top:8px}}.menus--link[data-icon=chevron-left]{color:#4e92df}.menus--link[data-icon=chevron-left]:hover{color:#224e90}@media screen and (max-width:39.9375em){.menus--text{display:none}}.menus--item{display:block}.menus--item:first-child{border-radius:4px 0 0 0}.menus--item.active{background:#224e90}.menus--item.active .menus--icon{color:#fff;opacity:.7}.menus--item.active .menus--link{color:#fff;cursor:default}.influencers-header{display:flex;flex-direction:row}.influencers{position:relative;padding:0 10px;text-align:center}.bubble-chart_bubble-text{text-align:center;word-break:break-all;display:flex;flex-direction:column;justify-content:center;height:100%}.bubble-chart_bubble-text p{font-size:inherit;margin-bottom:inherit}.horizontal-bar-chart{position:relative}.horizontal-bar-chart_tooltip{position:absolute;background:#fff;border:1px solid #eef0f2;border-radius:4px;min-width:120px;padding:6px 8px;text-align:left}.tooltip_value{font-size:18px;font-weight:400}.horizontal-bar-chart_bar{fill:#6aa0eb}.horizontal-bar-chart_background-bar{fill:#eef0f2}.horizontal-bar-chart_grid .axis line,.horizontal-bar-chart_grid .axis path{fill:none;stroke:#eef0f2}.horizontal-bar-chart_grid .y.axis g:nth-child(odd) line{display:none}.tick text{font-size:12px;fill:#2a2e32}.hiddenTable{width:auto;opacity:0}.influencers-search-input-parent{margin-top:-7px}.influencers-search-input-parent .influencers--search--input{height:36px;width:200px;border:1px solid #aaa;border-radius:3px;padding:8px 13px 5px}.influencers-search-input-parent .influencers--search--input:focus{outline:none}.page-settings{display:flex;min-height:calc(100% - 38px);flex-flow:row wrap}.page-settings__white-block{flex:1 1 100%;box-shadow:0 3px 3px 0 #ddd;border-bottom:1px solid hsla(0,0%,86.7%,.5);z-index:1;overflow-x:hidden;padding:50px 47px 20px 34px;line-height:1.3}.page-settings__white-block .page-settings--name{color:#224e90;font-size:20px;font-weight:400;border-bottom:1px solid #224e90;padding:0 0 7px;margin:0 0 19px}.page-settings__grey-block{flex:1 1 100%;line-height:1.3;background:#eef0f2;padding:73px 47px 30px 34px}.page-settings__grey-block .page-settings--name{border-bottom:1px solid #a6aeb5;padding:0 0 13px;margin:0 0 19px;font-weight:600}.page-settings__grey-block .form--info{color:#a6aeb5}.page-settings__grey-block .form--buttons{text-align:right}.performance-drift{position:relative;text-align:center;padding:19px 31px;height:100%}.performance--row{max-width:75rem;margin-left:auto;margin-right:auto;padding-left:4.0625rem;padding-right:4.0625rem}.performance--row:after,.performance--row:before{content:" ";display:table;flex-basis:0;order:1}.performance--row:after{clear:both}@media screen and (max-width:39.9375em){.performance--row{padding-left:.3125rem;padding-right:.3125rem}}.performance--col--left{width:58.3333333333%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.performance--col--left{padding-left:.9375rem;padding-right:.9375rem}}.performance--col--left:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.performance--col--left{width:83.3333333333%;float:left;padding-left:.625rem;padding-right:.625rem;padding-bottom:10px}}@media screen and (max-width:63.9375em)and (min-width:40em){.performance--col--left{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.performance--col--left:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.performance--col--left{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:39.9375em)and (min-width:40em){.performance--col--left{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.performance--col--left:last-child:not(:first-child){float:right}}.performance--col--center{width:33.3333333333%;float:left;padding-left:.625rem;padding-right:.625rem;color:#a6aeb5;font-size:12px}@media screen and (min-width:40em){.performance--col--center{padding-left:.9375rem;padding-right:.9375rem}}.performance--col--center:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.performance--col--center{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:63.9375em)and (min-width:40em){.performance--col--center{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.performance--col--center:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.performance--col--center{width:100%;float:left;padding-left:.625rem;padding-right:.625rem}}@media screen and (max-width:39.9375em)and (min-width:40em){.performance--col--center{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.performance--col--center:last-child:not(:first-child){float:right}}.performance--col--right{width:8.3333333333%;float:left;padding-left:.625rem;padding-right:.625rem}@media screen and (min-width:40em){.performance--col--right{padding-left:.9375rem;padding-right:.9375rem}}.performance--col--right:last-child:not(:first-child){float:right}@media screen and (max-width:63.9375em){.performance--col--right{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;display:none}}@media screen and (max-width:63.9375em)and (min-width:40em){.performance--col--right{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:63.9375em){.performance--col--right:last-child:not(:first-child){float:right}}@media screen and (max-width:39.9375em){.performance--col--right{width:100%;float:left;padding-left:.625rem;padding-right:.625rem;display:none}}@media screen and (max-width:39.9375em)and (min-width:40em){.performance--col--right{padding-left:.9375rem;padding-right:.9375rem}}@media screen and (max-width:39.9375em){.performance--col--right:last-child:not(:first-child){float:right}}.performance--infos{padding:4px 20px 4px 0}.misclassification-axis-left__help-line .tick text{display:none}.misclassification-axis-left__help-line .tick line{stroke:#dfe2e5;stroke-width:1}.misclassification-tooltip{pointer-events:none;width:170px;height:40px;background:#fff;position:relative;border:1px solid #dce2eb;border-radius:4px;padding:8px;font-size:12px;text-align:left}.misclassification-tooltip:before{content:"";position:absolute;left:50%;border:5px solid transparent;border-top-color:#dce2eb;bottom:-10px;margin:0 0 0 -5px}.misclassification-tooltip:after{content:"";position:absolute;left:50%;border:5px solid transparent;border-top-color:#fff;bottom:-9px;margin:0 0 0 -5px}.misclassification-tooltip .misclassification-chart_legend{text-align:left;flex:auto;flex-direction:column;padding:0;color:#071b32}.misclassification-tooltip .misclassification-chart_legend li{padding:0 5px 0 0;display:inline-block;line-height:1}.misclassification-tooltip .misclassification-chart_legend_dot{margin:0 2px 0 0}.misclassification-chart_legend{flex:1 1;flex-direction:row;order:2;padding:0;font-size:11px;color:#a6aeb5;text-align:right}.misclassification-chart_legend li{padding:2px 10px;display:inline-block;vertical-align:top}.misclassification-chart_legend_dot{width:10px;height:10px;vertical-align:top;border-radius:50%;display:inline-block;margin:2px 5px 0 0;background:#000}.performance-drift--chart,.performance-drift--chart>div{height:500px}.performance-drift--chart--sizer{height:120px}.performance-drift--chart--sizer>div{min-height:120px}.tooltip--label{color:#a6aeb5;padding:0 0 8px}.Accuracy{padding:26px 20px;height:100%}.Accuracy .Accuracy--charts{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:50px;height:100%;min-height:610px;grid-auto-rows:1fr}.Accuracy .Accuracy--charts .Accuracy--chart-container{overflow:hidden}.accuracy{padding:10px 31px}.accuracy--list{padding:26px 10px 15px}.accuracy--row{max-width:75rem;margin-left:auto;margin-right:auto}.accuracy--row:after,.accuracy--row:before{content:" ";display:table;flex-basis:0;order:1}.accuracy--row:after{clear:both}.accuracy--row>.accuracy--col{width:50%;float:left}.accuracy--row>.accuracy--col:nth-of-type(1n){clear:none}.accuracy--row>.accuracy--col:nth-of-type(odd){clear:both}.accuracy--row>.accuracy--col:last-child{float:left}@media screen and (max-width:39.9375em){.accuracy--row>.accuracy--col{width:100%;float:left}.accuracy--row>.accuracy--col:nth-of-type(1n){clear:none}.accuracy--row>.accuracy--col:nth-of-type(1n+1){clear:both}.accuracy--row>.accuracy--col:last-child{float:left}}@media screen and (min-width:64em){.accuracy--row>.accuracy--col{width:33.3333333333%;float:left}.accuracy--row>.accuracy--col:nth-of-type(1n){clear:none}.accuracy--row>.accuracy--col:nth-of-type(3n+1){clear:both}.accuracy--row>.accuracy--col:last-child{float:left}}.accuracy--col{width:100%;float:left;padding-left:.5625rem;padding-right:.5625rem}.accuracy--col:last-child:not(:first-child){float:right}.accuracy--col:last-child:last-child{float:left}.accuracy--col:hover{position:relative;z-index:1000}.accuracy--item{margin:0 0 22px}.accuracy--title{font-weight:400;margin:0 0 13px;font-size:15px}.accuracy--title--link{color:#071b32;text-decoration:none}.accuracy--item--graph{border:1px solid #dce2eb;border-radius:4px;padding:5px}.accuracy--item--graph img{width:100%}.accuracy--item--graph--in{margin:0 auto;height:181px}@media screen and (min-width:40em){.accuracy--item--graph--in{height:113px}}@media screen and (min-width:64em){.accuracy--item--graph--in{height:146px}}.accuracy--item--graph--in .accuracy--item--graph--empty{display:flex;align-items:center;justify-content:center}.accuracy--history--title{font-weight:600;font-size:20px;float:left;padding:8px 0 7px}@media screen and (max-width:63.9375em){.accuracy--history--title{float:none}}.accuracy--history--form{margin:0 0 0 200px}@media screen and (max-width:63.9375em){.accuracy--history--form{margin:0}}.accuracy--history--form .form--label--inline{color:#071b32;margin:0 10px}.accuracy--graph{text-align:center;padding:30px 0}.accuracy--graphs--links{text-align:right;padding:0 0 20px}.accuracy--graphs--link{width:42px;height:42px;font-weight:600;text-align:center;line-height:40px;font-size:16px;text-decoration:none;display:inline-block;border-radius:2px;border:1px solid #ddd;background:#eef0f2}.accuracy--graphs--link:hover{color:#224e90}.accuracy--graphs--link.active{cursor:default;background:#b6d8ff}.accuracy--graphs--link.active:hover{color:#071b32}.accuracy--diagram--wrap{display:flex;padding:10px 0 0}.accuracy--diagram--info{width:200px;flex:0 1 auto}.accuracy--diagram--info .checkbox,.accuracy--diagram--info .radio{margin:10px 0}.accuracy--diagram--info .checkbox input,.accuracy--diagram--info .radio input{position:absolute;left:-20px;top:0}.accuracy--diagram--info .checkbox input:checked+span,.accuracy--diagram--info .radio input:checked+span{color:#224e90}.accuracy--diagram--info .checkbox--list{padding:10px 0 0}.accuracy--diagram--graph{flex:1 1;padding:20px 0 20px 30px;text-align:center}.accuracy--item--graph .pie-chart{display:flex;justify-content:flex-start;align-items:center}.accuracy--item--graph .pie-chart_legend{flex:1 1;order:2;padding:0 0 5px 25px;font-size:11px;color:#a6aeb5}@media(max-width:800px){.accuracy--item--graph .pie-chart_legend{padding:0 0 5px 5px}}.accuracy--item--graph .pie-chart_legend li{padding:4px 0}.accuracy--item--graph .pie-chart_legend_dot{width:10px;height:10px;vertical-align:top;border-radius:50%;display:inline-block;margin:2px 5px 0 0}.accuracy--item--graph .pie-chart_chart{flex:0 1 auto;order:1;width:200px;height:181px}@media screen and (min-width:40em){.accuracy--item--graph .pie-chart_chart{height:113px;width:140px}}@media screen and (min-width:64em){.accuracy--item--graph .pie-chart_chart{height:146px}}@media(max-width:800px){.accuracy--item--graph .pie-chart_chart{width:113px}}.graphWait{display:flex;height:100%;text-align:center;justify-content:center;align-items:center}.graphWait>div{max-width:300px}.graphWait .h4,.graphWait h4{font-size:18px;font-weight:400;padding:0 0 15px}.graphWait p{color:#a6aeb5;padding:0 0 25px}.graphWait .graphWait-pic{width:107px;height:107px;margin:0 auto 25px;background:url(/static/media/graphWait.d5634185.png) no-repeat;background-size:cover}.augur-attributes-table{margin-bottom:10px;font-size:14px;table-layout:fixed}.augur-attributes-table tr td{padding:5px;border:none}.augur-attributes-table tr td.td-icon-minus{width:36px}.download-block{margin:-12px 20px 21px;padding:26px 20px 27px}.download-block .checkbox--list--inline,.download-block .radio--list--inline{padding-top:0}.download-block .form--label{font-size:12px}.download-block select.form--field{width:100%;margin:0;max-width:none}.reset--link{float:right;color:#224e90;text-decoration:none;font-size:12px;margin-top:5px}.reset--link [class*=" icon-"],.reset--link [class^=icon-]{color:#a6aeb5}.node-shape{fill:#b7d9fd}.node-shape.tree-chart_node{cursor:pointer}.node-shape.tree-chart_node.tree-chart_node--positive{fill:#4e92df;stroke:#1e5fa9}.node-shape.tree-chart_node.tree-chart_node--negative{fill:#d7d7d7;stroke:#a4a4a4}.node-shape.tree-chart_node.active{fill:#fff}.node-shape.tree-chart_node.selected{stroke-width:2px;stroke-dasharray:2}.tree-chart_tooltip-container{position:absolute;top:0;left:0}.tree-chart_tooltip{padding:.5em;border-radius:5px;pointer-events:none}.tree-chart_tooltip dl{margin-bottom:.5em;width:180px}.tree-chart_tooltip dl:after,.tree-chart_tooltip dl:before{content:" ";display:table;flex-basis:0;order:1}.tree-chart_tooltip dl:after{clear:both}.tree-chart_tooltip dd,.tree-chart_tooltip dt{font-size:80%;float:left;margin:.1em}.tree-chart_tooltip dt{clear:both;text-align:left;width:70%}.tree-chart_tooltip dt:after{content:":"}.tree-chart_tooltip.tree-chart_tooltip--positive{border-color:#8fbaeb}.tree-chart_tooltip.tree-chart_tooltip--negative{border-color:#e4e4e4}.tree-chart_tooltip .tooltip-chart{position:relative;width:222px}.tree-chart_tooltip .tooltip-chart .tooltip-chart-bar--positive{fill:#4e92df;stroke:#1e5fa9}.tree-chart_tooltip .tooltip-chart .tooltip-chart-bar--negative{fill:#d7d7d7;stroke:#a4a4a4}.tree-chart_tooltip .tooltip-chart .tooltip-chart-axis__main{font-weight:700}.tree-chart_tooltip .tooltip-chart .tooltip-chart-axis__main tspan{font-weight:400}.tree-chart{position:relative;height:0;width:100%;padding:0 0 100%}.tree-chart svg{position:absolute;height:100%;width:100%;left:0;top:0}.link{fill:none;stroke:#9b9b9b}.link--highlighted{stroke:#4e92df}.tooltip-sm,[data-tooltip]{position:relative;text-decoration:none;cursor:pointer;display:inline-block}.tooltip-sm:after,.tooltip-sm:before,[data-tooltip]:after,[data-tooltip]:before{position:absolute;visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;transition:opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none;bottom:50%;left:50%;font-size:12px}.tooltip-sm:after,[data-tooltip]:after{z-index:1001;padding:5px 8px 6px;text-align:center;white-space:nowrap;background-color:#fff;color:#a6aeb5;content:attr(data-tooltip);font-size:14px;line-height:1.2;border:1px solid #dce2eb;border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.1)}.tooltip-sm:before,[data-tooltip]:before{z-index:1001;border:6px solid transparent;background:transparent;content:""}.tooltip-sm:focus:after,.tooltip-sm:focus:before,.tooltip-sm:hover:after,.tooltip-sm:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(1px,-11px) translate(-50%);transform:translate(1px,-11px) translate(-50%)}.tooltip-sm:after,.tooltip-sm:before{bottom:85%}.tooltip-sm:after{padding:3px 8px 4px}.tooltip-sm--top:after,.tooltip-sm--top:before{bottom:100%;left:50%}.tooltip-sm--top:before,.tooltip-sm:before,[data-tooltip]:before{margin-bottom:-11px;border-top-color:#fff}.tooltip-sm--top:focus:after,.tooltip-sm--top:focus:before,.tooltip-sm--top:hover:after,.tooltip-sm--top:hover:before{-webkit-transform:translateY(-11px);transform:translateY(-11px)}.tooltip-sm--left:after,.tooltip-sm--left:before{right:100%;bottom:50%;left:auto}.tooltip-sm--left:before{margin-left:0;margin-right:-11px;margin-bottom:0;border-top-color:transparent;border-left-color:#fff}.tooltip-sm--left:focus:after,.tooltip-sm--left:focus:before,.tooltip-sm--left:hover:after,.tooltip-sm--left:hover:before{-webkit-transform:translateX(-11px);transform:translateX(-11px)}.tooltip-sm--bottom:after,.tooltip-sm--bottom:before{top:100%;bottom:auto;left:50%}.tooltip-sm--bottom:before{margin-top:-11px;margin-bottom:0;border-top-color:transparent;border-bottom-color:#fff}.tooltip-sm--bottom:focus:after,.tooltip-sm--bottom:focus:before,.tooltip-sm--bottom:hover:after,.tooltip-sm--bottom:hover:before{-webkit-transform:translateY(11px);transform:translateY(11px)}.tooltip-sm--right:after,.tooltip-sm--right:before{bottom:50%;left:100%}.tooltip-sm--right:before{margin-bottom:0;margin-left:-11px;border-top-color:transparent;border-right-color:#fff}.tooltip-sm--right:focus:after,.tooltip-sm--right:focus:before,.tooltip-sm--right:hover:after,.tooltip-sm--right:hover:before{-webkit-transform:translateX(11px);transform:translateX(11px)}.tooltip-sm--left:before,.tooltip-sm--right:before{top:3px}.tooltip-sm--left:after,.tooltip-sm--right:after{margin-left:0;margin-bottom:-16px}.notifications{position:fixed;padding:0 10px 10px;z-index:997;top:auto;bottom:0;left:auto;right:0}.notification{width:320px;position:relative;cursor:pointer;border-radius:2px;margin:10px 0 0;padding:10px;display:block;box-sizing:border-box;opacity:1;transition:.3s ease-in-out;right:0;min-height:60px}.notification__description{word-wrap:break-word}.notification__progress-container{position:relative;margin-top:15px;padding-bottom:8px}.notification__progress-container .notification__progress-back{position:absolute;width:100%;height:13px;background-color:#ddd;border-radius:5px}.notification__progress-container .notification__progress-track{position:absolute;height:13px;background-color:#87c333;border-radius:5px}.notification__progress-container .notification__progress-state{position:absolute;color:#000;z-index:1;font-size:11px}.notification--red{border-top:2px solid #ec3d3d;color:#412f2f;box-shadow:0 0 1px rgba(236,61,61,.901961);background-color:#f4e9e9}.notification--green{border-top:2px solid #5ea400;color:#4b583a;box-shadow:0 0 1px rgba(94,164,0,.901961);background-color:#f0f5ea}.notification__title{font-size:14px;margin:0 0 5px;padding:0;font-weight:700}.notification__title--red{color:#ec3d3d}.notification__title--green{color:#5ea400}.notification__close{font-family:Roboto,sans-serif;font-size:17px;position:absolute;top:4px;right:5px;line-height:15px;color:#f4e9e9;border-radius:50%;width:14px;height:14px;font-weight:700;text-align:center;background-color:#e4bebe}.busy{width:100%;height:100%;position:relative}.busy-absolute{position:absolute!important}.fullViewportHeight{height:100vh}.sk-fading-circle{width:80px;height:80px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#224e90;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;animation:sk-circleFadeDelay 1.2s ease-in-out infinite both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}.callout{padding:14px 16px}.callout.alert{color:#071b32;background:#ffd4b2;border:1px solid #f2ad5f;border-radius:4px}.callout a{color:#3971b2;text-decoration:none;font-weight:700}.callout a:hover{text-decoration:underline}.callout [class*=" icon-"],.callout [class^=icon-]{font-size:20px;color:#e7483a;vertical-align:middle;margin:0 12px 0 0}.close-button{width:20px;height:20px;text-align:center;font-size:18px;line-height:20px;font-weight:700;color:#071b32;margin-top:5px}.rejected-features{width:100%;text-align:left}.rejected-features-content{padding:16px 20px 0;min-height:350px}.rejected-features-row-headline{background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:2}.rejected-features-row{display:flex}.rejected-features-row+.rejected-features-row{margin-top:10px}.rejected-features-row.toggle-all-bar .discarded-or-used-icon{color:#a6aeb5}.rejected-features-row.toggle-all-bar .feature{color:#a6aeb5;cursor:default!important}.rejected-features-row.no-features-for-query{margin-top:20px;color:#a6aeb5}.rejected-features-row.no-features-for-query i{font-style:italic}.rejected-features-cell,.rejected-features-head-cell{display:inline-block;height:22px;vertical-align:top;horiz-align:center;line-height:22px}.rejected-features-cell+.rejected-features-cell,.rejected-features-cell+.rejected-features-head-cell,.rejected-features-head-cell+.rejected-features-cell,.rejected-features-head-cell+.rejected-features-head-cell{margin-left:10px}.rejected-features-cell.importance,.rejected-features-head-cell.importance{width:200px;flex-grow:0;flex-shrink:0}.rejected-features-cell.rejected,.rejected-features-head-cell.rejected{width:160px;flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.rejected-features-cell.discarded-or-used-icon,.rejected-features-head-cell.discarded-or-used-icon{width:20px;flex-grow:0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.rejected-features-cell.discarded-or-used-icon.icon-discarded,.rejected-features-head-cell.discarded-or-used-icon.icon-discarded{color:#c23030}.rejected-features-cell.discarded-or-used-icon.icon-rejected,.rejected-features-head-cell.discarded-or-used-icon.icon-rejected{color:#f38a12}.rejected-features-cell.feature-parent,.rejected-features-head-cell.feature-parent{width:0;flex-grow:1;cursor:default}.rejected-features-cell.feature-parent .feature,.rejected-features-head-cell.feature-parent .feature{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.rejected-features-cell.feature-parent .feature.discarded,.rejected-features-head-cell.feature-parent .feature.discarded{font-style:italic;color:#3a3b3d}.rejected-features-cell.bar-parent,.rejected-features-head-cell.bar-parent{width:200px}.rejected-features-head-cell{font-weight:700;-webkit-user-select:none;-ms-user-select:none;user-select:none}.datapools-wrap-table{padding:0 20px 20px}.datapools-wrap-table table{border-radius:3px;border-style:hidden;box-shadow:0 0 0 1px #dce2eb;overflow:hidden;font-weight:400}.datapools-wrap-table table thead{background:#eef0f2}.datapools-wrap-table table thead td,.datapools-wrap-table table thead th{font-size:12px;color:#3a3b3d;font-weight:700}.datapools-wrap-table table tbody tr{background:#fff}.datapools-wrap-table table tbody tr:nth-child(2n){background:#eef0f2}.datapools-wrap-table table tbody [class*=" icon-"],.datapools-wrap-table table tbody [class^=icon-]{font-size:19px;margin-left:1px;text-decoration:none;color:#a6aeb5}.datapools-wrap-table table tbody [class*=" icon-"]:hover,.datapools-wrap-table table tbody [class^=icon-]:hover{color:#3a3b3d}.datapools-wrap-table table tbody .settings--link{float:right;display:inline-block}.datapools-wrap-table table tbody .settings--link .icon-settings{display:inline-block}.datapools-wrap-table table tbody td{vertical-align:middle}.datapools-wrap-table table tbody td,.datapools-wrap-table table tbody th{padding:5px}.datapools-wrap-table table tbody .name{font-weight:500;font-size:13px}.asc_desc{position:relative;display:inline-block;padding-right:14px;cursor:pointer}.asc_desc:after,.asc_desc:before{content:"";position:absolute;right:0;top:50%;border:4px solid transparent}.asc_desc:before{margin:-9px 0 0;border-bottom-color:#cacdd2}.asc_desc:after{margin:1px 0 0;border-top-color:#cacdd2}.asc_desc:hover:before{border-bottom-color:#a6aeb5!important}.asc_desc:hover:after{border-top-color:#cacdd2!important}.asc_desc.asc{color:#3a3b3d}.asc_desc.asc:before{border-bottom-color:#224e90}.asc_desc.asc:hover:before{border-bottom-color:#224e90!important}.asc_desc.asc:hover:after{border-top-color:#a6aeb5!important}.asc_desc.desc{color:#3a3b3d}.asc_desc.desc:after{border-top-color:#224e90}.asc_desc.desc:hover:before{border-bottom-color:#a6aeb5!important}.asc_desc.desc:hover:after{border-top-color:#224e90!important}.tab-container{position:relative}.tab-container .main-tab-link{height:63.5px;border-bottom:5px solid #dce2eb}.tab-container .main-tab-link:focus{outline:none}.tab-container .main-tab-link .main-tab-text{margin:0 15px;color:#a6aeb5;font-size:14px;font-weight:400}.tab-container .main-tab-link.tab-link-active{font-weight:inherit!important}.tab-container .main-tab-link.tab-link-active .main-tab-text{color:#3a3b3d}.tab-container #underline{position:absolute;top:59px;left:0;height:5px;width:1px;border:none;padding:0;margin:0;background-color:#224e90}.container--resource{margin-top:62px}.container--resource>div{display:flex;border:1px solid #ddd;border-radius:4px}.container--resource>div>div:last-of-type{width:100%;min-height:calc(100vh - 150px);height:100%;padding:20px 15px;background:#fff;border-top-right-radius:4px;border-bottom-right-radius:4px;overflow-x:auto}.container--resource .orchestration-tab-link .orchestration-tab-icon{color:#585858;margin:0 10px}.container--resource .orchestration-tab-link>a{display:flex;align-items:center;text-decoration:none;color:unset;font-size:12px;padding:17px 12px}.container--resource .orchestration-tab-link:focus{outline:none}.container--resource .orchestration-tab-link.tab-link-active{font-weight:700;background:#224e90;color:#fff}.container--resource .orchestration-tab-link.tab-link-active .orchestration-tab-icon{color:#fff}.container--resource .orchestration-tab-link.border-top{border-top:1px solid #dce2eb}.MainContainer.Orchestration .Orchestration--content{padding:20px 15px;height:100%;overflow-y:auto;position:relative;display:flex;flex-direction:column}.MainContainer.Orchestration .Orchestration--content .Orchestration--inner-content{flex-grow:1}.MainContainer.Orchestration .Orchestration--content .Orchestration--inner-content.not-scrollable{height:100%}.MainContainer.Orchestration .orchestration-queue-parent{border-top-right-radius:4px;border-bottom-right-radius:4px}.MainContainer.Orchestration .orchestration-queue-parent .queue-headline{font-size:15px;font-weight:400;display:block}.MainContainer.Orchestration .orchestration-queue-parent .queue-headline.queue-headline--execution{margin:0 5px 10px}.MainContainer.Orchestration .orchestration-queue-parent .queue-headline.queue-headline--augur{margin:20px 5px 10px}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue{display:flex;flex-wrap:wrap}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .queue-info,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .queue-info{margin-left:5px}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .process-order-bar,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .process-order-bar{display:flex;align-items:flex-end;font-weight:600;color:grey;-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;margin-bottom:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card{border:1px solid #cacaca;margin:5px;border-radius:10px;width:293px;padding:10px;background:#fff}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card hr,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card hr{height:0;border:0;border-bottom:1px solid #cacaca;clear:both;margin:7px -10px}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .card-header,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .card-header{font-weight:700;text-transform:capitalize}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper{border:1px solid #d3d3d3;background:hsla(0,0%,75.7%,.6196078431);padding:5px;border-radius:4px;margin:5px 0;text-transform:capitalize}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-header,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-header{font-weight:700}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card{background:#fff;display:flex;margin:10px 5px;height:40px;border-radius:20px;align-items:center;padding:4px;font-size:.8rem}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card .job-class,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card .job-class{font-weight:700}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span{display:flex;align-items:center;cursor:default}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot{height:30px;width:30px;background-color:grey;border-radius:50%;margin-right:10px;background-color:#999}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot.executed,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot.executed{background-color:#87c333}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot.executing,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot.executing{background-color:#33abc3}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot.waiting,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot.waiting{background-color:#999}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot.waiting-in-execution-queue,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot.waiting-in-execution-queue{background-color:#e4c23c}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot.triggered,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot.triggered{background-color:#9f7fe4}.MainContainer.Orchestration .orchestration-queue-parent .orchestration-execution-queue .job-card .queue-card-wrapper .queue-card span.dot.error,.MainContainer.Orchestration .orchestration-queue-parent .orchestration-job-queue .job-card .queue-card-wrapper .queue-card span.dot.error{background-color:#e4823c}.MainContainer.Orchestration .jobconfigs-parent .configmap:not(:first-child){margin-top:30px}.MainContainer.Orchestration .jobconfigs-parent .configmap .configmap-headline{margin:0 5px 10px;font-size:15px;font-weight:400;display:block}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table tbody tr:hover{background-color:#eef2f6}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table tbody tr:hover .cm-edit-icon{display:inline}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .td-key{width:1px;cursor:default}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .td-value{cursor:pointer}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-edit-icon{stroke:#3a3b3d;margin:-2px 5px;display:none;vertical-align:text-top}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-input-parent{display:flex;align-items:center;max-height:24px}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-input-parent .cm-input{font-size:13px;height:24px;max-width:300px}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-input-parent .cm-input-cancel,.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-input-parent .cm-input-ok{margin-left:5px}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-input-parent .busy{height:40px!important;margin-left:5px;fill:#dce2eb}.MainContainer.Orchestration .jobconfigs-parent .configmap .cm-table .cm-row .cm-input-parent .busy svg{height:40px!important}.inline-icon-ok{stroke:#9fd356}.inline-icon-cancel{stroke:#ec3d3d}.rst__virtualScrollOverride{overflow:auto!important}.rst__virtualScrollOverride *{box-sizing:border-box}.ReactVirtualized__Grid__innerScrollContainer{overflow:visible!important}.rst__rtl .ReactVirtualized__Grid__innerScrollContainer{direction:rtl}.ReactVirtualized__Grid{outline:none}.rst__node{min-width:100%;white-space:nowrap;position:relative;text-align:left}.rst__node.rst__rtl{text-align:right}.rst__nodeContent{position:absolute;top:0;bottom:0}.rst__absoluteLineBlock,.rst__lineBlock{height:100%;position:relative;display:inline-block}.rst__absoluteLineBlock{position:absolute;top:0}.rst__lineFullVertical:after,.rst__lineHalfHorizontalRight:before,.rst__lineHalfVerticalBottom:after,.rst__lineHalfVerticalTop:after{position:absolute;content:"";background-color:#224e90}.rst__lineHalfHorizontalRight:before{height:1px;top:50%;right:0;width:50%}.rst__rtl.rst__lineHalfHorizontalRight:before{left:0;right:auto}.rst__lineFullVertical:after,.rst__lineHalfVerticalBottom:after,.rst__lineHalfVerticalTop:after{width:1px;left:50%;top:0;height:100%}.rst__rtl.rst__lineFullVertical:after,.rst__rtl.rst__lineHalfVerticalBottom:after,.rst__rtl.rst__lineHalfVerticalTop:after{right:50%;left:auto}.rst__lineHalfVerticalTop:after{height:50%}.rst__lineHalfVerticalBottom:after{top:auto;bottom:0;height:50%}.rst__highlightLineVertical{z-index:3}.rst__highlightLineVertical:before{position:absolute;content:"";background-color:#a6aeb5;width:8px;margin-left:-4px;left:50%;top:0;height:100%}.rst__rtl.rst__highlightLineVertical:before{margin-left:0;margin-right:-4px;left:auto;right:50%}@-webkit-keyframes arrow-pulse{0%{-webkit-transform:translate(0);transform:translate(0);opacity:0}30%{-webkit-transform:translateY(300%);transform:translateY(300%);opacity:1}70%{-webkit-transform:translateY(700%);transform:translateY(700%);opacity:1}to{-webkit-transform:translateY(1000%);transform:translateY(1000%);opacity:0}}@keyframes arrow-pulse{0%{-webkit-transform:translate(0);transform:translate(0);opacity:0}30%{-webkit-transform:translateY(300%);transform:translateY(300%);opacity:1}70%{-webkit-transform:translateY(700%);transform:translateY(700%);opacity:1}to{-webkit-transform:translateY(1000%);transform:translateY(1000%);opacity:0}}.rst__highlightLineVertical:after{content:"";position:absolute;height:0;margin-left:-4px;left:50%;top:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff;-webkit-animation:arrow-pulse 1s linear infinite both;animation:arrow-pulse 1s linear infinite both}.rst__rtl.rst__highlightLineVertical:after{margin-left:0;margin-right:-4px;right:50%;left:auto}.rst__highlightTopLeftCorner:before{z-index:3;content:"";position:absolute;border-top:8px solid #a6aeb5;border-left:8px solid #a6aeb5;box-sizing:border-box;height:calc(50% + 4px);top:50%;margin-top:-4px;right:0;width:calc(50% + 4px)}.rst__rtl.rst__highlightTopLeftCorner:before{border-right:8px solid #a6aeb5;border-left:none;left:0;right:auto}.rst__highlightBottomLeftCorner{z-index:3}.rst__highlightBottomLeftCorner:before{content:"";position:absolute;border-bottom:8px solid #a6aeb5;border-left:8px solid #a6aeb5;box-sizing:border-box;height:calc(100% + 4px);top:0;right:12px;width:calc(50% - 8px)}.rst__rtl.rst__highlightBottomLeftCorner:before{border-right:8px solid #a6aeb5;border-left:none;left:12px;right:auto}.rst__highlightBottomLeftCorner:after{content:"";position:absolute;height:0;right:0;top:100%;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #a6aeb5}.rst__rtl.rst__highlightBottomLeftCorner:after{left:0;right:auto;border-right:12px solid #a6aeb5;border-left:none}.rst__rowWrapper{padding:10px 10px 10px 0;height:100%;box-sizing:border-box}.rst__rtl.rst__rowWrapper{padding:10px 0 10px 10px}.rst__row{height:100%;white-space:nowrap;display:flex}.rst__row>*{box-sizing:border-box}.rst__rowCancelPad,.rst__rowLandingPad{border:none!important;box-shadow:none!important;outline:none!important}.rst__rowCancelPad>*,.rst__rowLandingPad>*{opacity:0!important}.rst__rowCancelPad:before,.rst__rowLandingPad:before{background-color:#eef4df;border:1px solid #9fd356;content:"";position:absolute;top:10px;right:10px;bottom:10px;left:0;z-index:-1}.rst__rowCancelPad:before{background-color:#f4e9e9;border:1px solid #ec3d3d}.rst__rowSearchMatch{outline:3px solid #0080ff}.rst__rowSearchFocus{outline:3px solid #fc6421}.rst__moveHandle,.rst__rowContents,.rst__rowLabel,.rst__rowToolbar,.rst__toolbarButton{display:inline-block;vertical-align:middle}.rst__rowContents{position:relative;height:100%;border:1px solid #a6aeb5;border-left:none;padding:0 5px 0 10px;min-width:230px;flex:1 0 auto;display:flex;align-items:center;justify-content:space-between;background-color:#eef0f2}.rst__rtl.rst__rowContents{border-right:none;border-left:1px solid #bbb;padding:0 10px 0 5px}.rst__rowContentsDragDisabled{border-left:1px solid #bbb}.rst__rtl.rst__rowContentsDragDisabled{border-right:1px solid #bbb;border-left:1px solid #bbb}.rst__rowLabel{flex:0 1 auto}.rst__rtl.rst__rowLabel{padding-left:20px;padding-right:inherit}.rst__rowToolbar{flex:0 1 auto;display:flex}.rst__loadingHandle,.rst__moveHandle{height:100%;width:44px;background:#6aa0eb url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSI+PHBhdGggZD0iTTE0IDE1LjdoMTQuNE0xNCAyMS40aDE0LjRNMTQgMjcuMWgxNC40Ii8+PC9nPjwvc3ZnPg==") no-repeat 50%;border:1px solid #224e90;cursor:move;z-index:1}.rst__loadingHandle{cursor:default;background:#d9d9d9}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.rst__loadingCircle{width:80%;height:80%;margin:10%;position:relative}.rst__loadingCirclePoint{width:100%;height:100%;position:absolute;left:0;top:0}.rst__rtl.rst__loadingCirclePoint{right:0;left:auto}.rst__loadingCirclePoint:before{content:"";display:block;margin:0 auto;width:11%;height:30%;background-color:#fff;border-radius:30%;-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both}.rst__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.rst__loadingCirclePoint:first-of-type:before,.rst__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.rst__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.rst__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.rst__loadingCirclePoint:nth-of-type(2):before,.rst__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.rst__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.rst__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.rst__loadingCirclePoint:nth-of-type(3):before,.rst__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.rst__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rst__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rst__loadingCirclePoint:nth-of-type(4):before,.rst__loadingCirclePoint:nth-of-type(10):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.rst__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.rst__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.rst__loadingCirclePoint:nth-of-type(5):before,.rst__loadingCirclePoint:nth-of-type(11):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.rst__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.rst__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.rst__loadingCirclePoint:nth-of-type(6):before,.rst__loadingCirclePoint:nth-of-type(12):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.rst__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rst__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.rst__loadingCirclePoint:nth-of-type(7):before,.rst__loadingCirclePoint:nth-of-type(13):before{-webkit-animation-delay:0ms;animation-delay:0ms}.rst__rowTitle{font-weight:700}.rst__rowTitle,.rst__rowTitleWithSubtitle{font-size:14px;display:block}.rst__rowSubtitle{font-size:14px;line-height:1}.rst__collapseButton,.rst__expandButton{-webkit-appearance:none;appearance:none;border:none;position:absolute;border-radius:100%;width:16px;height:16px;padding:0;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer}.rst__rtl.rst__collapseButton,.rst__rtl.rst__expandButton{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.rst__collapseButton:focus,.rst__expandButton:focus{outline:none}.rst__collapseButton:hover:not(:active),.rst__expandButton:hover:not(:active){background-size:24px;height:20px;width:20px}.rst__collapseButton{background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNNC41IDloOSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjEuOSIvPjwvc3ZnPg==") no-repeat 50%}.rst__expandButton{background:#fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIGZpbGw9IiNGRkYiLz48ZyBzdHJva2U9IiM5ODk4OTgiIHN0cm9rZS13aWR0aD0iMS45Ij48cGF0aCBkPSJNNC41IDloOU05IDQuNXY5Ii8+PC9nPjwvc3ZnPg==") no-repeat 50%}.rst__lineChildren{height:100%;display:inline-block;position:absolute}.rst__lineChildren:after{content:"";position:absolute;background-color:#224e90;width:1px;left:50%;bottom:0;height:10px}.rst__rtl.rst__lineChildren:after{right:50%;left:auto}.rst__placeholder{position:relative;height:68px;max-width:300px;padding:10px}.rst__placeholder,.rst__placeholder>*{box-sizing:border-box}.rst__placeholder:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;z-index:-1}.rst__placeholderCancelPad,.rst__placeholderLandingPad{border:none!important;box-shadow:none!important;outline:none!important}.rst__placeholderCancelPad *,.rst__placeholderLandingPad *{opacity:0!important}.rst__placeholderCancelPad:before,.rst__placeholderLandingPad:before{background-color:#eef4df;border:1px solid #9fd356}.rst__placeholderCancelPad:before{background-color:#f4e9e9;border:1px solid #ec3d3d}.ReactVirtualized__Table__headerRow{font-weight:700;text-transform:uppercase}.ReactVirtualized__Table__headerRow,.ReactVirtualized__Table__row{display:flex;flex-direction:row;align-items:center}.ReactVirtualized__Table__headerTruncatedText{display:inline-block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ReactVirtualized__Table__headerColumn,.ReactVirtualized__Table__rowColumn{margin-right:10px;min-width:0}.ReactVirtualized__Table__rowColumn{text-overflow:ellipsis;white-space:nowrap}.ReactVirtualized__Table__headerColumn:first-of-type,.ReactVirtualized__Table__rowColumn:first-of-type{margin-left:10px}.ReactVirtualized__Table__sortableHeaderColumn{cursor:pointer}.ReactVirtualized__Table__sortableHeaderIconContainer{display:flex;align-items:center}.ReactVirtualized__Table__sortableHeaderIcon{flex:0 0 24px;height:1em;width:1em;fill:currentColor}.rw-btn,.rw-dropdown-list-autofill,.rw-filter-input,.rw-input,.rw-input-reset{color:inherit;padding:0;margin:0;border:none;box-shadow:none;background:none;background-image:none;font-family:inherit;font-size:inherit;line-height:inherit;touch-action:manipulation}.rw-btn::-moz-focus-inner{padding:0;border:0}select.rw-dropdown-list-autofill,select.rw-filter-input,select.rw-input{text-transform:none}html input[type=button].rw-dropdown-list-autofill,html input[type=button].rw-filter-input,html input[type=button].rw-input{-webkit-appearance:button;cursor:pointer}textarea.rw-dropdown-list-autofill,textarea.rw-filter-input,textarea.rw-input{overflow:auto;resize:vertical}button[disabled].rw-dropdown-list-autofill,button[disabled].rw-filter-input,button[disabled].rw-input,fieldset[disabled] .rw-dropdown-list-autofill,fieldset[disabled] .rw-filter-input,fieldset[disabled] .rw-input,html input[disabled].rw-dropdown-list-autofill,html input[disabled].rw-filter-input,html input[disabled].rw-input{cursor:not-allowed}button.rw-dropdown-list-autofill::-moz-focus-inner,button.rw-filter-input::-moz-focus-inner,button.rw-input::-moz-focus-inner,input.rw-dropdown-list-autofill::-moz-focus-inner,input.rw-filter-input::-moz-focus-inner,input.rw-input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}@font-face{font-family:"RwWidgets";font-weight:400;font-style:normal;src:url(/static/media/rw-widgets.2aad0e87.eot);src:url(/static/media/rw-widgets.2aad0e87.eot) format("embedded-opentype"),url(/static/media/rw-widgets.d7232bf8.woff) format("woff"),url(/static/media/rw-widgets.1c58990c.ttf) format("truetype"),url(/static/media/rw-widgets.e8b49908.svg) format("svg")}.rw-i{display:inline-block;color:inherit;font-family:RwWidgets;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.rw-i-caret-down:before{content:""}.rw-i-caret-up:before{content:""}.rw-i-chevron-left:before{content:""}.rw-i-chevron-right:before{content:""}.rw-i-clock-o:before{content:""}.rw-i-calendar:before{content:""}.rw-i-search:before{content:""}.rw-btn{position:relative;color:#333;display:inline-block;text-align:center;vertical-align:middle;border:1px solid transparent;cursor:pointer;outline:none}.rw-state-disabled .rw-btn,.rw-state-readonly .rw-btn{cursor:not-allowed}.rw-btn-select{opacity:.75;transition:opacity .15s ease-in}.rw-btn-select:hover,.rw-state-focus .rw-btn-select,:hover>.rw-btn-select{opacity:1}.rw-btn-primary{width:100%;white-space:normal;line-height:2em}.rw-btn-primary:hover{background-color:#e6e6e6}.rw-btn-primary[disabled],.rw-btn-select[disabled],fieldset[disabled] .rw-btn-primary,fieldset[disabled] .rw-btn-select{box-shadow:none;cursor:not-allowed;opacity:.65;pointer-events:none}.rw-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.rw-widget{background-clip:border-box;border:none;color:#333;font-size:1em;font-family:inherit;outline:none;position:relative}.rw-widget,.rw-widget *,.rw-widget:after,.rw-widget :after,.rw-widget:before,.rw-widget :before{box-sizing:border-box}.rw-widget>.rw-widget-container{width:100%;margin:0}.rw-widget-container{background-color:#fff;border:1px solid #cacaca;border-radius:4px}.rw-state-focus>.rw-widget-container,.rw-state-focus>.rw-widget-container:hover,.rw-widget-container.rw-state-focus,.rw-widget-container.rw-state-focus:hover{background-color:#fff;border-color:1px solid #8a8a8a}.rw-state-readonly>.rw-widget-container,.rw-widget-container.rw-state-readonly{cursor:not-allowed}.rw-state-disabled>.rw-widget-container,.rw-state-disabled>.rw-widget-container:active,.rw-state-disabled>.rw-widget-container:hover,.rw-widget-container.rw-state-disabled,.rw-widget-container.rw-state-disabled:active,.rw-widget-container.rw-state-disabled:hover,fieldset[disabled] .rw-widget-container,fieldset[disabled] .rw-widget-container:active,fieldset[disabled] .rw-widget-container:hover{box-shadow:none;cursor:not-allowed}.rw-widget-picker{position:relative;overflow:hidden;border-collapse:separate;display:inline-table;height:46px;border:1px solid #bbb;border-radius:3px}.rw-widget-picker>*{position:relative;border:none;outline:none;width:100%;height:100%;display:table-cell}.rw-widget-picker>.rw-select{width:1%;white-space:nowrap}.rw-open>.rw-widget-picker{border-bottom-right-radius:0;border-bottom-left-radius:0}.rw-open-up>.rw-widget-picker{border-top-right-radius:0;border-top-left-radius:0}.rw-state-disabled>.rw-widget-picker,fieldset[disabled] .rw-widget-picker{background-color:#eee}.rw-multiselect>.rw-widget-picker{height:auto}.rw-select{cursor:pointer}.rw-select>*{width:1.9em;height:100%}.rw-state-disabled .rw-select,.rw-state-readonly .rw-select{cursor:not-allowed}.rw-select-bordered{cursor:pointer;border:none;border-left:1px solid #cacaca}.rw-state-disabled .rw-select-bordered,.rw-state-disabled .rw-select-bordered:active,.rw-state-disabled .rw-select-bordered:hover,.rw-state-readonly .rw-select-bordered,.rw-state-readonly .rw-select-bordered:active,.rw-state-readonly .rw-select-bordered:hover,fieldset[disabled] .rw-select-bordered,fieldset[disabled] .rw-select-bordered:active,fieldset[disabled] .rw-select-bordered:hover{cursor:not-allowed;background-color:inherit;background-image:none;box-shadow:none}.rw-rtl .rw-select-bordered{border-right:1px solid #cacaca;border-left:none}.rw-rtl{direction:rtl}.rw-dropdown-list-autofill,.rw-filter-input,.rw-input,.rw-input-reset{outline:0}.rw-dropdown-list-autofill::-moz-placeholder,.rw-filter-input::-moz-placeholder,.rw-input-reset::-moz-placeholder,.rw-input::-moz-placeholder{color:#999;opacity:1}.rw-dropdown-list-autofill:-ms-input-placeholder,.rw-filter-input:-ms-input-placeholder,.rw-input-reset:-ms-input-placeholder,.rw-input:-ms-input-placeholder{color:#999}.rw-dropdown-list-autofill::-webkit-input-placeholder,.rw-filter-input::-webkit-input-placeholder,.rw-input-reset::-webkit-input-placeholder,.rw-input::-webkit-input-placeholder{color:#999}.rw-dropdown-list-autofill,.rw-filter-input,.rw-input{color:#0a0a0a;padding:0 .857em;background-color:#fff}.rw-input[type=text]::-ms-clear,[type=text].rw-dropdown-list-autofill::-ms-clear,[type=text].rw-filter-input::-ms-clear{display:none}.rw-input[disabled],[disabled].rw-dropdown-list-autofill,[disabled].rw-filter-input,fieldset[disabled] .rw-dropdown-list-autofill,fieldset[disabled] .rw-filter-input,fieldset[disabled] .rw-input{box-shadow:none;cursor:not-allowed;opacity:1;background-color:#eee;border-color:1px solid #cacaca}.rw-input[readonly],[readonly].rw-dropdown-list-autofill,[readonly].rw-filter-input{cursor:not-allowed}.rw-i.rw-loading{display:block;min-width:16px;width:1.9em;height:16px}.rw-i.rw-loading:before{content:""}.rw-placeholder{color:#999}.rw-detect-autofill:-webkit-autofill{-webkit-animation-name:react-widgets-autofill-start;animation-name:react-widgets-autofill-start;-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}.rw-detect-autofill:not(:-webkit-autofill){-webkit-animation-name:react-widgets-autofill-cancel;animation-name:react-widgets-autofill-cancel}.rw-dropdown-list-autofill:-webkit-autofill,.rw-filter-input:-webkit-autofill,.rw-input:-webkit-autofill,.rw-webkit-autofill .rw-widget-container{background-color:#faffbd!important;background-image:none!important;color:#000!important}.rw-filter-input:focus,.rw-filter-input:hover,.rw-widget-input:focus,.rw-widget-input:hover{border:none}.rw-list{margin:0;padding:0;list-style:none;font-size:1em;outline:0;overflow:auto;max-height:200px}.rw-list-option{-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#333;cursor:pointer;border:1px solid transparent}.rw-list-option.rw-state-focus,.rw-list-option.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-list-option:hover,.rw-list-option:hover.rw-state-focus{background-color:#e6e6e6;border-color:#e6e6e6;color:#333}.rw-list-option.rw-state-selected,.rw-list-option.rw-state-selected:hover{background-color:#337ab7;border-color:#337ab7;color:#fff}.rw-list-option.rw-state-disabled,.rw-list-option.rw-state-readonly,fieldset[disabled] .rw-list-option{box-shadow:none;cursor:not-allowed;color:#999;opacity:.7}.rw-list-option.rw-state-disabled:hover,.rw-list-option.rw-state-readonly:hover,fieldset[disabled] .rw-list-option:hover{background:none;border-color:transparent}.rw-list-empty,.rw-list-optgroup,.rw-list-option{padding:.143em .75em;outline:0}.rw-list-optgroup{font-weight:700;padding-top:7px}.rw-list-option-create{border-top:1px solid #ccc}.rw-dropdown-list-autofill{padding:0}.rw-dropdown-list-input{background-color:transparent;vertical-align:middle;padding-right:0;max-width:1px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rw-rtl .rw-dropdown-list-input{padding-right:.857em;padding-left:0}.rw-filter-input{position:relative;margin:4px;padding-right:0}.rw-filter-input .rw-rtl{padding-right:.857em;padding-left:0}.rw-filter-input .rw-btn,.rw-filter-input .rw-select{opacity:.75;cursor:text}.rw-filter-input>.rw-select,.rw-filter-input>.rw-select:active,.rw-filter-input>.rw-select:hover{background:none;cursor:auto;box-shadow:none}.rw-number-picker .rw-btn{cursor:pointer;height:calc(1.2145em - 1px);margin-top:-1px\9;height:1.2145em\9;line-height:1.2145em;line-height:calc(1.2145em - 1px);display:block;border:none}.rw-state-disabled .rw-number-picker .rw-btn,.rw-state-disabled .rw-number-picker .rw-btn:active,.rw-state-disabled .rw-number-picker .rw-btn:hover,.rw-state-readonly .rw-number-picker .rw-btn,.rw-state-readonly .rw-number-picker .rw-btn:active,.rw-state-readonly .rw-number-picker .rw-btn:hover,fieldset[disabled] .rw-number-picker .rw-btn,fieldset[disabled] .rw-number-picker .rw-btn:active,fieldset[disabled] .rw-number-picker .rw-btn:hover{cursor:not-allowed;background-color:inherit;background-image:none;box-shadow:none}.rw-number-picker .rw-select{vertical-align:middle}.rw-number-picker .rw-select,.rw-number-picker .rw-select:active,.rw-number-picker .rw-select:hover{box-shadow:none}.rw-calendar-popup{right:auto;min-width:0;width:18em}.rw-calendar{border-radius:4px;background-color:#fff;border:1px solid #ccc;overflow:hidden}.rw-calendar.rw-popup{border-color:#ccc}.rw-calendar-now{font-weight:700}.rw-calendar-btn-left,.rw-calendar-btn-right{width:12.5%}.rw-calendar-btn-view{width:75%}.rw-calendar-footer{border-top:1px solid #cacaca}.rw-calendar-grid{outline:none;height:200/14em;table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;background-color:#fff}.rw-head-cell{border-bottom:1px solid #cacaca}.rw-cell,.rw-head-cell{text-align:center;padding:.25em}.rw-cell{color:#333;border-radius:0;cursor:pointer;line-height:normal;border:1px solid transparent}.rw-cell:hover{background-color:#e6e6e6;border-color:#e6e6e6;color:#333}.rw-cell.rw-state-focus,.rw-cell.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-cell.rw-state-selected,.rw-cell.rw-state-selected:hover{background-color:#337ab7;border-color:#337ab7;color:#fff}.rw-cell.rw-state-disabled{color:#999;opacity:.7}.rw-cell.rw-state-disabled:hover{background:none;border-color:transparent}.rw-calendar-month .rw-cell{text-align:center}.rw-cell-off-range{color:#999}.rw-calendar-transition-group{position:relative}.rw-calendar-transition{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;overflow:hidden}.rw-calendar-transition-top{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.rw-calendar-transition-bottom{-webkit-transform:translateY(100%);transform:translateY(100%)}.rw-calendar-transition-right{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rw-calendar-transition-left{-webkit-transform:translateX(100%);transform:translateX(100%)}.rw-calendar-transition-entered.rw-calendar-transition-bottom,.rw-calendar-transition-entered.rw-calendar-transition-top,.rw-calendar-transition-entering.rw-calendar-transition-bottom,.rw-calendar-transition-entering.rw-calendar-transition-top{-webkit-transform:translateY(0);transform:translateY(0)}.rw-calendar-transition-entered.rw-calendar-transition-left,.rw-calendar-transition-entered.rw-calendar-transition-right,.rw-calendar-transition-entering.rw-calendar-transition-left,.rw-calendar-transition-entering.rw-calendar-transition-right{-webkit-transform:translateX(0);transform:translateX(0)}.rw-calendar-transition-exiting.rw-calendar-transition-top{-webkit-transform:translateY(100%);transform:translateY(100%)}.rw-calendar-transition-exiting.rw-calendar-transition-bottom{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.rw-calendar-transition-exiting.rw-calendar-transition-right{-webkit-transform:translateX(100%);transform:translateX(100%)}.rw-calendar-transition-exiting.rw-calendar-transition-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rw-select-list{overflow:auto;position:relative}.rw-select-list .rw-list{max-height:none;font-size:1em}.rw-select-list-label{display:block;position:relative;font-weight:400;cursor:inherit;padding-left:20px;margin:0}.rw-rtl .rw-select-list-label{padding-left:0;padding-right:20px}input.rw-select-list-input{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:.1em/9;margin:0;line-height:normal;cursor:inherit}.rw-rtl input.rw-select-list-input{left:auto;right:0}.rw-loading-mask{content:"";position:absolute;background-color:#fff;border-radius:4px;opacity:.7;top:0;left:0;height:100%;width:100%}.rw-multiselect{cursor:text}.rw-multiselect .rw-dropdown-list-autofill,.rw-multiselect .rw-filter-input,.rw-multiselect .rw-input,.rw-multiselect .rw-input-reset{height:calc(2.429em - 2px);margin-top:-2px\9;height:2.429em\9;border-width:0;width:auto;max-width:100%;padding:0 .857em}.rw-multiselect .rw-select{vertical-align:middle}.rw-multiselect .rw-select,.rw-multiselect .rw-select:active,.rw-multiselect .rw-select:hover{box-shadow:none;background:none}.rw-multiselect-taglist{margin:0;padding:0;list-style:none;display:inline-block;vertical-align:0;outline:none}.rw-multiselect-tag{display:inline-table;color:inherit;padding:0 .35em;margin-left:calc(.27934em - 1px);margin-top:calc(.27934em - 1px);height:1.87033em;border-radius:3px;background-color:#eee;border:1px solid #ccc;cursor:default;vertical-align:top;text-align:center;overflow:hidden;max-width:100%}.rw-multiselect-tag>*{display:table-cell;vertical-align:middle;height:100%}.rw-rtl .rw-multiselect-tag{margin-left:0;margin-right:calc(.27934em - 1px);padding:0 .35em}.rw-multiselect-tag.rw-state-focus,.rw-multiselect-tag.rw-state-focus:hover{background-color:transparent;border-color:#66afe9;color:#333}.rw-multiselect-tag.rw-state-disabled,.rw-multiselect-tag.rw-state-readonly,.rw-state-disabled .rw-multiselect-tag,.rw-state-readonly .rw-multiselect-tag,fieldset[disabled] .rw-multiselect-tag{cursor:not-allowed}.rw-multiselect-tag.rw-state-disabled,.rw-state-disabled .rw-multiselect-tag,fieldset[disabled] .rw-multiselect-tag{opacity:.65}fieldset[disabled] .rw-multiselect-tag{box-shadow:none;cursor:not-allowed}.rw-multiselect-tag-btn{color:inherit;margin-left:.25em}.rw-rtl .rw-multiselect-tag-btn{margin-left:0;margin-right:.25em}.rw-autocomplete .rw-select{position:absolute;display:block;width:auto;top:0;bottom:0;right:0}.rw-popup-container{position:absolute;z-index:1005;top:100%;left:-6px;right:-6px}.rw-popup-container.rw-dropup{top:auto;bottom:100%}.rw-state-focus .rw-popup-container{z-index:1006}.rw-popup-transition{width:100%;margin-bottom:6px;padding:0 6px}.rw-dropup>.rw-popup-transition{margin-bottom:0;margin-top:6px}.rw-popup{border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-shadow:0 5px 6px rgba(0,0,0,.2);border:1px solid #ccc;background:#fff}.rw-dropup .rw-popup{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-right-radius:3px;border-top-left-radius:3px;box-shadow:0 -2px 6px rgba(0,0,0,.2)}.rw-popup-transition{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.rw-popup-transition-entering{overflow:hidden}.rw-popup-transition-entering .rw-popup-transition{-webkit-transform:translateY(0);transform:translateY(0);transition-timing-function:ease-out}.rw-popup-transition-exiting .rw-popup-transition{transition-timing-function:ease-in}.rw-popup-transition-exited,.rw-popup-transition-exiting{overflow:hidden}.rw-popup-transition-exited .rw-popup-transition,.rw-popup-transition-exiting .rw-popup-transition{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.rw-popup-transition-exited.rw-dropup .rw-popup-transition,.rw-popup-transition-exiting.rw-dropup .rw-popup-transition{-webkit-transform:translateY(100%);transform:translateY(100%)}.rw-popup-transition-exited{display:none}.rw-state-disabled{box-shadow:none;cursor:not-allowed}.multi-col-select table{width:100%;table-layout:fixed}.multi-col-select table td{height:36px;padding:10px;white-space:nowrap}.multi-col-select table td.td-checkbox{width:36px;padding:8px}.multi-col-select table td.td-name,.multi-col-select table td .td-type{width:auto}.multi-col-select .checkbox-item{position:relative;cursor:pointer}.multi-col-select .checkbox-item .mark-input{position:absolute;opacity:0;height:0;width:0}.multi-col-select .checkbox-item .mark-input:checked~.mark:after{display:block}.multi-col-select .checkbox-item .mark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #eee;border-radius:4px}.multi-col-select .checkbox-item .mark:hover{background-color:#ccc}.multi-col-select .checkbox-item .mark:after{content:"";position:absolute;display:none;left:6px;top:0;width:8px;height:14px;border:solid #00008b;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.multi-col-select .warning-container{display:flex}.multi-col-select .warning-container .warn-icon{margin-right:5px;stroke:#ec3d3d}.multi-col-select .error-line{margin-top:0;margin-bottom:6px}.statistics-container{padding:20px 10px 15px;position:relative;height:100%}.Orchestration--content{border-top-right-radius:4px;border-bottom-right-radius:4px;position:relative}.Orchestration--content .queue-header{padding:0 0 10px}.Orchestration--content .queue-header .queue-header-list{display:flex}.Orchestration--content .queue-header .queue-header-list .queue-header-button{display:flex;align-items:center;padding:11px 20px}.Orchestration--content .queue-header .queue-header-list .queue-header-button .queue-header-icon{margin-right:6px}.Orchestration--content .queue-header .queue-header-list .refresh-item{display:inline-block;margin-left:auto}.Orchestration--content .queue-content{height:100%;margin-top:10px}.pre-queue-container{height:100%;padding-top:15px}.pre-queue-container .pre-queue-header{display:grid;grid-template-columns:2fr 1fr 170px 40px 80px;grid-gap:10px;gap:10px;width:100%}.realtime-container .realtime-headline{margin:0 5px 10px;font-size:15px;font-weight:400;display:block}.MainContainer.Orchestration .JobHistory--Header{display:grid;grid-template-columns:2fr 1fr 170px 40px 170px 80px;grid-gap:10px;gap:10px;width:100%;position:-webkit-sticky;position:sticky;top:0;padding:10px 0;background-color:#fff;z-index:100}.orch-page-parent .history-container{height:100%;border-top-right-radius:4px;border-bottom-right-radius:4px}.orch-page-parent .history-container.history-empty{position:absolute;margin-top:53px;width:calc(100% - 30px);height:calc(100% - 83px);display:flex;align-items:center;justify-content:center}.orch-page-parent .history-container.history-empty .history-empty-elements{display:flex;flex-direction:column;text-align:center}.orch-page-parent .history-container.history-empty .history-empty-elements .history-empty-pic{width:107px;height:107px;margin:0 auto 25px;background:url(/static/media/historyEmpty.e117bac9.png) no-repeat;background-size:cover}.orch-page-parent .history-container.history-empty .history-empty-elements .headline{font-size:18px;font-weight:400;padding:0 0 15px}.orch-page-parent .history-container.history-empty .history-empty-elements .description{font-size:14px;color:#a6aeb5}.MainContainer.Orchestration .JobGroups--Header-paging{display:flex;align-items:center;width:100%}.MainContainer.Orchestration .JobGroups--Header-paging .JobGroups--Button{margin-left:auto;margin-right:10px}.MainContainer.Orchestration .JobGroups--Header{display:grid;grid-template-columns:2fr 1fr 40px 160px;grid-gap:10px;gap:10px;width:100%;position:-webkit-sticky;position:sticky;top:0;padding:10px 0;background-color:#fff;z-index:100}.MainContainer.Orchestration .AddSchedule .form-row-job-group .form--left{float:none}.MainContainer.Orchestration .AddSchedule .form-row-job-group .form--right{float:none;width:100%;margin-left:60px}.JobPicker .Wizard--inner{max-width:unset}.JobPicker .job-picker-habitat .augurs--item--content{cursor:default}.JobPicker .job-picker-habitat .augurs--item--content:hover .augurs--item--title,.JobPicker .job-picker-habitat .augurs--item--content:hover .datapools--item--title{text-decoration:none}.JobPicker .job-picker-habitat .inline-list--item,.JobPicker .job-picker-habitat .inline-list--item.active{cursor:pointer}.JobPicker .job-picker-habitat .inline-list--item:last-child{border-right:1px solid #dce2eb}.JobPicker .job-picker-habitat .job-picker-button-list{margin:-3px auto;display:flex}.JobPicker .job-picker-habitat .job-picker-button-list .job-picker-li{flex:none;margin-left:5px}.JobPicker .job-picker-habitat .job-picker-button-list .job-picker-li:first-child{margin:0 0 0 auto}.JobPicker .job-picker-habitat .job-picker-button-list .job-picker-li .job-picker-button{display:block;padding:4px 12px}.JobPicker .job-picker-habitat .datapools-wrap-table{padding:0 11px 20px}.JobPicker .job-picker-habitat .datapools-wrap-table .job-picker-button-list{margin:0 auto}.JobPicker .job-picker-habitat .datapools-wrap-table td{padding:6px 12px 7px;cursor:default}.JobPicker .job-picker-habitat .code-capsules{margin:10px;border:1px solid #dce2eb;border-radius:3px}.Orchestration--content.Orchestration--JobDetails{overflow-x:hidden}.Orchestration--content.Orchestration--JobDetails .job-details-header{margin-bottom:10px;display:flex;align-items:center}.Orchestration--content.Orchestration--JobDetails .job-details-header .back-button-container{flex-grow:1}.Orchestration--content.Orchestration--JobDetails .job-details-header .top-button-container{display:flex;flex-direction:row-reverse}.Orchestration--content.Orchestration--JobDetails .job-details-header .top-button-container .button{display:flex;align-items:center;margin-left:10px}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .headline{font-weight:400;font-size:15px;color:#a6aeb5}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content{padding:10px;border:1px solid #dce2eb;border-radius:4px;margin-top:10px}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row{display:flex;cursor:default}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row:hover{background-color:#eef2f6}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row .job-details-title{font-weight:400;margin-right:10px;min-width:200px;padding:10px}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row .job-details-value{padding:10px;overflow-x:auto;text-overflow:ellipsis}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row .job-details-value .job-details-value-no-value{font-style:italic!important;color:#a6aeb5}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row .job-details-value li:not(:last-child){margin-bottom:5px}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row .job-details-value td{padding-bottom:5px;font-size:14px;border:none}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row .job-details-value td.job-details-value-object-key{padding-right:5px}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value{font-weight:400;color:#fff;height:18px;padding:0 18px;margin:9px 10px;border-radius:9px}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_waiting{background-color:#dce2eb;color:#071b32}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_waiting-in-execution-queue{background-color:#9f9f9f}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_triggered{background-color:#8c2290}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_running{background-color:#224e90}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_success{background-color:#9fd356}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_cancelled{background-color:#f2ad5f}.Orchestration--content.Orchestration--JobDetails .job-details-content-container .job-details-content .job-details-row.status .job-details-value.status_failure{background-color:#ec3d3d}.Orchestration--content.Orchestration--JobDetails .job-logs-container{display:flex;flex-direction:column;flex-grow:1;height:1px}.Orchestration--content.Orchestration--JobDetails .job-logs-container .headline{font-weight:400;font-size:15px;color:#a6aeb5}.Orchestration--content.Orchestration--JobDetails .job-logs-container .job-logs{margin-top:10px;border-radius:4px;border:1px solid #dce2eb;padding:10px;overflow-y:scroll}.Orchestration--content.Orchestration--JobDetails .job-logs-container .job-logs .job-log-entry{font-family:"Monaco",monospace;font-size:13px}.Orchestration--content.Orchestration--JobDetails .job-logs-container .job-logs .job-log-entry:not(.Orchestration--content.Orchestration--JobDetails .job-logs-container .job-logs .job-log-entry:last-child){margin-bottom:5px}.Orchestration--content.Orchestration--JobDetails .job-logs-container .job-logs .job-log-entry .job-log-line{display:block;white-space:pre}.Orchestration--JobDetails .refresh-icon-container{margin-left:10px;height:40px}.Orchestration--JobDetails .refresh-icon-container .refresh-icon-spinning-parent{width:30px;height:30px;margin:5px;display:flex;justify-content:center;align-items:center}.Orchestration--JobDetails .refresh-icon-container .refresh-icon-spinning-parent .refresh-icon-spinning{color:#224e90;margin:5px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.archetypes-container{padding:20px 15px}.archetypes-container .archetypes-headline{margin:0 5px 10px;font-size:15px;font-weight:400;display:block}.archetypes-container .archetype-list-wrapper:not(:first-child){margin-top:30px}.tables-container{padding:20px 15px;position:relative}.tables-container .tables-headline{margin:0 5px 10px;font-size:15px;font-weight:400;display:block}.tables-container .table-list-wrapper:not(:first-child){margin-top:30px}.tables-container .tables-buttons{margin-top:40px}.tables-container .tables-empty{position:absolute;width:calc(100% - 30px);height:calc(100% - 83px);display:flex;align-items:center;justify-content:center}.tables-container .tables-empty .tables-empty-elements{display:flex;flex-direction:column;text-align:center}.tables-container .tables-empty .tables-empty-elements .tables-empty-pic{width:107px;height:107px;margin:0 auto 25px;background:url(/static/media/tablesEmpty.54ba9ef7.png) no-repeat;background-size:cover}.tables-container .tables-empty .tables-empty-elements .headline{font-size:18px;font-weight:400;padding:0 0 15px}.tables-container .tables-empty .tables-empty-elements .description{font-size:14px;color:#a6aeb5}.tables-container .tables-empty .tables-empty-elements .button-container{margin-top:40px}.tables-container .form-buttons--right{margin-bottom:30px}.tables-container .action-icon{cursor:pointer;color:#224e90}.ct-row{display:flex;width:100%}.ct-row:hover{background-color:#eef2f6}.ct-row.ct-headline{font-weight:500}.ct-row.ct-headline,.ct-row.ct-headline:hover{background-color:#eef0f2}.ct-col{padding:10px;overflow:hidden}.ct-col .ct-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ct-col .ct-value.ct-show-overflow{overflow:visible}.ct-col.ct-col-flex-grow{flex-grow:1}.ct-col.ct-col-flex-grow-200px{flex:1 0 200px}.ct-col.ct-col-40px{width:40px}.ct-col.ct-col-70px{width:70px}.ct-col.ct-col-80px{width:80px}.ct-col.ct-col-120px{width:120px}.ct-col.ct-col-130px{width:130px}.ct-col.ct-col-140px{width:140px}.ct-col.ct-col-160px{width:160px}.ct-col.ct-col-200px{width:200px}.ct-col.ct-col-280px{width:280px}.ct-col.ct-col-350px{width:350px}.ct-col.ct-col-low-pad{padding:5px}.ct-col.checkbox-item-parent{padding:5px;overflow:visible}.ct-col.ct-col-flex{display:flex}.ct-col .ct-description{color:#a6aeb5}.ct-col .ct-expand-wrapper{display:flex;vertical-align:center}.ct-col .ct-expand-wrapper .icon{margin:-4px -4px -4px auto;height:24px;width:24px;border-radius:12px;padding:0;border:0}.ct-col .ct-expand-wrapper .icon svg{stroke:#224e90}.ct-col .ct-expand-wrapper .icon:focus,.ct-col .ct-expand-wrapper .icon:hover{background:#224e90}.ct-col .ct-expand-wrapper .icon:focus svg,.ct-col .ct-expand-wrapper .icon:hover svg{stroke:#fff}.ct-sub-list{display:flex;flex-direction:column}.ct-hr{width:100%;height:1px;background-color:#eef0f2}.ct-col-hover{display:none}.ct-row:hover .ct-col-hover{display:flex}.checkbox-item-parent{display:inline-block;width:40px;height:20px}.checkbox-item{position:relative;cursor:pointer;margin:0 10px}.checkbox-item .mark-input{position:absolute;opacity:0;height:0;width:0}.checkbox-item .mark-input:checked~.mark:after{display:block}.checkbox-item .mark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #eee;border-radius:4px}.checkbox-item .mark:hover{background-color:#ccc}.checkbox-item .mark:after{content:"";position:absolute;display:none;left:6px;top:0;width:8px;height:14px;border:solid #00008b;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.model-realtime-container{padding:20px}.model-realtime-container .activate-container:not(:last-child){margin-bottom:30px}.model-realtime-container .activate-container .activate-top{width:100%}.model-realtime-container .activate-container .activate-top .activate-title{padding:0 0 11px;font-size:15px;font-weight:400}.model-realtime-container .activate-container .activate-bottom{margin-top:20px;border:1px solid #dce2eb;border-radius:4px;padding:20px;background-color:#eef0f2}.model-realtime-container .activate-container .activate-bottom .starting-stopping-spinner{display:inline-block;position:absolute;margin-top:-22px;margin-left:20px}.model-realtime-container .activate-container .activate-bottom input{background-color:#fff}.model-realtime-container .activate-container .micro-postman-container{margin-top:20px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-request{background-color:#eef0f2;width:100%;padding:10px;border-top-left-radius:4px;border-top-right-radius:4px;border:1px solid #dce2eb;border-bottom:none}.model-realtime-container .activate-container .micro-postman-container .micro-postman-request .micro-postman-headline{display:flex}.model-realtime-container .activate-container .micro-postman-container .micro-postman-request .micro-postman-headline .http-method{padding:10px;background-color:#fff;border:1px solid #dce2eb;border-right:none;border-bottom-left-radius:4px;border-top-left-radius:4px;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:500}.model-realtime-container .activate-container .micro-postman-container .micro-postman-request .micro-postman-headline .http-url{padding:10px;border:1px solid #dce2eb;background-color:#fff;border-bottom-right-radius:4px;border-top-right-radius:4px;width:100%;font-family:Consolas,"Liberation Mono",Courier,monospace;margin-right:10px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-request .micro-postman-body{background-color:#fff;font-family:Consolas,"Liberation Mono",Courier,monospace;margin-top:10px;border:1px solid #dce2eb;border-radius:4px;padding:10px;resize:none;height:300px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response{width:100%;padding:10px;background-color:#eef0f2;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border:1px solid #dce2eb}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row{display:flex;align-items:center;height:30px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row:not(:first-child){margin-top:5px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row.response-row-full-json{flex-direction:column;align-items:flex-start;height:unset}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row.response-row-full-json .response-value{width:100%;border:1px solid #dce2eb;background-color:#fff;border-radius:4px;padding:5px;font-family:Consolas,"Liberation Mono",Courier,monospace;white-space:break-spaces;margin-top:5px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row .response-title{width:120px;font-weight:400}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row .response-value{display:flex;align-items:center}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row .response-value .score-bar{position:relative}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row .response-value .score-bar .score-bar_bar{fill:#6aa0eb}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row .response-value .score-bar .score-bar_background-bar{fill:#fff}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-row .response-value .score-plain{margin-left:10px}.model-realtime-container .activate-container .micro-postman-container .micro-postman-response .response-error{color:#ec3d3d}.backups-parent,.resources-parent,.templates-parent{padding:20px;height:100%}.s3-permissions .s3-single-permissions{margin-bottom:30px}.s3-permissions .s3-single-permissions .data-source-name{font-weight:500;font-size:18px;margin-bottom:10px;display:block}.code-capsule-container{height:100%;padding-top:20px}.code-capsule-container.executions-container .executions-empty{position:relative;margin-top:53px;width:calc(100% - 30px);height:calc(100% - 83px);display:flex;align-items:center;justify-content:center}.code-capsule-container.executions-container .executions-empty .executions-empty-elements{display:flex;flex-direction:column;text-align:center}.code-capsule-container.executions-container .executions-empty .executions-empty-elements .executions-empty-pic{width:107px;height:107px;margin:0 auto 25px;background:url(/static/media/codeCapsuleExecutionsEmpty.b7f97be4.png) no-repeat;background-size:cover}.code-capsule-container.executions-container .executions-empty .executions-empty-elements .headline{font-size:18px;font-weight:400;padding:0 0 15px}.code-capsule-container.executions-container .executions-empty .executions-empty-elements .description{font-size:14px;color:#a6aeb5}.code-capsule-container.executions-container .executions-notebooks{display:flex;flex-direction:column}.code-capsule-container.executions-container .executions-link{cursor:pointer}.code-capsule-container.executions-container .executions-link:hover{text-decoration:underline}.MainContainer.Apps .apps-loading{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.MainContainer.Apps .apps-overview{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));grid-gap:20px;background-color:#fff;border:1px solid #dce2eb;border-radius:4px;padding:20px}.MainContainer.Apps .apps-empty{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.MainContainer.Apps .apps-empty .apps-empty-elements{display:flex;flex-direction:column;text-align:center}.MainContainer.Apps .apps-empty .apps-empty-elements .apps-empty-pic{width:107px;height:107px;margin:0 auto 25px;background:url(/static/media/appsEmpty.a0c0e54b.png) no-repeat;background-size:cover}.MainContainer.Apps .apps-empty .apps-empty-elements .headline{font-size:18px;font-weight:400;padding:0 0 15px}.MainContainer.Apps .apps-empty .apps-empty-elements .description{font-size:14px;color:#a6aeb5}.AddUpdateDataSource .kernelspec-container{width:140px!important}.addl-info-input-parent .addl-info-info-row{display:flex;align-items:center;margin-bottom:30px}.addl-info-input-parent .addl-info-info-row .label-parent{margin-right:auto}.addl-info-input-parent .addl-info-info-row .checkbox-item{height:20px;width:20px;margin:0 15px}.addl-info-input-parent .addl-info-info-row .text-input-parent{width:40px;margin-right:10px}.addl-info-input-parent .addl-info-info-row .dropdown-parent{margin-right:10px;margin-top:0}.upload-summary-container{margin-top:40px;margin-bottom:60px}.upload-summary-container .summary-headline-container{display:flex;align-items:center;margin-bottom:10px}.upload-summary-container .summary-headline-container .summary-headline{font-weight:500;font-size:15px;color:#224e90}.upload-summary-container .summary-headline-container .validity-label{color:#fff;height:18px;border-radius:9px;padding:0 10px;margin-left:20px}.upload-summary-container .summary-headline-container .validity-label.valid{background-color:#9fd356}.upload-summary-container .summary-headline-container .validity-label.invalid{background-color:#ec3d3d}.upload-summary-container .summary-info-container{margin-bottom:20px}.upload-summary-container .summary-info-container .info-row{display:flex;align-items:center;margin-bottom:5px}.upload-summary-container .summary-info-container .info-row .checkbox-item{height:20px;width:20px}.upload-summary-container .summary-info-container .info-row .checkbox-item .mark-fixed:hover{background-color:#fff!important}.upload-summary-container .summary-info-container .info-row .text-input-parent{width:40px;margin-right:10px}.upload-summary-container .summary-info-container .info-row .dropdown-parent{margin-right:10px}.upload-summary-container .commit-error-container{color:#ec3d3d;margin-bottom:10px}.upload-summary-container .commit-error-container span{margin-bottom:5px;display:block;font-weight:400}.keys-input-parent{display:flex;margin-top:10px;margin-left:-10px}.keys-input-parent .col-list-parent{padding:0 10px;width:33%}.keys-input-parent .col-list-parent .list-name{font-weight:400;margin-bottom:5px;display:block}.keys-input-parent .col-list-parent .draggable-col-list{border:1px solid #dce2eb;border-radius:4px;padding:5px;height:200px;overflow:auto}.keys-input-parent .col-list-parent .draggable-col-list.draggable-col-list-disabled{background:#eef0f2}.keys-input-parent .col-list-parent .draggable-col-list .draggable-list-element{padding:5px}.data-input-parent{overflow:auto;width:820px;margin-top:10px;padding-bottom:10px}.container--data .buckets .buckets-headline-container{margin-bottom:10px;display:flex}.container--data .buckets .buckets-headline-container .buckets-headline{cursor:default;font-weight:400;display:block;margin-top:auto;flex-grow:1}.container--data .buckets .buckets-list{display:flex;flex-direction:column}.container--data .buckets .buckets-list .bucket-link{overflow:hidden}.container--data .buckets .buckets-list .bucket-link .bucket-element{display:flex;justify-content:center;flex-direction:column;background-color:#f5f7f9;border:1px solid #eef0f2;border-radius:4px;padding:10px;margin-bottom:10px;cursor:pointer}.container--data .buckets .buckets-list .bucket-link .bucket-element:hover{background-color:#eef0f2;border:1px solid #dce2eb}.container--data .buckets .buckets-list .bucket-link .bucket-element .bucket-name{font-weight:400;margin-bottom:5px;text-overflow:ellipsis;overflow:hidden}.container--data .buckets .buckets-list .bucket-link .bucket-element .bucket-created-at,.container--data .buckets .buckets-list .bucket-link .bucket-element .bucket-name{display:block}.container--data .buckets.buckets-empty-parent{position:absolute;width:calc(100% - 20px);height:calc(100% - 20px)}.container--data .buckets.buckets-empty-parent .buckets-empty{display:flex;width:100%;min-height:100%;position:relative;align-items:center;justify-content:center}.container--data .buckets.buckets-empty-parent .buckets-empty .buckets-empty-elements{display:flex;flex-direction:column;text-align:center}.container--data .buckets.buckets-empty-parent .buckets-empty .buckets-empty-elements .buckets-empty-pic{width:107px;height:107px;margin:0 auto 25px;background:url(/static/media/bucketsEmpty.55b7f28b.png) no-repeat;background-size:cover}.container--data .buckets.buckets-empty-parent .buckets-empty .buckets-empty-elements .headline{font-size:18px;font-weight:400;padding:0 0 15px}.container--data .buckets.buckets-empty-parent .buckets-empty .buckets-empty-elements .description{font-size:14px;color:#a6aeb5}.container--data .back-button-container{margin:20px 0}.container--data .back-button-container .back-button{display:flex;align-items:center;cursor:pointer;white-space:nowrap}.container--data .back-button-container .back-button .back-icon{color:#6aa0eb;margin-right:5px}.container--data .back-button-container .back-button .back-text{color:#6aa0eb}.container--data .back-button-container .back-button:hover .back-icon,.container--data .back-button-container .back-button:hover .back-text{color:#224e90}.container--data .wizard-parent-upload{position:relative;height:100%}.container--data .wizard-parent-upload .error-container{display:flex;align-items:flex-end;color:#ec3d3d;margin-bottom:5px}.container--data .wizard-parent-upload .step-bucket-container .radio:not(:first-child),.container--data .wizard-parent-upload .step-keyspace-container .radio:not(:first-child),.container--data .wizard-parent-upload .step-path-container .radio:not(:first-child),.container--data .wizard-parent-upload .step-table-container .radio:not(:first-child),.container--data .wizard-parent-upload .step-upload-container .radio:not(:first-child){margin-left:30px}.container--data .wizard-parent-upload .step-bucket-container .input-parent,.container--data .wizard-parent-upload .step-keyspace-container .input-parent,.container--data .wizard-parent-upload .step-path-container .input-parent,.container--data .wizard-parent-upload .step-table-container .input-parent,.container--data .wizard-parent-upload .step-upload-container .input-parent{margin-top:20px}.container--data .wizard-parent-upload .step-bucket-container .input-parent .input-check,.container--data .wizard-parent-upload .step-keyspace-container .input-parent .input-check,.container--data .wizard-parent-upload .step-path-container .input-parent .input-check,.container--data .wizard-parent-upload .step-table-container .input-parent .input-check,.container--data .wizard-parent-upload .step-upload-container .input-parent .input-check{margin-top:10px}.container--data .wizard-parent-upload .step-bucket-container .dropdown-parent,.container--data .wizard-parent-upload .step-keyspace-container .dropdown-parent,.container--data .wizard-parent-upload .step-path-container .dropdown-parent,.container--data .wizard-parent-upload .step-table-container .dropdown-parent,.container--data .wizard-parent-upload .step-upload-container .dropdown-parent{margin-top:20px}.container--data .wizard-parent-upload .step-bucket-container .radio-parent-concat,.container--data .wizard-parent-upload .step-keyspace-container .radio-parent-concat,.container--data .wizard-parent-upload .step-path-container .radio-parent-concat,.container--data .wizard-parent-upload .step-table-container .radio-parent-concat,.container--data .wizard-parent-upload .step-upload-container .radio-parent-concat{margin-top:40px}.container--data .dialog-container{background-color:#fff;padding:40px 100px 20px}.container--data .dialog-container .dialog-inner-container{width:100%}.data-source-parent{width:100%;height:100%;padding:20px 15px;background:#fff;border-radius:4px;border-top-left-radius:0!important;border-bottom-left-radius:0!important;display:flex;flex-direction:column}.data-source-parent .data-source-headline{display:flex}.data-source-parent .data-source-headline .data-source-description{flex-grow:1}.data-source-parent .data-source-headline .data-source-description .data-source-name{cursor:default;display:block;margin-bottom:5px;font-size:18px;font-weight:400}.data-source-parent .data-source-headline .data-source-description .data-source-type{cursor:default;display:block;color:#a6aeb5;font-size:14px}.data-source-parent .data-source-headline .headline-buttons .button{margin-left:10px}.data-source-parent .data-source-body{margin-top:20px;position:relative;width:100%;height:0;flex-grow:1}.data-source-parent .data-source-body .data-source-body-tabs{display:flex;flex-direction:column;height:100%}.data-source-parent .data-source-body .data-source-body-tabs .data-source-body-tabs-content{height:0;flex-grow:1;overflow-y:auto}.data-source-parent .data-source-body .keyspaces .keyspaces-header{display:flex;margin-bottom:10px}.data-source-parent .data-source-body .keyspaces .keyspaces-header .keyspaces-headline{cursor:default;margin-top:auto;font-weight:400;display:block;flex-grow:1}.data-source-parent .data-source-body .bucket-content .bucket-content-header{display:flex}.data-source-parent .data-source-body .bucket-content .bucket-content-header .back-button-container{flex-grow:1}.cassandra-tables .tables-header{display:flex}.cassandra-tables .tables-header .back-button-container{flex-grow:1}.cassandra-tables .tables-headline{cursor:default;margin-bottom:10px;font-weight:400;display:block}.cassandra-tables .tables-list{display:flex;flex-direction:row;flex-wrap:wrap}.cassandra-tables .tables-list .table-element-wrapper{flex:0 1 50%;width:100%;overflow:hidden}.cassandra-tables .tables-list .table-element-wrapper:nth-child(odd){padding-right:5px}.cassandra-tables .tables-list .table-element-wrapper:nth-child(2n){padding-left:5px}.cassandra-tables .tables-list .table-element-wrapper .table-element{display:flex;justify-content:center;flex-direction:column;background-color:#f5f7f9;border:1px solid #eef0f2;border-radius:4px;padding:10px;margin-bottom:10px}.cassandra-tables .tables-list .table-element-wrapper .table-element:hover{background-color:#eef0f2;border:1px solid #dce2eb}.cassandra-tables .tables-list .table-element-wrapper .table-element .table-name{text-overflow:ellipsis;overflow:hidden}.cassandra-table-browser{height:100%;overflow:hidden;display:flex;flex-direction:column}.cassandra-table-browser .table-browser-header{display:flex}.cassandra-table-browser .table-browser-header .back-button-container{flex-grow:1}.cassandra-table-browser .table-browser-header .headline-buttons .button{margin-left:10px}.cassandra-table-browser .table-browser-headline{cursor:default;margin-bottom:10px;font-weight:400;display:block}.cassandra-table-browser .TextInputArea--error{margin:10px 0;padding:10px;color:#ec3d3d;border:1px solid #ec3d3d;background-color:#f4e9e9;border-radius:4px;text-align:center;cursor:default}.merge-request-tab{margin-top:10px}.merge-request-tab .description{margin-bottom:20px}.merge-request-tab .status-box{display:flex;flex-direction:column}.merge-request-tab .status-box .top{margin-bottom:15px}.merge-request-tab .status-box .branch-name{color:#224e90;font-weight:700}.merge-request-tab .conflict-parent{width:100%;display:flex}.merge-request-tab .conflict-box{display:flex;width:100%;justify-content:space-between}.merge-request-tab .conflict-box,.merge-request-tab .conflict-box div{margin-bottom:auto;margin-top:auto}.merge-request-tab .conflict-box .button{background-color:#9fd356}.merge-request-tab .error-icon{color:#ec3d3d}.merge-request-tab .checked-icon{color:#9fd356}.merge-request-tab .checked,.merge-request-tab .error{display:flex;flex-direction:row;align-items:center}.merge-request-tab .checked span,.merge-request-tab .error span{margin-left:5px}.merge-request-tab .error{color:#ec3d3d}.merge-request-tab.merge-request-resolve .conflicted-files-parent.renamed-files-parent,.merge-request-tab.merge-request-resolve .conflicted-files-parent.resolved-files-parent{margin-top:40px}.merge-request-tab.merge-request-resolve .conflicted-files-parent .conflicted-files-headline{font-weight:400;margin-bottom:5px}.merge-request-tab.merge-request-resolve .conflicted-files-parent .conflicted-files-list .conflicted-file{display:flex;align-items:center;padding:10px;cursor:pointer}.merge-request-tab.merge-request-resolve .conflicted-files-parent .conflicted-files-list .conflicted-file .conflicted-file-icon-parent{margin-right:10px;display:flex;align-items:center;justify-content:center}.merge-request-tab.merge-request-resolve .conflicted-files-parent .resolved-files-button-bar{display:flex;justify-content:flex-end}.resolve-conflicts-container .resolve-conflicts-headline{margin-top:20px;font-size:18px;font-weight:400}.resolve-conflicts-container .conflicts-parent{margin-top:20px}.resolve-conflicts-container .conflicts-parent .conflicts-row{display:flex;flex-direction:row}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-header{font-weight:500;border-bottom:1px solid #dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-buttons{border-bottom:1px solid #dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-buttons .buttons-column .buttons-base-file{display:flex}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-buttons .buttons-column .merger-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32;margin-right:5px}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-buttons .buttons-column .merger-button:hover{background-color:#dce2eb;color:#fff}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-buttons .buttons-column .merger-button.disabled{color:#dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row.conflicts-row-buttons .buttons-column .merger-button.disabled:hover{background-color:#fff;color:#dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column{padding:5px 0 5px 5px;width:100px;flex-grow:1;transition:background-color .25s ease-in-out}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column .ace_active-line{background-color:transparent!important}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.base-file{border-left:1px solid #dce2eb;border-right:1px solid #dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.source-file{border-left:1px solid #dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.target-file{border-right:1px solid #dce2eb}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.collapsed{flex-grow:0;width:40px}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container{display:flex}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container:not(.diff-handled).add{background-color:#eef4df}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container:not(.diff-handled).change{background-color:#f9e3b5}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container:not(.diff-handled).remove{background-color:#f4e9e9}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container.diff-handled{background-color:#f5f7f9}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .actions-parent{width:30px;flex-grow:0;padding:10px 5px;display:flex;flex-direction:column}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .diff-action .diff-action-icon{cursor:pointer}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .diff-action .diff-action-icon.add{color:#5ea400}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .diff-action .diff-action-icon.change{color:#f38a12}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .diff-action .diff-action-icon.remove{color:#c23030}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .diff-action .diff-action-icon.reject{color:#a6aeb5}.resolve-conflicts-container .conflicts-parent .conflicts-row .conflicts-column.single-diff-container .conflicts-notebook{flex-grow:1}.resolve-conflicts-container .amount-open-diffs{margin-top:40px;display:flex;justify-content:flex-end}.resolve-conflicts-container .amount-open-diffs .conflicts-open{color:#ec3d3d}.resolve-conflicts-container .resolve-conflicts-buttons{margin-top:20px;display:flex;justify-content:flex-end}.resolve-conflicts-container .resolve-conflicts-buttons .button:not(:last-child){margin-right:10px}.pre-queue-empty-pic{background:url(/static/media/preQueueEmpty.673f5d09.png) no-repeat}.execution-queue-empty-pic{background:url(/static/media/exQueueEmpty.50121611.png) no-repeat}.orchestration-history-empty-pic{background:url(/static/media/historyEmpty.e117bac9.png) no-repeat}.schedules-empty-pic{background:url(/static/media/schedulesEmpty.789393c0.png) no-repeat}.realtime-empty-pic{background:url(/static/media/realtimeEmpty.d925c961.png) no-repeat}.wait-for-augur-pic{background:url(/static/media/graphWait.d5634185.png) no-repeat}.data-sources-empty-pic{background:url(/static/media/dataSourcesEmpty.25db655d.png) no-repeat}.data-history-empty-pic{background:url(/static/media/noTransferHistory.7aed0391.png) no-repeat}.git-repositories-empty-pic{background:url(/static/media/noGitRepositories.86f78dd9.png) no-repeat}.git-groups-empty-pic{background:url(/static/media/noGitGroups.32a3e29c.png) no-repeat}.resources-no-workbench-pic{background:url(/static/media/noRunningWorkbench.a0c0e54b.png) no-repeat}.resources-no-apps-pic{background:url(/static/media/noRunningApps.a0c0e54b.png) no-repeat}.augurs--archive--pic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA8CAYAAAB//XTwAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAq9JREFUeNrsnG2PqjAQhc+UFwHxLTH+/99nYiISFSnQ++HGzd2r7K4K0rLnfDNEAvPQM9NpQYwxBv+ormtQ75XneZ9++wBgjEGe5yiKAv8xot4gpRTiOEaapgAAaZrGHA4HFEXB6AwoYwym0ylmsxmU1ppALJCI4HQ6oa5rqKqqGBGLpLWGapqGkbDMxvy2g9ekQ/Wjuq5xPp/vHmuFMp1OGbkeVZZlKxTF8FhYIjMEhEIRCqFQhEIoFKEQCmWZ/C5PVlUVXGlwKqUQhuFL52iaBlrrT2tQQRDcLFoNBiXPcxyPR6eeyCAIsFqtoNTjhnG5XJBlGe41dK/rIoPaV1VVzgEB/rbJ8zx/6r+HwwFtHfbj8fiSY3QGxVU9c+3GmG/3MgwOxfd9Z6E8c+0igiAIeotJZ1BcXH8Jw/Bp70/TtDWhz2azl6B09oinaYokSaC1dgKI53kvBW4ymWC9Xt+tvp4pHHoriZVSmEwmv2Y+ISIvl9WcPHJGTxEKoVC9luldz5Bd0ndzDaehGGOw3W6d2xweRRGWy+U47auqKid369vaHvK7soHFYuGcfUVRNO6cEscx4jhmlrYJSlEUVthBFEVON0i/hGKMgYj8uOra7/dW3JDWGqvVapzzlJ8CAfDy8meXsulaBh0pSilsNpvBE/1YmqGdme9v6xAPAuUR+wKALMtQluWgNyMiSJIESZLQvrTWrS/AvFvn83m8UB4ZKUEQIIqiwUfKWPJKJyMFgJU9pNGVxBShUIRCKBShEApFKIRC2QaFX8izEMqjDUmqO7W2WXa7HaPTo75yolYo/OrqeyUiH6B8z/PuWhVzykD5RCn4YRjeAGA+GcbOru+7KM/zbl4x4ygZxr7m8zlEBHL9gndZlrhcLtBac6S8u9ryfcRx/LFfTQyHhXX6MwBGcAhJpxrsYQAAAABJRU5ErkJggg==) no-repeat}.augur--pic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA7CAYAAABi+ERIAAAACXBIWXMAABcSAAAXEgFnn9JSAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABGBJREFUeNrsnE+oFVUcxz/nnHvVl0Q8EUU0CB5J9AckEXVttlAXuYhWFeTSdFfRQhc+kZbqJhLdReDCSheBkRujLAShRUFICZXyQPxTlKhv/rSYc67jvTNv5s69c+bed39fGN5wOHPuvN93fr/v73fOnFFzc3NYHAJeA54CAgS+YKy9LwEHgWvKkvINsE3s0zhuAxs18KYQMjJYAcxq4BWxxUhhqwaU2GGkoFo5ov4Q+EvsUzueBtpdbWErp/NV4EWxWe34FVjf3ahzOsdiLy+IshrzSNFiLy/QYvxxZkqwSEiJ45g4jnvaBP2jNQgJncRaKbTWaK1R6lHZE4Zhh6x0u6AGUuI4fowEd/S4odZEUUQYhkRR1CFQMGRS3FPfbrcXDF1pYoQcD55ijCmtGa5PNzmiN0MSehe2jDF9G9V5kzGmQ6pgSJ4yqEH7IPMF4H1grUd7/Eyy2HerZP+lwAFgS1f7JTvOfK2kpMW9wLCOtThvGqEEngUuA1OeH9JtwKvARuBeQV8FnLP9s8Z5GdhZe/gq8JK1wHHgD3t8tlCioJRaiNy9DRDi8BzJsngRNucQ4rDDkluPpzgvyTHkk8C7wIf23GFmAMMsbzisP1Giz7ISfaZq9ZTuwtDibeAX4IglJErF0bsDGOVEg4TcAc6W6Pe9/d/z8BPwo9eK3mInsM6eHwK+Bb4quiiv2EzhMrAbeM+GxYB6lxOUfUCv2uTiZolrHgLbgWPAhtQDHgFXgP21C30OTgPTwAf2RlbTu5KWGQ6NMZ1CMgdf2mM5EHoi5V6f190AXrdZWJqUB7WnxEopwjDM0pUz9kiLPWXHNMYQBEGR1/w3BqXFg2EOVlpT4jgmDMOiblE/4+XolFT0/TzZURQNbcY3PZ5gwGmWEt7S11jiKcMX+speEgRBGa9rW5H3AVM1W1oUpCw01W+xFfgEWGVTTx9YAlwD3rKp8WSRUgL7gJca+N3VwBvAYSGlF8dJJiWnPYevP8mZs5sITXELXjn4AdgkQt+ArhRgBljpSVOUTSpuWG8Roc/AHuBkA7cWALuA82NTp3jEpgYf0ucnNnwV1CcHgL+BNcB9T+FrGfC7TcUnU+gLSLlJMvMsQu9TUwqm7dvAOzYl9jU5pkg2Sn06seGrALMNespS4NRiEvolqfM1A4xzt0Gb/LPYPOUWcMGeXxlgnI9I1r+nqf6aUpXwdT11/+NBiluBdKuGGbXGbwxvC/i5SRX6SuEriqJK6yAl3vcSVCHFGXV+fr5MvdFzXRAEZddSJhaVNcVta3AvfGd5gDN6ehuEkFEjKc6wztjGmMfednF/u8kQQjxkX87IQRCgte4pEoWMBlNi5xndeyGFjBGo6IWE0avoBTWSIoWEH8RCypiQ0iL7I2wzJC8vgHykrU4ynsmS5RaP9iimMUWyfUzgH6bKngxBvbivgc/FDiOFLzTwNXBUbDESuAjMqtQXvHeT7GFcSbKwJBmYJw0B/gW+Az4G+H8AA8yRrU22riAAAAAASUVORK5CYII=) no-repeat}.connection--pic{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA7CAYAAABi+ERIAAAACXBIWXMAABcSAAAXEgFnn9JSAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAB0xJREFUeNrsnFuMJFUZx3/nnLp1T2/X9GZcdxdXWETJCgi4CWJixCCaGJFk9UHXaKKo2UeNGiIGvIT4hMn6IiaIqE8ID4gaH5QFgwZW0BhwEy6Ct6Bm12W6Z3q6p6qr65zjQ3eN7XT3zoWZ6eq1/kklXdWnqut8//Ndzne+0+L06dP08XXgCBACKQV2Cqov75PAV4C/ij4pJ4B3F/KZOOrAYQl8vCAkN9gN3CGBGwpZ5Apvl4Ao5JArCGeMU0+AfxTy2XYcANxV17QzpvGLwOWFzLYdLwBvWn1RjmlsC3ntCMyoi+NIkYW8dgSyEP6UwJlKnTcGazdmYYUQSCkLUrYS1lq01kgpcV0XpRSlUmldBMZxjNaabrcLgFKqIGUryHAch3K5TKlUIgiCDT2jXC5jjCFJEqIoIoqiXJPj5J0MpRSVSoVKpfKqhCilJAgCgiCgXC7TbreJ4ziX5Dh5J2NmZgbH2drX9H0f3/fpdDq0Wi06nQ7W2i3/naknRQiB1hpg28g4FzmZ5kgpEUIUpACkaYrv+4RhuBkyqsBBoNI/b/SzEt2NkJMkCQsLCxhjJkpMbkgxxuD7/kYI2QV8BLgJuJJeHml1CuMPwH3Az9bzQM/zUEqhtS5IycyXMWa9zT9Nb5XuwDnaXNo/jgK/BW4DHlmPT8vlNH+SxKw1mLvd7gONRuO7Z86cOZCFtudCHMecPXv22sXFxRPGmG8Uk8dNaErm7AdHrpQSKWW53W7/qtlsXpO1a7fba04gl5aWWF5eJkkS4jj+chiGe4Mg+FRByjqglCKOY5IkGfI1QRAghPh5q9W6RgiBEALf96lUKms+d2ZmBq31CuH1ev3marW6BHwuTdMh7Zy0k8/tPGW1BiVJcqfW+l1CCKy1K5PJ9eSyyuUyvu/TbDaJogghBK1W67PASa31/UMCcZyJkyLzSMqq4y3GmC9m383OzlKtVjeUXFRKUavVqFQqK8GEEOJe13VrjuMweBTma304DqC1plqtUi6XRzZ6+E8dnno5wVi4+gKXGw8N58eq1SppmhLHMUqpsrX2VuCWwqdsDJcC1xtj8DyPXbt2DTVYiA2fvL/BQ6diSPohtSt4z6ESP/zwLPt2/W9eKwxDkiTBWosQ4lg/tI7z1Om8LwffmDnfcRryiR81eOipNnuqktfv87hwn8e+3S4Pn4o5et8CibZDpqxUKmVmrApcN8H+dTeqKVcCe9iZElYBBMBfgOcHrr/VWotSCs/zhm766bMxP/ljzP79Ho4SKw46UHDwdR6PvZTwwKmYj11VGpq5t9vt7PQw8IvB3+z3u7MD/Q43QsolwNOTyLYA7wN+2T/fD720+6j0+qN/TkAJPFf+d/IpehRLIXBKisf+1h0iRSk1GGHtH/jqM8DdeTVf/gTf540D5+45dd9YUAIpBVJJhBRIJVBKIqXAdyUdI9bKHAwOzMN5dvR/B37QH0V6h97F65uvewauzWc+xRgzFAZftteFPhH0BS1ET+hKwrK2HHrNsIatyhrUBz7fTi/DvIdeQeJ2QfcH4EdHmbBxpMwDX8vBoHlOCHGT1po0TYfmER+6POD4yYiXm4aDNdmLTvqm618tw96q4ugVw6Fxt9sdnKQO+rCzwK072L/rRpEyznwF5AMrWd1RycfXzki+d6RKrSx5ft7wSgz1DrxQN7iu5J4PVLhodriLcRwPmrBHJ5ldmsZ5yiPAP6WUF2R5sdVR2DsvdPnNzbN8+/cxp/6tscChOYdjh32uGGG62u02SZJkWneCydZMi2kkxQC3CyHutdbSaDSYm5sbisQu2a04/t4ZjO1NsNSY1FWSJDSbzcH7b8tjp6ehOu37QognpJRorZmfnx/KJK90RownJIoi6vX6YPR1N/BkQcrm8UEhRF0IQZqm1Ot1ms3mulYqtdY0Gg0ajUaWWkEI8QRwLK+dnQpSjDFngiC4PgiCurUWYwwLCws0m801711cXGRpaamXO7KWIAiedF33hjws+047KTiO80ytVrs2DMNn+iuR6yqiU0qttK3Vag+GYfgOa22U5/5OTS1x31S9WKlUri6VSt9M0/Tzvr924iEMQ4IgeMV13a9KKe/aTHF4oSlrwyqlvuD7/mXAnfRKiUahA/wO+JLv+2+WUt6VmbC8Yyq3QvTxLL0FqluAq4CL6dWCaWAReA54aRo7Ns2kDOJpJpPVLszX/wumhpStqjDJ+4ahqTFfUkqiKEJKie/7m94mlxVNZDu6ClJepZZ0u10ajQaO4+B53kplpOd5Y7Uo21JnrV0p9Mu26E26tuu8cPSZdmitWV5eJooirLV4njdWc9I0JauCzMpfC/O1jeRkWLVgNdR2Gkg470LiadmGXYTE5ykpxX+z7AxsQcqUkOIwep34DfS2pEHxJ23bScZFo2YADqMrKkrA2wrZTQRKAsuFHHKFWAIPFnLIFX4s6RVTf6uQRS7wa+AOMfAP3keA9wNz9Oqtighsh3wI0AIeB74D8J8BAMZLwjDYMJKlAAAAAElFTkSuQmCC) no-repeat}.statistics-empty-pic{background:url(/static/media/statisticsEmpty.fb4610ae.png) no-repeat}.error--pic{background:url(/static/media/error.939a6372.png) no-repeat}.model-management-empty-pic{background:url(/static/media/modelManagmentEmpty.a028ebc1.png) no-repeat}.center{margin:auto}.chartBox{width:inherit;height:inherit}.chart-axis .domain{display:none}.histogram-axis .domain{stroke:#979fa8}.histogram-axis__tick{font-size:12px}.histogram-axis__tick .tick line{stroke:#979fa8}.histogram-axis__tick .tick text{fill:#979fa8}.drift-axis-left__tick{font-size:12px}.drift-axis-left__tick .tick line{display:none}.drift-axis-left__tick .tick text{fill:#979fa8}.slider-axis-bottom__tick{font-size:12px}.slider-axis-bottom__tick .tick line{display:none}.slider-axis-bottom__tick .tick text{fill:#979fa8}.drift-axis-left__help-line .tick text{display:none}.drift-axis-left__help-line .tick line{stroke:#dfe2e5;stroke-dasharray:12,6;stroke-width:1}.drift-axis-left__base-line .tick text{display:none}.drift-axis-left__base-line .tick line{stroke:#b5d6fb;stroke-width:1}.accuracy-axis__help-line .tick text{display:none}.accuracy-axis__help-line .tick line{stroke:#ebeff2;stroke-width:1}.accuracy-axis__help-line-dashed .tick text{display:none}.accuracy-axis__help-line-dashed .tick line{stroke:#000;opacity:.3;stroke-dasharray:6,12;stroke-width:1}.accuracy-axis__tick{font-size:10px}.accuracy-axis__tick .tick line{display:none}.accuracy-axis__tick .tick text{fill:#a0a7af}.accuracy-axis__label{font-size:11px;fill:#888;font-weight:500}.accuracy-detail-axis{font-size:14px}.accuracy-detail-axis .domain{stroke:#888}.accuracy-detail-axis .tick text{fill:#444}.accuracy-detail-axis .tick line{stroke:#888}.accuracy-axis__base-line .tick text{display:none}.accuracy-axis__base-line .tick line{stroke:#b5d6fb;stroke-width:1.5}.example-slider-area{fill:#96c1f1}.bar-transition{transition:all .5s ease}.chart-tooltip{background:#fff;left:0;top:0;position:absolute;font-size:12px;line-height:1.2;border:1px solid #dce2eb;border-radius:4px;box-shadow:0 2px 3px rgba(0,0,0,.1);padding:4px 6px;white-space:nowrap;color:#a6aeb5;z-index:99999}.chart-tooltip:after{content:"";position:absolute;left:50%;bottom:-12px;z-index:1001;border:6px solid transparent;border-top-color:#fff;margin:0 0 0 -6px}.chart-tooltip span{color:#224e90}.predictedValues-slider{margin-top:20px}.predictedValues-slider-custom{background-color:#fff;border:2px solid #dce2eb;height:15px}.predictedValues-slider-custom .rc-slider-track{background:none}.predictedValues-slider-handle{position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:pointer;margin-top:5px;border-radius:3px;width:15px;height:20px;background:#dce2eb}.habitat-header__data-icon{margin:0 3px 0 0;font-size:1.2em}.heatmap-container{position:absolute}.value-distribution-axis{font-size:10px}.value-distribution-axis .tick line{display:none}.value-distribution-axis .tick text{fill:#a0a7af}.data-import{display:flex}.data-import__column{width:300px;cursor:pointer;position:relative}.data-import__column--hovered{background:#f9f9f9;opacity:.5}.data-import__reactivate{position:absolute;width:100%;height:100%;z-index:10;top:0;left:0;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.9)}.data-import__cell{padding:20px}.data-import__type{position:relative;padding:20px}.data-import__type-selector{background:#fff;position:absolute;width:100%;height:100%;left:0;top:0}.MainContainer.Workbench{background-color:#eef0f2;font-family:"Roboto",sans-serif;font-size:14px;font-weight:300;display:flex;overflow:hidden}.MainContainer.Workbench p{padding:0}.MainContainer.Workbench .divider>div:after{content:"";top:0;bottom:0;position:absolute;background-color:#dce2eb;width:2px;left:4px;transition:opacity .1s ease-in-out;opacity:0}.MainContainer.Workbench .divider:hover>div:after{opacity:1}.MainContainer.Workbench.browser-collapsed .divider div{cursor:default!important}.MainContainer.Workbench.browser-collapsed .container-notebook .divider div{cursor:col-resize!important}.browser{border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:1px solid #dce2eb;width:100%;overflow-y:auto;overflow-x:auto;background-color:#eef2f6}.container-notebook{border-bottom-right-radius:5px;width:100%;height:calc(100vh - 151px)!important;overflow-y:auto;background-color:#fff;position:relative}.container-notebook .container-notebook-tabs{height:100%;overflow-y:hidden}.browser #wb-browser-tabs{height:100%;display:flex;flex-direction:column;overflow-x:hidden}.browser #wb-browser-tabs .browser-tab-link-container{border-bottom:1px solid #dce2eb;display:flex;border-top-left-radius:5px;height:47px}.browser #wb-browser-tabs .browser-tab-link-container.buttons-small .browser-tab-link{justify-content:center}.browser #wb-browser-tabs .browser-tab-link-container.buttons-small .browser-tab-link .browser-link-name{display:none}.browser #wb-browser-tabs .browser-tab-link-container .browser-tab-link{flex-grow:1;flex-basis:0;display:flex;align-items:center;background-color:#fff;height:46px;border:none;border-right:1px solid #dce2eb;font-family:"Roboto",sans-serif;font-size:14px;font-weight:300;color:#071b32;padding:0 7px;max-width:150px}.browser #wb-browser-tabs .browser-tab-link-container .browser-tab-link:first-child{border-top-left-radius:5px}.browser #wb-browser-tabs .browser-tab-link-container .browser-tab-link .browser-tab-link-icon{color:#071b32;margin-right:10px}.browser #wb-browser-tabs .browser-tab-link-container .browser-tab-link .browser-link-name{white-space:nowrap}.browser #wb-browser-tabs .browser-tab-link-container .browser-tab-link:last-child{border-right:1px solid #dce2eb;margin-right:-1px}.browser #wb-browser-tabs .browser-tab-link-container .browser-tab-link:focus{outline:none!important}.browser #wb-browser-tabs .browser-tab-link-container .tab-link-active{font-weight:300!important;background-color:#224e90;color:#fff}.browser #wb-browser-tabs .browser-tab-link-container .tab-link-active .browser-tab-link-icon{color:#fff}.browser #wb-browser-tabs .browser-tab-content{height:0;flex-grow:1}.browser .load-error-container{margin:10px;padding:5px;border-radius:2px;border:1px solid #ec3d3d;background-color:#f4e9e9;color:#ec3d3d;overflow:hidden}.browser .load-error-container .load-error-headline{margin:0 0 5px;font-weight:600}.browser .load-error-container .load-error-message{margin:0}.container-content{height:100%;display:flex;flex-direction:column}.container-content .content-list{overflow-y:auto;position:relative}.container-content .content-list,.container-content .load-error-container{margin:5px 0;height:0;flex-grow:1}.container-content .draggedover{background-color:#dce2eb}.empty-recycle-bin-list{width:100%}.empty-recycle-bin-list .empty-recycle-bin-button-bar-placeholder{background-color:#fff;border-bottom:1px solid #dce2eb;width:100%;height:41px}.empty-recycle-bin-list .empty-recycle-bin-text-parent{width:100%;display:flex;flex-direction:column;align-items:center;padding:10px;color:#071b32}.repository-warning-parent{margin:10px;padding:5px;border:1px solid #f2dc22;border-radius:4px;background-color:#f5edb6;text-align:center}.repository-warning-parent .rw-headline{font-weight:500;margin-bottom:5px;display:block}.repository-warning-parent .rw-description{display:block;margin-bottom:10px}.repository-warning-parent .rw-button-container{display:flex;justify-content:center;margin-bottom:5px}.container-notebook{border-top-right-radius:5px}.container-notebook .notebook-tab-link-container{position:relative;background-color:#fff;border-bottom:1px solid #dce2eb;display:flex;height:47px;border-top-right-radius:5px;-ms-overflow-style:none}.container-notebook .notebook-tab-link-container::-webkit-scrollbar{display:none}.container-notebook .notebook-tab-link-container .tab-line-drag-overlay{transition:all .3s ease-in-out;width:100%;height:100%;position:absolute;background-color:rgba(106,160,235,.4);border:2px dashed #6aa0eb}.container-notebook .notebook-tab-link-container .show-all-button{position:absolute;right:0;background-color:#dce2eb;height:46px;width:46px;display:flex;justify-content:center;align-items:center;border-left:1px solid #dce2eb}.container-notebook .notebook-tab-link-container .show-all-button .show-all-icon{color:#071b32}.container-notebook .notebook-tab-link-container .show-all-button.active,.container-notebook .notebook-tab-link-container .show-all-button:hover{background-color:#224e90}.container-notebook .notebook-tab-link-container .show-all-button.active .show-all-icon,.container-notebook .notebook-tab-link-container .show-all-button:hover .show-all-icon{color:#fff}.container-notebook .notebook-tab-link-container .overlapping-menu{position:absolute;display:block;top:47px;right:0;z-index:1;border-left:1px solid #dce2eb;border-bottom:1px solid #dce2eb;background-color:#fff}.container-notebook .notebook-tab-link-container .overlapping-menu .overlapping-menu-entry{display:flex;align-items:center;padding:10px;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.container-notebook .notebook-tab-link-container .overlapping-menu .overlapping-menu-entry .overlapping-icon{color:#071b32;margin-right:10px;min-width:20px}.container-notebook .notebook-tab-link-container .overlapping-menu .overlapping-menu-entry .overlapping-name{margin:0;padding:0;text-overflow:ellipsis;overflow:hidden;width:100%}.container-notebook .notebook-tab-link-container .overlapping-menu .overlapping-menu-entry.selected{background-color:#224e90}.container-notebook .notebook-tab-link-container .overlapping-menu .overlapping-menu-entry.selected .overlapping-icon,.container-notebook .notebook-tab-link-container .overlapping-menu .overlapping-menu-entry.selected .overlapping-name{color:#fff}.container-notebook .notebook-tab-link-container .notebook-tab-links{width:100%;display:flex;overflow:hidden;background-color:#eef2f6}.container-notebook .notebook-tab-link-container .notebook-tab-links .remote-tabs-parent{display:flex}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link{padding:0 7px;display:flex;align-items:center;background-color:#fff;height:46px;border:none;border-right:1px solid #dce2eb;font-size:14px;font-weight:300;font-family:"Roboto",sans-serif;color:#071b32;cursor:pointer}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link .tab-link-icon{color:#071b32;margin-right:7px}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link .notebook-link-name{white-space:nowrap}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link .notebook-close-icon{color:#071b32;margin-left:7px}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link.icon-only-tab-link{cursor:pointer}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link.tab-link-grey{background-color:#eef0f2}.container-notebook .notebook-tab-link-container .notebook-tab-links .notebook-tab-link:focus{outline:none!important}.container-notebook .notebook-tab-link-container .notebook-tab-links .tab-link-active{font-weight:300!important;background-color:#224e90;color:#fff}.container-notebook .notebook-tab-link-container .notebook-tab-links .tab-link-active .notebook-close-icon,.container-notebook .notebook-tab-link-container .notebook-tab-links .tab-link-active .tab-link-icon{color:#fff}.container-notebook .notebook-tab-link-container .notebook-tab-links .loading-container{display:flex;align-items:center}.container-notebook .notebook-tab-link-container .notebook-tab-links .loading-container .busy{margin:0 10px;fill:#224e90!important}.container-notebook .notebook-tab-content-container{width:100%;height:100%;position:relative}.container-notebook .notebook-tab-content-container:focus{outline:none!important}.container-notebook .notebook-tab-content-container div[data-type=SplitPane]{position:absolute;width:100%}.container-notebook .notebook-tab-content-container .notebook-tab-content{background-color:#fff;overflow:hidden}.container-notebook .notebook-tab-content-container .notebook-tab-content:focus{outline:none!important}.container-notebook .notebook-tab-content-container .notebook-tab-content .hotkeys{height:100%}.container-notebook .notebook-tab-content-container .notebook-tab-content .hotkeys:focus{outline:none!important}.container-notebook .notebook-tab-content-container .fullscreen-button{width:46px;height:46px;border-top-right-radius:5px;border-left:1px solid #dce2eb;display:flex;justify-content:center;align-items:center;color:#071b32;background-color:#fff;position:absolute;top:0;right:0;z-index:1}.container-notebook .notebook-tab-content-container .fullscreen-button:hover{background-color:#dce2eb;color:#fff}.container-notebook .notebook-tab-content-container .panelGroup .panelWrapper{display:block!important}.code-content,.notebook-content{height:100%}.code-content .workbench-buttons,.notebook-content .workbench-buttons{display:flex;border-bottom:1px solid #dce2eb;width:100%;padding:0}.code-content .workbench-buttons .workbench-button,.notebook-content .workbench-buttons .workbench-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32;margin:5px 5px 5px 0}.code-content .workbench-buttons .workbench-button:hover,.notebook-content .workbench-buttons .workbench-button:hover{background-color:#dce2eb;color:#fff}.code-content .workbench-buttons .workbench-button.disabled,.notebook-content .workbench-buttons .workbench-button.disabled{color:#dce2eb}.code-content .workbench-buttons .workbench-button.disabled:hover,.notebook-content .workbench-buttons .workbench-button.disabled:hover{background-color:#fff;color:#dce2eb}.code-content .workbench-buttons .workbench-button.label-button,.notebook-content .workbench-buttons .workbench-button.label-button{display:flex;align-items:center;justify-content:center;cursor:pointer;height:30px;width:unset;padding:0 15px;border-radius:15px;color:#fff;transition:background-color .25s ease-out,color .25s ease-out}.code-content .workbench-buttons .workbench-button.label-button-app,.notebook-content .workbench-buttons .workbench-button.label-button-app{background-color:#6aa0eb}.code-content .workbench-buttons .workbench-button.label-button-app:focus,.code-content .workbench-buttons .workbench-button.label-button-app:hover,.notebook-content .workbench-buttons .workbench-button.label-button-app:focus,.notebook-content .workbench-buttons .workbench-button.label-button-app:hover{background:#224e90}.code-content .workbench-buttons .workbench-button.label-button-app span,.notebook-content .workbench-buttons .workbench-button.label-button-app span{white-space:nowrap}.code-content .workbench-buttons .workbench-button.label-button-code-capsule,.notebook-content .workbench-buttons .workbench-button.label-button-code-capsule{background-color:#224e90}.code-content .workbench-buttons .workbench-button.label-button-code-capsule:focus,.code-content .workbench-buttons .workbench-button.label-button-code-capsule:hover,.notebook-content .workbench-buttons .workbench-button.label-button-code-capsule:focus,.notebook-content .workbench-buttons .workbench-button.label-button-code-capsule:hover{background:#6aa0eb}.code-content .workbench-buttons .workbench-button.label-button-code-capsule span,.notebook-content .workbench-buttons .workbench-button.label-button-code-capsule span{white-space:nowrap}.code-content .workbench-buttons .workbench-button.label-button-archetype,.notebook-content .workbench-buttons .workbench-button.label-button-archetype{background-color:#9fd356}.code-content .workbench-buttons .workbench-button.label-button-archetype:focus,.code-content .workbench-buttons .workbench-button.label-button-archetype:hover,.notebook-content .workbench-buttons .workbench-button.label-button-archetype:focus,.notebook-content .workbench-buttons .workbench-button.label-button-archetype:hover{background:#5ea400}.code-content .workbench-buttons .workbench-button.label-button-archetype span,.notebook-content .workbench-buttons .workbench-button.label-button-archetype span{white-space:nowrap}.code-content .workbench-buttons .unsaved-changes,.notebook-content .workbench-buttons .unsaved-changes{color:#ec3d3d}.code-content .workbench-buttons:first-child,.notebook-content .workbench-buttons:first-child{padding-left:5px}.code-content .workbench-buttons .markdown-tab-bar,.notebook-content .workbench-buttons .markdown-tab-bar{display:flex;align-items:center;margin-right:5px;margin-left:auto}.code-content .workbench-buttons .markdown-tab-bar .md-tab,.notebook-content .workbench-buttons .markdown-tab-bar .md-tab{color:#071b32;background-color:#eef0f2;display:flex;align-items:center;padding:0 20px;cursor:pointer;height:30px}.code-content .workbench-buttons .markdown-tab-bar .md-tab:first-child,.notebook-content .workbench-buttons .markdown-tab-bar .md-tab:first-child{border-top-left-radius:15px;border-bottom-left-radius:15px}.code-content .workbench-buttons .markdown-tab-bar .md-tab:last-child,.notebook-content .workbench-buttons .markdown-tab-bar .md-tab:last-child{border-top-right-radius:15px;border-bottom-right-radius:15px}.code-content .workbench-buttons .markdown-tab-bar .md-tab.active,.notebook-content .workbench-buttons .markdown-tab-bar .md-tab.active{color:#fff;background:#224e90}.code-content .workbench-button-separator,.notebook-content .workbench-button-separator{margin:auto}.notebook-content{display:flex;flex-direction:column}.notebook-content .hotkeys:focus{outline:none}.notebook-content .cell-type{margin:5px 5px 5px 0;width:140px}.notebook-content .kernel-display-name-container{background-color:#eef0f2;display:flex;justify-content:center;align-items:center;float:right;padding:0 7px 0 12px;height:30px;border-radius:2px;border:1px solid #dce2eb;margin:5px 15px 5px 0}.notebook-content .kernel-display-name-container p{text-align:right;color:#071b32;font-weight:300;padding:0;white-space:nowrap}.notebook-content .kernel-display-name-container .kernel-status{width:24px;overflow:hidden}.notebook-content .kernel-display-name-container .kernel-status .busy svg circle{fill:#f2ad5f}.notebook-content .kernel-display-name-container .kernel-status .busy svg circle:not(:first-child){display:none}.notebook-content .kernel-display-name-container .kernel-status .status-circle{width:16px;height:16px;border-radius:8px;margin-left:7px}.notebook-content .kernel-display-name-container .kernel-status .status-circle.idle{background-color:#9fd356}.notebook-content .kernel-display-name-container .kernel-status .status-circle.no{background-color:#071b32}.notebook-content .kernel-display-name-container .kernel-status .status-circle.starting{width:14px;height:14px;border-radius:7px;border:1px solid #071b32}.notebook-content .cells{display:block;padding-bottom:200px;height:calc(100vh - 251px);overflow-y:auto}.notebook-content .cells .NotebookCell:last-child{margin-bottom:250px}.app-cell-container .output-container-parent,.code-cell .output-container-parent{border:1px solid #dce2eb;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#f5f7f9;position:relative}.app-cell-container .output-container-parent.has-error,.code-cell .output-container-parent.has-error{background-color:#f4e9e9}.app-cell-container .output-container-parent .output-container-buttons,.code-cell .output-container-parent .output-container-buttons{display:flex;flex-direction:column;width:22px;align-items:center;margin:0 5px}.app-cell-container .output-container-parent .output-container-buttons .output-button,.code-cell .output-container-parent .output-container-buttons .output-button{border-radius:2px;width:20px;height:20px;margin-bottom:2px;display:flex;align-items:center;justify-content:center;border:1px solid #dce2eb;background-color:#fff}.app-cell-container .output-container-parent .output-container-buttons .output-button.output-button-error,.code-cell .output-container-parent .output-container-buttons .output-button.output-button-error{color:#ec3d3d}.app-cell-container .output-container-parent .output-container-buttons .output-button.output-button-neutral,.code-cell .output-container-parent .output-container-buttons .output-button.output-button-neutral{color:#071b32}.app-cell-container .output-container-parent .output-container-parent--is-overlapping,.code-cell .output-container-parent .output-container-parent--is-overlapping{width:50px;height:20px;border-radius:10px;border:1px solid #dce2eb;background-color:#fff;position:absolute;right:50%;bottom:-10px;display:flex;align-items:center;justify-content:center;color:#224e90;transition:background-color .1s ease-in-out,color .1s ease-in-out;cursor:pointer;z-index:2}.app-cell-container .output-container-parent .output-container-parent--is-overlapping:hover,.code-cell .output-container-parent .output-container-parent--is-overlapping:hover{background-color:#224e90;color:#fff}.app-cell-container .output-container-parent .output-container-parent--is-overlapping-shadow-top,.code-cell .output-container-parent .output-container-parent--is-overlapping-shadow-top{z-index:1;height:10px;background-image:linear-gradient(#dce2eb,transparent);position:absolute;top:0;left:0;right:0}.app-cell-container .output-container-parent .output-container-parent--is-overlapping-shadow-bottom,.code-cell .output-container-parent .output-container-parent--is-overlapping-shadow-bottom{z-index:1;height:10px;background-image:linear-gradient(transparent,#dce2eb);position:absolute;bottom:0;left:0;right:0}.app-cell-container .output-container-parent .output-container-parent--scroll-to-bottom,.code-cell .output-container-parent .output-container-parent--scroll-to-bottom{border-radius:2px;position:absolute;bottom:0;right:10px;z-index:2}.code-content .editor-parent-container{overflow:auto;height:calc(100vh - 253px)}.code-content .editor-parent-container .editor-con{margin:10px;border:1px solid #dce2eb;border-radius:2px;font-family:"Monaco",monospace!important;padding:5px}.code-content .editor-parent-container .editor-con textarea:focus{outline:none!important}.code-content .editor-parent-container .markdown-con{margin:10px;padding:5px}.dropdown .Dropdown-root{position:relative}.dropdown .Dropdown-control{position:relative;overflow:hidden;background-color:#fff;border:1px solid #dce2eb;border-radius:2px;box-sizing:border-box;color:#071b32;cursor:default;outline:none;padding:8px 52px 8px 10px;transition:all .2s ease;height:30px;width:140px}.dropdown .Dropdown-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.dropdown .Dropdown-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;margin-top:-ceil(2.5);position:absolute;right:10px;top:14px;width:0}.dropdown .is-open .Dropdown-arrow{border-color:transparent transparent #999;border-width:0 5px 5px}.dropdown .Dropdown-menu{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000;-webkit-overflow-scrolling:touch}.dropdown .Dropdown-menu .Dropdown-group>.Dropdown-title{padding:8px 10px;color:#333;font-weight:700;text-transform:capitalize}.dropdown .Dropdown-option{box-sizing:border-box;color:rgba(51,51,51,.8);cursor:pointer;display:block;padding:8px 10px}.dropdown .Dropdown-option:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.dropdown .Dropdown-option:hover{background-color:#f5f7f9;color:#333}.dropdown .Dropdown-option.is-selected{background-color:#eef0f2;color:#333}.dropdown .Dropdown-noresults{box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.code-content,.NotebookCell{width:100%}.code-content .ace_editor,.NotebookCell .ace_editor{font-size:14px!important}.code-content .ace_editor textarea,.NotebookCell .ace_editor textarea{min-height:0!important}.code-content .ace_active-line,.NotebookCell .ace_active-line{background-color:transparent!important}.code-content .ace_gutter-cell,.NotebookCell .ace_gutter-cell{background-color:#eef0f2!important}.code-content .ace_hidden-cursors,.NotebookCell .ace_hidden-cursors{display:none!important}.code-content .ace_selection,.NotebookCell .ace_selection{border-radius:0}.raw-cell .ace-tomorrow,.raw-cell .ace_active-line{background-color:transparent!important}.markdown-cell .app-intro-description li,.markdown-cell .app-intro-description p,.markdown-cell .app-intro-description td,.markdown-cell .app-intro-description th,.markdown-cell .NotebookCell--container li,.markdown-cell .NotebookCell--container p,.markdown-cell .NotebookCell--container td,.markdown-cell .NotebookCell--container th,.markdown-con .app-intro-description li,.markdown-con .app-intro-description p,.markdown-con .app-intro-description td,.markdown-con .app-intro-description th,.markdown-con .NotebookCell--container li,.markdown-con .NotebookCell--container p,.markdown-con .NotebookCell--container td,.markdown-con .NotebookCell--container th{font-size:16px;font-weight:300}.markdown-cell .app-intro-description h1,.markdown-cell .app-intro-description h2,.markdown-cell .app-intro-description h3,.markdown-cell .app-intro-description h4,.markdown-cell .app-intro-description h5,.markdown-cell .app-intro-description h6,.markdown-cell .app-intro-description ol,.markdown-cell .app-intro-description p,.markdown-cell .app-intro-description ul,.markdown-cell .NotebookCell--container h1,.markdown-cell .NotebookCell--container h2,.markdown-cell .NotebookCell--container h3,.markdown-cell .NotebookCell--container h4,.markdown-cell .NotebookCell--container h5,.markdown-cell .NotebookCell--container h6,.markdown-cell .NotebookCell--container ol,.markdown-cell .NotebookCell--container p,.markdown-cell .NotebookCell--container ul,.markdown-con .app-intro-description h1,.markdown-con .app-intro-description h2,.markdown-con .app-intro-description h3,.markdown-con .app-intro-description h4,.markdown-con .app-intro-description h5,.markdown-con .app-intro-description h6,.markdown-con .app-intro-description ol,.markdown-con .app-intro-description p,.markdown-con .app-intro-description ul,.markdown-con .NotebookCell--container h1,.markdown-con .NotebookCell--container h2,.markdown-con .NotebookCell--container h3,.markdown-con .NotebookCell--container h4,.markdown-con .NotebookCell--container h5,.markdown-con .NotebookCell--container h6,.markdown-con .NotebookCell--container ol,.markdown-con .NotebookCell--container p,.markdown-con .NotebookCell--container ul{margin:10px 5px!important}.markdown-cell .app-intro-description li,.markdown-cell .NotebookCell--container li,.markdown-con .app-intro-description li,.markdown-con .NotebookCell--container li{margin-bottom:0!important}.markdown-cell .app-intro-description em,.markdown-cell .NotebookCell--container em,.markdown-con .app-intro-description em,.markdown-con .NotebookCell--container em{font-style:italic!important}.markdown-cell .app-intro-description code,.markdown-cell .NotebookCell--container code,.markdown-con .app-intro-description code,.markdown-con .NotebookCell--container code{font-family:"Monaco",monospace!important;font-size:14px!important;background-color:transparent!important}.markdown-cell .app-intro-description h1,.markdown-cell .NotebookCell--container h1,.markdown-con .app-intro-description h1,.markdown-con .NotebookCell--container h1{font-size:24px;font-weight:600;font-family:"Roboto",sans-serif}.markdown-cell .app-intro-description h2,.markdown-cell .NotebookCell--container h2,.markdown-con .app-intro-description h2,.markdown-con .NotebookCell--container h2{font-size:22px;font-weight:600;font-family:"Roboto",sans-serif}.markdown-cell .app-intro-description h3,.markdown-cell .NotebookCell--container h3,.markdown-con .app-intro-description h3,.markdown-con .NotebookCell--container h3{font-size:20px;font-weight:600;font-family:"Roboto",sans-serif}.markdown-cell .app-intro-description h4,.markdown-cell .NotebookCell--container h4,.markdown-con .app-intro-description h4,.markdown-con .NotebookCell--container h4{font-size:18px;font-weight:600;font-family:"Roboto",sans-serif}.markdown-cell .app-intro-description h5,.markdown-cell .app-intro-description h6,.markdown-cell .NotebookCell--container h5,.markdown-cell .NotebookCell--container h6,.markdown-con .app-intro-description h5,.markdown-con .app-intro-description h6,.markdown-con .NotebookCell--container h5,.markdown-con .NotebookCell--container h6{font-size:16px;font-weight:600;font-family:"Roboto",sans-serif}.markdown-cell .app-intro-description th,.markdown-cell .NotebookCell--container th,.markdown-con .app-intro-description th,.markdown-con .NotebookCell--container th{color:#071b32;font-weight:600}.markdown-cell .app-intro-description pre,.markdown-cell .NotebookCell--container pre,.markdown-con .app-intro-description pre,.markdown-con .NotebookCell--container pre{padding:5px;border:1px solid #eef0f2}.markdown-cell .app-intro-description pre code,.markdown-cell .NotebookCell--container pre code,.markdown-con .app-intro-description pre code,.markdown-con .NotebookCell--container pre code{font-family:"Monaco",monospace!important}.markdown-cell .app-intro-description ol,.markdown-cell .app-intro-description ul,.markdown-cell .NotebookCell--container ol,.markdown-cell .NotebookCell--container ul,.markdown-con .app-intro-description ol,.markdown-con .app-intro-description ul,.markdown-con .NotebookCell--container ol,.markdown-con .NotebookCell--container ul{list-style-position:outside;line-height:inherit;margin-left:50px!important}.markdown-cell .app-intro-description ul,.markdown-cell .NotebookCell--container ul,.markdown-con .app-intro-description ul,.markdown-con .NotebookCell--container ul{list-style-type:none}.markdown-cell .app-intro-description ul li,.markdown-cell .NotebookCell--container ul li,.markdown-con .app-intro-description ul li,.markdown-con .NotebookCell--container ul li{position:relative}.markdown-cell .app-intro-description ul li:before,.markdown-cell .NotebookCell--container ul li:before,.markdown-con .app-intro-description ul li:before,.markdown-con .NotebookCell--container ul li:before{font-weight:300;content:"–";position:absolute;text-align:right;width:20px;left:-30px}.markdown-cell .app-intro-description ol,.markdown-cell .NotebookCell--container ol,.markdown-con .app-intro-description ol,.markdown-con .NotebookCell--container ol{list-style-type:none;counter-reset:my-awesome-counter}.markdown-cell .app-intro-description ol li,.markdown-cell .NotebookCell--container ol li,.markdown-con .app-intro-description ol li,.markdown-con .NotebookCell--container ol li{counter-increment:my-awesome-counter;position:relative}.markdown-cell .app-intro-description ol li:before,.markdown-cell .NotebookCell--container ol li:before,.markdown-con .app-intro-description ol li:before,.markdown-con .NotebookCell--container ol li:before{font-weight:300;content:counter(my-awesome-counter) ".";position:absolute;width:40px;left:-50px;text-align:right}.dialog-container{padding:0 20px}.dialog-container .dialog-inner-container{max-width:900px;margin:20px auto 40px}.dialog-container .dialog-inner-container .dialog-header{display:flex;align-items:flex-start}.dialog-container .dialog-inner-container .dialog-header .dialog-header-item{margin-right:20px}.dialog-container .dialog-inner-container .dialog-headline{font-size:20px;margin-bottom:40px}.dialog-container .dialog-inner-container .step-container{color:#071b32;display:flex;margin-bottom:40px}.dialog-container .dialog-inner-container .step-container .bubble{margin-right:20px;width:40px;height:40px;color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center}.dialog-container .dialog-inner-container .step-container .bubble p{font-size:20px;padding:0}.dialog-container .dialog-inner-container .step-container .bubble-info{background-color:#224e90}.dialog-container .dialog-inner-container .step-container .bubble-ok{background-color:#9fd356}.dialog-container .dialog-inner-container .step-container .bubble-warn{background-color:#f2ad5f}.dialog-container .dialog-inner-container .step-container .bubble-delete{background-color:#ec3d3d}.dialog-container .dialog-inner-container .step-container .checked-icon{color:#fff}.dialog-container .dialog-inner-container .step-container .description-container{margin-top:14px;display:flex;margin-right:40px}.dialog-container .dialog-inner-container .step-container .description-container .description{width:300px}.dialog-container .dialog-inner-container .step-container .description-container .description .title{min-height:40px;margin-bottom:16px;font-weight:500;color:#224e90;display:flex;align-items:center;font-size:15px;vertical-align:baseline}.dialog-container .dialog-inner-container .step-container .input-container{display:flex;flex-direction:column;flex-grow:1}.dialog-container .dialog-inner-container .step-container .input-container input{border-radius:5px;border:1px solid #dce2eb;height:40px;font-size:14px;font-family:"Roboto",sans-serif;color:#071b32;font-weight:300;padding:0 13px;margin:0}.dialog-container .dialog-inner-container .step-container .input-container input:focus{outline:none!important}.dialog-container .dialog-inner-container .step-container .input-container .error-container{height:18px}.dialog-container .dialog-inner-container .step-container .input-container .error-container p{text-align:right;margin:0;color:#ec3d3d}.dialog-container .dialog-inner-container .step-container .input-container-error .input,.dialog-container .dialog-inner-container .step-container .input-container-error .Select-control,.dialog-container .dialog-inner-container .step-container .input-container-error .textarea{border:1px solid #ec3d3d!important}.dialog-container .dialog-inner-container .step-container .input-container-error .path-input{color:#ec3d3d}.dialog-container .dialog-inner-container .step-container .kernel-input{flex-direction:row}.dialog-container .dialog-button-container{display:flex;justify-content:flex-end}.dialog-container .dialog-button-container .dialog-button{min-width:120px;height:40px;border:none;border-radius:20px;font-size:14px;font-weight:300;margin-left:10px}.dialog-container .dialog-button-container .dialog-button:focus{outline:none}.dialog-container .dialog-button-container .dialog-button.dialog-button-neutral{background-color:#fff;color:#224e90}.dialog-container .dialog-button-container .dialog-button.dialog-button-neutral:hover{background-color:#224e90;color:#fff}.dialog-container .dialog-button-container .dialog-button.dialog-button-ok{color:#fff;background-color:#9fd356}.dialog-container .dialog-button-container .dialog-button.dialog-button-ok:disabled{opacity:.25}.dialog-container .dialog-button-container .dialog-button.dialog-button-blue{color:#fff;background-color:#224e90}.dialog-container .dialog-button-container .dialog-button.dialog-button-blue:disabled{opacity:.25}.dialog-container .dialog-button-container .dialog-button.dialog-button-warn{color:#fff;background-color:#f2ad5f}.dialog-container .dialog-button-container .dialog-button.dialog-button-warn:disabled{opacity:.25}.dialog-container .dialog-button-container .dialog-button.dialog-button-delete{color:#fff;background-color:#ec3d3d;display:flex;justify-content:center;align-items:center}.dialog-container .dialog-button-container .dialog-button.dialog-button-delete:disabled{opacity:.25}.dialog-container .dialog-button-container .dialog-button.dialog-button-delete:hover{background-color:#c23030}.dialog-container .dialog-button-container .dialog-button.dialog-button-delete .busy{margin-top:-12px}.kernelspecs{display:flex;flex-wrap:wrap;margin-right:-5px}.kernelspecs .kernelspec-container{width:110px;height:110px;display:flex;flex-direction:column;align-items:center;border:1px solid #dce2eb;border-radius:5px;margin:5px;cursor:pointer}.kernelspecs .kernelspec-container.selected{border:1px solid #224e90;transition:.2s ease-in-out}.kernelspecs .kernelspec-container.unselected .icon-container .icon{-webkit-filter:saturate(0) brightness(1.1);filter:saturate(0) brightness(1.1);transition:.2s ease-in-out}.kernelspecs .kernelspec-container .icon-container{width:70px;height:70px;margin:5px}.kernelspecs .kernelspec-container .icon-container .icon{width:100%!important;height:100%!important}.kernelspecs .kernelspec-container .display-name{margin:5px 0 0}.notifications-wrapper .notification-title{font-weight:500}.notifications-wrapper .notification-info{background-color:#eef0f2!important;border-top-color:#a6aeb5!important}.notifications-wrapper .notification-info .notification-title{color:#a6aeb5!important}.notifications-wrapper .notification-action-button{height:40px;border-radius:20px!important;color:#fff!important;width:120px;font-weight:300!important;margin-left:auto!important}.notifications-wrapper .notification-success{background-color:#eef4df!important;border-top-color:#5ea400!important}.notifications-wrapper .notification-success .notification-title{color:#5ea400!important}.notifications-wrapper .notification-success .notification-action-button{background-color:#9fd356!important}.notifications-wrapper .notification-error{background-color:#f4e9e9!important;border-top-color:#ec3d3d!important}.notifications-wrapper .notification-error .notification-title{color:#ec3d3d!important}.notifications-wrapper .notification-dismiss{display:none}.MainContainer.StartWorkbench .button-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.MainContainer.StartWorkbench .button-container .busy path{fill:#a6aeb5}.MainContainer.StartWorkbench.ReloginRequired .ReloginRequired--headline{text-align:center;font-size:16px}.MainContainer.StartWorkbench.ReloginRequired .ReloginRequired--buttons-parent{display:flex;align-items:center;justify-content:center}.MainContainer.StartWorkbench.ReloginRequired .ReloginRequired--buttons-parent a{text-decoration:none}.MainContainer.StartWorkbench.ErrorContainer .ErrorInnerContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.MainContainer.StartWorkbench.ErrorContainer .ErrorInnerContainer .ErrorMessageContainer{width:600px;height:260px;background-color:#fff;border:1px solid #dce2eb;border-radius:5px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.open-collapse-toggle{cursor:pointer;height:20px;position:relative;width:20px}.open-collapse-toggle:after,.open-collapse-toggle:before{content:"";height:2px;top:9px;position:absolute;left:3px;width:14px;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;border-radius:1px}.open-collapse-toggle:after{-webkit-transform-origin:center;transform-origin:center}.open-collapse-toggle.collapsed:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.open-collapse-toggle.collapsed:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.start-server-parent{width:600px;height:260px;background-color:#fff;border:1px solid #dce2eb;border-radius:5px;padding:20px;display:flex;flex-direction:column}.start-server-parent .start-server-headline-parent{display:flex;justify-content:center;margin-bottom:auto;height:60px}.start-server-parent .start-server-headline-parent .start-server-headline{font-size:18px;font-weight:400}.start-server-parent .start-server-message-parent{display:flex;justify-content:center;height:60px;margin-top:20px}.start-server-parent .start-server-button-parent{margin-top:20px}.start-server-parent .start-server-button-parent .start-server-button{height:80px;cursor:pointer;position:relative}.start-server-parent .start-server-button-parent .start-server-button .start-server-button--button{background:#87c333;height:40px;width:200px;text-align:center;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;margin:0 auto;border-radius:20px}.start-server-parent .start-server-button-parent .start-server-button .start-server-button--text{font:"Roboto",sans-serif;font-weight:300;color:#fff;position:absolute;top:50%;-webkit-transform:translateY(-52%);transform:translateY(-52%);left:0;right:0}.start-server-parent .start-server-button-parent .start-server-button .start-server-button--progress-bar{position:absolute;height:10px;width:0;right:0;top:50%;left:50%;border-radius:200px;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);background:#87c333}.start-server-parent .start-server-button-parent .start-server-button .start-server-button--logo{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);opacity:0}.start-server-parent .start-server-button-parent .start-server-button .start-server-button--logo svg{width:80px;height:80px}.app-cell-container .input-output-cell-headline-container{display:flex;align-items:center}.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left{display:flex;align-items:center;min-width:180px}.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left .visual-input-headline,.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left .visual-output-headline{display:flex;align-items:center;padding:0}.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left .visual-input-headline span,.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left .visual-output-headline span{font-family:"Roboto",sans-serif;display:inline-block;vertical-align:middle;font-weight:400;font-size:15px}.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left .visual-input-amount-indicator{height:20px;min-width:20px;border-radius:10px;background-color:#9f9f9f;margin-left:5px;cursor:default}.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-left .visual-input-amount-indicator span{font-family:"Roboto",sans-serif;color:#fff;font-weight:400;font-size:12px;padding:3px 5px;display:block;min-width:20px;line-height:14px;text-align:center}.app-cell-container .input-output-cell-headline-container .input-output-cell-headline-right{display:flex;align-items:center}.app-cell-container .workbench-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32;margin:0 5px 0 0}.app-cell-container .workbench-button:hover{background-color:#dce2eb;color:#fff}.app-cell-container .workbench-button.disabled{color:#dce2eb}.app-cell-container .workbench-button.disabled:hover{background-color:#fff;color:#dce2eb}.app-cell-container hr{margin:7px 0;border-color:#dce2eb;max-width:unset}.input-element{display:flex;font-family:"Roboto",sans-serif;margin:5px;box-shadow:None;border-radius:4px}.input-element:not(:last-child){margin-bottom:10px}.input-element .input-element-buttons{border-top:1px solid #eef0f2;border-left:1px solid #eef0f2;border-bottom:1px solid #eef0f2;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;margin-right:-4px}.input-element .input-element-buttons .input-element-icon-parent{display:flex;justify-content:center;align-items:center;margin:0 5px 5px 0;cursor:default}.input-element .input-element-body{display:flex;width:0;flex-grow:1}.input-element .input-element-body .input-element-source{margin-left:-4px;padding:10px 10px 10px 14px;border-top:1px solid #eef0f2;border-right:1px solid #eef0f2;border-bottom:1px solid #eef0f2;border-top-right-radius:4px;border-bottom-right-radius:4px;font-family:"Monaco",monospace;flex-grow:1;display:flex;flex-direction:column;overflow:scroll;max-width:100%;max-height:150px}.input-element .input-element-container{background-color:#f5f7f9;border:1px solid #eef0f2;border-radius:4px;padding:10px;width:280px;display:flex;flex-direction:column}.input-element .input-element-container .input-element-label{cursor:default;font-weight:500;font-size:14px;padding:0;margin-bottom:5px}.input-element .input-element-container .input-element-description{cursor:default;font-size:14px;padding:0;margin-bottom:5px}.input-element .input-element-container .input-element-error{cursor:default;color:#ec3d3d;padding:0;margin-bottom:5px}.input-element .input-element-container .inner-input-element.number-input-element,.input-element .input-element-container .inner-input-element.text-input-element{min-width:200px}.input-element .input-element-container .inner-input-element.numeric-slider-element{margin-top:10px}.input-element .input-element-container .inner-input-element.numeric-slider-element .value-preview{background-color:#eef0f2;border:1px solid #bbb;border-radius:4px;padding:14px 20px;cursor:default;height:46px;font-size:15px}.input-element .input-element-container .inner-input-element.numeric-slider-element .numeric-slider{margin-top:10px}.input-element .input-element-container .inner-input-element.check-box-element .checkbox-item{margin:10px 0;width:24px;height:24px}.input-element .input-element-container .inner-input-element.dropdown-select-element,.input-element .input-element-container .inner-input-element.toggle-element{margin-top:10px}.input-element .input-element-container .inner-input-element.multiple-select-element,.input-element .input-element-container .inner-input-element.radio-buttons-element{margin-top:10px;display:flex;flex-direction:column}.input-element .input-element-container .inner-input-element.multiple-select-element .checkbox-item-parent{display:flex;width:100%;margin-bottom:7px}.input-element .input-element-container .inner-input-element.multiple-select-element .checkbox-item-parent .checkbox-item{margin:0 0 5px;height:24px;width:24px}.input-element .input-element-container .inner-input-element.multiple-select-element .checkbox-item-parent .name{margin-left:5px;font-size:15px}.input-element .input-element-container .inner-input-element.upload{padding:10px}.input-element.editable-table .input-element-body,.input-element.selectable-scatter-plot .input-element-body,.input-element.upload .input-element-body{flex-direction:column}.input-element.editable-table .input-element-body .input-element-container,.input-element.selectable-scatter-plot .input-element-body .input-element-container,.input-element.upload .input-element-body .input-element-container{width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.input-element.editable-table .input-element-body .input-element-source,.input-element.selectable-scatter-plot .input-element-body .input-element-source,.input-element.upload .input-element-body .input-element-source{border-top-right-radius:0}.output-element-parent{display:flex;margin:5px;box-shadow:None}.output-element-parent:not(:last-child){margin-bottom:10px}.output-element-parent.code-output .output-element-container{width:0;flex-grow:1;padding:0;background-color:unset;border-radius:unset}.output-element-parent.download-file .output-element-container{font-family:"Roboto",sans-serif;padding:5px 20px 20px 10px}.output-element-parent.download-file .output-element-container .output-element-download-button{margin-top:15px}.output-element-parent.download-file .output-element-container .output-element-not-found-error{margin-top:15px;color:#ec3d3d}.output-element-parent .output-element-buttons{border-top:1px solid #eef0f2;border-left:1px solid #eef0f2;border-bottom:1px solid #eef0f2;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;margin-right:-4px}.output-element-parent .output-element-buttons .output-element-icon-parent{display:flex;justify-content:center;align-items:center;margin:0 5px 5px 0;cursor:default}.output-element-parent .output-element-container{background-color:#f5f7f9;border:1px solid #eef0f2;border-radius:4px;padding:10px}.output-element-parent .output-element-container .output-element-label{cursor:default;font-weight:500;font-size:14px;padding:0;margin-bottom:5px}.output-element-parent .output-element-container .output-element-description{cursor:default;font-size:14px;padding:0;margin-bottom:5px}.output-element-parent .output-element-container .editor-parent-container{margin:-1px;padding-top:0}.output-element-parent .output-element-container .editor-parent-container .editor-container .code-cell-editor{min-height:32px}.output-element-parent .output-element-container .output-container-parent{margin:0 -1px -1px}.ReactModalPortal .ReactModal__Overlay--after-open{z-index:10}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent{min-width:400px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .element-name{color:#071b32;font-size:15px;font-weight:500}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body{display:flex;padding-top:20px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-headline{color:#071b32;font-size:15px;font-weight:500;margin-bottom:10px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left,.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right{border:1px solid #dce2eb;padding:10px;border-radius:4px;background-color:#f5f7f9}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left{width:100%;min-width:400px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row{display:flex}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row:not(:last-child){margin-bottom:20px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col{width:100%}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col:not(:last-child){margin-right:10px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col:not(:first-child){margin-left:10px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col.error input{border:1px solid #ec3d3d}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--headline{display:flex}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--headline .form--label{margin-bottom:5px;padding-bottom:0}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--headline .form--error{color:#ec3d3d;margin-bottom:5px;padding-bottom:0;margin-left:auto}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent{width:100%;display:flex}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button{z-index:2;background-color:#fff;display:flex;align-items:center;justify-content:center;width:36px;height:46px;border:1px solid #bbb;border-radius:4px;margin-left:5px;flex-shrink:0;cursor:pointer}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button svg{transition:color .25s ease-out}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button svg path{transition:fill .25s ease-out}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button.origin-input svg{color:#dce2eb}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button.origin-input:hover svg{color:#9bacc6}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button.origin-variable svg{color:#224e90}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button.origin-variable svg path{fill:#224e90}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button.origin-variable:hover svg{color:#457ed3}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .form--input-parent .use-variable-button.origin-variable:hover svg path{fill:#457ed3}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .Select{width:100%}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .radio-buttons-element{display:flex;flex-direction:column}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .multiple-select-element{margin-top:10px;display:flex;flex-direction:column}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .multiple-select-element .checkbox-item-parent{display:flex;width:100%;margin-bottom:7px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .multiple-select-element .checkbox-item-parent .checkbox-item{margin:0 0 5px;height:24px;width:24px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .multiple-select-element .checkbox-item-parent .name{margin-left:5px;font-size:15px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .input-row .input-col .checkbox-item{min-height:20px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-left .horizonal-separator{width:100%;height:1px;background-color:#dce2eb;margin-bottom:10px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right{margin-left:20px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent{border:1px solid #bbb;border-radius:4px;background-color:#fff;display:block}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent .variables-list .ct-headline{background-color:#fff;border-top-left-radius:4px;border-top-right-radius:4px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent .variables-list .valid-variable{cursor:pointer}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent .variables-list .invalid-variable{cursor:not-allowed;color:#a6aeb5}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent .variables-list .highlight-row{background-color:#224e90;color:#fff}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent .variables-list .ct-row{max-height:70px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .variables-parent .variables-list .ct-col-parsed-value{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .buttons-parent{width:100%;display:flex;justify-content:flex-end;margin-top:10px}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-body .modal-body-right .buttons-parent .button-cancel{margin-left:auto}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-footer{margin-top:15px;width:100%;display:flex}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-footer .button:first-child{margin-left:auto}.ReactModalPortal .ReactModal__Overlay--after-open .modal-parent .modal-footer .button:not(:first-child){margin-left:13px}.modal-select-parent{min-width:630px;max-width:630px}.modal-select-elements{display:flex;flex-wrap:wrap;padding-top:24px}.modal-select-elements .selectable-element{width:200px;height:50px;border:1px solid #dce2eb;margin:5px;padding:10px;border-radius:5px;cursor:pointer;display:flex;align-items:center}.modal-select-elements .selectable-element:hover{background-color:#eef0f2}.modal-select-elements .selectable-element .element-icon{width:24px;height:24px;margin-right:20px}.modal-select-elements .selectable-element .element-name{text-align:center}.elements-parent .empty,.variables-parent .empty{padding:10px 10px 10px 45px;font-family:"Roboto",sans-serif;display:inline-block}.variables-parent{display:flex;flex-wrap:wrap;font-family:"Roboto",sans-serif}.variables-parent .variable-card{margin:5px;display:flex;flex-direction:row;width:322px;border-radius:4px;box-shadow:None}.variables-parent .variable-card .variable-card-buttons{border-top:1px solid #eef0f2;border-left:1px solid #eef0f2;border-bottom:1px solid #eef0f2;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;margin-right:-4px}.variables-parent .variable-card .variable-card-buttons .variable-icon-parent{display:flex;justify-content:center;align-items:center;margin:0 5px 5px 0;cursor:default}.variables-parent .variable-card .variable-card-fields{background-color:#f5f7f9;border:1px solid #eef0f2;border-radius:4px;padding:10px;width:280px}.variables-parent .variable-card .variable-card-fields .variable-name-parent{margin-bottom:5px}.variables-parent .variable-card .variable-card-fields .variable-name-parent input{color:#071b32;font-family:"Monaco",monospace;font-size:13px}.variables-parent .variable-card .variable-card-fields .variable-override-parent{margin-top:10px;display:flex;align-items:center}.variables-parent .variable-card .variable-card-fields .variable-override-parent .checkbox-item{margin:0 10px 0 0;width:20px;height:20px}.variables-parent .variable-card .variable-card-fields .variable-value-parent{cursor:default;margin-top:5px;border:1px solid #dce2eb;border-radius:4px;padding:13px 18px 10px;height:46px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.variables-parent .variable-card .variable-card-fields .variable-error-parent{cursor:default;margin-top:5px;border:1px solid #ec3d3d;border-radius:4px;padding:13px 18px 10px;height:46px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#ec3d3d}.collab-bar{display:flex;border-bottom:1px solid #dce2eb;background-color:#fff;height:41px}.CollaborationSpace--content{padding:20px 15px;height:100%;overflow-y:auto}.CollaborationSpace--content .groups,.CollaborationSpace--content .repositories{height:100%}.CollaborationSpace--content .groups .headline,.CollaborationSpace--content .repositories .headline{display:flex;flex-direction:row;padding:0 10px 25px;align-items:center;justify-content:flex-end}.CollaborationSpace--content .groups .headline.with-border,.CollaborationSpace--content .repositories .headline.with-border{border-bottom:1px solid #dce2eb}.CollaborationSpace--content .groups .headline .search,.CollaborationSpace--content .repositories .headline .search{margin-right:auto;margin-left:40px}.CollaborationSpace--content .groups .headline .search input,.CollaborationSpace--content .repositories .headline .search input{height:36px;padding:8px 13px;font-size:14px}.CollaborationSpace--content .groups .repository,.CollaborationSpace--content .repositories .repository{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px}.CollaborationSpace--content .groups .repository:hover,.CollaborationSpace--content .repositories .repository:hover{background-color:#eef0f2}.CollaborationSpace--content .groups .repository .repo-icon-parent,.CollaborationSpace--content .repositories .repository .repo-icon-parent{margin-right:20px}.CollaborationSpace--content .groups .repository .repo-name-parent,.CollaborationSpace--content .repositories .repository .repo-name-parent{flex-grow:1}.CollaborationSpace--content .groups .repository .repo-name-parent .repo-name,.CollaborationSpace--content .repositories .repository .repo-name-parent .repo-name{display:flex;align-items:center}.CollaborationSpace--content .groups .repository .repo-name-parent .repo-name .name,.CollaborationSpace--content .repositories .repository .repo-name-parent .repo-name .name{font-weight:400;margin-right:10px}.CollaborationSpace--content .groups .repository .repo-name-parent .repo-created,.CollaborationSpace--content .groups .repository .repo-name-parent .repo-description,.CollaborationSpace--content .repositories .repository .repo-name-parent .repo-created,.CollaborationSpace--content .repositories .repository .repo-name-parent .repo-description{color:#a6aeb5;margin-top:5px}.CollaborationSpace--content .groups .repository .repo-type-parent,.CollaborationSpace--content .repositories .repository .repo-type-parent{margin-left:20px}.CollaborationSpace--content .groups .group,.CollaborationSpace--content .repositories .group{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px}.CollaborationSpace--content .groups .group:hover,.CollaborationSpace--content .repositories .group:hover{background-color:#eef0f2}.CollaborationSpace--content .groups .group .group-icon-parent,.CollaborationSpace--content .repositories .group .group-icon-parent{margin-right:20px}.CollaborationSpace--content .groups .group .group-name-parent,.CollaborationSpace--content .repositories .group .group-name-parent{flex-grow:1}.CollaborationSpace--content .groups .group .group-name-parent .group-name .name,.CollaborationSpace--content .repositories .group .group-name-parent .group-name .name{font-weight:400}.CollaborationSpace--content .groups .group .group-name-parent .group-description,.CollaborationSpace--content .repositories .group .group-name-parent .group-description{color:#a6aeb5;margin-top:5px}.branches .branch{display:flex;align-items:center;cursor:pointer;border-top:1px solid #dce2eb;padding:10px}.branches .branch:hover{background-color:#eef0f2}.branches .branch .branch-icon-parent{margin-right:20px}.branches .branch .branch-name-parent{flex-grow:1;width:100px}.branches .branch .branch-name-parent .branch-name .name{font-weight:400}.branches .branch .branch-name-parent .branch-commit{color:#a6aeb5;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branches .branch .branch-name-parent .branch-details{color:#a6aeb5;margin-top:5px;display:flex;align-items:center}.branches .branch .element-branch-buttons{display:flex}.branches .branch .element-branch-buttons .element-branch-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32}.branches .branch .element-branch-buttons .element-branch-button:not(:last-child){margin-right:5px}.branches .branch .element-branch-buttons .element-branch-button:hover{background-color:#dce2eb;color:#fff}.branches .headline{margin-right:auto;margin-bottom:25px;display:flex;align-items:center}.branches .headline .search input{height:36px;padding:8px 13px;font-size:14px}.branches .headline .sorting-selector{margin-left:auto}.ct-list .ct-headline{background-color:transparent}.ct-list .ct-row{cursor:pointer}.ct-list .ct-col{align-self:center}.ct-list .ct-col .content-element-icon{color:#3a3b3d}.ct-list .ct-col .ct-value span{line-height:20px;vertical-align:center}.ct-list .ct-col i{font-style:italic}.workbench-buttons{display:flex;padding:5px;height:41px}.workbench-buttons .workbench-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32;margin-right:5px}.workbench-buttons .workbench-button:hover{background-color:#dce2eb;color:#fff}.workbench-buttons .workbench-button.disabled{color:#dce2eb}.workbench-buttons .workbench-button.disabled:hover{background-color:#fff;color:#dce2eb}.divider{width:1px;background-color:#dce2eb}.repository-header{margin-bottom:10px}.repository-header,.repository-header .back-button-container{display:flex;align-items:center}.repository-header .back-button-container .back-button{display:flex;align-items:center;cursor:pointer;white-space:nowrap}.repository-header .back-button-container .back-button .back-icon,.repository-header .back-button-container .back-button .back-text{color:#6aa0eb}.repository-header .back-button-container .back-button:hover .back-icon,.repository-header .back-button-container .back-button:hover .back-text{color:#224e90}.repository{padding:10px}.repository .repository-top{display:flex;margin-top:20px}.repository .repository-top .repository-info{display:flex;flex-direction:column;flex-grow:1;cursor:default;margin-bottom:10px}.repository .repository-top .repository-info .repository-top-line{margin-bottom:10px;display:flex}.repository .repository-top .repository-info .repository-top-line .repository-name{font-size:18px;font-weight:400;margin-right:20px}.repository .repository-top .repository-info .repository-top-line .repository-item{margin-right:10px}.repository .repository-top .repository-info .repository-description{margin-bottom:5px}.repository .repository-top .repository-info .repository-active-branch{display:flex;align-items:center;margin-top:20px}.repository .repository-top .repository-info .repository-active-branch .git-branch-selector{margin-left:5px}.repository .repository-top .button-container,.repository .repository-top .button-container .button{margin-left:10px}.repository .repository-latest-commit{background-color:#eef0f2;border:1px solid #dce2eb;border-radius:5px;margin-top:20px;padding:20px;cursor:default}.repository .repository-latest-commit .commit-line-message{margin-bottom:5px;font-weight:400}.repository .repository-latest-commit .commit-line-message i{font-style:italic}.repository .repository-latest-commit .commit-line-committer .commit-date,.repository .repository-latest-commit .commit-line-committer .filler-text{color:#a6aeb5}.repository .repository-content{border:1px solid #dce2eb;border-radius:5px;padding:20px;margin-top:20px}.repository .repository-content i{font-style:italic}.repository .repository-content .empty-repo-text{vertical-align:middle}.build-code-capsule-wizard .input-container{margin-top:10px}.build-code-capsule-wizard .input-container.input-notebooks-to-execute{margin-top:20px}.build-code-capsule-wizard .input-container .checkbox-parent{display:flex}.build-code-capsule-wizard .input-container .checkbox-parent .checkbox-item{display:inline-block;width:20px}.build-code-capsule-wizard .error-line{margin-top:0}.repo-type span{height:20px;width:120px;border-radius:10px;color:#fff;display:flex;align-items:center;justify-content:center}.repo-type span.plain{background-color:#a6aeb5}.repo-type span.code-capsule{background-color:#224e90}.repo-type span.app{background-color:#6aa0eb}.repo-type span.archetype{background-color:#9fd356}.add-repository-wizard{overflow-y:auto;height:100%}.add-repository-wizard .dialog-button-container{height:100px;margin-bottom:20px}.delete-repo-modal{width:500px}.delete-repo-modal .delete-repo-headline{font-size:15px;font-weight:500;color:#ec3d3d}.delete-repo-modal .delete-repo-description{margin-top:20px;white-space:pre-wrap}.delete-repo-modal .delete-repo-input{margin-top:20px}.delete-repo-modal .delete-repo-button-bar{margin-top:20px;display:flex}.delete-repo-modal .delete-repo-button-bar .button{display:inline-block}.delete-repo-modal .delete-repo-button-bar .button:first-child{margin-left:auto}.delete-repo-modal .delete-repo-button-bar .button:not(:first-child){margin-left:10px}.delete-repo-modal .button-busy{height:24px!important;margin-top:-24px}.MainContainer.CollaborationSpace .add-repository-wizard{overflow-y:auto;height:100%;border-radius:4px!important;padding:40px 100px 20px!important}.MainContainer.CollaborationSpace .add-repository-wizard .dialog-button-container{margin-bottom:20px;border-top:1px solid #dce2eb;margin-top:60px;padding-top:20px}.MainContainer.CollaborationSpace .build-app-wizard,.MainContainer.CollaborationSpace .build-code-capsule-wizard,.MainContainer.CollaborationSpace .bulid-archetype-wizard,.MainContainer.CollaborationSpace .clone-repository-wizard{padding:40px 100px 20px!important;border-radius:4px!important}.MainContainer.CollaborationSpace .build-app-wizard .dialog-button-container,.MainContainer.CollaborationSpace .build-code-capsule-wizard .dialog-button-container,.MainContainer.CollaborationSpace .bulid-archetype-wizard .dialog-button-container,.MainContainer.CollaborationSpace .clone-repository-wizard .dialog-button-container{margin-bottom:20px;border-top:1px solid #dce2eb;margin-top:60px;padding-top:20px}.MainContainer.CollaborationSpace .clone-repository-wizard .start-workbench-parent{display:flex;flex-direction:column;align-items:center}.MainContainer.CollaborationSpace .clone-repository-wizard .start-workbench-parent .buttons{margin-top:10px}.MainContainer.CollaborationSpace .clone-repository-wizard .start-workbench-parent .buttons .dialog-button{width:150px}.MainContainer.CollaborationSpace .clone-repository-wizard .container-content{border:1px solid #dce2eb;border-radius:4px}.MainContainer.CollaborationSpace .clone-repository-wizard .container-content .content-list{max-height:400px}.MainContainer.CollaborationSpace .confirmation-parent{display:flex;flex-direction:column;align-items:center;max-width:100%}.MainContainer.CollaborationSpace .confirmation-parent .animation-container{margin:0 0 40px}.MainContainer.CollaborationSpace.full-width{width:100%;max-width:unset}.MainContainer.CollaborationSpace .existing-tags-parent{margin-top:30px}.MainContainer.CollaborationSpace .existing-tags-parent .tags-headline{margin-bottom:5px;font-weight:400}.MainContainer.CollaborationSpace .existing-tags-parent .tags-container{max-height:300px;overflow-y:auto}.top-side-by-side-parent{display:flex;flex-direction:row;justify-content:space-between;width:100%}.launcher-content{width:100%;height:calc(100% - 48px);position:relative;overflow:hidden;padding:50px}.launcher-content .launcher-headline{font-size:22px;font-weight:400;cursor:default;margin-bottom:40px}.launcher-content .launcher-category{padding:40px 0 0;width:100%}.launcher-content .launcher-category .headline{margin-bottom:10px;font-size:16px;font-weight:400}.launcher-content .launcher-category .launcher-card-container .kernelspec-container,.launcher-content .launcher-category .launcher-card-container .launcher-card{cursor:pointer}.launcher-content .launcher-category .launcher-card-container .kernelspec-container .icon-container-small,.launcher-content .launcher-category .launcher-card-container .launcher-card .icon-container-small{margin:15px;width:50px;height:50px}.launcher-content .launcher-category.launcher-create-notebook{border-top:1px solid #dce2eb}.workbench-repository-info{height:calc(100vh - 210px);overflow-y:auto;margin:5px 0}.workbench-repository-info .repository-info-category-title{font-weight:400;font-size:15px;margin-bottom:10px}.workbench-repository-info .git-file-status{border:1px solid #dce2eb;border-radius:5px;width:100%;display:flex;flex-direction:column;padding:10px;margin-bottom:20px;margin-top:5px;position:relative;min-height:70px}.workbench-repository-info .git-file-status .git-file-status-category{display:flex;flex-direction:column}.workbench-repository-info .git-file-status .git-file-status-category:not(:first-child){margin-top:20px}.workbench-repository-info .git-file-status .git-file-status-category .git-file-status-title{font-weight:400;margin-bottom:5px}.workbench-repository-info .git-file-status .git-file-status-category .git-file-status-container .git-file-status-row{padding:5px 0;display:flex;font-weight:400}.workbench-repository-info .git-file-status .git-file-status-category .git-file-status-container .git-file-status-row.staged-files{color:#5ea400}.workbench-repository-info .git-file-status .git-file-status-category .git-file-status-container .git-file-status-row.not-staged-files,.workbench-repository-info .git-file-status .git-file-status-category .git-file-status-container .git-file-status-row.untracked-files{color:#ec3d3d}.workbench-repository-info .git-file-status .git-file-status-category .git-file-status-container .git-file-status-row .change-type{width:100px}.workbench-repository-info .git-branch-selector{margin-top:5px}.workbench-repository-info .git-branches{flex-direction:row;align-items:flex-end}.workbench-repository-info .git-list-commits,.workbench-repository-info .git-list-not-pulled-commits,.workbench-repository-info .git-list-not-pushed-commits{flex-direction:column}.workbench-repository-info .git-branches,.workbench-repository-info .git-list-commits,.workbench-repository-info .git-list-not-pulled-commits,.workbench-repository-info .git-list-not-pushed-commits,.workbench-repository-info .repository-meta{border:1px solid #dce2eb;border-radius:5px;width:100%;display:flex;padding:10px;margin-bottom:20px;margin-top:5px;position:relative;min-height:70px}.workbench-repository-info .git-branches .git-active-branch,.workbench-repository-info .git-branches .git-unpulled-status,.workbench-repository-info .git-branches .git-unpushed-status,.workbench-repository-info .git-list-commits .git-active-branch,.workbench-repository-info .git-list-commits .git-unpulled-status,.workbench-repository-info .git-list-commits .git-unpushed-status,.workbench-repository-info .git-list-not-pulled-commits .git-active-branch,.workbench-repository-info .git-list-not-pulled-commits .git-unpulled-status,.workbench-repository-info .git-list-not-pulled-commits .git-unpushed-status,.workbench-repository-info .git-list-not-pushed-commits .git-active-branch,.workbench-repository-info .git-list-not-pushed-commits .git-unpulled-status,.workbench-repository-info .git-list-not-pushed-commits .git-unpushed-status,.workbench-repository-info .repository-meta .git-active-branch,.workbench-repository-info .repository-meta .git-unpulled-status,.workbench-repository-info .repository-meta .git-unpushed-status{margin-top:20px}.workbench-repository-info .git-branches .git-active-branch span,.workbench-repository-info .git-branches .git-unpulled-status span,.workbench-repository-info .git-branches .git-unpushed-status span,.workbench-repository-info .git-list-commits .git-active-branch span,.workbench-repository-info .git-list-commits .git-unpulled-status span,.workbench-repository-info .git-list-commits .git-unpushed-status span,.workbench-repository-info .git-list-not-pulled-commits .git-active-branch span,.workbench-repository-info .git-list-not-pulled-commits .git-unpulled-status span,.workbench-repository-info .git-list-not-pulled-commits .git-unpushed-status span,.workbench-repository-info .git-list-not-pushed-commits .git-active-branch span,.workbench-repository-info .git-list-not-pushed-commits .git-unpulled-status span,.workbench-repository-info .git-list-not-pushed-commits .git-unpushed-status span,.workbench-repository-info .repository-meta .git-active-branch span,.workbench-repository-info .repository-meta .git-unpulled-status span,.workbench-repository-info .repository-meta .git-unpushed-status span{font-weight:400}.workbench-repository-info .git-branches .repository-meta-buttons,.workbench-repository-info .git-list-commits .repository-meta-buttons,.workbench-repository-info .git-list-not-pulled-commits .repository-meta-buttons,.workbench-repository-info .git-list-not-pushed-commits .repository-meta-buttons,.workbench-repository-info .repository-meta .repository-meta-buttons{margin:10px 0}.workbench-repository-info .git-branches .refresh-button,.workbench-repository-info .git-file-status .refresh-button,.workbench-repository-info .git-list-commits .refresh-button,.workbench-repository-info .git-list-not-pulled-commits .refresh-button,.workbench-repository-info .git-list-not-pushed-commits .refresh-button{position:absolute;top:15px;right:10px;display:flex;align-items:center;padding:10px}.workbench-repository-info .git-list-commits .commit-list .ct-headline,.workbench-repository-info .git-list-not-pulled-commits .commit-list .ct-headline,.workbench-repository-info .git-list-not-pushed-commits .commit-list .ct-headline{background-color:#fff}.workbench-repository-info .git-list-commits .unpushed-label,.workbench-repository-info .git-list-not-pulled-commits .unpushed-label,.workbench-repository-info .git-list-not-pushed-commits .unpushed-label{color:#f2ad5f}.workbench-repository-info .git-list-commits .unpushed-label i,.workbench-repository-info .git-list-not-pulled-commits .unpushed-label i,.workbench-repository-info .git-list-not-pushed-commits .unpushed-label i{font-style:italic}.workbench-repository-info .git-button-bar{margin:20px 0 0;display:flex;justify-content:flex-end}.workbench-repository-info .git-button-bar .button{margin-left:10px}.workbench-repository-info .git-button-bar .delete-button{background-color:#ec3d3d}.workbench-repository-info .branch-button-bar{margin-left:auto;display:block;justify-content:flex-end}.workbench-repository-info .branch-button-bar .button{margin-left:10px}.workbench-repository-info .branch-button-bar .delete-button{background-color:#ec3d3d}.delete-remote{margin-right:auto;text-align:center}.delete-remote input{margin-top:auto;margin-right:5px}.warning-text{font-weight:700;color:#ec3d3d}.step-type-container .repository-types{display:flex;margin-right:10px}.step-type-container .repository-types .repository-type-card{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;border:1px solid #dce2eb;border-radius:5px;margin-right:10px}.step-type-container .repository-types .repository-type-card.selectable{cursor:pointer}.step-type-container .repository-types .repository-type-card.selected{border:1px solid #224e90;transition:.2s ease-in-out}.step-type-container .repository-types .repository-type-card.unselected .icon-container .icon{-webkit-filter:saturate(0) brightness(1.1);filter:saturate(0) brightness(1.1);transition:.2s ease-in-out}.step-type-container .repository-types .repository-type-card .icon-container{width:80px;height:80px;margin:5px}.step-type-container .repository-types .repository-type-card .icon-container .icon{width:100%!important;height:100%!important}.step-type-container .repository-types .repository-type-card .display-name{margin:5px 0 0}.step-kernel-container .kernelspec-container.selected{border:1px solid #224e90}.upload-container{width:800px;height:360px;position:relative;display:flex;flex-direction:column;flex:1 1;align-items:flex-start;text-align:left;overflow:hidden}.upload-container .title{color:#071b32;font-weight:400;font-size:15px}.upload-container .upload-target-container{display:flex;align-items:center;margin-bottom:20px}.upload-container .upload-target-container span{margin-right:10px}.upload-container .upload-content{display:flex;flex-direction:row;padding-top:16px;box-sizing:border-box;width:100%;flex:1 1}.upload-container .upload-content .tool-description{align-items:center;justify-content:center;margin-left:32px;height:200px;display:flex;text-align:center}.upload-container .upload-content .files{margin-left:32px;align-items:flex-start;justify-items:flex-start;flex:1 1;overflow-y:auto;height:200px}.upload-container .upload-content .files ::-webkit-scrollbar{-webkit-appearance:none;width:7px}.upload-container .upload-content .files ::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.upload-container .upload-content .files .row{display:flex;flex:1 1;flex-direction:column;flex-flow:column;justify-content:space-between;padding:8px;overflow:hidden;box-sizing:border-box}.upload-container .upload-content .files .row .upload-text{cursor:default;display:flex;width:100%;overflow:hidden;height:16px}.upload-container .upload-content .files .row .upload-text .filename{color:#071b32;font-size:14px;width:0;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-container .upload-content .files .row .upload-text .filesize{font-size:14px;margin-left:5px;color:#a6aeb5}.upload-container .upload-content .files .row .progress-wrapper{display:flex;flex:1 1;flex-direction:row;align-items:center;margin-top:2px}.upload-container .upload-content .files .row .progress-wrapper .progress-info{width:60px;height:20px}.upload-container .upload-content .files .row .progress-wrapper .progress-info .progress-percentage{color:#071b32;text-align:right;display:block}.upload-container .upload-content .files .row .progress-wrapper .progress-bar .progress{transition:width .4s ease-in-out}.upload-container .upload-content .files .row .check-icon{opacity:1;margin:0 20px;stroke:#9fd356}.upload-container .upload-content .files .row .error-icon{opacity:1;margin:0 20px;stroke:#ec3d3d}.upload-container .upload-content .busy{background-color:transparent!important}.upload-container .actions{display:flex;width:100%;align-items:flex-end;flex-direction:row;margin-top:20px;justify-content:flex-end}.upload-container .actions .button{margin-left:10px}.upload-container .actions .button:focus{outline:none!important}.progress-bar{width:100%;height:8px;background-color:#eef0f2;border-radius:5px}.progress-bar .progress{background-color:#6aa0eb;height:100%;margin:0;border-radius:5px}.upload-modal-parent .close-button{z-index:1}.app-arrange-modal .close-button{z-index:3}.app-parent{height:calc(100vh - 200px);width:calc(100vw - 200px);display:flex;flex-direction:column}.app-parent .app-part-main{flex-grow:1;display:flex;flex-direction:column}.app-parent .app-part-main .main-input-output{flex-grow:1;display:flex;padding:20px;width:100%;background-color:#fff;position:relative;overflow-y:auto}.app-parent .app-part-main .main-input-output .main-output-container{margin-left:10px}.app-parent .app-part-main .main-input-output .output-container-parent{padding:10px}.app-parent .app-part-main .main-input-output .step-loading-parent{position:relative;height:100%;width:100%}.app-parent .app-part-main .main-input-output .beginning-step-parent{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-message-parent{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;flex-grow:1;width:100%;max-width:800px;position:relative;height:100%;padding:20px}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-message-parent .headline{font-size:18px;font-weight:400;margin-bottom:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-message-parent .description-container{overflow-y:auto;max-height:calc(100% - 80px)}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-message-parent .description-container .description{font-size:14px;color:#071b32}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-message-parent .TextInputLine{width:80%}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-message-parent .TextInputArea{width:80%;margin-top:20px}.app-parent .app-part-main .main-input-output .beginning-step-parent .beginning-buttons-parent{display:flex;justify-content:flex-end;width:100%}.app-parent .app-part-main .main-input-output .step-parent{width:calc(100% - 40px);height:calc(100% - 40px);position:absolute}.app-parent .app-part-main .main-input-output .step-parent.dragged-over{border:2px dashed #dce2eb}.app-parent .app-part-main .main-input-output .step-parent .busy{z-index:2;background-color:hsla(0,0%,100%,.7)}.app-parent .app-part-main .main-input-output .step-parent .grid-item-parent{background-color:#f5f7f9;border-radius:4px;border:1px solid #dce2eb}.app-parent .app-part-main .main-input-output .step-parent .grid-item-parent.missing-grid-item{padding:10px;border:1px dashed #ec3d3d;color:#ec3d3d}.app-parent .app-part-main .main-input-output .step-parent .grid-item-parent.missing-grid-item .remove-icon{stroke:#ec3d3d}.app-parent .app-part-main .main-input-output .step-parent .grid-item-parent .remove-icon{position:absolute;right:5px;top:5px;cursor:pointer}.app-parent .app-part-main .main-input-output .step-parent.error-parent{margin:20px;padding:20px;display:flex;flex-direction:column;align-items:center;position:relative}.app-parent .app-part-main .main-input-output .step-parent.error-parent .error-scroll-parent{position:absolute;width:800px;overflow-y:auto}.app-parent .app-part-main .main-input-output .step-parent.error-parent .error-scroll-parent .error-message-container{color:#ec3d3d;font-weight:500;margin-bottom:20px}.app-parent .app-part-main .main-input-output .step-parent.error-parent .error-scroll-parent .error-outputs-container .CodeCellOutputs{padding:20px;border:1px solid #ec3d3d;border-radius:4px;background-color:#f4e9e9}.app-parent .app-part-main .main-input-output .step-parent.error-parent .error-scroll-parent .error-outputs-container .CodeCellOutputs:not(:last-child){margin-bottom:20px}.app-parent .app-part-main .main-button-bar{width:100%;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.app-parent .app-part-main .main-button-bar .step-info-container{cursor:default;display:flex;flex-direction:column;align-items:center}.app-parent .app-part-main .main-button-bar .step-info-container .step-type{font-weight:400;color:#a6aeb5}.app-parent .app-part-arranger{margin-top:10px;position:relative;border:1px solid #dce2eb;border-radius:4px}.app-parent .app-part-arranger .expand-collapse-flap{position:absolute;background-color:#dce2eb;color:#071b32;border-radius:15px;height:30px;width:70px;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease-out,color .25s ease-out}.app-parent .app-part-arranger .expand-collapse-flap:hover{background:#9bacc6}.app-parent .app-part-arranger .expand-collapse-flap.not-empty{background-color:#f2ad5f;color:#fff}.app-parent .app-part-arranger .expand-collapse-flap.not-empty:hover{background:#d97c12}.app-parent .app-part-arranger .expand-collapse-amount-info{position:absolute;height:30px;width:180px;top:0;left:calc(50% + 20px);-webkit-transform:translateY(-50%);transform:translateY(-50%);border-top:1px solid #f2ad5f;border-right:1px solid #f2ad5f;border-bottom:1px solid #f2ad5f;border-top-right-radius:15px;border-bottom-right-radius:15px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;white-space:nowrap;transition:width .25s ease-out;padding-left:10px}.app-parent .app-part-arranger .workbench-buttons{display:flex;padding:5px;height:40px}.app-parent .app-part-arranger .workbench-buttons .workbench-button{width:30px;height:30px;border-radius:2px;display:flex;justify-content:center;align-items:center;color:#071b32;margin-right:5px}.app-parent .app-part-arranger .workbench-buttons .workbench-button:hover{background-color:#dce2eb;color:#fff}.app-parent .app-part-arranger .workbench-buttons .workbench-button.disabled{color:#dce2eb}.app-parent .app-part-arranger .workbench-buttons .workbench-button.disabled:hover{background-color:#fff;color:#dce2eb}.app-parent .app-part-arranger .parent-unlayouted{position:relative;width:100%;height:170px;padding:10px;display:flex;overflow-y:hidden;overflow-x:auto;transition:height .25s ease-out,padding .25s ease-out,border-top-width .25s ease-out;border-top:1px solid #dce2eb}.app-parent .app-part-arranger .parent-unlayouted .unlayouted-element{cursor:pointer;background-color:#f5f7f9;border-radius:4px;border:1px solid #dce2eb;margin-right:10px;height:150px;width:200px;position:relative;overflow:hidden;flex-shrink:0}.app-parent .input-element .input-element-container,.app-parent .input-element .output-element-container,.app-parent .output-element .input-element-container,.app-parent .output-element .output-element-container{border:none;width:100%;height:100%}.app-parent .input-element .input-element-container .output-container-parent,.app-parent .input-element .output-element-container .output-container-parent,.app-parent .output-element .input-element-container .output-container-parent,.app-parent .output-element .output-element-container .output-container-parent{padding:0}.app-parent .input-element .input-element-container .input-element-description,.app-parent .input-element .input-element-container .input-element-title,.app-parent .input-element .input-element-container .output-element-description,.app-parent .input-element .input-element-container .output-element-title,.app-parent .input-element .output-element-container .input-element-description,.app-parent .input-element .output-element-container .input-element-title,.app-parent .input-element .output-element-container .output-element-description,.app-parent .input-element .output-element-container .output-element-title,.app-parent .output-element .input-element-container .input-element-description,.app-parent .output-element .input-element-container .input-element-title,.app-parent .output-element .input-element-container .output-element-description,.app-parent .output-element .input-element-container .output-element-title,.app-parent .output-element .output-element-container .input-element-description,.app-parent .output-element .output-element-container .input-element-title,.app-parent .output-element .output-element-container .output-element-description,.app-parent .output-element .output-element-container .output-element-title{overflow-x:hidden}.app-parent .input-element .input-element-container .inner-input-element,.app-parent .input-element .input-element-container .inner-output-element,.app-parent .input-element .output-element-container .inner-input-element,.app-parent .input-element .output-element-container .inner-output-element,.app-parent .output-element .input-element-container .inner-input-element,.app-parent .output-element .input-element-container .inner-output-element,.app-parent .output-element .output-element-container .inner-input-element,.app-parent .output-element .output-element-container .inner-output-element{flex-grow:1}.MainContainer.Apps .running-app-parent{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%}.MainContainer.Apps .running-app-parent .button-container{margin:0;padding:0;border:0;vertical-align:baseline}.MainContainer.Apps .app-main-container{font-family:"Roboto",sans-serif;font-size:14px;font-weight:300;border-radius:5px;display:flex;overflow:hidden;overflow-y:auto;height:100%;width:100%}.MainContainer.Apps .app-main-container p{padding:0}.MainContainer.Apps .app-parent{height:100%;width:100%;padding:20px 0}.react-grid-layout{position:relative;transition:height .2s ease;min-height:100%}.react-grid-item{transition:all .2s ease;transition-property:left,top;overflow-y:auto}.react-grid-item.cssTransforms{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.react-grid-item.resizing{z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:#a6aeb5;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px;bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid #224e90;border-bottom:2px solid #224e90}.react-resizable-hide>.react-resizable-handle{display:none}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZ6IiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+");background-position:100% 100%;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-resizable-handle-e{right:0;-webkit-transform:rotate(315deg);transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.configure-archetype-modal,.configure-code-capsule-modal,.data-preview-modal{width:600px}.configure-archetype-modal.data-preview-modal,.configure-code-capsule-modal.data-preview-modal,.data-preview-modal.data-preview-modal{width:100%}.configure-archetype-modal.data-preview-modal .modal-group-parent,.configure-code-capsule-modal.data-preview-modal .modal-group-parent,.data-preview-modal.data-preview-modal .modal-group-parent{height:calc(80vh - 80px)}.configure-archetype-modal.data-preview-modal .modal-group-parent .data-preview-parent,.configure-code-capsule-modal.data-preview-modal .modal-group-parent .data-preview-parent,.data-preview-modal.data-preview-modal .modal-group-parent .data-preview-parent{overflow:auto}.configure-archetype-modal.data-preview-modal .modal-group-parent .modal-description,.configure-code-capsule-modal.data-preview-modal .modal-group-parent .modal-description,.data-preview-modal.data-preview-modal .modal-group-parent .modal-description{margin-bottom:10px}.configure-archetype-modal .modal-group-parent,.configure-code-capsule-modal .modal-group-parent,.data-preview-modal .modal-group-parent{display:flex;flex-direction:column}.configure-archetype-modal .modal-group-parent.parameters-parent,.configure-code-capsule-modal .modal-group-parent.parameters-parent,.data-preview-modal .modal-group-parent.parameters-parent{margin-top:20px}.configure-archetype-modal .modal-group-parent.resources-parent,.configure-code-capsule-modal .modal-group-parent.resources-parent,.data-preview-modal .modal-group-parent.resources-parent{padding:0}.configure-archetype-modal .modal-group-parent .modal-headline,.configure-code-capsule-modal .modal-group-parent .modal-headline,.data-preview-modal .modal-group-parent .modal-headline{font-weight:500;font-size:15px;margin-bottom:10px}.configure-archetype-modal .modal-group-parent .modal-description,.configure-code-capsule-modal .modal-group-parent .modal-description,.data-preview-modal .modal-group-parent .modal-description{display:block;margin-bottom:5px}.configure-archetype-modal .modal-group-parent .form--error,.configure-code-capsule-modal .modal-group-parent .form--error,.data-preview-modal .modal-group-parent .form--error{color:#ec3d3d}.configure-archetype-modal .modal-group-parent .field-parent,.configure-code-capsule-modal .modal-group-parent .field-parent,.data-preview-modal .modal-group-parent .field-parent{margin-top:10px;margin-bottom:10px;display:flex}.configure-archetype-modal .modal-group-parent .field-parent.parameters-parent,.configure-code-capsule-modal .modal-group-parent .field-parent.parameters-parent,.data-preview-modal .modal-group-parent .field-parent.parameters-parent{flex-direction:column}.configure-archetype-modal .modal-group-parent .field-parent .field-column,.configure-code-capsule-modal .modal-group-parent .field-parent .field-column,.data-preview-modal .modal-group-parent .field-parent .field-column{width:50%;margin-right:10px}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row,.data-preview-modal .modal-group-parent .field-parent .parameter-row{display:flex;align-items:center;margin-bottom:10px}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .small-button,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .small-button,.data-preview-modal .modal-group-parent .field-parent .parameter-row .small-button{width:24px;height:24px;border-radius:12px;padding:0;display:flex;justify-content:center;align-items:center;margin-right:12px;cursor:pointer}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .small-button .icon-remove,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .small-button .icon-remove,.data-preview-modal .modal-group-parent .field-parent .parameter-row .small-button .icon-remove{color:#fff}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .small-button.button-remove,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .small-button.button-remove,.data-preview-modal .modal-group-parent .field-parent .parameter-row .small-button.button-remove{background-color:#ec3d3d}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .small-button.button-add,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .small-button.button-add,.data-preview-modal .modal-group-parent .field-parent .parameter-row .small-button.button-add{background-color:#9fd356}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .label-add,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .label-add,.data-preview-modal .modal-group-parent .field-parent .parameter-row .label-add{cursor:pointer}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .label-add:hover,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .label-add:hover,.data-preview-modal .modal-group-parent .field-parent .parameter-row .label-add:hover{text-decoration:underline}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .parameter-key,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .parameter-key,.data-preview-modal .modal-group-parent .field-parent .parameter-row .parameter-key{border-radius:4px;border:1px solid #dce2eb;background-color:#eef0f2;flex-grow:1;margin-right:10px;width:50%;height:46px;padding:10px;display:flex;align-items:center}.configure-archetype-modal .modal-group-parent .field-parent .parameter-row .parameter-value,.configure-code-capsule-modal .modal-group-parent .field-parent .parameter-row .parameter-value,.data-preview-modal .modal-group-parent .field-parent .parameter-row .parameter-value{width:50%;flex-grow:1}.configure-archetype-modal .modal-group-parent .serving-types-parent,.configure-code-capsule-modal .modal-group-parent .serving-types-parent,.data-preview-modal .modal-group-parent .serving-types-parent{display:flex;margin-top:15px;align-items:center}.configure-archetype-modal .modal-group-parent .serving-types-parent .serving-type-row:not(.configure-code-capsule-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child,.configure-archetype-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child,.data-preview-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child),.configure-code-capsule-modal .modal-group-parent .serving-types-parent .serving-type-row:not(.configure-code-capsule-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child,.configure-archetype-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child,.data-preview-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child),.data-preview-modal .modal-group-parent .serving-types-parent .serving-type-row:not(.configure-code-capsule-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child,.configure-archetype-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child,.data-preview-modal .modal-group-parent .serving-types-parent .serving-type-row:last-child){margin-bottom:15px}.configure-archetype-modal .modal-group-parent .serving-types-parent .serving-type-row .label-parent,.configure-code-capsule-modal .modal-group-parent .serving-types-parent .serving-type-row .label-parent,.data-preview-modal .modal-group-parent .serving-types-parent .serving-type-row .label-parent{margin-left:10px}.configure-archetype-modal .button-bar,.configure-code-capsule-modal .button-bar,.data-preview-modal .button-bar{display:flex;justify-content:flex-end;margin-top:14px;margin-right:20px}.configure-archetype-modal .button-bar .button,.configure-code-capsule-modal .button-bar .button,.data-preview-modal .button-bar .button{min-width:100px;margin-left:10px}.configure-archetype-modal .code-capsule-modal--button-bar,.configure-code-capsule-modal .code-capsule-modal--button-bar,.data-preview-modal .code-capsule-modal--button-bar{display:flex;justify-content:flex-end;margin-top:14px;margin-right:20px}.configure-archetype-modal .code-capsule-modal--button-bar .button,.configure-code-capsule-modal .code-capsule-modal--button-bar .button,.data-preview-modal .code-capsule-modal--button-bar .button{min-width:100px;margin-left:10px}.sb-show-main{overflow-y:auto}
/*# sourceMappingURL=main.eb6bcd73.chunk.css.map */