.ui-progress-bar.progress-bar{position:relative;width:100%;height:5px;background:#c2c7d0}.ui-progress-bar.progress-bar .progress-filler{position:absolute;top:0;left:0;height:100%;background:#1ba94c;transition:all .2s ease}.ui-progress-bar.progress-bar.theme-m{background:#e7eeef}.ui-progress-bar.progress-bar.theme-m .progress-filler{background:#0e141e}.ui-progress-bar.progress-bar .inverted-shine:after{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent,rgba(0,0,0,.25) 46%,rgba(0,0,0,.25) 47%,transparent);background-size:200%;content:"";-webkit-animation-name:shine;animation-name:shine;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes inverted-shine{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes inverted-shine{0%{background-position:100% 0}to{background-position:-100% 0}}
.ui-modal{position:fixed;top:0;left:0;z-index:1000;overflow:auto;width:100%;height:100%}.ui-modal .modal-scroll-body{position:absolute;top:0;left:0;display:flex;flex-direction:column;box-sizing:border-box;min-width:100%;height:100%}.ui-modal .modal-aligner{text-align:center}.ui-modal .modal-aligner.align-center{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center}.ui-modal .modal-aligner.align-top{top:20vh}.ui-modal .modal-aligner.align-left{text-align:left}.ui-modal .modal-aligner.align-right{text-align:right}.ui-modal .modal-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(0,0,0,.7)}.ui-modal .modal-container{position:relative;z-index:2;display:inline-block;margin:20px 0}.ui-modal .modal-enter{opacity:0}.ui-modal .modal-enter.modal-enter-active{opacity:1;transition:opacity .2s ease-in}.ui-modal .modal-leave{opacity:1}.ui-modal .modal-leave.modal-leave-active{opacity:0;transition:opacity .3s ease-in}.ui-modal.light{background:hsla(0,0%,100%,.7)}.ui-modal.light .modal-overlay{background:none}.ui-modal.light .modal-container{box-shadow:0 2px 4px 0 rgba(51,51,51,.4)}.theme-m-section.ui-modal .modal-container,.theme-m.ui-modal .modal-container{-webkit-animation:fade-in-up-small .5s ease;animation:fade-in-up-small .5s ease}.theme-m-section.ui-modal .modal-overlay,.theme-m.ui-modal .modal-overlay{background-color:rgba(231,238,239,.9);background-color:var(--modal-overlay-color)}
.ui-tabs-wrap{display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}.ui-tabs-wrap .render-list{display:flex;box-sizing:border-box;width:100%;flex-wrap:wrap;align-self:stretch}.ui-tabs-wrap .tab-header{position:relative;z-index:1;display:flex;list-style:none}.ui-tabs-wrap .tab-item{position:relative;padding:15px 30px;font-size:16px;cursor:pointer}.ui-tabs-wrap .tab-item.active{border:0;background-color:#fff;background-color:var(--color-white);color:#0e141e;color:var(--color-text-dark)}.ui-tabs-wrap .tab-item.active+.tab-item{border:0}.ui-tabs-wrap .tab-item.active .tab-item-color{color:#0e141e;color:var(--color-text-dark);font-weight:700}.ui-tabs-wrap .tab-item:not(.active):after{position:absolute;top:50%;left:0;display:block;width:1px;height:20px;background-color:#b7c9cc;background-color:var(--color-shade-medium);content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui-tabs-wrap .tab-item:first-child:after{display:none}.ui-tabs-wrap .tab-item.active+.tab-item:after{content:none}.ui-tabs-wrap .tab-item-color{color:#738f93}.ui-tabs-wrap .tab-item-color:hover{color:#0e141e}.ui-tabs-wrap .dropdown-ul{list-style:none}.ui-tabs-wrap .dropdown-ul .tab-item:after{display:none}.ui-tabs-wrap .dropdown.tab-item{margin-top:-1px}.ui-tabs-wrap .dropdown-title{color:#39424e;font-weight:700;cursor:pointer}.ui-tabs-wrap .drop-list{box-shadow:0 6px 16px 0 rgba(0,0,0,.2);position:absolute;top:40px;right:0;z-index:10;overflow:auto;margin-top:10px;min-width:150px;max-height:300px;width:100%;border:0;border-radius:0;background:#fff}.ui-tabs-wrap .drop-list .tab-item{float:none;padding:0;background-color:#fff;background-color:var(--color-white);color:#b7c9cc;text-align:center;white-space:nowrap;line-height:40px}.ui-tabs-wrap .drop-list .tab-item:hover{background-color:#e7eeef;background-color:var(--color-shade-light);color:#0e141e}.ui-tabs-wrap .drop-list a{padding:0;font-size:16px}.ui-tabs-wrap .tab-list-content{box-shadow:0 6px 16px 0 rgba(0,0,0,.2);box-sizing:border-box;width:100%;background-color:#fff;background-color:var(--color-white);color:#0e141e;color:var(--color-text-dark)}.ui-tabs-wrap.vertical-layout{flex-direction:row;max-height:200px}.ui-tabs-wrap.vertical-layout .tab-header{flex-direction:column;flex:0 0 auto;overflow-y:scroll;flex-wrap:nowrap;min-width:200px}.ui-tabs-wrap.vertical-layout .tab-item:not(.active):after{background:none}.ui-tabs-wrap.vertical-layout .tab-list-content{align-self:stretch}.ui-tabs-wrap.vertical-layout .render-list{overflow-x:visible;width:auto}@media screen and (max-width:767px){.ui-tabs-wrap .tab-header{overflow-x:auto;white-space:nowrap}.ui-tabs-wrap .tab-item{padding:10px 20px 10px 0}.ui-tabs-wrap .tab-item:not(.active):after{content:none}.ui-tabs-wrap .tab-item.active{background-color:#f3f7f7}.ui-tabs-wrap .tab-item.active .tab-item-color{padding-bottom:5px;border-bottom:2px solid #1ba94c;color:#1ba94c}.ui-tabs-wrap.vertical-layout{flex-direction:column;max-height:inherit}.ui-tabs-wrap.vertical-layout .tab-header{flex-direction:row;width:100%}.ui-tabs-wrap.vertical-layout .tab-item:not(.active):after{background:#b7c9cc}.ui-tabs-wrap.vertical-layout .render-list{width:100%}}
.dropdown,.dropdown-handle{display:inline-block}.dropdown-handle{cursor:pointer}.dropdown-body,.dropdown-menu{display:none}.dropdown.open .dropdown-body,.dropdown.open .dropdown-menu{display:block}
.testcase-wrapper .tc-progress-wrapper{padding:0 0 0 30px}.testcase-wrapper .status-progress{color:#0e141e;color:var(--color-text-dark);font-size:26px;font-weight:600}.testcase-wrapper .ui-progress-bar{margin:10px 0}
.testcase-wrapper{background-color:#f3f7f7;background-color:var(--color-shade-light)}.testcase-wrapper .tc-live-status-wrapper{padding:20px}.testcase-wrapper .testcase-item{padding:15px 30px;font-size:16px}.testcase-wrapper .tc-live-status{max-height:250px;flex:0 1 auto;overflow:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.testcase-wrapper .tc-live-status{height:250px}}
.lines-container{counter-reset:item;margin:0;list-style-type:none}.lines-container__line{word-break:break-word;display:flex;font-size:14px}.lines-container__line:before{content:counter(item);color:#b7c9cc;color:var(--color-text-light);background-color:#f3f7f7;background-color:var(--color-bg);border-left-color:var(--color-shade-light);border-bottom-color:var(--color-shade-light);border-right:1px solid #e7eeef;border-right-color:var(--color-shade-light);border-top-color:var(--color-shade-light);font-size:12px;counter-increment:item;display:block;min-width:30px;text-align:center;padding-top:10px}.lines-container__line:last-child:before{padding-bottom:10px}.lines-container__content-wrapper{padding-top:10px;margin:0 10px}.lines-container__content-wrapper .lines-container__content{background-color:transparent;border:none;margin:0;padding:0;font-weight:700;white-space:pre-wrap}
.testcases-result-wrapper .tab-content{border:none;background-color:#fff;background-color:var(--color-white);overflow-y:auto;padding:15px 30px;flex:1}.testcases-result-wrapper .loading-testcase{text-align:center;flex:1}.testcases-result-wrapper .ui-btn.ui-btn-link.text-link{font-size:13px;margin-top:5px;font-weight:700;color:#097bbf;height:auto}.testcases-result-wrapper .flex-display{margin:15px 0;box-sizing:border-box;width:100%}.testcases-result-wrapper .flex-block{display:flex;flex-wrap:wrap}.testcases-result-wrapper .custom-tc-content{margin-right:5px}.testcases-result-wrapper .tab-pane-content{flex:1;width:100%}.testcases-result-wrapper .tab-pane-error{border-bottom:1px solid #db2644}.testcases-result-wrapper .tab-pane-success{border-bottom:1px solid #1ba94c}.testcases-result-wrapper .tab-pane-info{border-bottom:1px solid #f65039}.testcases-result-wrapper .test-case-header{display:flex}.testcases-result-wrapper .unlock-wrapper{flex:1}.testcases-result-wrapper .unlock-wrapper .unlock-block{padding:60px;text-align:center}.testcases-result-wrapper .unlock-wrapper .unlock-block .unlock-heading{font-size:26px;color:#576871;margin-bottom:15px}.testcases-result-wrapper .unlock-wrapper .unlock-block .unlock-cost{font-size:13px;color:#738f93;margin-bottom:15px}.testcases-result-wrapper .unlock-wrapper .unlock-block .unlock-error{font-size:16px;color:#db2644;margin-bottom:15px;font-weight:700}.testcases-result-wrapper .unlock-wrapper .unlock-block .hovered.ui-btn-line{color:#39424e;border:1px solid #b7c9cc}.testcases-result-wrapper.ui-tabs-wrap{width:100%;flex:1}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout{max-height:500px;box-shadow:0 6px 16px 0 rgba(0,0,0,.2)}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .tab-header .tab-item.active{box-shadow:0 3px 10px 0 rgba(0,0,0,.1)}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .tab-list-content{box-shadow:-16px 0 16px -16px rgba(0,0,0,.4)}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .render-list,.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .tab-list-content{max-height:inherit}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .render-list{flex:0 0 auto}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .tab-header{min-width:auto;height:100%;overflow-y:auto}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .tab-header .tab-item{padding:0}.testcases-result-wrapper .compile-message__content,.testcases-result-wrapper .compiler-message__content,.testcases-result-wrapper .custom-checker-message__content,.testcases-result-wrapper .debug-output__content,.testcases-result-wrapper .stderr__content{box-sizing:border-box;max-height:100%}.testcases-result-wrapper .compile-message__tooltip_label,.testcases-result-wrapper .compiler-message__tooltip_label,.testcases-result-wrapper .custom-checker-message__tooltip_label,.testcases-result-wrapper .debug-output__tooltip_label,.testcases-result-wrapper .stderr__tooltip_label{padding:0 5px}.testcases-result-wrapper .compile-output-message{background-color:#f3f7f7;background-color:var(--color-bg);border:0;font-weight:700;box-sizing:border-box;overflow:auto}.testcases-result-wrapper .compile-output-message .compiler-message__content{margin:0;padding:10px;background:transparent;border:none}.testcases-result-wrapper .compile-output-message .full-testcase:before{color:transparent;padding-top:0}.testcases-result-wrapper .compile-output-message .full-testcase__link{margin-right:5px;flex:1}.testcases-result-wrapper .compile-output-message .download_link{padding-bottom:20px;padding-left:10px}.testcases-result-wrapper .compile-output-message.no-response{margin:0;padding:10px 20px}.testcases-result-wrapper .compile-field-label{color:#576871;font-weight:400;margin:0 0 5px;font-size:14px}.testcases-result-wrapper .compile-field-label__links{height:0;margin-left:auto}.testcases-result-wrapper ul{margin:0;padding:0}.testcases-result-wrapper .cursor-pointer{cursor:pointer}.testcases-result-wrapper .hidden-testcase{font-weight:700;text-align:center}.testcases-result-wrapper .divider{padding:0 5px}.compiler-message__tooltip{width:400px}.compiler-message__link{color:#fff}@media screen and (max-width:767px){.testcases-result-wrapper .tab-item.active .tab-item-color-error{border-bottom:2px solid #db2644}.testcases-result-wrapper .tab-item.active .tab-item-color-success{border-bottom:2px solid #1ba94c}.testcases-result-wrapper .tab-item.active .tab-item-color-info{border-bottom:2px solid #576871}.testcases-result-wrapper .tab-pane-content{padding:15px 5px}.testcases-result-wrapper.ui-tabs-wrap{max-height:inherit}.testcases-result-wrapper.ui-tabs-wrap.vertical-layout .tab-header .tab-item.active{box-shadow:none}.testcases-result-wrapper .compile-message .compile-output-message{max-height:300px}.testcases-result-wrapper .compile-error-wrapper{margin:0 20px}}.custom-popover .custom-tc-tooltip{width:200px}
.testcase-tab-item{font-weight:700}.testcase-tab-item.tab-item-color-success{color:#1ba94c}.testcase-tab-item.tab-item-color-error{color:#db2644}.testcase-tab-item.tab-item-color-info{color:#576871;color:var(--color-text-dark-faded)}.testcase-tab-item .tab-item-label{padding:5px}
.form-alert{padding:20px;margin-bottom:20px;font-size:14px}.form-alert.message-error{border:1px solid #db2644;background:#fcebee}.form-alert.message-info{border:1px solid #ffd40e;background:#fffdf4}@media screen and (max-width:767px){.form-alert{padding:15px;margin-bottom:15px}}
.ReactCrop{display:inline-block;margin:20px 0}.image-action-container{display:flex;text-align:right;justify-content:flex-end}.image-action-container .change-img{margin-right:20px}@media screen and (max-width:767px){.ReactCrop{display:block}}
.ui-dialog .modal-container{display:inline-block;box-sizing:border-box;border-radius:5px;background:#fff}.ui-dialog .ui-dialog-header{box-sizing:border-box;padding:0 40px 0 20px;height:55px;border-bottom:1px solid #eff1f3;border-top-left-radius:5px;border-top-right-radius:5px;background:#eff1f3;color:#39424e;font-size:18px}.ui-dialog .ui-dialog-body{padding:20px}.ui-dialog .ui-dialog-title{margin:0;text-transform:uppercase;font-weight:500;font-size:18px;line-height:55px}.ui-dialog .close{position:absolute;top:0;right:10px;padding:0 10px;outline:none;border:0;background:transparent;color:inherit;text-align:center;font-size:14px;line-height:55px;opacity:.6;cursor:pointer}.ui-dialog .close:focus,.ui-dialog .close:hover{opacity:1}.ui-dialog .close-icon:before{margin-right:0}.ui-dialog.light .modal-container{padding:0 20px;background:#fff}.ui-dialog.light .ui-dialog-header{padding-right:20px;padding-left:0;background:#fff;text-align:left}.ui-dialog.light .ui-dialog-title{text-transform:none;font-weight:600}.ui-dialog.light .ui-dialog-body{padding:20px 0}.ui-dialog.theme-m .modal-container{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);box-shadow:0 6px 16px 0 rgba(0,0,0,.2);padding:0 30px}.ui-dialog.theme-m .modal-container,.ui-dialog.theme-m .ui-dialog-header{background-color:#fff;background-color:var(--color-white);text-align:left}.ui-dialog.theme-m .ui-dialog-header{padding-left:0;height:auto;color:#576871;color:var(--color-text-dark-faded)}.ui-dialog.theme-m .ui-dialog-title{margin:20px 0;color:#0e141e;color:var(--color-text-dark);text-transform:none;font-weight:700;line-height:inherit}.ui-dialog.theme-m .close{right:15px;margin:10px 0;padding:10px;line-height:inherit}.ui-dialog.theme-m .ui-dialog-body{padding:20px 0 30px;width:100%;background-color:#fff;background-color:var(--color-white);color:#0e141e;color:var(--color-text-dark);font-size:14px;line-height:1.5}@media (max-width:767px){.ui-dialog .modal-container{min-width:320px}.theme-m.ui-dialog .modal-container{min-width:200px}}.ui-dialog.size-small .modal-container{width:480px}.ui-dialog.size-medium .modal-container{width:640px}.ui-dialog.size-full .modal-container{width:100%}@media screen and (max-width:767px){.ui-dialog.size-full .modal-container,.ui-dialog.size-medium .modal-container,.ui-dialog.size-small .modal-container{width:90%}}
.theme-m.upload-widget{text-align:center}.theme-m.upload-widget .dropdown{position:relative;margin:20px auto 10px;width:140px}.theme-m.upload-widget .dropdown-button{width:100%}.theme-m.upload-widget .dropdown-body{box-shadow:0 6px 16px 0 rgba(0,0,0,.2);position:absolute;z-index:1;width:100%;border:0;background-color:#fff}.theme-m.upload-widget .upload-list{list-style:none}.theme-m.upload-widget .upload-label{display:flex;margin:0;width:auto;justify-content:center}.theme-m.upload-widget .upload-label-btn{padding:5px 30px;width:100%;border:0;background-color:transparent;font-family:inherit}.theme-m.upload-widget .upload-label-btn:focus,.theme-m.upload-widget .upload-label-btn:hover{outline:0;background-color:#e7eeef}.theme-m.upload-widget .upload-form-github{display:flex;justify-content:center;margin-bottom:20px}.theme-m.upload-widget .input-wrapper{width:90%}.theme-m.upload-widget .input-wrapper .input{margin-bottom:0}.theme-m.upload-widget .input-wrapper .input:disabled{border:1px solid #b7c9cc}.theme-m.upload-widget .message{margin:5px 0;text-align:left}.theme-m.upload-widget .message-maxsize{margin-bottom:0}.theme-m.upload-widget .message-filetype-supported{margin-top:5px}.theme-m.upload-widget .message-filetype-supported,.theme-m.upload-widget .message-maxsize{font-size:14px;color:#39424e}.theme-m.upload-widget .message-center{text-align:center}.theme-m.upload-widget .message-success{color:#1ba94c}.theme-m.upload-widget .message-error{color:#db2644}.theme-m.upload-widget .label-btn{display:flex;justify-content:center;align-items:center;margin:5px auto}.theme-m.upload-widget input[type=file]{position:absolute;left:-10000px}
.oauth-login .oauth-login-label{margin:30px 0 20px;position:relative;color:#b7c9cc;text-align:center}.oauth-login .oauth-login-label:before{content:"";position:absolute;width:100%;border-top:1px solid #b7c9cc;top:50%;left:0;margin-top:-.5px}.oauth-login .label-text{background:#fff;padding:0 30px;display:inline-block;position:relative;z-index:1}.oauth-login .oauth-btn-wrap{display:flex}.oauth-login .oauth-btn-item{flex:1;display:flex;align-items:center;justify-content:space-around;border-right:1px solid #e7eeef}.oauth-login .oauth-btn-item:first-child,.oauth-login .oauth-btn-item:last-child{max-width:calc((100% + 88px)/6)}.oauth-login .oauth-btn-item:first-child{justify-content:flex-start}.oauth-login .oauth-btn-item:last-child{justify-content:flex-end;border-right:0}.oauth-login .oauth-btn{cursor:pointer}.oauth-login .oauth-btn-icon{width:44px;height:44px}@media screen and (max-width:767px){.oauth-login .oauth-login-label{margin:20px 0}}
.upload-wrapper__link{margin-right:10px;padding:10px;border:1px dashed #b7c9cc;border-radius:5px;background-color:#fff;color:#576871}.upload-wrapper__title{padding-bottom:5px;color:#39424e;font-size:14px}.upload-wrapper__button{color:#075c8e;text-decoration:underline}.upload-wrapper .error-message{color:#db2644;font-size:13px}
@font-face{font-family:UIKitIcon;src:url(UIKitIcon-fe678154c1.eot);src:url(UIKitIcon-fe678154c1.eot?#iefix) format("eot"),url(UIKitIcon-64e70b8274.woff2) format("woff2"),url(UIKitIcon-01a02e39ff.woff) format("woff"),url(UIKitIcon-af747c34d6.ttf) format("truetype"),url(UIKitIcon-79c0629f5a.svg#font) format("svg");font-weight:400;font-style:normal}[class*=" ui-icon-"],[class^=ui-icon-]{display:inline-block;vertical-align:middle}.ui-icon,[class*=" ui-icon-"]:before,[class^=ui-icon-]:before{font-family:UIKitIcon;font-style:normal;font-weight:400;speak:none;display:block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-icon-lg{font-size:1.3333333333333333em}.ui-icon-2x{font-size:2em}.ui-icon-3x{font-size:3em}.ui-icon-4x{font-size:4em}.ui-icon-5x{font-size:5em}.ui-icon-fw{width:1.2857142857142858em;text-align:center}.ui-icon-activity:before{content:"\EA01"}.ui-icon-add-user:before{content:"\EA02"}.ui-icon-alert-triangle:before{content:"\EA03"}.ui-icon-arrow-down-filled:before{content:"\EA04"}.ui-icon-arrow-left:before{content:"\EA05"}.ui-icon-arrow-right:before{content:"\EA06"}.ui-icon-arrow-right_long:before{content:"\EA07"}.ui-icon-box:before{content:"\EA08"}.ui-icon-building:before{content:"\EA09"}.ui-icon-bulb:before{content:"\EA0A"}.ui-icon-cash:before{content:"\EA0B"}.ui-icon-check-circle:before{content:"\EA0C"}.ui-icon-check-square:before{content:"\EA0D"}.ui-icon-check:before{content:"\EA0E"}.ui-icon-chevron-down:before{content:"\EA0F"}.ui-icon-chevron-left:before{content:"\EA10"}.ui-icon-chevron-right:before{content:"\EA11"}.ui-icon-circle-filled:before{content:"\EA12"}.ui-icon-circle:before{content:"\EA13"}.ui-icon-clipboard:before{content:"\EA14"}.ui-icon-code-try:before{content:"\EA15"}.ui-icon-code:before{content:"\EA16"}.ui-icon-codepen:before{content:"\EA17"}.ui-icon-company-admin:before{content:"\EA18"}.ui-icon-copy-file:before{content:"\EA19"}.ui-icon-cross-circle:before{content:"\EA1A"}.ui-icon-cross:before{content:"\EA1B"}.ui-icon-delete:before{content:"\EA1C"}.ui-icon-discussion:before{content:"\EA1D"}.ui-icon-dollar:before{content:"\EA1E"}.ui-icon-download:before{content:"\EA1F"}.ui-icon-drag-handle:before{content:"\EA20"}.ui-icon-edit-plain:before{content:"\EA21"}.ui-icon-edit:before{content:"\EA22"}.ui-icon-editorial:before{content:"\EA23"}.ui-icon-email:before{content:"\EA24"}.ui-icon-employment:before{content:"\EA25"}.ui-icon-environment:before{content:"\EA26"}.ui-icon-error:before{content:"\EA27"}.ui-icon-facebook-filled:before{content:"\EA28"}.ui-icon-facebook-line:before{content:"\EA29"}.ui-icon-facebook-selected:before{content:"\EA2A"}.ui-icon-facebook:before{content:"\EA2B"}.ui-icon-feature-feedback:before{content:"\EA2C"}.ui-icon-file-text:before{content:"\EA2D"}.ui-icon-filter:before{content:"\EA2E"}.ui-icon-fork:before{content:"\EA2F"}.ui-icon-git-commit:before{content:"\EA30"}.ui-icon-github-selected:before{content:"\EA31"}.ui-icon-github:before{content:"\EA32"}.ui-icon-globe:before{content:"\EA33"}.ui-icon-graduation:before{content:"\EA34"}.ui-icon-happy-face:before{content:"\EA35"}.ui-icon-help-circle:before{content:"\EA36"}.ui-icon-help:before{content:"\EA37"}.ui-icon-hexagon-filled:before{content:"\EA38"}.ui-icon-hexagon-line:before{content:"\EA39"}.ui-icon-hide:before{content:"\EA3A"}.ui-icon-hint:before{content:"\EA3B"}.ui-icon-history:before{content:"\EA3C"}.ui-icon-home:before{content:"\EA3D"}.ui-icon-info:before{content:"\EA3E"}.ui-icon-interview:before{content:"\EA3F"}.ui-icon-layout:before{content:"\EA40"}.ui-icon-linkedin-filed:before{content:"\EA41"}.ui-icon-linkedin-filled:before{content:"\EA42"}.ui-icon-linkedin-line:before{content:"\EA43"}.ui-icon-linkedin-selected:before{content:"\EA44"}.ui-icon-linkedin:before{content:"\EA45"}.ui-icon-loader:before{content:"\EA46"}.ui-icon-loading:before{content:"\EA47"}.ui-icon-location:before{content:"\EA48"}.ui-icon-lock:before{content:"\EA49"}.ui-icon-mail-alert:before{content:"\EA4A"}.ui-icon-mail:before{content:"\EA4B"}.ui-icon-maximize:before{content:"\EA4C"}.ui-icon-menu-more:before{content:"\EA4D"}.ui-icon-message:before{content:"\EA4E"}.ui-icon-minimize:before{content:"\EA4F"}.ui-icon-minus-circle:before{content:"\EA50"}.ui-icon-monitor:before{content:"\EA51"}.ui-icon-notification:before{content:"\EA52"}.ui-icon-offline-ide:before{content:"\EA53"}.ui-icon-online-ide:before{content:"\EA54"}.ui-icon-open-new-window:before{content:"\EA55"}.ui-icon-plagiarism:before{content:"\EA56"}.ui-icon-play:before{content:"\EA57"}.ui-icon-plus-circle:before{content:"\EA58"}.ui-icon-plus:before{content:"\EA59"}.ui-icon-ratings:before{content:"\EA5A"}.ui-icon-resend:before{content:"\EA5B"}.ui-icon-reset-code:before{content:"\EA5C"}.ui-icon-restore-size:before{content:"\EA5D"}.ui-icon-sad-face:before{content:"\EA5E"}.ui-icon-score:before{content:"\EA5F"}.ui-icon-search:before{content:"\EA60"}.ui-icon-settings:before{content:"\EA61"}.ui-icon-share:before{content:"\EA62"}.ui-icon-show:before{content:"\EA63"}.ui-icon-skills:before{content:"\EA64"}.ui-icon-smiley:before{content:"\EA65"}.ui-icon-star-filled:before{content:"\EA66"}.ui-icon-star:before{content:"\EA67"}.ui-icon-submissions:before{content:"\EA68"}.ui-icon-success:before{content:"\EA69"}.ui-icon-target:before{content:"\EA6A"}.ui-icon-team-admin:before{content:"\EA6B"}.ui-icon-thumbs-down-2:before{content:"\EA6C"}.ui-icon-thumbs-down-filled:before{content:"\EA6D"}.ui-icon-thumbs-down:before{content:"\EA6E"}.ui-icon-thumbs-up-2:before{content:"\EA6F"}.ui-icon-thumbs-up-filled:before{content:"\EA70"}.ui-icon-thumbs-up-light:before{content:"\EA71"}.ui-icon-thumbs-up:before{content:"\EA72"}.ui-icon-time-deprecated:before{content:"\EA73"}.ui-icon-time:before{content:"\EA74"}.ui-icon-trash:before{content:"\EA75"}.ui-icon-triangle-filled:before{content:"\EA76"}.ui-icon-trophy:before{content:"\EA77"}.ui-icon-tutorial:before{content:"\EA78"}.ui-icon-twitter:before{content:"\EA79"}.ui-icon-upload:before{content:"\EA7A"}.ui-icon-user-check:before{content:"\EA7B"}.ui-icon-user:before{content:"\EA7C"}.ui-icon-warning-hexagon:before{content:"\EA7D"}:root{--font-family-text:Arial,Helvetica,sans-serif;--font-family-input:monaco,Courier,monospace}@font-face{font-weight:400;font-style:normal;font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(open-sans-f28f637e43.woff2) format("woff2"),url(open-sans-90327f5ac4.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:OpenSans;src:local("OpenSans Bold"),local("OpenSans-Bold"),url(open-sans-bold-b3fdf30d75.woff2) format("woff2"),url(open-sans-bold-05d1a99a91.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-style:normal;font-family:SourceCodePro;src:local("Source Code Pro"),local("SourceCodePro"),local("SourceCodePro-Regular"),url(source-code-pro-f3f0dc3751.woff2) format("woff2"),url(source-code-pro-83e81662de.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:SourceCodePro;src:local("SourceCodePro Bold"),local("SourceCodePro-Bold"),url(source-code-pro-bold-f2efae5666.woff2) format("woff2"),url(source-code-pro-bold-975970a3af.woff) format("woff");font-display:swap}.font-open-sans-loader{font-family:OpenSans}.font-source-code-loader{font-family:SourceCodePro}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-icon-grey{color:#b7c9cc}.ui-icon-label{display:inline-block;vertical-align:middle}.disable-pointer-events{pointer-events:none}.sr-only{position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;padding:0;width:1px;height:1px;border:0}.align-absolute-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-required-field:after{margin-left:3px;color:#db2644;content:"*"}.theme-m{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);color:#0e141e;line-height:1.2;line-height:1.2em}.theme-m .d-none{display:none!important}.theme-m .d-inline{display:inline!important}.theme-m .d-inline-block{display:inline-block!important}.theme-m .d-block{display:block!important}.theme-m .d-table{display:table!important}.theme-m .d-table-cell{display:table-cell!important}.theme-m .d-flex{display:flex!important}.theme-m .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.theme-m .d-sm-none{display:none!important}.theme-m .d-sm-inline{display:inline!important}.theme-m .d-sm-inline-block{display:inline-block!important}.theme-m .d-sm-block{display:block!important}.theme-m .d-sm-table{display:table!important}.theme-m .d-sm-table-cell{display:table-cell!important}.theme-m .d-sm-flex{display:flex!important}.theme-m .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.theme-m .d-md-none{display:none!important}.theme-m .d-md-inline{display:inline!important}.theme-m .d-md-inline-block{display:inline-block!important}.theme-m .d-md-block{display:block!important}.theme-m .d-md-table{display:table!important}.theme-m .d-md-table-cell{display:table-cell!important}.theme-m .d-md-flex{display:flex!important}.theme-m .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.theme-m .d-lg-none{display:none!important}.theme-m .d-lg-inline{display:inline!important}.theme-m .d-lg-inline-block{display:inline-block!important}.theme-m .d-lg-block{display:block!important}.theme-m .d-lg-table{display:table!important}.theme-m .d-lg-table-cell{display:table-cell!important}.theme-m .d-lg-flex{display:flex!important}.theme-m .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.theme-m .d-xl-none{display:none!important}.theme-m .d-xl-inline{display:inline!important}.theme-m .d-xl-inline-block{display:inline-block!important}.theme-m .d-xl-block{display:block!important}.theme-m .d-xl-table{display:table!important}.theme-m .d-xl-table-cell{display:table-cell!important}.theme-m .d-xl-flex{display:flex!important}.theme-m .d-xl-inline-flex{display:inline-flex!important}}.theme-m .flex-first{order:-1}.theme-m .flex-last{order:1}.theme-m .flex-unordered{order:0}.theme-m .flex-row{flex-direction:row!important}.theme-m .flex-column{flex-direction:column!important}.theme-m .flex-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-wrap{flex-wrap:wrap!important}.theme-m .flex-nowrap{flex-wrap:nowrap!important}.theme-m .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-start{justify-content:flex-start!important}.theme-m .justify-content-end{justify-content:flex-end!important}.theme-m .justify-content-center{justify-content:center!important}.theme-m .justify-content-between{justify-content:space-between!important}.theme-m .justify-content-around{justify-content:space-around!important}.theme-m .align-items-start{align-items:flex-start!important}.theme-m .align-items-end{align-items:flex-end!important}.theme-m .align-items-center{align-items:center!important}.theme-m .align-items-baseline{align-items:baseline!important}.theme-m .align-items-stretch{align-items:stretch!important}.theme-m .align-content-start{align-content:flex-start!important}.theme-m .align-content-end{align-content:flex-end!important}.theme-m .align-content-center{align-content:center!important}.theme-m .align-content-between{align-content:space-between!important}.theme-m .align-content-around{align-content:space-around!important}.theme-m .align-content-stretch{align-content:stretch!important}.theme-m .align-self-auto{align-self:auto!important}.theme-m .align-self-start{align-self:flex-start!important}.theme-m .align-self-end{align-self:flex-end!important}.theme-m .align-self-center{align-self:center!important}.theme-m .align-self-baseline{align-self:baseline!important}.theme-m .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.theme-m .flex-sm-first{order:-1}.theme-m .flex-sm-last{order:1}.theme-m .flex-sm-unordered{order:0}.theme-m .flex-sm-row{flex-direction:row!important}.theme-m .flex-sm-column{flex-direction:column!important}.theme-m .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-sm-wrap{flex-wrap:wrap!important}.theme-m .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-m .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-sm-start{justify-content:flex-start!important}.theme-m .justify-content-sm-end{justify-content:flex-end!important}.theme-m .justify-content-sm-center{justify-content:center!important}.theme-m .justify-content-sm-between{justify-content:space-between!important}.theme-m .justify-content-sm-around{justify-content:space-around!important}.theme-m .align-items-sm-start{align-items:flex-start!important}.theme-m .align-items-sm-end{align-items:flex-end!important}.theme-m .align-items-sm-center{align-items:center!important}.theme-m .align-items-sm-baseline{align-items:baseline!important}.theme-m .align-items-sm-stretch{align-items:stretch!important}.theme-m .align-content-sm-start{align-content:flex-start!important}.theme-m .align-content-sm-end{align-content:flex-end!important}.theme-m .align-content-sm-center{align-content:center!important}.theme-m .align-content-sm-between{align-content:space-between!important}.theme-m .align-content-sm-around{align-content:space-around!important}.theme-m .align-content-sm-stretch{align-content:stretch!important}.theme-m .align-self-sm-auto{align-self:auto!important}.theme-m .align-self-sm-start{align-self:flex-start!important}.theme-m .align-self-sm-end{align-self:flex-end!important}.theme-m .align-self-sm-center{align-self:center!important}.theme-m .align-self-sm-baseline{align-self:baseline!important}.theme-m .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.theme-m .flex-md-first{order:-1}.theme-m .flex-md-last{order:1}.theme-m .flex-md-unordered{order:0}.theme-m .flex-md-row{flex-direction:row!important}.theme-m .flex-md-column{flex-direction:column!important}.theme-m .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-md-wrap{flex-wrap:wrap!important}.theme-m .flex-md-nowrap{flex-wrap:nowrap!important}.theme-m .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-md-start{justify-content:flex-start!important}.theme-m .justify-content-md-end{justify-content:flex-end!important}.theme-m .justify-content-md-center{justify-content:center!important}.theme-m .justify-content-md-between{justify-content:space-between!important}.theme-m .justify-content-md-around{justify-content:space-around!important}.theme-m .align-items-md-start{align-items:flex-start!important}.theme-m .align-items-md-end{align-items:flex-end!important}.theme-m .align-items-md-center{align-items:center!important}.theme-m .align-items-md-baseline{align-items:baseline!important}.theme-m .align-items-md-stretch{align-items:stretch!important}.theme-m .align-content-md-start{align-content:flex-start!important}.theme-m .align-content-md-end{align-content:flex-end!important}.theme-m .align-content-md-center{align-content:center!important}.theme-m .align-content-md-between{align-content:space-between!important}.theme-m .align-content-md-around{align-content:space-around!important}.theme-m .align-content-md-stretch{align-content:stretch!important}.theme-m .align-self-md-auto{align-self:auto!important}.theme-m .align-self-md-start{align-self:flex-start!important}.theme-m .align-self-md-end{align-self:flex-end!important}.theme-m .align-self-md-center{align-self:center!important}.theme-m .align-self-md-baseline{align-self:baseline!important}.theme-m .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.theme-m .flex-lg-first{order:-1}.theme-m .flex-lg-last{order:1}.theme-m .flex-lg-unordered{order:0}.theme-m .flex-lg-row{flex-direction:row!important}.theme-m .flex-lg-column{flex-direction:column!important}.theme-m .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-lg-wrap{flex-wrap:wrap!important}.theme-m .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-m .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-lg-start{justify-content:flex-start!important}.theme-m .justify-content-lg-end{justify-content:flex-end!important}.theme-m .justify-content-lg-center{justify-content:center!important}.theme-m .justify-content-lg-between{justify-content:space-between!important}.theme-m .justify-content-lg-around{justify-content:space-around!important}.theme-m .align-items-lg-start{align-items:flex-start!important}.theme-m .align-items-lg-end{align-items:flex-end!important}.theme-m .align-items-lg-center{align-items:center!important}.theme-m .align-items-lg-baseline{align-items:baseline!important}.theme-m .align-items-lg-stretch{align-items:stretch!important}.theme-m .align-content-lg-start{align-content:flex-start!important}.theme-m .align-content-lg-end{align-content:flex-end!important}.theme-m .align-content-lg-center{align-content:center!important}.theme-m .align-content-lg-between{align-content:space-between!important}.theme-m .align-content-lg-around{align-content:space-around!important}.theme-m .align-content-lg-stretch{align-content:stretch!important}.theme-m .align-self-lg-auto{align-self:auto!important}.theme-m .align-self-lg-start{align-self:flex-start!important}.theme-m .align-self-lg-end{align-self:flex-end!important}.theme-m .align-self-lg-center{align-self:center!important}.theme-m .align-self-lg-baseline{align-self:baseline!important}.theme-m .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.theme-m .flex-xl-first{order:-1}.theme-m .flex-xl-last{order:1}.theme-m .flex-xl-unordered{order:0}.theme-m .flex-xl-row{flex-direction:row!important}.theme-m .flex-xl-column{flex-direction:column!important}.theme-m .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-xl-wrap{flex-wrap:wrap!important}.theme-m .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-m .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-xl-start{justify-content:flex-start!important}.theme-m .justify-content-xl-end{justify-content:flex-end!important}.theme-m .justify-content-xl-center{justify-content:center!important}.theme-m .justify-content-xl-between{justify-content:space-between!important}.theme-m .justify-content-xl-around{justify-content:space-around!important}.theme-m .align-items-xl-start{align-items:flex-start!important}.theme-m .align-items-xl-end{align-items:flex-end!important}.theme-m .align-items-xl-center{align-items:center!important}.theme-m .align-items-xl-baseline{align-items:baseline!important}.theme-m .align-items-xl-stretch{align-items:stretch!important}.theme-m .align-content-xl-start{align-content:flex-start!important}.theme-m .align-content-xl-end{align-content:flex-end!important}.theme-m .align-content-xl-center{align-content:center!important}.theme-m .align-content-xl-between{align-content:space-between!important}.theme-m .align-content-xl-around{align-content:space-around!important}.theme-m .align-content-xl-stretch{align-content:stretch!important}.theme-m .align-self-xl-auto{align-self:auto!important}.theme-m .align-self-xl-start{align-self:flex-start!important}.theme-m .align-self-xl-end{align-self:flex-end!important}.theme-m .align-self-xl-center{align-self:center!important}.theme-m .align-self-xl-baseline{align-self:baseline!important}.theme-m .align-self-xl-stretch{align-self:stretch!important}}.theme-m .invisible{visibility:hidden!important}.theme-m .hidden-xs-up{display:none!important}@media (max-width:575px){.theme-m .hidden-xs-down{display:none!important}}@media (min-width:576px){.theme-m .hidden-sm-up{display:none!important}}@media (max-width:767px){.theme-m .hidden-sm-down{display:none!important}}@media (min-width:768px){.theme-m .hidden-md-up{display:none!important}}@media (max-width:991px){.theme-m .hidden-md-down{display:none!important}}@media (min-width:992px){.theme-m .hidden-lg-up{display:none!important}}@media (max-width:1199px){.theme-m .hidden-lg-down{display:none!important}}@media (min-width:1200px){.theme-m .hidden-xl-up{display:none!important}}.theme-m .hidden-xl-down,.theme-m .visible-print-block{display:none!important}@media print{.theme-m .visible-print-block{display:block!important}}.theme-m .visible-print-inline{display:none!important}@media print{.theme-m .visible-print-inline{display:inline!important}}.theme-m .visible-print-inline-block{display:none!important}@media print{.theme-m .visible-print-inline-block{display:inline-block!important}}@media print{.theme-m .hidden-print{display:none!important}}.theme-m .align-baseline{vertical-align:baseline!important}.theme-m .align-top{vertical-align:top!important}.theme-m .align-middle{vertical-align:middle!important}.theme-m .align-bottom{vertical-align:bottom!important}.theme-m .align-text-bottom{vertical-align:text-bottom!important}.theme-m .align-text-top{vertical-align:text-top!important}.theme-m .clearfix:after{display:block;content:"";clear:both}.theme-m .text-hero{font-size:56px;font-weight:lighter}.theme-m .text-headline,.theme-m .text-hero{letter-spacing:-2px;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m .text-headline{font-size:40px;font-weight:400}.theme-m .text-sub-headline{font-size:40px;font-weight:700}.theme-m .text-sec-headline-xs,.theme-m .text-sub-headline{font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-sec-headline-xs{letter-spacing:.6px;font-size:12px}.theme-m .text-sec-headline-s,.theme-m .text-sec-headline-xs{color:#738f93;text-transform:uppercase;line-height:1.4;font-weight:400}.theme-m .text-sec-headline-s{letter-spacing:1.4px;font-size:14px;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-para-headline{font-size:18px;line-height:1.4}.theme-m .text-content,.theme-m .text-para-headline{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-content{color:#738f93;letter-spacing:0;font-size:13px;line-height:1.5}.theme-m .text-link{color:#097bbf;cursor:pointer}.theme-m .text-link:hover{text-decoration:underline}.theme-m .bold{font-weight:700}.theme-m a,.theme-m label,.theme-m p{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .btn,.theme-m button,.theme-m code,.theme-m pre{font-weight:400;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m hr{margin:5px 0}.theme-m .hr-line-light{border-top:1px solid #e7eeef;border-bottom:0;border-left:0}.theme-m .border-shadow{box-shadow:0 2px 4px 0 #b7c9cc}.theme-m .btn-as-link{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);margin:0;padding:0;height:auto;outline:none;border:0;background:transparent;color:#097bbf;font-size:15px;cursor:pointer}.theme-m .btn-as-link:active,.theme-m .btn-as-link:focus,.theme-m .btn-as-link:hover{color:#075c8e}.theme-m .stretch-viewport-width{left:50%;min-width:100vw!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.qscore-app{margin-top:30px;font-family:Open Sans,Arial,Helvetica,sans-serif}.qscore-app .card-row{background:#fff;height:250px;margin:.25rem 0 .5rem .25rem;width:100%;overflow-x:hidden;box-shadow:0 6px 16px 0 rgba(0,0,0,.2)}.qscore-app .card-attributes{width:25%;border-right:3px solid #f4faff;padding:30px;position:relative}.qscore-app .redirection-arrow{cursor:pointer;width:100%;color:#0093e2;margin-top:20px;text-decoration:none;position:absolute;bottom:30px}.qscore-app .score{margin-bottom:10px;font-size:15px}.qscore-app .score-icon{font-size:20px;line-height:1.5em}.qscore-app .score-icon:before{margin-left:0}.qscore-app .score-heading{font-size:18px;margin-left:5px;line-height:1.5em}.qscore-app .ui-icon-arrow-left{font-size:16px}.qscore-app .score:before{margin-left:0}.qscore-app .high-score{color:#1ba94c}.qscore-app .medium-score{color:#f6a416}.qscore-app .low-score{color:#db2644}.qscore-app .custom-center-align{vertical-align:middle}.qscore-app .custom-center-align .text-container{top:1px;vertical-align:middle;position:relative}.qscore-app .score-description{font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:13px;font-weight:inherit;color:#576871;line-height:1.5em}.qscore-app .score-description a{font-family:Open Sans,Arial,Helvetica,sans-serif;color:#0093e2;text-decoration:none}.qscore-app .manual-overwrite{position:absolute;margin-top:20px;color:#0093e2;cursor:pointer;text-decoration:none;font-size:13px}.qscore-app .manual-overwrite:hover{text-decoration:underline}.qscore-app .redirect-text{text-decoration:none;font-size:13px;margin:0}.qscore-app .blocks-1{width:25%}.qscore-app .blocks-1 .card-attributes{width:100%}.qscore-app .blocks-2,.qscore-app .blocks-2 .card-attributes{width:50%}.qscore-app .blocks-3{width:75%}.qscore-app .blocks-3 .card-attributes{width:34%}
.content-section .title{margin:10px;font-size:40px}
:root{--font-family-text:Arial,Helvetica,sans-serif;--font-family-input:monaco,Courier,monospace}@font-face{font-weight:400;font-style:normal;font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(open-sans-f28f637e43.woff2) format("woff2"),url(open-sans-90327f5ac4.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:OpenSans;src:local("OpenSans Bold"),local("OpenSans-Bold"),url(open-sans-bold-b3fdf30d75.woff2) format("woff2"),url(open-sans-bold-05d1a99a91.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-style:normal;font-family:SourceCodePro;src:local("Source Code Pro"),local("SourceCodePro"),local("SourceCodePro-Regular"),url(source-code-pro-f3f0dc3751.woff2) format("woff2"),url(source-code-pro-83e81662de.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:SourceCodePro;src:local("SourceCodePro Bold"),local("SourceCodePro-Bold"),url(source-code-pro-bold-f2efae5666.woff2) format("woff2"),url(source-code-pro-bold-975970a3af.woff) format("woff");font-display:swap}.font-open-sans-loader{font-family:OpenSans}.font-source-code-loader{font-family:SourceCodePro}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-icon-grey{color:#b7c9cc}.ui-icon-label{display:inline-block;vertical-align:middle}.disable-pointer-events{pointer-events:none}.sr-only{position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;padding:0;width:1px;height:1px;border:0}.align-absolute-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-required-field:after{margin-left:3px;color:#db2644;content:"*"}.theme-m{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);color:#0e141e;line-height:1.2;line-height:1.2em}.theme-m .d-none{display:none!important}.theme-m .d-inline{display:inline!important}.theme-m .d-inline-block{display:inline-block!important}.theme-m .d-block{display:block!important}.theme-m .d-table{display:table!important}.theme-m .d-table-cell{display:table-cell!important}.theme-m .d-flex{display:flex!important}.theme-m .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.theme-m .d-sm-none{display:none!important}.theme-m .d-sm-inline{display:inline!important}.theme-m .d-sm-inline-block{display:inline-block!important}.theme-m .d-sm-block{display:block!important}.theme-m .d-sm-table{display:table!important}.theme-m .d-sm-table-cell{display:table-cell!important}.theme-m .d-sm-flex{display:flex!important}.theme-m .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.theme-m .d-md-none{display:none!important}.theme-m .d-md-inline{display:inline!important}.theme-m .d-md-inline-block{display:inline-block!important}.theme-m .d-md-block{display:block!important}.theme-m .d-md-table{display:table!important}.theme-m .d-md-table-cell{display:table-cell!important}.theme-m .d-md-flex{display:flex!important}.theme-m .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.theme-m .d-lg-none{display:none!important}.theme-m .d-lg-inline{display:inline!important}.theme-m .d-lg-inline-block{display:inline-block!important}.theme-m .d-lg-block{display:block!important}.theme-m .d-lg-table{display:table!important}.theme-m .d-lg-table-cell{display:table-cell!important}.theme-m .d-lg-flex{display:flex!important}.theme-m .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.theme-m .d-xl-none{display:none!important}.theme-m .d-xl-inline{display:inline!important}.theme-m .d-xl-inline-block{display:inline-block!important}.theme-m .d-xl-block{display:block!important}.theme-m .d-xl-table{display:table!important}.theme-m .d-xl-table-cell{display:table-cell!important}.theme-m .d-xl-flex{display:flex!important}.theme-m .d-xl-inline-flex{display:inline-flex!important}}.theme-m .flex-first{order:-1}.theme-m .flex-last{order:1}.theme-m .flex-unordered{order:0}.theme-m .flex-row{flex-direction:row!important}.theme-m .flex-column{flex-direction:column!important}.theme-m .flex-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-wrap{flex-wrap:wrap!important}.theme-m .flex-nowrap{flex-wrap:nowrap!important}.theme-m .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-start{justify-content:flex-start!important}.theme-m .justify-content-end{justify-content:flex-end!important}.theme-m .justify-content-center{justify-content:center!important}.theme-m .justify-content-between{justify-content:space-between!important}.theme-m .justify-content-around{justify-content:space-around!important}.theme-m .align-items-start{align-items:flex-start!important}.theme-m .align-items-end{align-items:flex-end!important}.theme-m .align-items-center{align-items:center!important}.theme-m .align-items-baseline{align-items:baseline!important}.theme-m .align-items-stretch{align-items:stretch!important}.theme-m .align-content-start{align-content:flex-start!important}.theme-m .align-content-end{align-content:flex-end!important}.theme-m .align-content-center{align-content:center!important}.theme-m .align-content-between{align-content:space-between!important}.theme-m .align-content-around{align-content:space-around!important}.theme-m .align-content-stretch{align-content:stretch!important}.theme-m .align-self-auto{align-self:auto!important}.theme-m .align-self-start{align-self:flex-start!important}.theme-m .align-self-end{align-self:flex-end!important}.theme-m .align-self-center{align-self:center!important}.theme-m .align-self-baseline{align-self:baseline!important}.theme-m .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.theme-m .flex-sm-first{order:-1}.theme-m .flex-sm-last{order:1}.theme-m .flex-sm-unordered{order:0}.theme-m .flex-sm-row{flex-direction:row!important}.theme-m .flex-sm-column{flex-direction:column!important}.theme-m .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-sm-wrap{flex-wrap:wrap!important}.theme-m .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-m .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-sm-start{justify-content:flex-start!important}.theme-m .justify-content-sm-end{justify-content:flex-end!important}.theme-m .justify-content-sm-center{justify-content:center!important}.theme-m .justify-content-sm-between{justify-content:space-between!important}.theme-m .justify-content-sm-around{justify-content:space-around!important}.theme-m .align-items-sm-start{align-items:flex-start!important}.theme-m .align-items-sm-end{align-items:flex-end!important}.theme-m .align-items-sm-center{align-items:center!important}.theme-m .align-items-sm-baseline{align-items:baseline!important}.theme-m .align-items-sm-stretch{align-items:stretch!important}.theme-m .align-content-sm-start{align-content:flex-start!important}.theme-m .align-content-sm-end{align-content:flex-end!important}.theme-m .align-content-sm-center{align-content:center!important}.theme-m .align-content-sm-between{align-content:space-between!important}.theme-m .align-content-sm-around{align-content:space-around!important}.theme-m .align-content-sm-stretch{align-content:stretch!important}.theme-m .align-self-sm-auto{align-self:auto!important}.theme-m .align-self-sm-start{align-self:flex-start!important}.theme-m .align-self-sm-end{align-self:flex-end!important}.theme-m .align-self-sm-center{align-self:center!important}.theme-m .align-self-sm-baseline{align-self:baseline!important}.theme-m .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.theme-m .flex-md-first{order:-1}.theme-m .flex-md-last{order:1}.theme-m .flex-md-unordered{order:0}.theme-m .flex-md-row{flex-direction:row!important}.theme-m .flex-md-column{flex-direction:column!important}.theme-m .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-md-wrap{flex-wrap:wrap!important}.theme-m .flex-md-nowrap{flex-wrap:nowrap!important}.theme-m .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-md-start{justify-content:flex-start!important}.theme-m .justify-content-md-end{justify-content:flex-end!important}.theme-m .justify-content-md-center{justify-content:center!important}.theme-m .justify-content-md-between{justify-content:space-between!important}.theme-m .justify-content-md-around{justify-content:space-around!important}.theme-m .align-items-md-start{align-items:flex-start!important}.theme-m .align-items-md-end{align-items:flex-end!important}.theme-m .align-items-md-center{align-items:center!important}.theme-m .align-items-md-baseline{align-items:baseline!important}.theme-m .align-items-md-stretch{align-items:stretch!important}.theme-m .align-content-md-start{align-content:flex-start!important}.theme-m .align-content-md-end{align-content:flex-end!important}.theme-m .align-content-md-center{align-content:center!important}.theme-m .align-content-md-between{align-content:space-between!important}.theme-m .align-content-md-around{align-content:space-around!important}.theme-m .align-content-md-stretch{align-content:stretch!important}.theme-m .align-self-md-auto{align-self:auto!important}.theme-m .align-self-md-start{align-self:flex-start!important}.theme-m .align-self-md-end{align-self:flex-end!important}.theme-m .align-self-md-center{align-self:center!important}.theme-m .align-self-md-baseline{align-self:baseline!important}.theme-m .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.theme-m .flex-lg-first{order:-1}.theme-m .flex-lg-last{order:1}.theme-m .flex-lg-unordered{order:0}.theme-m .flex-lg-row{flex-direction:row!important}.theme-m .flex-lg-column{flex-direction:column!important}.theme-m .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-lg-wrap{flex-wrap:wrap!important}.theme-m .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-m .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-lg-start{justify-content:flex-start!important}.theme-m .justify-content-lg-end{justify-content:flex-end!important}.theme-m .justify-content-lg-center{justify-content:center!important}.theme-m .justify-content-lg-between{justify-content:space-between!important}.theme-m .justify-content-lg-around{justify-content:space-around!important}.theme-m .align-items-lg-start{align-items:flex-start!important}.theme-m .align-items-lg-end{align-items:flex-end!important}.theme-m .align-items-lg-center{align-items:center!important}.theme-m .align-items-lg-baseline{align-items:baseline!important}.theme-m .align-items-lg-stretch{align-items:stretch!important}.theme-m .align-content-lg-start{align-content:flex-start!important}.theme-m .align-content-lg-end{align-content:flex-end!important}.theme-m .align-content-lg-center{align-content:center!important}.theme-m .align-content-lg-between{align-content:space-between!important}.theme-m .align-content-lg-around{align-content:space-around!important}.theme-m .align-content-lg-stretch{align-content:stretch!important}.theme-m .align-self-lg-auto{align-self:auto!important}.theme-m .align-self-lg-start{align-self:flex-start!important}.theme-m .align-self-lg-end{align-self:flex-end!important}.theme-m .align-self-lg-center{align-self:center!important}.theme-m .align-self-lg-baseline{align-self:baseline!important}.theme-m .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.theme-m .flex-xl-first{order:-1}.theme-m .flex-xl-last{order:1}.theme-m .flex-xl-unordered{order:0}.theme-m .flex-xl-row{flex-direction:row!important}.theme-m .flex-xl-column{flex-direction:column!important}.theme-m .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-xl-wrap{flex-wrap:wrap!important}.theme-m .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-m .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-xl-start{justify-content:flex-start!important}.theme-m .justify-content-xl-end{justify-content:flex-end!important}.theme-m .justify-content-xl-center{justify-content:center!important}.theme-m .justify-content-xl-between{justify-content:space-between!important}.theme-m .justify-content-xl-around{justify-content:space-around!important}.theme-m .align-items-xl-start{align-items:flex-start!important}.theme-m .align-items-xl-end{align-items:flex-end!important}.theme-m .align-items-xl-center{align-items:center!important}.theme-m .align-items-xl-baseline{align-items:baseline!important}.theme-m .align-items-xl-stretch{align-items:stretch!important}.theme-m .align-content-xl-start{align-content:flex-start!important}.theme-m .align-content-xl-end{align-content:flex-end!important}.theme-m .align-content-xl-center{align-content:center!important}.theme-m .align-content-xl-between{align-content:space-between!important}.theme-m .align-content-xl-around{align-content:space-around!important}.theme-m .align-content-xl-stretch{align-content:stretch!important}.theme-m .align-self-xl-auto{align-self:auto!important}.theme-m .align-self-xl-start{align-self:flex-start!important}.theme-m .align-self-xl-end{align-self:flex-end!important}.theme-m .align-self-xl-center{align-self:center!important}.theme-m .align-self-xl-baseline{align-self:baseline!important}.theme-m .align-self-xl-stretch{align-self:stretch!important}}.theme-m .invisible{visibility:hidden!important}.theme-m .hidden-xs-up{display:none!important}@media (max-width:575px){.theme-m .hidden-xs-down{display:none!important}}@media (min-width:576px){.theme-m .hidden-sm-up{display:none!important}}@media (max-width:767px){.theme-m .hidden-sm-down{display:none!important}}@media (min-width:768px){.theme-m .hidden-md-up{display:none!important}}@media (max-width:991px){.theme-m .hidden-md-down{display:none!important}}@media (min-width:992px){.theme-m .hidden-lg-up{display:none!important}}@media (max-width:1199px){.theme-m .hidden-lg-down{display:none!important}}@media (min-width:1200px){.theme-m .hidden-xl-up{display:none!important}}.theme-m .hidden-xl-down,.theme-m .visible-print-block{display:none!important}@media print{.theme-m .visible-print-block{display:block!important}}.theme-m .visible-print-inline{display:none!important}@media print{.theme-m .visible-print-inline{display:inline!important}}.theme-m .visible-print-inline-block{display:none!important}@media print{.theme-m .visible-print-inline-block{display:inline-block!important}}@media print{.theme-m .hidden-print{display:none!important}}.theme-m .align-baseline{vertical-align:baseline!important}.theme-m .align-top{vertical-align:top!important}.theme-m .align-middle{vertical-align:middle!important}.theme-m .align-bottom{vertical-align:bottom!important}.theme-m .align-text-bottom{vertical-align:text-bottom!important}.theme-m .align-text-top{vertical-align:text-top!important}.theme-m .clearfix:after{display:block;content:"";clear:both}.theme-m .text-hero{font-size:56px;font-weight:lighter}.theme-m .text-headline,.theme-m .text-hero{letter-spacing:-2px;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m .text-headline{font-size:40px;font-weight:400}.theme-m .text-sub-headline{font-size:40px;font-weight:700}.theme-m .text-sec-headline-xs,.theme-m .text-sub-headline{font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-sec-headline-xs{letter-spacing:.6px;font-size:12px}.theme-m .text-sec-headline-s,.theme-m .text-sec-headline-xs{color:#738f93;text-transform:uppercase;line-height:1.4;font-weight:400}.theme-m .text-sec-headline-s{letter-spacing:1.4px;font-size:14px;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-para-headline{font-size:18px;line-height:1.4}.theme-m .text-content,.theme-m .text-para-headline{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-content{color:#738f93;letter-spacing:0;font-size:13px;line-height:1.5}.theme-m .text-link{color:#097bbf;cursor:pointer}.theme-m .text-link:hover{text-decoration:underline}.theme-m .bold{font-weight:700}.theme-m a,.theme-m label,.theme-m p{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .btn,.theme-m button,.theme-m code,.theme-m pre{font-weight:400;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m hr{margin:5px 0}.theme-m .hr-line-light{border-top:1px solid #e7eeef;border-bottom:0;border-left:0}.theme-m .border-shadow{box-shadow:0 2px 4px 0 #b7c9cc}.theme-m .btn-as-link{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);margin:0;padding:0;height:auto;outline:none;border:0;background:transparent;color:#097bbf;font-size:15px;cursor:pointer}.theme-m .btn-as-link:active,.theme-m .btn-as-link:focus,.theme-m .btn-as-link:hover{color:#075c8e}.theme-m .stretch-viewport-width{left:50%;min-width:100vw!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@font-face{font-family:UIKitIcon;src:url(UIKitIcon-fe678154c1.eot);src:url(UIKitIcon-fe678154c1.eot?#iefix) format("eot"),url(UIKitIcon-64e70b8274.woff2) format("woff2"),url(UIKitIcon-01a02e39ff.woff) format("woff"),url(UIKitIcon-af747c34d6.ttf) format("truetype"),url(UIKitIcon-79c0629f5a.svg#font) format("svg");font-weight:400;font-style:normal}[class*=" ui-icon-"],[class^=ui-icon-]{display:inline-block;vertical-align:middle}.ui-icon,[class*=" ui-icon-"]:before,[class^=ui-icon-]:before{font-family:UIKitIcon;font-style:normal;font-weight:400;speak:none;display:block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ui-icon-lg{font-size:1.3333333333333333em}.ui-icon-2x{font-size:2em}.ui-icon-3x{font-size:3em}.ui-icon-4x{font-size:4em}.ui-icon-5x{font-size:5em}.ui-icon-fw{width:1.2857142857142858em;text-align:center}.ui-icon-activity:before{content:"\EA01"}.ui-icon-add-user:before{content:"\EA02"}.ui-icon-alert-triangle:before{content:"\EA03"}.ui-icon-arrow-down-filled:before{content:"\EA04"}.ui-icon-arrow-left:before{content:"\EA05"}.ui-icon-arrow-right:before{content:"\EA06"}.ui-icon-arrow-right_long:before{content:"\EA07"}.ui-icon-box:before{content:"\EA08"}.ui-icon-building:before{content:"\EA09"}.ui-icon-bulb:before{content:"\EA0A"}.ui-icon-cash:before{content:"\EA0B"}.ui-icon-check-circle:before{content:"\EA0C"}.ui-icon-check-square:before{content:"\EA0D"}.ui-icon-check:before{content:"\EA0E"}.ui-icon-chevron-down:before{content:"\EA0F"}.ui-icon-chevron-left:before{content:"\EA10"}.ui-icon-chevron-right:before{content:"\EA11"}.ui-icon-circle-filled:before{content:"\EA12"}.ui-icon-circle:before{content:"\EA13"}.ui-icon-clipboard:before{content:"\EA14"}.ui-icon-code-try:before{content:"\EA15"}.ui-icon-code:before{content:"\EA16"}.ui-icon-codepen:before{content:"\EA17"}.ui-icon-company-admin:before{content:"\EA18"}.ui-icon-copy-file:before{content:"\EA19"}.ui-icon-cross-circle:before{content:"\EA1A"}.ui-icon-cross:before{content:"\EA1B"}.ui-icon-delete:before{content:"\EA1C"}.ui-icon-discussion:before{content:"\EA1D"}.ui-icon-dollar:before{content:"\EA1E"}.ui-icon-download:before{content:"\EA1F"}.ui-icon-drag-handle:before{content:"\EA20"}.ui-icon-edit-plain:before{content:"\EA21"}.ui-icon-edit:before{content:"\EA22"}.ui-icon-editorial:before{content:"\EA23"}.ui-icon-email:before{content:"\EA24"}.ui-icon-employment:before{content:"\EA25"}.ui-icon-environment:before{content:"\EA26"}.ui-icon-error:before{content:"\EA27"}.ui-icon-facebook-filled:before{content:"\EA28"}.ui-icon-facebook-line:before{content:"\EA29"}.ui-icon-facebook-selected:before{content:"\EA2A"}.ui-icon-facebook:before{content:"\EA2B"}.ui-icon-feature-feedback:before{content:"\EA2C"}.ui-icon-file-text:before{content:"\EA2D"}.ui-icon-filter:before{content:"\EA2E"}.ui-icon-fork:before{content:"\EA2F"}.ui-icon-git-commit:before{content:"\EA30"}.ui-icon-github-selected:before{content:"\EA31"}.ui-icon-github:before{content:"\EA32"}.ui-icon-globe:before{content:"\EA33"}.ui-icon-graduation:before{content:"\EA34"}.ui-icon-happy-face:before{content:"\EA35"}.ui-icon-help-circle:before{content:"\EA36"}.ui-icon-help:before{content:"\EA37"}.ui-icon-hexagon-filled:before{content:"\EA38"}.ui-icon-hexagon-line:before{content:"\EA39"}.ui-icon-hide:before{content:"\EA3A"}.ui-icon-hint:before{content:"\EA3B"}.ui-icon-history:before{content:"\EA3C"}.ui-icon-home:before{content:"\EA3D"}.ui-icon-info:before{content:"\EA3E"}.ui-icon-interview:before{content:"\EA3F"}.ui-icon-layout:before{content:"\EA40"}.ui-icon-linkedin-filed:before{content:"\EA41"}.ui-icon-linkedin-filled:before{content:"\EA42"}.ui-icon-linkedin-line:before{content:"\EA43"}.ui-icon-linkedin-selected:before{content:"\EA44"}.ui-icon-linkedin:before{content:"\EA45"}.ui-icon-loader:before{content:"\EA46"}.ui-icon-loading:before{content:"\EA47"}.ui-icon-location:before{content:"\EA48"}.ui-icon-lock:before{content:"\EA49"}.ui-icon-mail-alert:before{content:"\EA4A"}.ui-icon-mail:before{content:"\EA4B"}.ui-icon-maximize:before{content:"\EA4C"}.ui-icon-menu-more:before{content:"\EA4D"}.ui-icon-message:before{content:"\EA4E"}.ui-icon-minimize:before{content:"\EA4F"}.ui-icon-minus-circle:before{content:"\EA50"}.ui-icon-monitor:before{content:"\EA51"}.ui-icon-notification:before{content:"\EA52"}.ui-icon-offline-ide:before{content:"\EA53"}.ui-icon-online-ide:before{content:"\EA54"}.ui-icon-open-new-window:before{content:"\EA55"}.ui-icon-plagiarism:before{content:"\EA56"}.ui-icon-play:before{content:"\EA57"}.ui-icon-plus-circle:before{content:"\EA58"}.ui-icon-plus:before{content:"\EA59"}.ui-icon-ratings:before{content:"\EA5A"}.ui-icon-resend:before{content:"\EA5B"}.ui-icon-reset-code:before{content:"\EA5C"}.ui-icon-restore-size:before{content:"\EA5D"}.ui-icon-sad-face:before{content:"\EA5E"}.ui-icon-score:before{content:"\EA5F"}.ui-icon-search:before{content:"\EA60"}.ui-icon-settings:before{content:"\EA61"}.ui-icon-share:before{content:"\EA62"}.ui-icon-show:before{content:"\EA63"}.ui-icon-skills:before{content:"\EA64"}.ui-icon-smiley:before{content:"\EA65"}.ui-icon-star-filled:before{content:"\EA66"}.ui-icon-star:before{content:"\EA67"}.ui-icon-submissions:before{content:"\EA68"}.ui-icon-success:before{content:"\EA69"}.ui-icon-target:before{content:"\EA6A"}.ui-icon-team-admin:before{content:"\EA6B"}.ui-icon-thumbs-down-2:before{content:"\EA6C"}.ui-icon-thumbs-down-filled:before{content:"\EA6D"}.ui-icon-thumbs-down:before{content:"\EA6E"}.ui-icon-thumbs-up-2:before{content:"\EA6F"}.ui-icon-thumbs-up-filled:before{content:"\EA70"}.ui-icon-thumbs-up-light:before{content:"\EA71"}.ui-icon-thumbs-up:before{content:"\EA72"}.ui-icon-time-deprecated:before{content:"\EA73"}.ui-icon-time:before{content:"\EA74"}.ui-icon-trash:before{content:"\EA75"}.ui-icon-triangle-filled:before{content:"\EA76"}.ui-icon-trophy:before{content:"\EA77"}.ui-icon-tutorial:before{content:"\EA78"}.ui-icon-twitter:before{content:"\EA79"}.ui-icon-upload:before{content:"\EA7A"}.ui-icon-user-check:before{content:"\EA7B"}.ui-icon-user:before{content:"\EA7C"}.ui-icon-warning-hexagon:before{content:"\EA7D"}.confirm-cancel-form{background-color:#fff;font-family:Open Sans,Helvetica,sans-serif;line-height:22px;padding:20px 30px;text-align:left}.confirm-cancel-form .close-icon{align-items:center;border:none;cursor:pointer;display:flex;justify-content:center;height:25px;position:absolute;right:20px;top:20px;width:25px}.confirm-cancel-form .close-icon:hover:after,.confirm-cancel-form .close-icon:hover:before{background-color:#0e141e}.confirm-cancel-form .close-icon:after,.confirm-cancel-form .close-icon:before{background-color:#738f93;border-radius:5px;content:"";height:2px;position:inherit;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:17px}.confirm-cancel-form .close-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.confirm-cancel-form .modal-left{color:#576871;display:inline-block;font-size:14px;margin-right:60px;width:610px}.confirm-cancel-form .modal-left div{margin:30px 0}.confirm-cancel-form .modal-left .title{color:#000;font-size:26px;font-weight:700}.confirm-cancel-form .modal-left textarea{background-color:#f3f7f7;font-size:14px;resize:none;width:600px}.confirm-cancel-form .modal-left .actions .ui-btn{font-size:18px;line-height:200%;margin-right:12px}.confirm-cancel-form .modal-left .actions .ui-btn.ui-btn-primary{color:#fff}.confirm-cancel-form .modal-left .actions .ui-btn.ui-btn-primary:hover{color:#2ec866}.confirm-cancel-form .modal-left .actions .ui-btn.ui-btn-secondary{box-shadow:none}.confirm-cancel-form .modal-left .actions .ui-btn.ui-btn-secondary:hover{text-decoration:underline}.confirm-cancel-form .modal-right{display:inline-block}
:root{--font-family-text:Arial,Helvetica,sans-serif;--font-family-input:monaco,Courier,monospace}@font-face{font-weight:400;font-style:normal;font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(open-sans-f28f637e43.woff2) format("woff2"),url(open-sans-90327f5ac4.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:OpenSans;src:local("OpenSans Bold"),local("OpenSans-Bold"),url(open-sans-bold-b3fdf30d75.woff2) format("woff2"),url(open-sans-bold-05d1a99a91.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-style:normal;font-family:SourceCodePro;src:local("Source Code Pro"),local("SourceCodePro"),local("SourceCodePro-Regular"),url(source-code-pro-f3f0dc3751.woff2) format("woff2"),url(source-code-pro-83e81662de.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:SourceCodePro;src:local("SourceCodePro Bold"),local("SourceCodePro-Bold"),url(source-code-pro-bold-f2efae5666.woff2) format("woff2"),url(source-code-pro-bold-975970a3af.woff) format("woff");font-display:swap}.font-open-sans-loader{font-family:OpenSans}.font-source-code-loader{font-family:SourceCodePro}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-icon-grey{color:#b7c9cc}.ui-icon-label{display:inline-block;vertical-align:middle}.disable-pointer-events{pointer-events:none}.sr-only{position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;padding:0;width:1px;height:1px;border:0}.align-absolute-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-required-field:after{margin-left:3px;color:#db2644;content:"*"}.theme-m{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);color:#0e141e;line-height:1.2;line-height:1.2em}.theme-m .d-none{display:none!important}.theme-m .d-inline{display:inline!important}.theme-m .d-inline-block{display:inline-block!important}.theme-m .d-block{display:block!important}.theme-m .d-table{display:table!important}.theme-m .d-table-cell{display:table-cell!important}.theme-m .d-flex{display:flex!important}.theme-m .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.theme-m .d-sm-none{display:none!important}.theme-m .d-sm-inline{display:inline!important}.theme-m .d-sm-inline-block{display:inline-block!important}.theme-m .d-sm-block{display:block!important}.theme-m .d-sm-table{display:table!important}.theme-m .d-sm-table-cell{display:table-cell!important}.theme-m .d-sm-flex{display:flex!important}.theme-m .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.theme-m .d-md-none{display:none!important}.theme-m .d-md-inline{display:inline!important}.theme-m .d-md-inline-block{display:inline-block!important}.theme-m .d-md-block{display:block!important}.theme-m .d-md-table{display:table!important}.theme-m .d-md-table-cell{display:table-cell!important}.theme-m .d-md-flex{display:flex!important}.theme-m .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.theme-m .d-lg-none{display:none!important}.theme-m .d-lg-inline{display:inline!important}.theme-m .d-lg-inline-block{display:inline-block!important}.theme-m .d-lg-block{display:block!important}.theme-m .d-lg-table{display:table!important}.theme-m .d-lg-table-cell{display:table-cell!important}.theme-m .d-lg-flex{display:flex!important}.theme-m .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.theme-m .d-xl-none{display:none!important}.theme-m .d-xl-inline{display:inline!important}.theme-m .d-xl-inline-block{display:inline-block!important}.theme-m .d-xl-block{display:block!important}.theme-m .d-xl-table{display:table!important}.theme-m .d-xl-table-cell{display:table-cell!important}.theme-m .d-xl-flex{display:flex!important}.theme-m .d-xl-inline-flex{display:inline-flex!important}}.theme-m .flex-first{order:-1}.theme-m .flex-last{order:1}.theme-m .flex-unordered{order:0}.theme-m .flex-row{flex-direction:row!important}.theme-m .flex-column{flex-direction:column!important}.theme-m .flex-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-wrap{flex-wrap:wrap!important}.theme-m .flex-nowrap{flex-wrap:nowrap!important}.theme-m .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-start{justify-content:flex-start!important}.theme-m .justify-content-end{justify-content:flex-end!important}.theme-m .justify-content-center{justify-content:center!important}.theme-m .justify-content-between{justify-content:space-between!important}.theme-m .justify-content-around{justify-content:space-around!important}.theme-m .align-items-start{align-items:flex-start!important}.theme-m .align-items-end{align-items:flex-end!important}.theme-m .align-items-center{align-items:center!important}.theme-m .align-items-baseline{align-items:baseline!important}.theme-m .align-items-stretch{align-items:stretch!important}.theme-m .align-content-start{align-content:flex-start!important}.theme-m .align-content-end{align-content:flex-end!important}.theme-m .align-content-center{align-content:center!important}.theme-m .align-content-between{align-content:space-between!important}.theme-m .align-content-around{align-content:space-around!important}.theme-m .align-content-stretch{align-content:stretch!important}.theme-m .align-self-auto{align-self:auto!important}.theme-m .align-self-start{align-self:flex-start!important}.theme-m .align-self-end{align-self:flex-end!important}.theme-m .align-self-center{align-self:center!important}.theme-m .align-self-baseline{align-self:baseline!important}.theme-m .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.theme-m .flex-sm-first{order:-1}.theme-m .flex-sm-last{order:1}.theme-m .flex-sm-unordered{order:0}.theme-m .flex-sm-row{flex-direction:row!important}.theme-m .flex-sm-column{flex-direction:column!important}.theme-m .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-sm-wrap{flex-wrap:wrap!important}.theme-m .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-m .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-sm-start{justify-content:flex-start!important}.theme-m .justify-content-sm-end{justify-content:flex-end!important}.theme-m .justify-content-sm-center{justify-content:center!important}.theme-m .justify-content-sm-between{justify-content:space-between!important}.theme-m .justify-content-sm-around{justify-content:space-around!important}.theme-m .align-items-sm-start{align-items:flex-start!important}.theme-m .align-items-sm-end{align-items:flex-end!important}.theme-m .align-items-sm-center{align-items:center!important}.theme-m .align-items-sm-baseline{align-items:baseline!important}.theme-m .align-items-sm-stretch{align-items:stretch!important}.theme-m .align-content-sm-start{align-content:flex-start!important}.theme-m .align-content-sm-end{align-content:flex-end!important}.theme-m .align-content-sm-center{align-content:center!important}.theme-m .align-content-sm-between{align-content:space-between!important}.theme-m .align-content-sm-around{align-content:space-around!important}.theme-m .align-content-sm-stretch{align-content:stretch!important}.theme-m .align-self-sm-auto{align-self:auto!important}.theme-m .align-self-sm-start{align-self:flex-start!important}.theme-m .align-self-sm-end{align-self:flex-end!important}.theme-m .align-self-sm-center{align-self:center!important}.theme-m .align-self-sm-baseline{align-self:baseline!important}.theme-m .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.theme-m .flex-md-first{order:-1}.theme-m .flex-md-last{order:1}.theme-m .flex-md-unordered{order:0}.theme-m .flex-md-row{flex-direction:row!important}.theme-m .flex-md-column{flex-direction:column!important}.theme-m .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-md-wrap{flex-wrap:wrap!important}.theme-m .flex-md-nowrap{flex-wrap:nowrap!important}.theme-m .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-md-start{justify-content:flex-start!important}.theme-m .justify-content-md-end{justify-content:flex-end!important}.theme-m .justify-content-md-center{justify-content:center!important}.theme-m .justify-content-md-between{justify-content:space-between!important}.theme-m .justify-content-md-around{justify-content:space-around!important}.theme-m .align-items-md-start{align-items:flex-start!important}.theme-m .align-items-md-end{align-items:flex-end!important}.theme-m .align-items-md-center{align-items:center!important}.theme-m .align-items-md-baseline{align-items:baseline!important}.theme-m .align-items-md-stretch{align-items:stretch!important}.theme-m .align-content-md-start{align-content:flex-start!important}.theme-m .align-content-md-end{align-content:flex-end!important}.theme-m .align-content-md-center{align-content:center!important}.theme-m .align-content-md-between{align-content:space-between!important}.theme-m .align-content-md-around{align-content:space-around!important}.theme-m .align-content-md-stretch{align-content:stretch!important}.theme-m .align-self-md-auto{align-self:auto!important}.theme-m .align-self-md-start{align-self:flex-start!important}.theme-m .align-self-md-end{align-self:flex-end!important}.theme-m .align-self-md-center{align-self:center!important}.theme-m .align-self-md-baseline{align-self:baseline!important}.theme-m .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.theme-m .flex-lg-first{order:-1}.theme-m .flex-lg-last{order:1}.theme-m .flex-lg-unordered{order:0}.theme-m .flex-lg-row{flex-direction:row!important}.theme-m .flex-lg-column{flex-direction:column!important}.theme-m .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-lg-wrap{flex-wrap:wrap!important}.theme-m .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-m .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-lg-start{justify-content:flex-start!important}.theme-m .justify-content-lg-end{justify-content:flex-end!important}.theme-m .justify-content-lg-center{justify-content:center!important}.theme-m .justify-content-lg-between{justify-content:space-between!important}.theme-m .justify-content-lg-around{justify-content:space-around!important}.theme-m .align-items-lg-start{align-items:flex-start!important}.theme-m .align-items-lg-end{align-items:flex-end!important}.theme-m .align-items-lg-center{align-items:center!important}.theme-m .align-items-lg-baseline{align-items:baseline!important}.theme-m .align-items-lg-stretch{align-items:stretch!important}.theme-m .align-content-lg-start{align-content:flex-start!important}.theme-m .align-content-lg-end{align-content:flex-end!important}.theme-m .align-content-lg-center{align-content:center!important}.theme-m .align-content-lg-between{align-content:space-between!important}.theme-m .align-content-lg-around{align-content:space-around!important}.theme-m .align-content-lg-stretch{align-content:stretch!important}.theme-m .align-self-lg-auto{align-self:auto!important}.theme-m .align-self-lg-start{align-self:flex-start!important}.theme-m .align-self-lg-end{align-self:flex-end!important}.theme-m .align-self-lg-center{align-self:center!important}.theme-m .align-self-lg-baseline{align-self:baseline!important}.theme-m .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.theme-m .flex-xl-first{order:-1}.theme-m .flex-xl-last{order:1}.theme-m .flex-xl-unordered{order:0}.theme-m .flex-xl-row{flex-direction:row!important}.theme-m .flex-xl-column{flex-direction:column!important}.theme-m .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-xl-wrap{flex-wrap:wrap!important}.theme-m .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-m .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-xl-start{justify-content:flex-start!important}.theme-m .justify-content-xl-end{justify-content:flex-end!important}.theme-m .justify-content-xl-center{justify-content:center!important}.theme-m .justify-content-xl-between{justify-content:space-between!important}.theme-m .justify-content-xl-around{justify-content:space-around!important}.theme-m .align-items-xl-start{align-items:flex-start!important}.theme-m .align-items-xl-end{align-items:flex-end!important}.theme-m .align-items-xl-center{align-items:center!important}.theme-m .align-items-xl-baseline{align-items:baseline!important}.theme-m .align-items-xl-stretch{align-items:stretch!important}.theme-m .align-content-xl-start{align-content:flex-start!important}.theme-m .align-content-xl-end{align-content:flex-end!important}.theme-m .align-content-xl-center{align-content:center!important}.theme-m .align-content-xl-between{align-content:space-between!important}.theme-m .align-content-xl-around{align-content:space-around!important}.theme-m .align-content-xl-stretch{align-content:stretch!important}.theme-m .align-self-xl-auto{align-self:auto!important}.theme-m .align-self-xl-start{align-self:flex-start!important}.theme-m .align-self-xl-end{align-self:flex-end!important}.theme-m .align-self-xl-center{align-self:center!important}.theme-m .align-self-xl-baseline{align-self:baseline!important}.theme-m .align-self-xl-stretch{align-self:stretch!important}}.theme-m .invisible{visibility:hidden!important}.theme-m .hidden-xs-up{display:none!important}@media (max-width:575px){.theme-m .hidden-xs-down{display:none!important}}@media (min-width:576px){.theme-m .hidden-sm-up{display:none!important}}@media (max-width:767px){.theme-m .hidden-sm-down{display:none!important}}@media (min-width:768px){.theme-m .hidden-md-up{display:none!important}}@media (max-width:991px){.theme-m .hidden-md-down{display:none!important}}@media (min-width:992px){.theme-m .hidden-lg-up{display:none!important}}@media (max-width:1199px){.theme-m .hidden-lg-down{display:none!important}}@media (min-width:1200px){.theme-m .hidden-xl-up{display:none!important}}.theme-m .hidden-xl-down,.theme-m .visible-print-block{display:none!important}@media print{.theme-m .visible-print-block{display:block!important}}.theme-m .visible-print-inline{display:none!important}@media print{.theme-m .visible-print-inline{display:inline!important}}.theme-m .visible-print-inline-block{display:none!important}@media print{.theme-m .visible-print-inline-block{display:inline-block!important}}@media print{.theme-m .hidden-print{display:none!important}}.theme-m .align-baseline{vertical-align:baseline!important}.theme-m .align-top{vertical-align:top!important}.theme-m .align-middle{vertical-align:middle!important}.theme-m .align-bottom{vertical-align:bottom!important}.theme-m .align-text-bottom{vertical-align:text-bottom!important}.theme-m .align-text-top{vertical-align:text-top!important}.theme-m .clearfix:after{display:block;content:"";clear:both}.theme-m .text-hero{font-size:56px;font-weight:lighter}.theme-m .text-headline,.theme-m .text-hero{letter-spacing:-2px;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m .text-headline{font-size:40px;font-weight:400}.theme-m .text-sub-headline{font-size:40px;font-weight:700}.theme-m .text-sec-headline-xs,.theme-m .text-sub-headline{font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-sec-headline-xs{letter-spacing:.6px;font-size:12px}.theme-m .text-sec-headline-s,.theme-m .text-sec-headline-xs{color:#738f93;text-transform:uppercase;line-height:1.4;font-weight:400}.theme-m .text-sec-headline-s{letter-spacing:1.4px;font-size:14px;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-para-headline{font-size:18px;line-height:1.4}.theme-m .text-content,.theme-m .text-para-headline{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-content{color:#738f93;letter-spacing:0;font-size:13px;line-height:1.5}.theme-m .text-link{color:#097bbf;cursor:pointer}.theme-m .text-link:hover{text-decoration:underline}.theme-m .bold{font-weight:700}.theme-m a,.theme-m label,.theme-m p{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .btn,.theme-m button,.theme-m code,.theme-m pre{font-weight:400;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m hr{margin:5px 0}.theme-m .hr-line-light{border-top:1px solid #e7eeef;border-bottom:0;border-left:0}.theme-m .border-shadow{box-shadow:0 2px 4px 0 #b7c9cc}.theme-m .btn-as-link{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);margin:0;padding:0;height:auto;outline:none;border:0;background:transparent;color:#097bbf;font-size:15px;cursor:pointer}.theme-m .btn-as-link:active,.theme-m .btn-as-link:focus,.theme-m .btn-as-link:hover{color:#075c8e}.theme-m .stretch-viewport-width{left:50%;min-width:100vw!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pricing-table{margin:0 auto;max-width:700px;font-family:Open Sans,Helvetica,sans-serif}.pricing-table th .header-text{color:#738f93;text-align:left;font-weight:400;font-size:13px}.pricing-table td{width:20%;font-weight:700;font-size:13px;line-height:30px}.pricing-table a.ui-btn,.pricing-table button.ui-btn{font-size:18px;line-height:200%}.pricing-table a.ui-btn.ui-btn-line-primary:hover,.pricing-table button.ui-btn.ui-btn-line-primary:hover{color:#32c766}.pricing-table .plan-price{text-align:left}.pricing-table .plan-price span{display:inline;padding-right:5px}.pricing-table .plan-price .main-text{font-weight:700;font-size:26px}.pricing-table .plan-price .main-text2{font-size:18px}.pricing-table .plan-price .subtext{color:#738f93;font-weight:400;font-size:14px}
.confirm-dialog .confirm-button-group{text-align:right}.confirm-dialog .confirm-button{margin-left:20px}
.content-section{margin:0 auto 30px;width:80%;font-size:26px;line-height:30px}.content-section .section{padding:30px 0}
.faq-section{padding:60px 0;width:100%;font-family:Open Sans,sans-serif}.faq-section .fl-col-group{display:flex;padding:0 7em}.faq-section .fl-col-group .fl-col{flex:1;font-size:14px}.faq-section .fl-col-group .fl-col.title{margin:30px auto 2em;font-size:40px}.faq-section .fl-col-group .fl-col .fl-content{padding:15px 20px}
:root{--font-family-text:Arial,Helvetica,sans-serif;--font-family-input:monaco,Courier,monospace}@font-face{font-weight:400;font-style:normal;font-family:OpenSans;src:local("Open Sans"),local("OpenSans"),url(open-sans-f28f637e43.woff2) format("woff2"),url(open-sans-90327f5ac4.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:OpenSans;src:local("OpenSans Bold"),local("OpenSans-Bold"),url(open-sans-bold-b3fdf30d75.woff2) format("woff2"),url(open-sans-bold-05d1a99a91.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-style:normal;font-family:SourceCodePro;src:local("Source Code Pro"),local("SourceCodePro"),local("SourceCodePro-Regular"),url(source-code-pro-f3f0dc3751.woff2) format("woff2"),url(source-code-pro-83e81662de.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-style:normal;font-family:SourceCodePro;src:local("SourceCodePro Bold"),local("SourceCodePro-Bold"),url(source-code-pro-bold-f2efae5666.woff2) format("woff2"),url(source-code-pro-bold-975970a3af.woff) format("woff");font-display:swap}.font-open-sans-loader{font-family:OpenSans}.font-source-code-loader{font-family:SourceCodePro}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-icon-grey{color:#b7c9cc}.ui-icon-label{display:inline-block;vertical-align:middle}.disable-pointer-events{pointer-events:none}.sr-only{position:absolute;overflow:hidden;clip:rect(0 0 0 0);margin:-1px;padding:0;width:1px;height:1px;border:0}.align-absolute-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.is-required-field:after{margin-left:3px;color:#db2644;content:"*"}.theme-m{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);color:#0e141e;line-height:1.2;line-height:1.2em}.theme-m .d-none{display:none!important}.theme-m .d-inline{display:inline!important}.theme-m .d-inline-block{display:inline-block!important}.theme-m .d-block{display:block!important}.theme-m .d-table{display:table!important}.theme-m .d-table-cell{display:table-cell!important}.theme-m .d-flex{display:flex!important}.theme-m .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.theme-m .d-sm-none{display:none!important}.theme-m .d-sm-inline{display:inline!important}.theme-m .d-sm-inline-block{display:inline-block!important}.theme-m .d-sm-block{display:block!important}.theme-m .d-sm-table{display:table!important}.theme-m .d-sm-table-cell{display:table-cell!important}.theme-m .d-sm-flex{display:flex!important}.theme-m .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.theme-m .d-md-none{display:none!important}.theme-m .d-md-inline{display:inline!important}.theme-m .d-md-inline-block{display:inline-block!important}.theme-m .d-md-block{display:block!important}.theme-m .d-md-table{display:table!important}.theme-m .d-md-table-cell{display:table-cell!important}.theme-m .d-md-flex{display:flex!important}.theme-m .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.theme-m .d-lg-none{display:none!important}.theme-m .d-lg-inline{display:inline!important}.theme-m .d-lg-inline-block{display:inline-block!important}.theme-m .d-lg-block{display:block!important}.theme-m .d-lg-table{display:table!important}.theme-m .d-lg-table-cell{display:table-cell!important}.theme-m .d-lg-flex{display:flex!important}.theme-m .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.theme-m .d-xl-none{display:none!important}.theme-m .d-xl-inline{display:inline!important}.theme-m .d-xl-inline-block{display:inline-block!important}.theme-m .d-xl-block{display:block!important}.theme-m .d-xl-table{display:table!important}.theme-m .d-xl-table-cell{display:table-cell!important}.theme-m .d-xl-flex{display:flex!important}.theme-m .d-xl-inline-flex{display:inline-flex!important}}.theme-m .flex-first{order:-1}.theme-m .flex-last{order:1}.theme-m .flex-unordered{order:0}.theme-m .flex-row{flex-direction:row!important}.theme-m .flex-column{flex-direction:column!important}.theme-m .flex-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-wrap{flex-wrap:wrap!important}.theme-m .flex-nowrap{flex-wrap:nowrap!important}.theme-m .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-start{justify-content:flex-start!important}.theme-m .justify-content-end{justify-content:flex-end!important}.theme-m .justify-content-center{justify-content:center!important}.theme-m .justify-content-between{justify-content:space-between!important}.theme-m .justify-content-around{justify-content:space-around!important}.theme-m .align-items-start{align-items:flex-start!important}.theme-m .align-items-end{align-items:flex-end!important}.theme-m .align-items-center{align-items:center!important}.theme-m .align-items-baseline{align-items:baseline!important}.theme-m .align-items-stretch{align-items:stretch!important}.theme-m .align-content-start{align-content:flex-start!important}.theme-m .align-content-end{align-content:flex-end!important}.theme-m .align-content-center{align-content:center!important}.theme-m .align-content-between{align-content:space-between!important}.theme-m .align-content-around{align-content:space-around!important}.theme-m .align-content-stretch{align-content:stretch!important}.theme-m .align-self-auto{align-self:auto!important}.theme-m .align-self-start{align-self:flex-start!important}.theme-m .align-self-end{align-self:flex-end!important}.theme-m .align-self-center{align-self:center!important}.theme-m .align-self-baseline{align-self:baseline!important}.theme-m .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.theme-m .flex-sm-first{order:-1}.theme-m .flex-sm-last{order:1}.theme-m .flex-sm-unordered{order:0}.theme-m .flex-sm-row{flex-direction:row!important}.theme-m .flex-sm-column{flex-direction:column!important}.theme-m .flex-sm-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-sm-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-sm-wrap{flex-wrap:wrap!important}.theme-m .flex-sm-nowrap{flex-wrap:nowrap!important}.theme-m .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-sm-start{justify-content:flex-start!important}.theme-m .justify-content-sm-end{justify-content:flex-end!important}.theme-m .justify-content-sm-center{justify-content:center!important}.theme-m .justify-content-sm-between{justify-content:space-between!important}.theme-m .justify-content-sm-around{justify-content:space-around!important}.theme-m .align-items-sm-start{align-items:flex-start!important}.theme-m .align-items-sm-end{align-items:flex-end!important}.theme-m .align-items-sm-center{align-items:center!important}.theme-m .align-items-sm-baseline{align-items:baseline!important}.theme-m .align-items-sm-stretch{align-items:stretch!important}.theme-m .align-content-sm-start{align-content:flex-start!important}.theme-m .align-content-sm-end{align-content:flex-end!important}.theme-m .align-content-sm-center{align-content:center!important}.theme-m .align-content-sm-between{align-content:space-between!important}.theme-m .align-content-sm-around{align-content:space-around!important}.theme-m .align-content-sm-stretch{align-content:stretch!important}.theme-m .align-self-sm-auto{align-self:auto!important}.theme-m .align-self-sm-start{align-self:flex-start!important}.theme-m .align-self-sm-end{align-self:flex-end!important}.theme-m .align-self-sm-center{align-self:center!important}.theme-m .align-self-sm-baseline{align-self:baseline!important}.theme-m .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.theme-m .flex-md-first{order:-1}.theme-m .flex-md-last{order:1}.theme-m .flex-md-unordered{order:0}.theme-m .flex-md-row{flex-direction:row!important}.theme-m .flex-md-column{flex-direction:column!important}.theme-m .flex-md-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-md-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-md-wrap{flex-wrap:wrap!important}.theme-m .flex-md-nowrap{flex-wrap:nowrap!important}.theme-m .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-md-start{justify-content:flex-start!important}.theme-m .justify-content-md-end{justify-content:flex-end!important}.theme-m .justify-content-md-center{justify-content:center!important}.theme-m .justify-content-md-between{justify-content:space-between!important}.theme-m .justify-content-md-around{justify-content:space-around!important}.theme-m .align-items-md-start{align-items:flex-start!important}.theme-m .align-items-md-end{align-items:flex-end!important}.theme-m .align-items-md-center{align-items:center!important}.theme-m .align-items-md-baseline{align-items:baseline!important}.theme-m .align-items-md-stretch{align-items:stretch!important}.theme-m .align-content-md-start{align-content:flex-start!important}.theme-m .align-content-md-end{align-content:flex-end!important}.theme-m .align-content-md-center{align-content:center!important}.theme-m .align-content-md-between{align-content:space-between!important}.theme-m .align-content-md-around{align-content:space-around!important}.theme-m .align-content-md-stretch{align-content:stretch!important}.theme-m .align-self-md-auto{align-self:auto!important}.theme-m .align-self-md-start{align-self:flex-start!important}.theme-m .align-self-md-end{align-self:flex-end!important}.theme-m .align-self-md-center{align-self:center!important}.theme-m .align-self-md-baseline{align-self:baseline!important}.theme-m .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.theme-m .flex-lg-first{order:-1}.theme-m .flex-lg-last{order:1}.theme-m .flex-lg-unordered{order:0}.theme-m .flex-lg-row{flex-direction:row!important}.theme-m .flex-lg-column{flex-direction:column!important}.theme-m .flex-lg-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-lg-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-lg-wrap{flex-wrap:wrap!important}.theme-m .flex-lg-nowrap{flex-wrap:nowrap!important}.theme-m .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-lg-start{justify-content:flex-start!important}.theme-m .justify-content-lg-end{justify-content:flex-end!important}.theme-m .justify-content-lg-center{justify-content:center!important}.theme-m .justify-content-lg-between{justify-content:space-between!important}.theme-m .justify-content-lg-around{justify-content:space-around!important}.theme-m .align-items-lg-start{align-items:flex-start!important}.theme-m .align-items-lg-end{align-items:flex-end!important}.theme-m .align-items-lg-center{align-items:center!important}.theme-m .align-items-lg-baseline{align-items:baseline!important}.theme-m .align-items-lg-stretch{align-items:stretch!important}.theme-m .align-content-lg-start{align-content:flex-start!important}.theme-m .align-content-lg-end{align-content:flex-end!important}.theme-m .align-content-lg-center{align-content:center!important}.theme-m .align-content-lg-between{align-content:space-between!important}.theme-m .align-content-lg-around{align-content:space-around!important}.theme-m .align-content-lg-stretch{align-content:stretch!important}.theme-m .align-self-lg-auto{align-self:auto!important}.theme-m .align-self-lg-start{align-self:flex-start!important}.theme-m .align-self-lg-end{align-self:flex-end!important}.theme-m .align-self-lg-center{align-self:center!important}.theme-m .align-self-lg-baseline{align-self:baseline!important}.theme-m .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.theme-m .flex-xl-first{order:-1}.theme-m .flex-xl-last{order:1}.theme-m .flex-xl-unordered{order:0}.theme-m .flex-xl-row{flex-direction:row!important}.theme-m .flex-xl-column{flex-direction:column!important}.theme-m .flex-xl-row-reverse{flex-direction:row-reverse!important}.theme-m .flex-xl-column-reverse{flex-direction:column-reverse!important}.theme-m .flex-xl-wrap{flex-wrap:wrap!important}.theme-m .flex-xl-nowrap{flex-wrap:nowrap!important}.theme-m .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.theme-m .justify-content-xl-start{justify-content:flex-start!important}.theme-m .justify-content-xl-end{justify-content:flex-end!important}.theme-m .justify-content-xl-center{justify-content:center!important}.theme-m .justify-content-xl-between{justify-content:space-between!important}.theme-m .justify-content-xl-around{justify-content:space-around!important}.theme-m .align-items-xl-start{align-items:flex-start!important}.theme-m .align-items-xl-end{align-items:flex-end!important}.theme-m .align-items-xl-center{align-items:center!important}.theme-m .align-items-xl-baseline{align-items:baseline!important}.theme-m .align-items-xl-stretch{align-items:stretch!important}.theme-m .align-content-xl-start{align-content:flex-start!important}.theme-m .align-content-xl-end{align-content:flex-end!important}.theme-m .align-content-xl-center{align-content:center!important}.theme-m .align-content-xl-between{align-content:space-between!important}.theme-m .align-content-xl-around{align-content:space-around!important}.theme-m .align-content-xl-stretch{align-content:stretch!important}.theme-m .align-self-xl-auto{align-self:auto!important}.theme-m .align-self-xl-start{align-self:flex-start!important}.theme-m .align-self-xl-end{align-self:flex-end!important}.theme-m .align-self-xl-center{align-self:center!important}.theme-m .align-self-xl-baseline{align-self:baseline!important}.theme-m .align-self-xl-stretch{align-self:stretch!important}}.theme-m .invisible{visibility:hidden!important}.theme-m .hidden-xs-up{display:none!important}@media (max-width:575px){.theme-m .hidden-xs-down{display:none!important}}@media (min-width:576px){.theme-m .hidden-sm-up{display:none!important}}@media (max-width:767px){.theme-m .hidden-sm-down{display:none!important}}@media (min-width:768px){.theme-m .hidden-md-up{display:none!important}}@media (max-width:991px){.theme-m .hidden-md-down{display:none!important}}@media (min-width:992px){.theme-m .hidden-lg-up{display:none!important}}@media (max-width:1199px){.theme-m .hidden-lg-down{display:none!important}}@media (min-width:1200px){.theme-m .hidden-xl-up{display:none!important}}.theme-m .hidden-xl-down,.theme-m .visible-print-block{display:none!important}@media print{.theme-m .visible-print-block{display:block!important}}.theme-m .visible-print-inline{display:none!important}@media print{.theme-m .visible-print-inline{display:inline!important}}.theme-m .visible-print-inline-block{display:none!important}@media print{.theme-m .visible-print-inline-block{display:inline-block!important}}@media print{.theme-m .hidden-print{display:none!important}}.theme-m .align-baseline{vertical-align:baseline!important}.theme-m .align-top{vertical-align:top!important}.theme-m .align-middle{vertical-align:middle!important}.theme-m .align-bottom{vertical-align:bottom!important}.theme-m .align-text-bottom{vertical-align:text-bottom!important}.theme-m .align-text-top{vertical-align:text-top!important}.theme-m .clearfix:after{display:block;content:"";clear:both}.theme-m .text-hero{font-size:56px;font-weight:lighter}.theme-m .text-headline,.theme-m .text-hero{letter-spacing:-2px;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m .text-headline{font-size:40px;font-weight:400}.theme-m .text-sub-headline{font-size:40px;font-weight:700}.theme-m .text-sec-headline-xs,.theme-m .text-sub-headline{font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-sec-headline-xs{letter-spacing:.6px;font-size:12px}.theme-m .text-sec-headline-s,.theme-m .text-sec-headline-xs{color:#738f93;text-transform:uppercase;line-height:1.4;font-weight:400}.theme-m .text-sec-headline-s{letter-spacing:1.4px;font-size:14px;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-para-headline{font-size:18px;line-height:1.4}.theme-m .text-content,.theme-m .text-para-headline{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .text-content{color:#738f93;letter-spacing:0;font-size:13px;line-height:1.5}.theme-m .text-link{color:#097bbf;cursor:pointer}.theme-m .text-link:hover{text-decoration:underline}.theme-m .bold{font-weight:700}.theme-m a,.theme-m label,.theme-m p{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text)}.theme-m .btn,.theme-m button,.theme-m code,.theme-m pre{font-weight:400;font-family:monaco,Courier,monospace;font-family:var(--font-family-input)}.theme-m hr{margin:5px 0}.theme-m .hr-line-light{border-top:1px solid #e7eeef;border-bottom:0;border-left:0}.theme-m .border-shadow{box-shadow:0 2px 4px 0 #b7c9cc}.theme-m .btn-as-link{font-weight:400;font-family:Arial,Helvetica,sans-serif;font-family:var(--font-family-text);margin:0;padding:0;height:auto;outline:none;border:0;background:transparent;color:#097bbf;font-size:15px;cursor:pointer}.theme-m .btn-as-link:active,.theme-m .btn-as-link:focus,.theme-m .btn-as-link:hover{color:#075c8e}.theme-m .stretch-viewport-width{left:50%;min-width:100vw!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pricing-view{font-family:Open Sans,Whitney SSm A,Whitney SSm B,Helvetica,sans-serif}.pricing-view span{display:block;font-size:14px;line-height:24px}.pricing-view strong{font-size:18px}
.ui-checkbox{display:inline-block;vertical-align:middle;line-height:0}.ui-checkbox,.ui-checkbox *{box-sizing:border-box}.ui-checkbox .checkbox-wrap{position:relative;display:inline-block;width:1em;height:1em;cursor:pointer}.ui-checkbox .checkbox-input{position:absolute;top:0;left:0;z-index:1;margin:0;width:100%;height:100%;opacity:0}.ui-checkbox .label-wrap{display:inline-block;white-space:nowrap;cursor:pointer;font-weight:400;line-height:inherit}.ui-checkbox .label,.ui-checkbox .label-wrap .checkbox-wrap{vertical-align:middle}.ui-checkbox .label{display:inline-block;margin-left:10px;white-space:normal}.ui-checkbox .custom-holder{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border:1px solid #c2c7d0;border-radius:2px;background:#fff;cursor:pointer}.ui-checkbox .custom-holder:after{position:absolute;top:50%;left:50%;width:70%;height:40%;border:.125em solid #fff;border-top:none;border-right:none;background:transparent;content:"";opacity:0;-webkit-transform:translate(-50%,-70%) rotate(-45deg);transform:translate(-50%,-70%) rotate(-45deg)}.ui-checkbox .checkbox-input:checked+.custom-holder{border-color:#1ba94c;background:#1ba94c}.ui-checkbox .checkbox-input:checked+.custom-holder:after{opacity:1}.ui-checkbox .checkbox-input:disabled+.custom-holder{opacity:.5}.ui-checkbox.indeterminate .custom-holder{border-color:#1ba94c;background:#1ba94c}.ui-checkbox.indeterminate .checkbox-input:checked+.custom-holder:after,.ui-checkbox.indeterminate .custom-holder:after{position:absolute;top:50%;left:50%;height:.125em;border:0;background:#fff;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ui-checkbox.theme-m .custom-holder{background:#e7eeef;border:0;border-bottom:1px solid #738f93;border-radius:0}

/*# sourceMappingURL=https://staging.hackerrank.net/fcore-assets/sourcemaps/hackerrank_r_modules~community~work-2c1a008b.css.map*/