@charset "UTF-8";fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{-webkit-box-sizing:content-box;box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{-webkit-box-sizing:border-box;box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;-webkit-transition:border .1s ease;transition:border .1s ease;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}.app-snotify .snotify-rightTop{top:12px!important;right:12px!important;width:min(360px,calc(100vw - 24px));z-index:12000}.app-snotify--dashboard .snotify-rightTop{top:68px!important}.app-snotify .snotifyToast{--app-snotify-accent: #2563eb;position:relative;margin:0 0 10px!important;border:1px solid rgba(148,163,184,.18);border-left:4px solid var(--app-snotify-accent);border-radius:0;background:#fffffffa;-webkit-box-shadow:0 12px 30px rgba(15,23,42,.12);box-shadow:0 12px 30px #0f172a1f;overflow:hidden;cursor:default}.app-snotify .snotifyToast__inner{min-height:0;padding:12px 14px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;color:#101828}.app-snotify .snotifyToast__title{margin-bottom:2px;color:var(--app-snotify-accent)!important;font-size:13px;line-height:1.3;font-weight:700;letter-spacing:.02em}.app-snotify .snotifyToast__body{position:relative;color:#101828!important;font-size:14px;line-height:1.4;font-weight:400}.app-snotify .snotifyToast__body:before{display:none}.app-snotify .snotifyToast__progressBar,.app-snotify .snotify-icon{display:none}.app-snotify .snotify-success{--app-snotify-accent: #1f8a4d}.app-snotify .snotify-info{--app-snotify-accent: #2D9CDB}.app-snotify .snotify-warning{--app-snotify-accent: #d97706}.app-snotify .snotify-error{--app-snotify-accent: #dc2626}@media (max-width: 480px){.app-snotify .snotify-rightTop{left:12px;right:12px!important;width:auto}.app-snotify .snotifyToast{width:100%}.app-snotify--dashboard .snotify-rightTop{top:60px!important}}/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,footer,header,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:.875em;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.blockquote{margin-bottom:1rem;font-size:1.25rem}.img-fluid{max-width:100%;height:auto}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{-webkit-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem #28a74540}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem #28a74540}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem #28a74540}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem #dc354540}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/ calc(.75em + .375rem) calc(.75em + .375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem #dc354540}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem #dc354540}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem #dc354540}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{-webkit-transition:none;transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#0069d9;border-color:#0062cc;-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(38,143,255,.5);box-shadow:0 0 0 .2rem #268fff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#5a6268;border-color:#545b62;-webkit-box-shadow:0 0 0 .2rem rgba(130,138,145,.5);box-shadow:0 0 0 .2rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(130,138,145,.5);box-shadow:0 0 0 .2rem #828a9180}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(72,180,97,.5);box-shadow:0 0 0 .2rem #48b46180}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem #3ab0c380}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(58,176,195,.5);box-shadow:0 0 0 .2rem #3ab0c380}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#e0a800;border-color:#d39e00;-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem #deaa0c80}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(222,170,12,.5);box-shadow:0 0 0 .2rem #deaa0c80}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(225,83,97,.5);box-shadow:0 0 0 .2rem #e1536180}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;-webkit-box-shadow:0 0 0 .2rem rgba(216,217,219,.5);box-shadow:0 0 0 .2rem #d8d9db80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(216,217,219,.5);box-shadow:0 0 0 .2rem #d8d9db80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;-webkit-box-shadow:0 0 0 .2rem rgba(82,88,93,.5);box-shadow:0 0 0 .2rem #52585d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(82,88,93,.5);box-shadow:0 0 0 .2rem #52585d80}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 .2rem rgba(108,117,125,.5);box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(108,117,125,.5);box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem #343a4080}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{-webkit-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;transition:none}}.collapsing.width{width:0;height:auto;-webkit-transition:width .35s ease;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.width{-webkit-transition:none;transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:calc(1.5em + 1rem + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:calc(1.5em + .5rem + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label:before,.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label:after{-webkit-transition:none;transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label:before,.custom-file-label,.custom-select{-webkit-transition:none;transition:none}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill>.nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{-webkit-transition:none;transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#0062cc}a.badge-primary:focus,a.badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.5);box-shadow:0 0 0 .2rem #007bff80}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#545b62}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(108,117,125,.5);box-shadow:0 0 0 .2rem #6c757d80}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.5);box-shadow:0 0 0 .2rem #28a74580}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(23,162,184,.5);box-shadow:0 0 0 .2rem #17a2b880}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#212529;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(255,193,7,.5);box-shadow:0 0 0 .2rem #ffc10780}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#bd2130}a.badge-danger:focus,a.badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.5);box-shadow:0 0 0 .2rem #dc354580}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:hover,a.badge-light:focus{color:#212529;background-color:#dae0e5}a.badge-light:focus,a.badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(248,249,250,.5);box-shadow:0 0 0 .2rem #f8f9fa80}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#1d2124}a.badge-dark:focus,a.badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(52,58,64,.5);box-shadow:0 0 0 .2rem #343a4080}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{-webkit-transition:none;transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:#ffffffd9;background-clip:padding-box;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 .25rem .75rem rgba(0,0,0,.1);box-shadow:0 .25rem .75rem #0000001a;opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translateY(-50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{-webkit-transition:none;transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translate(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;-webkit-transition:opacity .15s ease;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{-webkit-transition:none;transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity .6s ease;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{-webkit-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.align-top{vertical-align:top!important}.align-bottom{vertical-align:bottom!important}.bg-primary{background-color:#007bff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-primary{border-color:#007bff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.position-relative{position:relative!important}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem #00000013!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem #00000026!important}.w-50{width:50%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mt-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mt-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.mt-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.py-2{padding-top:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pt-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.py-4{padding-top:1.5rem!important}.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.mx-n1{margin-right:-.25rem!important}.mx-n1{margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important}.mx-n2{margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important}.mx-n3{margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important}.mx-n4{margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important}.mx-n5{margin-left:-3rem!important}.mr-auto,.mx-auto{margin-right:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.mx-sm-0{margin-right:0!important}.mx-sm-0{margin-left:0!important}.mx-sm-1{margin-right:.25rem!important}.mx-sm-1{margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important}.mx-sm-2{margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important}.mx-sm-3{margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important}.mx-sm-4{margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important}.mx-sm-5{margin-left:3rem!important}.mx-sm-n1{margin-right:-.25rem!important}.mx-sm-n1{margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important}.mx-sm-n2{margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important}.mx-sm-n3{margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important}.mx-sm-n4{margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important}.mx-sm-n5{margin-left:-3rem!important}.mx-sm-auto{margin-right:auto!important}.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.mx-md-0{margin-right:0!important}.mx-md-0{margin-left:0!important}.mx-md-1{margin-right:.25rem!important}.mx-md-1{margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important}.mx-md-2{margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important}.mx-md-3{margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important}.mx-md-4{margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important}.mx-md-5{margin-left:3rem!important}.pr-md-3{padding-right:1rem!important}.mx-md-n1{margin-right:-.25rem!important}.mx-md-n1{margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important}.mx-md-n2{margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important}.mx-md-n3{margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important}.mx-md-n4{margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important}.mx-md-n5{margin-left:-3rem!important}.mx-md-auto{margin-right:auto!important}.mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.mx-lg-0{margin-right:0!important}.mx-lg-0{margin-left:0!important}.mx-lg-1{margin-right:.25rem!important}.mx-lg-1{margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important}.mx-lg-2{margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important}.mx-lg-3{margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important}.mx-lg-4{margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important}.mx-lg-5{margin-left:3rem!important}.pr-lg-3{padding-right:1rem!important}.mx-lg-n1{margin-right:-.25rem!important}.mx-lg-n1{margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important}.mx-lg-n2{margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important}.mx-lg-n3{margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important}.mx-lg-n4{margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important}.mx-lg-n5{margin-left:-3rem!important}.mx-lg-auto{margin-right:auto!important}.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.mx-xl-0{margin-right:0!important}.mx-xl-0{margin-left:0!important}.mx-xl-1{margin-right:.25rem!important}.mx-xl-1{margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important}.mx-xl-2{margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important}.mx-xl-3{margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important}.mx-xl-4{margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important}.mx-xl-5{margin-left:3rem!important}.mx-xl-n1{margin-right:-.25rem!important}.mx-xl-n1{margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important}.mx-xl-n2{margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important}.mx-xl-n3{margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important}.mx-xl-n4{margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important}.mx-xl-n5{margin-left:-3rem!important}.mx-xl-auto{margin-right:auto!important}.mx-xl-auto{margin-left:auto!important}}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.font-weight-bold{font-weight:700!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:#0056b3!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#19692c!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.text-muted{color:#6c757d!important}.text-decoration-none{text-decoration:none!important}.visible{visibility:visible!important}@media print{*,*:before,*:after{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}.form-control.focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.form-control.focus.is-valid{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem #28a74540}.form-control.focus.is-invalid{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem #dc354540}.b-avatar.btn{padding:0;border:0}.b-avatar.btn .b-avatar-img img{-webkit-transition:-webkit-transform .15s ease-in-out;transition:-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out;transition:transform .15s ease-in-out,-webkit-transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img{-webkit-transform:scale(1.15);transform:scale(1.15)}.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.b-calendar .b-calendar-nav .btn{padding:.25rem}.b-calendar .b-calendar-grid-body .col[data-date] .btn{width:32px;height:32px;font-size:14px;line-height:1;margin:3px auto;padding:9px 0}.b-calendar .btn:disabled,.b-calendar .btn.disabled,.b-calendar .btn[aria-disabled=true]{cursor:default;pointer-events:none}.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after{display:none!important}.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before{display:none!important}.dropdown .dropdown-menu:focus{outline:none}.b-dropdown-form{display:inline-block;padding:.25rem 1.5rem;width:100%;clear:both;font-weight:400}.b-dropdown-form:focus{outline:1px dotted!important;outline:5px auto -webkit-focus-ring-color!important}.b-dropdown-form.disabled,.b-dropdown-form:disabled{outline:0!important;color:#adb5bd;pointer-events:none}.b-dropdown-text{display:inline-block;padding:.25rem 1.5rem;margin-bottom:0;width:100%;clear:both;font-weight:lighter}.custom-checkbox.b-custom-control-lg,.input-group-lg .custom-checkbox{font-size:1.25rem;line-height:1.5;padding-left:1.875rem}.custom-checkbox.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-checkbox .custom-control-label:before{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;border-radius:.3rem}.custom-checkbox.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-checkbox .custom-control-label:after{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;background-size:50% 50%}.custom-checkbox.b-custom-control-sm,.input-group-sm .custom-checkbox{font-size:.875rem;line-height:1.5;padding-left:1.3125rem}.custom-checkbox.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-checkbox .custom-control-label:before{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;border-radius:.2rem}.custom-checkbox.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-checkbox .custom-control-label:after{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;background-size:50% 50%}.custom-switch.b-custom-control-lg,.input-group-lg .custom-switch{padding-left:2.8125rem}.custom-switch.b-custom-control-lg .custom-control-label,.input-group-lg .custom-switch .custom-control-label{font-size:1.25rem;line-height:1.5}.custom-switch.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-switch .custom-control-label:before{top:.3125rem;height:1.25rem;left:-2.8125rem;width:2.1875rem;border-radius:.625rem}.custom-switch.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-switch .custom-control-label:after{top:calc(.3125rem + 2px);left:calc(-2.8125rem + 2px);width:calc(1.25rem - 4px);height:calc(1.25rem - 4px);border-radius:.625rem;background-size:50% 50%}.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after,.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label:after{-webkit-transform:translateX(.9375rem);transform:translate(.9375rem)}.custom-switch.b-custom-control-sm,.input-group-sm .custom-switch{padding-left:1.96875rem}.custom-switch.b-custom-control-sm .custom-control-label,.input-group-sm .custom-switch .custom-control-label{font-size:.875rem;line-height:1.5}.custom-switch.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-switch .custom-control-label:before{top:.21875rem;left:-1.96875rem;width:1.53125rem;height:.875rem;border-radius:.4375rem}.custom-switch.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-switch .custom-control-label:after{top:calc(.21875rem + 2px);left:calc(-1.96875rem + 2px);width:calc(.875rem - 4px);height:calc(.875rem - 4px);border-radius:.4375rem;background-size:50% 50%}.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label:after,.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label:after{-webkit-transform:translateX(.65625rem);transform:translate(.65625rem)}.input-group>.input-group-prepend>.btn-group>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.b-form-btn-label-control.form-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:auto;padding:0;background-image:none}.input-group .b-form-btn-label-control.form-control{padding:0}[dir=rtl] .b-form-btn-label-control.form-control,.b-form-btn-label-control.form-control[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}[dir=rtl] .b-form-btn-label-control.form-control>label,.b-form-btn-label-control.form-control[dir=rtl]>label{text-align:right}.b-form-btn-label-control.form-control>.btn{line-height:1;font-size:inherit;-webkit-box-shadow:none!important;box-shadow:none!important;border:0}.b-form-btn-label-control.form-control>.btn:disabled{pointer-events:none}.b-form-btn-label-control.form-control.is-valid>.btn{color:#28a745}.b-form-btn-label-control.form-control.is-invalid>.btn{color:#dc3545}.b-form-btn-label-control.form-control>.dropdown-menu{padding:.5rem}.b-form-btn-label-control.form-control>.form-control{height:auto;min-height:calc(1.5em + .75rem + 0px);padding-left:.25rem;margin:0;border:0;outline:0;background:transparent;word-break:break-word;font-size:inherit;white-space:normal;cursor:pointer}.b-form-btn-label-control.form-control>.form-control.form-control-sm{min-height:calc(1.5em + .5rem + 0px)}.b-form-btn-label-control.form-control>.form-control.form-control-lg{min-height:calc(1.5em + 1rem + 0px)}.input-group.input-group-sm .b-form-btn-label-control.form-control>.form-control{min-height:calc(1.5em + .5rem + 0px);padding-top:.25rem;padding-bottom:.25rem}.input-group.input-group-lg .b-form-btn-label-control.form-control>.form-control{min-height:calc(1.5em + 1rem + 0px);padding-top:.5rem;padding-bottom:.5rem}.b-form-btn-label-control.form-control[aria-disabled=true],.b-form-btn-label-control.form-control[aria-readonly=true]{background-color:#e9ecef;opacity:1}.b-form-btn-label-control.form-control[aria-disabled=true]{pointer-events:none}.b-form-btn-label-control.form-control[aria-disabled=true]>label{cursor:default}.b-form-btn-label-control.btn-group>.dropdown-menu{padding:.5rem}.custom-file-label{white-space:nowrap;overflow-x:hidden}.b-custom-control-lg.custom-file,.b-custom-control-lg .custom-file-input,.b-custom-control-lg .custom-file-label,.input-group-lg.custom-file,.input-group-lg .custom-file-input,.input-group-lg .custom-file-label{font-size:1.25rem;height:calc(1.5em + 1rem + 2px)}.b-custom-control-lg .custom-file-label,.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label,.input-group-lg .custom-file-label:after{padding:.5rem 1rem;line-height:1.5}.b-custom-control-lg .custom-file-label,.input-group-lg .custom-file-label{border-radius:.3rem}.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label:after{font-size:inherit;height:calc(1.5em + 1rem);border-radius:0 .3rem .3rem 0}.b-custom-control-sm.custom-file,.b-custom-control-sm .custom-file-input,.b-custom-control-sm .custom-file-label,.input-group-sm.custom-file,.input-group-sm .custom-file-input,.input-group-sm .custom-file-label{font-size:.875rem;height:calc(1.5em + .5rem + 2px)}.b-custom-control-sm .custom-file-label,.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label,.input-group-sm .custom-file-label:after{padding:.25rem .5rem;line-height:1.5}.b-custom-control-sm .custom-file-label,.input-group-sm .custom-file-label{border-radius:.2rem}.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label:after{font-size:inherit;height:calc(1.5em + .5rem);border-radius:0 .2rem .2rem 0}.was-validated .form-control:invalid,.was-validated .form-control:valid,.form-control.is-invalid,.form-control.is-valid{background-position:right calc(.375em + .1875rem) center}input[type=color].form-control{height:calc(1.5em + .75rem + 2px);padding:.125rem .25rem}input[type=color].form-control.form-control-sm,.input-group-sm input[type=color].form-control{height:calc(1.5em + .5rem + 2px);padding:.125rem .25rem}input[type=color].form-control.form-control-lg,.input-group-lg input[type=color].form-control{height:calc(1.5em + 1rem + 2px);padding:.125rem .25rem}input[type=color].form-control:disabled{background-color:#adb5bd;opacity:.65}.input-group>.custom-range{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-range+.form-control,.input-group>.custom-range+.form-control-plaintext,.input-group>.custom-range+.custom-select,.input-group>.custom-range+.custom-range,.input-group>.custom-range+.custom-file{margin-left:-1px}.input-group>.form-control+.custom-range,.input-group>.form-control-plaintext+.custom-range,.input-group>.custom-select+.custom-range,.input-group>.custom-range+.custom-range,.input-group>.custom-file+.custom-range{margin-left:-1px}.input-group>.custom-range:focus{z-index:3}.input-group>.custom-range:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-range:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-range{padding:0 .75rem;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;height:calc(1.5em + .75rem + 2px);border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.input-group>.custom-range{-webkit-transition:none;transition:none}}.input-group>.custom-range:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(0,123,255,.25);box-shadow:0 0 0 .2rem #007bff40}.input-group>.custom-range:disabled,.input-group>.custom-range[readonly]{background-color:#e9ecef}.input-group-lg>.custom-range{height:calc(1.5em + 1rem + 2px);padding:0 1rem;border-radius:.3rem}.input-group-sm>.custom-range{height:calc(1.5em + .5rem + 2px);padding:0 .5rem;border-radius:.2rem}.was-validated .input-group .custom-range:valid,.input-group .custom-range.is-valid{border-color:#28a745}.was-validated .input-group .custom-range:valid:focus,.input-group .custom-range.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 .2rem rgba(40,167,69,.25);box-shadow:0 0 0 .2rem #28a74540}.was-validated .custom-range:valid:focus::-webkit-slider-thumb,.custom-range.is-valid:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem #9be7ac;box-shadow:0 0 0 1px #fff,0 0 0 .2rem #9be7ac}.was-validated .custom-range:valid:focus::-moz-range-thumb,.custom-range.is-valid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #9be7ac}.was-validated .custom-range:valid:focus::-ms-thumb,.custom-range.is-valid:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #9be7ac}.was-validated .custom-range:valid::-webkit-slider-thumb,.custom-range.is-valid::-webkit-slider-thumb{background-color:#28a745;background-image:none}.was-validated .custom-range:valid::-webkit-slider-thumb:active,.custom-range.is-valid::-webkit-slider-thumb:active{background-color:#9be7ac;background-image:none}.was-validated .custom-range:valid::-webkit-slider-runnable-track,.custom-range.is-valid::-webkit-slider-runnable-track{background-color:#28a74559}.was-validated .custom-range:valid::-moz-range-thumb,.custom-range.is-valid::-moz-range-thumb{background-color:#28a745;background-image:none}.was-validated .custom-range:valid::-moz-range-thumb:active,.custom-range.is-valid::-moz-range-thumb:active{background-color:#9be7ac;background-image:none}.was-validated .custom-range:valid::-moz-range-track,.custom-range.is-valid::-moz-range-track{background:#28a74559}.was-validated .custom-range:valid~.valid-feedback,.was-validated .custom-range:valid~.valid-tooltip,.custom-range.is-valid~.valid-feedback,.custom-range.is-valid~.valid-tooltip{display:block}.was-validated .custom-range:valid::-ms-thumb,.custom-range.is-valid::-ms-thumb{background-color:#28a745;background-image:none}.was-validated .custom-range:valid::-ms-thumb:active,.custom-range.is-valid::-ms-thumb:active{background-color:#9be7ac;background-image:none}.was-validated .custom-range:valid::-ms-track-lower,.custom-range.is-valid::-ms-track-lower{background:#28a74559}.was-validated .custom-range:valid::-ms-track-upper,.custom-range.is-valid::-ms-track-upper{background:#28a74559}.was-validated .input-group .custom-range:invalid,.input-group .custom-range.is-invalid{border-color:#dc3545}.was-validated .input-group .custom-range:invalid:focus,.input-group .custom-range.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,.25);box-shadow:0 0 0 .2rem #dc354540}.was-validated .custom-range:invalid:focus::-webkit-slider-thumb,.custom-range.is-invalid:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem #f6cdd1;box-shadow:0 0 0 1px #fff,0 0 0 .2rem #f6cdd1}.was-validated .custom-range:invalid:focus::-moz-range-thumb,.custom-range.is-invalid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #f6cdd1}.was-validated .custom-range:invalid:focus::-ms-thumb,.custom-range.is-invalid:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #f6cdd1}.was-validated .custom-range:invalid::-webkit-slider-thumb,.custom-range.is-invalid::-webkit-slider-thumb{background-color:#dc3545;background-image:none}.was-validated .custom-range:invalid::-webkit-slider-thumb:active,.custom-range.is-invalid::-webkit-slider-thumb:active{background-color:#f6cdd1;background-image:none}.was-validated .custom-range:invalid::-webkit-slider-runnable-track,.custom-range.is-invalid::-webkit-slider-runnable-track{background-color:#dc354559}.was-validated .custom-range:invalid::-moz-range-thumb,.custom-range.is-invalid::-moz-range-thumb{background-color:#dc3545;background-image:none}.was-validated .custom-range:invalid::-moz-range-thumb:active,.custom-range.is-invalid::-moz-range-thumb:active{background-color:#f6cdd1;background-image:none}.was-validated .custom-range:invalid::-moz-range-track,.custom-range.is-invalid::-moz-range-track{background:#dc354559}.was-validated .custom-range:invalid~.invalid-feedback,.was-validated .custom-range:invalid~.invalid-tooltip,.custom-range.is-invalid~.invalid-feedback,.custom-range.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-range:invalid::-ms-thumb,.custom-range.is-invalid::-ms-thumb{background-color:#dc3545;background-image:none}.was-validated .custom-range:invalid::-ms-thumb:active,.custom-range.is-invalid::-ms-thumb:active{background-color:#f6cdd1;background-image:none}.was-validated .custom-range:invalid::-ms-track-lower,.custom-range.is-invalid::-ms-track-lower{background:#dc354559}.was-validated .custom-range:invalid::-ms-track-upper,.custom-range.is-invalid::-ms-track-upper{background:#dc354559}.custom-radio.b-custom-control-lg,.input-group-lg .custom-radio{font-size:1.25rem;line-height:1.5;padding-left:1.875rem}.custom-radio.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-radio .custom-control-label:before{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;border-radius:50%}.custom-radio.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-radio .custom-control-label:after{top:.3125rem;left:-1.875rem;width:1.25rem;height:1.25rem;background:no-repeat 50%/50% 50%}.custom-radio.b-custom-control-sm,.input-group-sm .custom-radio{font-size:.875rem;line-height:1.5;padding-left:1.3125rem}.custom-radio.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-radio .custom-control-label:before{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;border-radius:50%}.custom-radio.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-radio .custom-control-label:after{top:.21875rem;left:-1.3125rem;width:.875rem;height:.875rem;background:no-repeat 50%/50% 50%}.b-form-spinbutton .btn{line-height:1;-webkit-box-shadow:none!important;box-shadow:none!important}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{-webkit-transform:scale(1.25);transform:scale(1.25)}.form-control-sm .b-form-tag,.form-control-lg .b-form-tag{line-height:1.5}.modal-backdrop{opacity:.5}.b-pagination-pills .page-item .page-link{border-radius:50rem!important;margin-left:.25rem;line-height:1}.b-pagination-pills .page-item:first-child .page-link{margin-left:0}.popover.b-popover{display:block;opacity:1;outline:0}.popover.b-popover.fade:not(.show){opacity:0}.popover.b-popover.show{opacity:1}.b-popover-primary.popover{background-color:#cce5ff;border-color:#b8daff}.b-popover-primary.bs-popover-bottom .popover-header:before,.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#bdddff}.b-popover-primary .popover-header{color:#212529;background-color:#bdddff;border-bottom-color:#a3d0ff}.b-popover-primary .popover-body{color:#004085}.b-popover-secondary.popover{background-color:#e2e3e5;border-color:#d6d8db}.b-popover-secondary.bs-popover-bottom .popover-header:before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#dadbde}.b-popover-secondary .popover-header{color:#212529;background-color:#dadbde;border-bottom-color:#ccced2}.b-popover-secondary .popover-body{color:#383d41}.b-popover-success.popover{background-color:#d4edda;border-color:#c3e6cb}.b-popover-success.bs-popover-bottom .popover-header:before,.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#c9e8d1}.b-popover-success .popover-header{color:#212529;background-color:#c9e8d1;border-bottom-color:#b7e1c1}.b-popover-success .popover-body{color:#155724}.b-popover-info.popover{background-color:#d1ecf1;border-color:#bee5eb}.b-popover-info.bs-popover-bottom .popover-header:before,.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#c5e7ed}.b-popover-info .popover-header{color:#212529;background-color:#c5e7ed;border-bottom-color:#b2dfe7}.b-popover-info .popover-body{color:#0c5460}.b-popover-warning.popover{background-color:#fff3cd;border-color:#ffeeba}.b-popover-warning.bs-popover-bottom .popover-header:before,.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#ffefbe}.b-popover-warning .popover-header{color:#212529;background-color:#ffefbe;border-bottom-color:#ffe9a4}.b-popover-warning .popover-body{color:#856404}.b-popover-danger.popover{background-color:#f8d7da;border-color:#f5c6cb}.b-popover-danger.bs-popover-bottom .popover-header:before,.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f6cace}.b-popover-danger .popover-header{color:#212529;background-color:#f6cace;border-bottom-color:#f2b4ba}.b-popover-danger .popover-body{color:#721c24}.b-popover-light.popover{background-color:#fefefe;border-color:#fdfdfe}.b-popover-light.bs-popover-bottom .popover-header:before,.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#f6f6f6}.b-popover-light .popover-header{color:#212529;background-color:#f6f6f6;border-bottom-color:#eaeaea}.b-popover-light .popover-body{color:#818182}.b-popover-dark.popover{background-color:#d6d8d9;border-color:#c6c8ca}.b-popover-dark.bs-popover-bottom .popover-header:before,.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before{border-bottom-color:#ced0d2}.b-popover-dark .popover-header{color:#212529;background-color:#ced0d2;border-bottom-color:#c1c4c5}.b-popover-dark .popover-body{color:#1b1e21}@-webkit-keyframes b-skeleton-animate-wave{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes b-skeleton-animate-wave{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translateX(100%);transform:translate(100%)}}@-webkit-keyframes b-skeleton-animate-fade{0%{opacity:1}to{opacity:.4}}@keyframes b-skeleton-animate-fade{0%{opacity:1}to{opacity:.4}}@-webkit-keyframes b-skeleton-animate-throb{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.975);transform:scale(.975)}}@keyframes b-skeleton-animate-throb{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.975);transform:scale(.975)}}.table.b-table.b-table-fixed{table-layout:fixed}.table.b-table.b-table-no-border-collapse{border-collapse:separate;border-spacing:0}.table.b-table[aria-busy=true]{opacity:.55}.table.b-table>tbody>tr.b-table-details>td{border-top:none!important}.table.b-table>caption{caption-side:bottom}.table.b-table.b-table-caption-top>caption{caption-side:top!important}.table.b-table>tbody>.table-active,.table.b-table>tbody>.table-active>th,.table.b-table>tbody>.table-active>td{background-color:#00000013}.table.b-table.table-hover>tbody>tr.table-active:hover td,.table.b-table.table-hover>tbody>tr.table-active:hover th{color:#212529;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.075)),to(rgba(0,0,0,.075)));background-image:linear-gradient(#00000013,#00000013);background-repeat:no-repeat}.table.b-table>tbody>.bg-active,.table.b-table>tbody>.bg-active>th,.table.b-table>tbody>.bg-active>td{background-color:#ffffff13!important}.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th{color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.075)),to(rgba(255,255,255,.075)));background-image:linear-gradient(#ffffff13,#ffffff13);background-repeat:no-repeat}.table-responsive{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}@supports (position: sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{position:sticky;left:0}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}.table.b-table>thead>tr>.table-b-table-default,.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default{color:#212529;background-color:#fff}.table.b-table.table-dark>thead>tr>.bg-b-table-default,.table.b-table.table-dark>tbody>tr>.bg-b-table-default,.table.b-table.table-dark>tfoot>tr>.bg-b-table-default{color:#fff;background-color:#343a40}.table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.05)),to(rgba(0,0,0,.05)));background-image:linear-gradient(#0000000d,#0000000d);background-repeat:no-repeat}.table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.05)),to(rgba(255,255,255,.05)));background-image:linear-gradient(#ffffff0d,#ffffff0d);background-repeat:no-repeat}.table.b-table.table-hover>tbody>tr:hover>.table-b-table-default{color:#212529;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.075)),to(rgba(0,0,0,.075)));background-image:linear-gradient(#00000013,#00000013);background-repeat:no-repeat}.table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default{color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.075)),to(rgba(255,255,255,.075)));background-image:linear-gradient(#ffffff13,#ffffff13);background-repeat:no-repeat}}.table.b-table>thead>tr>[aria-sort],.table.b-table>tfoot>tr>[aria-sort]{cursor:pointer;background-image:none;background-repeat:no-repeat;background-size:.65em 1em}.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right .375rem center;padding-right:calc(.75rem + .65em)}.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left,.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left{background-position:left .375rem center;padding-left:calc(.75rem + .65em)}.table.b-table>thead>tr>[aria-sort=none],.table.b-table>tfoot>tr>[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>[aria-sort=ascending],.table.b-table>tfoot>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>[aria-sort=descending],.table.b-table>tfoot>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=none],.table.b-table.table-dark>tfoot>tr>[aria-sort=none],.table.b-table>.thead-dark>tr>[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=ascending],.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],.table.b-table>.thead-dark>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-dark>thead>tr>[aria-sort=descending],.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],.table.b-table>.thead-dark>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=none],.table.b-table>tfoot>tr>.table-dark[aria-sort=none]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=ascending],.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table>thead>tr>.table-dark[aria-sort=descending],.table.b-table>tfoot>tr>.table-dark[aria-sort=descending]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")}.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right .15rem center;padding-right:calc(.3rem + .65em)}.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left,.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left{background-position:left .15rem center;padding-left:calc(.3rem + .65em)}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr{cursor:pointer}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>tfoot{display:none}.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-sm>caption{caption-side:top!important}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-sm>tbody>tr.top-row,.table.b-table.b-table-stacked-sm>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width: 767.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>tfoot{display:none}.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-md>caption{caption-side:top!important}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-md>tbody>tr.top-row,.table.b-table.b-table-stacked-md>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-md>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width: 991.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>tfoot{display:none}.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-lg>caption{caption-side:top!important}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-lg>tbody>tr.top-row,.table.b-table.b-table-stacked-lg>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width: 1199.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>tfoot{display:none}.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked-xl>caption{caption-side:top!important}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked-xl>tbody>tr.top-row,.table.b-table.b-table-stacked-xl>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>tfoot{display:none}.table.b-table.b-table-stacked>thead>tr.b-table-top-row,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row{display:none}.table.b-table.b-table-stacked>caption{caption-side:top!important}.table.b-table.b-table-stacked>tbody>tr>[data-label]:before{content:attr(data-label);width:40%;float:left;text-align:right;overflow-wrap:break-word;font-weight:700;font-style:normal;padding:0 .5rem 0 0;margin:0}.table.b-table.b-table-stacked>tbody>tr>[data-label]:after{display:block;clear:both;content:""}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;width:60%;padding:0 0 0 .5rem;margin:0}.table.b-table.b-table-stacked>tbody>tr.top-row,.table.b-table.b-table-stacked>tbody>tr.bottom-row{display:none}.table.b-table.b-table-stacked>tbody>tr>:first-child{border-top-width:3px}.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.b-toast .toast{background-color:#ffffffd9}.b-toast.b-toast-solid .toast{background-color:#fff}.b-toast .toast{opacity:1}.b-toast .toast.fade:not(.show){opacity:0}.b-toast .toast .toast-body{display:block}.b-toast-primary .toast{background-color:#e6f2ffd9;border-color:#b8daffd9;color:#004085}.b-toast-primary .toast .toast-header{color:#004085;background-color:#cce5ffd9;border-bottom-color:#b8daffd9}.b-toast-primary.b-toast-solid .toast{background-color:#e6f2ff}.b-toast-secondary .toast{background-color:#eff0f1d9;border-color:#d6d8dbd9;color:#383d41}.b-toast-secondary .toast .toast-header{color:#383d41;background-color:#e2e3e5d9;border-bottom-color:#d6d8dbd9}.b-toast-secondary.b-toast-solid .toast{background-color:#eff0f1}.b-toast-success .toast{background-color:#e6f5e9d9;border-color:#c3e6cbd9;color:#155724}.b-toast-success .toast .toast-header{color:#155724;background-color:#d4eddad9;border-bottom-color:#c3e6cbd9}.b-toast-success.b-toast-solid .toast{background-color:#e6f5e9}.b-toast-info .toast{background-color:#e5f4f7d9;border-color:#bee5ebd9;color:#0c5460}.b-toast-info .toast .toast-header{color:#0c5460;background-color:#d1ecf1d9;border-bottom-color:#bee5ebd9}.b-toast-info.b-toast-solid .toast{background-color:#e5f4f7}.b-toast-warning .toast{background-color:#fff9e7d9;border-color:#ffeebad9;color:#856404}.b-toast-warning .toast .toast-header{color:#856404;background-color:#fff3cdd9;border-bottom-color:#ffeebad9}.b-toast-warning.b-toast-solid .toast{background-color:#fff9e7}.b-toast-danger .toast{background-color:#fcedeed9;border-color:#f5c6cbd9;color:#721c24}.b-toast-danger .toast .toast-header{color:#721c24;background-color:#f8d7dad9;border-bottom-color:#f5c6cbd9}.b-toast-danger.b-toast-solid .toast{background-color:#fcedee}.b-toast-light .toast{background-color:#ffffffd9;border-color:#fdfdfed9;color:#818182}.b-toast-light .toast .toast-header{color:#818182;background-color:#fefefed9;border-bottom-color:#fdfdfed9}.b-toast-light.b-toast-solid .toast{background-color:#fff}.b-toast-dark .toast{background-color:#e3e5e5d9;border-color:#c6c8cad9;color:#1b1e21}.b-toast-dark .toast .toast-header{color:#1b1e21;background-color:#d6d8d9d9;border-bottom-color:#c6c8cad9}.b-toast-dark.b-toast-solid .toast{background-color:#e3e5e5}.b-toaster.b-toaster-top-full .b-toaster-slot .toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast{width:100%;max-width:100%}.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade{-webkit-transition-delay:.175s;transition-delay:.175s}.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade{-webkit-transition-delay:0s;transition-delay:0s}.tooltip.b-tooltip{display:block;opacity:.9;outline:0}.tooltip.b-tooltip.fade:not(.show){opacity:0}.tooltip.b-tooltip.show{opacity:.9}.tooltip.b-tooltip.noninteractive{pointer-events:none}.tooltip.b-tooltip .arrow{margin:0 .25rem}.tooltip.b-tooltip.bs-tooltip-right .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip.bs-tooltip-left .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow{margin:.25rem 0}.tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#007bff}.tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#007bff}.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#007bff}.tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#007bff}.tooltip.b-tooltip-primary .tooltip-inner{color:#fff;background-color:#007bff}.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#6c757d}.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#6c757d}.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#6c757d}.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#6c757d}.tooltip.b-tooltip-secondary .tooltip-inner{color:#fff;background-color:#6c757d}.tooltip.b-tooltip-success.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#28a745}.tooltip.b-tooltip-success .tooltip-inner{color:#fff;background-color:#28a745}.tooltip.b-tooltip-info.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#17a2b8}.tooltip.b-tooltip-info.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#17a2b8}.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#17a2b8}.tooltip.b-tooltip-info.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#17a2b8}.tooltip.b-tooltip-info .tooltip-inner{color:#fff;background-color:#17a2b8}.tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#ffc107}.tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#ffc107}.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#ffc107}.tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#ffc107}.tooltip.b-tooltip-warning .tooltip-inner{color:#212529;background-color:#ffc107}.tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#dc3545}.tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#dc3545}.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#dc3545}.tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#dc3545}.tooltip.b-tooltip-danger .tooltip-inner{color:#fff;background-color:#dc3545}.tooltip.b-tooltip-light.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#f8f9fa}.tooltip.b-tooltip-light.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#f8f9fa}.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#f8f9fa}.tooltip.b-tooltip-light.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#f8f9fa}.tooltip.b-tooltip-light .tooltip-inner{color:#212529;background-color:#f8f9fa}.tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#343a40}.tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#343a40}.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#343a40}.tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#343a40}.tooltip.b-tooltip-dark .tooltip-inner{color:#fff;background-color:#343a40}@-webkit-keyframes b-icon-animation-cylon{0%{-webkit-transform:translateX(-25%);transform:translate(-25%)}to{-webkit-transform:translateX(25%);transform:translate(25%)}}@keyframes b-icon-animation-cylon{0%{-webkit-transform:translateX(-25%);transform:translate(-25%)}to{-webkit-transform:translateX(25%);transform:translate(25%)}}@-webkit-keyframes b-icon-animation-cylon-vertical{0%{-webkit-transform:translateY(25%);transform:translateY(25%)}to{-webkit-transform:translateY(-25%);transform:translateY(-25%)}}@keyframes b-icon-animation-cylon-vertical{0%{-webkit-transform:translateY(25%);transform:translateY(25%)}to{-webkit-transform:translateY(-25%);transform:translateY(-25%)}}@-webkit-keyframes b-icon-animation-fade{0%{opacity:.1}to{opacity:1}}@keyframes b-icon-animation-fade{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes b-icon-animation-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes b-icon-animation-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes b-icon-animation-throb{0%{opacity:.5;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes b-icon-animation-throb{0%{opacity:.5;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.btn .b-icon.bi,.nav-link .b-icon.bi,.dropdown-toggle .b-icon.bi,.dropdown-item .b-icon.bi,.input-group-text .b-icon.bi{font-size:125%;vertical-align:text-bottom}.snotifyToast{-webkit-animation-fill-mode:both;animation-fill-mode:both}.snotify-leftTop .fadeIn,.snotify-leftCenter .fadeIn,.snotify-leftBottom .fadeIn{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.snotify-leftTop .fadeOut,.snotify-leftCenter .fadeOut,.snotify-leftBottom .fadeOut{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.snotify-rightTop .fadeIn,.snotify-rightCenter .fadeIn,.snotify-rightBottom .fadeIn{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.snotify-rightTop .fadeOut,.snotify-rightCenter .fadeOut,.snotify-rightBottom .fadeOut{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.snotify-centerTop .fadeIn{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.snotify-centerTop .fadeOut{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.snotify-centerCenter .fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.snotify-centerCenter .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.snotify-centerBottom .fadeIn{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.snotify-centerBottom .fadeOut{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) scaleX(1.2);transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) scaleX(1.2);transform:translate3d(-100%,0,0) scaleX(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) scaleX(1.2);transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) scaleX(1.2);transform:translate3d(100%,0,0) scaleX(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scaleY(1.2);transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0) scaleY(1.2);transform:translate3d(0,100%,0) scaleY(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0) scaleY(1.2);transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0) scaleY(1.2);transform:translate3d(0,-100%,0) scaleY(1.2)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes appear{0%{max-height:0}to{max-height:50vh}}@keyframes appear{0%{max-height:0}to{max-height:50vh}}@-webkit-keyframes disappear{0%{opacity:0;max-height:50vh}to{opacity:0;max-height:0}}@keyframes disappear{0%{opacity:0;max-height:50vh}to{opacity:0;max-height:0}}@-webkit-keyframes async{0%{-webkit-transform:translate(0,-50%) rotate(0deg);transform:translateY(-50%) rotate(0)}to{-webkit-transform:translate(0,-50%) rotate(360deg);transform:translateY(-50%) rotate(360deg)}}@keyframes async{0%{-webkit-transform:translate(0,-50%) rotate(0deg);transform:translateY(-50%) rotate(0)}to{-webkit-transform:translate(0,-50%) rotate(360deg);transform:translateY(-50%) rotate(360deg)}}.snotify{display:block;position:fixed;width:300px;z-index:9999;-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none}.snotify *{-webkit-box-sizing:border-box;box-sizing:border-box}.snotify-leftTop,.snotify-leftCenter,.snotify-leftBottom{left:10px}.snotify-rightTop,.snotify-rightCenter,.snotify-rightBottom{right:10px}.snotify-centerTop,.snotify-centerCenter,.snotify-centerBottom{left:calc(50% - 150px)}.snotify-leftTop,.snotify-centerTop,.snotify-rightTop{top:10px}.snotify-leftCenter,.snotify-rightCenter,.snotify-centerCenter{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.snotify-leftBottom,.snotify-rightBottom,.snotify-centerBottom{bottom:10px}.snotify-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;z-index:9998;-webkit-transition:opacity .3s;transition:opacity .3s}.snotifyToast{display:block;cursor:pointer;background-color:#fff;height:100%;margin:5px;opacity:0;border-radius:5px;overflow:hidden;pointer-events:auto}.snotifyToast--in{-webkit-animation-name:appear;animation-name:appear}.snotifyToast--out{-webkit-animation-name:disappear;animation-name:disappear}.snotifyToast__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:5px 65px 5px 15px;min-height:78px;font-size:16px;color:#000}.snotifyToast__noIcon{padding:5px 15px}.snotifyToast__progressBar{position:relative;width:100%;height:10px;background-color:#c7c7c7}.snotifyToast__progressBar__percentage{position:absolute;top:0;left:0;height:10px;background-color:#4c4c4c;max-width:100%}.snotifyToast__title{font-size:1.8em;line-height:1.2em;margin-bottom:5px;color:#fff}.snotifyToast__body{font-size:1em}.snotifyToast-show{-webkit-transform:translate(0,0);transform:translate(0);opacity:1}.snotifyToast-remove{max-height:0;overflow:hidden;-webkit-transform:translate(0,50%);transform:translateY(50%);opacity:0}.snotify-simple .snotifyToast__title,.snotify-simple .snotifyToast__body{color:#000}.snotify-success{background-color:#4caf50}.snotify-success .snotifyToast__progressBar{background-color:#388e3c}.snotify-success .snotifyToast__progressBar__percentage{background-color:#81c784}.snotify-success .snotifyToast__body{color:#c8e6c9}.snotify-info{background-color:#1e88e5}.snotify-info .snotifyToast__progressBar{background-color:#1565c0}.snotify-info .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-info .snotifyToast__body{color:#e3f2fd}.snotify-warning{background-color:#ff9800}.snotify-warning .snotifyToast__progressBar{background-color:#ef6c00}.snotify-warning .snotifyToast__progressBar__percentage{background-color:#ffcc80}.snotify-warning .snotifyToast__body{color:#fff3e0}.snotify-error{background-color:#f44336}.snotify-error .snotifyToast__progressBar{background-color:#c62828}.snotify-error .snotifyToast__progressBar__percentage{background-color:#ef9a9a}.snotify-error .snotifyToast__body{color:#ffebee}.snotify-async{background-color:#1e88e5}.snotify-async .snotifyToast__progressBar{background-color:#1565c0}.snotify-async .snotifyToast__progressBar__percentage{background-color:#64b5f6}.snotify-async .snotifyToast__body{color:#e3f2fd}.snotify-confirm{background-color:#009688}.snotify-confirm .snotifyToast__progressBar{background-color:#4db6ac}.snotify-confirm .snotifyToast__progressBar__percentage{background-color:#80cbc4}.snotify-confirm .snotifyToast__body{color:#e0f2f1}.snotify-prompt{background-color:#009688}.snotify-prompt .snotifyToast__title{margin-bottom:0}.snotify-prompt .snotifyToast__body{color:#e0f2f1}.snotify-confirm .snotifyToast__inner,.snotify-prompt .snotifyToast__inner{padding:10px 15px}.snotifyToast__input{position:relative;z-index:1;display:inline-block;margin:0;width:100%;vertical-align:top;-webkit-transition:all .5s;transition:all .5s;-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field{position:relative;display:block;float:right;padding:.85em .5em;width:100%;border:none;border-radius:0;background:transparent;color:#333;font-weight:700;-webkit-appearance:none;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.snotifyToast__input__field:focus{outline:none}.snotifyToast__input__label{display:inline-block;float:right;padding:0 .85em;width:100%;color:#e0f2f1;font-weight:700;font-size:70.25%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;height:100%;text-align:left;pointer-events:none}.snotifyToast__input__label:before,.snotifyToast__input__label:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.snotifyToast__input__label:before{border-top:2px solid #fff;-webkit-transform:translate3d(0,100%,0) translate3d(0,-2px,0);transform:translate3d(0,100%,0) translate3d(0,-2px,0);-webkit-transition-delay:.3s;transition-delay:.3s}.snotifyToast__input__label:after{z-index:-1;background:#b2dfdb;-webkit-transform:scale3d(1,0,1);transform:scale3d(1,0,1);-webkit-transform-origin:50% 0;transform-origin:50% 0}.snotifyToast__input__labelContent{position:relative;display:block;padding:1em 0;width:100%;-webkit-transition:-webkit-transform .3s .3s;transition:-webkit-transform .3s .3s;transition:transform .3s .3s;transition:transform .3s .3s,-webkit-transform .3s .3s}.snotifyToast__input--filled{margin-top:2.5em}.snotifyToast__input--filled:focus,.snotifyToast__input--filled .snotifyToast__input__field{opacity:1;-webkit-transition-delay:.3s;transition-delay:.3s}.snotifyToast__input__field:focus+.snotifyToast__input__label .snotifyToast__input__labelContent,.snotifyToast__input--filled .snotifyToast__input__labelContent{-webkit-transform:translate(0,-80%);transform:translateY(-80%);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast__input__field:focus+.snotifyToast__input__label:before,.snotifyToast__input--filled .snotifyToast__input__label:before{-webkit-transition-delay:0s;transition-delay:0s}.snotifyToast__input__field:focus+.snotifyToast__input__label:before,.snotifyToast__input--filled .snotifyToast__input__label:before{-webkit-transform:translate(0,0);transform:translate(0)}.snotifyToast__input__field:focus+.snotifyToast__input__label:after,.snotifyToast__input--filled .snotifyToast__input__label:after{-webkit-transform:scale(1,1);transform:scale(1);-webkit-transition-delay:.3s;transition-delay:.3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.snotifyToast--invalid .snotifyToast__input__label:before{border-color:#f44336}.snotifyToast--valid .snotifyToast__input__label:before{border-color:#4caf50}.snotifyToast__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1)}.snotifyToast__buttons button{position:relative;width:100%;border-right:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1);border-top:none;border-bottom:none;background:transparent;padding:8px;text-transform:capitalize;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.snotifyToast__buttons button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff4d;opacity:0;border-radius:100%;-webkit-transform:scale(1,1) translate(-50%);transform:scale(1) translate(-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.snotifyToast__buttons button:focus:not(:active):after{-webkit-animation:ripple 1s ease-out;animation:ripple 1s ease-out}.snotifyToast__buttons button:hover,.snotifyToast__buttons button:focus{background:#0000001a;outline:none}.snotifyToast__buttons button:active{background:#00000026}.snotifyToast__buttons button:last-child{border-right:none}.snotifyToast__buttons button:first-child{border-left:none}.snotifyToast__buttons--bold{font-weight:700}@-webkit-keyframes ripple{0%{-webkit-transform:scale(0,0);transform:scale(0);opacity:1}20%{-webkit-transform:scale(25,25);transform:scale(25);opacity:1}to{opacity:0;-webkit-transform:scale(40,40);transform:scale(40)}}@keyframes ripple{0%{-webkit-transform:scale(0,0);transform:scale(0);opacity:1}20%{-webkit-transform:scale(25,25);transform:scale(25);opacity:1}to{opacity:0;-webkit-transform:scale(40,40);transform:scale(40)}}.snotify-icon{position:absolute;right:10px;top:50%;line-height:0;-webkit-transform:translate(0,-50%);transform:translateY(-50%);max-height:48px;max-width:48px;width:100%;height:100%}.snotify-icon--error{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffcdd2%22%3E%3Cg%3E%3Cpath%20d=%22M437,75A256,256,0,1,0,75,437,256,256,0,1,0,437,75ZM416.43,416.43a226.82,226.82,0,0,1-320.86,0C7.11,328,7.11,184,95.57,95.57a226.82,226.82,0,0,1,320.86,0C504.89,184,504.89,328,416.43,416.43Z%22/%3E%3Cpath%20d=%22M368.81,143.19a14.5,14.5,0,0,0-20.58,0L256,235.42l-92.23-92.23a14.55,14.55,0,0,0-20.58,20.58L235.42,256l-92.23,92.23a14.6,14.6,0,0,0,10.24,24.89,14.19,14.19,0,0,0,10.24-4.31l92.23-92.23,92.23,92.23a14.64,14.64,0,0,0,10.24,4.31,14,14,0,0,0,10.24-4.31,14.5,14.5,0,0,0,0-20.58l-92-92.23,92.23-92.23A14.5,14.5,0,0,0,368.81,143.19Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--warning{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--info{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.84,0,0,114.84,0,256S114.84,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,478.43C133.35,478.43,33.57,378.64,33.57,256S133.35,33.58,256,33.58,478.42,133.36,478.42,256,378.64,478.43,256,478.43Z%22/%3E%3Cpath%20d=%22M251.26,161.24a22.39,22.39,0,1,0-22.38-22.39A22.39,22.39,0,0,0,251.26,161.24Z%22/%3E%3Cpath%20d=%22M286.84,357.87h-14v-160A16.79,16.79,0,0,0,256,181.05H225.17a16.79,16.79,0,0,0,0,33.58h14.05V357.87H225.17a16.79,16.79,0,0,0,0,33.57h61.67a16.79,16.79,0,1,0,0-33.57Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--success{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23c8e6c9%22%3E%3Cg%3E%3Cpath%20d=%22M256,0C114.85,0,0,114.84,0,256S114.85,512,256,512,512,397.16,512,256,397.15,0,256,0Zm0,492.31c-130.29,0-236.31-106-236.31-236.31S125.71,19.69,256,19.69,492.31,125.71,492.31,256,386.29,492.31,256,492.31Z%22/%3E%3Cpath%20class=%22cls-1%22%20d=%22M376.64,151,225.31,321.24l-91.17-72.93a9.85,9.85,0,0,0-12.3,15.38l98.46,78.77a9.86,9.86,0,0,0,13.52-1.15L391.36,164.08A9.85,9.85,0,0,0,376.64,151Z%22/%3E%3C/g%3E%3C/svg%3E)}.snotify-icon--async{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23bbdefb%22%3E%3Cg%3E%3Cpath%20d=%22M256,0a32,32,0,0,0-32,32V96a32,32,0,0,0,64,0V32A32,32,0,0,0,256,0Zm0,384a32,32,0,0,0-32,32v64a32,32,0,0,0,64,0V416A32,32,0,0,0,256,384ZM391.74,165.5,437,120.22A32,32,0,0,0,391.74,75L346.5,120.22a32,32,0,0,0,45.25,45.28Zm-271.52,181L75,391.74A32,32,0,0,0,120.22,437l45.25-45.25a32,32,0,0,0-45.25-45.25Zm0-271.52A32,32,0,1,0,75,120.22l45.25,45.28a32,32,0,1,0,45.25-45.28ZM391.74,346.5a32,32,0,0,0-45.25,45.25L391.74,437A32,32,0,0,0,437,391.74ZM480,224H416a32,32,0,0,0,0,64h64a32,32,0,0,0,0-64ZM128,256a32,32,0,0,0-32-32H32a32,32,0,0,0,0,64H96A32,32,0,0,0,128,256Z%22/%3E%3C/g%3E%3C/svg%3E);-webkit-animation:async 3s infinite linear;animation:async 3s infinite linear;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.swal2-popup.swal2-toast{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:auto;padding:1.25em;overflow-y:hidden;background:#fff;-webkit-box-shadow:0 0 .625em #d9d9d9;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-loading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 .625em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container{padding:.625em 0 0}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-item-align:stretch;align-self:stretch;width:auto;height:2.2em;height:auto;margin:.3125em .3125em 0;padding:0}.swal2-popup.swal2-toast .swal2-styled{margin:.125em .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5);box-shadow:0 0 0 1px #fff,0 0 0 3px #6496c880}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;-webkit-transform-origin:0 1.5em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625em;overflow-x:hidden;-webkit-transition:background-color .1s;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:#0006}.swal2-container.swal2-backdrop-hide{background:transparent!important}.swal2-container.swal2-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-top-start,.swal2-container.swal2-top-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-center-start,.swal2-container.swal2-center-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-bottom-start,.swal2-container.swal2-bottom-left{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swal2-container.swal2-bottom>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-right>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-grow-column{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swal2-container.swal2-grow-column.swal2-top,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swal2-container.swal2-grow-column.swal2-top-start,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-bottom-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-top-right,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swal2-container.swal2-no-transition{-webkit-transition:none!important;transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:5px;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.1)));background-image:linear-gradient(#0000001a,#0000001a)}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));background-image:linear-gradient(#0003,#0003)}.swal2-loader{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;-webkit-box-shadow:none;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#2778c4;color:#fff;font-size:1em}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#d14529;color:#fff;font-size:1em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#757575;color:#fff;font-size:1em}.swal2-styled:focus{outline:none;-webkit-box-shadow:0 0 0 3px rgba(100,150,200,.5);box-shadow:0 0 0 3px #6496c880}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:#0003}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{-webkit-transform:none;transform:none;background:transparent;color:#f27474}.swal2-close:focus{outline:none;-webkit-box-shadow:inset 0 0 0 3px rgba(100,150,200,.5);box-shadow:inset 0 0 0 3px #6496c880}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-input,.swal2-file,.swal2-textarea,.swal2-select,.swal2-radio,.swal2-checkbox{margin:1em auto}.swal2-input,.swal2-file,.swal2-textarea{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,box-shadow .3s;transition:border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px #0000000f;color:inherit;font-size:1.125em}.swal2-input.swal2-inputerror,.swal2-file.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;-webkit-box-shadow:0 0 2px #f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-input:focus,.swal2-file:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:none;-webkit-box-shadow:0 0 0 3px rgba(100,150,200,.5);box-shadow:0 0 0 3px #6496c880}.swal2-input::-webkit-input-placeholder,.swal2-file::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-input::-moz-placeholder,.swal2-file::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-input:-ms-input-placeholder,.swal2-file:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-input::-ms-input-placeholder,.swal2-file::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-input::placeholder,.swal2-file::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-radio,.swal2-checkbox{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;color:inherit}.swal2-radio label,.swal2-checkbox label{margin:0 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{-ms-flex-negative:0;flex-shrink:0;margin:0 .4em}.swal2-input-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1em auto}.swal2-validation-message{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -2.7em;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message:before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;-ms-flex-negative:0;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;-ms-flex-negative:0;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{-webkit-transition:none;transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator: true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-webkit-keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotate(2deg)}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotate(-2deg)}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotate(2deg)}to{-webkit-transform:translateY(0) rotateZ(0deg);transform:translateY(0) rotate(0)}}@keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotateZ(2deg);transform:translateY(-.625em) rotate(2deg)}33%{-webkit-transform:translateY(0) rotateZ(-2deg);transform:translateY(0) rotate(-2deg)}66%{-webkit-transform:translateY(.3125em) rotateZ(2deg);transform:translateY(.3125em) rotate(2deg)}to{-webkit-transform:translateY(0) rotateZ(0deg);transform:translateY(0) rotate(0)}}@-webkit-keyframes swal2-toast-hide{to{-webkit-transform:rotateZ(1deg);transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-hide{to{-webkit-transform:rotateZ(1deg);transform:rotate(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}50%{margin-top:1.625em;-webkit-transform:scale(.4);transform:scale(.4);opacity:0}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}to{-webkit-transform:rotateX(0deg);transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - 1.25em);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);box-shadow:0 0 10px #0006}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-start,body.swal2-no-backdrop .swal2-container.swal2-top-left{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-start,body.swal2-no-backdrop .swal2-container.swal2-center-left{top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-start,body.swal2-no-backdrop .swal2-container.swal2-bottom-left{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{top:50%;right:auto;bottom:auto;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}@media only screen and (min-width: 40em){.min-md-hidden{display:none!important}}@media only screen and (min-width: 47.93em){.min-small-tab-port-hidden{display:none!important}}.slide-right{-webkit-box-shadow:inset 0 0 0 0 #4bb8ff;box-shadow:inset 0 0 #4bb8ff;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.slide-right>svg{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.slide-right:hover,.slide-right:active{-webkit-box-shadow:inset 20rem 0 0 0 #3A87CB!important;box-shadow:inset 20rem 0 #3a87cb!important;color:#fff!important}.slide-right:hover>svg,.slide-right:active>svg{fill:#fff!important}.dot-flashing-stage-wrapper{margin-bottom:15px;position:relative}.dot-flashing-stage-wrapper .shared-screen{position:relative;top:inherit;left:inherit}.dot-flashing-stage-wrapper .shared-screen.has-reclamation{top:inherit}.dot-flashing-stage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0;margin:0;overflow:hidden;width:4rem;margin-right:.5rem}.dot-flashing{position:relative;width:.8rem;height:.8rem;border-radius:.4rem;background-color:#e45b72;color:#e45b72;-webkit-animation:dot-flashing 1s infinite linear alternate;animation:dot-flashing 1s infinite linear alternate;-webkit-animation-delay:.5s;animation-delay:.5s}.dot-flashing:before,.dot-flashing:after{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-1.2rem;width:.8rem;height:.8rem;border-radius:.4rem;background-color:#e45b72;color:#e45b72;-webkit-animation:dot-flashing 1s infinite alternate;animation:dot-flashing 1s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.dot-flashing:after{left:1.2rem;width:.8rem;height:.8rem;border-radius:.4rem;background-color:#e45b72;color:#e45b72;-webkit-animation:dot-flashing 1s infinite alternate;animation:dot-flashing 1s infinite alternate;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes dot-flashing{0%{background-color:#e45b72}50%,to{background-color:#f2b3bd}}@keyframes dot-flashing{0%{background-color:#e45b72}50%,to{background-color:#f2b3bd}}.modal-fade-in .modal-dialog,.btn-ms-action{-webkit-animation:fadeIn ease .3s;animation:fadeIn ease .3s}@keyframes fadeIn{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.multi-select-column{overflow:hidden}.multi-select-column .form__checkbox-label{-webkit-animation:swipe ease .3s;animation:swipe ease .3s}@-webkit-keyframes swipe{0%{-webkit-transform:translateX(-6rem);transform:translate(-6rem);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@keyframes swipe{0%{-webkit-transform:translateX(-6rem);transform:translate(-6rem);opacity:0}to{-webkit-transform:translateX(0);transform:translate(0);opacity:1}}@-webkit-keyframes chatClose{0%{width:91%;bottom:47rem;visibility:visible;opacity:1;height:46rem;left:0}to{opacity:0;height:0;width:0;visibility:hidden;left:-24rem;bottom:41rem}}@keyframes chatClose{0%{width:91%;bottom:47rem;visibility:visible;opacity:1;height:46rem;left:0}to{opacity:0;height:0;width:0;visibility:hidden;left:-24rem;bottom:41rem}}@-webkit-keyframes chatOpen{0%{opacity:0;height:0;width:0;visibility:hidden;left:-24rem;bottom:41rem}to{width:91%;bottom:47rem;visibility:visible;opacity:1;height:46rem;left:0}}@keyframes chatOpen{0%{opacity:0;height:0;width:0;visibility:hidden;left:-24rem;bottom:41rem}to{width:91%;bottom:47rem;visibility:visible;opacity:1;height:46rem;left:0}}.spinner-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.spinner-loader .spinner{width:3rem;height:3rem;border:3px solid #D0D5DD;border-top:3px solid #475467;border-radius:50%;-webkit-animation:spin .6s linear infinite;animation:spin .6s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html{font-size:62.5%;scrollbar-color:transparent transparent;scrollbar-width:thin}html::-webkit-scrollbar{width:7px;height:7px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}html:hover::-webkit-scrollbar-thumb{background:#dcdfea}html::-webkit-scrollbar-thumb:hover{background:#b9c0d4}html:hover{scrollbar-color:#B9C0D4 transparent}span.MsoHyperlink{color:inherit;text-decoration:none}a:link,span.MsoHyperlink{color:inherit!important;text-decoration:none!important}a:link.new-user-landing-link:link,span.MsoHyperlink.new-user-landing-link:link{color:#fff!important}body{overflow-y:scroll;background-color:#f9fafc;font-family:Inter,sans-serif!important}body:has(.notifications-wrapper.active){overflow:hidden}b,strong{font-weight:600}.pac-container{z-index:1200}details::marker,details::-webkit-details-marker,summary::marker,summary::-webkit-details-marker{display:none;content:""}#content{margin-left:24rem;-webkit-transition:margin-left .3s ease;transition:margin-left .3s ease;padding:0 0 3rem;z-index:1;min-height:100vh}@media only screen and (max-width: 80em){#content{margin-left:0}}@media only screen and (min-width: 80em){#content{margin-left:26rem}}#content.active{margin-right:0;margin-left:0}#page-content{padding:0}#page-content.listmembers{padding-bottom:0}::-moz-selection{background-color:#00c3f5;color:#fff}::selection{background-color:#00c3f5;color:#fff}svg>svg,svg,svg svg{pointer-events:none}.no-wrap{word-wrap:break-word;white-space:nowrap}.row{margin-left:0;margin-right:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{padding-left:0;padding-right:0}.text-line-through{text-decoration:line-through}.cursor-pointer{cursor:pointer}@media only screen and (max-width: 75em){.pl-0-tab-land{padding-left:0!important}}@media only screen and (max-width: 75em){.pr-0-tab-land{padding-right:0!important}}.divide{width:100%;height:1px;background:#eaeaea;margin-top:30px;margin-bottom:30px}.btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.btn-group.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.btn-group.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.btn-group.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-group__list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.btn-group__list.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.btn-group__list.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-group__list.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.btn-group__list.buttons-right-space>*{margin-right:5px}.btn-group__list.buttons-right-space>*:last-child{margin-right:0}.container{max-width:100%;padding-left:16px!important;padding-right:16px!important}@media only screen and (min-width: 40em){.container{padding-left:24px!important;padding-right:24px!important}}@media only screen and (min-width: 116.75em){.container{max-width:1560px}}.container.team-detail{display:block;-ms-flex-wrap:unset;flex-wrap:unset}.container.work,.container.contacts,.container.bills,.container.offers,.container.orderconfirmation{padding-bottom:1rem}@media only screen and (max-width: 62em){.container.work,.container.contacts,.container.bills,.container.offers,.container.orderconfirmation{padding-bottom:3rem}}@media only screen and (max-width: 29.93em){.container.work{padding-bottom:17rem}}.container.teams{max-width:974px}.container.communitybody,.container.community,.container.communitypost{padding-left:0!important;padding-right:0!important}@media only screen and (min-width: 40em){.container.communitybody,.container.community,.container.communitypost{padding-left:16px!important;padding-right:16px!important}}@media only screen and (min-width: 64em){.container.communitybody,.container.community,.container.communitypost{padding-left:24px!important;padding-right:24px!important}}.container.teammemberprofile .page-heading{margin-bottom:2.2rem}.container.teammemberprofile,.container.work{max-width:100%!important;padding-left:16px!important;padding-right:16px!important}@media only screen and (min-width: 40em){.container.teammemberprofile,.container.work{max-width:100%!important;padding-left:24px!important;padding-right:24px!important}}@media only screen and (min-width: 116.75em){.container.teammemberprofile,.container.work{max-width:1440px!important;padding-left:0!important;padding-right:0!important}}.container.bill,.container.offer,.container.orderconfirmation{max-width:100%}@media only screen and (min-width: 80em){.container.bill,.container.offer,.container.orderconfirmation{max-width:1280px}}.container.works,.container.offers,.container.bills,.container.contacts,.container.provisions,.container.cbills,.container.customermodernizations{max-width:100%!important}@media only screen and (min-width: 90em){.container.billingsettings:has(.price-table){max-width:1200px;padding-left:16px!important;padding-right:16px!important}}.page-layout{display:grid;grid-template-columns:[aside] 34rem [content] auto;grid-gap:4rem}@media only screen and (max-width: 100em){.page-layout{grid-template-columns:[aside] 30rem [content] auto;grid-gap:3rem}}@media only screen and (max-width: 75em){.page-layout{grid-template-columns:[aside] 25rem [content] auto;grid-gap:3rem}}@media only screen and (max-width: 75em){.page-layout{grid-template-columns:[aside] 1fr [content] 1fr;grid-gap:3rem}}.page-layout__aside{grid-column:aside}@media only screen and (max-width: 75em){.page-layout__aside{grid-column:1/3}}.page-layout__content{grid-column:content;overflow:hidden}@media only screen and (max-width: 75em){.page-layout__content{grid-column:1/3}}.page-layout.page-layout-reclamation{display:grid;grid-template-columns:[aside] 40rem [content] auto;grid-gap:4rem}@media only screen and (max-width: 75em){.page-layout.page-layout-reclamation{grid-template-columns:[aside] 1fr [content] 1fr;grid-gap:3rem}}.page-layout--work-dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:0}@media only screen and (min-width: 80em){.page-layout--work-dashboard{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;grid-column-gap:24px}}.page-layout--work-dashboard img{max-width:100%;height:auto}.page-layout--work-dashboard__aside{width:100%}@media only screen and (min-width: 80em){.page-layout--work-dashboard__aside{width:314px}}@media only screen and (min-width: 90em){.page-layout--work-dashboard__aside{width:344px}}.page-layout--work-dashboard__content{position:relative;width:100%}@media only screen and (max-width: 47.93em){.page-layout--work-dashboard__content{margin-top:2rem}}@media only screen and (min-width: 80em){.page-layout--work-dashboard__content{width:calc(100% - 314px)}}@media only screen and (min-width: 90em){.page-layout--work-dashboard__content{width:calc(100% - 344px)}}.page-layout__team-member-profile .tabs__content{padding:0}.page-layout__team-member-profile .tabs__content>*>*{padding:3rem}.page-layout__team-member-profile .tabs__content .Leistungen .main{width:100%;height:calc(100vh - 15rem);position:relative;padding:0}.page-layout__team-member-profile .tabs__content .Leistungen .main .button-group{width:100%;position:absolute;left:0;bottom:0;padding:15px;background:#fff}.page-layout__team-member-profile .tabs__content .Leistungen .tabs__section{width:100%;height:calc(100vh - 20rem);overflow-x:hidden;overflow-y:scroll;position:relative;padding:3rem}.page-layout__team-member-profile .tabs__content .Leistungen .table-services-wrapper{min-height:inherit;max-height:inherit}.page-layout__team-member-profile .tabs__content .Leistungen .table-list tbody tr{height:4rem}.page-layout__team-member-profile .tabs__content .Leistungen .table-list .multiselect__content-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 75em){.page-layout--project-dashboard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width: 75em){.page-layout--project-dashboard .page-layout__aside .page-heading{display:none}}.page-layout--project-dashboard .page-layout__content .page-heading{display:none}@media only screen and (max-width: 75em){.page-layout--project-dashboard .page-layout__content .page-heading{display:-webkit-box;display:-ms-flexbox;display:flex}}.teamapplicationdetail .page-layout,.teammemberprofile .page-layout{display:grid;grid-template-columns:[aside] 40rem [content] auto;grid-gap:4rem}@media only screen and (max-width: 75em){.teamapplicationdetail .page-layout,.teammemberprofile .page-layout{grid-template-columns:[aside] 1fr [content] 1fr;grid-gap:3rem}}.btn.disabled,.btn:disabled{opacity:.55;cursor:not-allowed!important;pointer-events:visible!important}.btn.btn-stamp:disabled,.btn.btn-stamp.disabled,.btn-ms-action:disabled,.btn-ms-action.disabled{background:#f1f3f4!important;color:#969696!important;border:1px solid #f1f3f4!important;opacity:1!important}.btn-modal-primary.disabled,.btn-modal-primary:disabled,.btn-modal-secondary.disabled,.btn-modal-secondary:disabled,.btn-modal-delete.disabled,.btn-modal-delete:disabled{background:#ccc!important;border-color:#ccc!important;color:#fff!important}.btn-modal-primary.disabled:hover,.btn-modal-primary:disabled:hover,.btn-modal-secondary.disabled:hover,.btn-modal-secondary:disabled:hover,.btn-modal-delete.disabled:hover,.btn-modal-delete:disabled:hover{color:#fff!important}.bp-dropdown__body .dropdown-item.disabled{color:#c2c2c2;cursor:not-allowed;pointer-events:visible}@font-face{font-family:Roboto;src:url(/assets/Roboto-Black-webfont-DRxnx-KE.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-BlackItalic-webfont-CLNZjQCh.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Bold-webfont-CItp5p53.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-BoldItalic-webfont-78SpDieP.woff) format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Italic-webfont-DaFrwrZa.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Light-webfont-RFPop78A.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-LightItalic-webfont-DP2vI9TN.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Medium-webfont-DmSkILw2.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-MediumItalic-webfont-3ognKTY1.woff) format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-webfont-Fd-ZVn32.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-Thin-webfont-bgXo5eJl.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/assets/Roboto-ThinItalic-webfont-CCXHbO2c.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/Inter-Regular-CKDp9E3C.woff2?v=3.19) format("woff2"),url(/assets/Inter-Regular-DJOZHnwz.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/assets/Inter-Italic-_3PMmu0i.woff2?v=3.19) format("woff2"),url(/assets/Inter-Italic-Ci_5KQU1.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/Inter-Medium-P1cOs5ep.woff2?v=3.19) format("woff2"),url(/assets/Inter-Medium-oHczPpWt.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/assets/Inter-MediumItalic-DWiIAHvp.woff2?v=3.19) format("woff2"),url(/assets/Inter-MediumItalic-8laNK8GF.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBold-Ctx7G98q.woff2?v=3.19) format("woff2"),url(/assets/Inter-SemiBold-BHlX_6qk.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/assets/Inter-SemiBoldItalic-BNz1Al2H.woff2?v=3.19) format("woff2"),url(/assets/Inter-SemiBoldItalic-CxeAX7g8.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/Inter-Bold-CuhepTt8.woff2?v=3.19) format("woff2"),url(/assets/Inter-Bold-2PT7Q-hu.woff?v=3.19) format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/assets/Inter-BoldItalic-R15IsAnq.woff2?v=3.19) format("woff2"),url(/assets/Inter-BoldItalic-C906RMVC.woff?v=3.19) format("woff")}body{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.7;color:#505050;letter-spacing:.015rem}h1{font-size:2.8rem}h2{font-size:2.4rem}h3{font-size:2rem}h4,h5,h6{font-size:1.8rem}a{color:#3a87cb;cursor:pointer}a:hover{color:#3a87cb}.heading-primary{margin:0;font-size:2rem;font-weight:500;color:#404040;line-height:1.2;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 56.25em){.heading-primary{font-size:1.8rem}}@media only screen and (max-width: 37.5em){.heading-primary{color:#525d71}}.heading-secondary{font-size:1.6rem;font-weight:400;line-height:1.2;color:#818181;margin:0;display:none}@media only screen and (max-width: 56.25em){.heading-secondary{font-size:1.4rem}}.section-title{font-size:2.4rem;font-weight:400;line-height:1.2;color:#767676;margin:0}@media only screen and (max-width: 87.5em){.section-title{font-size:2.2rem}}.inline-title{font-size:1.8rem;color:#5a5a5a;font-weight:400;line-height:1.2;margin:0;margin-bottom:1.2rem;width:100%}@media only screen and (max-width: 87.5em){.inline-title{font-size:1.6rem}}.default-paragraph{font-size:1.3rem;color:#505050;font-weight:400;line-height:1.7;margin:0;width:100%}@media only screen and (max-width: 75em){.default-paragraph{font-size:1.2rem}}.default-paragraph.primary-email{padding-left:1.6rem}@media only screen and (max-width: 87.5em){.default-paragraph.primary-email{padding-left:1rem}}@media only screen and (max-width: 29.93em){.default-paragraph.primary-email{padding-left:0}}.verified-by-bxp{font-size:1.1rem;color:#fff;position:absolute;right:0rem;bottom:0;background:#2abb9b;padding:.5rem 1rem;border-radius:5px;line-height:1}.verified-by-bxp.verify-pos{right:10rem;bottom:1.7rem}.verified-by-bxp-relative{font-size:1.1rem;color:#fff;position:relative;background:#2abb9b;padding:.5rem 1rem;border-radius:5px;line-height:1}.text-bxp{color:#3a87cb}.invalid-warning-text{color:#e45b72;font-size:1.1rem;position:absolute;font-weight:500}.invalid-warning-text.disabled{color:#e45b728f}.invalid-warning-text.relative{position:relative}.form__title .invalid-warning-text,.form__title--sm .invalid-warning-text,.form__title--modal .invalid-warning-text{position:static}.modal-information-text{font-size:1.6rem;color:#555;margin:0}.vue-js-switch-label-like{margin-right:1rem;font-size:1.4rem;color:#636363;font-weight:400}.vue-js-switch{margin-bottom:0}.form__title.project-gallery-title{padding-left:0!important}.min-w-initial{min-width:initial!important}.max-w-initial{max-width:initial!important}.max-w-full{max-width:100%!important}.max-w-120{max-width:120px!important}.max-w-170{max-width:170px!important}.min-w-250{min-width:250px!important}.max-w-300{max-width:300px!important}.max-w-500{max-width:500px!important}.max-w-560{max-width:560px!important}.max-w-640{max-width:640px!important}.max-w-800{max-width:800px!important}.hyphens-inherit{-ms-hyphens:inherit!important;-webkit-hyphens:inherit!important;hyphens:inherit!important}.hyphens-auto{-ms-hyphens:auto!important;-webkit-hyphens:auto!important;hyphens:auto!important}.list-style-none{list-style:none!important}.min-h-inherit{min-height:inherit!important}.min-h-auto{min-height:auto!important}.max-h-inherit{max-height:inherit!important}.w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.min-w-fit{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.max-w-fit{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.v-align-middle{vertical-align:middle!important}.cursor-default{cursor:default!important}.cursor-grabbing{cursor:-webkit-grabbing!important;cursor:grabbing!important}.cursor-none{cursor:none!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.hidden-thead{display:none}.margin-bottom-1-rem{margin-bottom:1rem}.margin-bottom-2-rem{margin-bottom:2rem}.margin-bottom-3-rem{margin-bottom:3rem}.margin-top-1-rem{margin-top:1rem}.margin-top-2-rem{margin-top:2rem}.margin-top-3-rem{margin-top:3rem}.margin-left-1-rem{margin-left:1rem}.margin-left-2-rem{margin-left:2rem}.margin-left-3-rem{margin-left:3rem}.margin-right-1-rem{margin-right:1rem}.margin-right-2-rem{margin-right:2rem}.margin-right-3-rem{margin-right:3rem}.full-width{width:100%}.overdue{color:#e45b72}.due{color:#fad859}.pointer-events-none{pointer-events:none}.padding-top-0{padding-top:0!important}.padding-right-0{padding-right:0!important}.padding-bottom-0{padding-bottom:0!important}.padding-left-0{padding-left:0!important}.bold{font-weight:500!important}@media only screen and (max-width: 100em){.hide-on-desktop{display:none!important}}@media only screen and (max-width: 87.5em){.hide-on-sm-desktop{display:none!important}}@media only screen and (max-width: 75em){.hide-on-tab-land{display:none!important}}@media only screen and (max-width: 56.25em){.hide-on-tab-port{display:none!important}}@media only screen and (max-width: 47.93em){.hide-on-sm-tab-port{display:none!important}}@media only screen and (max-width: 37.5em){.hide-on-phone{display:none!important}}@media only screen and (max-width: 29.93em){.hide-on-sm-phone{display:none!important}}@media only screen and (max-width: 23.75em){.hide-on-xs-phone{display:none!important}}.display-contents{display:contents!important}.display-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media only screen and (max-width: 56.25em){.display-flex{display:none!important}}@media only screen and (max-width: 75em){.ml-0-tab-land{margin-left:0!important}}@media only screen and (max-width: 75em){.ml-1-tab-land{margin-left:1rem!important}}@media only screen and (max-width: 75em){.mb-1-tab-land{margin-bottom:1rem!important}}@media only screen and (max-width: 56.25em){.ml-0-tab-port{margin-left:0!important}}@media only screen and (max-width: 56.25em){.ml-1-tab-port{margin-left:1rem!important}}@media only screen and (max-width: 56.25em){.mb-1-tab-port{margin-bottom:1rem!important}}@media only screen and (max-width: 56.25em){.m-tb-1-tab-port{margin-top:1rem!important;margin-bottom:1rem!important}}@media only screen and (max-width: 37.5em){.ml-0-p-phone{margin-left:0!important}}@media only screen and (max-width: 37.5em){.ml-1-p-phone{margin-left:1rem!important}}@media only screen and (max-width: 37.5em){.mb-1-p-phone{margin-bottom:1rem!important}}@media only screen and (max-width: 29.93em){.ml-0-sm-phone{margin-left:0!important}}@media only screen and (max-width: 29.93em){.ml-1-sm-phone{margin-left:1rem!important}}@media only screen and (max-width: 29.93em){.mb-1-sm-phone{margin-bottom:1rem!important}}@media only screen and (max-width: 23.75em){.ml-0-xs-phone{margin-left:0!important}}@media only screen and (max-width: 23.75em){.ml-1-xs-phone{margin-left:1rem!important}}@media only screen and (max-width: 23.75em){.mb-1-xs-phone{margin-bottom:1rem!important}}@media only screen and (max-width: 23.75em){.mt-1-xs-phone{margin-top:1rem!important}}@media only screen and (max-width: 23.75em){.m-tb-1-xs-phone{margin-top:1rem!important;margin-bottom:1rem!important}}@media only screen and (max-width: 37.5em){.d-flex-p-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 37.5em){.justify-content-start-p{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}}@media only screen and (max-width: 37.5em){.w-p-100{width:100%!important}}.display-none{display:none}.text-modal-warning{color:#404040;font-size:1.3rem}.cursor-default{cursor:default}.text-danger{background:#ffbac1;color:#b72836;padding-left:5px;padding-right:5px}.text-danger.without-bg{background:transparent}.color-10{color:#101010}.color-20{color:#202020}.color-30{color:#303030}.color-40{color:#404040}.color-50{color:#505050}.color-60{color:#606060}.color-80{color:gray}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mt-1{margin-top:1px!important}.mb-1{margin-bottom:1px!important}.ml-1{margin-left:1px!important}.mr-1{margin-right:1px!important}.mx-1{margin-left:1px!important;margin-right:1px!important}.mt-2{margin-top:2px!important}.mb-2{margin-bottom:2px!important}.ml-2{margin-left:2px!important}.mr-2{margin-right:2px!important}.mx-2{margin-left:2px!important;margin-right:2px!important}.my-2{margin-top:2px!important;margin-bottom:2px!important}.mt-3{margin-top:3px!important}.mb-3{margin-bottom:3px!important}.ml-3{margin-left:3px!important}.mr-3{margin-right:3px!important}.mx-3{margin-left:3px!important;margin-right:3px!important}.mt-4{margin-top:4px!important}.mb-4{margin-bottom:4px!important}.ml-4{margin-left:4px!important}.mr-4{margin-right:4px!important}.mx-4{margin-left:4px!important;margin-right:4px!important}.my-4{margin-top:4px!important;margin-bottom:4px!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.ml-5{margin-left:5px!important}.mr-5{margin-right:5px!important}.mx-5{margin-left:5px!important;margin-right:5px!important}.mt-6{margin-top:6px!important}.mb-6{margin-bottom:6px!important}.ml-6{margin-left:6px!important}.mr-6{margin-right:6px!important}.mx-6{margin-left:6px!important;margin-right:6px!important}.mt-7{margin-top:7px!important}.mx-7{margin-left:7px!important;margin-right:7px!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.ml-8{margin-left:8px!important}.mr-8{margin-right:8px!important}.mx-8{margin-left:8px!important;margin-right:8px!important}.my-8{margin-top:8px!important;margin-bottom:8px!important}.mx-9{margin-left:9px!important;margin-right:9px!important}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.ml-10{margin-left:10px!important}.mr-10{margin-right:10px!important}.mx-10{margin-left:10px!important;margin-right:10px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.ml-11{margin-left:11px!important}.mx-11{margin-left:11px!important;margin-right:11px!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.ml-12{margin-left:12px!important}.mr-12{margin-right:12px!important}.mx-12{margin-left:12px!important;margin-right:12px!important}.my-12{margin-top:12px!important;margin-bottom:12px!important}.mx-13{margin-left:13px!important;margin-right:13px!important}.mx-14{margin-left:14px!important;margin-right:14px!important}.mt-15{margin-top:15px!important}.ml-15{margin-left:15px!important}.mr-15{margin-right:15px!important}.mx-15{margin-left:15px!important;margin-right:15px!important}.my-15{margin-top:15px!important;margin-bottom:15px!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.ml-16{margin-left:16px!important}.mr-16{margin-right:16px!important}.mx-16{margin-left:16px!important;margin-right:16px!important}.my-16{margin-top:16px!important;margin-bottom:16px!important}.mx-17{margin-left:17px!important;margin-right:17px!important}.mt-18{margin-top:18px!important}.mb-18{margin-bottom:18px!important}.ml-18{margin-left:18px!important}.mx-18{margin-left:18px!important;margin-right:18px!important}.mx-19{margin-left:19px!important;margin-right:19px!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.ml-20{margin-left:20px!important}.mr-20{margin-right:20px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.mt-21{margin-top:21px!important}.mx-21{margin-left:21px!important;margin-right:21px!important}.mx-22{margin-left:22px!important;margin-right:22px!important}.mb-23{margin-bottom:23px!important}.mx-23{margin-left:23px!important;margin-right:23px!important}.mt-24{margin-top:24px!important}.mb-24{margin-bottom:24px!important}.ml-24{margin-left:24px!important}.mx-24{margin-left:24px!important;margin-right:24px!important}.my-24{margin-top:24px!important;margin-bottom:24px!important}.ml-25{margin-left:25px!important}.mx-25{margin-left:25px!important;margin-right:25px!important}.mt-26{margin-top:26px!important}.mx-26{margin-left:26px!important;margin-right:26px!important}.mx-27{margin-left:27px!important;margin-right:27px!important}.mt-28{margin-top:28px!important}.mb-28{margin-bottom:28px!important}.mx-28{margin-left:28px!important;margin-right:28px!important}.my-28{margin-top:28px!important;margin-bottom:28px!important}.mx-29{margin-left:29px!important;margin-right:29px!important}.mt-30{margin-top:30px!important}.mr-30{margin-right:30px!important}.mx-30{margin-left:30px!important;margin-right:30px!important}.mx-31{margin-left:31px!important;margin-right:31px!important}.mt-32{margin-top:32px!important}.mb-32{margin-bottom:32px!important}.ml-32{margin-left:32px!important}.mx-32{margin-left:32px!important;margin-right:32px!important}.my-32{margin-top:32px!important;margin-bottom:32px!important}.mx-33{margin-left:33px!important;margin-right:33px!important}.mx-34{margin-left:34px!important;margin-right:34px!important}.mt-35{margin-top:35px!important}.mx-35{margin-left:35px!important;margin-right:35px!important}.mb-36{margin-bottom:36px!important}.ml-36{margin-left:36px!important}.mx-36{margin-left:36px!important;margin-right:36px!important}.mx-37{margin-left:37px!important;margin-right:37px!important}.mx-38{margin-left:38px!important;margin-right:38px!important}.mx-39{margin-left:39px!important;margin-right:39px!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.mx-40{margin-left:40px!important;margin-right:40px!important}.mx-41{margin-left:41px!important;margin-right:41px!important}.ml-42{margin-left:42px!important}.mx-42{margin-left:42px!important;margin-right:42px!important}.mx-43{margin-left:43px!important;margin-right:43px!important}.mx-44{margin-left:44px!important;margin-right:44px!important}.ml-45{margin-left:45px!important}.mx-45{margin-left:45px!important;margin-right:45px!important}.mx-46{margin-left:46px!important;margin-right:46px!important}.mx-47{margin-left:47px!important;margin-right:47px!important}.mt-48{margin-top:48px!important}.mx-48{margin-left:48px!important;margin-right:48px!important}.mx-49{margin-left:49px!important;margin-right:49px!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.mx-50{margin-left:50px!important;margin-right:50px!important}.mx-51{margin-left:51px!important;margin-right:51px!important}.mx-52{margin-left:52px!important;margin-right:52px!important}.mx-53{margin-left:53px!important;margin-right:53px!important}.mx-54{margin-left:54px!important;margin-right:54px!important}.mx-55{margin-left:55px!important;margin-right:55px!important}.mx-56{margin-left:56px!important;margin-right:56px!important}.mx-57{margin-left:57px!important;margin-right:57px!important}.mx-58{margin-left:58px!important;margin-right:58px!important}.mx-59{margin-left:59px!important;margin-right:59px!important}.mt-60{margin-top:60px!important}.mx-60{margin-left:60px!important;margin-right:60px!important}.mx-61{margin-left:61px!important;margin-right:61px!important}.mx-62{margin-left:62px!important;margin-right:62px!important}.mx-63{margin-left:63px!important;margin-right:63px!important}.ml-64{margin-left:64px!important}.mr-64{margin-right:64px!important}.mx-64{margin-left:64px!important;margin-right:64px!important}.mx-65{margin-left:65px!important;margin-right:65px!important}.mx-66{margin-left:66px!important;margin-right:66px!important}.mx-67{margin-left:67px!important;margin-right:67px!important}.mx-68{margin-left:68px!important;margin-right:68px!important}.mx-69{margin-left:69px!important;margin-right:69px!important}.mx-70{margin-left:70px!important;margin-right:70px!important}.mx-71{margin-left:71px!important;margin-right:71px!important}.mx-72{margin-left:72px!important;margin-right:72px!important}.mx-73{margin-left:73px!important;margin-right:73px!important}.mx-74{margin-left:74px!important;margin-right:74px!important}.mx-75{margin-left:75px!important;margin-right:75px!important}.mx-76{margin-left:76px!important;margin-right:76px!important}.mx-77{margin-left:77px!important;margin-right:77px!important}.mx-78{margin-left:78px!important;margin-right:78px!important}.mx-79{margin-left:79px!important;margin-right:79px!important}.mx-80{margin-left:80px!important;margin-right:80px!important}.mx-81{margin-left:81px!important;margin-right:81px!important}.mx-82{margin-left:82px!important;margin-right:82px!important}.mx-83{margin-left:83px!important;margin-right:83px!important}.mx-84{margin-left:84px!important;margin-right:84px!important}.mx-85{margin-left:85px!important;margin-right:85px!important}.mx-86{margin-left:86px!important;margin-right:86px!important}.mx-87{margin-left:87px!important;margin-right:87px!important}.mx-88{margin-left:88px!important;margin-right:88px!important}.mx-89{margin-left:89px!important;margin-right:89px!important}.mx-90{margin-left:90px!important;margin-right:90px!important}.mx-91{margin-left:91px!important;margin-right:91px!important}.mx-92{margin-left:92px!important;margin-right:92px!important}.mx-93{margin-left:93px!important;margin-right:93px!important}.mx-94{margin-left:94px!important;margin-right:94px!important}.mx-95{margin-left:95px!important;margin-right:95px!important}.mx-96{margin-left:96px!important;margin-right:96px!important}.mx-97{margin-left:97px!important;margin-right:97px!important}.mx-98{margin-left:98px!important;margin-right:98px!important}.mx-99{margin-left:99px!important;margin-right:99px!important}.mt-100{margin-top:100px!important}.mb-100{margin-bottom:100px!important}.ml-100{margin-left:100px!important}.mln-100{margin-left:-100px!important}.mx-100{margin-left:100px!important;margin-right:100px!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.pt-1{padding-top:1px!important}.pt-3{padding-top:3px!important}.pt-5{padding-top:5px!important}.pt-7{padding-top:7px!important}.pt-8{padding-top:8px!important}.pt-12{padding-top:12px!important}.pt-16{padding-top:16px!important}.pt-28{padding-top:28px!important}.pt-30{padding-top:30px!important}.pt-32{padding-top:32px!important}.pb-1{padding-bottom:1px!important}.pb-2{padding-bottom:2px!important}.pb-4{padding-bottom:4px!important}.pb-12{padding-bottom:12px!important}.pb-16{padding-bottom:16px!important}.pb-24{padding-bottom:24px!important}.pb-32{padding-bottom:32px!important}.pb-100{padding-bottom:100px!important}.pl-1{padding-left:1px!important}.pl-3{padding-left:3px!important}.pl-4{padding-left:4px!important}.pl-5{padding-left:5px!important}.pl-8{padding-left:8px!important}.pl-12{padding-left:12px!important}.pl-14{padding-left:14px!important}.pl-16{padding-left:16px!important}.pl-20{padding-left:20px!important}.pl-24{padding-left:24px!important}.pl-25{padding-left:25px!important}.pl-26{padding-left:26px!important}.pl-32{padding-left:32px!important}.pr-1{padding-right:1px!important}.pr-3{padding-right:3px!important}.pr-5{padding-right:5px!important}.pr-12{padding-right:12px!important}.pr-16{padding-right:16px!important}.pr-20{padding-right:20px!important}.pr-24{padding-right:24px!important}.pr-26{padding-right:26px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-3{padding-left:3px!important;padding-right:3px!important}.px-4{padding-left:4px!important;padding-right:4px!important}.px-5{padding-left:5px!important;padding-right:5px!important}.px-8{padding-left:8px!important;padding-right:8px!important}.px-10{padding-left:10px!important;padding-right:10px!important}.px-12{padding-left:12px!important;padding-right:12px!important}.px-14{padding-left:14px!important;padding-right:14px!important}.px-16{padding-left:16px!important;padding-right:16px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.px-24{padding-left:24px!important;padding-right:24px!important}.px-28{padding-left:28px!important;padding-right:28px!important}.px-30{padding-left:30px!important;padding-right:30px!important}.px-32{padding-left:32px!important;padding-right:32px!important}.px-40{padding-left:40px!important;padding-right:40px!important}.px-50{padding-left:50px!important;padding-right:50px!important}.px-56{padding-left:56px!important;padding-right:56px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:1px!important;padding-bottom:1px!important}.py-2{padding-top:2px!important;padding-bottom:2px!important}.py-4{padding-top:4px!important;padding-bottom:4px!important}.py-5{padding-top:5px!important;padding-bottom:5px!important}.py-6{padding-top:6px!important;padding-bottom:6px!important}.py-7{padding-top:7px!important;padding-bottom:7px!important}.py-8{padding-top:8px!important;padding-bottom:8px!important}.py-9{padding-top:9px!important;padding-bottom:9px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.py-11{padding-top:11px!important;padding-bottom:11px!important}.py-12{padding-top:12px!important;padding-bottom:12px!important}.py-16{padding-top:16px!important;padding-bottom:16px!important}.py-18{padding-top:18px!important;padding-bottom:18px!important}.py-24{padding-top:24px!important;padding-bottom:24px!important}.py-28{padding-top:28px!important;padding-bottom:28px!important}.py-32{padding-top:32px!important;padding-bottom:32px!important}.py-48{padding-top:48px!important;padding-bottom:48px!important}.p-2{padding:2px!important}.p-4{padding:4px!important}.p-8{padding:8px!important}.p-10{padding:10px!important}.p-12{padding:12px!important}.p-16{padding:16px!important}.p-28{padding:28px!important}.p-50{padding:50px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.p-0{padding:0!important}@media only screen and (max-width: 37.5em){.m-p-0{padding:0!important}}@media only screen and (max-width: 37.5em){.m-pb-0{padding:0!important}}@media only screen and (max-width: 23.75em){.px-xs-0{padding-left:0!important;padding-right:0!important}}@media only screen and (max-width: 23.75em){.py-xs-0{padding-top:0;padding-bottom:0}}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.text-14{font-size:1.4rem}.text-bold{font-weight:600}.text-medium{font-weight:500}.fill-orange{fill:#ef6c00!important}.h-divider{width:100%;height:1px;background:#ddd;display:block;margin:16px 0}.text-gray-50{color:#505050}.border-none{border:0!important}.v-divider{width:1px;height:24px;background:#eaecf0;display:block;margin:0 16px}.w-screen{width:100vw!important}.h-screen{height:100vh!important}.w-full{width:100%!important}.h-full{height:100%!important}.min-h-full{min-height:100%!important}.h-0{height:0px!important}.h-1{height:1px!important}.h-6{height:6px!important}.h-8{height:8px!important}.h-10{height:10px!important}.h-12{height:12px!important}.h-13{height:13px!important}.h-14{height:14px!important}.h-15{height:15px!important}.h-16{height:16px!important}.h-18{height:18px!important}.h-20{height:20px!important}.h-21{height:21px!important}.h-24{height:24px!important}.h-25{height:25px!important}.h-26{height:26px!important}.h-28{height:28px!important}.h-30{height:30px!important}.h-32{height:32px!important}.h-34{height:34px!important}.h-36{height:36px!important}.h-40{height:40px!important}.h-42{height:42px!important}.h-44{height:44px!important}.h-48{height:48px!important}.h-50{height:50px!important}.h-56{height:56px!important}.h-60{height:60px!important}.h-64{height:64px!important}.h-72{height:72px!important}.h-90{height:90px!important}.h-120{height:120px!important}.h-128{height:128px!important}.h-150{height:150px!important}.h-159{height:159px!important}.h-220{height:220px!important}.h-500{height:500px!important}.fill-green{fill:#2abb9b}.divider-dot{margin:0 4px;font-size:1rem;color:#475467}.text-ellipsis{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.invisible{visibility:hidden!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.col-span-1{grid-column:span 1/span 1!important}.col-span-2{grid-column:span 2/span 2!important}.col-span-3{grid-column:span 3/span 3!important}.col-span-4{grid-column:span 4/span 4!important}.col-span-6{grid-column:span 6/span 6!important}.col-span-7{grid-column:span 7/span 7!important}.col-span-12{grid-column:span 12/span 12!important}@media only screen and (max-width: 64em){.lg-col-span-12{grid-column:span 12/span 12!important}}.col-start-1{grid-column-start:1!important}.col-start-5{grid-column-start:5!important}.col-end-5{grid-column-end:5!important}.col-end-8{grid-column-end:8!important}.gap-1{gap:1px!important}.gap-2{gap:2px!important}.gap-3{gap:3px!important}.gap-4{gap:4px!important}.gap-5{gap:5px!important}.gap-6{gap:6px!important}.gap-8{gap:8px!important}.gap-12{gap:12px!important}.gap-16{gap:16px!important}.gap-20{gap:20px!important}.gap-24{gap:24px!important}.gap-30{gap:30px!important}.gap-32{gap:32px!important}.gap-40{gap:40px!important}.gap-48{gap:48px!important}.gap-50{gap:50px!important}.gap-64{gap:64px!important}.gap-100{gap:100px!important}.row-gap-8{row-gap:8px!important}.row-gap-16{row-gap:16px!important}.row-gap-24{row-gap:24px!important}.col-gap-8{-webkit-column-gap:8px!important;-moz-column-gap:8px!important;column-gap:8px!important}.col-gap-16{-webkit-column-gap:16px!important;-moz-column-gap:16px!important;column-gap:16px!important}.col-gap-42{-webkit-column-gap:42px!important;-moz-column-gap:42px!important;column-gap:42px!important}.col-gap-64{-webkit-column-gap:64px!important;-moz-column-gap:64px!important;column-gap:64px!important}.text-white{color:#fff!important}.text-gray-50{color:#f9fafb!important}.text-gray-300{color:#d0d5dd!important}.text-gray-400{color:#98a2b3!important}.text-gray-500{color:#667085!important}.text-gray-600{color:#475467!important}.text-gray-700{color:#344054!important}.text-gray-800{color:#1d2939!important}.text-gray-900{color:#101828!important}.text-red{color:#e45b72!important}.text-red-400{color:#f97066!important}.text-red-500{color:#f04438!important}.text-red-600{color:#d92d20!important}.text-primary{color:#3a87cb!important}.text-primary-light{color:#4bb8ff!important}.text-yellow{color:#fad859!important}.text-yellow-400{color:#fac515!important}.text-yellow-500{color:#eaaa08!important}.text-yellow-600{color:#ca8504!important}.text-yellow-800{color:#854a0e!important}.text-yellow-900{color:#713b12!important}.text-orange-400{color:#f38744!important}.text-green-400{color:#47cd89!important}.text-green-500{color:#17b26a!important}.text-green-600{color:#079455!important}.text-green-700{color:#17b26a!important}.text-green-800{color:#085d3a!important}.text-gray-neutral-600{color:#4d5761!important}.text-light-blue{color:#404040!important}.hover-outline-none:hover{outline:none!important}.hover-bg-gray-50:hover{background:#f6f7f9!important;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-bg-red-400:hover{background:#f96b61!important;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-bg-primary:hover{background:#3685ca!important;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-bg-purple-100:hover{background:#eeddf8!important;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-bg-green-400:hover{background:#43cc86!important;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-link-primary:hover{color:#3a87cb!important;-webkit-transition:all .3s ease;transition:all .3s ease}.hover-icon-white:hover .icon{fill:#fff!important}.hover-icon-gray-700:hover .icon{fill:#344054!important}.hover-icon-red-500:hover .icon{fill:#f04438!important}.hover-icon-green-500:hover .icon{fill:#17b26a!important}.bg-white{background:#fff!important}.bg-gray-25{background:#fcfcfd!important}.bg-gray-50{background:#f9fafb!important}.bg-gray-100{background:#f2f4f7!important}.bg-gray-200{background:#eaecf0!important}.bg-gray-300{background:#d0d5dd!important}.bg-gray-600{background:#475467!important}.bg-gray-700{background:#344054!important}.bg-gray-900{background:#101828!important}.bg-gray-blue-200{background:#d5d9eb!important}.bg-gray-blue-300{background:#b3b8db!important}.bg-gray-cool-100{background:#eff1f5!important}.bg-gray-cool-400{background:#7d89b0!important}.bg-red{background:#e45b72!important}.bg-red-50{background:#fef3f2!important}.bg-red-100{background:#fee4e2!important}.bg-red-400{background:#f97066!important}.bg-red-500{background:#f04438!important}.bg-primary{background:#3a87cb!important}.bg-primary-50{background:#eaf5ff!important}.bg-primary-light{background:#4bb8ff!important}.bg-yellow{background:#fad859!important}.bg-yellow-100{background:#fef7c3!important}.bg-yellow-400{background:#fac515!important}.bg-yellow-500{background:#eaaa08!important}.bg-orange-50{background:#fef6ee!important}.bg-purple-100{background:#f0e1f9!important}.bg-green-50{background:#ecfdf3!important}.bg-green-100{background:#dcfae6!important}.bg-green-400{background:#47cd89!important}.bg-green-500{background:#17b26a!important}.bg-gray-neutral-100{background:#f3f4f6!important}.bg-gray-neutral-300{background:#d2d6db!important}.bg-gray-neutral-700{background:#384250!important}.bg-transparent{background:transparent!important}.fill-white{fill:#fff!important}.fill-gray-50{fill:#f9fafb!important}.fill-gray-300{fill:#d0d5dd!important}.fill-gray-400{fill:#98a2b3!important}.fill-gray-500{fill:#667085!important}.fill-gray-600{fill:#475467!important}.fill-gray-700{fill:#344054!important}.fill-gray-800{fill:#1d2939!important}.fill-gray-900{fill:#101828!important}.fill-gray-blue-200{fill:#d5d9eb!important}.fill-gray-blue-300{fill:#b3b8db!important}.fill-gray-blue-600{fill:#3e4784!important}.fill-gray-cool-400{fill:#7d89b0!important}.fill-red{fill:#e45b72!important}.fill-red-400{fill:#f97066!important}.fill-red-500{fill:#f04438!important}.fill-red-700{fill:#b42318!important}.fill-primary{fill:#3a87cb!important}.fill-primary-light{fill:#4bb8ff!important}.fill-yellow-500{fill:#eaaa08!important}.fill-orange-400{fill:#f38744!important}.fill-purple-600{fill:#9d34da!important}.fill-green-400{fill:#47cd89!important}.fill-green-500,.fill-green-700{fill:#17b26a!important}.fill-rose-700{fill:#c01048!important}.bg-white{background:#fff!important;-webkit-transition:none!important;transition:none!important}.fill-white{fill:#fff!important;-webkit-transition:none!important;transition:none!important}.text-white{color:#fff!important;-webkit-transition:none!important;transition:none!important}.bg-gray-25,.hover\:bg-gray-25:hover{background:#fcfcfd!important;-webkit-transition:none!important;transition:none!important}.bg-gray-50{background:#f9fafb!important;-webkit-transition:none!important;transition:none!important}.fill-gray-50{fill:#f9fafb!important;-webkit-transition:none!important;transition:none!important}.text-gray-50{color:#f9fafb!important;-webkit-transition:none!important;transition:none!important}.bg-gray-100{background:#f2f4f7!important;-webkit-transition:none!important;transition:none!important}.border-gray-100{border-color:#f2f4f7!important;-webkit-transition:none!important;transition:none!important}.bg-gray-200{background:#eaecf0!important;-webkit-transition:none!important;transition:none!important}.border-gray-200{border-color:#eaecf0!important;-webkit-transition:none!important;transition:none!important}.bg-gray-300{background:#d0d5dd!important;-webkit-transition:none!important;transition:none!important}.fill-gray-300{fill:#d0d5dd!important;-webkit-transition:none!important;transition:none!important}.text-gray-300{color:#d0d5dd!important;-webkit-transition:none!important;transition:none!important}.border-gray-300{border-color:#d0d5dd!important;-webkit-transition:none!important;transition:none!important}.fill-gray-400{fill:#98a2b3!important;-webkit-transition:none!important;transition:none!important}.text-gray-400{color:#98a2b3!important;-webkit-transition:none!important;transition:none!important}.border-gray-400{border-color:#98a2b3!important;-webkit-transition:none!important;transition:none!important}.fill-gray-500{fill:#667085!important;-webkit-transition:none!important;transition:none!important}.text-gray-500{color:#667085!important;-webkit-transition:none!important;transition:none!important}.bg-gray-600{background:#475467!important;-webkit-transition:none!important;transition:none!important}.fill-gray-600{fill:#475467!important;-webkit-transition:none!important;transition:none!important}.text-gray-600{color:#475467!important;-webkit-transition:none!important;transition:none!important}.bg-gray-700{background:#344054!important;-webkit-transition:none!important;transition:none!important}.fill-gray-700{fill:#344054!important;-webkit-transition:none!important;transition:none!important}.text-gray-700{color:#344054!important;-webkit-transition:none!important;transition:none!important}.fill-gray-800{fill:#1d2939!important;-webkit-transition:none!important;transition:none!important}.text-gray-800{color:#1d2939!important;-webkit-transition:none!important;transition:none!important}.bg-gray-900{background:#101828!important;-webkit-transition:none!important;transition:none!important}.fill-gray-900{fill:#101828!important;-webkit-transition:none!important;transition:none!important}.text-gray-900{color:#101828!important;-webkit-transition:none!important;transition:none!important}.bg-gray-blue-200{background:#d5d9eb!important;-webkit-transition:none!important;transition:none!important}.fill-gray-blue-200{fill:#d5d9eb!important;-webkit-transition:none!important;transition:none!important}.bg-gray-blue-300{background:#b3b8db!important;-webkit-transition:none!important;transition:none!important}.fill-gray-blue-300{fill:#b3b8db!important;-webkit-transition:none!important;transition:none!important}.fill-gray-blue-600{fill:#3e4784!important;-webkit-transition:none!important;transition:none!important}.bg-gray-cool-100{background:#eff1f5!important;-webkit-transition:none!important;transition:none!important}.bg-gray-cool-400{background:#7d89b0!important;-webkit-transition:none!important;transition:none!important}.fill-gray-cool-400{fill:#7d89b0!important;-webkit-transition:none!important;transition:none!important}.bg-red{background:#e45b72!important;-webkit-transition:none!important;transition:none!important}.fill-red{fill:#e45b72!important;-webkit-transition:none!important;transition:none!important}.text-red{color:#e45b72!important;-webkit-transition:none!important;transition:none!important}.border-red{border-color:#e45b72!important;-webkit-transition:none!important;transition:none!important}.bg-red-50{background:#fef3f2!important;-webkit-transition:none!important;transition:none!important}.bg-red-100{background:#fee4e2!important;-webkit-transition:none!important;transition:none!important}.border-red-300{border-color:#fda29b!important;-webkit-transition:none!important;transition:none!important}.bg-red-400{background:#f97066!important;-webkit-transition:none!important;transition:none!important}.fill-red-400{fill:#f97066!important;-webkit-transition:none!important;transition:none!important}.text-red-400{color:#f97066!important;-webkit-transition:none!important;transition:none!important}.border-red-400{border-color:#f97066!important;-webkit-transition:none!important;transition:none!important}.bg-red-500{background:#f04438!important;-webkit-transition:none!important;transition:none!important}.fill-red-500{fill:#f04438!important;-webkit-transition:none!important;transition:none!important}.text-red-500{color:#f04438!important;-webkit-transition:none!important;transition:none!important}.text-red-600{color:#d92d20!important;-webkit-transition:none!important;transition:none!important}.fill-red-700{fill:#b42318!important;-webkit-transition:none!important;transition:none!important}.hover\:text-red-700:hover{color:#b42318!important;-webkit-transition:none!important;transition:none!important}.bg-primary{background:#3a87cb!important;-webkit-transition:none!important;transition:none!important}.fill-primary{fill:#3a87cb!important;-webkit-transition:none!important;transition:none!important}.text-primary{color:#3a87cb!important;-webkit-transition:none!important;transition:none!important}.border-primary{border-color:#3a87cb!important;-webkit-transition:none!important;transition:none!important}.bg-primary-50{background:#eaf5ff!important;-webkit-transition:none!important;transition:none!important}.bg-primary-light{background:#4bb8ff!important;-webkit-transition:none!important;transition:none!important}.fill-primary-light{fill:#4bb8ff!important;-webkit-transition:none!important;transition:none!important}.text-primary-light{color:#4bb8ff!important;-webkit-transition:none!important;transition:none!important}.border-primary-light{border-color:#4bb8ff!important;-webkit-transition:none!important;transition:none!important}.bg-yellow{background:#fad859!important;-webkit-transition:none!important;transition:none!important}.text-yellow{color:#fad859!important;-webkit-transition:none!important;transition:none!important}.border-yellow{border-color:#fad859!important;-webkit-transition:none!important;transition:none!important}.bg-yellow-100{background:#fef7c3!important;-webkit-transition:none!important;transition:none!important}.bg-yellow-400{background:#fac515!important;-webkit-transition:none!important;transition:none!important}.text-yellow-400{color:#fac515!important;-webkit-transition:none!important;transition:none!important}.bg-yellow-500{background:#eaaa08!important;-webkit-transition:none!important;transition:none!important}.fill-yellow-500{fill:#eaaa08!important;-webkit-transition:none!important;transition:none!important}.text-yellow-500{color:#eaaa08!important;-webkit-transition:none!important;transition:none!important}.text-yellow-600{color:#ca8504!important;-webkit-transition:none!important;transition:none!important}.text-yellow-800{color:#854a0e!important;-webkit-transition:none!important;transition:none!important}.text-yellow-900{color:#713b12!important;-webkit-transition:none!important;transition:none!important}.bg-orange-50{background:#fef6ee!important;-webkit-transition:none!important;transition:none!important}.border-orange-200{border-color:#f9dbaf!important;-webkit-transition:none!important;transition:none!important}.fill-orange-400{fill:#f38744!important;-webkit-transition:none!important;transition:none!important}.text-orange-400{color:#f38744!important;-webkit-transition:none!important;transition:none!important}.bg-purple-100{background:#f0e1f9!important;-webkit-transition:none!important;transition:none!important}.fill-purple-600{fill:#9d34da!important;-webkit-transition:none!important;transition:none!important}.bg-green-50{background:#ecfdf3!important;-webkit-transition:none!important;transition:none!important}.bg-green-100{background:#dcfae6!important;-webkit-transition:none!important;transition:none!important}.border-green-200{border-color:#abefc6!important;-webkit-transition:none!important;transition:none!important}.bg-green-400{background:#47cd89!important;-webkit-transition:none!important;transition:none!important}.fill-green-400{fill:#47cd89!important;-webkit-transition:none!important;transition:none!important}.text-green-400{color:#47cd89!important;-webkit-transition:none!important;transition:none!important}.bg-green-500{background:#17b26a!important;-webkit-transition:none!important;transition:none!important}.fill-green-500{fill:#17b26a!important;-webkit-transition:none!important;transition:none!important}.text-green-500{color:#17b26a!important;-webkit-transition:none!important;transition:none!important}.border-green-500{border-color:#17b26a!important;-webkit-transition:none!important;transition:none!important}.text-green-600{color:#079455!important;-webkit-transition:none!important;transition:none!important}.fill-green-700{fill:#17b26a!important;-webkit-transition:none!important;transition:none!important}.text-green-700{color:#17b26a!important;-webkit-transition:none!important;transition:none!important}.text-green-800{color:#085d3a!important;-webkit-transition:none!important;transition:none!important}.fill-rose-700{fill:#c01048!important;-webkit-transition:none!important;transition:none!important}.bg-gray-neutral-100{background:#f3f4f6!important;-webkit-transition:none!important;transition:none!important}.bg-gray-neutral-300{background:#d2d6db!important;-webkit-transition:none!important;transition:none!important}.text-gray-neutral-600{color:#4d5761!important;-webkit-transition:none!important;transition:none!important}.bg-gray-neutral-700{background:#384250!important;-webkit-transition:none!important;transition:none!important}.bg-transparent{background:transparent!important;-webkit-transition:none!important;transition:none!important}.text-light-blue{color:#404040!important;-webkit-transition:none!important;transition:none!important}.last-border-0:last-child{border:0!important}.text-3xs{font-size:1rem!important}.text-xxs{font-size:1.1rem!important}.text-1xxs{font-size:1.15rem!important}.text-xs{font-size:1.2rem!important}.text-1xs{font-size:1.3rem!important}.text-2xs{font-size:1.35rem!important}.text-sm{font-size:1.4rem!important}.text-1sm{font-size:1.5rem!important}.text-md{font-size:1.6rem!important}.text-1md{font-size:1.7rem!important}.text-lg{font-size:1.8rem!important}.text-1lg{font-size:1.9rem!important}.text-xl{font-size:2rem!important}.text-2xl{font-size:2.4rem!important}.text-26{font-size:2.6rem!important}.text-3xl{font-size:3rem!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.normal{text-transform:none!important}.initial{text-transform:initial!important}.underline{text-decoration:underline!important}.line-through{text-decoration:line-through!important}.normal{font-style:normal!important}.italic{font-style:italic!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-nowrap{text-wrap:nowrap!important}.text-balance{text-wrap:balance!important}.text-pretty{text-wrap:pretty!important}.text-stable{text-wrap:stable!important}.leading-2{line-height:12px!important}.leading-4{line-height:16px!important}.leading-5{line-height:20px!important}.leading-6{line-height:24px!important}.leading-9{line-height:36px!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.25!important}.leading-normal{line-height:1.5!important}.rotate-90{-webkit-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.rotate-180{-webkit-transform:rotate(180deg)!important;transform:rotate(180deg)!important}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-auto{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.flex-initial{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.flex-none{-webkit-box-flex:0;-ms-flex:none;flex:none}.flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-shrink{-ms-flex-negative:1;flex-shrink:1}.shrink-0{-ms-flex-negative:0;flex-shrink:0}.flex-no-grow{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-col-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.self-auto{-ms-flex-item-align:auto;align-self:auto}.self-start{-ms-flex-item-align:start;align-self:flex-start}.self-end{-ms-flex-item-align:end;align-self:flex-end}.self-center{-ms-flex-item-align:center;align-self:center}.self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.content-center{-ms-flex-line-pack:center;align-content:center}.content-start{-ms-flex-line-pack:start;align-content:flex-start}.content-end{-ms-flex-line-pack:end;align-content:flex-end}.content-between{-ms-flex-line-pack:justify;align-content:space-between}.content-around{-ms-flex-line-pack:distribute;align-content:space-around}.content-stretch{-ms-flex-line-pack:stretch;align-content:stretch}.flex-no-wrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.top-inherit{top:inherit!important}.right-inherit{right:inherit!important}.bottom-inherit{bottom:inherit!important}.left-inherit{left:inherit!important}.transform-inherit{-webkit-transform:inherit!important;transform:inherit!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.z-10{z-index:10!important}.z-last{z-index:9999!important}.flex-auto{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.grid{display:grid!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.table{display:table!important}.table-row{display:table-row!important}.table-cell{display:table-cell!important}.none{display:none!important}.float-right{float:right!important}.float-left{float:left!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-center{-o-object-position:center!important;object-position:center!important}.object-top{-o-object-position:top!important;object-position:top!important}.top-56{top:56px!important}.top-60{top:60px!important}.right-3{right:3px!important}.right-34{right:34px!important}.no-underline{text-decoration:none!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:5px!important}.rounded-md{border-radius:10px!important}.rounded-full{border-radius:9999px!important}.rounded-l-none,.rounded-r-none{border-radius:0!important}.rounded-r-sm{border-radius:0 5px 5px 0!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.outline-none{outline:none!important}.w-1{width:1px!important}.w-6{width:6px!important}.w-8{width:8px!important}.w-10{width:10px!important}.w-12{width:12px!important}.w-13{width:13px!important}.w-14{width:14px!important}.w-15{width:15px!important}.w-16{width:16px!important}.w-18{width:18px!important}.w-20{width:20px!important}.w-21{width:21px!important}.w-24{width:24px!important}.w-26{width:26px!important}.w-27{width:27px!important}.w-28{width:28px!important}.w-30{width:30px!important}.w-32{width:32px!important}.w-34{width:34px!important}.w-36{width:36px!important}.w-40{width:40px!important}.w-42{width:42px!important}.w-43{width:43px!important}.w-44{width:44px!important}.w-48{width:48px!important}.w-50{width:50px!important}.w-60{width:60px!important}.w-64{width:64px!important}.w-68{width:68px!important}.w-70{width:70px!important}.w-85{width:85px!important}.w-90{width:90px!important}.w-100{width:100px!important}.w-120{width:120px!important}.w-130{width:130px!important}.w-132{width:132px!important}.w-140{width:140px!important}.w-150{width:150px!important}.w-155{width:155px!important}.w-160{width:160px!important}.w-170{width:170px!important}.w-180{width:180px!important}.w-200{width:200px!important}.w-220{width:220px!important}.w-230{width:230px!important}.w-240{width:240px!important}.w-250{width:250px!important}.w-270{width:270px!important}.w-300{width:300px!important}.w-350{width:350px!important}.w-400{width:400px!important}.w-420{width:420px!important}.w-560{width:560px!important}.w-580{width:580px!important}.w-603{width:603px!important}.w-640{width:640px!important}.w-960{width:960px!important}.fixed-h-179{height:179px!important}.fixed-h-600{height:600px!important}.border-0{border:0!important}.border-1{border:1px!important}.border-r-0{border-right:0 solid!important}.border-t-0{border-top:0 solid!important}.border-b-1{border-bottom:1px solid!important}.border-gray-100{border-color:#f2f4f7!important}.border-gray-200{border-color:#eaecf0!important}.border-gray-300{border-color:#d0d5dd!important}.border-gray-400{border-color:#98a2b3!important}.border-red{border-color:#e45b72!important}.border-red-300{border-color:#fda29b!important}.border-red-400{border-color:#f97066!important}.border-primary{border-color:#3a87cb!important}.border-primary-light{border-color:#4bb8ff!important}.border-yellow{border-color:#fad859!important}.border-orange-200{border-color:#f9dbaf!important}.border-green-200{border-color:#abefc6!important}.border-green-500{border-color:#17b26a!important}.resize-none{resize:none!important}.border-solid{border-style:solid!important}.border-none{border-style:none!important}.-top-2{top:-2px!important}.-bottom-25{bottom:-25px!important}.-bottom-28{bottom:-28px!important}.top-0{top:0!important}.top-4{top:4px!important}.top-20{top:20px!important}.right-0{right:0!important}.right-1{right:1px!important}.right-4{right:4px!important}.right-16{right:16px!important}.bottom-0{bottom:0!important}.bottom-28{bottom:28px!important}.left-28{left:28px!important}.left-half{left:50%!important}.overflow-auto{overflow:auto!important}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}.overflow-initial{overflow:initial!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-auto{overflow-x:auto!important}.order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.opacity-0{opacity:0!important}.opacity-50{opacity:.5!important}.opacity-100{opacity:1!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.placeholder-gray-500::-webkit-input-placeholder{color:#667085!important}.placeholder-gray-500::-moz-placeholder{color:#667085!important}.placeholder-gray-500:-ms-input-placeholder{color:#667085!important}.placeholder-gray-500::-ms-input-placeholder{color:#667085!important}.placeholder-gray-500::placeholder{color:#667085!important}.placeholder-sm::-webkit-input-placeholder{font-size:1.4rem!important}.placeholder-sm::-moz-placeholder{font-size:1.4rem!important}.placeholder-sm:-ms-input-placeholder{font-size:1.4rem!important}.placeholder-sm::-ms-input-placeholder{font-size:1.4rem!important}.placeholder-sm::placeholder{font-size:1.4rem!important}@media only screen and (min-width: 29.93em){.min-sm-hidden{display:none!important}}@media only screen and (min-width: 37.5em){.min-phone-hidden{display:none!important}}@media only screen and (min-width: 40em){.min-md-hidden,.min-md-none{display:none!important}}@media only screen and (min-width: 47.93em){.min-small-tab-port-hidden,.min-small-tab-port-none{display:none!important}}@media only screen and (max-width: 90em){.xxl-col-span-2{grid-column:span 2/span 2!important}}@media only screen and (max-width: 80em){.xl-relative{position:relative!important}.xl-none{display:none!important}.xl-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.xl-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.xl-w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.xl-mt-0{margin-top:0!important}.xl-mb-12{margin-bottom:12px!important}}@media only screen and (max-width: 75em){.xlg-px-0{padding-left:0!important;padding-right:0!important}}@media only screen and (max-width: 64em){.lg-pointer-events-none{pointer-events:none!important}.h-lg-auto{height:auto!important}.w-lg-full{width:100%!important}.lg-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.lg-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg-col-span-12{grid-column:span 12/span 12!important}.lg-px-16{padding-left:16px!important;padding-right:16px!important}.lg-gap-24{gap:24px!important}}@media only screen and (max-width: 60em){.tab-port-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.tab-port-px-24{padding-left:24px!important;padding-right:24px!important}}@media only screen and (max-width: 47.93em){.small-tab-port-grid{display:grid!important}.small-tab-port-block{display:block!important}.small-tab-port-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.small-tab-port-hidden,.small-tab-port-none{display:none!important}.small-tab-port-flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.small-tab-port-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.small-tab-port-flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.w-small-tab-port-200{width:200px!important}.small-tab-port-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.small-tab-port-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.small-tab-port-col-span-1{grid-column:span 1/span 1!important}.small-tab-port-w-full{width:100%!important}.small-tab-port-mt-0{margin-top:0!important}.small-tab-port-mt-16{margin-top:16px!important}.small-tab-port-mr-0{margin-right:0!important}.small-tab-port-mb-12{margin-bottom:12px!important}.small-tab-port-ml-6{margin-left:6px!important}.small-tab-port-pt-16{padding-top:16px!important}.small-tab-port-pb-32{padding-bottom:32px!important}.small-tab-port-py-32{padding-top:32px!important;padding-bottom:32px!important}.small-tab-port-gap-16{gap:16px!important}.small-tab-port-gap-24{gap:24px!important}.small-tab-port-whitespace-nowrap{white-space:nowrap!important}}@media only screen and (max-width: 40em){.md-leading-10{line-height:40px!important}.md-absolute{position:absolute!important}.md-relative{position:relative!important}.md-grid{display:grid!important}.md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.md-hidden,.md-none{display:none!important}.md-flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.md-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.md-flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.md-flex-col-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.md-top-0{top:0!important}.md-top-25{top:25px!important}.md-top-28{top:28px!important}.md-right-0{right:0!important}.md-right-16{right:16px!important}.md-bottom-0{bottom:0!important}.md-left-0{left:0!important}.text-md-xxs{font-size:1.1rem!important}.md-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.md-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md-col-span-1{grid-column:span 1/span 1!important}.md-w-full{width:100%!important}.md-w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.md-mt-0{margin-top:0!important}.md-mt-3{margin-top:3px!important}.md-mt-8{margin-top:8px!important}.md-mt-12{margin-top:12px!important}.md-mt-16{margin-top:16px!important}.md-mr-0{margin-right:0!important}.md-mr-32{margin-right:32px!important}.md-ml-0{margin-left:0!important}.md-px-16{padding-left:16px!important;padding-right:16px!important}.md-px-0{padding-left:0!important;padding-right:0!important}.md-ml-inherit{margin-left:inherit!important}.md-h-80{height:80px!important}.md-flex-full{-ms-flex-preferred-size:100%!important;flex-basis:100%!important}.md-gap-16{gap:16px!important}.md-gap-18{gap:18px!important}.md-whitespace-nowrap{white-space:nowrap!important}}@media only screen and (max-width: 37.5em){.phone-pointer-events-none{pointer-events:none!important}.phone-pointer-events-auto{pointer-events:auto!important}.phone-text-balance{text-wrap:balance!important}.phone-relative{position:relative!important}.phone-order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.phone-order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.phone-order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.phone-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.phone-hidden,.phone-none{display:none!important}.phone-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.phone-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.phone-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.phone-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.phone-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.phone-flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.phone-top-16{top:16px!important}.w-phone-250{width:250px!important}.w-phone-full{width:100%!important}.text-phone-md{font-size:1.6rem!important}.overflow-phone-hidden{overflow:hidden!important}.overflow-x-phone-auto{overflow-x:auto!important}.phone-w-full{width:100%!important}.phone-w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.phone-mt-4{margin-top:4px!important}.phone-mt-12{margin-top:12px!important}.phone-mt-16{margin-top:16px!important}.phone-mr-0{margin-right:0!important}.phone-mb-16{margin-bottom:16px!important}.phone-mb-60{margin-bottom:60px!important}.phone-ml-0{margin-left:0!important}.phone-pt-16{padding-top:16px!important}.phone-pb-24{padding-bottom:24px!important}.phone-pl-12{padding-left:12px!important}.phone-px-16{padding-left:16px!important;padding-right:16px!important}.phone-px-32{padding-left:32px!important;padding-right:32px!important}.phone-py-24{padding-top:24px!important;padding-bottom:24px!important}.phone-py-28{padding-top:28px!important;padding-bottom:28px!important}.phone-pr-0{padding-right:0!important}.phone-pl-0{padding-left:0!important}.phone-py-0{padding-top:0!important;padding-bottom:0!important}.phone-px-0{padding-left:0!important;padding-right:0!important}.phone-p-0{padding:0!important}.phone-ml-inherit{margin-left:inherit!important}.phone-gap-8{gap:8px!important}.phone-gap-16{gap:16px!important}.phone-gap-24{gap:24px!important}}@media only screen and (max-width: 29.93em){.sm-order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.sm-order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.sm-order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.sm-hidden,.sm-none{display:none!important}.sm-flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.w-sm-34{width:34px!important}.h-sm-34{height:34px!important}.w-sm-auto{width:auto!important}.sm-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.sm-w-full{width:100%!important}.sm-mt-16{margin-top:16px!important}.sm-ml-0{margin-left:0!important}.sm-p-0{padding:0!important}.sm-h-44{height:44px!important}}@media only screen and (max-width: 23.438em){.xs-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.xs-flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.w-xs-80{width:80px!important}.h-xs-80{height:80px!important}.items-xs-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.xs-mt-16{margin-top:16px!important}.xs-mb-16{margin-bottom:16px!important}.xs-pl-0{padding-left:0!important}}.twofa{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:2rem}@media only screen and (max-width: 87.5em){.twofa{padding:1rem}}@media only screen and (max-width: 29.93em){.twofa{padding:0}}.twofa .form__container{margin-left:-1.6rem;margin-right:-1.6rem}@media only screen and (max-width: 87.5em){.twofa .form__container{margin-left:-1rem;margin-right:-1rem}}@media only screen and (max-width: 29.93em){.twofa .form__container{margin-left:0;margin-right:0}}.twofa .alert.alert-danger,.twofa .alert.alert-success{margin-top:1rem;margin-bottom:1rem}.accordion{width:100%}.accordion__card{border:1px solid #EBEBEB;margin-bottom:1px}.accordion__card.quali-card{margin-bottom:2rem}.accordion__card.quali-card .accordion__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__header{background:#f4f4f4;padding:1.4rem 1.8rem;line-height:1;color:#636363;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;border-bottom:1px solid #EBEBEB;cursor:pointer}@media only screen and (max-width: 47.93em){.accordion__header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:2.4rem 1.8rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.accordion__header.white{background:#fff}.accordion__header.cs-header{cursor:default}.accordion__header__left{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.accordion__header__right,.accordion__header__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.accordion__header__title{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.accordion__header__title.quali-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:4rem}.accordion__header__title__quali-name{font-size:1.5rem;margin-bottom:2px;font-weight:400;white-space:inherit;color:#444}@media only screen and (max-width: 87.5em){.accordion__header__title__quali-name{padding-right:3rem}}@media only screen and (max-width: 56.25em){.accordion__header__title__quali-name{padding-right:2rem}}@media only screen and (max-width: 37.5em){.accordion__header__title__quali-name{font-size:1.4rem;padding-right:2rem}}.accordion__header__title__quali-date{font-size:1.3rem;color:#444;font-weight:400;margin-bottom:0rem}.accordion__header__title__name{color:#444;font-size:1.5rem;font-weight:500}.accordion__header__status{background:#34495e;color:#fff;font-size:1rem;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;padding:.4rem 1rem;border-radius:1.3rem;margin-left:1.4rem}.accordion__header__status.orange{background:#ef6c00}.accordion__header__status.red{background:#e45b72}.accordion__header__status.green{background:#2abb9b}.accordion__header__status.blue{background:#408fc7}.accordion__header__toggle{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}.accordion__header__arrow-icon{height:1.5rem;width:1.5rem;fill:#8e8e8e;-webkit-transition:.2s;transition:.2s;position:absolute;right:2rem;top:50%;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.accordion__header__toggle.collapsed .accordion__header__arrow-icon{-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.accordion__header__edit-icon-box{width:3.4rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1);position:relative;z-index:2}.accordion__header__edit-icon-box:not(:last-child){margin-right:3.4rem}.accordion__header__edit-icon-box:hover .accordion__header__edit-icon{fill:#3a87cb}.accordion__header__edit-icon-box:active .accordion__header__edit-icon{-webkit-transform:scale(1.5);transform:scale(1.5)}.accordion__header__edit-icon{height:1.2rem;width:1.2rem;fill:#8e8e8e}.accordion__content{padding:1.8rem}.accordion__content.bill-form{padding:3rem}.accordion__content .quali-card-title{width:1%!important}@media only screen and (max-width: 29.93em){.accordion__content .quali-card-title{width:100%!important}}.accordion__downloads__card{border-left:none;border-right:none;border-top:none;border-bottom:1px solid #EBEBEB!important}.accordion__downloads__card:first-child{border-bottom:1px solid #EBEBEB!important}.accordion__downloads__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:1.6rem 1rem;background:transparent;border:none;border-bottom:1px solid #EBEBEB}@media only screen and (max-width: 47.93em){.accordion__downloads__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 37.5em){.accordion__downloads__header{padding:1.6rem 0}}.accordion__downloads__header.collapsed .accordion__downloads__header__plus-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease;transition:all .3s ease}.accordion__downloads__header__icon-box{width:3rem;min-width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#4bb8ff;border-radius:50%;margin-right:1rem}.accordion__downloads__header__plus-icon{width:1rem;height:1rem;fill:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .3s ease;transition:all .3s ease}.accordion__downloads__header-sub.collapsed .accordion__downloads__header-sub__plus-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease;transition:all .3s ease}.accordion__downloads__list{padding:2rem 1.5rem}@media only screen and (max-width: 37.5em){.accordion__downloads__list{padding:2rem 0}}.accordion__downloads__title{margin-left:1rem;font-size:1.3rem;font-weight:500}@media only screen and (max-width: 37.5em){.accordion__downloads__title{overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;max-width:100%}}.accordion__downloads__content__item-link{width:100%;background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:.9rem 1.4rem 1.2rem;color:#707070;border-radius:.5rem}@media only screen and (max-width: 29.93em){.accordion__downloads__content__item-link{font-size:1.4rem}}.accordion__downloads__content__item-link:hover{text-decoration:none;color:#707070;background:#f2f2f2}.accordion__downloads__content__item-link__icon-box{width:2.1rem;height:2.6rem;text-align:center}.accordion__downloads__content__item-link__icon-box__document{width:1.5rem;height:1.5rem;fill:#707070}.accordion__downloads__content__item-link__icon{margin-left:auto;padding-left:.5rem}.accordion__downloads__content__item-link__icon-download{width:1.6rem;height:1.6rem;fill:#717e96}.accordion__downloads__content__item-name{-webkit-box-flex:10;-ms-flex-positive:10;flex-grow:10;margin-left:1.2rem;margin-bottom:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 37.5em){.accordion__downloads__content__item-name{max-width:78%}}.accordion__downloads__content__item-name__name{font-weight:500;line-height:1;margin-bottom:5px;color:#3a87cb}@media only screen and (max-width: 37.5em){.accordion__downloads__content__item-name__name{overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;max-width:100%}}.accordion__downloads__content__item-name__date{font-size:1.1rem;color:#717e96;line-height:1}.accordion__downloads__content__item-desc{padding:1rem 2rem;font-size:1.2rem}@media only screen and (max-width: 37.5em){.accordion__downloads__content__item-desc{overflow:hidden}}.quali-desc{font-size:1.3rem;color:#767676;width:90%}.add-photo{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.add-photo__frame-display__change-image-btn{opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.add-photo__frame-display__change-image-btn,.add-photo__frame-display__change-image-btn:link,.add-photo__frame-display__change-image-btn:visited,.add-photo__frame-display__change-image-btn:disabled,.add-photo__frame-display__change-image-btn.disabled{background:#3a87cb;color:#fff!important;border:1px solid #3A87CB;font-size:1.4rem;padding:1rem 2rem;border-radius:.5rem;min-width:auto;width:auto!important}.new-alert{width:100%;padding:25px;margin-bottom:15px}.new-alert.p-10px{padding:1rem}.new-alert.d-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.new-alert.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.new-alert.grid{display:grid}.new-alert.grid.grid-with-icon{grid-template-columns:3.4rem 1fr}.new-alert.grid.gap-with-icon{grid-gap:2rem}.new-alert.grid .new-alert__text-box{margin-left:0}.new-alert.danger{background:#ffbac1;border:1px solid #e79199}.new-alert.warning{background:#fff6cf;border:1px solid #ffe168}.new-alert.info{background:#d5f1ff;border:1px solid #b7e2f7}.new-alert.success{background:#d7f6eb;border:1px solid #69d6ae}.new-alert .icon-box{width:3.4rem;height:3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.new-alert .icon-box.danger{background:#b72836}.new-alert .icon-box.warning{background:#cea500}.new-alert .icon-box.info{background:#2daae8}.new-alert .icon-box.success{background:#248260}.new-alert .icon-box.round{border-radius:50%}.new-alert .icon-box__icon{width:1.4rem;height:1.4rem}.new-alert .icon-box__icon.danger,.new-alert .icon-box__icon.warning,.new-alert .icon-box__icon.info,.new-alert .icon-box__icon.success{fill:#fff}.new-alert__text-box{margin-left:4rem}.new-alert__text-box.w-300px{width:300px}.new-alert__text-box.mr-30{margin-right:30px}.new-alert__text-box.danger{color:#b72836}.new-alert__text-box.warning{color:#cea500}.new-alert__text-box.info{color:#2daae8}.new-alert__text-box.success{color:#248260}.new-alert__text-box__title{font-size:1.35rem;font-weight:600;line-height:1}.new-alert__text-box__message{font-size:1.2rem;line-height:1.2;margin-bottom:0}.new-alert__text-box__message.font-13px{font-size:1.35rem;line-height:1.4}.new-alert__list-wrapper{margin-top:1rem}.new-alert__list-wrapper__title{font-size:1.4rem;font-weight:600}.new-alert__list{padding:0;margin-left:2rem}.new-alert__list__item{font-size:1.3rem}.alert{margin:1.5rem 0;padding:2rem 3rem;background-color:#fff;border:2px solid #f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.alert h4{font-weight:600;font-size:1.4rem}.alert p{margin-bottom:0;font-size:1.3rem;width:100%}.alert__icon-box{width:3.8rem;height:3.8rem;background:#ededed;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.alert__icon{width:1.6rem;height:1.6rem;fill:#969696}.alert__text{border-left:2px solid #ededed;margin-left:2.5rem;padding-left:2.5rem;width:80%}.alert.alert-dismissible .close{font-size:2.5rem;top:0;right:0;padding:2rem}.alert-info{background:#4bb8ff;color:#fff;border-color:#4bb8ff}.alert-info .alert__icon-box{background:#ffffff26}.alert-info .alert__icon{fill:#fff}.alert-info .alert__text{border-color:#41b4ff}.alert-success{background:#2abb9b;color:#fff;border-color:#2abb9b}.alert-success .alert__icon-box{background:#ffffff26}.alert-success .alert__icon{fill:#fff}.alert-success .alert__text{border-color:#28b394}.alert-warning{background:#ef6c00;color:#fff;border-color:#ef6c00}.alert-warning .alert__icon-box{background:#ffffff26}.alert-warning .alert__icon{fill:#fff}.alert-warning .alert__text{border-color:#e56700}.alert-danger{background:#e45b72;color:#fff;border-color:#e45b72}.alert-danger .alert__icon-box{background:#ffffff26}.alert-danger .alert__icon{fill:#fff}.alert-danger .alert__text{border-color:#e3526a}.alert-bt{background:#fff;border:1px solid #EAEAEA;border-radius:4px;padding:1.6rem 2.6rem 1.4rem;margin:1.5rem 0 2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 75em){.alert-bt{padding:1.6rem;margin-bottom:2.4rem}}@media only screen and (max-width: 29.93em){.alert-bt{-ms-flex-wrap:wrap;flex-wrap:wrap}}.alert-bt .alert__icon-box{width:2.2rem;height:4.6rem;background:transparent;border-radius:0}@media only screen and (max-width: 29.93em){.alert-bt .alert__icon-box{margin-top:0;margin-bottom:.5rem}}.alert-bt .alert__icon{fill:#4bb8ff;width:2rem;height:3rem}.alert-bt .alert__text{margin-left:1rem;padding-left:0;border-left:0;width:100%}@media only screen and (max-width: 29.93em){.alert-bt .alert__text{margin-left:0}}.alert-bt .alert__text__tipp span{color:#3a87cb}.alert-bt .alert__text .btn{border:0!important;padding:0!important;margin:0!important;min-width:auto!important;font-size:1.2rem!important;height:auto!important}.alert-bt p{color:#404040;font-size:1.2rem}@media only screen and (max-width: 75em){.alert-bt p{font-size:1.2rem}}.alert-profile{background:#efefef;border:0;padding:1.6rem 2.6rem;margin-top:0;margin-bottom:3rem}@media only screen and (max-width: 75em){.alert-profile{padding:1.6rem;margin-bottom:2.4rem}}@media only screen and (max-width: 29.93em){.alert-profile{-ms-flex-wrap:wrap;flex-wrap:wrap}}.alert-profile .alert__icon-box{width:2rem;height:2rem;background:transparent;border-radius:0;margin-top:.5rem}@media only screen and (max-width: 29.93em){.alert-profile .alert__icon-box{margin-top:0;margin-bottom:.5rem}}.alert-profile .alert__icon{fill:#c9c9c9;width:1.4rem;height:2rem}.alert-profile .alert__text{margin-left:2.4rem;padding-left:0;border-left:0;width:100%}@media only screen and (max-width: 29.93em){.alert-profile .alert__text{margin-left:0}}.alert-profile p{color:#5f5f5f;font-size:1.3rem}@media only screen and (max-width: 75em){.alert-profile p{font-size:1.2rem}}.alert-info-basic{margin:1.5rem 0;padding:1.5rem 1.8rem;background-color:#f4f4f4;border:1px solid #d8d8d8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;color:#868686;position:relative}.alert-info-basic.deal-converter{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;padding:1rem 1.8rem;margin-bottom:2.6rem}.alert-info-basic.deal-converter p{color:#404040;font-size:1.4rem;font-weight:500}.alert-info-basic.deal-converter .alert-info-basic__text{width:90%}.alert-info-basic h4{font-weight:600;font-size:1.4rem;color:#404040}.alert-info-basic p{margin-bottom:0;font-size:1.3rem;width:100%;line-height:1.6;color:#868686}.alert-info-basic__icon-box{width:3.8rem;height:3.8rem;background:#ececec;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.alert-info-basic__icon{width:1.6rem;height:1.6rem;fill:#404040}.alert-info-basic__text{margin-left:1.6rem;width:80%}.alert-info-basic .close{position:absolute;font-size:2rem;top:0;right:0;padding:1rem;color:#404040}.alert-info-blue{margin:1.5rem 0;padding:1.5rem 1.8rem;background-color:#f4f4f4;border:1px solid #d8d8d8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;color:#868686;position:relative;border-left:3px solid #404040}.alert-info-blue h4{font-weight:600;font-size:1.4rem;color:#404040}.alert-info-blue p{margin-bottom:0;font-size:1.3rem;width:100%;line-height:1.6;color:#868686}.alert-info-blue__icon-box{width:3.8rem;height:3.8rem;background:#ececec;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.alert-info-blue__icon{width:1.6rem;height:1.6rem;fill:#404040}.alert-info-blue__text{margin-left:2.2rem;width:80%}.alert-info-blue .close{position:absolute;font-size:2rem;top:0;right:0;padding:1.2rem 1.6rem;color:#404040}.alert-info-blue__cta{background:#404040;text-decoration:none;padding:.6rem 1rem;display:inline-block;margin-top:1rem;line-height:1;font-size:1.3rem;border-radius:5px;color:#fff}.alert-info-blue__cta:hover{background:#272727;color:#fff;text-decoration:none}.alert-info-blue__footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:1.5rem;bottom:1rem}.alert-info-blue__footer a{font-size:1.3rem;font-weight:500;color:#3a87cb;text-decoration:underline}.alert-info-blue.pb{padding-bottom:4rem}.alert-message{width:100%;border:1px solid #EAEAEA;padding:2.7rem 3.5rem 6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin-bottom:3rem}.alert-message__title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;font-size:1.6rem;color:#393939;font-weight:500;margin-bottom:1.4rem}.alert-message__description{font-size:1.3rem;color:#393939}.alert-message__description.description--65{-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%}@media only screen and (max-width: 56.25em){.alert-message__description.description--tab-port-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width: 47.93em){.alert-message__description.description--small-tab-port-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.alert-message__description.pr--5{padding-right:5rem}@media only screen and (max-width: 47.93em){.alert-message__description.pr--small-tab-port-0{padding-right:0}}.alert-message__description__text-bold{font-weight:600}.alert-message__description__link,.alert-message__description__external-link{color:#3a87cb;text-decoration:underline}.alert-message__description__external-link__icon{width:1.4rem;height:1.4rem;fill:#3a87cb;margin-left:3px}.alert-message__description__text-background{background:#3a87cb;color:#fff;padding:0 5px}.alert-message__image{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.alert-message__image.image--35{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}@media only screen and (max-width: 56.25em){.alert-message__image.image--tab-port-50{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width: 47.93em){.alert-message__image.image--small-tab-port-100{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.alert-message__bottom-link{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;bottom:1rem;right:3.5rem}.alert-message__bottom-link a{color:#3a87cb;text-decoration:underline;font-size:1.4rem;font-weight:500}.alert-message__bottom-link a:hover{color:#2c6da6}.dp-alert{display:-webkit-box;display:-ms-flexbox;background:#e8e8e8;padding:1.4rem 2.4rem;border-radius:5px;font-size:1.3rem;display:flex}.dp-alert--warning{background:#fff3c6;color:#f8c70f}.dp-alert--warning__icon{width:1.6rem;height:1.6rem;fill:#f8c70f;margin-right:1rem}.dp-alert--warning-small{padding:.5rem 2.4rem}.licence-alert{width:100%;font-size:1.3rem;font-weight:500}.licence-alert p{padding:5.3px 2.5rem;margin-bottom:0}.licence-alert p span{background:#3a87cb;color:#fff;border-radius:5px;font-size:1.15rem;padding:1px 4.5px}.licence-alert.warning{background:#fff6cf;color:#cea500}.licence-alert.danger{background:#ffbac1;color:#b72836}.licence-alert__link{text-decoration:underline}.licence-alert__link.warning{color:#cea500}.licence-alert__link.danger{color:#b72836}.alert-partner-selection{background-color:#ffeda5;border:#ffeda5}.alert-partner-selection .alert__text{color:#a98700;border:0;margin-left:0}.alert-partner-selection .alert__icon{fill:#a98700}.information-messages{width:100%;height:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #EAECF0;padding:20px 28px;position:relative}.information-messages__body--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px}@media only screen and (max-width: 56.25em){.information-messages__body--content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.information-messages__body--content h4{font-size:1.7rem;font-weight:500;color:#444;margin-top:2rem;margin-bottom:1.3rem}.information-messages__body--content p,.information-messages__body--content ul{font-size:1.4rem;color:#444}.information-messages__body--content__right .iframe-box{width:auto;height:auto}.information-messages__body--content__right .iframe-box iframe{width:360px;height:200px;aspect-ratio:16/9}.information-messages__footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:3.5rem;bottom:2.5rem}.information-messages__footer a{font-size:1.3rem;font-weight:500;color:#3a87cb;text-decoration:underline}.announcement-box{height:100%!important;overflow:hidden}.announcement-box__icon{position:absolute;width:29rem;height:21rem;fill:#408fc7;opacity:.03;-webkit-transform:rotate(-26deg);transform:rotate(-26deg);left:-3.4rem;top:0}.announcement-box__slider{width:100%;height:100%;background:transparent;border-radius:.5rem}.announcement-box .carousel-item,.announcement-box .carousel-inner{height:100%}.announcement-box .carousel-caption{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6rem 3.8rem 1rem;left:0;right:0;top:0;text-align:left;width:100%}@media only screen and (max-width: 29.93em){.announcement-box .carousel-caption{padding:2rem 1.8rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.announcement-box .carousel-indicators li{background-color:#656565}.announcement-box__date{color:#656565;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-right:4rem}@media only screen and (max-width: 29.93em){.announcement-box__date{-webkit-box-flex:0;-ms-flex:0 0 8rem;flex:0 0 8rem}}.announcement-box__date__month{font-size:2.2rem;font-weight:300;line-height:1}@media only screen and (max-width: 29.93em){.announcement-box__date__month{font-size:1.8rem}}.announcement-box__date__day{font-size:3rem;font-weight:500;line-height:1;border-bottom:4px solid;padding-bottom:1rem}.announcement-box__content{color:#656565;overflow:auto}.announcement-box__content__title{font-size:2.4rem;font-weight:500;margin-bottom:2.2rem}.announcement-box__content__paragraph{font-size:1.3rem;font-weight:400}.badge-status{background:#d2d2d2;color:#fff;border-radius:1.3rem;padding:3px 2rem;font-size:1.5rem}.badge-status.orange{background:#ef6c00}.badge-status.green{background:#2abb9b}.badge-status.red{background:#e45b72}.badge-status.round{width:10px;height:10px;border-radius:50%;padding:0}.badge-status.round.grey{background:#404040}.badge-status.round.green{background:#2abb9b}.badge-status.round.yellow{background:#fad859}.badge-status.round.red{background:#e45b72}.badge-work-status{font-size:1rem;font-weight:500;background:#f5f5f5;color:#989898;padding:2px 8px;border-radius:.3rem;margin:2px 2px 2px 5px;display:inline-block}@media only screen and (max-width: 75em){.badge-work-status{font-size:.9rem;font-weight:400;padding:2px 5px}}@media only screen and (max-width: 29.93em){.badge-work-status{margin-left:0;white-space:nowrap;overflow:hidden;max-width:100%;width:auto;text-overflow:ellipsis;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;display:block}}.badge-work-status.current{background:#ef6c00}.badge-work-status.completed{background:#2abb9b}.badge-work-status.expired{background:#e45b72;color:#fff}.badge-dashboard{background:#d2d2d2;color:gray;border-radius:5px;padding:2px 1rem;font-size:1.1rem;text-transform:uppercase;line-height:1;font-weight:600;font-style:normal}.badge-dashboard.red{background:#fcc3bd;color:#e45b72}.badge-dashboard.yellow{background:#fdf6bd;color:#b59204}.badge-dashboard.green{background:#e6fffe;color:#0fb9b1}.badge-dashboard.blue{background:#ddefff;color:#3d84c0}.badge-dashboard.sm{padding:4px;font-size:1.1rem}.badge-task{color:#9e4554;background-color:#ececec;font-weight:400;font-size:1.05rem}.badge-task--warning{font-weight:700}.badge-resubmission{color:#8e44ad;background-color:#ececec;font-weight:400;font-size:1.05rem}.badge-resubmission--warning{font-weight:700}.badge-pro{background-image:-webkit-gradient(linear,left top,right bottom,from(#3A87CB),to(#4bb8ff));background-image:linear-gradient(to right bottom,#3a87cb,#4bb8ff);color:#fff!important;font-size:1.2rem;font-weight:500;border-radius:3px;padding:3px 6px;margin-left:6px;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}.badge-starter{background:#f4f4f4;color:#3a87cb!important;font-size:1.2rem;font-weight:500;border-radius:3px;padding:3px 6px;margin-left:6px;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}.badge-count-primary{border-radius:10rem;font-size:1.1rem;padding:2px .4rem;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;text-align:center;white-space:nowrap;color:#fff;background:#e45b72;margin:0 4px}.badge-count-primary:last-child{margin-right:0}.badge-count-secondary{border-radius:10rem;font-size:1.1rem;padding:2px .6rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;white-space:nowrap;color:#6e6e6e;background:#fff;margin:0 4px}.badge-count-secondary:last-child{margin-right:0}.shared-screen{color:#505050;font-size:1.2rem;border-radius:0;width:auto;padding:0rem;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;top:-5.6rem}.shared-screen.has-reclamation{top:-2.9rem}@media only screen and (max-width: 87.5em){.shared-screen{top:-2.8rem}}@media only screen and (max-width: 75em){.shared-screen{top:-2.6rem}}.shared-screen b{font-weight:500;margin:0 4px}.shared-screen img{height:3rem}.shared-screen.right{margin-left:auto;margin-right:0}.shared-screen.white{color:#fff}.table-status-badge-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-status-badge{width:1.1rem;min-width:1.1rem;height:1.1rem;min-height:1.1rem;border-radius:50%}.table-status-badge.blue{background:#3a87cb}.table-status-badge.green,.table-status-badge.won{background:#2abb9b}.table-status-badge.red,.table-status-badge.lost{background:#e45b72}.table-status-badge.gray{background:#505050}.table-status-badge.orange,.table-status-badge.draft{background:#f1c40f}.table-status-badge.white{background:#fff;border:1px solid transparent;-webkit-box-shadow:inset 0 0 2px #000;box-shadow:inset 0 0 2px #000}.table-status-badge.none{background:#eaeaea}.table-status-badge__footer{font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0;padding-left:.4rem}.table-status-badge__footer__status-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#767676}.table-status-badge__footer__status-wrapper:not(:last-child){margin-right:1rem}.table-status-badge__footer .table-status-badge{display:inline-block;margin-right:.5rem;border:2px solid #ffffff}.badge-small{font-size:70%;font-weight:400;margin-left:auto;background:#3a87cb;color:#fff;padding:3px 6px;border-radius:.7rem;line-height:1}.badge-bill{color:#fff;background-color:#34495e;font-weight:400;font-size:1.05rem;margin:.3rem .5rem .3rem 0;font-style:normal}.badge-bill.green{background-color:#2abb9b}.badge-bill.orange{background-color:#ef6c00}.badge-bill.red{background-color:#e45b72}.badge-bill.blue{background-color:#408fc7}.badge-bill.cursor{cursor:pointer}.licence-badge{position:absolute;right:-5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#3a87cb;color:#fff;width:2.6rem;height:1.4rem;border-radius:5px;font-size:1.15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.badge-text{font-size:1.3rem;color:#404040;background:#e1e1e1;font-weight:400;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:3px 5px;border-radius:3px}.app-badge{padding-left:4px;padding-right:4px;border-radius:5px;font-size:1.1rem;font-weight:600;line-height:1.8}.app-badge--primary{background:#4bb8ff;color:#fff}.app-badge--outline-primary{background:#fff;border:1px solid #4bb8ff;color:#4bb8ff}.app-badge--secondary{background:#7d89b0;border:0;color:#fff}.app-badge--outline-secondary{background:#fff;border:1px solid #7D89B0;color:#475467}.app-badge--success{background:#17b26a;color:#fff}.app-badge--outline-success{background:#fff;border:1px solid #17B26A;color:#17b26a}.app-badge--danger{background:#f04438;color:#fff}.app-badge--outline-danger{background:#fff;border:1px solid #F04438;color:#f04438}.app-badge--warning{background:#eaaa08;color:#1d2939}.app-badge--outline-warning{background:#fff;border:1px solid #EAAA08;color:#eaaa08}button{cursor:pointer!important}.btn,.btn:link,.btn:visited{text-decoration:none;display:inline-block;line-height:1;border:none;cursor:pointer}.btn:hover{color:#fff}.btn:active,.btn:focus{outline:0;border:0;-webkit-box-shadow:none;box-shadow:none}.btn--btn-tag-deselect{border:0;background:#ededed;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn--btn-tag-deselect__icon{width:2.2rem;height:2.2rem;fill:#505050}.btn.btn-collapse-default{color:#3a87cb;font-size:1.2rem;font-weight:500;padding:0}.btn.btn-collapse-default:hover{color:#2c6da6}.btn.notification-close{width:4rem;height:4rem;background:#4bb8ff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;margin-right:1rem;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d}@media only screen and (max-width: 37.5em){.btn.notification-close{display:none}}.btn.notification-close__icon{width:4rem;height:4rem;fill:#fff}.btn.notification-back{display:none}@media only screen and (max-width: 37.5em){.btn.notification-back{width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.btn.notification-back__icon{width:3rem;height:3rem;fill:#606060}.btn.btn-request-review{background:#4bb8ff;font-size:1.3rem;color:#fff;padding:1rem 1.8rem;margin:1.5rem 0 2rem}.btn.app-sidebar-close-btn{width:4rem;height:4rem;background:#4bb8ff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1rem;margin-right:1rem;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d}@media only screen and (max-width: 37.5em){.btn.app-sidebar-close-btn{display:none}}.btn.app-sidebar-close-btn__icon{width:4rem;height:4rem;fill:#fff}.btn.btn-unselected-chat{padding:0;width:2.8rem;height:2.8rem;position:absolute;right:1.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.btn.btn-unselected-chat__icon{width:100%;height:100%;fill:#505050}.btn.invite-team-member{background:#2abb9b;padding:.9rem 1.5rem}.btn.invite-team-member__icon{width:1.4rem;height:1.4rem;fill:#fff;padding:0;margin-right:4px}.btn.invite-team-member__text{color:#fff;font-size:1.2rem;font-weight:500;text-transform:uppercase;padding:0}.btn.bt-edit-btn{width:100%;height:4rem;background:#4bb8ff;color:#fff;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;font-weight:500;margin-bottom:2rem}@media only screen and (max-width: 62em){.btn.bt-edit-btn.hidden-mobile{display:none}}.btn.bt-edit-btn.show-mobile{display:none}@media only screen and (max-width: 62em){.btn.bt-edit-btn.show-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;width:18rem;height:3rem;font-size:1.4rem;margin-bottom:0;position:absolute;right:0;bottom:2rem}}@media only screen and (max-width: 47.93em){.btn.bt-edit-btn.show-mobile{position:relative;bottom:inherit;margin-top:1rem}}.btn.btn-add-section.circle{width:2rem;height:2rem;border-radius:50%;background:#2abb9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.btn.btn-add-section.circle .icon{width:1rem;height:1rem;fill:#fff}.btn.btn-download{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#3a87cb;padding:.7rem .9rem;margin-left:1.4rem}.btn.btn-download .icon{width:1.4rem;height:1.4rem;fill:#fff;margin-right:5px}@media only screen and (max-width: 56.25em){.btn.btn-download .icon{margin-right:0}}.btn.btn-download span{font-size:1.2rem;color:#fff;font-weight:500}@media only screen and (max-width: 56.25em){.btn.btn-download span{display:none}}.btn.add-company-certificate{padding:0 8px;border-radius:2rem;margin-top:8px;border:1px solid #C6C6C6}.btn.add-company-certificate .icon{width:1rem;height:1rem;fill:#c6c6c6}.btn.remove-company-certificate{padding:0 8px}.btn.remove-company-certificate .icon{width:1rem;height:1rem;fill:#c6c6c6}.btn.btn-cancel,.btn.btn-cancel:hover{color:#e45b72}.btn.bg-yellow{background:#fef160;color:#404040;border:1px solid #FEF160}.btn.bg-yellow:hover{background:#fef160;border:1px solid #FEF160}.btn.only-icon{padding:0;margin-left:1rem}.btn.only-icon .icon{width:1.4rem;height:1.4rem}.btn.btn-video{color:#3a87cb;font-size:1.5rem;padding:0;font-weight:500}.btn.btn-video.w-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn.btn-video.w-icon span{margin-right:2px}.btn.btn-video .icon-box{width:2rem;height:2rem;margin-top:2px}.btn.btn-video .icon-box .icon{width:2rem;height:2rem;fill:#3a87cb}.btn.button-toggle{width:2rem;height:2rem;padding:2px!important;position:absolute;right:-1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;border:1px solid #E1E1E1;border-radius:5px}@media only screen and (max-width: 80em){.btn.button-toggle{display:none}}.btn.button-toggle .icon{width:1rem;height:1rem;fill:#e1e1e1}.btn.open-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px 6px;border:1px solid #EAECF0;border-radius:5px;width:26px;height:26px;background:#fff}.btn.open-side.in-table{position:absolute;right:0;top:0;z-index:500;display:none}.btn.open-side .icon{width:14px;height:12px;fill:#98a2b3;-ms-flex-negative:0;flex-shrink:0}.btn.open-side span{font-size:1rem;color:#475467;font-weight:500;margin-left:4px;display:none}.btn.btn-default{color:#344054;font-size:1.4rem}.btn.btn-default:hover{color:#1d2939!important}.btn.btn-transparent{color:#475467;font-size:1.4rem;font-weight:500}.btn.btn-transparent.primary{color:#3a87cb}.app-sidebar-header-close-btn{display:none}@media only screen and (max-width: 37.5em){.app-sidebar-header-close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:4rem;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media only screen and (max-width: 37.5em){.app-sidebar-header-close-btn__icon{width:4rem;height:4rem;fill:#606060}}.btn-text,.btn-text:link,.btn-text:visited{color:#406db8;font-size:1.3rem}.btn-text:hover{color:#335792;text-decoration:underline}.btn-text:active,.btn-text:focus{outline:0;border:0;-webkit-box-shadow:none;box-shadow:none}.btn-text.new{color:#3a87cb;font-size:1.2rem;font-weight:500;padding:0}.btn-text.new:hover{color:#2c6da6;text-decoration:none}.btn-warning-close,.btn-warning-close:link,.btn-warning-close:visited,.btn-warning-close:disabled,.btn-warning-close.disabled{background:transparent;color:#f9cc27;font-size:1.3rem;border-radius:5px;border:1px solid #FAD859}.btn-warning-close:hover{color:#f9cc27}.btn-primary,.btn-primary:link,.btn-primary:visited,.btn-primary:disabled,.btn-primary.disabled{background:#3a87cb;color:#fff;font-size:1.3rem;padding:.75rem 2.4rem;border-radius:5px;border:1px solid transparent;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-support .btn-primary,.form-support .btn-primary:link,.form-support .btn-primary:visited,.form-support .btn-primary:disabled,.form-support .btn-primary.disabled{padding-top:1.25rem;padding-bottom:1.25rem}.btn-primary:hover{background:#3a87cb;color:#fff;border-color:#3a87cb}.btn-primary:active,.btn-primary:focus{background:#3a87cb!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #3A87CB!important}.btn-primary.sm{padding:1rem 1.8rem}.btn-primary.green{background:#2abb9b}.btn-primary.green:hover{background:#2abb9b;color:#fff;border-color:transparent}.btn-primary.green:active,.btn-primary.green:focus{background:#2abb9b!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #2abb9b!important}.btn-primary--full-width{max-width:inherit;width:100%}.btn-primary--full-width:active,.btn-primary--full-width:focus,.btn-primary--full-width:visited,.btn-primary--full-width:link,.btn-primary--full-width:disabled{max-width:inherit;width:100%}.btn-primary.red{background:#e45b72}.btn-primary.red:hover{background:#e45b72;color:#fff;border-color:transparent}.btn-primary.red:active,.btn-primary.red:focus{background:#e45b72!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #E45B72!important}.btn-primary.border-radius{border-radius:5px}.btn-primary.save-bl{padding:1.4rem 2.4rem}.btn-primary.save-bl:disabled,.btn-primary.save-bl.disabled{opacity:1;background:#e9ebed;color:#bbb}.btn-primary.save-bl:disabled:hover,.btn-primary.save-bl:disabled:focus,.btn-primary.save-bl:disabled:active,.btn-primary.save-bl.disabled:hover,.btn-primary.save-bl.disabled:focus,.btn-primary.save-bl.disabled:active{border-color:transparent;outline:none}.btn-primary.new-blue{background:#4bb8ff}.btn-primary.new-blue:hover{border-color:#4bb8ff!important;background:#18a4ff}.btn-primary.new-blue:disabled{background:#d0d5dd;border-color:#d0d5dd!important}.btn-primary.new-blue.font-bold{font-weight:700}.btn-primary.w-100{width:100%;max-width:100%}.btn-primary.export{padding:5px;background:transparent;border:1px solid #3A87CB}.btn-primary.export svg{width:18px;height:18px;fill:#3a87cb}.btn-primary.export:link,.btn-primary.export:active,.btn-primary.export:focus,.btn-primary.export:visited{background:#fff!important;border:1px solid #3A87CB!important}.btn-primary.export:link svg,.btn-primary.export:active svg,.btn-primary.export:focus svg,.btn-primary.export:visited svg{width:18px;height:18px;fill:#3a87cb!important}.btn-primary.export:hover{background:#3a87cb}.btn-primary.export:hover svg{fill:#fff}.btn-primary--fixed{min-width:115px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:1.2rem;font-weight:600}.btn-secondary,.btn-secondary:link,.btn-secondary:visited{background:#fff;color:#868686;font-size:1.3rem;padding:.75rem 2.4rem;border-radius:5px;border:1px solid #CECECE}.btn-secondary:hover{background:#818181;color:#fff;border-color:#cecece}.btn-secondary:active,.btn-secondary:focus{background:#818181!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #CECECE!important}.btn-secondary.xs{padding:6px 1rem}.btn-secondary.sm{padding:1rem 1.8rem}.btn-secondary.text-sm{font-size:1.2rem!important}.btn-secondary.nowrap{white-space:nowrap}.btn-secondary.gray{background:#ddd;color:#444}.btn-secondary.gray:hover{background:#c4c4c4;border-color:transparent}.btn-secondary.text-red{color:#e45b72}.btn-secondary.text-red:visited,.btn-secondary.text-red:link,.btn-secondary.text-red:active,.btn-secondary.text-red:focus{background:#fff!important;border:1px solid #d8d8d8!important}.btn-secondary.text-red:hover{background:transparent;color:#e45b72;border-color:#e45b72}.btn-secondary.border-radius{border-radius:5px}.btn-secondary.text-blue{color:#3a87cb;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.btn-secondary.text-blue:visited,.btn-secondary.text-blue:link,.btn-secondary.text-blue:active,.btn-secondary.text-blue:focus{background:#fff!important;border:1px solid #d8d8d8!important}.btn-secondary.text-blue:hover{background:#3a87cb!important;color:#fff!important;border-color:#3a87cb!important}.btn-secondary.with-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.btn-secondary.with-icon:visited,.btn-secondary.with-icon:link,.btn-secondary.with-icon:active,.btn-secondary.with-icon:focus{background:#fff!important;border:1px solid #d8d8d8!important;color:#505050}.btn-secondary.with-icon:hover{background:#3a87cb!important;color:#fff!important;border-color:#3a87cb!important}.btn-secondary.with-icon:hover .icon{fill:#fff!important;-webkit-transition:none!important;transition:none!important}.btn-secondary.with-icon:hover .icon.fill-red,.btn-secondary.with-icon:hover .icon.fill-green{fill:#fff}.btn-secondary.with-icon:disabled,.btn-secondary.with-icon.disabled{opacity:.5;background:#fff!important;color:#505050;border-color:#cecece!important}.btn-secondary.with-icon:disabled:hover,.btn-secondary.with-icon.disabled:hover{cursor:not-allowed!important;background:#fff!important;color:#505050!important;border-color:#cecece!important}.btn-secondary.with-icon:disabled:hover .icon,.btn-secondary.with-icon.disabled:hover .icon{fill:#505050!important}.btn-secondary.with-icon:disabled:hover .icon.fill-gray-50,.btn-secondary.with-icon.disabled:hover .icon.fill-gray-50{fill:#505050!important}.btn-secondary.with-icon:disabled .icon,.btn-secondary.with-icon.disabled .icon{fill:#505050}.btn-secondary.with-icon:disabled .icon.fill-gray-50,.btn-secondary.with-icon.disabled .icon.fill-gray-50{fill:#505050}.btn-secondary.with-icon .icon{width:1.4rem;height:1.4rem;-ms-flex-negative:0;flex-shrink:0;margin-right:3px;fill:#3a87cb;-webkit-transition:none!important;transition:none!important}.btn-secondary.with-icon .icon.fill-red{fill:#e45b72}.btn-secondary.with-icon .icon.fill-gray-50{fill:#505050}.btn-secondary.with-icon .icon.fill-green{fill:#2abb9b}.btn-secondary.disabled{opacity:.5;cursor:not-allowed;width:22.6rem!important;height:3.6rem;border:1px solid #98A2B3;background:#fff;color:#1d2939}.btn-secondary.outline{width:22.6rem!important;height:3.6rem;border:1px solid #98A2B3;background:#fff;color:#1d2939}.btn-primary--sm,.btn-secondary--sm{padding:1rem 1.8rem}.btn-edit-section,.btn-edit-section:link,.btn-edit-section:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:#818181;color:#fff;font-size:1.4rem;font-weight:400;border-radius:2rem;padding:0 1.2rem;height:2.7rem}.btn-edit-section:hover{text-decoration:none}.btn-edit-section:active,.btn-edit-section:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-edit-section__icon{height:1.3rem;width:1.3rem;fill:#fff;margin-right:.7rem}.btn-delete-section,.btn-delete-section:link,.btn-delete-section:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;color:#868686;font-size:1.2rem;font-weight:400;height:1.6rem;padding:0;margin-left:1.6rem}@media only screen and (max-width: 75em){.btn-delete-section,.btn-delete-section:link,.btn-delete-section:visited{margin-top:2rem}}@media only screen and (max-width: 29.93em){.btn-delete-section,.btn-delete-section:link,.btn-delete-section:visited{margin-left:0}}.btn-delete-section:hover{text-decoration:underline;color:#868686}.btn-delete-section:active,.btn-delete-section:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-delete-section__icon{height:1.5rem;width:1.2rem;fill:#e45b72;margin-right:.7rem}.btn-delete-section.in-feature-box{position:absolute;right:2rem;bottom:2rem}.btn-single-upload,.btn-single-upload:link,.btn-single-upload:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:#f2f4f7;border:1px solid #EAECF0;color:#fff;font-size:1.3rem;font-weight:400;min-height:4rem;padding:0 1.4rem;outline:none;border-top-left-radius:5px;border-bottom-left-radius:5px}.btn-single-upload:hover{text-decoration:none;background:#f9fafb;outline:none}.btn-single-upload:disabled{opacity:.5;cursor:not-allowed;background:#f2f4f7;color:#1d2939}.btn-single-upload:active,.btn-single-upload:focus{border:none!important;-webkit-box-shadow:none;box-shadow:none;outline:none}.btn-single-upload.upload-btn{padding:3px 1.4rem}.btn-single-upload.upload-btn:focus{outline:none}.btn-single-upload__icon{height:2rem;width:2rem;fill:#4e5ba6}.btn-single-upload__icon.view{width:1.5rem;height:1.5rem}.btn-single-upload.info,.btn-single-upload.info:link,.btn-single-upload.info:visited{background:#f4f4f4;outline:1px solid #d8d8d8;cursor:help}.btn-single-upload.info .btn-single-upload__icon,.btn-single-upload.info:link .btn-single-upload__icon,.btn-single-upload.info:visited .btn-single-upload__icon{fill:#3a87cb}.btn-tag{position:relative;display:inline-block;line-height:1;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;padding:0rem 1rem;background:#efefef;color:#43536c;font-size:1.2rem;margin:0 1rem 1rem 0;font-weight:500;border-radius:5px;border:0}@media only screen and (max-width: 56.25em){.btn-tag{padding:3px 1rem}}.btn-tag:focus{-webkit-box-shadow:none;box-shadow:none;border:0}.btn-tag:hover,.btn-tag:active{border:0;color:#43536c}.btn-tag--edit{padding:6px 2.6rem 6px 1rem}.btn-tag__icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:28px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px;font-size:1rem;color:#969696}.btn-tag__icon:hover{color:#fff;background:#a7a7a7}.btn-tag--language-edit{cursor:default!important;padding:0 1rem;margin:0;height:3rem;border-radius:0;white-space:nowrap;width:100%;display:inline-block;vertical-align:middle;line-height:3rem}.btn-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-switch input{position:relative;-webkit-appearance:none;outline:none;width:5rem;height:3rem;background-color:#fff;border:1px solid #d9dadc;border-radius:5rem;-webkit-box-shadow:inset -2rem 0 0 0 #e3e3e3;box-shadow:inset -2rem 0 #e3e3e3;cursor:pointer}.btn-switch input:after{content:"";position:absolute;top:1px;left:1px;background:transparent;width:2.6rem;height:2.6rem;border-radius:50%;-webkit-box-shadow:2px 4px 6px rgba(0,0,0,.2);box-shadow:2px 4px 6px #0003}.btn-switch input:checked{-webkit-box-shadow:inset 2rem 0 0 0 #3A87CB;box-shadow:inset 2rem 0 #3a87cb;border-color:#3a87cb}.btn-switch input:checked:after{left:2rem;-webkit-box-shadow:-2px 4px 3px rgba(0,0,0,.05);box-shadow:-2px 4px 3px #0000000d}.btn-action,.btn-action:link,.btn-action:visited{display:inline-block;padding:5px 2rem;color:#fff;line-height:1;background:#dedede;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.4rem;min-width:auto;cursor:default;vertical-align:middle;text-align:center;border-radius:1.3rem}.btn-action:not(:last-child),.btn-action:link:not(:last-child),.btn-action:visited:not(:last-child){margin-right:1.2rem}.btn-action:hover{color:#fff}.btn-action:focus,.btn-action.focus{-webkit-box-shadow:none;box-shadow:none}.btn-action--details,.btn-action--details:link,.btn-action--details:visited,.btn-action.details,.btn-action.details:link,.btn-action.details:visited{background:#bfc8d2;border-radius:1.3rem;min-width:auto;cursor:pointer}.btn-action--details__services{border-radius:6px;border:1px solid #EAECF0;background:#f9fafb;color:#363f72;padding:2px 6px;font-size:1.2rem;font-weight:500}.btn-action--details__services:focus,.btn-action--details__services:visited,.btn-action--details__services:link{border:1px solid #EAECF0;background:#f9fafb;color:#363f72}.btn-action--details__services:hover{background:#f9fafb;color:#363f72}@media only screen and (max-width: 75em){.btn-action--details__services{max-width:none}}.btn-action.red{background:#e45b72}.btn-action.green{background:#2abb9b}.btn-action.gray{background:#969696}.btn-action.dark-gray{background:#717171}.btn-action--accept,.btn-action--accept:link,.btn-action--accept:visited{background:#2abb9b;padding:8px 5px;border-radius:.25rem}.btn-action--decline,.btn-action--decline:link,.btn-action--decline:visited{background:#e45b72;padding:8px 5px;border-radius:.25rem}.btn-action--accept-big,.btn-action--accept-big:link,.btn-action--accept-big:visited{background:#2abb9b;padding:12px 5px;border-radius:.5rem}.btn-action--decline-big,.btn-action--decline-big:link,.btn-action--decline-big:visited{background:#e45b72;padding:12px 5px;border-radius:.5rem}.btn-action--small,.btn-action--small:link,.btn-action--small:visited,.btn-action--small:hover{background:#969696;padding:.5rem 2rem;font-size:1.2rem;min-width:auto;cursor:pointer;color:#fff!important}.btn-action--decline-small,.btn-action--decline-small:link,.btn-action--decline-small:visited,.btn-action--decline-small:hover{background:#e45b72;padding:.5rem 2rem;font-size:1.2rem;min-width:auto;cursor:pointer;color:#fff!important}.btn-action--status{border-radius:.25rem;background:transparent;border:1px dashed}.btn-action--status-confirmed,.btn-action--status-confirmed:link,.btn-action--status-confirmed:visited{border-color:#2abb9b;color:#2abb9b}.btn-action--status-confirmed:hover{color:#2abb9b}.btn-action--status-rejected,.btn-action--status-rejected:link,.btn-action--status-rejected:visited{border-color:#e45b72;color:#e45b72}.btn-action--status-rejected:hover{color:#e45b72}.btn-action--status-pending,.btn-action--status-pending:link,.btn-action--status-pending:visited{border-color:#f1c40f;color:#f1c40f}.btn-action--status-pending:hover{color:#f1c40f}.btn-action--status-negotiating,.btn-action--status-negotiating:link,.btn-action--status-negotiating:visited{border-color:#406db8;color:#406db8}.btn-action--status-negotiating:hover{color:#406db8}.btn-action--status-waiting,.btn-action--status-waiting:link,.btn-action--status-waiting:visited{border-color:#cecece;color:#cecece}.btn-action--status-waiting:hover{color:#cecece}.btn-action--status-declined,.btn-action--status-declined:link,.btn-action--status-declined:visited{border-color:#000;color:#000}.btn-action--status-declined:hover{color:#000}.btn-action--status-accepted,.btn-action--status-accepted:link,.btn-action--status-accepted:visited{border-color:#2abb9b;color:#2abb9b}.btn-action--status-accepted:hover{color:#2abb9b}.btn-action--status-paid,.btn-action--status-paid:link,.btn-action--status-paid:visited{border-color:#2abb9b;color:#2abb9b}.btn-action--status-paid:hover{color:#2abb9b}.btn-action--status-unpaid,.btn-action--status-unpaid:link,.btn-action--status-unpaid:visited{border-color:#e45b72;color:#e45b72}.btn-action--status-unpaid:hover{color:#e45b72}.btn-action--status-overdue,.btn-action--status-overdue:link,.btn-action--status-overdue:visited{border-color:#e45b72;color:#e45b72}.btn-action--status-overdue:hover{color:#e45b72}.btn-action.ps-button-danger{background:#e45b72}.btn-filter,.btn-filter:link,.btn-filter:visited{position:relative;text-decoration:none;text-align:center;background:#3a87cb;color:#fff;font-weight:400;padding:7.8px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.btn-filter:hover{text-decoration:none}.btn-filter:active,.btn-filter:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-filter__icon{height:1.2rem;fill:#fff;color:#fff;margin-right:5px}.btn-filter-tag,.btn-filter-tag:link,.btn-filter-tag:visited{position:relative;text-decoration:none;text-align:center;border:1px solid #dedede;color:#767676;font-weight:400;padding:7.8px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.btn-filter-tag:hover{text-decoration:none;color:#767676}.btn-filter-tag:active,.btn-filter-tag:focus{outline:none;border:1px solid #dedede;-webkit-box-shadow:none;box-shadow:none}.btn-filter-tag__icon{height:1.2rem;width:1.2rem;fill:#3a87cb;margin-right:5px}.btn-won,.btn-won:link,.btn-won:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:#2abb9b;color:#fff;font-size:1.4rem;font-weight:400;border-radius:1.3rem;padding:0 2.8rem;height:2.4rem;width:100%}.btn-won:hover{text-decoration:none}.btn-won:active,.btn-won:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-won__icon{height:1.3rem;width:1.3rem;fill:#fff;margin-right:.7rem}.btn-lost,.btn-lost:link,.btn-lost:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:#e45b72;color:#fff;font-size:1.4rem;font-weight:400;border-radius:1.3rem;padding:0 2.8rem;height:2.4rem;width:100%}.btn-lost:hover{text-decoration:none}.btn-lost:active,.btn-lost:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-lost__icon{height:1.3rem;width:1.3rem;fill:#fff;margin-right:.7rem}.btn-stamp,.btn-stamp:link,.btn-stamp:visited{display:inline-block;padding:.9rem 1.5rem;color:#fff;line-height:1;background:#dedede;white-space:nowrap;overflow:hidden;max-width:100%;min-width:15.3rem;text-overflow:ellipsis;font-size:1.3rem;cursor:default;vertical-align:middle;text-align:center;border-radius:5px;height:3.4rem;font-weight:500}@media only screen and (max-width: 87.5em){.btn-stamp,.btn-stamp:link,.btn-stamp:visited{padding:5px 1rem;font-size:1.2rem;min-width:auto;height:auto}}@media only screen and (max-width: 47.93em){.btn-stamp,.btn-stamp:link,.btn-stamp:visited{border-radius:.5rem;padding:.7rem 1rem}}.btn-stamp:hover{color:#fff}.btn-stamp:focus,.btn-stamp.focus{-webkit-box-shadow:none;box-shadow:none}.btn-stamp.red{background:#e45b72;border:1px solid #E45B72}.btn-stamp.red:hover{background:#dd2f4c}.btn-stamp.green{background:#2abb9b;border:1px solid #2abb9b}.btn-stamp.green:hover{background:#219178}.btn-stamp.orange{background:#fad859}.btn-stamp.gray{background:#969696}.btn-stamp.dark-gray{background:#616161}.btn-stamp--dropdown-button{background:#fff;color:#969696;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;border:1px solid #ccc;cursor:pointer}@media only screen and (max-width: 47.93em){.btn-stamp--dropdown-button{border-radius:.5rem;padding:.7rem 1rem;height:auto}}@media only screen and (max-width: 75em){.btn-stamp--dropdown-button:after{vertical-align:1rem;border-top:.4rem solid;border-right:.4rem solid transparent;border-left:.4rem solid transparent}}@media only screen and (max-width: 75em){.btn-stamp--dropdown-button{font-size:1.2rem}}.btn-stamp--dropdown-button:hover,.btn-stamp--dropdown-button:focus,.btn-stamp--dropdown-button:active{background:#f4f2f2;color:#969696;-webkit-transform:none;transform:none;border:1px solid #ccc}@media only screen and (max-width: 75em){.btn-stamp--dropdown-button span{white-space:nowrap;overflow:hidden;max-width:100%;width:100%;text-overflow:ellipsis}}.btn-stamp-new,.btn-stamp-new:link,.btn-stamp-new:visited{display:inline-block;padding:.9rem 1.4rem;color:#475467;line-height:1;background:#fff;font-size:1.3rem;font-weight:500;cursor:default;vertical-align:middle;text-align:center;border-radius:5px;height:3.2rem;margin-left:1rem}.btn-stamp-new:first-child,.btn-stamp-new:link:first-child,.btn-stamp-new:visited:first-child{margin-left:0}@media only screen and (max-width: 47.93em){.btn-stamp-new{height:4.8rem!important;margin-bottom:16px}}.btn-stamp-new:hover{color:#475467}.btn-stamp-new:focus,.btn-stamp-new.focus{-webkit-box-shadow:none;box-shadow:none}.btn-stamp-new.w-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-stamp-new.w-icon .text{margin-left:5px}.btn-stamp-new.lost{background:transparent;border:1px solid #E7EAED;color:#e45b72}.btn-stamp-new.lost:hover{background:#e45b72;border:1px solid #E45B72;color:#fff}.btn-stamp-new.lost:hover .icon-box{border-color:#fff}.btn-stamp-new.lost:hover .icon-box .icon{fill:#fff}.btn-stamp-new.lost .icon-box{width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid #E45B72;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-stamp-new.lost .icon-box .icon{width:.6rem;height:.6rem;fill:#e45b72}.btn-stamp-new.won{background:#dcfae6;border:1px solid #DCFAE6}.btn-stamp-new.won:hover{border:1px solid #c6f7d6;background:#c6f7d6}.btn-stamp-new.won .icon-box{width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid #ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-stamp-new.won .icon-box.without-circle{border:0;border-radius:0}.btn-stamp-new.won .icon-box .icon{width:.6rem;height:.6rem;fill:#fff}.btn-stamp-new.green{background:#dcfae6;border:1px solid #DCFAE6}.btn-stamp-new.green:hover{border:1px solid #c6f7d6;background:#c6f7d6}.btn-stamp-new.green .icon-box{width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid #ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-stamp-new.green .icon-box.without-circle{border:0;border-radius:0}.btn-stamp-new.green .icon-box .icon{width:.6rem;height:.6rem;fill:#fff}.btn-stamp-new.blue{background:#4bb8ff;border:1px solid #4bb8ff;color:#fff}.btn-stamp-new.blue:hover{border:1px solid #22a8ff;background:#22a8ff;color:#fff}.btn-stamp-new.blue .icon{width:1.4rem;height:1.4rem;fill:#fff}.btn-stamp-new.convert{background:#2abb9b;color:#fff}.btn-stamp-new.convert .icon-box{width:1.4rem;height:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-stamp-new.convert .icon-box .icon{width:1.4rem;height:1.4rem;fill:#fff}.btn-stamp-new--dropdown-button{background:#fff;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;border:1px solid #E7EAED;cursor:pointer;color:#404040}@media only screen and (max-width: 37.5em){.btn-stamp-new--dropdown-button{height:4rem}}.btn-stamp-new--dropdown-button:hover{border:1px solid #E7EAED!important;background:#e7eaed!important;color:#404040!important}.btn-stamp-new--dropdown-button:after{color:#404040!important}@media only screen and (max-width: 75em){.btn-stamp-new--dropdown-button:after{vertical-align:1rem;border-top:.4rem solid;border-right:.4rem solid transparent;border-left:.4rem solid transparent}}@media only screen and (max-width: 75em){.btn-stamp-new--dropdown-button{font-size:1.2rem}}.btn-stamp-new--dropdown-button:hover,.btn-stamp-new--dropdown-button:focus,.btn-stamp-new--dropdown-button:active{background:#f4f2f2;color:#969696;-webkit-transform:none;transform:none;border:1px solid #ccc}@media only screen and (max-width: 75em){.btn-stamp-new--dropdown-button span{white-space:nowrap;overflow:hidden;max-width:100%;width:100%;text-overflow:ellipsis}}.btn-stamp-new.link{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-stamp-new.link .icon{width:1rem;height:1rem;margin-left:.4rem}.btn-stamp-new.default{color:#475467;background:#fcfcfd;border:1px solid #EAECF0}.btn-stamp-new.default:hover{color:#fff!important;background:#475467}.btn-stamp-new.default:hover span{color:#fff!important}.btn-stamp-new.default:hover .icon{fill:#fff!important}.btn-choose-partner,.btn-choose-partner:link,.btn-choose-partner:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:#e9e9e9;color:#c1c1c1;font-size:1.5rem;font-weight:400;border-radius:1.3rem;padding:0 1.8rem;height:2.4rem;width:auto}.btn-choose-partner.active{background:#4aae48;color:#fff}.btn-choose-partner.active:hover{color:#fff;cursor:pointer}.btn-choose-partner:hover{text-decoration:none;color:#c1c1c1;cursor:not-allowed}.btn-choose-partner:active,.btn-choose-partner:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-choose-partner__icon{height:1.3rem;width:1.3rem;fill:#fff;margin-right:.7rem}@media only screen and (max-width: 87.5em){.btn-work-contact-wrapper{margin-left:-2.4rem}}.btn-work-contact-wrapper:not(:last-child){margin-bottom:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-work-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:#f7f7f7;border:1px solid #d1d1d1!important;padding:.45rem .7rem;border-radius:5px;color:#6e6e6e;font-size:1.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media only screen and (max-width: 87.5em){.btn-work-contact{width:100%;font-size:1.2rem}}.btn-work-contact:hover{text-decoration:none;background:#c7c7c7;color:#6e6e6e}.btn-work-contact:active,.btn-work-contact:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-work-contact__icon{width:1.2rem;height:1rem;fill:#6e6e6e;margin-right:.6rem}.btn-work-contact__phone-label{color:#5d5d5d;font-size:1.3rem;margin-left:1.5rem}.btn-event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-align:center;background:transparent;border-radius:0;color:#505050;font-size:1.25rem;font-weight:500}@media only screen and (max-width: 87.5em){.btn-event{font-size:1.1rem;padding:.8rem;margin:.5rem!important;width:calc(50% - 1rem)}}@media only screen and (max-width: 29.93em){.btn-event{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}}.btn-event:hover,.btn-event.active{text-decoration:none;color:#505050}.btn-event:active,.btn-event:focus{outline:none;border:none;-webkit-box-shadow:none;box-shadow:none}.btn-event__icon{width:1rem;height:1rem;fill:#505050;margin-right:.6rem}.btn-event:hover .btn-event__icon,.btn-event.active .btn-event__icon{fill:#505050}.btn-event__phone-label{color:#6e6e6e;font-size:1.5rem;margin-left:1.5rem}.btn-event.offer{display:none}.btn-event.offer:hover,.btn-event.offer:active{background:#8e44ad;border:1px solid #8E44AD!important}.btn-edit-small,.btn-edit-small:link,.btn-edit-small:visited{text-decoration:none;text-align:center;background:#f4f4f4;color:#5d5d5d;border:1px solid #d8d8d8;font-size:1.2rem;font-weight:400;border-radius:0;padding:2px .9rem}@media only screen and (max-width: 47.93em){.btn-edit-small,.btn-edit-small:link,.btn-edit-small:visited{font-size:1.1rem;padding:2px .6rem}}.btn-edit-small:hover{text-decoration:none;background:#c7c7c7;border:1px solid #d8d8d8}.btn-edit-small:active,.btn-edit-small:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d8d8d8}.btn-edit-icon,.btn-edit-icon:link,.btn-edit-icon:visited{background:#f4f4f4;padding:.8rem;font-size:1.6rem;border-radius:4px;border:1px solid #eaeaea;color:#408fc7!important;margin-top:.4rem}.btn-edit-icon:hover{text-decoration:none;background:#e4e4e4;border:1px solid #d8d8d8}.btn-edit-icon:active,.btn-edit-icon:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d8d8d8}.btn-edit-icon.sm,.btn-edit-icon.sm:link,.btn-edit-icon.sm:visited{padding:.6rem;font-size:1.4rem}.btn-edit-icon.text{padding:.4rem 1rem;font-size:1.2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-edit-icon.text svg{margin-right:5px;width:1rem;height:1.2rem;fill:#408fc7}.btn-edit-icon-alternate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1);position:relative;z-index:2;-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px #0003;border-radius:50%;background:#2021240f;width:3rem;height:3rem;margin-left:auto}.btn-edit-icon-alternate:hover .btn-edit-icon-alternate__icon{fill:#3a87cb}.btn-edit-icon-alternate:active .btn-edit-icon-alternate__icon{-webkit-transform:scale(1.5);transform:scale(1.5)}.btn-edit-icon-alternate__icon{width:1.2rem;height:1.2rem;-webkit-transition:all .2s;transition:all .2s;fill:#969696}.btn-close-modal,.btn-close-modal:link,.btn-close-modal:visited{border:none;font-weight:400;padding:0;background:transparent;margin-bottom:1.6rem;position:absolute;right:2rem;top:1.2rem;width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}.btn-close-modal:hover{text-decoration:none;background:transparent}.btn-close-modal:active,.btn-close-modal:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;background:transparent!important;border:none!important}.btn-close-modal__icon{width:1.5rem;height:1.5rem;fill:#c4c4c4}.btn-close-modal:hover .btn-close-modal__icon{fill:#3a87cb}.btn-close-modal.video-close{position:relative;top:inherit;right:inherit;margin-left:auto;margin-bottom:5px;background:#fff}.btn-close-modal.video-close .icon{width:1.5rem;height:1.5rem;fill:#404040}.btn-modal-primary,.btn-modal-primary:link,.btn-modal-primary:visited,.btn-modal-primary:disabled,.btn-modal-primary.disabled{background:#2abb9b;color:#fff;border:1px solid #2abb9b;font-size:1.3rem;padding:1rem 2.4rem;border-radius:.5rem;min-width:11rem;width:auto!important}.btn-modal-primary:hover{background:#219178;border-color:#219178;border:1px solid #2abb9b}.btn-modal-primary:active,.btn-modal-primary:focus{outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #2abb9b}.btn-modal-primary.sm{padding:.65rem 2rem;min-width:auto}.btn-modal-primary.green{background:#2abb9b;border-color:#2abb9b}.btn-modal-primary.green:hover{background:#219178;border-color:#219178}.btn-modal-primary.green:active,.btn-modal-primary.green:focus{border-color:#2abb9b}.btn-modal-primary.red{background:#e45b72;border-color:#e45b72}.btn-modal-primary.red:hover{background:#dd2f4c;border-color:#dd2f4c}.btn-modal-primary.red:active,.btn-modal-primary.red:focus{border-color:#e45b72}.btn-modal-primary.task{background:#9e4554;border-color:#9e4554}.btn-modal-primary.task:hover{background:#7b3541;border-color:#7b3541}.btn-modal-primary.task:active,.btn-modal-primary.task:focus{border-color:#9e4554}.btn-modal-primary.resubmission{background:#8e44ad;border-color:#8e44ad}.btn-modal-primary.resubmission:hover{background:#703688;border-color:#703688}.btn-modal-primary.resubmission:active,.btn-modal-primary.resubmission:focus{border-color:#8e44ad}.btn-modal-primary.delete{background:#e45b72;border-color:#e45b72}.btn-modal-primary.delete:hover{background:#dd2f4c;border-color:#dd2f4c}.btn-modal-primary.delete:active,.btn-modal-primary.delete:focus{border-color:#e45b72}.btn-modal-primary.orange{background:#ef6c00;border-color:#ef6c00}.btn-modal-primary.orange:hover{background:#bc5500;border-color:#bc5500}.btn-modal-primary.orange:active,.btn-modal-primary.orange:focus{border-color:#ef6c00}.btn-modal-primary.are-you-sure{background:#ef6c00;border-color:#ef6c00}.btn-modal-primary.are-you-sure:hover{background:#bc5500;border-color:#bc5500}.btn-modal-primary.are-you-sure:active,.btn-modal-primary.are-you-sure:focus{border-color:#ef6c00}.btn-modal-primary.document{background:#34495e;border-color:#34495e}.btn-modal-primary.document:hover{background:#22303d;border-color:#22303d}.btn-modal-primary.document:active,.btn-modal-primary.document:focus{border-color:#34495e}.btn-modal-primary.appointment{background:#0fb9b1;border-color:#0fb9b1}.btn-modal-primary.appointment:hover{background:#0b8a84;border-color:#0b8a84}.btn-modal-primary.appointment:active,.btn-modal-primary.appointment:focus{border-color:#0fb9b1}.btn-modal-primary.contact{background:#408fc7;border-color:#408fc7}.btn-modal-primary.contact:hover{background:#3074a4;border-color:#3074a4}.btn-modal-primary.contact:active,.btn-modal-primary.contact:focus{border-color:#408fc7}.btn-modal-primary.collaborator{background:#675b44;border-color:#675b44}.btn-modal-primary.collaborator:hover{background:#484030;border-color:#484030}.btn-modal-primary.collaborator:active,.btn-modal-primary.collaborator:focus{border-color:#675b44}.btn-modal-primary.tracking-link{background:#ed783f;border-color:#ed783f}.btn-modal-primary.tracking-link:hover{background:#e45915;border-color:#e45915}.btn-modal-primary.tracking-link:active,.btn-modal-primary.tracking-link:focus{border-color:#ed783f}.btn-modal-primary.offer{background:#8e44ad;border-color:#8e44ad}.btn-modal-primary.offer:hover{background:#703688;border-color:#703688}.btn-modal-primary.offer:active,.btn-modal-primary.offer:focus{border-color:#8e44ad}.btn-modal-primary.back-button{background:#818181;border:1px solid #818181;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 2rem;min-width:auto}@media only screen and (max-width: 37.5em){.btn-modal-primary.back-button{width:100%;min-width:100%}}.btn-modal-primary.next-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 2rem;min-width:auto}.btn-modal-primary.next-button:active,.btn-modal-primary.next-button:focus{background:#2abb9b!important;border:1px solid #2abb9b!important}.btn-modal-primary__arrow-icon{fill:#fff;width:1.9rem;height:1.4rem}.btn-modal-primary__arrow-icon.next{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:1rem}.btn-modal-primary__arrow-icon.prev{margin-right:1rem}.btn-modal-primary__check-icon{fill:#fff;width:1.3rem;height:1.4rem;margin-right:.5rem;margin-top:-2px}.btn-modal-primary.deny{background:#404040;color:#fff;border:1px solid #404040}.btn-modal-primary.deny:hover{background:#272727;color:#fff}.btn-modal-primary.blue{background:#4bb8ff;color:#fff;border:1px solid #4bb8ff}.btn-modal-primary.blue:hover{background:#18a4ff;color:#fff}.btn-modal-secondary,.btn-modal-secondary:link,.btn-modal-secondary:visited,.btn-modal-secondary:disabled,.btn-modal-secondary.disabled{background:transparent;color:#656565;border:1px solid #d1d1d1;font-size:1.3rem;padding:1rem 2.4rem;border-radius:.5rem;min-width:11rem}.btn-modal-secondary:hover{background:#656565;color:#fff;border-color:#656565}.btn-modal-secondary:active,.btn-modal-secondary:focus{background:#656565!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #656565!important}.btn-modal-secondary.sm{padding:1rem 2rem;min-width:auto}.btn-modal-secondary.just-icon{min-width:auto;padding:.5rem}.btn-modal-secondary.just-icon .btn-modal-secondary__icon{width:1.1rem;height:1.1rem}.btn-modal-secondary.just-icon:hover .btn-modal-secondary__icon,.btn-modal-secondary.just-icon:focus .btn-modal-secondary__icon,.btn-modal-secondary.just-icon:active .btn-modal-secondary__icon{fill:#fff}.btn-modal-secondary__icon{fill:#656565;width:1.5rem;height:1.5rem}.btn-modal-delete,.btn-modal-delete:link,.btn-modal-delete:visited,.btn-modal-delete:disabled,.btn-modal-delete.disabled{background:transparent;color:#e45b72;border:1px solid #d1d1d1;font-size:1.3rem;padding:1rem 2.4rem;border-radius:.5rem;min-width:11rem}.btn-modal-delete:hover{background:#e45b72;color:#fff;border-color:#e45b72}.btn-modal-delete:active,.btn-modal-delete:focus{background:#e45b72!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #E45B72}.btn-modal-delete.sm{padding:1rem 2rem;min-width:auto}.btn-modal-delete.red-border{border-color:#e45b72}.btn-modal-delete.remove-avatar{width:100%!important;max-width:100%!important;min-width:100%!important;padding:.5rem 1rem;font-size:1.4rem;margin-top:1rem}@media only screen and (max-width: 87.5em){.btn-modal-delete.remove-avatar{font-size:1.3rem;padding:.5rem}}@media only screen and (max-width: 87.5em){.btn-modal-delete.remove-avatar{font-size:1.1rem}}.btn-add-new,.btn-add-new:link,.btn-add-new:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;color:#fff;line-height:1;background:#2abb9b;padding:8px 1rem;border-radius:.25rem;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.2rem;min-width:11rem;margin-left:1rem;text-transform:uppercase;font-weight:500;cursor:default}@media only screen and (max-width: 37.5em){.btn-add-new,.btn-add-new:link,.btn-add-new:visited{min-width:auto}.btn-add-new .btn-add-new__icon,.btn-add-new:link .btn-add-new__icon,.btn-add-new:visited .btn-add-new__icon{margin-right:0}.btn-add-new .btn-add-new__text,.btn-add-new:link .btn-add-new__text,.btn-add-new:visited .btn-add-new__text{display:none}}.btn-add-new:not(:last-child),.btn-add-new:link:not(:last-child),.btn-add-new:visited:not(:last-child){margin-right:1.2rem}.btn-add-new.sm,.btn-add-new:link.sm,.btn-add-new:visited.sm{padding:5px 1rem;min-width:auto;font-size:1.4rem}.btn-add-new:hover{color:#fff}.btn-add-new:focus,.btn-add-new.focus{-webkit-box-shadow:none;box-shadow:none}.btn-add-new.sm .btn-add-new__icon{width:1.1rem;height:1.1rem}.btn-add-new__icon{width:.8rem;height:.8rem;fill:#fff;margin-right:.6rem}.btn-add-new.offer-add-new{width:3rem;height:3rem;min-width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin-left:0}.btn-add-new__table-header{height:3.4rem}@media only screen and (max-width: 87.5em){.btn-add-new__table-header{min-width:3.2rem}}@media only screen and (max-width: 87.5em){.btn-add-new__table-header span{display:none!important}}@media only screen and (max-width: 87.5em){.btn-add-new__table-header .btn-add-new__icon{margin-right:0}}.btn-add-new--default{background:transparent;border:0}.btn-add-new--default .circle-plus{width:22px;height:22px;fill:#d5d9eb}.btn-add-new--default:hover .circle-plus{fill:#4bb8ff}.btn-delete,.btn-delete:link,.btn-delete:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:5px;color:#fff;line-height:1;background:#e45b72;padding:8px 1rem;border-radius:.25rem;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.5rem;min-width:11rem;margin-left:1rem;cursor:default}.btn-delete:not(:last-child),.btn-delete:link:not(:last-child),.btn-delete:visited:not(:last-child){margin-right:1.2rem}.btn-delete.sm,.btn-delete:link.sm,.btn-delete:visited.sm{padding:5px 1rem;min-width:auto;font-size:1.4rem}.btn-delete:hover{color:#fff}.btn-delete:focus,.btn-delete.focus{-webkit-box-shadow:none;box-shadow:none}.btn-delete.sm .btn-delete__icon{width:1.1rem;height:1.1rem}.btn-delete__icon{width:1.2rem;height:1.2rem;fill:#fff;margin-right:.5rem}.btn-delete.border{border:1px solid #E45B72!important;background:transparent;color:#e45b72}.btn-delete.border .btn-delete__icon{fill:#e45b72}.btn-customer,.btn-customer:link,.btn-customer:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem;background:transparent;border-radius:.5rem;max-width:100%;min-width:8rem;border:1px solid #c6c6c6}.btn-customer:hover{background:#c6c6c6;border:1px solid #c6c6c6}.btn-customer:hover .btn-customer__icon{fill:#8e8e8e}.btn-customer:focus,.btn-customer.focus{-webkit-box-shadow:none;box-shadow:none;border:1px solid #c6c6c6}.btn-customer__icon{width:2rem;height:1.6rem;fill:#8e8e8e}.btn-get-link,.btn-get-link:link,.btn-get-link:visited{background:#ed783f;color:#fff!important;font-size:1.2rem!important;padding:2px 1rem;border-radius:1.3rem;margin-left:4px}.btn-add-participant,.btn-add-participant:link,.btn-add-participant:visited{font-weight:500;color:#2abb9b;border:1px solid #2abb9b;padding:.8rem;font-size:1.3rem;border-radius:.5rem;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-add-participant:hover,.btn-add-participant:active,.btn-add-participant:focus{color:#2abb9b;-webkit-box-shadow:none;box-shadow:none;border:1px solid #2abb9b}.btn-add-participant__icon{fill:#2abb9b;width:1.2rem;height:1.2rem;margin-right:.5rem}.btn-work-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border-radius:5px;width:2.8rem;height:3rem;border:1px solid #CECECE;background:#fff}.table-list-container .btn-work-action{width:2.6rem;height:2.6rem;border-color:#e0e0e0}.tabs__content--body.work .btn-work-action{width:3.2rem;height:3.2rem;background:#fcfcfd;border-color:#eaecf0}.tabs__content--body.work .btn-work-action:hover{background:#475467!important;border-color:#475467!important}.tabs__content--body.work .btn-work-action:hover svg{fill:#fff!important}.btn-work-action:disabled{opacity:.5;cursor:not-allowed}.btn-work-action.small{width:2.4rem;height:2.4rem}.btn-work-action__icon{width:1.1rem;height:1.1rem;fill:#909090}.btn-work-action.small .btn-work-action__icon{height:1rem}.btn-work-action:not(:last-child){margin-right:1.2rem}.btn-work-action--dropdown-button{margin-right:0!important;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-work-action--dropdown-button:hover,.btn-work-action--dropdown-button:active,.btn-work-action--dropdown-button:focus{border:1px solid #e3e3e3!important;background:#fff!important}.btn-work-action--dropdown-button:after{display:none!important}.btn-work-action--table-dropdown-button{margin-right:0!important;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.btn-work-action--table-dropdown-button:hover,.btn-work-action--table-dropdown-button:active,.btn-work-action--table-dropdown-button:focus{border:1px solid #475467!important;background:#475467!important}.btn-work-action--table-dropdown-button:hover svg,.btn-work-action--table-dropdown-button:active svg,.btn-work-action--table-dropdown-button:focus svg{fill:#fff!important}.btn-work-action--table-dropdown-button:after{display:none!important}.btn-work-action--table-subdropdown{width:100%;border:0;padding:1.2rem 2rem;margin:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.3rem;height:auto;background:#fff;border-radius:0;border:0!important;background:#fff!important;color:#404040!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-work-action--table-subdropdown:visited,.btn-work-action--table-subdropdown:link,.btn-work-action--table-subdropdown:active,.btn-work-action--table-subdropdown:focus,.btn-work-action--table-subdropdown:hover{background:#f4f2f2!important;color:#4bb8ff!important;border:0!important}.btn-work-action--table-subdropdown:disabled{background:#fff!important;color:#666!important}.btn-work-action--table-subdropdown:disabled:hover{background:#fff!important;color:#666!important}.btn-work-action.card-btn__work-action{display:none}@media only screen and (max-width: 75em){.btn-work-action.card-btn__work-action{display:-webkit-box;display:-ms-flexbox;display:flex}}.btn-work-action__color{width:1.6rem;height:1.6rem;border-radius:50%;border:1px solid #EAEAEA;margin-right:.8rem;margin-bottom:1px}.btn-work-action__color.red{background-color:#e45b72}.btn-work-action__color.yellow{background-color:#fad859}.btn-work-action__color.green{background-color:#2abb9b}.btn-work-action__color.blue{background-color:#3a87cb}.btn-work-action__color.empty{background-color:#fff}.table-buttons .btn-work-action:hover{background:#475467;border:1px solid #475467!important}.table-buttons .btn-work-action:hover svg{fill:#fff!important}.btn-edit{width:3rem;height:3rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1);-webkit-box-shadow:0 0 3px rgba(0,0,0,.2117647059);box-shadow:0 0 3px #00000036;position:relative;z-index:2;background:#2021240f}.btn-edit__icon{width:1.2rem;height:1.2rem;-webkit-transition:all .2s;transition:all .2s;fill:#969696}.btn-edit:hover .btn-edit__icon{fill:#3a87cb}.btn-edit:active .btn-edit__icon{-webkit-transform:scale(1.5);transform:scale(1.5)}.btn-project-show-more{color:#969696;text-align:center;display:inline-block;border:1px solid #c1c1c1;border-radius:1.3rem;padding:6px 1.2rem;line-height:1;font-size:1.4rem}.btn-project-show-more-wrapper{display:block;text-align:center}.btn-pdf-controller,.btn-pdf-controller:link,.btn-pdf-controller:visited{font-weight:500;color:#ccc;border:1px solid #ccc;padding:.8rem;font-size:1.3rem;border-radius:.5rem;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-pdf-controller:hover,.btn-pdf-controller:active,.btn-pdf-controller:focus{color:#3a87cb;-webkit-box-shadow:none;box-shadow:none;border:1px solid #ccc}.btn-pdf-controller__icon{fill:#929292;width:1.2rem;height:1.2rem}.btn-pdf-controller.next{-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:.5rem}.btn-pdf-controller.plus{margin-left:.5rem}.btn-remove-rounded,.btn-remove-rounded:link,.btn-remove-rounded:visited{background:#efefef;padding:5px;border-radius:50%;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-remove-rounded:hover{text-decoration:none}.btn-remove-rounded:active,.btn-remove-rounded:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;background:#efefef!important;border:none!important}.btn-remove-rounded__icon{width:1.2rem;height:1.2rem;fill:#e45b72}.btn-remove-rounded.sm{width:2rem;height:2rem}.btn-remove-rounded.sm .btn-remove-rounded__icon{width:1rem;height:1rem}.btn-add-rounded,.btn-add-rounded:link,.btn-add-rounded:visited{background:#2abb9b;padding:5px;border-radius:50%;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-add-rounded:hover{text-decoration:none}.btn-add-rounded:active,.btn-add-rounded:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;background:#2abb9b!important;border:none!important}.btn-add-rounded__icon{width:1.2rem;height:1.2rem;fill:#fff}.btn-add-rounded__icon.social{width:1rem;height:1rem}.btn-add-rounded.social,.btn-add-rounded.social:link,.btn-add-rounded.social:visited{background:#408fc7;width:3.4rem;height:3.4rem}.btn-add-rounded.social:active,.btn-add-rounded.social:focus{background:#408fc7!important}.btn-edit-rounded,.btn-edit-rounded:link,.btn-edit-rounded:visited{background:#efefef;padding:5px;border-radius:50%;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-edit-rounded:hover{text-decoration:none}.btn-edit-rounded:active,.btn-edit-rounded:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;background:#efefef!important;border:none!important}.btn-edit-rounded__icon{width:1.2rem;height:1.2rem;fill:#3a87cb}.btn-edit-rounded.social,.btn-edit-rounded.social:link,.btn-edit-rounded.social:visited{background:#408fc7;width:3.4rem;height:3.4rem}.btn-edit-rounded.social:active,.btn-edit-rounded.social:focus{background:#408fc7!important}.btn-edit-rounded.sm{width:2.2rem;height:2.2rem}.btn-edit-rounded.no-access,.btn-edit-rounded.no-access:hover,.btn-edit-rounded.no-access:active,.btn-edit-rounded.no-access:focus{background:#dedede!important;cursor:not-allowed}.btn-comment{background:#408fc7;color:#fff;padding:.8rem 2rem;border-radius:1rem;font-size:1.3rem;font-weight:500}.btn-show-more{background:#fff;color:#408fc7;border:1px solid #408fc7;padding:.8rem 2.2rem;border-radius:1rem;font-size:1.4rem;font-weight:500}.btn-show-more:hover{color:#408fc7}.btn-show-more:focus{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #408fc7!important}.btn-add-new-alternate{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;color:#484848}.btn-add-new-alternate:hover{color:#484848}.btn-add-new-alternate:not(:last-child){margin-right:3.2rem}.btn-add-new-alternate:first-child{margin-left:3.9rem}.btn-add-new-alternate__icon-box{width:3rem;height:3rem;background:#e6e6e6;border-radius:50%;margin-right:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.btn-add-new-alternate__icon{width:1.2rem;height:1.2rem;fill:#636363}.btn-add-new-alternate.small-icon .icon-box{width:14px;height:14px;border-radius:50%}.btn-add-new-alternate.icon-green .icon-box{background:#2abb9b}.btn-add-new-alternate.icon-green .icon{fill:#fff;width:8px;height:8px}.btn-add-new-alternate.text-blue{color:#3a87cb;font-weight:500}.btn-change-table-view{width:3.4rem;height:3.4rem;border:1px solid #EAEAEA;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.5rem;background:#fff}@media only screen and (max-width: 47.93em){.btn-change-table-view{width:4rem;height:4rem;padding:1.05rem}}.btn-change-table-view:active,.btn-change-table-view:focus{border:1px solid #EAEAEA;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-change-table-view__icon{height:1.5rem;width:1.5rem;fill:#444;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.btn-change-table-view.text-only{margin-left:1rem;width:auto;font-size:1.3rem;font-weight:500;color:#767676;margin:0 auto}.btn-change-table-view.w-30{width:30px;height:30px}.switch-btn-box{width:15rem;height:4rem;padding:.6rem 1.4rem;border:1px solid #EAEAEA;border-radius:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin-top:-1rem}@media only screen and (max-width: 87.5em){.switch-btn-box{width:48%!important;margin-top:1rem}}@media only screen and (max-width: 29.93em){.switch-btn-box{width:100%!important}}.switch-btn-box__text{font-size:1.35rem;font-weight:500;color:#444}.switch-btn-box.services{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:16px}.switch-btn-box.services .switch-btn-box__text{margin-right:8px}.empty-field-add-new{font-size:1.3rem;color:#8c8c8c!important;border:1px dashed #c9c9c9;border-radius:5px;padding:4px 1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400}@media only screen and (max-width: 29.93em){.empty-field-add-new__text{display:none}}.empty-field-add-new:hover{border-color:#989898;-webkit-transition:all .2s;transition:all .2s;text-decoration:none}.empty-field-add-new__icon{fill:#969696;width:1rem;height:1rem;margin-right:.5rem}@media only screen and (max-width: 29.93em){.empty-field-add-new__icon{margin-right:0}}.multi-select-buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:2rem}.btn-ms-action,.btn-ms-action:link,.btn-ms-action:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;padding:5px;color:#fff;line-height:1;background:#969696;padding:5px 1rem;border-radius:.25rem;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.4rem;cursor:default;margin:0 .5rem}.btn-ms-action:hover{color:#fff}.btn-ms-action:focus,.btn-ms-action.focus{-webkit-box-shadow:none;box-shadow:none}.btn-ms-action.green{background:#2abb9b}.btn-ms-action.orange{background:#ef6c00}.btn-ms-action.red{background:#e45b72}.btn-ms-action__icon{width:1.1rem;height:1.1rem;fill:#fff;margin-right:.5rem}.btn-remove-nested-table{height:3.4rem;border:1px solid #E45B72;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;width:auto;font-size:1.3rem;font-weight:500;background:#e45b72;color:#fff!important}.btn-remove-nested-table:hover,.btn-remove-nested-table:active,.btn-remove-nested-table:focus{border:1px solid #E45B72;background:#e45b72;color:#fff!important}.btn-remove-nested-table__icon{width:1.6rem;height:1.6rem;fill:#fff}.btn-table-badge{height:3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;width:auto;font-size:1.3rem;font-weight:500;background:#3a87cb;color:#fff!important;padding:8px 1rem;border-radius:.25rem}.btn-table-badge.orange{background:#ef6c00}.btn-table-badge.green{background:#2abb9b}.btn-table-badge.red{background:#e45b72}.btn-table-badge__icon{width:1.1rem;height:1.1rem;margin-right:.5rem;fill:#fff}.btn-remove-filter{height:2.8rem;border:1px solid #3A87CB;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1rem;width:auto;font-size:1.2rem;font-weight:500;background:#3a87cb;color:#fff!important}.btn-remove-filter:hover,.btn-remove-filter:active,.btn-remove-filter:focus{border:1px solid #3A87CB;background:#3a87cb;color:#fff!important}.btn-remove-filter__icon{width:1.1rem;height:1.1rem;margin-right:.5rem;fill:#fff}.btn-remove-filter.border{background:transparent;color:#404040!important;border:#404040}.btn-remove-filter.border:hover,.btn-remove-filter.border:active,.btn-remove-filter.border:focus{border:1px solid #404040;background:transparent;color:#404040!important}.btn-remove-filter.border .btn-remove-filter__icon{fill:#404040}.btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-wrap__justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.btn-wrap__justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width: 29.93em){.btn-wrap.m-item-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 75em){.card-button:focus,.card-button:visited{background:transparent}}.btn-action-xs{background:#cecece;width:1.6rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;min-width:1.6rem}.btn-action-xs__icon{width:1rem;height:1rem;fill:#fff}.btn-action-xs.green{background:#2abb9b}.btn-action-xs.orange{background:#ef6c00}.btn-action-xs.red{background:#e45b72}.btn-feed-action{background:#f8f8f8;padding:.8rem 1.7rem;border-radius:1rem;color:#5d5d5d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;font-size:1.4rem;line-height:1}.btn-feed-action:not(:last-child){margin-right:2rem}.btn-feed-action:hover{background:#f4f2f2}.btn-feed-action__icon{height:1.4rem;width:2rem;fill:#5d5d5d;margin-right:.7rem}.btn-feed-action.document .btn-feed-action__icon{fill:#408fc7}.btn-feed-action.photo .btn-feed-action__icon{fill:#e45b72}.btn-feed-action.video .btn-feed-action__icon{fill:#ef6c00}.btn-membership-action{background:#f4f4f4;border:1px solid #bfbfbf;color:#525252;min-width:22rem;padding:1rem 2rem;margin-left:auto;margin-right:auto;font-size:1.8rem;border-radius:2rem;margin-top:auto;-webkit-transition:all .2s ease;transition:all .2s ease}@media only screen and (max-width: 87.5em){.btn-membership-action{min-width:90%;padding:.8rem 2rem}}@media only screen and (max-width: 47.93em){.btn-membership-action{min-width:22rem}}@media only screen and (max-width: 29.93em){.btn-membership-action{min-width:95%}}.btn-membership-action.selected,.btn-membership-action:hover,.btn-membership-action:active,.btn-membership-action:focus{background:#2abb9b;border:1px solid #2abb9b;color:#fff;-webkit-box-shadow:none;box-shadow:none}.bt-actions-wrapper{margin-top:5rem;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 62em){.bt-actions-wrapper{grid-template-columns:2fr 1fr}}@media only screen and (max-width: 47.93em){.bt-actions-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.bt-actions-wrapper__left-group{margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width: 47.93em){.bt-actions-wrapper__left-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:inherit}}@media only screen and (max-width: 23.75em){.bt-actions-wrapper__left-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.bt-actions-wrapper__left-group .btn-bt-reset{margin-left:0!important;margin-top:1rem}}.bt-actions-wrapper__right-group{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 47.93em){.bt-actions-wrapper__right-group{margin-left:inherit;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:3rem}}.bt-actions-wrapper__right-group .join-bt-pagination{margin-right:auto;border:1px solid #ededed;width:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;padding:3px 0;color:#767676}.bt-actions-wrapper__right-group .join-bt-pagination span:first-child{font-weight:500}.bt-actions-wrapper__right-group .join-bt-pagination span:nth-child(2){margin:0 5px}.join-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex}.btn-bt-primary,.btn-bt-primary:link,.btn-bt-primary:visited,.btn-bt-primary:disabled,.btn-bt-primary.disabled{background:#3a87cb;color:#fff;font-size:1.4rem;padding:1rem 2rem;border-radius:0;border:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:2rem;-webkit-transition:background .1s ease;transition:background .1s ease;min-width:13rem}.btn-bt-primary:hover{background:#3a87cb;color:#fff;background:#2c6da6}.btn-bt-primary:active,.btn-bt-primary:focus{background:#2c6da6;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #d8d8d8!important}.btn-bt-primary.green{background:#2abb9b}.btn-bt-primary.green:hover{background:#2abb9b;color:#fff}.btn-bt-primary.green:active,.btn-bt-primary.green:focus{background:#2abb9b!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #d8d8d8!important}.btn-bt-primary__next-icon{width:1.2rem;height:1.2rem;margin-left:5px;fill:#fff}.btn-bt-secondary,.btn-bt-secondary:link,.btn-bt-secondary:visited{background:#fff;color:#868686;font-size:1.4rem;padding:1rem 2rem;border-radius:0;border:1px solid #d8d8d8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .1s ease;transition:all .1s ease;min-width:13rem}.btn-bt-secondary:hover{background:#818181;color:#fff}.btn-bt-secondary:hover .btn-bt-secondary__prev-icon{fill:#fff}.btn-bt-secondary:active,.btn-bt-secondary:focus{background:#818181!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #d8d8d8!important}.btn-bt-secondary__prev-icon{width:1.2rem;height:1.2rem;margin-right:5px;fill:#868686}.btn-back,.btn-back:link,.btn-back:visited{background:#ededed;padding:.6rem 1rem;font-size:1.5rem;border-radius:5px;border:0;color:#7d7d7d!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-back:hover{text-decoration:none;background:#e4e4e4;border:0}.btn-back:active,.btn-back:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border:0}.btn-back__icon{margin-right:1rem;width:.7rem;height:1.2rem;fill:#7d7d7d}.btn-info,.btn-info:link,.btn-info:visited,.btn-info:disabled,.btn-info.disabled{background:#0fb9b1;color:#fff;font-size:1.6rem;padding:1rem 2rem;border-radius:0;border:1px solid transparent}@media only screen and (max-width: 37.5em){.btn-info,.btn-info:link,.btn-info:visited,.btn-info:disabled,.btn-info.disabled{font-size:1.4rem}}.btn-info:hover{background:#0fb9b1;color:#fff;border:1px solid #0FB9B1}.btn-info:active,.btn-info:focus{background:#0fb9b1!important;color:#fff;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid #0FB9B1!important}.btn-info.sm{font-size:1.4rem;padding:1rem 1.8rem}.btn-bt-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;color:#969696!important;border:1px solid #eee;padding:0 5px;border-radius:1rem}.btn-bt-reset:not(:first-child){margin-left:1rem}.btn-bt-reset__icon{width:1.2rem;height:1.1rem;fill:#ef6c00;margin-right:.5rem}.btn-bt-reset:hover{color:#ef6c00!important}.btn-bt-reset:hover .btn-bt-reset__icon{fill:#ef6c00}.btn-bt-delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;color:#969696!important;border:1px solid #eee;padding:0 5px;border-radius:1rem}.btn-bt-delete__icon{width:1.2rem;height:1.1rem;fill:#e45b72;margin-right:.5rem}.btn-bt-delete:hover{color:#dd2f4c!important}.btn-bt-delete:hover .btn-bt-reset__icon{fill:#dd2f4c}.btn-bt-activate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;color:#969696!important;border:1px solid #eee;padding:0 5px;border-radius:1rem}.btn-bt-activate__icon{width:1.2rem;height:1.1rem;fill:#2abb9b;margin-right:.5rem}.btn-bt-activate:hover{color:#219178!important}.btn-bt-activate:hover .btn-bt-reset__icon{fill:#219178}.bt-btn,.bt-btn:link,.bt-btn:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d8d8d8;padding:1rem 2rem;font-size:1.6rem;color:#868686;border:1px solid #d8d8d8}.bt-btn:hover{background:#cacaca;color:#868686;border:1px solid #d8d8d8}.bt-btn:active,.bt-btn:visited,.bt-btn:focus{background:#cacaca!important;border:1px solid #d8d8d8;color:#868686;outline:none;-webkit-box-shadow:none!important;box-shadow:none!important}.bt-btn.sm{font-size:1.4rem;padding:1rem 1.8rem}.bt-btn.dark-gray{background:#868686;color:#fff;border:1px solid #868686}.bt-btn.dark-gray:hover,.bt-btn.dark-gray:active,.bt-btn.dark-gray:visited,.bt-btn.dark-gray:focus{color:#fff!important;background-color:#6f6f6f!important}.bt-btn.blue{background:#3a87cb;color:#fff;border:1px solid #3A87CB}.bt-btn.blue:hover,.bt-btn.blue:active,.bt-btn.blue:visited,.bt-btn.blue:focus{color:#fff!important;background:#004b81!important}.bt-btn.green{background:#2abb9b;color:#fff;border:1px solid #2abb9b}.bt-btn.green:hover,.bt-btn.green:active,.bt-btn.green:visited,.bt-btn.green:focus{border:1px solid #219178!important;color:#fff;background-color:#219178!important}.bt-btn.info{background:transparent;border:1px solid #3A87CB;color:#3a87cb}.bt-btn.info:hover,.bt-btn.info:active,.bt-btn.info:visited,.bt-btn.info:focus{border:1px solid #3A87CB!important;color:#fff;background-color:#004b81!important}.quali-btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.quali-btn-group .btn{margin-right:1rem}.quali-btn-group .btn.quali-delete{background:#e45b72;color:#fff;border:1px solid #E45B72}.quali-btn-group .btn.quali-delete:focus,.quali-btn-group .btn.quali-delete:active,.quali-btn-group .btn.quali-delete:visited{background:#e45b72!important;color:#fff!important;border:1px solid #E45B72!important}.button-group{padding:2.4rem 0 0}.button-group.v-group{display:grid;grid-row-gap:1.3rem}.button-group.coworkers{padding:0;margin-left:auto}@media only screen and (max-width: 100em){.button-group.coworkers{margin-left:0;margin-top:1rem}}@media only screen and (max-width: 87.5em){.button-group.coworkers.has-contact{width:100%}}.button-group.w-dropdown{border:1px solid #E7EAED;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button,.button:link,.button:visited{text-decoration:none;background:transparent;border:none;font-size:1.2rem;border-radius:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.6rem 1.5rem;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.button:hover{color:#fff}.button:active,.button:focus{outline:none;border:none}.button.sm{padding:.4rem 1.2rem}.button.blue{background:#2e4f90;color:#fff;white-space:nowrap}.button.blue:hover{background:#223a69}.button.green{background:#2abb9b;color:#fff;white-space:nowrap}.button.green:hover{background:#219178}.button.dark-blue{background:#43536c;color:#fff;white-space:nowrap}.button.dark-blue:hover{background:#2f3b4d}.button.button-back{border:1px solid #EAEAEA;background:#fff;width:2.5rem;height:2.5rem;padding:0;margin-right:1.4rem}.button.button-back__text{display:none}.button__back-icon{width:1rem;height:1rem;fill:#404040}.button.feature-read-more{padding:0;color:#406db8}.button.feature-read-more:hover{color:#43536c}.button.hide-button{padding:4px}.button.hide-button .icon{width:16px;height:16px}.button.hide-button .icon.fill-gray-500{fill:#667085}.add-new-feature{width:100%;border:1px dashed rgba(67,83,108,.3);color:#43536c80;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-transform:uppercase;font-size:1.1rem;font-weight:600;padding:1rem 1.6rem;border-radius:0;-webkit-transition:all .3s ease;transition:all .3s ease}.add-new-feature:hover,.add-new-feature:active,.add-new-feature:focus{border:1px dashed rgba(67,83,108,.7);color:#43536cb3}.add-new-feature:hover .add-new-feature__add-icon,.add-new-feature:active .add-new-feature__add-icon,.add-new-feature:focus .add-new-feature__add-icon{fill:#43536cb3}.add-new-feature:nth-child(2){margin-top:1rem}.add-new-feature__icon{width:1.1rem;min-width:1.1rem;height:1.1rem;min-height:1.1rem;fill:#43536c80;margin-right:1rem}.add-new-feature__icon.white{fill:#fff}.add-new-feature span{text-align:left}.edit-feature-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2.6rem;height:2.6rem;border-radius:50%;background:#404040;padding:0}.edit-feature-button.transparent{background:transparent}.edit-feature-button__icon{width:1.2rem;height:1.2rem;fill:#fff}.edit-feature-button__icon.gray{fill:#bababa}.download-feature-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2.6rem;height:2.6rem;border-radius:50%;background:#404040;padding:0}.download-feature-button.transparent{background:transparent}.download-feature-button__icon{width:1.2rem;height:1.2rem;fill:#fff}.download-feature-button__icon.gray{fill:#bababa}.delete-feature-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2.6rem;height:2.6rem;border-radius:50%;background:#404040;padding:0}.delete-feature-button__icon{width:1.2rem;height:1.2rem;fill:#fff}.btn-add-new-rounded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;color:#404040}.btn-add-new-rounded:hover{color:#000}.btn-add-new-rounded__icon-box{width:2rem;height:2rem;background:#e6e6e6;border-radius:50%;margin-right:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.btn-add-new-rounded__icon{width:.8rem;height:.8rem;fill:#404040}.add-tag-button{background:transparent;border:1px dashed rgba(67,83,108,.3);color:#404040;font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0;border-radius:5px;-webkit-transition:all .3s ease;transition:all .3s ease;padding:0 .7rem}.add-tag-button:focus,.add-tag-button:link,.add-tag-button:hover{border:1px dashed rgba(67,83,108,.7);outline:0}.add-tag-button__icon{width:.8rem;height:.8rem;fill:#404040;margin-right:.7rem;margin-left:.3rem}.btn-table-list-header{width:3.4rem;height:3.4rem;background:#fcfcfd;border:1px solid #E5E7EB;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.5rem}@media only screen and (max-width: 47.93em){.btn-table-list-header{width:3.4rem;height:3.4rem}}.btn-table-list-header:active,.btn-table-list-header:focus{border:1px solid #EAEAEA;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-table-list-header.active{background:#3a87cb;border-color:#3a87cb}.btn-table-list-header.active .btn-table-list-header__icon{fill:#fff;width:18px;height:18px}.btn-table-list-header__icon{width:1.5rem;height:1.5rem;fill:#444;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.btn-table-list-header__icon.sort{width:2rem;height:1.2rem}.btn-table-list-header.filter-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.btn-table-list-header__count-badge{border-radius:10rem;position:absolute;top:-.6rem;right:-.6rem;font-size:1.1rem;padding:2px .4rem;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;line-height:1;text-align:center;white-space:nowrap;color:#fff;background:#e45b72;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.07);box-shadow:0 3px 6px #00000012}.btn-table-list-header .icon{fill:#101828}.btn-new-filter{padding:0 .9rem;border:1px solid #2abb9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;font-size:1.2rem;font-weight:500;background:#2abb9b;color:#fff!important;border-radius:.3rem;margin-top:3px;margin-bottom:3px;height:3rem;line-height:3rem}.btn-new-filter:hover,.btn-new-filter:active,.btn-new-filter:focus{border:1px solid #219178;background:#219178;color:#fff!important}.btn-new-filter__icon{width:1rem;height:1rem;margin-right:.5rem;fill:#fff}.btn-zendesk-chat{background:#4bb8ff;width:4.8rem;height:4.8rem;border-radius:50%;position:fixed;right:1.6rem;bottom:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 40em){.btn-zendesk-chat{display:none}}.btn-zendesk-chat__icon{min-width:2rem;min-height:2rem;height:2rem;width:2rem;fill:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cg id='Layer_4'%3E%3Cpath fill='%23ffffff' d='M11,12.3V13c0,0-1.8,0-2,0v-0.6c0-0.6,0.1-1.4,0.8-2.1c0.7-0.7,1.6-1.2,1.6-2.1c0-0.9-0.7-1.4-1.4-1.4 c-1.3,0-1.4,1.4-1.5,1.7H6.6C6.6,7.1,7.2,5,10,5c2.4,0,3.4,1.6,3.4,3C13.4,10.4,11,10.8,11,12.3z'%3E%3C/path%3E%3Ccircle fill='%23ffffff' cx='10' cy='15' r='1'%3E%3C/circle%3E%3Cpath fill='%23ffffff' d='M10,2c4.4,0,8,3.6,8,8s-3.6,8-8,8s-8-3.6-8-8S5.6,2,10,2 M10,0C4.5,0,0,4.5,0,10s4.5,10,10,10s10-4.5,10-10S15.5,0,10,0 L10,0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-size:100%;background-position:center center}.table-btn-action{width:2.8rem;height:2.8rem;background:#404040;color:#fff;border:0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-btn-action:hover{background:#272727}.table-btn-action:link,.table-btn-action:focus,.table-btn-action:active{outline:0}.table-btn-action__icon{width:1.4rem;height:1.4rem;fill:#fff}.table-btn-action__icon.convert-person{width:1.2rem}.table-btn-action.green{background:#2abb9b}.table-btn-action.green:hover{background:#219178}.table-btn-action.blue{background:#406db8}.table-btn-action.blue:hover{background:#335792}.table-btn-action.red{background:#e45b72}.table-btn-action.red:hover{background:#dd2f4c}.table-btn-action.border-blue{background:#fff;border:1px solid #406DB8}.table-btn-action.border-blue .table-btn-action__icon{fill:#406db8}.table-btn-action.border-green{background:#fff;border:1px solid #2abb9b}.table-btn-action.border-green .table-btn-action__icon{fill:#2abb9b}.table-btn-action.border-gray{background:#fff;border:1px solid #afafaf}.table-btn-action.border-gray .table-btn-action__icon{fill:#afafaf}.table-btn-action.accordion-toggle{background:#cecece}.table-btn-action.accordion-toggle:hover{outline:0;background:#b5b5b5}.table-btn-action.accordion-toggle:focus,.table-btn-action.accordion-toggle:link{border:0;outline:0}.table-btn-action.accordion-toggle .table-btn-action__icon{width:1.4rem;height:1.4rem;fill:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table-btn-action.accordion-toggle.active{background:#404040}.table-btn-action.accordion-toggle.active .table-btn-action__icon{-webkit-transform:rotate(0deg);transform:rotate(0)}.table-btn-action.download-pdf{background-color:transparent;padding:0}.table-btn-action.download-pdf .icon{width:21px;height:21px;fill:#e45b72}.btn-close,.btn-close:link,.btn-close:visited{text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;cursor:pointer}.btn-close:hover{color:#fff}.btn-close:active,.btn-close:focus{outline:0;border:0;-webkit-box-shadow:none;box-shadow:none}.btn-close.bg-red{background:#e45b72}.btn-close__icon{width:1.3rem;height:1.3rem}.btn-close__icon.white{fill:#fff}.btn-close.circle{width:3rem;height:3rem;border-radius:50%}.btn-close--side-view{width:24px;height:24px;background:#b3b8db;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;-ms-flex-negative:0;flex-shrink:0}.btn-close--side-view .icon{width:12px;height:12px;fill:#fff}.btn-detail,.btn-detail:focus,.btn-detail:active{color:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #3A87CB;border-radius:5px;padding:4px .8rem}.btn-detail:hover{color:#2c6da6}.btn-detail__icon{width:1.1rem;height:1.1rem;fill:#3a87cb;margin-right:.5rem}.btn-detail span{font-size:1.3rem}.button-copy,.button-copy:link,.button-copy:visited{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;background:transparent}.cropper-actions-wrapper{background:#f6f6f6;padding:1rem 1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem}.cropper-btn-group-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.cropper-btn-group{border-right:1px solid #e3e3e3;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:1.2rem;padding-right:1.2rem}.cropper-btn-group:last-child{border-right:0;margin-right:0;padding-right:0}.cropper-btn,.cropper-btn:focus,.cropper-btn:active,.cropper-btn:link{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;background:transparent;padding:.7rem;margin:0 .6rem}.cropper-btn.zoom-btn{padding:.6rem}.cropper-btn__icon{width:100%;height:100%;fill:#202020}.cropper-btn__icon.move{width:92%;height:92%}.cropper-btn__icon.move.left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cropper-btn__icon.move.up{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cropper-btn__icon.move.down{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cropper-btn__icon.rotate.reverse-clockwise{-webkit-transform:scale(-1,1);transform:scaleX(-1)}.cropper-btn__icon.flip.vertical{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cropper-btn__icon.flip.vertical.reverse{-webkit-transform:rotate(0);transform:rotate(0)}.cropper-btn__icon.flip.horizontal{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cropper-btn__icon.flip.horizontal.reverse{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.cropper-btn.reset{width:auto;height:auto;margin-left:auto;text-decoration:underline;color:#202020}.btn-new-text{white-space:nowrap}.btn-new-text:hover{text-decoration:none}.btn-new-text__icon{width:.8rem;height:.8rem;fill:#505050}.btn-new-text__text{color:#505050;font-size:1.25rem;margin-left:.5rem}.btn-new-text--rounded{background:#d5d9eb;border-radius:50%;width:18px;height:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-new-text--rounded svg{width:10px;height:10px;fill:#fff}.btn-new-text--rounded span{display:none}.btn-work-section-edit{width:1.2rem;height:1rem;margin-left:.4rem}.btn-work-section-edit__icon{width:1rem;height:1rem;fill:#bababa;pointer-events:all}.mark-all-as-read{font-size:1.2rem;color:gray;font-weight:500;background:transparent;border:0}.mark-all-as-read:visited,.mark-all-as-read:link,.mark-all-as-read:active{outline:none;border:0}.events-delete-document{background:#e45b7280;border:0;outline:none;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.events-delete-document__icon{width:1.4rem;height:1.4rem;fill:#fff}.events-upload-document{background:transparent;border:0;outline:none;padding:0;margin:0 1rem;width:1.8rem;height:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.events-upload-document__icon{width:1.8rem;height:1.8rem;fill:#687481}.support-toggle-button{display:none}@media only screen and (max-width: 56.25em){.support-toggle-button{width:100%;border:1px solid #EDEDED;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem;position:relative}.support-toggle-button__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.support-toggle-button__text__title{font-size:1.7rem;font-weight:500;color:#505050}.support-toggle-button__text__subtitle{font-size:1.3rem;color:#505050;font-weight:400}.support-toggle-button__icon-box{width:2rem;height:2rem;position:absolute;right:1.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.support-toggle-button__icon{width:100%;height:100%;fill:#505050;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.btn-favorite-bt{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #E0E0E0;border-radius:5px}.btn-favorite-bt:active,.btn-favorite-bt:focus{border:1px solid #E0E0E0}.btn-favorite-bt__icon{width:1.4rem;height:1.4rem;display:block;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%233A87CB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M16,29.7c-1-0.9-2.2-1.8-3.4-2.7l0,0c-4.3-3.4-9.3-7.2-11.4-11.8c-0.7-1.5-1.1-3-1.1-4.7c0-2.2,0.9-4.3,2.6-5.9 s3.9-2.4,6.2-2.3c1.9,0,3.7,0.5,5.3,1.5c0.7,0.4,1.3,1,1.9,1.5c0.6-0.6,1.2-1.1,1.9-1.5c1.6-1,3.4-1.5,5.3-1.5 c2.3,0,4.6,0.8,6.2,2.3S32,8.3,32,10.5c0,1.6-0.4,3.2-1.1,4.7c-2.2,4.6-7.1,8.4-11.4,11.8l0,0C18.2,27.9,17,28.8,16,29.7L16,29.7 L16,29.7z M8.8,5.3c-1.5,0-2.9,0.5-4,1.5c-1,1-1.6,2.3-1.6,3.7c0,1.2,0.3,2.3,0.8,3.4c1,2,2.4,3.8,4.1,5.3c1.6,1.5,3.4,3,5,4.2 c0.4,0.3,0.9,0.7,1.3,1l0.3,0.2c0.4,0.3,0.9,0.7,1.3,1l0,0l0,0l0,0l0,0l0,0l0,0h0.1l0,0l0,0l0,0l0,0l1.3-1c0.5-0.3,0.9-0.7,1.3-1 c1.6-1.2,3.4-2.7,5-4.2c1.7-1.5,3.1-3.3,4.1-5.3c0.5-1.1,0.8-2.2,0.8-3.4C28.6,9.3,28,8,27,7c-1.1-1-2.5-1.5-4-1.5 c-1.8,0-3.6,0.7-4.8,2L16,10l-2.4-2.7C12.4,6,10.6,5.3,8.8,5.3z'/%3E%3C/svg%3E")}.btn-favorite-bt__label{margin-left:.8rem;font-size:1.3rem;font-weight:500;color:#606060;cursor:pointer;margin-bottom:0;line-height:1.4}.btn-load-more-bt-member,.btn-load-more-bt-member:link,.btn-load-more-bt-member:active,.btn-load-more-bt-member:hover,.btn-load-more-bt-member:focus{color:#3a87cb;border:1px solid #D4D4D4!important;min-width:auto;height:3.4rem;font-size:1.4rem;font-weight:500;margin-top:1.5rem;padding:1rem 1.8rem;display:block;margin:1.5rem auto}.switch-button{width:25rem;height:6rem;background:#f4f5fd;border-radius:50px;display:inline-grid;grid-template-columns:1fr 1fr;position:relative;cursor:pointer}.switch-button__check{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;opacity:0}.switch-button__background.year{left:inherit;-webkit-transform:translateX(12.5rem);transform:translate(12.5rem);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.switch-button__left{width:12.1rem;height:6rem;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;font-weight:600;color:#878cb6;margin-left:4px}.switch-button__left.selected{color:#3a87cb}.switch-button__right{width:12.1rem;height:6rem;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;font-weight:600;color:#878cb6}.switch-button__right.selected{color:#3a87cb}.move-cell{padding-right:2px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto}.move-cell__icon{width:12px;height:12px;fill:#202020;opacity:.3}.info-button .icon{width:14px;height:14px;fill:#4bb8ff}.remove-reclamation{padding:0;position:absolute;right:25px;top:25px}.remove-reclamation .icon{width:14px;height:14px;fill:#404040}.btn-copy{padding:0}.btn-copy__icon{width:1.6rem;height:1.6rem;fill:#3a87cb;stroke:#3a87cb}.lightbox-link.with-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;top:2px}.lightbox-link.with-icon .icon{width:1.6rem;height:1.6rem;fill:#3a87cb;margin:0}.lightbox-link.image-icon .icon{width:1.3rem;height:1.3rem;margin:0 1px 0 4px}.external-link .icon{width:1.2rem;height:1.2rem}.switch-button-wrapper{width:-webkit-min-content;width:-moz-min-content;width:min-content;margin:15px auto}.switch-button{width:25rem;height:6rem;background:#f4f5fd;border-radius:50px;display:inline-grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}@media only screen and (max-width: 37.5em){.switch-button{width:20rem}}.switch-button__left{width:12.1rem;height:6rem;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;font-weight:600;color:#878cb6;margin-left:4px;position:relative}@media only screen and (max-width: 37.5em){.switch-button__left{width:9.6rem;font-size:1.4rem}}.switch-button__left .custom-radio__hidden{position:absolute;width:100%;height:100%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3;opacity:0}.switch-button__left .text{color:#878cb6}.switch-button__left .text.active{color:#3a87cb}.switch-button__right{width:12.1rem;height:6rem;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.6rem;font-weight:600;color:#878cb6;position:relative}@media only screen and (max-width: 37.5em){.switch-button__right{width:9.6rem;font-size:1.4rem}}.switch-button__right .custom-radio__hidden{position:absolute;width:100%;height:100%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:3;opacity:0}.switch-button__right .text{color:#878cb6}.switch-button__right .text.active{color:#3a87cb}.switch-button__background{width:12.1rem;height:5.2rem;background:#fff;border-radius:50px;position:absolute;top:4px;-webkit-transform:translateX(4px);transform:translate(4px);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:1;-webkit-box-shadow:0px 0px 5px 1px rgba(0,0,0,.04);box-shadow:0 0 5px 1px #0000000a}@media only screen and (max-width: 37.5em){.switch-button__background{width:9.6rem}}.switch-button__background.active{left:inherit;-webkit-transform:translateX(12.5rem);transform:translate(12.5rem);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media only screen and (max-width: 37.5em){.switch-button__background.active{-webkit-transform:translateX(10rem);transform:translate(10rem)}}.filter-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.filter-button-group>*{margin-left:16px}.filter-button-group>*:first-child{margin-left:0}.table-filter-btn{border:1px solid #EAECF0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px;outline:none!important}.table-filter-btn:hover{background:#98a2b3;border-color:#eaecf0!important}.table-filter-btn:hover span{color:#fff}.table-filter-btn:active,.table-filter-btn:focus,.table-filter-btn:link{border-color:#eaecf0;outline:none!important}.table-filter-btn.active{background:#98a2b3}.table-filter-btn.active span{color:#fff}.table-filter-btn__text{font-size:1.1rem;font-weight:500;color:#344054}.table-filter-btn.selected{background:#98a2b3;border-color:#eaecf0!important}.table-filter-btn.selected span{color:#fff}.reset-btn{font-size:1.2rem;color:#3a87cb;font-weight:medium;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.reset-btn:hover{color:#3a87cb}.reset-btn:focus,.reset-btn:active,.reset-btn:link{color:#406db8}.reset-btn:focus .icon,.reset-btn:active .icon,.reset-btn:link .icon{fill:#406db8}.reset-btn .icon{width:12px;height:12px;fill:#3a87cb;margin-right:4px;-ms-flex-negative:0;flex-shrink:0}.add-new-btn{border:0;padding:0}.add-new-btn.bg-transparent{background:transparent}.add-new-btn.only-icon{width:20px;height:20px;background:#d5d9eb!important;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background .3s ease;transition:background .3s ease}.add-new-btn.only-icon:hover{background:#4bb8ff!important;-webkit-transition:background .3s ease;transition:background .3s ease}.add-new-btn.only-icon span{display:none}.add-new-btn.only-icon .icon{width:10px;height:10px;fill:#fff}.popover-button{padding:1px}.popover-button .icon{width:18px;height:18px;fill:#667085}.popover-button__content{font-size:1.4rem;color:#344054}.px-btn--primary-light{background:#4bb8ff;color:#fff;border:0;border-radius:5px;padding:1rem 1.5rem;font-size:1.4rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background .3s ease;transition:background .3s ease}.px-btn--primary-light:hover{background:#18a4ff;-webkit-transition:background .3s ease;transition:background .3s ease}.px-btn--primary-light:active,.px-btn--primary-light:focus,.px-btn--primary-light:link{outline:0;border:0}.app-button{font-weight:600;padding:0 16px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500}.app-button--sm{height:30px;font-size:1.2rem;line-height:1}.app-button--sm .icon{width:12px;height:12px}.app-button--sm:has(.icon.icon-left){padding:0 16px 0 12px}.app-button--sm:has(.icon.icon-left) .icon{margin-right:4px}.app-button--sm:has(.icon.icon-right){padding:0 12px 0 16px}.app-button--sm:has(.icon.icon-right) .icon{margin-left:4px}.app-button--sm.only-icon{width:30px;height:30px;padding:0}.app-button--sm.only-icon .icon{width:16px;height:16px}.app-button--md{height:34px;font-size:1.3rem;line-height:13px}.app-button--md .icon{width:12px;height:12px}.app-button--md:has(.icon.icon-left){padding:0 16px 0 12px}.app-button--md:has(.icon.icon-left) .icon{margin-right:4px}.app-button--md:has(.icon.icon-right){padding:0 12px 0 16px}.app-button--md:has(.icon.icon-right) .icon{margin-left:4px}.app-button--md.only-icon{width:34px;height:34px;padding:0}.app-button--md.only-icon .icon{width:18px;height:18px}.app-button--lg{height:38px;font-size:1.4rem;line-height:1}.app-button--lg .icon{width:14px;height:14px}.app-button--lg:has(.icon.icon-left){padding:0 16px 0 10px}.app-button--lg:has(.icon.icon-left) .icon{margin-right:4px}.app-button--lg:has(.icon.icon-right){padding:0 10px 0 16px}.app-button--lg:has(.icon.icon-right) .icon{margin-left:4px}.app-button--lg.only-icon{width:38px;height:38px;padding:0}.app-button--lg.only-icon .icon{width:20px;height:20px}.app-button--tertiary{background:transparent;color:#3a87cb;border:0}.app-button--tertiary:hover{background:#f3f4f6}.app-button--tertiary:disabled{color:#d2d6db;cursor:not-allowed!important}.app-button--tertiary:disabled:hover{background:transparent}.app-button--tertiary:disabled .icon{fill:#d2d6db}.app-button--tertiary .icon{fill:#3a87cb}.app-button--tertiary.only-icon:disabled{background:transparent}.app-button--tertiary.only-icon:disabled .icon{fill:#e5e7eb}.app-button--tertiary.only-icon .icon{fill:#9da4ae}.app-button--primary{background:#4bb8ff;color:#fff;border:0}.app-button--primary .label{color:#fff}.app-button--primary:hover{background:#3a87cb}.app-button--primary:hover .icon{fill:#fff}.app-button--primary:disabled{background:#e5e7eb;cursor:not-allowed!important}.app-button--primary .icon{fill:#fff}.app-button--primary.only-icon{border:1px solid #E5E7EB;background:#fff}.app-button--primary.only-icon:hover{background:#4d5761;border-color:#4d5761}.app-button--primary.only-icon:hover .icon{fill:#fff}.app-button--primary.only-icon:disabled{background:#e5e7eb;border-color:#e5e7eb;cursor:not-allowed}.app-button--primary.only-icon:disabled .icon{fill:#fff}.app-button--primary.only-icon .icon{fill:#384250}.app-button--primary.config-state:disabled{background:#4bb8ff;color:#fff;border:0;opacity:.7;cursor:not-allowed}.app-button--success{background:#17b26a;color:#fff;border:0}.app-button--success .label{color:#fff}.app-button--success:hover{background:#079455}.app-button--success:hover .icon{fill:#fff}.app-button--success:disabled{background:#e5e7eb;cursor:not-allowed!important}.app-button--success .icon{fill:#fff}.app-button--success.only-icon{border:1px solid #17B26A;background:#17b26a}.app-button--success.only-icon:hover{background:#079455;border-color:#079455}.app-button--success.only-icon:hover .icon{fill:#fff}.app-button--success.only-icon:disabled{background:#abefc6;border-color:#abefc6;cursor:not-allowed}.app-button--success.only-icon:disabled .icon{fill:#fff}.app-button--success.only-icon .icon{fill:#fff}.app-button--success.config-state:disabled{background:#4bb8ff;color:#fff;border:0;opacity:.7;cursor:not-allowed}.app-button--secondary{background:#fcfcfd;color:#344054;border:1px solid #E5E7EB}.app-button--secondary:hover{background:#4d5761;color:#fff}.app-button--secondary:hover .icon{fill:#fff}.app-button--secondary:disabled{background:#e5e7eb;cursor:not-allowed!important;color:#fff}.app-button--secondary:disabled .icon{fill:#fff}.app-button--secondary .icon{fill:#344054}.app-button--secondary.only-icon{background:#fcfcfd;border:1px solid #E5E7EB}.app-button--secondary.only-icon:hover{background:#4d5761;border-color:#4d5761}.app-button--secondary.only-icon:hover .icon{fill:#fff}.app-button--secondary.only-icon:disabled{background:#e5e7eb;border-color:#e5e7eb}.app-button--secondary.only-icon:disabled .icon{fill:#fff}.app-button--secondary.only-icon .icon{fill:#344054}.app-button--secondary.config-state:disabled{background:#fcfcfd;color:#344054;border:1px solid #E5E7EB;opacity:.7;cursor:not-allowed}.app-button--secondary.active{background:#d2d6db}.app-button--secondary.active .icon{fill:#384250}.app-button--destructive{background:#f04438;color:#fff;border:0}.app-button--destructive:hover{background:#d92d20}.app-button--destructive:hover .icon{fill:#fff}.app-button--destructive:disabled{background:#fecdca;cursor:not-allowed!important}.app-button--destructive .icon{fill:#fff}.app-button--destructive-outline{border:1px solid #E5E7EB;background:#fcfcfd;color:#f04438}.app-button--destructive-outline:hover{border:1px solid #D92D20;background:#d92d20;color:#fff}.app-button--destructive-outline:hover .icon{fill:#fff}.app-button--destructive-outline:disabled{border-color:#fecdca;background:#fecdca;color:#fff;cursor:not-allowed!important}.app-button--destructive-outline:disabled .icon{fill:#fff}.app-button--destructive-outline .icon{fill:#f04438}.app-button--in-table{width:24px;height:24px;padding:0;background:transparent;color:#344054!important;border:0}.app-button--in-table:hover{background:#f3f4f6}.app-button--in-table .icon{fill:#344054!important}.card{width:100%;height:auto;border:0}.card--header{width:100%;margin-bottom:20px}.card--header.header-col-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card--header h4.title{font-size:1.6rem!important;color:#101828;font-weight:500;text-transform:uppercase;line-height:1}.card--header__end .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important;padding:0!important}@media only screen and (max-width: 80em){.card--header__end .button-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (max-width: 80em){.card--header__end .button-group .v-divider{display:none}}.cards-container{max-width:100%;min-width:100%}.cards-container--dashboard{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.cards-container--dashboard__card{border-radius:5px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;padding:28px;height:300px;overflow-x:auto}@media only screen and (max-width: 40em){.cards-container--dashboard__card{padding:28px 16px;height:auto}}.cards-container--dashboard__card.small{height:188px}.cards-container--dashboard__card.big{height:400px}.cards-container--dashboard__card .card--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:12px}.cards-container--dashboard__card .card--header h3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.cards-container--dashboard__card .card--header h3 .icon{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0;margin-right:4px;fill:#5d6b98}.cards-container--dashboard__card .card--header h3 span{font-size:1.5rem;color:#101828;font-weight:500}.cards-container--dashboard__card .card--header .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cards-container--dashboard__card .card--header .actions>*{margin-right:8px}.cards-container--dashboard__card .card--header .actions>*:last-child{margin-right:0}.cards-container--dashboard__card .card--header .actions .assigned-filter{padding-left:8px;padding-right:8px}.cards-container--dashboard__card .card--header .actions .assigned-filter .user-icon{fill:#667085!important;width:14px!important;height:14px!important}.cards-container--dashboard__card .card--header .actions .assigned-filter .caret-icon{width:8px!important;height:8px!important;fill:#98a2b3!important}.cards-container--dashboard__card .card--header .btn-group{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle{background:transparent;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:18px;border:0}.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle:before,.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle:after{display:none}.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle:hover,.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle:focus,.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle:link,.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle:active{border:0!important;background:transparent!important}.cards-container--dashboard__card .card--header .btn-group .dropdown-toggle .icon{width:18px;height:18px;fill:#d5d9eb}.cards-container--dashboard__card .card--header .btn-group .dropdown-menu{margin:0 0 0 20px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;border:1px solid #EAECF0;border-radius:10px;overflow:hidden}.cards-container--dashboard__card .card--header .btn-group .dropdown-menu:before{display:none}.cards-container--dashboard__card .card--header .btn-group .dropdown-menu .dropdown-item{color:#101828;font-size:1.3rem}.cards-container--dashboard__card .card--header .btn-group .dropdown-menu .dropdown-item:hover{color:#101828;background:#eaecf0}.cards-container--dashboard__card .card--header .action-select-dropdown{border:0}.cards-container--dashboard__card .card--header .action-select-dropdown .dropdown-toggle{color:#344054;font-size:1.2rem;font-weight:600;border:0}.cards-container--dashboard__card .card--header .action-select-dropdown .dropdown-menu{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;max-height:250px;overflow-y:auto;overflow-x:hidden;-webkit-transform:inherit!important;transform:inherit!important;top:25px!important;margin-left:inherit!important;right:0!important;left:auto!important}@media only screen and (max-width: 40em){.cards-container--dashboard__card .card--header .action-select-dropdown.select-date .dropdown-menu{left:0!important;right:auto!important}}.cards-container--dashboard__card .card--header .action-multiselect{min-width:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cards-container--dashboard__card .card--header .action-multiselect.multiselect--active .multiselect__select{-webkit-transform:none;transform:none}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__tags{background:transparent;outline:none;border:0;padding:0}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__select{height:1.4rem;width:1.4rem;position:relative;right:0;top:0;padding:0;-webkit-transform:none;transform:none}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__select:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0151 4.76531L6.26512 8.51531C6.23029 8.55018 6.18893 8.57784 6.14341 8.59671C6.09789 8.61558 6.04909 8.62529 5.99981 8.62529C5.95053 8.62529 5.90173 8.61558 5.8562 8.59671C5.81068 8.57784 5.76932 8.55018 5.73449 8.51531L1.98449 4.76531C1.93199 4.71287 1.89623 4.64602 1.88173 4.57324C1.86724 4.50046 1.87467 4.42501 1.90307 4.35645C1.93148 4.28789 1.97959 4.22931 2.04131 4.1881C2.10304 4.1469 2.1756 4.12494 2.24981 4.125H9.74981C9.82402 4.12494 9.89658 4.1469 9.9583 4.1881C10.02 4.22931 10.0681 4.28789 10.0965 4.35645C10.1249 4.42501 10.1324 4.50046 10.1179 4.57324C10.1034 4.64602 10.0676 4.71287 10.0151 4.76531Z' fill='%2398A2B3'/%3E%3C/svg%3E%0A");width:1.4rem!important;height:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;background-repeat:no-repeat!important;background-size:100%!important;background-position:center center!important;background-color:transparent;margin-top:0;border:0;top:0;margin-left:4px}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__single{color:#344054;font-size:1.2rem;font-weight:600}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__content-wrapper{width:160px;right:0;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;outline:1px solid #EAECF0;border-radius:10px;top:25px}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__option span{width:100%;white-space:nowrap}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__option--selected{background:#eaecf0}.cards-container--dashboard__card .card--header .action-multiselect .multiselect__option--highlight{background:#3a87cb}.card--side-box{padding:2.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;gap:2rem;border-radius:10px;background:#fff;-webkit-box-shadow:0px 1px 2px 0px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;position:relative;margin-bottom:2.4rem}.card--side-box__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.card--side-box__header__title{font-size:1.6rem;font-weight:600;color:#101828;text-transform:uppercase;line-height:1;margin-bottom:0}.card--side-box__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;gap:1.6rem;list-style:none;padding:0;margin:0}.card--side-box__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch}.card--side-box__list__item__title{font-size:1rem;font-weight:600;color:#667085;text-transform:uppercase;line-height:1;margin-bottom:0}.card--side-box__list__item__value{font-size:1.4rem;color:#101828;font-weight:500;margin-bottom:0;line-height:1.4;margin-top:.4rem}.card--side-box__list__item__value--description{font-size:1.3rem;font-weight:400;color:#101828;margin-bottom:0}.chat-group-wrapper{width:100%;position:fixed;bottom:-40rem;z-index:-500;left:0;right:0;display:block}.chat-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;padding-right:17rem}@media only screen and (max-width: 37.5em){.chat-group{padding-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.chat{border-radius:5px;border:1px solid #C8C8C8;overflow:hidden;position:relative;height:auto;-webkit-transition:all .2s cubic-bezier(.22,.61,.36,1);transition:all .2s cubic-bezier(.22,.61,.36,1);width:22rem;bottom:-1rem;height:46rem}@media only screen and (max-width: 37.5em){.chat{-webkit-animation:chatClose .2s ease-out forwards;animation:chatClose .2s ease-out forwards}}.chat.active{bottom:40rem;width:30rem}@media only screen and (max-width: 37.5em){.chat.active{-webkit-animation:chatOpen .2s ease-in forwards;animation:chatOpen .2s ease-in forwards}}.chat.active .chat__header__title{white-space:unset;text-overflow:unset;overflow:unset;width:100%}.chat.active .chat__header__collapse-icon{-webkit-transform:rotate(0);transform:rotate(0)}.chat__header{position:relative;z-index:1;background:#34495e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top-left-radius:5px;border-top-right-radius:5px;-webkit-box-shadow:0 1rem 6rem 2rem rgba(0,0,0,.2);box-shadow:0 1rem 6rem 2rem #0003;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chat__header.no-shadow{-webkit-box-shadow:none;box-shadow:none}.chat__header__toggle{width:100%;padding:1rem 1.5rem;border-top-left-radius:5px;border-top-right-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat__header__badge{margin-left:auto;margin-right:3rem;background:#e45b72;padding:0rem .4rem;border-radius:3px}.chat__header__badge__text{color:#fff;font-size:1.2rem;margin-bottom:0!important}.chat__header__end-conversation{position:absolute;right:.5rem;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat__header__end-conversation__icon{height:1rem;width:1rem;fill:#fff}.chat__header__user-status-wrapper{position:relative}.chat__header__photo-wrapper{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border:1px solid #ffffff;border-radius:50%;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px #0003;margin-right:1rem}.chat__header__title{color:#fff;font-size:1.3rem;margin-bottom:0;width:8rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat__body{background:#34495e;height:35rem;overflow:hidden;position:relative;z-index:0}.chat__body::-webkit-scrollbar{width:7px;background:transparent}.chat__body::-webkit-scrollbar-thumb{background:#fff;border-radius:5px}.chat__body__chat-description{background:#34495e;font-size:1.2rem;color:#fff;-webkit-box-shadow:0 1rem 6rem 2rem rgba(0,0,0,.2);box-shadow:0 1rem 6rem 2rem #0003;border-top:1px solid #2c3e50;padding:1rem 2.7rem;line-height:1.3;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat__body__chat-description__subject-link{color:#6bdeaf!important;font-weight:500;font-size:1.3rem;line-height:1.3;text-decoration:underline!important}.chat__body__bubbles-wrapper{padding:0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:40rem;overflow-y:auto;-ms-flex-preferred-size:0;flex-basis:0}.chat__body__bubbles-wrapper.trim-height{max-height:36.3rem}.chat__body__bubbles-wrapper::-webkit-scrollbar{width:6px!important;height:6px!important}.chat__body__bubbles-wrapper::-webkit-scrollbar-thumb{background-color:#f4f4f480}.chat__body__bubbles-wrapper::-webkit-scrollbar-track{background:#ffffff1a}.chat__body__bubble-group{margin-bottom:.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chat__body__bubble-group .chat__body__bubble{margin-bottom:4px}.chat__body__bubble-group .chat__body__bubble:not(:first-child){border-top-right-radius:1rem;border-top-left-radius:1rem}.chat__body__bubble{font-size:1.2rem;padding:1rem;border-radius:1rem;max-width:90%;margin-bottom:1.5rem;display:inline}.chat__body__bubble.me{background:#def9ee;border-top-right-radius:0;margin-left:auto}.chat__body__bubble.opposite{background:#f4f4f4;border-top-left-radius:0;margin-right:auto}.chat__footer{position:relative;z-index:1;background:#f4f4f4;border-top:1px solid #C8C8C8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.chat__footer__input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#fff;border:1px solid #E2E2E2;border-radius:1rem;min-height:3.7rem;font-size:1.4rem;line-height:1.28571;color:#2f3941;font-family:inherit;padding:1rem;resize:none}.chat__footer__send-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4.7rem;height:4.7rem}.chat__footer__send-message__icon{fill:#2abb9b;width:2.4rem;height:2rem}.chat-dropdown{position:fixed;bottom:1rem;visibility:hidden;opacity:0;-webkit-transition:all 3s;transition:all 3s}@media only screen and (max-width: 37.5em){.chat-dropdown{left:2rem;visibility:visible;opacity:1;-webkit-transition:all 3s;transition:all 3s}}.chat-dropdown__badge{position:absolute;z-index:50;bottom:3.7rem;left:3rem;background:#e45b72;width:1.6rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.chat-dropdown__badge-text{color:#fff;font-size:1rem}.chat-dropdown__btn{width:5rem;height:5rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:transparent;background:#34495e}.chat-dropdown__btn:focus,.chat-dropdown__btn:visited,.chat-dropdown__btn:link{outline:none}.chat-dropdown__btn-icon{width:2rem;height:2rem;fill:#fff}.chat-dropdown__nav{background:#34495e;position:absolute;bottom:5.5rem;z-index:50;border-radius:.5rem;width:25rem;visibility:hidden;opacity:0;-webkit-transition:all .3s;transition:all .3s}.chat-dropdown__nav.active{visibility:visible;opacity:1;-webkit-transition:all .3s;transition:all .3s}@media only screen and (max-width: 37.5em){.chat-dropdown__nav{left:0}}.chat-dropdown__nav__item{color:#fff;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.8rem 1.4rem;border-bottom:1px solid #2a3c4e}.chat-dropdown__nav__item:last-child{border-bottom:transparent}.chat-dropdown__nav__item__user-img{width:3rem;height:3rem;border-radius:50%;background:#fff;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px solid #ffffff}.chat-dropdown__nav__item__user-img img{max-width:100%}.chat-dropdown__nav__item__user-name{font-size:1.3rem;margin-left:1rem}.chat-dropdown__nav__item__badge{margin-left:auto;background:#e45b72;padding:0rem .4rem;border-radius:3px;margin-right:1.2rem}.chat-dropdown__nav__item__badge-text{color:#fff;font-size:1.1rem;margin-bottom:0!important}.chat-dropdown__nav__item__close{width:1.2rem;height:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-dropdown__nav__item__close-icon{width:1.2rem;height:1.2rem;fill:#fff}.contact-selectbox{background-color:#fff;position:absolute;border-radius:0;outline:1px solid #D8D8D8;padding:1rem;z-index:9;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;height:250px;overflow-y:auto;-webkit-box-shadow:0px 5px 1.2rem rgba(0,0,0,.175);box-shadow:0 5px 1.2rem #0000002d;color:#636363;margin-top:1px;z-index:15}.contact-selectbox__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#636363;font-size:1.4rem;padding:1.5rem 1rem}.contact-selectbox__item:hover{background:#f9f9f9;color:#3a87cb!important}.contact-selectbox__item:hover .icon-rounded__icon{fill:#3a87cb}.contact-selectbox__item.no-hover:hover{background:transparent;color:#636363!important}.contact-selectbox__item.add-new{color:#404040}.contact-selectbox__item.add-new:hover{color:#404040!important}.contact-selectbox__item.add-new .icon-rounded__icon{fill:#3a87cb}.contact-selectbox__item.show-all{color:#404040}.contact-selectbox__item.show-all:hover{color:#404040!important}.contact-selectbox__item.show-all .icon-rounded__icon{fill:#3a87cb}.modal-add-deal .contact-selectbox,.modal-new-project .contact-selectbox{width:calc(100% - 2rem);left:1rem}div.contact-selectbox>div.search-results{border-bottom:1px solid #D8D8D8}div.contact-selectbox-selection{font-size:1.3rem;color:#868686;padding:4px 7rem 5px 2rem;background-color:#f4f4f4;outline:1px solid #D8D8D8;border:none;width:100%;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:4rem;background-clip:border-box;outline-offset:0!important;cursor:pointer;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0}div.contact-selectbox-selection .side-box__contact-item__icon{margin-right:1.2rem;width:1.6rem;height:1.6rem}div.contact-selectbox-selection.disabled svg,div.contact-selectbox-selection.disabled span,div.contact-selectbox-selection.disabled button{opacity:.5}.content-box{background:#fff;border:1px solid #F2F4F7;padding:3rem 4.6rem;width:100%}@media only screen and (max-width: 56.25em){.content-box{padding:2.6rem 3rem}}@media only screen and (max-width: 29.93em){.content-box{padding:2rem 2.2rem}}.content-box__header{width:100%;padding:2.4rem 0}.content-box__header__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.content-box__header__divide{margin-top:0;position:absolute;left:0;right:0;width:100%;border-color:#eceff2;z-index:50}.content-box__header.invite-member{padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content-box--offer{padding:0}@media only screen and (max-width: 37.5em){.content-box--offer{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.content-box--feature-box{padding:0;cursor:pointer;margin-bottom:2.7rem;position:relative}.content-box--feature-box:hover{outline:2px dashed #dedede;outline-offset:-2px}.content-box--feature-box:hover .edit-feature{visibility:visible;opacity:1}.content-box--verifications-table{padding:0;overflow:auto}.content-box--verifications-table__form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1.5rem 0rem}.content-box--verifications-table__form__search-form{margin-right:1rem;-ms-flex-preferred-size:49%;flex-basis:49%}@media only screen and (max-width: 47.93em){.content-box--verifications-table__form__search-form{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:0rem}}@media only screen and (max-width: 29.93em){.content-box--verifications-table__form__search-form{width:100%}}.content-box--verifications-table__form__search-form input[type=search]{padding-left:3rem;padding-right:1rem}.content-box--verifications-table__form__search-form__icon{width:1.4rem;height:1.4rem;fill:#828282;position:absolute;margin-left:1rem;margin-top:1rem}.content-box--verifications-table__form__multiple-select{-ms-flex-preferred-size:49%;flex-basis:49%}@media only screen and (max-width: 47.93em){.content-box--verifications-table__form__multiple-select{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:1rem}}.content-box--table-external-top-form .form{width:50%}@media only screen and (max-width: 56.25em){.content-box--table-external-top-form .form{width:80%}}.content-box--work-table{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0;padding:0;min-height:69vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 75em){.content-box.responsive-table-wrapper{border:transparent;background:transparent;overflow:initial;min-height:auto}}.content-box.grid-table-wrapper,.content-box.grid-card-wrapper{border:transparent;background:transparent;overflow:initial;min-height:auto}@media only screen and (max-width: 87.5em){.content-box.joining-bt{padding:3.6rem}}@media only screen and (max-width: 75em){.content-box.joining-bt{padding:3rem}}@media only screen and (max-width: 37.5em){.content-box.joining-bt{padding:2rem}}@media only screen and (max-width: 29.93em){.content-box.joining-bt{padding:1.2rem}}.content-box.joining-bt .bt-join-summary hr,.content-box.joining-bt .joining-bt-form hr{margin:3rem 0}.content-box--table-list{padding:0;min-height:calc(100vh - 21rem);max-height:calc(100vh - 21rem);overflow:auto;position:relative;border:0}.content-box--table-list:has(.table-list--product-list),.content-box--table-list:has(.table-list--services){border:0!important}@media only screen and (max-width: 37.5em){.content-box--table-list:has(.workshop-table),.content-box--table-list:has(.provision-table){border:1px solid #EAEAEA}}.content-box--table-list:has(.table-document){min-height:calc(100vh - 40rem);max-height:calc(100vh - 40rem)}.modal-contact-selection .content-box--table-list{border:1px solid #EAEAEA}.content-box--table-list.filter-active{min-height:calc(100vh - 23.6rem);max-height:calc(100vh - 23.6rem)}@media only screen and (max-width: 64em){.content-box--table-list.filter-active{min-height:100%;max-height:100%}}.content-box--table-list.section-active{min-height:calc(100vh - 23.6rem);max-height:calc(100vh - 23.6rem)}@media only screen and (max-width: 64em){.content-box--table-list.section-active{min-height:100%;max-height:100%}}.content-box--table-list.summary-active{min-height:calc(100vh - 28.5rem);max-height:calc(100vh - 28.5rem)}@media only screen and (max-width: 64em){.content-box--table-list.summary-active{min-height:100%;max-height:100%}}.content-box--table-list.section-summary-active{min-height:calc(100vh - 31.2rem);max-height:calc(100vh - 31.2rem)}@media only screen and (max-width: 64em){.content-box--table-list.section-summary-active{min-height:100%;max-height:100%}}.content-box--table-list.summary-filter-active{min-height:calc(100vh - 35rem);max-height:calc(100vh - 35rem)}@media only screen and (max-width: 64em){.content-box--table-list.summary-filter-active{min-height:100%;max-height:100%}}@media only screen and (max-width: 47.93em){.content-box--table-list.search-active{margin-top:7rem}}@media only screen and (max-width: 75em){.content-box--table-list{border:1px solid #ECEFF2}}@media only screen and (max-width: 37.5em){.content-box--table-list{overflow:hidden;border:0;min-height:50vh;max-height:100%;width:100vw;margin-left:-2rem}}.content-box--table-list.business-listing-team{min-height:40rem;max-height:40rem}.work .content-box--table-list .table-list tr th{width:100%!important;min-width:inherit!important}.selection-product-modal .content-box--table-list{min-height:calc(100vh - 50rem);max-height:calc(100vh - 35rem)}.active-services-modal .content-box--table-list{min-height:calc(100vh - 65rem);max-height:calc(100vh - 45rem)}.content-box--table-list.new-bt-services-list{min-height:calc(100vh - 40rem)!important;max-height:calc(100vh - 40rem)!important}.content-box--table-list__in-modal{min-height:calc(100vh - 60rem);max-height:calc(100vh - 60rem)}@media only screen and (max-width: 37.5em){.content-box--table-list__in-modal{min-height:calc(100vh - 20rem);max-height:calc(100vh - 20rem)}}.content-box--object-conditions{padding:0;overflow:auto;position:relative;border:0}.content-box--wizard{border:0;padding:0}.content-box.bl-section{position:relative}.content-box.bl-section .edit-feature-button{position:absolute;top:1.6rem;right:1.6rem}.content-box__in-modal{padding:0!important}.content-box:has(.table-calculation){min-height:auto;max-height:auto;border:0}@media only screen and (max-width: 47.93em){.content-box.group-settings{overflow:auto}}.inner-content-box{border:1px solid #EAEAEA;width:100%;height:calc(100vh - 18rem);overflow:auto}.settings-downtime .content-box--feature-box-downtime{padding:12px;cursor:pointer;position:relative;border-radius:5px;border:1px dashed transparent;width:calc(100% + 24px);margin-left:-12px}.settings-downtime .content-box--feature-box-downtime:hover{border:1px dashed #EAECF0;background:#f9fafb;padding:12px}.settings-downtime .content-box--feature-box-downtime:hover .edit-feature{visibility:visible;opacity:1;top:0;right:0}.settings-downtime .content-box--feature-box-downtime .edit-feature{top:0;right:0}.settings-downtime .content-box--feature-box-downtime .edit-feature svg{fill:#475467}.settings-downtime .content-box--feature-box-downtime .feature-box-list{background:transparent}input.currency-input{text-align:right}.drag-drop *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.drag-drop__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.35rem 0;-webkit-transition:all .1s ease;transition:all .1s ease;border:2px dashed transparent}.drag-drop__item.static{border-bottom:1px solid #F3F3F3;margin-bottom:.6rem;padding-bottom:1rem}.drag-drop__item.dragging{visibility:hidden;height:0;margin:0;padding:0}.drag-drop__item.top-drag{-ms-flex-wrap:wrap;flex-wrap:wrap}.drag-drop__item.top-drag:before{content:"";display:block;height:3.419rem;width:100%;border:2px dashed #D7D7D7}.drag-drop__item.bottom-drag{-ms-flex-wrap:wrap;flex-wrap:wrap}.drag-drop__item.bottom-drag:after{content:"";display:block;height:3.419rem;width:100%;border:2px dashed #D7D7D7}.drag-drop__item__sort-icon-box{width:2rem;height:2rem;margin-right:1.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:move}.drag-drop__item__sort-icon{width:1.6rem;height:.7rem}.drag-drop__item__label{font-size:1.5rem;color:#404040;font-weight:500}.drag-drop__item__checkbox{margin-left:auto}.drag-drop__item__checkbox .custom-control-label{margin-top:5px;cursor:pointer}.drag-drop__item__checkbox .custom-control-label:before,.drag-drop__item__checkbox .custom-control-label:after{width:1.5rem;height:1.4rem;border-radius:0;border-color:#c7c7c7}.drag-drop__item__checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#3a87cb;border-color:#3a87cb}.drag-drop__item__checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.2235L0 7.22346L2.22346 5L5 7.7844L12.7765 0L15 2.22346L5 12.2235Z' fill='%23fff'/%3E%3C/svg%3E%0A");background-size:1rem 1rem}.drag-place{border:2px dashed #D7D7D7;background:#fff}.drag-drop__item__checkbox .custom-control-label:before,.drag-drop__item__checkbox .custom-control-label:after{border-radius:4px}.drag-drop__item__checkbox .custom-control-input:checked~.custom-control-label:before{background:#4bb8ff;border-color:#4bb8ff}.dropdown.work__header__collaborators .dropdown-menu{min-height:auto;max-height:calc(100vh - 30rem);overflow:auto;min-width:22.5rem;scrollbar-color:transparent transparent;scrollbar-width:thin}.dropdown.work__header__collaborators .dropdown-menu::-webkit-scrollbar{width:7px;height:7px}.dropdown.work__header__collaborators .dropdown-menu::-webkit-scrollbar-track{background:transparent}.dropdown.work__header__collaborators .dropdown-menu::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.dropdown.work__header__collaborators .dropdown-menu:hover::-webkit-scrollbar-thumb{background:#dcdfea}.dropdown.work__header__collaborators .dropdown-menu::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.dropdown.work__header__collaborators .dropdown-menu:hover{scrollbar-color:#B9C0D4 transparent}.dropdown.work__header__collaborators .dropdown-item{display:grid;grid-template-columns:3.2rem 1fr;grid-gap:5px}.dropdown .custom-checkbox span{margin-left:0!important}.dropdown .custom-checkbox__hidden{margin-right:6px!important}.dropdown .b-dropdown-text{padding:.25rem 2rem}.dropdown.with-search .dropdown-toggle{background:transparent;padding:0;border:0}.dropdown.with-search .dropdown-toggle:visited,.dropdown.with-search .dropdown-toggle:focus,.dropdown.with-search .dropdown-toggle:active,.dropdown.with-search .dropdown-toggle:link{background:transparent!important;border:0!important}.dropdown.with-search .dropdown-toggle:after{display:none}.dropdown.with-search .more-icon{width:14px;height:14px;fill:#404040}.dropdown.with-search .dropdown-menu{min-width:230px;max-height:350px;overflow-y:scroll;-webkit-transform:translate3d(-220px,25px,0px)!important;transform:translate3d(-220px,25px,0)!important}.dropdown.with-search .dropdown-menu:before{display:none}.dropdown.with-search .dropdown-menu .dropdown-item .option__desc{margin-left:10px}.dropdown.only-icon .icon{width:1.3rem;height:1.3rem}.dropdown.only-icon .btn,.dropdown.only-icon .btn-secondary,.dropdown.only-icon .dropdown-toggle{min-width:inherit;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;padding:.9rem 1rem;border-top-right-radius:5px;border-bottom-right-radius:5px;border:0;background:#f4f4f4}.dropdown.only-icon .btn:focus,.dropdown.only-icon .btn:visited,.dropdown.only-icon .btn:link,.dropdown.only-icon .btn:active,.dropdown.only-icon .btn-secondary:focus,.dropdown.only-icon .btn-secondary:visited,.dropdown.only-icon .btn-secondary:link,.dropdown.only-icon .btn-secondary:active,.dropdown.only-icon .dropdown-toggle:focus,.dropdown.only-icon .dropdown-toggle:visited,.dropdown.only-icon .dropdown-toggle:link,.dropdown.only-icon .dropdown-toggle:active{background:#f4f4f4!important;border:0!important;outline:none!important}.dropdown.only-icon .btn:after,.dropdown.only-icon .btn-secondary:after,.dropdown.only-icon .dropdown-toggle:after{display:none}.dropdown.only-icon.btn-group{width:inherit}.dropdown.only-icon .dropdown-menu{top:2px!important;min-width:22rem}.dropdown.only-icon .dropdown-menu:before{display:none}.dropdown.only-text{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.dropdown.only-text .dropdown-toggle{border:0;background:#fff;color:#475467;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 8px}.dropdown.only-text .dropdown-toggle:active,.dropdown.only-text .dropdown-toggle:link,.dropdown.only-text .dropdown-toggle:focus{background:#fff!important;color:#475467!important;outline:none!important;border:0!important}.dropdown.only-text .dropdown-toggle:after{display:none}.dropdown.only-text .dropdown-toggle .icon{width:14px;height:14px;fill:#475467;margin-left:4px}.dropdown-menu{min-width:20rem;width:90%;color:#212529;text-align:left;background-color:#fff;padding:0;margin:0 1rem;list-style:none;-webkit-box-shadow:0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;top:4px!important;outline:none;border:1px solid #F2F4F7;border-radius:1rem;background-clip:padding-box;overflow:auto}.dropdown-menu:before{content:"";height:2.5rem;width:2.5rem;background-color:#fff;position:absolute;top:-5px;right:2rem;border-top:1px solid #E9EBED;border-left:1px solid #E9EBED;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.dropdown-menu .dropdown-item{font-size:1.3rem;padding:1.2rem 2rem;color:#404040;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus{background-color:#f4f2f2;outline:none;color:#3a87cb}.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active{background-color:#f4f2f2}.dropdown-menu .dropdown-item.disabled{color:#cecece!important}.dropdown-menu__item-icon{margin-right:1rem;width:1.2rem;height:1.2rem;fill:#818181}.dropdown-menu .dropdown-item.active .dropdown-menu__item-icon,.dropdown-menu .dropdown-item:hover .dropdown-menu__item-icon,.dropdown-menu .dropdown-item:active .dropdown-menu__item-icon{fill:#3a87cb}.dropdown-basic .dropdown-menu{min-width:12.4rem;width:auto;border-radius:0;margin:0;border:1px solid #D8D8D8;top:1px!important;-webkit-transition:all .1s;transition:all .1s}.dropdown-basic .dropdown-menu .dropdown-item{padding:.5rem 2rem}.dropdown-basic .dropdown-menu .dropdown-item:hover{color:#3a87cb}@media only screen and (max-width: 37.5em){.dropdown-basic .dropdown-menu.show{max-height:40vh;overflow:auto}}.dropdown-basic .dropdown-menu:before{display:none}.dropdown-basic .dropdown-toggle{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f4f4f4;border:1px solid #D8D8D8;border-radius:0;padding:.6rem 1.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:12.4rem}.dropdown-basic__name{font-size:1.4rem;color:#5d5d5d;font-weight:400;line-height:1}.dropdown-basic__icon{width:1.1rem;height:.8rem;fill:#2b2b2b;margin-left:.8rem;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.dropdown-basic.show .dropdown-basic__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-basic.dropdown-project .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dropdown-basic.work-status-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-basic.work-status-button .dropdown-toggle{background:transparent;border:0;border-radius:10px;padding:.4rem 1rem;min-width:auto;color:#475467}.dropdown-basic.work-status-button .dropdown-toggle:hover{color:#fff}.dropdown-basic.work-status-button .dropdown-toggle .icon{fill:#475467}.dropdown-basic.work-status-button .green{background:#2abb9b}.dropdown-basic.work-status-button .yellow{background:#fad859}.dropdown-basic.work-status-button .red{background:#e45b72}.dropdown-basic.contact-person{display:none}@media only screen and (max-width: 56.25em){.dropdown-basic.contact-person{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:2rem;width:2rem;height:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:transparent;border:0}}.dropdown-basic.contact-person .contact-person__dropdown__icon{width:2rem;height:2rem;fill:#43536c}@media only screen and (max-width: 56.25em){.dropdown-basic.contact-person .contact-person__dropdown__icon{width:2rem;height:2rem;-ms-flex-negative:0;flex-shrink:0}}.dropdown-basic.contact-person .dropdown-basic,.dropdown-basic.contact-person .dropdown-toggle{background:transparent;border:0;width:inherit;min-width:inherit;padding:0}.dropdown-basic.contact-person .dropdown-menu li:first-child{display:none}@media only screen and (max-width: 37.5em){.dropdown-basic.contact-person .dropdown-menu li:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}}.dropdown-basic.contact-person .dropdown-item{color:#5a6690;font-size:1.3rem;font-weight:500}.dropdown-basic.contact-person .dropdown-item span{font-weight:600}@media only screen and (max-width: 37.5em){.dropdown-basic.work-status-button .dropdown-menu{min-width:100%}}.dropdown-footer .dropdown-menu{min-width:14.7rem;width:auto;border-radius:.5rem;margin:0;border:1px solid #D8D8D8;top:-2px!important;-webkit-box-shadow:0px -2px 1.2rem rgba(0,0,0,.175);box-shadow:0 -2px 1.2rem #0000002d}.dropdown-footer .dropdown-menu .dropdown-item{padding:.5rem 2rem}.dropdown-footer .dropdown-menu .dropdown-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.dropdown-footer .dropdown-menu .dropdown-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.dropdown-footer .dropdown-menu .dropdown-item:hover{color:#3a87cb}.dropdown-footer .dropdown-menu:before{display:none}.dropdown-footer__name{font-size:1.6rem;color:#5d5d5d;font-weight:400;line-height:1}.dropdown-footer__icon{width:1.4rem;height:.8rem;fill:#2b2b2b;margin-left:.8rem;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.dropdown-footer.show .dropdown-footer__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-offer-add-product .dropdown-menu{min-width:14.7rem;width:auto;border-radius:.5rem;margin:0;border:1px solid #D8D8D8;top:4px!important;-webkit-box-shadow:0px 2px 1.2rem rgba(0,0,0,.175);box-shadow:0 2px 1.2rem #0000002d;min-height:15rem;padding:1rem 0}.dropdown-offer-add-product .dropdown-menu .dropdown-item{padding:1rem 2rem}.dropdown-offer-add-product .dropdown-menu .dropdown-item:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.dropdown-offer-add-product .dropdown-menu .dropdown-item:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.dropdown-offer-add-product .dropdown-menu .dropdown-item:hover{color:#3a87cb}.dropdown-offer-add-product .dropdown-menu:before{display:none}.dropdown-offer-add-product__name{font-size:1.6rem;color:#5d5d5d;font-weight:400;line-height:1}.dropdown-offer-add-product__icon{width:1.4rem;height:.8rem;fill:#2b2b2b;margin-left:.8rem;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.dropdown-offer-add-product.show .dropdown-offer-add-product__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-offer-add-product .form__search-box{width:32rem!important}.dropdown-offer-add-product .form__search-box .form__search{padding-left:4rem!important}.dropdown-show-more{position:absolute;right:-1rem;top:-4px}.dropdown-show-more .dropdown-menu{min-width:17rem;padding:1rem 0;width:auto}.dropdown-show-more .dropdown-menu:before{display:none}.dropdown-show-more .dropdown-menu .dropdown-item{padding:1.2rem 2rem;line-height:1}.dropdown-show-more.offer .dropdown-menu{margin-left:4rem;margin-top:-2.2rem;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.3);box-shadow:0 6px 1.2rem #0000004d}.dropdown-show-more.vertical{top:-1px}.dropdown-work-action{margin-bottom:0rem;max-width:100%}.dropdown-work-action.px-dropdown-action{padding:0!important}.dropdown-work-action.px-dropdown-action.in-lists .dropdown-toggle{width:34px;height:34px}.dropdown-work-action.px-dropdown-action.in-lists .dropdown-toggle:hover{background:#4d5761!important;border-color:#4d5761!important}.dropdown-work-action.px-dropdown-action.in-lists .dropdown-toggle:hover .btn-work-action__icon{fill:#fff}.dropdown-work-action.px-dropdown-action.in-lists .dropdown-toggle .btn-work-action__icon{fill:#4d5761;width:14px;height:14px}.dropdown-work-action .dropdown-toggle:after{margin-left:.5rem;vertical-align:.5rem;border-top:.5rem solid;border-right:.5rem solid transparent;border-left:.5rem solid transparent;color:#999}.dropdown-work-action .dropdown-menu{min-width:19rem;padding:1rem 0;width:auto;margin:0;border-radius:.5rem}.dropdown-work-action .dropdown-menu:before{display:none}.dropdown-work-action .dropdown-menu .dropdown-item{padding:1rem 1.4rem;line-height:1}.dropdown-work-action .dropdown-menu .dropdown-item.disabled{color:#cecece!important}.dropdown-work-action .dropdown-menu li .dropdown-header{display:block;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap;padding:.4rem 1.5rem;border-bottom:1px solid #efefef}.dropdown-work-action .bp-dropdown__body li:first-child .list-unstyled{padding:0;margin:0}.dropdown-work-action .bp-dropdown__hr{border-color:#f0f0f0}.dropdown-work-action.in-lists{width:2.6rem;float:left}.dropdown-work-action.in-lists .dropdown-menu{min-width:15rem}.dropdown-work-action.other-actions{margin-bottom:0;margin-left:1rem}.dropdown-work-action.other-actions .btn-stamp--dropdown-button{border-radius:5px;height:3.2rem;color:#767676;background-color:#fff;border:1px solid #E8E8E8;min-width:auto;padding:.8rem 1rem;font-size:1.2rem}.dropdown-work-action__badge{border-radius:10rem;position:absolute;top:-.6rem;right:-.6rem;font-size:1.1rem;padding:2px .4rem;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;line-height:1;text-align:center;white-space:nowrap;color:#fff;background:#3a87cb;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.07);box-shadow:0 3px 6px #00000012}.dropdown-work-action.violation-status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-work-action.violation-status .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-work-action.violation-status .dropdown-menu .dropdown-item .red{color:#e45b72}.dropdown-work-action.violation-status .dropdown-menu .dropdown-item .green{color:#2abb9b}.dropdown-work-action.violation-status .dropdown-menu .dropdown-item .gray{color:#505050}.dropdown-work-action.violation-status .dropdown-menu .dropdown-item .blue{color:#406db8}.dropdown-events-filter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-events-filter .dropdown-menu{min-width:14.7rem;width:auto;border-radius:0;margin:0;border:1px solid #D8D8D8;top:1px!important;-webkit-transition:none;transition:none;border-radius:.7rem;padding:1.5rem 0}.dropdown-events-filter .dropdown-menu .dropdown-item{padding:.7rem 2rem .7rem 1.7rem;text-transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-events-filter .dropdown-menu .dropdown-item:first-child{border-top-right-radius:.7rem;border-top-left-radius:.7rem;border-bottom:1px solid #D8D8D8;margin-bottom:1rem;padding-bottom:1.5rem}.dropdown-events-filter .dropdown-menu .dropdown-item:last-child{border-bottom-right-radius:.7rem;border-bottom-left-radius:.7rem}.dropdown-events-filter .dropdown-menu .dropdown-item .side-box__todo-checkbox{margin-bottom:0}.dropdown-events-filter .dropdown-menu .dropdown-item .form__checkbox-label{padding-left:2.7rem}.dropdown-events-filter .dropdown-menu .dropdown-item .form__checkbox-button{pointer-events:none}.dropdown-events-filter .dropdown-menu .dropdown-item:hover,.dropdown-events-filter .dropdown-menu .dropdown-item:focus{background-color:transparent}.dropdown-events-filter .dropdown-menu .dropdown-item:hover{color:#3a87cb}.dropdown-events-filter .dropdown-menu:before{display:none}.dropdown-events-filter .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;background:transparent;width:3.3rem;height:3.3rem;border-radius:5px;border:1px solid #D8D8D8}@media only screen and (max-width: 87.5em){.dropdown-events-filter .dropdown-toggle{width:3rem;height:3rem}}@media only screen and (max-width: 37.5em){.dropdown-events-filter .dropdown-toggle{color:#525d71}}.dropdown-events-filter .dropdown-toggle:hover,.dropdown-events-filter .dropdown-toggle:active,.dropdown-events-filter .dropdown-toggle:focus{border:1px solid #D8D8D8!important;background:#fff!important}.dropdown-events-filter__badge{font-size:.9rem;height:1.1rem;width:1.1rem;padding:2px;border-radius:50%;background-color:#3a87cb;color:#fff;position:absolute;top:2px;right:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-events-filter.show .dropdown-toggle{background-color:#fff;border-color:#d8d8d8}.dropdown-events-filter__icon{width:2.2rem;height:2.2rem;fill:#636363;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.dropdown-events-filter__name{font-size:1.6rem;color:#5d5d5d;font-weight:400;line-height:1}.new-dropdown-events-filter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-dropdown-events-filter .dropdown-menu{min-width:14.7rem;width:auto;border-radius:0;margin:0;border:1px solid #EAECEF;top:1px!important;-webkit-transition:none;transition:none;border-radius:.7rem;padding:1.5rem 0}.new-dropdown-events-filter .dropdown-menu .dropdown-item{padding:.7rem 2rem .7rem 1.7rem;text-transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-dropdown-events-filter .dropdown-menu .dropdown-item:first-child{border-top-right-radius:.7rem;border-top-left-radius:.7rem;border-bottom:1px solid #D8D8D8;margin-bottom:1rem;padding-bottom:1.5rem}.new-dropdown-events-filter .dropdown-menu .dropdown-item:last-child{border-bottom-right-radius:.7rem;border-bottom-left-radius:.7rem}.new-dropdown-events-filter .dropdown-menu .dropdown-item .side-box__todo-checkbox{margin-bottom:0}.new-dropdown-events-filter .dropdown-menu .dropdown-item .form__checkbox-label{padding-left:2.7rem}.new-dropdown-events-filter .dropdown-menu .dropdown-item .form__checkbox-button{pointer-events:none}.new-dropdown-events-filter .dropdown-menu .dropdown-item:hover,.new-dropdown-events-filter .dropdown-menu .dropdown-item:focus{background-color:transparent}.new-dropdown-events-filter .dropdown-menu .dropdown-item:hover{color:#3a87cb}.new-dropdown-events-filter .dropdown-menu:before{display:none}.new-dropdown-events-filter .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;background:transparent;width:2.8rem;height:2.8rem;border-radius:5px;border:1px solid #EAECEF}@media only screen and (max-width: 87.5em){.new-dropdown-events-filter .dropdown-toggle{width:3rem;height:3rem}}@media only screen and (max-width: 37.5em){.new-dropdown-events-filter .dropdown-toggle{color:#525d71}}.new-dropdown-events-filter .dropdown-toggle:hover,.new-dropdown-events-filter .dropdown-toggle:active,.new-dropdown-events-filter .dropdown-toggle:focus{border:1px solid #EAECEF!important;background:#fff!important}.new-dropdown-events-filter__badge{font-size:.9rem;height:1.1rem;width:1.1rem;padding:2px;border-radius:50%;background-color:#3a87cb;color:#fff;position:absolute;top:2px;right:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-dropdown-events-filter.show .dropdown-toggle{background-color:#fff;border-color:#eaecef}.new-dropdown-events-filter__icon-box{width:2.8rem;height:2.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #EAECEF;border-radius:5px}.new-dropdown-events-filter__icon{width:1.4rem;height:1.4rem;fill:#505050;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.new-dropdown-events-filter.with-text .button-text{font-size:1.25rem;color:#505050;font-weight:500;margin-left:5px}.new-dropdown-events-filter.with-text .dropdown-toggle:hover,.new-dropdown-events-filter.with-text .dropdown-toggle:active,.new-dropdown-events-filter.with-text .dropdown-toggle:focus{border:0!important;background:transparent!important}.new-dropdown-events-filter.no-border .dropdown-toggle{border:0}.dropdown-sort-order{width:3.2rem;margin-bottom:0}@media only screen and (max-width: 75em){.dropdown-sort-order .btn-change-table-view{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.dropdown-sort-order .dropdown-item .table-work__thead-title-icon{position:relative;margin-left:5px}.dropdown-tabs-profile{display:none}.dropdown-tabs-profile .dropdown-basic__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1.5rem;font-weight:600;color:#3a87cb}.dropdown-tabs-profile .dropdown-toggle{border-radius:0;min-width:100%;background:#fff;border:1px solid #EAEAEA;padding:1.4rem 2rem;font-weight:600;border-left:2px solid #3A87CB}.dropdown-tabs-profile .dropdown-menu{border-radius:0;width:100%;padding:2rem 0}.dropdown-tabs-profile .dropdown-menu .dropdown-item{padding:1rem 3rem}.dropdown-tabs-profile li.group-title .dropdown-item{color:#404040;pointer-events:none;margin-top:1rem;font-size:1.2rem;padding:1rem 2rem;font-weight:600}.dropdown-tabs-profile li.group-title:first-child .dropdown-item{margin-top:0}.dropdown-tabs-profile li:first-child .dropdown-item{border-top-left-radius:0;border-top-right-radius:0}.dropdown-tabs-profile li:last-child .dropdown-item{border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (max-width: 56.25em){.dropdown-tabs-profile{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.dropdown-tabs-profile.joining-bt-dd{margin-bottom:2rem}.dropdown-table-filter{list-style:none;position:absolute;right:1rem;top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-table-filter .dropdown-menu{top:4rem!important;-webkit-box-shadow:0 0 2rem rgba(0,0,0,.175);box-shadow:0 0 2rem #0000002d;border:1px solid #dcdcdc;border-radius:.5rem;min-width:26rem}.dropdown-table-filter .dropdown-menu:before{display:none}.dropdown-table-filter__header{padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;border-top-left-radius:.5rem;border-top-right-radius:.5rem;background:#0074b7;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dropdown-table-filter__header__title{font-size:1.5rem;color:#fff;margin-bottom:0}.dropdown-table-filter__body{padding:2rem;background:#fff;border-radius:.5rem}.dropdown-table-filter__item{margin-bottom:2rem}.dropdown-table-filter__item-title{font-size:1.2rem;color:#3e3e3e;font-weight:400;margin-bottom:.5rem;display:block}.dropdown-table-filter__footer{background:#e8e8e8;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding:1rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:5.6rem}.dropdown-table-filter .dropdown-toggle__icon{width:1.4rem;height:1.4rem;fill:#cacaca}.dropdown-table-filter .dropdown-toggle__icon.active,.dropdown-table-filter:hover .dropdown-toggle__icon,.dropdown-table-filter .dropdown-toggle:hover .dropdown-toggle__icon{fill:#0074b7!important}.dropdown-table-filter__sort-wrapper{width:100%;border:1px solid #D8D8D8;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex}.dropdown-table-filter__sort-button{width:50%;font-size:1.3rem;padding:1rem;color:#868686;border-radius:0;border:none}.dropdown-table-filter__sort-button:hover{background:#f4f4f4;color:#868686;border:none}.dropdown-table-filter__sort-button.active{background:#0074b7;color:#fff;border:none}.dropdown-table-filter__sort-button:focus{-webkit-box-shadow:none;box-shadow:none;border:none}.dropdown-table-filter__sort-button.active .dropdown-table-filter__sort-button__icon{fill:#fff}.dropdown-table-filter__sort-button__icon{fill:#868686;width:2rem;height:1.6rem}.bp-dropdown--sub{width:100%}.bp-dropdown--sub>span{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.2rem 2rem}.bp-dropdown--sub .bp-dropdown__btn,.bp-dropdown--sub .bp-dropdown__sub{width:100%}.bp-dropdown--sub .bp-dropdown__icon{margin-left:auto}.bp-dropdown__btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 5px;cursor:pointer;-webkit-transition:background-color .1s ease;transition:background-color .1s ease}.bp-dropdown__btn--active{background-color:#eee}.bp-dropdown__sub{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-dropdown__icon{display:inline-block;width:15px;height:15px;overflow:visible;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.bp-dropdown__icon--spin{width:12px;height:12px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}.bp-dropdown__icon--top{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.bp-dropdown__icon--right{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.bp-dropdown__icon--bottom{-webkit-transform:rotate(0);transform:rotate(0)}.bp-dropdown__icon--left{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.bp-dropdown .bp-dropdown__btn--active .bp-dropdown__icon--top,.bp-dropdown .bp-dropdown__sub--active .bp-dropdown__icon--top{-webkit-transform:rotate(0);transform:rotate(0)}.bp-dropdown .bp-dropdown__btn--active .bp-dropdown__icon--right,.bp-dropdown .bp-dropdown__sub--active .bp-dropdown__icon--right{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.bp-dropdown .bp-dropdown__btn--active .bp-dropdown__icon--bottom,.bp-dropdown .bp-dropdown__sub--active .bp-dropdown__icon--bottom{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.bp-dropdown .bp-dropdown__btn--active .bp-dropdown__icon--left,.bp-dropdown .bp-dropdown__sub--active .bp-dropdown__icon--left{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.bp-dropdown__body{position:fixed;top:0;left:0;z-index:999;color:#212529;text-align:left;background-color:#fff;padding:0;-webkit-box-shadow:0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;outline:none;background-clip:padding-box;border:1px solid #F2F4F7;width:auto;margin:0;border-radius:1rem;overflow:auto;max-height:50vh}.bp-dropdown__body:before{display:none}.bp-dropdown__body .dropdown-item{padding:1rem 2rem;line-height:1;font-size:1.3rem;color:#505050}.bp-dropdown__body .dropdown-item:active,.bp-dropdown__body .dropdown-item:focus,.bp-dropdown__body .dropdown-item:hover{background-color:#f4f2f2;outline:none;color:#3a87cb}.bp-dropdown__body .dropdown-item.disabled{color:#cecece}.bp-dropdown__body li{list-style-type:none}.bp-dropdown__body li:first-child .dropdown-item{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bp-dropdown__body li:last-child .dropdown-item{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.bp-dropdown__body li.sub>.dropdown-item{padding:0}.bp-dropdown .fade-enter-active,.bp-dropdown .fade-leave-active{-webkit-transition:opacity .1s;transition:opacity .1s}.bp-dropdown .fade-enter,.bp-dropdown .fade-leave-to{opacity:0}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.dropdown-bt-box__bt-image{width:2.6rem;height:2.6rem;border-radius:50%;border:1px solid rgba(206,206,206,.5)}.dropdown-bt-box__bt-image.in-list{margin-right:.5rem}.dropdown-bt-box__arrow-icon{height:1.2rem;width:1rem;fill:#727272;margin-left:.7rem}.dropdown-modal .dropdown-menu{min-width:20rem;width:auto;border-radius:0;margin:0;border:1px solid #D8D8D8;top:1px!important}.dropdown-modal .dropdown-menu .dropdown-item{padding:1rem 2rem}.dropdown-modal .dropdown-menu .dropdown-item:hover{color:#3a87cb}.dropdown-modal .dropdown-menu:before{display:none}.dropdown-modal .dropdown-toggle{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:0;min-width:auto}.dropdown-modal__icon{width:1.1rem;height:.8rem;fill:#fff;margin-left:.8rem;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}.dropdown-text{margin-bottom:3px}.dropdown-text .dropdown-toggle{color:#525252;font-size:1.6rem;font-weight:500;text-align:left;padding:4px 0}.dropdown-text .dropdown-menu{margin:0;top:0!important;min-width:auto}.dropdown-text .dropdown-menu:before{display:none}.dropdown-text .dropdown-menu .dropdown-item{padding:.8rem 1rem}.dropdown-privacy .dropdown-toggle{color:#5d5d5d;font-size:1.2rem;background:#eee;text-align:left;padding:3px 7px}.dropdown-privacy .dropdown-menu{margin:0;top:0!important;min-width:100%;width:100%}.dropdown-privacy .dropdown-menu:before{display:none}.dropdown-privacy .dropdown-menu .dropdown-item{padding:7px;font-size:1.2rem}.dropdown-privacy__icon{width:1.2rem;height:1.2rem;fill:#5d5d5d;margin-right:.5rem}.dropdown-page-header{margin-bottom:3px}.dropdown-page-header .dropdown-toggle{font-size:2rem;font-weight:500;color:#404040;line-height:1.2;padding:0}.dropdown-page-header .dropdown-menu{margin:0;top:4px!important;min-width:12rem}.dropdown-page-header .dropdown-menu:before{display:none}.dropdown-page-header .dropdown-menu .dropdown-item{padding:.8rem 1rem}.dropdown-page-header__icon{fill:#404040;width:.95rem;height:.54rem;margin-left:.4rem}.dropdown-page-header.show .dropdown-page-header__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-extra-addresses{position:absolute;margin-top:2px}@media only screen and (max-width: 47.93em){.dropdown-extra-addresses{display:none}}.dropdown-extra-addresses .dropdown-toggle{color:#969696;font-size:.9rem;padding:0;font-weight:600;text-decoration:underline!important}.dropdown-extra-addresses .dropdown-menu{margin:0;top:4px!important;min-width:20rem}.dropdown-extra-addresses .dropdown-menu:before{display:none}.dropdown-extra-addresses .dropdown-menu .dropdown-item{padding:.8rem 1rem}@media not all and (-webkit-min-device-pixel-ratio: 0),not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none) and (display: flow-root){.dropdown-extra-addresses{left:1rem}}}@media not all and (-webkit-min-device-pixel-ratio: 0),not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none) and (stroke-color: transparent){.dropdown-extra-addresses{left:1rem}}}.dropdown-more-tags{position:absolute;margin-top:-2px}@media only screen and (max-width: 75em){.dropdown-more-tags{left:3rem}}@media only screen and (max-width: 47.93em){.dropdown-more-tags{left:unset}}.dropdown-more-tags .dropdown-toggle{color:#969696;font-size:.9rem;padding:0;font-weight:600;text-decoration:underline!important}.dropdown-more-tags .dropdown-menu{margin:1rem 0;min-width:60rem}@media only screen and (max-width: 56.25em){.dropdown-more-tags .dropdown-menu{min-width:58rem}}@media only screen and (max-width: 47.93em){.dropdown-more-tags .dropdown-menu{min-width:43rem}}@media only screen and (max-width: 37.5em){.dropdown-more-tags .dropdown-menu{min-width:99vw}}.dropdown-more-tags .dropdown-menu:before{display:none}.dropdown-more-tags .dropdown-menu .dropdown-item{padding:.8rem 1rem}.dropdown-more-tags__content .btn-close-modal{float:right;margin-left:1rem}.dropdown-more-tags__content .btn-close-modal__icon{width:1.3rem;height:1.3rem}@media only screen and (max-width: 75em){.dropdown-more-tags .table-list__partner-quali__list{padding-left:0}}.dropdown-current-workspace{background:#4bb8ff;padding:0;border-radius:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:1.5rem;width:14rem;max-width:17rem;position:relative}.dropdown-current-workspace a{height:3.2rem}@media only screen and (max-width: 37.5em){.dropdown-current-workspace{display:none}}.dropdown-current-workspace .dropdown-toggle:after{border-bottom-color:#fff;border-top-color:#fff}.dropdown-current-workspace .nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1rem;width:100%}@media only screen and (max-width: 37.5em){.dropdown-current-workspace .nav-link{width:inherit;padding:0}}.dropdown-current-workspace__workspace-name{font-size:1.2rem;color:#fff;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width: 37.5em){.dropdown-current-workspace__workspace-name{display:none}}.dropdown-current-workspace__body{background:#fff;padding:1rem}.dropdown-current-workspace__list{list-style:none;padding:0;margin:0;max-height:50vh}.dropdown-current-workspace__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;padding:2rem 0;height:2rem;color:#404040}.dropdown-current-workspace__list__item:hover{background:#eaecef;border-radius:3px}.dropdown-current-workspace__list__item__ws-name{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-current-workspace__list img{width:4rem;height:auto}.dropdown-current-workspace__list span{margin-left:1rem}.dropdown-current-workspace .dropdown-menu{min-width:18rem;width:18rem;height:auto;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:0;margin:0;list-style:none;top:1rem!important;border:none}.dropdown-current-workspace .dropdown-menu:before{content:"";height:2rem;width:2rem;background-color:#fff;position:absolute;top:-2px;right:6px;border-top:1px solid #E9EBED;border-left:1px solid #E9EBED;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.dropdown-offer-actions{width:2.6rem;height:2.6rem;border:1px solid #e0e0e0;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px}.dropdown-offer-actions__icon{width:1.1rem;height:1.1rem;fill:#909090}.dropdown-offer-actions .dropdown-menu:before{display:none}.select-owner-title{height:3.2rem}.select-owner-title__dropdown{background:#fff!important;border-color:#eaeaea!important;color:#444!important;font-size:1.3rem;border-radius:5px!important}@media only screen and (max-width: 47.93em){.dropdown-tabs-nav{width:auto;height:3.2rem}}.dropdown-tabs-nav__icon{width:1.2rem;height:1.2rem;fill:#bfbfbf}@media only screen and (max-width: 47.93em){.dropdown-tabs-nav__icon{fill:#a8a8a8}}.dropdown-tabs-nav .dropdown-menu{margin:0}.dropdown-tabs-nav .dropdown-menu li.active{border-left:2px solid #02B8FB}.dropdown-tabs-nav .dropdown-menu li.active .dropdown-item{background-color:#f4f2f2;outline:none;color:#0069b4}.dropdown-tabs-nav .dropdown-menu li.tab-error{border-left:2px solid #E45B72}.dropdown-tabs-nav .dropdown-menu li.tab-error .dropdown-item{background-color:#f4f2f2;outline:none;color:#e45b72}.dropdown-tabs-nav .dropdown-menu:before{display:none}.dropdown-tabs-nav .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-tabs-nav__span{border-bottom:0;position:relative;padding-bottom:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:3rem;font-weight:500;color:#3a87cb;font-size:1.3rem;letter-spacing:.3px}.dropdown-tabs-nav__span__icon{width:.7rem;height:.7rem;fill:#4087cb;margin-left:6px}.work-status-dropdown{font-size:1.25rem;line-height:1.2;color:#475467;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0!important}.work-status-dropdown.lock-work{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.work-status-dropdown:hover{color:#475467!important;text-decoration:none}.work-status-dropdown:focus,.work-status-dropdown:visited,.work-status-dropdown:link{text-decoration:none}.work-status-dropdown__icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:.4rem}.work-status-dropdown__icon{width:1rem;height:1rem;fill:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width: 37.5em){.work-status-dropdown span{margin-left:auto;margin-right:auto}}.work-status-dropdown__badge{width:12px;height:12px;border-radius:50%;margin-right:.5rem;display:block;background:#fad859}.work-status-dropdown__badge.green{background:#2abb9b}.work-status-dropdown__badge.yellow{background:#fad859}.work-status-dropdown__badge.red{background:#e45b72}.work-status-dropdown__badge.gray{background:#505050}.dropdown-text-editor{margin:0 1rem;position:relative;top:0;right:0;left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-text-editor__icon{width:2rem;height:2rem;fill:#687481}.dropdown-text-editor__icon.document{width:1.6rem;height:1.6rem}.dropdown-text-editor__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-text-editor__toggle:active,.dropdown-text-editor__toggle:link,.dropdown-text-editor__toggle:hover{text-decoration:none}.dropdown-text-editor__text{font-size:1.3rem;color:#687481;margin-left:.5rem}.dropdown-text-editor__toggle{width:auto!important;min-width:auto!important;background:transparent!important;border:0!important;padding:0!important}.dropdown-text-editor .dropdown-menu{padding:0}.dropdown-text-editor .dropdown-item{background:#e6eaea!important}.dropdown-text-editor .dropdown-item__icon{width:1.4rem;height:1.4rem;fill:#3a87cb}.dropdown-text-editor .dropdown-item:hover{background:#3a87cb!important;color:#fff!important}.dropdown-text-editor .dropdown-item:hover .dropdown-item__icon{fill:#fff}.dropdown-text-editor .dropdown-item__documents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dropdown-text-editor .dropdown-item__documents__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-text-editor .dropdown-item__documents__item-wrapper{width:4rem;height:4rem;overflow:hidden;border-radius:3px;margin-right:1rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dropdown-text-editor .dropdown-item__documents__item-wrapper__item{width:auto;height:4rem}.dropdown-text-editor .dropdown-item__documents__item-wrapper__item-file{width:3rem;height:3rem}.dropdown-text-editor .dropdown-item__documents__item-wrapper:hover .dropdown-item__documents__delete-document{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dropdown-text-editor .dropdown-item__documents__delete-document{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:#e45b7202;display:none}.dropdown-text-editor .dropdown-item__documents__delete-document__icon{width:1.6rem;height:1.6rem;fill:#fff}.dropdown-text-editor.document .dropdown-item{padding:.5rem!important}.dropdown-text-editor.document .dropdown-item:hover{background:#e6eaea!important}.dropdown-text-editor.document .btn-link{color:#909090;font-size:1.3rem}.dropdown-text-editor.document .btn-link:hover{text-decoration:none;color:#777}.dropdown-new{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-new__button{font-size:1.3rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#707070}.dropdown-new__button:hover{color:#707070}.dropdown-new__button.blue{color:#3a87cb}.dropdown-new__button .icon{width:1.4rem;height:1.4rem;fill:#707070;margin-left:5px}.dropdown-new__button.border{border:1px solid #707070!important;padding:7.5px 24px}.dropdown-new .dropdown-menu{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.dropdown-new.before-left .dropdown-menu:before{right:inherit!important;left:2.5rem}.action-dropdown{border:1px solid transparent!important}.action-dropdown:hover{background:#f2f4f7;border:1px solid #EAECF0!important;border-radius:3px}.action-dropdown__button{background-color:transparent!important;border:0;padding:0 6px!important}.action-dropdown__button:active,.action-dropdown__button:link,.action-dropdown__button:focus,.action-dropdown__button:visited{background:transparent!important;border:0!important}.action-dropdown__button:after{display:none}.action-dropdown__button .icon{width:16px;height:16px;fill:#98a2b3}.action-dropdown .dropdown-menu{margin:0!important;border-radius:8px!important;border-color:#f2f4f7!important;outline:none!important;-webkit-box-shadow:0 6px 14px -2px rgba(16,24,40,.1)!important;box-shadow:0 6px 14px -2px #1018281a!important;z-index:100!important;top:0!important}.action-dropdown .dropdown-menu:before{display:none}.action-dropdown .dropdown-menu li:first-child{border-radius:8px 8px 0 0;overflow:hidden}.action-dropdown .dropdown-menu li:last-child{border-radius:0 0 8px 8px;overflow:hidden}.action-dropdown .dropdown-menu .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent}.action-dropdown .dropdown-menu .dropdown-item:hover{background:#f2f4f7}.action-dropdown .dropdown-menu .dropdown-item .icon{width:16px;height:16px;fill:#1d2939;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.action-dropdown .dropdown-menu .dropdown-item span{font-size:1.3rem;color:#1d2939;font-weight:500}.action-dropdown .dropdown-menu .dropdown-item.bookmarked-category .icon{fill:#4bb8ff}.action-dropdown .dropdown-menu li.last-child span{color:#e45b72}.action-dropdown .dropdown-menu li.last-child .icon{fill:#e45b72}.action-dropdown.show .btn,.action-dropdown.show .btn-secondary,.action-dropdown.show .dropdown-toggle{background:transparent!important;border:0!important}.action-dropdown.show .btn:active,.action-dropdown.show .btn:link,.action-dropdown.show .btn:focus,.action-dropdown.show .btn:visited,.action-dropdown.show .btn-secondary:active,.action-dropdown.show .btn-secondary:link,.action-dropdown.show .btn-secondary:focus,.action-dropdown.show .btn-secondary:visited,.action-dropdown.show .dropdown-toggle:active,.action-dropdown.show .dropdown-toggle:link,.action-dropdown.show .dropdown-toggle:focus,.action-dropdown.show .dropdown-toggle:visited{background:transparent!important;border:0!important}.share-dropdown .btn,.share-dropdown .dropdown-toggle,.share-dropdown .btn-secondary{padding:0;background:transparent!important;border:0!important}.share-dropdown .btn:after,.share-dropdown .dropdown-toggle:after,.share-dropdown .btn-secondary:after{display:none}.share-dropdown .btn .icon,.share-dropdown .dropdown-toggle .icon,.share-dropdown .btn-secondary .icon{width:18px;height:18px;fill:#98a2b3}.share-dropdown .dropdown-menu{margin:0 auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;left:-20px!important}.share-dropdown .dropdown-menu:before{width:1rem;height:1rem;top:-2px;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translate(-50%)}.share-dropdown .dropdown-menu .share-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem}.share-dropdown .dropdown-menu .share-list__item{margin-bottom:5px;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.share-dropdown .dropdown-menu .share-list__item:last-child{margin-right:0}.filters-dropdown:has(.dropdown-menu.show) .dropdown-toggle .icon.caret-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);fill:#4bb8ff}.filters-dropdown .dropdown-toggle{background:transparent!important;border:0!important;font-size:1.2rem;color:#667085!important;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px}.filters-dropdown .dropdown-toggle .ml-2{color:#1d2939;font-weight:600}.filters-dropdown .dropdown-toggle:focus,.filters-dropdown .dropdown-toggle:link,.filters-dropdown .dropdown-toggle:active,.filters-dropdown .dropdown-toggle:visited{background:transparent!important;border:0!important}.filters-dropdown .dropdown-toggle:after{display:none}.filters-dropdown .dropdown-toggle .bookmark-icon{width:14px;height:14px;fill:#667085;margin-right:6px;-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .dropdown-toggle .caret-icon{width:8px;height:8px;fill:#98a2b3;margin-left:6px;-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .dropdown-toggle .user-icon{width:14px;height:14px;fill:#667085;margin-right:6px;-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .dropdown-toggle .columns-icon{width:12px;height:12px;fill:#667085;margin-right:6px;-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .dropdown-toggle .grouped-icon,.filters-dropdown .dropdown-toggle .gear-icon{width:16px;height:16px;fill:#667085;margin-right:6px;-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .dropdown-menu{border-radius:5px;border:1px solid #F2F4F7;-webkit-box-shadow:0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814;overflow:hidden;min-width:25rem;margin:0!important;padding-top:1.5rem;padding-bottom:1.5rem}.filters-dropdown .dropdown-menu .b-dropdown-text{margin-bottom:0}.filters-dropdown .dropdown-menu:before{display:none}.filters-dropdown .dropdown-menu li.group .dropdown-item .group-icon{width:14px;height:14px;margin-right:8px;-ms-flex-negative:0;flex-shrink:0;margin-top:3px;display:none}.filters-dropdown .dropdown-menu li.group .dropdown-item .eye-icon{width:16px;height:16px;fill:#667085;margin-right:6px;-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .dropdown-menu li.select{cursor:pointer}.filters-dropdown .dropdown-menu li.select .b-dropdown-text{font-size:1.3rem!important;color:#667085}.filters-dropdown .dropdown-menu li.select.selected-all .b-dropdown-text{color:#101828;font-weight:600}@media only screen and (max-width: 40em){.filters-dropdown.smart-view{position:inherit!important}}@media only screen and (max-width: 40em){.filters-dropdown.smart-view.show:before{display:block;content:"";left:0;top:0;bottom:0;width:100%;height:100vh;position:fixed;background:#000c;z-index:600}}.filters-dropdown.smart-view .dropdown-menu{padding-top:8px;padding-bottom:8px;-webkit-transform:translate3d(0,14px,0)!important;transform:translate3d(0,14px,0)!important}@media only screen and (max-width: 40em){.filters-dropdown.smart-view .dropdown-menu{position:fixed!important;bottom:0;left:0;width:100%;-webkit-transform:translate3d(0,0,0)!important;transform:translateZ(0)!important;height:calc(100vh - 10rem);overflow:hidden;top:inherit!important;border-radius:0}}@media only screen and (max-width: 40em){.filters-dropdown.smart-view .dropdown-menu .smartview-group{height:calc(100vh - 30rem);overflow-y:auto}}.filters-dropdown.smart-view .dropdown-menu .smartview-group ul{list-style:none}.filters-dropdown.smart-view .dropdown-menu .dropdown-item span{white-space:break-spaces}.filters-dropdown.smart-view .dropdown-menu .dropdown-item:hover .save-icon{visibility:visible;margin-left:auto}.filters-dropdown.smart-view .dropdown-menu .dropdown-item .save-icon{visibility:hidden;margin-left:auto;margin-top:-2px;width:16px;height:16px}@media only screen and (max-width: 64em){.filters-dropdown.smart-view .dropdown-menu .dropdown-item .save-icon{visibility:visible}}.filters-dropdown.smart-view .dropdown-menu .dropdown-item .save-icon:hover .icon{fill:#344054}.filters-dropdown.smart-view .dropdown-menu .dropdown-item .save-icon .icon{width:16px;height:16px;fill:#667085}.filters-dropdown .selected-list{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;margin-left:2px}.filters-dropdown .selected-list__item{color:#344054;font-size:1.2rem;font-weight:600;padding-left:4px;padding-right:4px;position:relative}.filters-dropdown .selected-list__item:before{width:1px;height:100%;background:#344054;display:block;position:absolute;right:0;content:""}.filters-dropdown .selected-list__item:first-child{padding-left:0}.filters-dropdown .selected-list__item:last-child{padding-right:0}.filters-dropdown .selected-list__item:last-child:before{display:none}.filters-dropdown .status-dropdown__state{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters-dropdown .status-dropdown__state span{-ms-flex-negative:0;flex-shrink:0}.filters-dropdown .status-dropdown__state span.selected-title{font-size:1.2rem;color:#667085;font-weight:600}.filters-dropdown .status-dropdown__state span.single-selected{font-size:1.2rem;color:#1d2939;font-weight:600;margin-left:3px}@media only screen and (max-width: 40em){.filters-dropdown.users-filter-dropdown{position:inherit!important}}@media only screen and (max-width: 40em){.filters-dropdown.users-filter-dropdown.show:before{display:block;content:"";left:0;top:0;bottom:0;width:100%;height:100vh;position:fixed;background:#000c;z-index:600;-webkit-transform:rotate(0)!important;transform:rotate(0)!important}}.filters-dropdown.users-filter-dropdown .dropdown-menu{position:relative;padding-bottom:0;padding-top:1rem}@media only screen and (max-width: 40em){.filters-dropdown.users-filter-dropdown .dropdown-menu.show{position:fixed!important;bottom:0;left:0;width:100%;-webkit-transform:translate3d(0,0,0)!important;transform:translateZ(0)!important;height:calc(100vh - 25rem);overflow-y:auto;top:inherit!important}}.filters-dropdown.users-filter-dropdown.assigned-filter .dropdown-menu{overflow-y:auto;max-height:350px}.filters-dropdown.users-filter-dropdown.assigned-filter .dropdown-menu li:last-child:has(.b-dropdown-text){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filters-dropdown.users-filter-dropdown.assigned-filter .dropdown-menu li:last-child:has(.b-dropdown-text):has(button){border-top:1px solid #EAECF0}.filters-dropdown.users-filter-dropdown.assigned-filter .dropdown-menu li .b-dropdown-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters-dropdown.users-filter-dropdown.assigned-filter .dropdown-menu li .b-dropdown-text:has(button){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:16px;padding-bottom:16px}.filters-dropdown.users-filter-dropdown.assigned-filter .dropdown-menu li .b-dropdown-text button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:1px solid #EAECF0;border-radius:5px;padding:8px 12px}@media only screen and (min-width: 40em){.cards-container--dashboard__card .filters-dropdown.users-filter-dropdown .dropdown-menu{height:300px!important;overflow:auto!important;-webkit-transform:inherit!important;transform:inherit!important;top:25px!important;margin-left:inherit!important;right:0!important;left:auto!important}}.filters-dropdown .filter-list{list-style:none;padding:0}.filters-dropdown .filter-list{max-height:280px;overflow-y:auto}@media only screen and (max-width: 40em){.filters-dropdown.status-filter{position:inherit!important}}@media only screen and (max-width: 40em){.filters-dropdown.status-filter.show:before{display:block;content:"";left:0;top:0;bottom:0;width:100%;height:100vh;position:fixed;background:#000c;z-index:600;-webkit-transform:rotate(0)!important;transform:rotate(0)!important}}@media only screen and (max-width: 40em){.filters-dropdown.status-filter .dropdown-menu{position:fixed!important;bottom:0!important;left:0!important;top:inherit!important;right:inherit!important;-webkit-transform:inherit!important;transform:inherit!important;width:100%;height:calc(100vh - 25rem);overflow-y:auto;border-bottom-left-radius:0;border-bottom-right-radius:0}}.filters-dropdown.status-filter .dropdown-menu li:last-child:has(.b-dropdown-text){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filters-dropdown.status-filter .dropdown-menu li:last-child:has(.b-dropdown-text):has(button){border-top:1px solid #EAECF0}.filters-dropdown.status-filter .dropdown-menu li .b-dropdown-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters-dropdown.status-filter .dropdown-menu li .b-dropdown-text:has(button){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:16px;padding-bottom:50px}.filters-dropdown.status-filter .dropdown-menu li .b-dropdown-text button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:1px solid #EAECF0;border-radius:5px;padding:8px 12px}@media only screen and (max-width: 40em){.filters-dropdown.grouped-dropdown{position:inherit!important}}@media only screen and (max-width: 40em){.filters-dropdown.grouped-dropdown.show:before{display:block;content:"";left:0;top:0;bottom:0;width:100%;height:100vh;position:fixed;background:#000c;z-index:600;-webkit-transform:rotate(0)!important;transform:rotate(0)!important}}@media only screen and (max-width: 40em){.filters-dropdown.grouped-dropdown .dropdown-menu.show{position:fixed!important;bottom:0!important;left:0!important;top:inherit!important;right:inherit!important;-webkit-transform:inherit!important;transform:inherit!important;width:100%;height:calc(100vh - 30rem);overflow:auto}}.filters-dropdown.grouped-dropdown .dropdown-menu li .b-dropdown-text .move-cell{margin-left:auto!important}.filter-dropdown .dropdown-menu li.smart-view__new-view .dropdown-item{padding:8px 12px 8px 20px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter-dropdown .dropdown-menu li.smart-view__new-view .dropdown-item .icon{width:12px;height:12px;fill:#667085;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.filter-dropdown .dropdown-menu li.smart-view__new-view .dropdown-item span{font-size:1.3rem;color:#101828}.filter-dropdown .dropdown-menu li .dropdown-item{color:#101828}.filter-dropdown .dropdown-menu li .dropdown-item:hover{background:#eaecf0}.filter-dropdown .dropdown-menu li.list-item .dropdown-item .icon{width:14px;height:14px;fill:#98a2b3;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;margin-top:4px}.filter-dropdown .dropdown-menu li.list-item.active .dropdown-item .icon{fill:#4bb8ff}.filter-dropdown .dropdown-menu li.list-item.active .dropdown-item span{color:#101828}.filter-dropdown .dropdown-menu li.smart-view-settings .dropdown-item .icon{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0;margin-right:8px;fill:#101828}.filter-dropdown .dropdown-menu .smart-view-search{position:relative}.filter-dropdown .dropdown-menu .smart-view-search .b-dropdown-text{position:relative;padding-top:0}.filter-dropdown .dropdown-menu .smart-view-search .icon{width:12px;height:12px;fill:#667085;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:25px}.filter-dropdown .dropdown-menu .smart-view-search__input{padding:3px 8px 3px 24px;border:1px solid #EAECEF;background:#fff;height:32px;margin-top:5px;font-size:1.4rem!important}.filter-dropdown .dropdown-menu .smart-view-search__input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.filter-dropdown .dropdown-menu .smart-view-search__input::-webkit-input-placeholder{font-size:1.1rem;color:#475467}.filter-dropdown .dropdown-menu .smart-view-search__input::-moz-placeholder{font-size:1.1rem;color:#475467}.filter-dropdown .dropdown-menu .smart-view-search__input:-ms-input-placeholder{font-size:1.1rem;color:#475467}.filter-dropdown .dropdown-menu .smart-view-search__input::-ms-input-placeholder{font-size:1.1rem;color:#475467}.filter-dropdown .dropdown-menu .smart-view-search__input::placeholder{font-size:1.1rem;color:#475467}.filter-dropdown .dropdown-menu .dropdown-header{font-size:1.3rem;color:#101828;font-weight:600;margin-top:12px}.dropdown-export-button{width:3.4rem;height:3.4rem}@media only screen and (max-width: 47.93em){.dropdown-export-button{width:3.4rem;height:3.4rem}}.px-dropdown{width:inherit!important}.px-dropdown--more{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.px-dropdown--more .btn-secondary.dropdown-toggle{border:0;padding:0;background-color:transparent!important}.px-dropdown--more .btn-secondary.dropdown-toggle:after{display:none}.px-dropdown--more .btn-secondary.dropdown-toggle:hover{background-color:transparent!important}.px-dropdown--more .btn-secondary.dropdown-toggle:visited,.px-dropdown--more .btn-secondary.dropdown-toggle:link,.px-dropdown--more .btn-secondary.dropdown-toggle:active,.px-dropdown--more .btn-secondary.dropdown-toggle:focus{background-color:transparent!important;border:0!important}.px-dropdown--dd .dropdown-toggle{background:#f9fafb;border:1px solid #EAECF0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 14px;max-width:100%;max-height:56px}.px-dropdown--dd .dropdown-menu{min-width:35rem;width:100%;margin:0;max-height:250px;overflow-y:scroll;overflow-x:hidden;scrollbar-color:#98A2B3 #EAECF0;scrollbar-gutter:stable}.px-dropdown--dd .dropdown-menu .dropdown-item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@supports (text-wrap: pretty){.px-dropdown--dd .dropdown-menu .dropdown-item{text-wrap:pretty}}@supports not (text-wrap: pretty){.px-dropdown--dd .dropdown-menu .dropdown-item{white-space:break-spaces}}.px-dropdown--dd__text{font-size:1.4rem;color:#344054}.px-dropdown--dd__icon{width:14px;height:14px;fill:#344054;-ms-flex-negative:0;flex-shrink:0;margin-left:auto}.px-dropdown--dd--xl__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff!important;height:56px;padding:10px 16px}.px-dropdown--dd--xl__toggle span{font-size:1.7rem;font-weight:500;color:#98a2b3}.px-dropdown--basic .dropdown-toggle{border:0;background:transparent}.px-dropdown--basic svg{margin-left:8px}.px-dropdown--parent-dd .dropdown-menu{overflow:visible;margin:0;width:100%}.px-dropdown--parent-dd .dropdown-menu:before{display:none}.px-dropdown--sub-dropdown .dropdown-menu{min-width:34rem;overflow:visible;margin:0}.px-dropdown--sub-dropdown .dropdown-menu:before{display:none}.dropdown-collaborators{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:6px}.dropdown-collaborators .dropdown-item{display:grid;grid-template-columns:28px 1fr;grid-gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.2rem 1.6rem}.dropdown-collaborators .dropdown-toggle{padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-collaborators__item__image{width:28px;height:28px;border-radius:50%}.dropdown-collaborators .dropdown-menu{height:230px;overflow:auto;min-width:225px}.dropdown-ai{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown-ai__button{background:#f0e1f9;border:0;padding:0 8px;height:34px}.dropdown-ai__button:hover,.dropdown-ai__button:focus,.dropdown-ai__button:visited,.dropdown-ai__button:active,.dropdown-ai__button:link{background:#f0e1f9!important;border:0!important;outline:none!important}.dropdown-ai__button:after{display:none}.dropdown-ai__button span{font-size:1.3rem;color:#475467;font-weight:600;margin-left:8px;margin-right:8px}.dropdown-ai.show .btn-secondary.dropdown-toggle{background:#f0e1f9!important;border:0!important;outline:none!important}.dropdown-ai .dropdown-menu{min-width:22rem}.dropdown-ai .dropdown-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;color:#1d2939;font-weight:500}.dropdown-ai .dropdown-menu li a:hover{color:#1d2939}.dropdown-ai .dropdown-menu li a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:8px}.dropdown-ai .dropdown-menu li a.disabled{color:#d0d5dd;cursor:not-allowed;pointer-events:all}.dropdown-ai .dropdown-menu li a.disabled:hover{cursor:not-allowed;pointer-events:all}.dropdown-ai .dropdown-menu li a.disabled .icon{fill:#d0d5dd!important}.empty-state{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4rem}.empty-state__image{width:9rem;height:auto;margin-bottom:1rem}.empty-state__title{font-size:1.5rem;font-weight:600;color:#606060;margin-bottom:.2rem;line-height:1.2}.empty-state__description{font-size:1.25rem;color:#959595;margin-bottom:2rem;text-align:center}.empty-state__cta,.empty-state__cta:link,.empty-state__cta:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:1;background:#408fc7;padding:1.2rem 2rem;border-radius:1.3rem;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.2rem;font-weight:500;min-width:11rem;cursor:pointer}.empty-state__cta:hover{color:#fff}.empty-state__cta:focus,.empty-state__cta.focus{-webkit-box-shadow:none;box-shadow:none}.events{padding:0 0 2.5rem;width:100%}.events__add-new{padding:0}.events__buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 87.5em){.events__buttons-wrapper{margin-top:-.5rem;margin-left:-.5rem;margin-right:-.5rem}}.events__timeline-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.events__timeline-item__icon-box{width:3.9rem;height:3.9rem;background:#fff;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:3rem;position:relative;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.08);box-shadow:0 3px 6px #00000014}@media only screen and (max-width: 87.5em){.events__timeline-item__icon-box{width:3.6rem;height:3.6rem;margin-right:2rem}}.events__timeline-item__icon{width:1.7rem;height:1.7rem;fill:#9b9b9b}@media only screen and (max-width: 87.5em){.events__timeline-item__icon{width:1.5rem;height:1.5rem}}.events__timeline-item__icon.work,.events__timeline-item__icon.email{fill:#ef6c00}.events__timeline-item__icon.phone{fill:#e45b72}.events__timeline-item__icon.appointment,.events__timeline-item__icon.note{fill:#0fb9b1}.events__timeline-item__icon.task,.events__timeline-item__icon.collaborator{fill:#9e4554}.events__timeline-item__icon.document,.events__timeline-item__icon.property,.events__timeline-item__icon.tracking-link{fill:#34495e}.events__timeline-item__icon.contact{fill:#408fc7}.events__timeline-item__icon.offer{fill:#8e44ad}.events__timeline-item__icon.icon-phone{fill:#4aae48}.events__timeline-item__icon.icon-email{fill:#8c7ae6}.events__timeline-item__icon.icon-fax{fill:#06a085}.events__timeline-item__icon.icon-incoming-email{fill:#487eb0}.events__timeline-item__icon.icon-map-marker{fill:#34495e}.events__timeline-item__icon.icon-consultation{fill:#8e44ad}.events__timeline-item__icon.icon-more{fill:#797979}.events__timeline-item__icon.icon-contact-form{fill:#0074b7}.events__timeline-item__icon.icon-message{fill:#055864}.events__timeline-item__text-wrapper{width:calc(100% - 6.9rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 29.93em){.events__timeline-item__text-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.events__timeline-item__text-wrapper__left{width:81%}@media only screen and (max-width: 37.5em){.events__timeline-item__text-wrapper__left{width:95%}}@media only screen and (max-width: 29.93em){.events__timeline-item__text-wrapper__left{width:100%}}.events__timeline-item__text-wrapper__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}@media only screen and (max-width: 29.93em){.events__timeline-item__text-wrapper__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;justify-items:flex-start;text-align:left;width:100%}}.events__timeline-item__name{color:gray;font-size:1.4rem;font-weight:500;text-transform:uppercase}.events__timeline-item__name:hover .events__timeline-item__name__title-wrapper__edit-btn{visibility:visible;opacity:1}@media only screen and (max-width: 87.5em){.events__timeline-item__name{font-size:1.3rem}}.events__timeline-item__name span{color:#3a87cb}.events__timeline-item__name__title-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:4rem;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.events__timeline-item__name__title-wrapper__edit-btn{opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;width:3rem;height:3rem;border-radius:50%;background:#efefef;border:none;outline:none;margin-left:.5rem}.events__timeline-item__name__title-wrapper__edit-btn__icon{width:1.2rem;height:1.2rem;fill:#cecece;-webkit-transition:all .3s ease;transition:all .3s ease}.events__timeline-item__name__title-wrapper__edit-btn:focus{outline:none;border:none}.events__timeline-item__name__title-wrapper__edit-btn:hover .events__timeline-item__name__title-wrapper__edit-btn__icon{fill:#0074b7}.events__timeline-item__description{font-size:1.3rem;color:#797979;line-height:1.4}.events__timeline-item__description *{position:static!important}@media only screen and (max-width: 87.5em){.events__timeline-item__description{font-size:1.2rem}}.events__timeline-item__date{line-height:1.3;font-size:1.3rem;color:#717171;margin-bottom:.5rem;font-style:italic}@media only screen and (max-width: 29.93em){.events__timeline-item__date{width:100%!important}}.events-document{width:100%;margin-bottom:1rem}@media only screen and (max-width: 87.5em){.events-document{margin-bottom:0}}.events-document__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.events-document__list__item{width:4rem;height:4rem;position:relative;cursor:pointer;margin-right:1rem}.events-document__list__item__image-box{width:4rem;height:4rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.events-document__list__item__image{width:100%;height:4rem}.events-document__list__item__icon-box{width:2rem;height:2rem;background:#3a87cb;position:absolute;top:-.5rem;right:-.5rem;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:5}.events-document__list__item__icon-box__icon{width:1rem;height:1rem;fill:#fff}.events-document__list__item:hover .events-delete-document{display:-webkit-box;display:-ms-flexbox;display:flex}.new-events{margin-top:2.3rem;margin-bottom:1.7rem}.new-events__date{font-size:1.3rem;color:#606060;font-weight:600;text-transform:uppercase;margin-bottom:1.5rem}.new-events__event{width:calc(100% - 3rem);margin-left:3rem;margin-top:.9rem}.new-events__event:last-child .new-events__event__content{border-left:0}.new-events__event__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-events__event__header__icon-box{width:2rem;height:2rem;background:#a7a7a7;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.new-events__event__header__icon-box .icon{width:1.2rem;height:1.2rem;fill:#fff}.new-events__event__header__icon-box.phone{background:#2abb9b}.new-events__event__header__icon-box.email{background:#8e44ad}.new-events__event__header__title{font-size:1.4rem;color:#404040;font-weight:600;margin-bottom:0;margin-left:1.2rem}.new-events__event__header__title span{margin-left:5px}.new-events__event__header__time{font-size:1.2rem;font-weight:500;font-style:italic;color:gray;margin-bottom:0;margin-left:1rem}.new-events__event__content{display:grid;grid-template-columns:3fr 1fr;grid-gap:3rem;margin-left:1rem;padding-left:2.3rem;border-left:1px solid #EAEAEA;margin-top:.9rem;padding-bottom:1rem;position:relative}.new-events__event__content__text{font-size:1.4rem;color:#404040}.new-events__event__content__right{height:100%}.new-events__event__content__right__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.new-events__event__content__right__button-group .delete-btn{margin-left:1.5rem}.new-events__event__content__right__button-group .edit-btn,.new-events__event__content__right__button-group .delete-btn{width:2rem;height:2rem;background:transparent;border:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.new-events__event__content__right__button-group .edit-btn .icon,.new-events__event__content__right__button-group .delete-btn .icon{width:1.4rem;height:1.4rem;fill:#bababa}.new-events__event__content__right__username{position:absolute;right:0;font-size:1.25rem;font-style:italic;color:#404040;bottom:-1rem;margin-bottom:0}.new-events__event__content.no-border{border:0}.feature-box-new{background:transparent;border:2px dashed #C9C9C9;border-radius:5px;padding:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}@media only screen and (max-width: 87.5em){.feature-box-new{padding:3rem}}.feature-box-new:hover{background:#efefef;-webkit-transition:all .2s;transition:all .2s}.feature-box-new__text{-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% - 7.8rem)}.feature-box-new__title{width:100%;color:#747474;font-size:1.9rem;font-weight:400}.feature-box-new__description{font-size:1.3rem;color:#505050;line-height:1.6;margin:0}.feature-box-new.compact{padding:1.9rem;border-width:1px}.feature-box-new.compact .feature-box-new__title{font-size:1.6rem;font-weight:400;line-height:1;margin-bottom:0}.feature-box-new.compact .feature-box-new__icon-box{width:3rem;height:3rem;margin-right:2.4rem}.feature-box-new.compact .feature-box-new__icon{width:1.4rem!important;height:1.4rem!important}.feature-box-list{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:4rem}@media only screen and (max-width: 87.5em){.feature-box-list{padding:3rem}}@media only screen and (max-width: 29.93em){.feature-box-list{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 29.93em){.feature-box-list__icon-box{margin-bottom:2rem}}.feature-box-list__text{width:70%}@media only screen and (max-width: 87.5em){.feature-box-list__text{width:calc(100% - 7.8rem)}}@media only screen and (max-width: 29.93em){.feature-box-list__text{width:100%}}.feature-box-list__item-name{font-size:2.2rem;color:#747474;line-height:1.2;font-weight:400}@media only screen and (max-width: 75em){.feature-box-list__item-name{font-size:1.8rem}}@media only screen and (max-width: 37.5em){.feature-box-list__item-name{font-size:1.6rem}}.feature-box-list__item-field,.feature-box-list__item-date{font-size:1.4rem;color:#747474;line-height:1.3;font-weight:400}@media only screen and (max-width: 75em){.feature-box-list__item-field,.feature-box-list__item-date{font-size:1.3rem;line-height:1.2}}.feature-box-list__item-date{margin-bottom:1rem}.feature-box-list__item-description{font-size:1.3rem;color:#505050;line-height:1.4;margin:0}@media only screen and (max-width: 75em){.feature-box-list__item-description{font-size:1.2rem}}.feature-box-new__icon-box,.feature-box-list__icon-box{width:3rem;height:3rem;margin-right:3.6rem;background:#bebebe;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feature-box-new__icon,.feature-box-list__icon{font-size:1.5rem;color:#fff;width:1.4rem!important;height:1.4rem!important;fill:#fff}.edit-feature{visibility:hidden;opacity:0;-webkit-transition:all .2s;transition:all .2s;position:absolute;right:2rem;top:2rem}@media only screen and (max-width: 75em){.edit-feature{visibility:visible;opacity:1}}.edit-feature__icon-box{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.edit-feature__icon{width:2rem;height:2rem;fill:#dedede}.feed-banner{background:#fff;border-radius:1rem;display:block;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px #00000029;overflow:hidden}.feed-banner__image{width:100%;height:auto}.feed-banner__title-box{padding:2.7rem}@media only screen and (max-width: 87.5em){.feed-banner__title-box{padding:1.8rem}}.feed-banner__pre-title{color:#5c5c5c;font-size:1.3rem;text-transform:uppercase;margin-bottom:1rem;display:block}.feed-banner__title{color:#0069b4;font-size:1.8rem;font-weight:500;margin-bottom:0}@media only screen and (max-width: 100em){.feed-banner__title{font-size:1.6rem}}.feed-box{width:100%;background:#fff;border:1px solid #D8D8D8;padding:2.3rem 4.6rem;margin-bottom:4.5rem}@media only screen and (max-width: 87.5em){.feed-box{padding:2.4rem;margin-bottom:3.5rem}}@media only screen and (max-width: 37.5em){.feed-box{padding:1rem;margin-bottom:1.5rem}}.feed-box__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:2rem;margin-bottom:2.2rem;border-bottom:1px solid #D6D6D6;position:relative}@media only screen and (max-width: 37.5em){.feed-box__header{-ms-flex-wrap:wrap;flex-wrap:wrap}}.feed-box__header__user-photo-wrapper{width:5.9rem;height:5.9rem;min-width:5.9rem;border-radius:50%;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:2rem;border:1px solid #f8f8f8}@media only screen and (max-width: 37.5em){.feed-box__header__user-photo-wrapper{width:4rem;height:4rem;min-width:4rem;margin-right:1rem}}.feed-box__header__user-photo{width:auto;height:5.9rem}@media only screen and (max-width: 37.5em){.feed-box__header__user-photo{height:4rem}}.feed-box__header__user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 37.5em){.feed-box__header__user-info{width:calc(100% - 5rem)}}.feed-box__header__pre-title{font-size:1.3rem;color:#525252;line-height:1}@media only screen and (max-width: 37.5em){.feed-box__header__pre-title{font-size:1rem}}.feed-box__header__title{font-size:1.6rem;color:#525252;margin-bottom:.5rem}@media only screen and (max-width: 37.5em){.feed-box__header__title{font-size:1.4rem}}.feed-box__header__sub-title{font-weight:500;color:#9b9b9b;white-space:nowrap;font-size:1.2rem;line-height:1.2}@media only screen and (max-width: 37.5em){.feed-box__header__sub-title{font-size:1rem}}.feed-box__header__date{font-size:1.4rem;font-weight:500;color:#9b9b9b;margin-left:auto;white-space:nowrap;display:none}@media only screen and (max-width: 37.5em){.feed-box__header__date{width:100%;padding-left:5rem;font-size:1rem}}.feed-box__body{margin-bottom:2.2rem}@media only screen and (max-width: 87.5em){.feed-box__body{margin-bottom:0}}.feed-box__body__text{color:#434343;font-size:1.4rem;margin-bottom:2.2rem}.feed-calendar{padding:3rem 2.7rem}.feed-calendar__incoming-box{padding:1rem;border-radius:5px;border:1px solid #D8D8D8;border-left:5px solid #408FC7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.2rem;-webkit-transition:margin .1s;transition:margin .1s}.feed-calendar__incoming-box__date-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;text-align:center}.feed-calendar__incoming-box__date{font-size:2.2rem;font-weight:600;line-height:1}.feed-calendar__incoming-box__day{font-size:1.2rem;font-weight:500}.feed-calendar__incoming-box__title-box{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border-left:1px solid #d8d8d8;padding-left:1rem;margin-left:1rem}.feed-calendar__incoming-box__title{font-size:1.3rem;font-weight:500}.feed-calendar__incoming-box__category{font-size:1.3rem;font-style:italic}.feed-calendar__incoming-box.task{border-left-color:#9e4554}.feed-calendar__incoming-box.event{border-left-color:#408fc7}.feed-calendar__incoming-box.appointment{border-left-color:#0fb9b1}.feed-calendar__incoming-box:hover{margin-left:-4px}.feed-calendar__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem}.new-feed-box{width:100%;background:#fff;border:1px solid #D8D8D8;padding:2.3rem 4.6rem;padding:3.2rem 4rem;margin-bottom:4.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 87.5em){.new-feed-box{padding:2.4rem;margin-bottom:3.5rem}}@media only screen and (max-width: 37.5em){.new-feed-box{padding:1rem;margin-bottom:1.5rem}}.new-feed-box__user-photo-wrapper{width:4rem;height:4rem;min-width:4rem;border-radius:50%;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1rem;border:1px solid #f8f8f8}.new-feed-box__user-photo{width:auto;height:4rem}.new-feed-box__share-buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative}.new-feed-box__share-button{font-size:1.6rem;color:#a8a8a8;padding:1rem 1.8rem;border-radius:10rem;width:100%;-webkit-transition:all .2s ease;transition:all .2s ease;background:#f8f8f8;line-height:1;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-feed-box__share-button:hover{background:#f4f2f2;color:#a8a8a8;text-decoration:none}.new-feed-box__inside-button__icon{height:1.4rem;width:100%}.file-download__item{color:#5a6690;font-size:1.3rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.file-download__item__name{white-space:nowrap;max-width:22rem;overflow:hidden;text-overflow:ellipsis}.file-download__item__sep{background:#d7d7d7;margin:0 .8rem;height:1.7rem;width:1px;display:inline-block;line-height:1.7rem}.file-download__item__link{color:#5a6690;font-size:1.3rem;font-weight:500;text-decoration:underline;display:inline-block;white-space:nowrap;max-width:18rem;overflow:hidden;text-overflow:ellipsis}.file-download__item__link__size{font-size:1.1rem;color:#7882a7;font-weight:500;font-style:italic;text-decoration:underline;margin-left:.5rem;display:inline-block}.file-download__item__actions{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.file-download__item__actions__btn{width:2.1rem;height:2.1rem;border-radius:50%;background-color:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.file-download__item__actions__btn__icon{fill:#fff;width:1rem;height:.9rem}.file-download__item__actions__btn.edit{background-color:#3a87cb}.file-download__item__actions__btn.remove{margin-left:1.3rem;background-color:#f84558}.file-drop-area{border:1px dashed #9B9B9B;border-radius:0;text-align:center;font-size:1.5rem;color:#292929!important;font-weight:500;min-height:22.5rem;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1rem}.file-drop-area__icon{width:2.6rem;height:2.6rem;fill:#9b9b9b;margin-bottom:1.3rem}.file-drop-area.highlight,.file-drop-area:hover{border-color:#0074b7}.file-drop-area span span{color:#3a87cb}.file-drop-area.image{width:14rem;height:14rem;min-height:auto}@media only screen and (max-width: 37.5em){.file-drop-area.image{width:100%!important}}.file-drop-area.image.highlight,.file-drop-area.image:hover{border-color:#848484}.file-drop-area.image.highlight .feature-box-new__icon-box,.file-drop-area.image:hover .feature-box-new__icon-box{background:#9e9e9e}.file-drop-area.image .feature-box-new__icon-box{margin-right:0}.file-drop-area.image .feature-box-new__icon{width:1.4rem!important;height:1.4rem!important;-webkit-transition:all .1s;transition:all .1s}.file-drop-area.image.single{width:23rem;height:23rem}.file-drop-area.wizard{border:1px dashed #C8CACB;border-radius:5px;-webkit-transition:all .2s;transition:all .2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:32rem;text-decoration:none;width:100%}@media only screen and (max-width: 47.93em){.file-drop-area.wizard{height:24rem}}.file-drop-area.wizard:hover{border-color:#4bb8ff}.file-drop-area.wizard *{text-decoration:none}.file-drop-area.wizard .file-drop-area__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.file-drop-area.wizard .file-drop-area__icon{width:7.5rem;height:7.5rem}.file-drop-area.wizard .file-drop-area__upload-description{color:#a4a4a4;font-size:1.2rem;font-weight:600;margin-bottom:5rem}@media only screen and (max-width: 47.93em){.file-drop-area.wizard .file-drop-area__upload-description{margin-bottom:2rem}}.file-drop-area.wizard .file-drop-area__button-description{color:#9d9d9d;font-size:1.5rem;font-weight:600;margin-bottom:.8rem}.file-drop-area.wizard .file-drop-area__button{min-width:11.7rem;height:3.6rem;background:#edf5fd;border-radius:.5rem;color:#4bb8ff;font-size:1.3rem;font-weight:700;text-align:center;padding:2px 1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.file-drop-area.wizard .file-drop-area__button:hover{background:#ececec}.file-drop-area.wizard .file-drop-area__icon{width:3rem;height:3rem;fill:#1d2939}.file-upload th{color:#8e8e8e}.file-upload th,.file-upload td{font-size:1.2rem}.file-upload td.file-upload__name a{word-break:break-all}.image-carousel{padding-left:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media only screen and (max-width: 37.5em){.image-carousel{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 29.93em){.image-carousel{grid-template-columns:repeat(2,1fr)}}.image-carousel__img{max-height:100%;max-width:100%}.image-carousel__item{width:100%;height:14rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1rem solid #f4f4f4;border-bottom-width:0;background-color:#f4f4f4;outline:1px solid #D8D8D8;position:relative}@media only screen and (max-width: 37.5em){.image-carousel__item{height:10rem}}.image-carousel__item.gallery-single{width:100%;height:23rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom-width:1rem;margin-right:0;margin-bottom:0}.image-carousel__item.gallery-single .image-carousel__item__display-name{display:none}.image-carousel__item.gallery-single .image-carousel__item__edit-name-on-hover{display:none!important}.image-carousel__item.gallery-single .image-carousel__hover-actions{padding-bottom:0}.image-carousel__item__display-name{position:absolute;bottom:0;width:100%;background:#f4f4f4;font-size:1rem;max-width:100%;white-space:pre;overflow:hidden;text-overflow:ellipsis;padding:.7rem .5rem;min-height:2.7rem}.image-carousel__item__edit-name-on-hover{display:none}.image-carousel__item__btn{opacity:0;position:absolute;z-index:3;margin:.5rem}.image-carousel__item__btn,.image-carousel__item__btn:link,.image-carousel__item__btn:visited,.image-carousel__item__btn:disabled,.image-carousel__item__btn.disabled{background:transparent;color:#fff!important;border:1px solid #ffffff;padding:1rem;border-radius:.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-carousel__item__btn__icon{width:1.5rem;height:1.3rem;fill:#fff}.image-carousel__item:before{content:"";width:100%;height:100%;left:0;top:0;opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;position:absolute;background:transparent;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:2}.image-carousel__item:hover{border-width:0;padding:1.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-carousel__item:hover:before{opacity:1;background:#3a87cb}.image-carousel__item:hover .image-carousel__item__btn{opacity:1;position:relative}.image-carousel__item:hover .image-carousel__item__edit-name-on-hover{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:3;position:absolute;bottom:0;width:100%;background:#f4f4f4;font-size:1rem;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.7rem .5rem}.image-carousel__item:hover .image-carousel__item__edit-name-on-hover div{max-width:100%}.image-carousel__item:hover .image-carousel__item__edit-name-on-hover form{width:100%}.image-carousel__item:hover span{color:transparent}.image-carousel__item:hover img{display:none}.list-view .image-carousel__item:hover img{display:block}.image-carousel .file-drop-area.image{width:100%;height:14rem;min-height:auto;margin-bottom:0}@media only screen and (max-width: 37.5em){.image-carousel .file-drop-area.image{height:10rem}}.image-carousel__hover-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:3.1rem}.file-drop-container .file-drop-area{border:1px solid #EAECF0;border-radius:5px!important;min-height:auto!important;height:auto!important;padding:1rem 1.4rem;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.file-drop-container label{line-height:1;font-size:1.35rem!important;color:#475467;font-weight:400;cursor:pointer}.form{background:#fff;width:100%;z-index:2}.form input::-webkit-input-placeholder,.form textarea::-webkit-input-placeholder,.form select::-webkit-input-placeholder{color:#868686!important;opacity:1;font-style:italic}.form input::-moz-placeholder,.form textarea::-moz-placeholder,.form select::-moz-placeholder{color:#868686!important;opacity:1;font-style:italic}.form input:-ms-input-placeholder,.form textarea:-ms-input-placeholder,.form select:-ms-input-placeholder{color:#868686!important;opacity:1;font-style:italic}.form input::-ms-input-placeholder,.form textarea::-ms-input-placeholder,.form select::-ms-input-placeholder{color:#868686!important;opacity:1;font-style:italic}.form input::placeholder,.form textarea::placeholder,.form select::placeholder{color:#868686!important;opacity:1;font-style:italic}.form--modal{width:calc(100% + 2rem);margin:-1rem -1rem 0;background:transparent}.form--modal .form__title{padding-left:1rem}.form--modal .form__group,.form--modal .form__group--full-width{padding:1rem 1rem .8rem}.form--modal__create-new-work{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 64em){.form--modal__create-new-work{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.form--modal__create-new-work__col{width:100%}.form--modal__create-new-work__col__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:4rem;padding:0 1rem}.form--modal__create-new-work__col__header__title{font-size:1.4rem;color:#3a87cb;font-weight:600;margin-bottom:0;text-transform:uppercase}.form--modal__create-new-work .radio-button-group{height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form--modal__create-new-work .radio-button-group .form__radio-group{margin-right:0;margin-left:2rem}.form--modal__create-new-work .radio-button-group .form__radio-label{margin-bottom:.3rem}.form--modal__create-new-work__collapse-btn{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.form--modal__create-new-work__collapse-btn__icon-plus{width:.8rem;height:.8rem;fill:#3a87cb;margin-right:3px}.form--modal__create-new-work__collapse-btn__icon-plus.icon-menu-contact{width:1.3rem;height:1.3rem;fill:#3a87cb;margin-right:5px}.form--modal__create-new-work__collapse-btn__icon-minus{width:.8rem;height:.8rem;fill:#3a87cb;margin-right:3px}.form__container{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.form__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.form__column-container{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;width:100%}.form__column-container.col-profile-card-modal{grid-template-columns:57% auto;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}@media only screen and (max-width: 47.93em){.form__column-container.col-profile-card-modal{grid-template-columns:none;grid-template-rows:auto auto;grid-row-gap:4rem}}.form__title-group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.form__title-group:not(:last-child){margin-bottom:3.5rem}.form__title-group--sm{width:50%;margin-bottom:0}@media only screen and (max-width: 37.5em){.form__title-group--sm{width:100%}}.form__title-group--modal:not(:last-child){margin-bottom:0}.form__title-group--modal:last-child{margin-bottom:0}.form__title{width:100%;font-size:1.3rem;color:#404040;text-transform:uppercase;font-weight:600;padding-left:1.6rem;margin-bottom:1rem}@media only screen and (max-width: 87.5em){.form__title{padding-left:1rem}}@media only screen and (max-width: 29.93em){.form__title{padding-left:0}}.form__title.profile-modal-title{margin-top:1rem;margin-bottom:3rem}@media only screen and (max-width: 47.93em){.form__title.profile-modal-title{margin-top:0;margin-bottom:1rem}}.form__title--modal,.form__title--sm{font-size:1.3rem;color:#344054;margin:0;margin-bottom:.6rem;font-weight:500;text-transform:none;padding-left:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:normal;width:100%;line-height:1.2}.form__title--modal.as-checkbox-label,.form__title--sm.as-checkbox-label{position:relative;padding-left:2rem!important;cursor:pointer;font-style:normal}.form__title--modal.disabled,.form__title--sm.disabled{color:#4040408f}.form__title--modal.disabled span,.form__title--modal.disabled .invalid-warning-text,.form__title--sm.disabled span,.form__title--sm.disabled .invalid-warning-text{color:#e45b728f}.form__title--modal.has-sub,.form__title--sm.has-sub{margin-bottom:0!important}.form__title--modal.sub,.form__title--sm.sub{font-size:1.2rem;color:#8c8c8c;margin-top:0;margin-bottom:1rem}.form__title--modal.text-sm,.form__title--sm.text-sm{font-size:1.3rem}.form__title span{color:#e45b72}.form__title__contact-modal-id{font-weight:400;color:#888!important}.form__new-group-title{color:#3a87cb;font-weight:600;font-size:1.4rem;text-transform:uppercase;width:100%;position:relative;margin-left:1rem;overflow:hidden}.form__new-group-title:after{content:"";position:absolute;width:100%;height:1px;background:#d5d5d5;right:1rem;top:50%;display:block}.form__new-group-title div{display:inline;background:#fff;position:relative;z-index:1;padding-right:1.2rem}.form__group{width:50%;padding:1.6rem;position:relative}.form__group--draggable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.form__group--draggable .draggable-icon-box{cursor:move}.form__group--draggable .draggable-icon{width:2rem;height:2rem;margin-right:1.7rem}.form__group--draggable .draggable-position{bottom:-1rem;left:5.5rem}@media only screen and (max-width: 87.5em){.form__group{padding:1rem}}@media only screen and (max-width: 75em){.form__group{width:100%}}@media only screen and (max-width: 29.93em){.form__group{padding:1rem 0}}.form__group--wrapper{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width: 47.93em){.form__group--wrapper{width:100%}}.form__group--wrapper-100{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.form__group--full-width{width:100%!important;padding:1.6rem;position:relative}@media only screen and (max-width: 87.5em){.form__group--full-width{padding:1rem}}@media only screen and (max-width: 29.93em){.form__group--full-width{padding:1rem 0}}.form__group--auto{width:auto!important}.form__group--5{width:5%!important}.form__group--10{width:10%!important}.form__group--15{width:15%!important}.form__group--20{width:20%!important}.form__group--25{width:25%!important}.form__group--30{width:30%!important}.form__group--33{width:33.3333332%!important}.form__group--35{width:35%!important}.form__group--40{width:40%!important}.form__group--45{width:45%!important}.form__group--50{width:50%!important}.form__group--55{width:55%!important}.form__group--65{width:65%!important}.form__group--70{width:70%!important}.form__group--75{width:75%!important}.form__group--85{width:85%!important}.form__group--95{width:95%!important}.form__group--100{width:100%!important}.form__group--no-padding{padding:0!important}@media only screen and (max-width: 87.5em){.form__group--sm-desktop-5{width:5%!important}.form__group--sm-desktop-15{width:15%!important}.form__group--sm-desktop-20{width:20%!important}.form__group--sm-desktop-25{width:25%!important}.form__group--sm-desktop-30{width:30%!important}.form__group--sm-desktop-33{width:33.3333332%!important}.form__group--sm-desktop-35{width:35%!important}.form__group--sm-desktop-40{width:40%!important}.form__group--sm-desktop-45{width:45%!important}.form__group--sm-desktop-50{width:50%!important}.form__group--sm-desktop-55{width:55%!important}.form__group--sm-desktop-65{width:65%!important}.form__group--sm-desktop-70{width:70%!important}.form__group--sm-desktop-75{width:75%!important}.form__group--sm-desktop-85{width:85%!important}.form__group--sm-desktop-95{width:95%!important}.form__group--sm-desktop-100{width:100%!important}}@media only screen and (max-width: 75em){.form__group--tab-land-5{width:5%!important}.form__group--tab-land-15{width:15%!important}.form__group--tab-land-20{width:20%!important}.form__group--tab-land-25{width:25%!important}.form__group--tab-land-30{width:30%!important}.form__group--tab-land-33{width:33.3333332%!important}.form__group--tab-land-35{width:35%!important}.form__group--tab-land-40{width:40%!important}.form__group--tab-land-45{width:45%!important}.form__group--tab-land-50{width:50%!important}.form__group--tab-land-55{width:55%!important}.form__group--tab-land-65{width:65%!important}.form__group--tab-land-70{width:70%!important}.form__group--tab-land-75{width:75%!important}.form__group--tab-land-85{width:85%!important}.form__group--tab-land-95{width:95%!important}.form__group--tab-land-100{width:100%!important}}@media only screen and (max-width: 56.25em){.form__group--tab-port-5{width:5%!important}.form__group--tab-port-15{width:15%!important}.form__group--tab-port-20{width:20%!important}.form__group--tab-port-25{width:25%!important}.form__group--tab-port-30{width:30%!important}.form__group--tab-port-33{width:33.3333332%!important}.form__group--tab-port-35{width:35%!important}.form__group--tab-port-40{width:40%!important}.form__group--tab-port-45{width:45%!important}.form__group--tab-port-50{width:50%!important}.form__group--tab-port-55{width:55%!important}.form__group--tab-port-65{width:65%!important}.form__group--tab-port-70{width:70%!important}.form__group--tab-port-75{width:75%!important}.form__group--tab-port-85{width:85%!important}.form__group--tab-port-95{width:95%!important}.form__group--tab-port-100{width:100%!important}}@media only screen and (max-width: 47.93em){.form__group--sm-tab-port-5{width:5%!important}.form__group--sm-tab-port-15{width:15%!important}.form__group--sm-tab-port-20{width:20%!important}.form__group--sm-tab-port-25{width:25%!important}.form__group--sm-tab-port-30{width:30%!important}.form__group--sm-tab-port-33{width:33.3333332%!important}.form__group--sm-tab-port-35{width:35%!important}.form__group--sm-tab-port-40{width:40%!important}.form__group--sm-tab-port-45{width:45%!important}.form__group--sm-tab-port-50{width:50%!important}.form__group--sm-tab-port-55{width:55%!important}.form__group--sm-tab-port-65{width:65%!important}.form__group--sm-tab-port-70{width:70%!important}.form__group--sm-tab-port-75{width:75%!important}.form__group--sm-tab-port-85{width:85%!important}.form__group--sm-tab-port-95{width:95%!important}.form__group--sm-tab-port-100{width:100%!important}}@media only screen and (max-width: 37.5em){.form__group--phone-5{width:5%!important}.form__group--phone-15{width:15%!important}.form__group--phone-20{width:20%!important}.form__group--phone-25{width:25%!important}.form__group--phone-30{width:30%!important}.form__group--phone-33{width:33.3333332%!important}.form__group--phone-35{width:35%!important}.form__group--phone-40{width:40%!important}.form__group--phone-45{width:45%!important}.form__group--phone-50{width:50%!important}.form__group--phone-55{width:55%!important}.form__group--phone-65{width:65%!important}.form__group--phone-70{width:70%!important}.form__group--phone-75{width:75%!important}.form__group--phone-85{width:85%!important}.form__group--phone-95{width:95%!important}.form__group--phone-100{width:100%!important}}@media only screen and (max-width: 29.93em){.form__group--sm-phone-5{width:5%!important}.form__group--sm-phone-15{width:15%!important}.form__group--sm-phone-20{width:20%!important}.form__group--sm-phone-25{width:25%!important}.form__group--sm-phone-30{width:30%!important}.form__group--sm-phone-33{width:33.3333332%!important}.form__group--sm-phone-35{width:35%!important}.form__group--sm-phone-40{width:40%!important}.form__group--sm-phone-45{width:45%!important}.form__group--sm-phone-50{width:50%!important}.form__group--sm-phone-55{width:55%!important}.form__group--sm-phone-65{width:65%!important}.form__group--sm-phone-70{width:70%!important}.form__group--sm-phone-75{width:75%!important}.form__group--sm-phone-85{width:85%!important}.form__group--sm-phone-95{width:95%!important}.form__group--sm-phone-100{width:100%!important}}.form__group .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__group .btn-primary,.form__group .btn-secondary,.form__group--full-width .btn-primary,.form__group--full-width .btn-secondary{width:100%}.form__input{font-size:1.3rem;color:#101828;font-weight:400;padding:8px 14px;background-color:#f9fafb;border:1px solid #EAECF0;border-radius:5px;width:100%;display:block;line-height:1.3;min-height:4rem;outline-offset:0!important}@media only screen and (max-width: 64em){@supports (-webkit-touch-callout: none){.form__input{font-size:16px}}}.form__input.disabled{color:#404040!important;cursor:not-allowed!important}.form__input:focus:invalid{border-bottom:0}.form__input::-webkit-input-placeholder{color:#98a2b3;font-size:1.25rem}.form__input.time-picker{padding:0!important}.form__input.no-border{border-bottom:0;padding:6px 2rem}.form__input.no-border:focus{border-bottom:0}.form__input.normal-placeholder{padding:6px 1rem 3px!important}.form__input.normal-placeholder::-webkit-input-placeholder{font-size:1.2rem!important;color:#101828!important;font-weight:500!important;font-style:normal!important}.form__input.normal-placeholder::-moz-placeholder{font-size:1.2rem!important;color:#101828!important;font-weight:500!important;font-style:normal!important}.form__input.normal-placeholder:-ms-input-placeholder{font-size:1.2rem!important;color:#101828!important;font-weight:500!important;font-style:normal!important}.form__input.normal-placeholder::-ms-input-placeholder{font-size:1.2rem!important;color:#101828!important;font-weight:500!important;font-style:normal!important}.form__input.normal-placeholder::placeholder{font-size:1.2rem!important;color:#101828!important;font-weight:500!important;font-style:normal!important}.form__input.border-radius{border-radius:3px}.form__input--typeahead{font-size:1.3rem!important;color:#101828!important;font-weight:400!important;padding:8px 14px!important;background-color:#f9fafb!important;border:1px solid #EAECF0!important;border-radius:5px!important;width:100%!important;display:block!important;-webkit-transition:all .3s!important;transition:all .3s!important;line-height:1.3!important;height:3.6rem!important;min-height:3.6rem!important;background-clip:border-box!important;outline-offset:0!important}.form__input--typeahead:focus{border-color:#eaecf0!important;-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.form__input--typeahead::-webkit-input-placeholder{color:#98a2b3!important;font-size:1.25rem!important}.form__input:-moz-placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.form__input:-ms-input-placeholder+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;-webkit-transform:translateY(-4rem);transform:translateY(-4rem)}.form__tel:not(:focus-within)+.form__label--tel{opacity:0;visibility:hidden;-webkit-transform:translateY(-4rem);transform:translateY(-4rem)}.form__label{font-size:1.1rem;color:#969696;font-weight:500;margin-left:2rem;margin-top:.2rem;display:block;-webkit-transition:all .3s;transition:all .3s;position:absolute}.form__label--tel{margin-left:1rem}.form--typeahead-container .list-group.shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f4f4f4 url(/images/SVG/select.svg) no-repeat 95% 50%;background-size:.7rem;cursor:pointer}.form textarea{width:100%;background:#f9fafb;border-color:#eaecf0;border-radius:5px;padding:10px 14px;font-size:1.4rem;color:#101828}@media only screen and (max-width: 64em){@supports (-webkit-touch-callout: none){.form textarea{font-size:16px}}}.form textarea:focus{-webkit-box-shadow:none;box-shadow:none;outline:none;border-color:#eaecf0}.form textarea.vertical-resize{resize:vertical}.form__checkbox-group{width:100%;display:inline-block}.form__checkbox-input{display:none}.form__checkbox-label{font-size:1.3rem;color:#404040;font-style:italic;cursor:pointer;position:relative;padding-left:3.1rem}.form__checkbox-label.as-form-title{cursor:pointer;position:relative;font-size:1.4rem;color:#636363;margin:.4rem 0;font-weight:400;text-transform:none;padding-left:2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:normal}.form__checkbox-label.confirmation-modal{font-size:1.3rem;color:#535353;font-style:normal;line-height:1.4;margin-bottom:3rem}.form__checkbox-button{height:1.3rem;width:1.3rem;border:1px solid #CBCBCB;border-radius:2px;display:inline-block;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form__checkbox-button.align-top{top:5px;-webkit-transform:none;transform:none}.form__checkbox-button:after{content:"";display:block;height:.9rem;width:.9rem;border-radius:2px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;-webkit-mask:url(/images/SVG/check.svg) no-repeat 50% 50%;mask:url(/images/SVG/check.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s}.form__checkbox-button.dark{border-color:#a7a7a7}.form__checkbox-button.multiselect-table{border-radius:50%;width:1.8rem;height:1.8rem}.form__checkbox-button.confirmation-modal{top:.7rem;-webkit-transform:none;transform:none}.form__checkbox-input:checked~.form__checkbox-label .form__checkbox-button:after{opacity:1}.form__checkbox-input:checked~.form__checkbox-label .form__checkbox-button{background:#4bb8ff;border-color:#4bb8ff}.form__checkbox-input[disabled]~.form__checkbox-label{cursor:not-allowed}.form__radio-group{width:auto;display:inline-block;line-height:4rem;margin-right:2rem}.form__radio-input{display:none}.form__radio-label{font-size:1.3rem;cursor:pointer;position:relative;padding-left:2rem;margin-bottom:0}.form__radio-button{height:1.6rem;width:1.6rem;border:1px solid #D0D5DD;border-radius:50%;display:inline-block;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form__radio-button:after{content:"";display:block;height:.6rem;width:.6rem;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#404040;opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s}.form__radio-button.primary:after{background-color:#3a87cb}.form__radio-input:checked~.form__radio-label .form__radio-button{background:#4bb8ff;border-color:#4bb8ff}.form__radio-input:checked~.form__radio-label .form__radio-button:after{opacity:1;background:#fff}.form__radio-input:checked~.form__radio-label .form__radio-button.primary{border-color:#3a87cb}.form__tabs .nav-item{width:50%}.form__tabs__link,.form__tabs .nav-link{color:#848484;font-size:1.3rem;font-weight:500;background-color:#ededed;outline:1px solid #BABABA;border:none;width:100%;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__tabs__link__icon,.form__tabs .nav-link__icon{height:1.6rem;width:1.6rem;fill:#848484;margin-right:.7rem}.form__tabs__link.active{background:#fff}.form__single-upload-input{font-size:1.3rem!important;color:#101828!important;background-color:#f9fafb!important;border:1px solid #EAECF0!important;border-left:0!important;border-top-left-radius:0;border-bottom-left-radius:0;padding:8px 14px;border:none;width:100%;display:block;-webkit-transition:all .3s;transition:all .3s;min-height:4rem;border-top-right-radius:5px!important;border-bottom-right-radius:5px!important}.form__tel{font-size:1.3rem;color:#868686;padding:0;background-color:#f4f4f4;outline:1px solid #D8D8D8!important;border:none!important;width:100%;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:4rem}.form__tel input{padding-left:2rem!important;padding:8px 2rem 5px;min-height:4rem;background-color:#f4f4f4;border:none!important;border-radius:0!important}.form__tel input:focus{outline:1px solid #D8D8D8;-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,.1);box-shadow:0 1rem 2rem #0000001a;outline-offset:0;background:#fff}.form__tel input:focus:invalid{border-bottom:3px solid #E45B72}.form__tel input::-webkit-input-placeholder{color:#868686}.form__tel .dropdown{background:#f3f3f3}.form__tel:focus-within{-webkit-box-shadow:none!important;box-shadow:none!important}.form__datepicker{font-size:1.3rem;color:#101828;padding:0;background-color:#f9fafb;border:1px solid #EAECF0!important;outline:none!important;width:100%;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:4rem;cursor:pointer;border-radius:5px}.form__datepicker input{padding-left:2rem!important;min-height:4rem;background-color:#f9fafb;border:none!important;border-radius:0!important;width:100%;cursor:pointer;color:#101828;font-size:1.25rem}.form__datepicker input:focus{outline:1px solid #EAECF0;outline-offset:0}.form__datepicker input::-webkit-input-placeholder{color:#868686}.form__datepicker .dropdown{background:#f3f3f3}.form__datepicker:focus-within{-webkit-box-shadow:none!important;box-shadow:none!important}.form .vdp-datepicker__calendar{width:100%}.form .vdp-datepicker__calendar .cell.selected{background:#3a87cb;color:#fff}.form .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.form .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.form .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:1px solid #3A87CB}.form .vdp-datepicker__calendar .cell.selected:hover{background:#3a87cb;color:#fff}.form .vdp-datepicker__clear-button{cursor:pointer;font-style:normal;position:absolute;right:0;top:0;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2.4rem;width:3rem;text-decoration:none;border:0}.form .vdp-datepicker__clear-button:hover{background:#e45b72;color:#fff!important}.form .vdp-datepicker__clear-button:hover i{color:#fff}.form .vdp-datepicker__clear-button *{font-style:normal;font-size:2.4rem}.form .vdp-datepicker__clear-button svg,.form .vdp-datepicker__clear-button i{color:#3a87cb}.form .vdp-datepicker__clear-button:disabled{cursor:not-allowed}.form .vdp-datepicker__clear-button:disabled:hover{background:transparent}.form .vdp-datepicker__clear-button:disabled i{color:#d2d2d2}.form .vdp-datepicker__clear-button.transparent{background:transparent}.form .vdp-datepicker__clear-button.transparent:hover{background:#e45b72}.form .vdp-datepicker__edit-button{cursor:pointer;font-style:normal;position:absolute;right:3rem;top:0;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;width:3rem;border:0}.form .vdp-datepicker__edit-button svg{color:#3a87cb}.form .vdp-datepicker__edit-button:hover{background:#3a87cb;color:#fff!important}.form .vdp-datepicker__edit-button:hover svg{color:#fff}.form .vdp-datepicker__edit-button:disabled{cursor:not-allowed}.form .vdp-datepicker__edit-button:disabled:hover{background:transparent}.form .vdp-datepicker__edit-button:disabled svg{color:#d2d2d2}.form .vdp-datepicker__edit-button.transparent{background:transparent}.form .vdp-datepicker__edit-button.transparent:hover{background:#3a87cb}.form__search-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.form__search-box__button{border:none;padding:0;background-color:transparent;position:absolute;left:2.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form__search-box__button:focus{outline:none}.form__search-box__icon{height:2rem;width:2rem;fill:#ccc}.form__search{padding:8px 2rem 5px 4rem}.form__currency{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f9fafb;border:1px solid #EAECF0;border-radius:5px}.form__currency.disabled{border-color:#d0d5dd}.form__currency .form__input{text-align:right;background:transparent;border:0;border-radius:0;border-right:1px solid #EAECF0}.form__currency__symbol{min-width:4rem;width:4rem;height:4rem;background:#f4f4f4;font-size:1.6rem;font-weight:500;color:#101828;border:none;-webkit-transition:all .3s;transition:all .3s;min-height:4rem;background-clip:border-box;outline-offset:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;background:transparent}.form__currency__symbol.disabled{background:#eaecf0;color:#667085}.form__currency__symbol.text-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form__phone{display:-webkit-box;display:-ms-flexbox;display:flex}.form__phone__symbol{min-width:4rem;width:4rem;height:4rem;background:#6c6c6c;font-size:1.3rem;font-weight:400;color:#fff;outline:1px solid #6c6c6c;border:none;-webkit-transition:all .3s;transition:all .3s;min-height:4rem;background-clip:border-box;outline-offset:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.form__hr{width:100%;border-top:1px solid #D0D0D0;margin:3rem 1rem 2rem}.form__search-contact{outline:none;border-bottom:0;min-height:4rem;margin:1.5rem 1rem;width:calc(100% - 2rem);padding:4px 2rem 4px 4.9rem}.form__search-contact:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border-bottom:none;outline-offset:0}.form__search-contact::-webkit-input-placeholder{color:#888}.form__search-contact.mdc{margin:1.5rem 0;width:35rem;padding-left:4.9rem;border:1px solid #e8e8e8!important;border-radius:5px}.form__search-contact.mdc~.contact-search-box__button{left:1.4rem}.form__add-contact-search-fields{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__add-contact-search-fields .form__input{border-bottom:none;outline:none;font-size:1.4rem}.form__add-contact-search-fields .form__input:focus{background:transparent;-webkit-box-shadow:none;box-shadow:none;border-bottom:none}.form__add-contact-search-fields .form__input::-webkit-input-placeholder{font-style:normal;font-size:1.4rem}.form__add-contact-search-fields .form__input::-moz-placeholder{font-style:normal;font-size:1.4rem}.form__add-contact-search-fields .form__input:-ms-input-placeholder{font-style:normal;font-size:1.4rem}.form__add-contact-search-fields .form__input::-ms-input-placeholder{font-style:normal;font-size:1.4rem}.form__add-contact-search-fields .form__input::placeholder{font-style:normal;font-size:1.4rem}.form__list-input{display:-webkit-box;display:-ms-flexbox;display:flex}.form__list-input__btn{cursor:pointer;font-style:normal;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.3rem;width:4rem;min-width:4rem;background:#f9fafb;outline:1px solid #EAECF0;border:0}.form__list-input__btn:hover,.form__list-input__btn:active,.form__list-input__btn:focus{background:#d8d8d8}.form__list-input__btn:disabled{background:#ccc!important;border-color:#ccc!important;outline-color:#ccc!important;color:#fff!important;cursor:not-allowed}.form__list-input__btn:disabled svg{color:#fff!important}.form__list-input .multiselect{width:calc(100% - 4rem);min-height:3rem}.form__list-input .multiselect.full-width{width:100%}.form__list-input__input{width:calc(100% - 4rem)}.form__list-input.service-multiselect .multiselect__tags{min-height:3rem;padding:5px 40px 1px 8px}.form__list-input.service-multiselect .multiselect__select{width:3rem;z-index:300}.form__list-input.service-multiselect .form__list-input__btn{height:3rem}.form__list-input.service-multiselect .form__list-input__btn:hover{border:0;outline:none!important}.form__list-input.w-btn{background:#f9fafb;border:1px solid #EAECF0;border-radius:5px}.form__list-input.w-btn .form__input{border:0;border-right:1px solid #EAECF0;background:transparent;border-radius:0}.form__list-input.w-btn .form__input.disabled{opacity:.5;cursor:not-allowed!important}.form__list-input.w-btn .form__list-input__btn{background:transparent;border:0;outline:none}.form__list-input.w-btn .form__list-input__btn:hover{-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important;border:0!important}.form__checkbox-custom{padding:.8rem 1.6rem;margin-top:-1.8rem}@media only screen and (max-width: 29.93em){.form__checkbox-custom{padding:1rem 1.6rem;padding-left:0}}.form__typeahead{position:relative}.form__typeahead__results{position:absolute;background:#fff;top:3.1rem;left:0;z-index:3;width:100%;outline:1px solid #D8D8D8;-webkit-box-shadow:2px 5px 1.2rem rgba(0,0,0,.15);box-shadow:2px 5px 1.2rem #00000026}.form__typeahead__list{padding-left:0;list-style:none;margin:0;padding:1rem}.form__typeahead__list__item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#5c697f;border-radius:5px;padding:0 1.2rem;padding:.6rem 1.2rem;min-height:3.6rem;font-size:1.3rem;background:#fff}.form__typeahead__list__item__link:hover,.form__typeahead__list__item__link.active{background:#dde0e4;color:#5c697f;text-decoration:none}.form__typeahead__list__item__link:hover .form__typeahead__list__item__link__code,.form__typeahead__list__item__link.active .form__typeahead__list__item__link__code{color:#8e8e8e}.form__typeahead__list__item__link__label{line-height:1.2;font-size:1.25rem}.form__typeahead__list__item__link__code{line-height:1;color:#c3c3c3;font-size:1rem;margin-top:3px;font-weight:500}.form--branch-list__selected-branch{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none}.form--branch-list__selected-branch__item{margin-right:.8rem;margin-bottom:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#efefef;padding:.5rem 1rem;border-radius:5px;color:#404040}.form--branch-list__selected-branch__item__text{width:12rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:1.3rem}@media only screen and (max-width: 56.25em){.form--branch-list__selected-branch__item__text{width:auto;overflow:none;white-space:none;text-overflow:inherit}}.form--branch-list__selected-branch.wizard{margin-bottom:1rem}.form--branch-list__input-typeahead-wrapper .list-group{top:40px!important}.form--branch-list__input-typeahead-wrapper .list-group-item{font-size:1.4rem;color:#404040}.form.form-request-review .form__group{padding-left:0;padding-right:0;padding-top:0;padding-bottom:1.6rem}.form.form-request-review .form__title{padding:0;font-size:1.5rem;color:#404040;font-weight:500;text-transform:capitalize}.form.form-request-review .form-control{height:3.1rem;border-color:#e1e1e1;border-radius:5px;outline:none;padding-left:1.5rem;padding-right:1.5rem;color:404040;font-size:1.35rem;font-weight:500}.form.form-request-review .form-control::-webkit-input-placeholder{font-size:1.15rem;color:gray;font-weight:400;font-style:normal}.form.form-request-review .form-control::-moz-placeholder{font-size:1.15rem;color:gray;font-weight:400;font-style:normal}.form.form-request-review .form-control:-ms-input-placeholder{font-size:1.15rem;color:gray;font-weight:400;font-style:normal}.form.form-request-review .form-control::-ms-input-placeholder{font-size:1.15rem;color:gray;font-weight:400;font-style:normal}.form.form-request-review .form-control::placeholder{font-size:1.15rem;color:gray;font-weight:400;font-style:normal}.form.form-request-review .form-control:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border-color:#e1e1e1}.form.form-request-review .form-control.textarea{height:30rem;font-size:1.3rem;color:#404040;font-weight:500;padding:15px}.form.invite-team-member .form--branch-list__input-typeahead-wrapper__close{right:1rem}.form.form-threshhold .custom-control-input{width:1.4rem;height:1.4rem;top:1px}.form.form-threshhold .custom-control-input:checked~.custom-control-label:before{width:1.4rem;height:1.4rem}.form.form-threshhold .custom-checkbox .custom-control-label:before{width:1.4rem;height:1.4rem}.form.form-threshhold .custom-control-label:after{width:1.4rem;height:1.4rem}.form.form-threshhold .form__title--modal{line-height:1.3;margin-left:.8rem;font-size:1.4rem;font-weight:600;color:#404040;margin-bottom:0}.form.form-threshhold__checkbox-description{font-size:1.2rem;color:#303030}.form.form-threshhold__help-link{font-size:1.2rem;color:#3a87cb;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;bottom:1.4rem;right:4rem}.form.form-threshhold__help-link:hover{text-decoration:none;color:#3a87cb}.multiselect.marked .multiselect__tags{border:1px solid #3A87CB}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1;border-bottom:0}input.invalid{border-bottom:3px solid #E45B72!important}input[type=time]{text-align:center;padding:0!important;position:relative;border:0;height:3rem}input[type=time]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;width:100%;top:0;left:-12px;height:100%;background:transparent!important}input[type=time]::-webkit-datetime-edit-fields-wrapper{display:-webkit-box;display:flex;align-content:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}input[type=time]::-webkit-datetime-edit-text{padding:.5rem}input[type=time]::-webkit-datetime-edit-hour-field{background-color:#b5b5b5;color:#fff;border-radius:2px;padding:.3rem .7rem;cursor:text}input[type=time]::-webkit-datetime-edit-minute-field{background-color:#b5b5b5;color:#fff;border-radius:2px;padding:.3rem .7rem;cursor:text}input[type=time]::-webkit-datetime-edit-ampm-field{display:none}input[type=time]::-webkit-clear-button{display:none}input[type=time]::-webkit-inner-spin-button{display:none}.datetime-reset-button{display:none!important}input[type=time]::-ms-clear{display:none}input[type=time]::-webkit-clear-button{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none;margin:-10px}.form-events{border-radius:5px;border:1px solid #D8D8D8;padding:0 1.1rem .5rem;margin-bottom:4.5rem}@media only screen and (max-width: 37.5em){.form-events{position:fixed;left:0;top:50%;margin-bottom:0;z-index:9999;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:1rem;width:calc(100% - 2rem);max-height:100vh;height:100%;overflow:auto}}.form-events__header{display:none}@media only screen and (max-width: 37.5em){.form-events__header{margin-left:-1.1rem;margin-right:-1.1rem;padding:1.6rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #D8D8D8;background:#f4f4f4}}@media only screen and (max-width: 37.5em){.form-events__header__title{margin-bottom:0;color:#3a87cb;font-size:1.6rem}}@media only screen and (max-width: 37.5em){.form-events__header .btn-modal-secondary{width:auto;min-width:auto;padding:.7rem}}@media only screen and (max-width: 37.5em){.form-events__backdrop{content:" ";width:100%;height:100vh;display:block;z-index:1001;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;background:#00000080;-webkit-transition-duration:.2s;transition-duration:.2s}}.form-events .form__title--sm{margin-bottom:1.2rem;margin-top:.2rem}@media only screen and (max-width: 87.5em){.form-events .form__title--sm{margin-bottom:.6rem}}.form-events .form__group .btn-primary,.form-events .form__group .btn-secondary,.form-events .form__group--full-width .btn-primary,.form-events .form__group--full-width .btn-secondary{width:auto}.form-events .form__group .btn-primary:not(:first-child),.form-events .form__group .btn-secondary:not(:first-child),.form-events .form__group--full-width .btn-primary:not(:first-child),.form-events .form__group--full-width .btn-secondary:not(:first-child){margin-left:1.3rem}.form-events .form__input{padding:1rem 2rem 5px}.form-events textarea::-webkit-input-placeholder{font-size:1.4rem;color:#868686;font-style:normal}.form-events textarea::-moz-placeholder{font-size:1.4rem;color:#868686;font-style:normal}.form-events textarea:-ms-input-placeholder{font-size:1.4rem;color:#868686;font-style:normal}.form-events textarea::-ms-input-placeholder{font-size:1.4rem;color:#868686;font-style:normal}.form-events textarea::placeholder{font-size:1.4rem;color:#868686;font-style:normal}.form-events__email-cc-bcc{font-size:1.6rem;color:#868686;padding:8px 2rem 5px;background-color:#f4f4f4;outline:1px solid #D8D8D8;border:none;border-bottom:3px solid transparent;display:block;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:4rem;background-clip:border-box;outline-offset:0!important;width:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-events__email-cc-bcc a{font-size:1.5rem;color:#535353;line-height:1}.form-events__email-cc-bcc a:not(:last-child){border-right:1px solid;padding-right:.8rem;margin-right:.8rem}.form-events__email-cc-bcc a:hover{text-decoration:underline!important}.form-events__add-attachment{font-size:1.5rem;color:#484848;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.form-events__add-attachment:hover{color:#484848!important;text-decoration:underline!important}.form-events__add-attachment__icon{width:1.7rem;height:1.8rem;fill:#767676;margin-right:.8rem}@media only screen and (max-width: 87.5em){.form-events__documents-table .file-upload__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:7rem}}.form-events__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 87.5em){.form-events__footer{margin-top:0;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 87.5em){.form-events__footer .btn{font-size:1.6rem;padding:.8rem 1.8rem;border-radius:.5rem;min-width:auto}}@media only screen and (max-width: 87.5em){.form-events__footer .form-events__add-attachment{margin-bottom:1.5rem}}.form-events__footer__button-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 87.5em){.form-events__footer__button-wrapper{margin-left:auto}}.form__input[disabled],textarea[disabled],.multiselect--disabled,.multiselect--disabled .multiselect__tags,.disabled-datepicker[disabled] .form__datepicker input,.disabled-datepicker[disabled] .form__datepicker{opacity:1;cursor:not-allowed!important;border-color:#d0d5dd!important;background:#eaecf0;color:#667085}.toggle-form-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.5rem;color:#636363}.product-amount-input{border:1px solid transparent;text-align:center;width:21px;font-size:1.4rem;color:#585858;line-height:1.4;font-weight:500;outline:none}.product-amount-input::-webkit-inner-spin-button,.product-amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html body .multiselect__input::-webkit-input-placeholder{color:transparent!important;opacity:0!important}html body .multiselect__input::-moz-placeholder{color:transparent!important;opacity:0!important}html body .multiselect__input::-ms-input-placeholder{color:transparent!important;opacity:0!important}html body .multiselect__input::placeholder{color:transparent!important;opacity:0!important}html body .multiselect__input:-ms-input-placeholder{color:transparent!important;opacity:0!important}.multiselect--column-filter{font-size:1.3rem;font-weight:500;background:transparent}.multiselect--column-filter .multiselect__tags{color:#667085;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;border-radius:5px!important;padding:0 8px;background:transparent}.multiselect--column-filter .multiselect__tags .icon{fill:#667085}.multiselect--column-filter .multiselect__tags .icon.icon-gear{width:1.6rem;height:1.6rem;margin-right:6px}.multiselect--column-filter .multiselect__tags .icon.icon-caret{fill:#98a2b3;width:1.2rem;height:1.2rem;margin-left:6px}.multiselect--column-filter .multiselect__tags span{font-size:1.3rem;font-weight:600}.multiselect--column-filter .multiselect__single{font-size:1.3rem;font-weight:500;line-height:2rem}.multiselect--column-filter .multiselect__select{height:3.1rem;display:none}.multiselect--column-filter__length-span{color:#2abb9b}.multiselect--column-filter.network-list-ms{width:15rem}.multiselect--column-filter .multiselect__content-wrapper{width:20rem;right:0;top:3.6rem;border-radius:5px;border:1px solid #F2F4F7;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;outline:none}.multiselect--column-filter.multiselect--active{background:transparent;-webkit-box-shadow:none;box-shadow:none}.multiselect--column-filter .multiselect__option{font-weight:500;color:#101828;font-size:1.3rem;background:#fff}.multiselect--column-filter .multiselect__option--selected>span{width:calc(100% - 4rem);display:block}.multiselect--column-filter .multiselect__option--highlight,.multiselect--column-filter .multiselect__option--highlight:after{background:#3a87cb;color:#fff}.multiselect--column-filter .multiselect__option--selected.multiselect__option--highlight,.multiselect--column-filter .multiselect__option--selected.multiselect__option--highlight:after{background-color:#3a87cb;color:#fff}.multiselect--column-filter .multiselect__option--selected:after{content:" "!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='47' height='32' viewBox='0 0 47 32'%3E%3Ctitle%3Eeye-show%3C/title%3E%3Cpath d='M45.783 14.72c-0.411-0.594-10.034-14.72-22.469-14.72s-22.057 14.126-22.469 14.72l-0.846 1.28 0.846 1.28c0.411 0.594 10.034 14.72 22.469 14.72s22.057-14.126 22.469-14.72l0.846-1.28-0.846-1.28zM23.314 27.429c-8.069 0-15.223-8.206-17.737-11.429 2.491-3.223 9.669-11.429 17.737-11.429s15.223 8.206 17.737 11.429c-2.491 3.223-9.669 11.429-17.737 11.429z'%3E%3C/path%3E%3Cpath d='M23.314 6.857c-5.051 0-9.143 4.091-9.143 9.143s4.091 9.143 9.143 9.143c5.051 0 9.143-4.091 9.143-9.143s-4.091-9.143-9.143-9.143zM23.314 20.571c-2.514 0-4.571-2.057-4.571-4.571s2.057-4.571 4.571-4.571c2.514 0 4.571 2.057 4.571 4.571s-2.057 4.571-4.571 4.571z'%3E%3C/path%3E%3C/svg%3E");width:5rem!important;height:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;background-repeat:no-repeat!important;background-size:30%!important;background-position:center center!important;background-color:#fff}.multiselect--column-filter .multiselect__option--highlight.multiselect__option--selected:after{content:" "!important;color:#fff;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32'%3E%3Ctitle%3Eeye-hide%3C/title%3E%3Cpath d='M32.372 14.788c-0.162-0.242-2.521-3.685-6.158-6.545l5.964-5.964-2.279-2.279-6.416 6.416c-2.101-1.196-4.461-2.036-6.998-2.036-8.792 0-15.596 9.988-15.887 10.408l-0.598 0.905 0.598 0.905c0.162 0.242 2.521 3.685 6.158 6.545l-5.964 5.964 2.279 2.279 6.416-6.416c2.101 1.196 4.461 2.036 6.998 2.036 8.792 0 15.596-9.988 15.887-10.408l0.598-0.905-0.598-0.905zM3.943 15.693c1.762-2.279 6.836-8.081 12.541-8.081 1.616 0 3.168 0.469 4.606 1.18l-1.341 1.341c-0.954-0.566-2.069-0.921-3.265-0.921-3.572 0-6.465 2.893-6.465 6.465 0 1.196 0.356 2.295 0.921 3.265l-1.875 1.875c-2.36-1.794-4.186-3.943-5.123-5.139v0.016zM19.717 15.693c0 1.778-1.455 3.232-3.232 3.232-0.291 0-0.566-0.049-0.824-0.113l3.943-3.943c0.065 0.259 0.113 0.533 0.113 0.824zM13.253 15.693c0-1.778 1.455-3.232 3.232-3.232 0.291 0 0.566 0.049 0.824 0.113l-3.943 3.943c-0.065-0.259-0.113-0.533-0.113-0.824zM16.485 23.774c-1.616 0-3.168-0.469-4.606-1.18l1.341-1.341c0.954 0.566 2.069 0.921 3.265 0.921 3.572 0 6.465-2.893 6.465-6.465 0-1.196-0.356-2.295-0.921-3.265l1.875-1.875c2.36 1.794 4.186 3.943 5.123 5.139-1.762 2.279-6.836 8.081-12.541 8.081v-0.016z'%3E%3C/path%3E%3C/svg%3E")}.multiselect--records-per-page{width:7rem;font-size:1.3rem;font-weight:500;margin-right:1rem}.multiselect--records-per-page .multiselect__tags{color:#767676;background-color:#fff;border:1px solid #E8E8E8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:none;min-height:3.1rem;padding:5px 1.2rem}.multiselect--records-per-page .multiselect__single{font-size:1.3rem;font-weight:500;line-height:2rem}.multiselect--records-per-page .multiselect__select{height:3.1rem}.multiselect--records-per-page__length-span{color:#2abb9b}.verify-multiselect{width:40%}.payment-checkbox{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payment-checkbox.quali-checkbox{width:auto;position:absolute;z-index:10;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.payment-checkbox__checkbox-input{display:none}.payment-checkbox__checkbox-label{font-size:1.6rem;color:#868686;font-style:italic;cursor:pointer;position:relative;margin-bottom:0}.payment-checkbox__checkbox-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;background:transparent;width:2.8rem;height:2.8rem;border-radius:5px;border:2px solid #2abb9b;-webkit-transition:all .1s;transition:all .1s;position:relative}.payment-checkbox__checkbox-button:after{content:"";display:block;height:1rem;width:1rem;border-radius:2px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;-webkit-mask:url(/images/SVG/check.svg) no-repeat 50% 50%;mask:url(/images/SVG/check.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s}.payment-checkbox__checkbox-button.quali-checkbox-btn{width:2rem;height:2rem;border-radius:2px}.payment-checkbox__checkbox-button.quali-checkbox-btn:after{content:"";display:block;height:1rem;width:1rem;border-radius:2px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;-webkit-mask:url(/images/SVG/check.svg) no-repeat 50% 50%;mask:url(/images/SVG/check.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s}.payment-checkbox__checkbox-input:checked~.payment-checkbox__checkbox-label .payment-checkbox__checkbox-button:after{opacity:1}.payment-checkbox__checkbox-input:checked~.payment-checkbox__checkbox-label .payment-checkbox__checkbox-button{background:#2abb9b;border-color:#2abb9b}.payment-checkbox__checkbox-input[disabled]~.payment-checkbox__checkbox-label{cursor:not-allowed}form .textarea-auto-resize{overflow-y:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#050505!important;border:0;padding:0;font-size:1.9rem!important;line-height:1.2}form .textarea-auto-resize::-webkit-input-placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important;line-height:1.2}form .textarea-auto-resize::-ms-input-placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important;line-height:1.2}form .textarea-auto-resize::placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important;line-height:1.2}form .textarea-auto-resize::-webkit-input-placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important}form .textarea-auto-resize:-moz-placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important;line-height:1.2}form .textarea-auto-resize::-moz-placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important;line-height:1.2}form .textarea-auto-resize:-ms-input-placeholder{font-size:1.9rem!important;color:#8f8f8f!important;font-style:normal!important;line-height:1.2}.service-selection__text h1{font-size:1.8rem;color:#747474;margin-bottom:.8rem}.service-selection__text p{font-size:1.3rem;color:#a1a1a1}.service-selection__radius{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin:2rem 0rem 3rem}@media only screen and (max-width: 37.5em){.service-selection__radius{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.service-selection__radius__left,.service-selection__radius__right{width:50%}@media only screen and (max-width: 37.5em){.service-selection__radius__left,.service-selection__radius__right{width:100%}}.service-selection__radius__left p{color:#747474;font-weight:500}.service-selection__radius__right{text-align:right}@media only screen and (max-width: 37.5em){.service-selection__radius__right{text-align:left}}.service-selection__radius__select-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.service-selection__radius__select-wrap p{color:#a1a1a1;font-size:1.3rem}@media only screen and (max-width: 37.5em){.service-selection__radius__select-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.service-selection__radius__select-multiselect{width:70%}.service-selection__services-list{list-style:none;margin:5rem 0 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 37.5em){.service-selection__services-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.service-selection__services-list__category-name{width:100%;margin-bottom:1rem;font-size:1.5rem;color:#404040;font-weight:500}.service-selection__services-list__item{margin-bottom:.4rem;width:100%}.service-selection__services-list__item .payment-checkbox__checkbox-button{width:1.8rem;height:1.8rem;-webkit-box-flex:0;-ms-flex:0 0 1.8rem;flex:0 0 1.8rem;border-radius:2px;margin-right:1rem;float:left;border-color:#3a87cb}.service-selection__services-list__item .payment-checkbox__checkbox-button:after{content:"";display:block;height:1rem;width:1rem;border-radius:2px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;-webkit-mask:url(/images/SVG/check.svg) no-repeat 50% 50%;mask:url(/images/SVG/check.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;opacity:0;-webkit-transition:opacity .1s;transition:opacity .1s}.service-selection__services-list__item .payment-checkbox__checkbox-label{font-size:1.35rem;color:#404040;font-style:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.service-selection__services-list__item .payment-checkbox__checkbox-input:checked~.payment-checkbox__checkbox-label .payment-checkbox__checkbox-button{border-color:#3a87cb;background-color:#3a87cb}.service-selection__selected-count{line-height:1;font-size:1.35rem;color:#777;font-weight:500;display:grid;grid-template-columns:1.4rem 1fr;-webkit-column-gap:.7rem;-moz-column-gap:.7rem;column-gap:.7rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.service-selection__selected-count__icon-box{width:1.4rem;height:1.4rem}.service-selection__selected-count__icon{width:1.4rem;height:1.4rem;fill:#4bb8ff;margin-right:.6rem}.bt-success{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:2rem}.bt-success__icon{width:3rem;height:3rem;fill:#fff}@media only screen and (max-width: 37.5em){.bt-success__icon{width:2.4rem;height:2.4rem}}.bt-success__icon-box{width:8rem;height:8rem;border-radius:50%;background:#2abb9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 37.5em){.bt-success__icon-box{width:6rem;height:6rem}}.bt-success__title{font-size:3.4rem;color:#767676;font-weight:500;margin:2rem 0rem 0rem}@media only screen and (max-width: 37.5em){.bt-success__title{font-size:2.8rem}}@media only screen and (max-width: 29.93em){.bt-success__title{margin:1rem 0 0;font-size:2.4rem}}.bt-success__text{color:#767676;font-weight:400;text-align:center;font-size:1.8rem;padding:0rem 4rem}@media only screen and (max-width: 37.5em){.bt-success__text{font-size:1.4rem}}@media only screen and (max-width: 29.93em){.bt-success__text{padding:0;font-size:1.3rem}}.bt-success__status{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:3rem;font-size:1.4rem;color:#767676}@media only screen and (max-width: 37.5em){.bt-success__status{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1.5rem}}@media only screen and (max-width: 23.75em){.bt-success__status p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.bt-state{border:1px dashed #767676;color:#767676;padding:4px 1.4rem;border-radius:3px;font-size:1.4rem}.bt-state.orange{color:#ef6c00;border-color:#ef6c00}.bt-state.red{color:#e45b72;border-color:#e45b72}.bt-state.green{color:#2abb9b;border-color:#2abb9b}.form__group>.project-gallery-input>.form__group{padding:0}.workspace-settings{width:98rem;max-width:100%;height:auto;margin:0 auto;padding-bottom:4rem}.workspace-settings__form__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 56.25em){.workspace-settings__form__section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.workspace-settings__form__section__left{width:38rem;height:auto;padding-right:8rem}@media only screen and (max-width: 75em){.workspace-settings__form__section__left{width:35rem;padding-right:5rem}}@media only screen and (max-width: 56.25em){.workspace-settings__form__section__left{width:100%;padding-right:0}}.workspace-settings__form__section__left h4{font-size:1.7rem;color:#3a87cb;font-weight:500}.workspace-settings__form__section__left p{margin-top:1.2rem;font-size:1.35rem;color:#444}.workspace-settings__form__section__right{width:60rem;height:auto;background:#fff;padding:2.8rem 2.2rem;border:1px solid #EAEAEA}@media only screen and (max-width: 75em){.workspace-settings__form__section__right{width:63rem}}@media only screen and (max-width: 56.25em){.workspace-settings__form__section__right{width:100%}}.workspace-settings__form__section__hr{width:100%;height:1px;background:#e6e6e6;margin:4rem 0}.workspace-settings__form__basic-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.workspace-settings__form__basic-settings__select-item{width:26rem;height:15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #EBEBEB;border-radius:5px;padding-top:3rem;cursor:pointer}@media only screen and (max-width: 87.5em){.workspace-settings__form__basic-settings__select-item{width:48%}}@media only screen and (max-width: 37.5em){.workspace-settings__form__basic-settings__select-item{width:100%;margin-bottom:1.2rem}}@media only screen and (max-width: 23.75em){.workspace-settings__form__basic-settings__select-item{padding-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.workspace-settings__form__basic-settings__select-item.active{border-color:#24affb}.workspace-settings__form__basic-settings__select-item__icon{min-width:4rem;width:4rem;height:4rem;fill:#676767}.workspace-settings__form__basic-settings__select-item p{text-align:center;font-size:1.2rem;color:#444;margin-top:1rem;margin-bottom:0;padding:0 2.4rem}.workspace-settings__form__footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:5rem}.workspace-settings__form__footer .btn{margin-left:2rem}.workspace-settings__message{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #EAEAEA;margin-bottom:6rem;padding:4rem 6rem 8rem;position:relative}@media only screen and (max-width: 47.93em){.workspace-settings__message{padding:4rem 3rem 8rem}}@media only screen and (max-width: 37.5em){.workspace-settings__message{padding:0rem 3rem 5rem}}.workspace-settings__message__text{width:70%;height:auto}.workspace-settings__message__text.full-text-width{width:100%}@media only screen and (max-width: 56.25em){.workspace-settings__message__text{width:65%}}@media only screen and (max-width: 37.5em){.workspace-settings__message__text{width:100%}}.workspace-settings__message__text h4{font-size:1.7rem;font-weight:500;color:#444;margin-top:2rem;margin-bottom:1.3rem}.workspace-settings__message__text p,.workspace-settings__message__text ul{font-size:1.4rem;color:#444}.workspace-settings__message__footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;right:3.5rem;bottom:2.5rem}.workspace-settings__message__footer a{font-size:1.3rem;font-weight:500;color:#3a87cb;text-decoration:underline}.tox .tox-edit-area__iframe{background-color:#f9fafb!important}.tox .tox-editor-header .tox-tbtn{color:#667085}.tox .tox-editor-header .tox-tbtn svg{fill:#667085}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.form--wizard{width:55.3rem;margin:0 auto}@media only screen and (max-width: 47.93em){.form--wizard{width:100%}}.form--wizard .form__group{padding:.8rem 1.6rem}.form--wizard input::-webkit-input-placeholder,.form--wizard textarea::-webkit-input-placeholder,.form--wizard select::-webkit-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--wizard input::-moz-placeholder,.form--wizard textarea::-moz-placeholder,.form--wizard select::-moz-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--wizard input:-ms-input-placeholder,.form--wizard textarea:-ms-input-placeholder,.form--wizard select:-ms-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--wizard input::-ms-input-placeholder,.form--wizard textarea::-ms-input-placeholder,.form--wizard select::-ms-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--wizard input::placeholder,.form--wizard textarea::placeholder,.form--wizard select::placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--wizard .form__input{min-height:4.5rem;border-radius:.5rem;border-bottom:.5rem;background:#fcfcfd;outline:0;border:1px solid #EAECF0;color:#4a4a4a;font-size:1.6rem;padding:.8rem 2rem;font-weight:400}.form--wizard .form__input[disabled]{color:#7b7b7b;border-color:#ebeff3!important}.form--wizard .form__title--modal,.form--wizard .form__title--sm{color:#505050;font-weight:400;margin-left:.5rem;font-size:1.35rem}.form--wizard .form__title--modal .invalid-warning-text,.form--wizard .form__title--sm .invalid-warning-text{display:block}.form--wizard__hr{border-top:1px solid #DAE4EE;width:calc(100% - 3.2rem);margin-top:2rem;margin-bottom:1.5rem}.form--wizard .invalid-warning-text{display:none}.form--wizard .invalid-warning-text.show{display:block}.form--wizard__checkbox-label{color:#a4a4a4;font-size:1.2rem;font-weight:500}.form--wizard__branch-title{color:#222;font-size:1.4rem;font-weight:600;margin-bottom:2rem}.form--wizard .service-selection__services{width:100%}@media only screen and (max-width: 37.5em){.form--wizard .service-selection__services{width:100%}}.form--wizard .service-selection__selected-count{margin-top:2rem}.form--wizard .service-selection__services-list{margin:0;margin-bottom:2rem;position:relative}.form--wizard .service-selection__services-list__wrapper{scrollbar-color:transparent transparent;scrollbar-width:thin}.form--wizard .service-selection__services-list__wrapper::-webkit-scrollbar{width:7px;height:7px}.form--wizard .service-selection__services-list__wrapper::-webkit-scrollbar-track{background:transparent}.form--wizard .service-selection__services-list__wrapper::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.form--wizard .service-selection__services-list__wrapper:hover::-webkit-scrollbar-thumb{background:#dcdfea}.form--wizard .service-selection__services-list__wrapper::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.form--wizard .service-selection__services-list__wrapper:hover{scrollbar-color:#B9C0D4 transparent}.form--wizard .service-selection__services-list__item{margin-bottom:1.4rem}.form--wizard .service-selection__services-list__item.title{margin-bottom:0;font-size:1.2rem;color:#fff;font-weight:600;position:absolute;left:0;top:0;text-align:center;width:1.8rem;height:1.8rem;line-height:1;background:#4bb8ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}@media only screen and (max-width: 37.5em){.form--wizard .service-selection__services-list__item{width:100%}}.form--wizard .service-selection__services-list__item .payment-checkbox__checkbox-button{width:1.4rem;height:1.4rem;-webkit-box-flex:0;-ms-flex:0 0 1.4rem;flex:0 0 1.4rem;border-width:1px;border-color:#e8ecee}.form--wizard .service-selection__services-list__item__label{color:#222;font-size:1.35rem;font-weight:400;max-width:calc(100% - 5rem);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form--wizard .service-selection__services-list__item .payment-checkbox__checkbox-input:checked~.payment-checkbox__checkbox-label .payment-checkbox__checkbox-button{background:#3a87cb;border-color:#3a87cb}.form--wizard__add-new-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#2abb9b;width:2.6rem;height:2.6rem;border-radius:50%}.form--wizard__add-new-field__icon{fill:#fff;width:1.4rem;height:1.4rem}.form--wizard__input-typeahead-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.form--wizard__input-typeahead-wrapper__close{position:absolute;right:-1.6rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;height:2rem;width:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e45b72;border-radius:50%}.form--wizard__input-typeahead-wrapper__close__icon{fill:#fff;width:1rem;height:1rem}.form--wizard__input-typeahead-wrapper .form__typeahead{width:100%}.form--wizard__input-typeahead-wrapper:first-child{padding-top:0}.form--wizard__input-typeahead-wrapper.required-error:first-child .form__input{border-color:#e45b72;background:#e45b721a}.form--wizard .search-wrapper{margin-bottom:3rem}.form--wizard .search-wrapper__input.form__input{padding-left:4rem;font-size:1.6rem;height:4.5rem}.form--wizard .search-wrapper input::-webkit-input-placeholder,.form--wizard .search-wrapper textarea::-webkit-input-placeholder,.form--wizard .search-wrapper select::-webkit-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal;font-size:1.6rem;font-weight:400}.form--wizard .search-wrapper input::-moz-placeholder,.form--wizard .search-wrapper textarea::-moz-placeholder,.form--wizard .search-wrapper select::-moz-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal;font-size:1.6rem;font-weight:400}.form--wizard .search-wrapper input:-ms-input-placeholder,.form--wizard .search-wrapper textarea:-ms-input-placeholder,.form--wizard .search-wrapper select:-ms-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal;font-size:1.6rem;font-weight:400}.form--wizard .search-wrapper input::-ms-input-placeholder,.form--wizard .search-wrapper textarea::-ms-input-placeholder,.form--wizard .search-wrapper select::-ms-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal;font-size:1.6rem;font-weight:400}.form--wizard .search-wrapper input::placeholder,.form--wizard .search-wrapper textarea::placeholder,.form--wizard .search-wrapper select::placeholder{color:#b5b5b5!important;opacity:1;font-style:normal;font-size:1.6rem;font-weight:400}@media only screen and (max-width: 75em){.listingsettings{padding-left:0;padding-right:0}}.business-listing{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:3rem}.business-listing .tabs__nav__item{font-size:1.4rem;color:#404040}.business-listing .section-warning-wrapper{width:100%}@media only screen and (max-width: 47.93em){.business-listing .section-warning-wrapper{padding:0 1.5rem}}.business-listing .heading{width:100%}@media only screen and (max-width: 56.25em){.business-listing .heading{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width: 47.93em){.business-listing .heading{padding:0 1.5rem}}.business-listing .form--modal{width:100%!important;margin:0 -1rem 0 0!important}.business-listing__left{width:70%}@media only screen and (max-width: 100em){.business-listing__left{width:65%}}@media only screen and (max-width: 87.5em){.business-listing__left{width:60%}}@media only screen and (max-width: 75em){.business-listing__left{width:calc(100% - 34rem)}}@media only screen and (max-width: 56.25em){.business-listing__left{width:100%;padding:0 1.5rem;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media only screen and (max-width: 37.5em){.business-listing__left{padding:0}}.business-listing__left .tox-tinymce{width:100%}@media only screen and (max-width: 56.25em){.business-listing__left .tox-tinymce{width:100%}}.business-listing__left .tabs__content{background:transparent;border:0;padding:0}@media only screen and (max-width: 47.93em){.business-listing__left .tabs__nav{width:calc(100% - 3rem)!important;margin-left:1.5rem!important}}.business-listing__right{width:35rem;padding-top:2.2rem}@media only screen and (max-width: 87.5em){.business-listing__right{width:30rem}}@media only screen and (max-width: 75em){.business-listing__right{width:32rem}}@media only screen and (max-width: 56.25em){.business-listing__right{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.business-listing__aside{position:sticky;top:2rem}@media only screen and (max-width: 56.25em){.business-listing__aside{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 47.93em){.business-listing__aside{padding:0 1.5rem}}.business-listing__aside__item{position:relative;width:100%;height:auto;padding:2rem 2.4rem;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem;border:1px solid #EAEAEA}@media only screen and (max-width: 56.25em){.business-listing__aside__item.publish{width:100%;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.publish .business-listing__aside__item__title{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.publish .business-listing__aside__item__error,.business-listing__aside__item.publish .business-listing__aside__item__description{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width: 37.5em){.business-listing__aside__item.publish .business-listing__aside__item__error,.business-listing__aside__item.publish .business-listing__aside__item__description{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.publish .business-listing__aside__item__preview{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;height:auto}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.publish .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.business-listing__aside__item.publish .button-group>*{margin-left:1rem}}@media only screen and (max-width: 56.25em) and (max-width: 37.5em){.business-listing__aside__item.publish .button-group>*{margin-right:1rem;margin-left:0}}@media only screen and (max-width: 37.5em){.business-listing__aside__item.publish .button-group{margin:1.4rem 0 0}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.company-rate{-ms-flex-flow:wrap;flex-flow:wrap}}@media only screen and (max-width: 47.93em){.business-listing__aside__item.company-rate{-ms-flex-flow:wrap;flex-flow:wrap}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.company-rate .business-listing__aside__item__title{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.company-rate .business-listing__aside__item__description{width:50%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.company-rate .business-listing__aside__item__chart-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:7rem;position:absolute;right:2.5rem;top:.5rem}}@media only screen and (max-width: 56.25em){.business-listing__aside__item.company-rate .business-listing__aside__item__check-list{-webkit-column-count:3;-moz-column-count:3;column-count:3;width:100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media only screen and (max-width: 37.5em){.business-listing__aside__item.company-rate .business-listing__aside__item__check-list{-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media only screen and (max-width: 29.93em){.business-listing__aside__item.company-rate .business-listing__aside__item__check-list{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.business-listing__aside__item__title{font-size:1.4rem;color:#444;font-weight:500}.business-listing__aside__item__description{font-size:1.35rem;color:#404040;line-height:1.5;margin-top:.5rem}.business-listing__aside__item__error{color:#e45b72;font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.business-listing__aside__item__check-list{margin:0;padding:0;margin-top:2rem}@media only screen and (max-width: 56.25em){.business-listing__aside__item__check-list{-webkit-column-count:3;-moz-column-count:3;column-count:3;width:100%}}.business-listing__aside__item__check-list li{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.4rem}@media only screen and (max-width: 56.25em){.business-listing__aside__item__check-list li{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.business-listing__aside__item__check-list li.active .business-listing__aside__item__check-list__icon-box{background:#2abb9b;border-color:#2abb9b}.business-listing__aside__item__check-list li.active .business-listing__aside__item__check-list__icon{fill:#fff}.business-listing__aside__item__check-list li.active .business-listing__aside__item__check-list__text{color:#2abb9b}.business-listing__aside__item__check-list li.red:not(.active) .business-listing__aside__item__check-list__icon-box{background:#e45b72;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 32 32'%3E%3Ctitle%3Ewarning%3C/title%3E%3Cpath fill='white' d='M18.909 24h-5.818c-0.394 0-0.735 0.144-1.023 0.432s-0.432 0.629-0.432 1.023v5.091c0 0.394 0.144 0.735 0.432 1.023s0.629 0.432 1.023 0.432h5.819c0.393 0 0.735-0.144 1.023-0.432s0.431-0.629 0.431-1.023v-5.091c0-0.394-0.144-0.735-0.432-1.023s-0.629-0.432-1.023-0.432z'%3E%3C/path%3E%3Cpath fill='white' d='M20.648 0.432c-0.28-0.288-0.617-0.432-1.012-0.432h-7.272c-0.394 0-0.731 0.144-1.011 0.432s-0.413 0.629-0.398 1.023l0.636 17.454c0.015 0.394 0.17 0.735 0.466 1.023s0.64 0.432 1.034 0.432h5.819c0.393 0 0.738-0.144 1.034-0.432s0.45-0.629 0.466-1.023l0.636-17.454c0.016-0.394-0.117-0.735-0.398-1.023z'%3E%3C/path%3E%3C/svg%3E%0A");background-position:center center;background-size:1rem;background-repeat:no-repeat}.business-listing__aside__item__check-list li.red:not(.active) .business-listing__aside__item__check-list__icon{display:none}.business-listing__aside__item__check-list li.red:not(.active) .business-listing__aside__item__check-list__text{color:#e45b72}.business-listing__aside__item__check-list__icon-box{width:2rem;height:2rem;border:1px solid transparent;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d8ede8}.business-listing__aside__item__check-list__icon{width:.9rem;height:.9rem;fill:#d8ede8}.business-listing__aside__item__check-list__text{width:calc(100% - 5rem);margin-left:1rem;color:#404040;font-size:1.3rem}.business-listing__aside__item__preview{margin-top:2.6rem}.business-listing__aside__item__preview__title{font-size:1.6rem;color:#444;font-weight:500}.business-listing__aside__item__preview__link{font-size:1.6rem;color:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.business-listing__aside__item__preview__link__status{width:1rem;height:1rem;border-radius:50%;background:#2abb9b;display:block;margin-right:8px}.business-listing__aside__item__preview__link__status.red{background:#e45b72}.business-listing__aside__item__preview__link__status.orange{background:#ef6c00}.business-listing__aside__item__preview__link__icon{width:1.5rem;height:1.5rem;fill:#3a87cb;margin-left:3px}.business-listing__aside__item__preview .button-copy{position:absolute;top:3px;right:3px}.business-listing__aside__item__chart-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.business-listing__form__section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 75em){.business-listing__form__section{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.business-listing__form__section__left{width:45%;height:auto;padding:1.5rem;padding-left:0}@media only screen and (max-width: 100em){.business-listing__form__section__left{width:50%}}@media only screen and (max-width: 75em){.business-listing__form__section__left{padding:0;width:100%}}@media only screen and (max-width: 47.93em){.business-listing__form__section__left{padding:0 1.5rem}}.business-listing__form__section__left p{margin-top:1.2rem;font-size:1.35rem;color:#202020;width:90%}.business-listing__form__section__left p b,.business-listing__form__section__left p strong{color:#505050}.business-listing__form__section__left ul{font-size:1.35rem;color:#202020;margin:0;padding:0;padding-left:2rem}.business-listing__form__section__left ul b,.business-listing__form__section__left ul strong{color:#505050}.business-listing__form__section__left .btn-delete{font-size:1.3rem!important;padding:0!important;min-width:auto!important;background:transparent!important;border:0!important;color:#e45b72!important}.business-listing__form__section__right{height:auto;width:55%}@media only screen and (max-width: 100em){.business-listing__form__section__right{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;width:50%}}@media only screen and (max-width: 75em){.business-listing__form__section__right{width:100%}}@media only screen and (max-width: 47.93em){.business-listing__form__section__right{padding:0 1.5rem}}.business-listing__form__section__right .content-box{background:#fff;padding:2.8rem 2.2rem;border:1px solid #ECEFF2}.business-listing__form__section__right .content-box #silentbox-overlay__description{display:none!important}.business-listing__form__section__right .content-box .business-listing__form__section__hr{width:calc(100% - 2rem);margin:2rem 0 2rem 1rem}.business-listing__form__section__right .add-new-feature{margin-top:1rem!important}.business-listing__form__section__hr{width:100%;height:1px;background:#e6e6e6;margin:4rem 0}@media only screen and (max-width: 47.93em){.business-listing__form__section__hr{width:calc(100% - 3rem);margin-left:1.5rem}}.business-listing__form__section__list{list-style:none;margin:0;padding:0}.business-listing__form__section__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.8rem}.business-listing__form__section__list__icon-box{width:2rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:.4rem}.business-listing__form__section__list__icon{width:1rem;height:1rem;fill:#406db8}.business-listing__form__section__list span{font-size:1.4rem}.business-listing__form__section.section-warning-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 56.25em){.business-listing__form__section.section-warning-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media only screen and (max-width: 47.93em){.business-listing__form__section.section-warning-wrapper{padding:0 1.5rem}}.business-listing__form__section .section-warning-wrapper{width:100%}@media only screen and (max-width: 47.93em){.business-listing__form__section .section-warning-wrapper{padding:0 1.5rem}}.business-listing__form__section .section-warning{width:100%;border:1px solid rgba(250,216,89,.6);background:#fad85912;padding:1.5rem;margin-bottom:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:5px}.business-listing__form__section .section-warning__icon-box{width:4rem;height:4rem;background:#fad8594d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}@media only screen and (max-width: 37.5em){.business-listing__form__section .section-warning__icon-box{width:3rem;height:3rem}}.business-listing__form__section .section-warning__icon-box__icon{width:2rem;height:2rem;fill:#f9d240}@media only screen and (max-width: 37.5em){.business-listing__form__section .section-warning__icon-box__icon{width:1.5rem;height:1.5rem}}.business-listing__form__section .section-warning__text{font-size:1.4rem;color:#f8c50a;width:calc(100% - 10rem);margin-left:2rem;padding-right:4rem}@media only screen and (max-width: 37.5em){.business-listing__form__section .section-warning__text{width:calc(100% - 13rem)}}.business-listing__form__section .section-warning.mb{margin-bottom:2rem}.business-listing__form__section .section-warning__list{list-style:none;margin:0;padding:0}.business-listing__form__section .section-warning__list li a{color:#b59005;text-decoration:underline;font-size:1.3rem}.business-listing__form__section__biography-warning{font-size:1.3rem;color:#edbf08;margin-top:1rem}.business-listing__form__section__biography-warning.passed{color:#2abb9b}.business-listing__form__section__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:3rem}.business-listing__form__image-uploader .file-drop-area.image{width:12rem;height:12rem;margin-bottom:0}.business-listing__form__footer .btn{margin-left:2rem}.business-listing__form__extra{position:relative;width:100%}.business-listing .table-list-scroll-wrapper{width:100%!important;margin-left:0}@media only screen and (max-width: 37.5em){.business-listing .business-listing-team{overflow:hidden;overflow-x:auto}}@media only screen and (max-width: 37.5em){.business-listing .settings-tabs__table-content{padding:0;border-left:1px solid #ECEFF2;border-right:1px solid #ECEFF2}}.business-listing .table-list__footer{width:100%;margin-left:0}.form--branch-list{width:100%;margin:0 auto}.form--branch-list input::-webkit-input-placeholder,.form--branch-list textarea::-webkit-input-placeholder,.form--branch-list select::-webkit-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--branch-list input::-moz-placeholder,.form--branch-list textarea::-moz-placeholder,.form--branch-list select::-moz-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--branch-list input:-ms-input-placeholder,.form--branch-list textarea:-ms-input-placeholder,.form--branch-list select:-ms-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--branch-list input::-ms-input-placeholder,.form--branch-list textarea::-ms-input-placeholder,.form--branch-list select::-ms-input-placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--branch-list input::placeholder,.form--branch-list textarea::placeholder,.form--branch-list select::placeholder{color:#b5b5b5!important;opacity:1;font-style:normal}.form--branch-list__title{font-size:1.8rem;font-weight:500;width:100%;text-align:center;color:#444}.form--branch-list__description{font-size:1.3rem;text-align:center;color:#444}.form--branch-list__description p{margin-bottom:0}.form--branch-list__description p span{color:#3a87cb}.form--branch-list__description a{color:#3a87cb;text-decoration:underline}.form--branch-list__description a:hover{color:#2c6da6}.form--branch-list .form__input{font-size:1.2rem;color:#868686;padding:6px 4rem 3px 2rem;background-color:#f4f4f4;outline:1px solid #D8D8D8;border:none;border-bottom:3px solid transparent;width:100%;display:block;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:3rem;background-clip:border-box;outline-offset:0!important;border-radius:0}.form--branch-list .form__input:focus{-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,.1);box-shadow:0 1rem 2rem #0000001a;background:#fff;border-bottom:3px solid #0069b4;outline:1px solid #D8D8D8}.form--branch-list.services-list .form__container{height:35rem;overflow:auto}.form--branch-list__hr{border-top:1px solid #DAE4EE;width:calc(100% - 3.2rem);margin-top:2rem;margin-bottom:1.5rem}.form--branch-list .invalid-warning-text{display:none}.form--branch-list .invalid-warning-text.show{display:block}.form--branch-list__checkbox-label{color:#a4a4a4;font-size:1.2rem;font-weight:500}.form--branch-list__branch-title{color:#777;font-size:1.4rem;font-weight:600;margin-bottom:2rem}.form--branch-list .service-selection{width:100%}.form--branch-list .service-selection__services{width:100%;margin-bottom:3rem}.form--branch-list .service-selection__services-list{margin:3rem 0 1.6rem;position:relative}.form--branch-list .service-selection__services-list:first-child{margin-top:0}.form--branch-list .service-selection__services-list__item{width:50%;margin-bottom:.4rem}.form--branch-list .service-selection__services-list__item.title{margin-bottom:0;font-size:1.2rem;color:#fff;font-weight:600;position:absolute;left:0;top:0;text-align:center;width:1.8rem;height:1.8rem;line-height:1;background:#4bb8ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}@media only screen and (max-width: 37.5em){.form--branch-list .service-selection__services-list__item{width:50%}}@media only screen and (max-width: 23.75em){.form--branch-list .service-selection__services-list__item{width:100%}}.form--branch-list .service-selection__services-list__item .payment-checkbox__checkbox-button{width:1.4rem;height:1.4rem;-webkit-box-flex:0;-ms-flex:0 0 1.4rem;flex:0 0 1.4rem;border-width:1px;border-color:#e8ecee}.form--branch-list .service-selection__services-list__item__label{color:#404040;font-size:1.3rem;font-weight:400;max-width:calc(100% - 5rem);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form--branch-list .service-selection__services-list__item .payment-checkbox__checkbox-input:checked~.payment-checkbox__checkbox-label .payment-checkbox__checkbox-button{background:#3a87cb;border-color:#3a87cb}.form--branch-list__add-new-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#2abb9b;width:2.6rem;height:2.6rem;border-radius:50%}.form--branch-list__add-new-field__icon{fill:#fff;width:1.4rem;height:1.4rem}.form--branch-list__input-typeahead-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative}.form--branch-list__input-typeahead-wrapper__close{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem;height:2rem;width:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e45b72;border-radius:50%;position:absolute;right:1.8rem;z-index:4}.form--branch-list__input-typeahead-wrapper__close__icon{fill:#fff;width:1rem;height:1rem}.form--branch-list__input-typeahead-wrapper__order-icon-box{cursor:move}.form--branch-list__input-typeahead-wrapper__order-icon{width:2rem;height:2rem;margin-right:1.7rem}.form--branch-list .search-wrapper{margin:3rem auto;width:32rem}@media only screen and (max-width: 37.5em){.form--branch-list .search-wrapper{width:80%}}.form--branch-list .form__typeahead{width:100%}.form--branch-list__empty-state{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form--branch-list__empty-state__title{font-size:1.6rem;color:#505050;font-weight:500;margin-bottom:2rem}.new-input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-input-group__append{width:4rem;height:3rem;padding:0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#606060;color:#fff;font-size:1.4rem;font-weight:500}.custom-text-editor-toggle__input{width:100%;border:1px solid #EAEAEA;font-size:1.35rem;color:#707070;padding:1rem 1.4rem;border-radius:3px}.custom-text-editor-wrapper{position:relative;border:1px solid #EAEAEA;border-radius:5px;background:#fff}.custom-text-editor-wrapper .tox,.custom-text-editor-wrapper .tox-tinymce{border-radius:5px;border-color:#eaeaea;border:0}.custom-text-editor-wrapper .tox-edit-area__iframe{background:#fff!important}.custom-text-editor-wrapper .tox .tox-toolbar__primary{background-color:#e6eaea!important;background:#e6eaea!important}.custom-text-editor-wrapper--transparent .tox-edit-area{background:#fff}.custom-text-editor-wrapper--transparent .tox .tox-toolbar__primary{background-color:transparent!important;background:transparent!important;border-top:0!important}.custom-text-editor__footer{display:none}.custom-text-editor__footer.active{width:100%;bottom:1.4rem;padding:0 1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem;margin-bottom:1rem;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media only screen and (max-width: 87.5em){.custom-text-editor__footer.active{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.custom-text-editor__footer__button-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1rem}@media only screen and (max-width: 100em){.custom-text-editor__footer__button-group .btn-primary,.custom-text-editor__footer__button-group .btn-secondary{padding:.75rem 1.8rem}}.custom-text-editor__footer__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 87.5em){.custom-text-editor__footer__action{-webkit-box-pack:center;-ms-flex-pack:center;margin:0 auto;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f9f9f9;padding:.1rem 1rem;border:1px solid #cccccc;justify-content:center;border-radius:5px}}@media only screen and (max-width: 87.5em) and (max-width: 37.5em){.custom-text-editor__footer__action{-ms-flex-wrap:wrap;flex-wrap:wrap}}.custom-text-editor__footer__action .multiselect{width:17rem;background-color:#f0f0f0;border-radius:5px}.custom-text-editor__footer__action .multiselect__tags{outline:none;background:transparent}.custom-text-editor__footer__action .multiselect__select__placeholder{display:block!important;color:#404040!important}.custom-text-editor__footer__action .multiselect--active{-webkit-box-shadow:none;box-shadow:none}.custom-text-editor__date-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1rem}@media only screen and (max-width: 40em){.custom-text-editor__date-time .vdp-datepicker__calendar{left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);right:auto!important}}.custom-text-editor__date-time__icon{width:2rem;height:2rem;fill:#687481}.custom-text-editor__date-time__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-text-editor__date-time__date .form__datepicker,.custom-text-editor__date-time__date .form__datepicker input{background:transparent;outline:none!important;padding-left:0!important;width:8rem;padding:0 .3rem!important;border:0!important}.custom-text-editor__date-time__date .form__datepicker input:focus{-webkit-box-shadow:none;box-shadow:none;outline:none!important;border:0}.custom-text-editor__date-time__date .form__input{background:transparent;outline:none;font-size:1.3rem;color:#868686;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:8px}.custom-text-editor__date-time__date .form__input:focus{-webkit-box-shadow:none;box-shadow:none;border:0}.custom-text-editor__date-time__date .form__input::-webkit-datetime-edit-fields-wrapper{width:auto}.custom-text-editor__date-time__date .form__input::-webkit-datetime-edit-minute-field,.custom-text-editor__date-time__date .form__input::-webkit-datetime-edit-hour-field{background:transparent!important;color:#687481!important;padding:0!important}.custom-text-editor__date-time__date .form__input::-webkit-datetime-edit-text{padding:0 .3rem!important}.form-support{width:49.1rem;height:auto;background:#fff;border-radius:1rem;padding:3rem 1.5rem;-webkit-box-shadow:0 0 3rem 1rem rgba(146,146,146,.001);box-shadow:0 0 3rem 1rem #92929200;width:100%}@media only screen and (max-width: 87.5em){.form-support{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.form-support .form__group{margin-bottom:1.9rem;padding:0 1.5rem}.form-support .form__group:last-child{margin-bottom:0}.form-support .form__group.textarea{margin-bottom:3rem}.form-support .form__group .btn-primary.new-blue{padding:1rem 0;font-size:1.8rem}.form-support .form-label{color:#606060;font-size:1.5rem;font-weight:500;margin-bottom:.3rem}.form-support .form-label span{color:#e45b72}.form-support .form-control{height:4rem;font-size:1.4rem;color:#404040;border:1px solid #E1E1E1;background:#fafafa;border-radius:5px;padding:0 1.5rem}.form-support .form-control:focus{background:#fff;outline:none;-webkit-box-shadow:none;box-shadow:none}.form-support .form-textarea{width:100%;border:1px solid #E1E1E1;background:#fafafa;border-radius:5px;padding:1.5rem;height:18rem}.form-support .multiselect__tags{border-radius:5px!important;border:1px solid #E1E1E1;background:#fafafa;height:4rem;outline:none}.form-support .multiselect__select{top:50%;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.form-support .multiselect--active{-webkit-box-shadow:none;box-shadow:none}.optional-label-span{font-size:11px;margin-left:2px;color:inherit!important}.team-sla{display:grid;grid-template-rows:1fr;position:relative;background:transparent}.team-sla__section{width:100%;padding:3rem 0;display:grid;grid-template-columns:2fr 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;border-bottom:1px solid #F1F1F1}.team-sla__section:first-child{padding-top:0}.team-sla__section:last-child{border-bottom:0}.team-sla__section__header__title{color:#404040;font-weight:600;font-size:1.4rem}.team-sla__section__header__desc{font-size:1.25rem;color:#404040;font-weight:500}.team-sla__section--form__group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 29.93em){.team-sla__section--form__group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.team-sla__section--form__group .form__group{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 29.93em){.team-sla__section--form__group .form__group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.team-sla__button-group .form__group{padding-left:0}.image-upload-group{display:grid;grid-template-columns:14rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:3rem;padding-left:0;padding-right:0}.image-upload-group__label{font-size:1.4rem;color:#344054;font-weight:500;margin-bottom:12px}@media only screen and (max-width: 29.93em){.image-upload-group{grid-template-columns:1fr;grid-gap:1rem}}.image-upload-group__text{color:#707070}.image-upload-group__text__format{font-size:1.2rem;color:#707070;margin-bottom:0;line-height:1}.image-upload-group__text__size{font-size:1.1rem;color:#707070}.image-upload-group .px-image-uploader .has-image,.image-upload-group .px-image-uploader .image-carousel__item__btn.update{display:none}.form-image-uploader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-image-uploader__left{height:auto}.form-image-uploader__file .file-drop-area{width:10rem;height:10rem}.form-image-uploader__text p{font-size:1.1rem;color:#707070;margin-bottom:0;margin-left:3rem}.editor-textarea{width:100%;border:1px solid #D8D8D8;background:#f4f4f4;resize:none;min-height:80px;max-height:100%;padding:15px;font-size:1.4rem;color:#404040;font-weight:400}.selected-work{position:relative}.selected-work__badge{width:10px;height:10px;background:#404040;border-radius:50%;display:block;position:absolute;top:50%;translate:0 -50%;left:10px;z-index:50}.selected-work__badge.disabled{opacity:.5}.selected-work__badge.green{background:#2abb9b}.selected-work__badge.yellow{background:#fad859}.selected-work__badge.red{background:#e45b72}.selected-work .contact-selectbox-selection{padding:8px 15px 8px 25px!important}.selected-work button{display:none}.select-bill{position:relative;margin-bottom:3rem}.select-bill .custom-select:focus{border:1px solid #ededed;-webkit-box-shadow:none;box-shadow:none}.select-bill__selected__actions .btn{padding:0;width:2rem;height:2rem}.select-bill__selected__actions .btn-cancel{background:#e45b7201}.select-bill__selected__actions .btn-cancel .icon{width:1rem;height:1rem;fill:#e45b72}.select-bill__selected__actions .btn-preview{background:#70707001;margin-left:.6rem}.select-bill__selected__actions .btn-preview .icon{width:1rem;height:1rem;fill:#404040}input::-webkit-datetime-edit-meridiem-field{display:none!important;padding:0!important}.form-group-title{color:#404040;font-weight:600}.form-group-title.small{font-size:1.1rem}.custom-editor{height:100px;color:#404040;overflow-y:auto;overflow-x:hidden;font-size:1.35rem;border:1px solid #D7D9E0;background:#f7f6fa;padding:1.4rem}.custom-editor.disabled{cursor:not-allowed!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.search-container{position:relative}.search-container .search-input{width:100%;height:auto;border:1px solid #EAECEF;border-radius:5px;padding:8px 4rem}.search-container .search-input::-webkit-search-decoration,.search-container .search-input::-webkit-search-cancel-button,.search-container .search-input::-webkit-search-results-button,.search-container .search-input::-webkit-search-results-decoration{-webkit-appearance:none}.search-container .search-input::-webkit-input-placeholder{color:#a8a8a8;font-style:normal;font-size:1.4rem}.search-container .search-input::-moz-placeholder{color:#a8a8a8;font-style:normal;font-size:1.4rem}.search-container .search-input:-ms-input-placeholder{color:#a8a8a8;font-style:normal;font-size:1.4rem}.search-container .search-input::-ms-input-placeholder{color:#a8a8a8;font-style:normal;font-size:1.4rem}.search-container .search-input::placeholder{color:#a8a8a8;font-style:normal;font-size:1.4rem}.search-container .search-button{position:absolute;left:1.4rem;padding:0;border:0;top:0;width:2rem;height:100%;background:transparent}.search-container .search-button__icon{width:1.4rem;height:1.4rem;fill:#a2a2a2}.search-container .search-clear-button{position:absolute;right:1.4rem;padding:0;border:0;top:0;width:2rem;height:100%;background:transparent}.search-container .search-clear-button__icon{width:1.4rem;height:1.4rem;fill:#a2a2a2}.custom-checkbox-wrapper{position:relative;cursor:pointer;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-bottom:0!important}.custom-checkbox{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.custom-checkbox__hidden{opacity:0;width:16px;height:16px}.custom-checkbox__hidden:checked~.custom-checkbox__item{background:#4bb8ff;border:0}.custom-checkbox__hidden:checked~.custom-checkbox__item:after{display:block}.custom-checkbox__hidden:disabled~.custom-checkbox__text{opacity:.6}.custom-checkbox__hidden:disabled~.custom-checkbox__item{border:1px solid #D0D5DD;background:#f9fafb}.custom-checkbox__hidden:disabled~.custom-checkbox__item:after{border-color:#d0d5dd}.custom-checkbox.checked .custom-checkbox__item{background:#4bb8ff;border:0}.custom-checkbox.checked .custom-checkbox__item:after{display:block}.custom-checkbox__item{width:1.6rem;height:1.6rem;background:#fff;border:1px solid #DAE4EE;border-radius:3px;position:absolute;left:0;top:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-checkbox__item:after{display:none;content:"";position:absolute;width:5px;height:9px;left:5px;top:2px;z-index:5;border:solid #ffffff;border-width:0 2.4px 2.4px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.not-all-selected .custom-checkbox__item:after{width:calc(100% - 6px);top:50%;left:50%;height:3px;background:#fff;border:0;border-width:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.custom-checkbox span{font-size:1.3rem;font-weight:400;color:#344054;line-height:1.6}.custom-checkbox__text-wrapper{margin-left:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.custom-checkbox__text{margin-left:0}.community-modal-screen .community-post-form{width:600px;margin:0 auto}.community-modal-screen .modal-content,.community-modal-screen .modal-body{min-height:100vh!important;height:100vh!important;overflow:hidden!important}.community-post-form{position:relative}.community-post-form__title-input{border:0;outline:none;background:transparent;width:100%;font-size:2.4rem;color:#101828;font-weight:700;line-height:1.2;resize:none;overflow:hidden}.community-post-form__title-input::-webkit-input-placeholder{font-size:2.4rem;font-weight:700;color:#98a2b3;font-style:normal!important}.community-post-form__title-input::-moz-placeholder{font-size:2.4rem;font-weight:700;color:#98a2b3;font-style:normal!important}.community-post-form__title-input:-ms-input-placeholder{font-size:2.4rem;font-weight:700;color:#98a2b3;font-style:normal!important}.community-post-form__title-input::-ms-input-placeholder{font-size:2.4rem;font-weight:700;color:#98a2b3;font-style:normal!important}.community-post-form__title-input::placeholder{font-size:2.4rem;font-weight:700;color:#98a2b3;font-style:normal!important}.community-post-form__limit-error{color:#e45b72;font-size:1.2rem;font-weight:600}.community-post-form__text-editor{border:0;padding:0!important;margin:0!important}.community-post-form__text-editor-wrapper{padding:0!important;width:100%}.community-post-form__text-editor-wrapper .tox.tox-tinymce{border:0;background:#fff}.community-post-form__text-editor-wrapper .tox-edit-area__iframe{background:#fff!important}.community-post-form__text-editor-wrapper .tox .tox-toolbar-overlord{background:transparent!important}.community-post-form__text-editor-wrapper .tox-toolbar__primary{background:none!important}.community-post-form .post-image-uploader{margin-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-post-form .post-image-uploader .file-drop-area.image{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.community-post-form .post-image-uploader .has-image,.community-post-form .post-image-uploader .image-carousel__item__btn.update{display:none}.community-post-form__image-uploader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.community-post-form__image-uploader .icon{width:18px;height:18px;fill:#98a2b3}.community-post-form__image-uploader span{color:#98a2b3;font-weight:600;font-size:1.4rem;line-height:1;margin-left:4px}.community-post-form .image-carousel__item.gallery-single{border:0;background:transparent;outline:none;padding:0}.community-post-form .image-carousel__item.gallery-single:hover:before{opacity:.1;background:#3a87cb}.community-post-form .image-carousel__item:hover img{display:block}.community-post-form .image-carousel__hover-actions{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-post-form .image-carousel__img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.community-post-form .image-carousel__item__btn{opacity:1;position:relative}@media only screen and (max-width: 64em){.community-post-form .tox .tox-editor-container{padding-bottom:0!important}}.community-post-form .tox .tox-editor-container .tox-toolbar__primary{border-top:0!important}@media only screen and (max-width: 64em){.community-post-form .tox .tox-editor-header{position:sticky!important;bottom:0!important}}.community-post-form__text-editor-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media only screen and (min-width: 64em){.community-post-form__text-editor-toolbar{position:relative}}.community-post-form__text-editor-toolbar__row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.community-post-form__text-editor-toolbar__row .btn-primary{border-radius:5px}@media only screen and (min-width: 37.5em){.community-post-form__text-editor-toolbar__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.community-post-form__text-editor-toolbar__row__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-post-form__text-editor-toolbar__row__left__item{margin-left:16px}.community-post-form__text-editor-toolbar__row__left__item:first-child{margin-left:0}.community-post-form__text-editor-toolbar__uploader-file{width:100%;margin-top:12px}.community-post-form__text-editor-toolbar__uploader-file .events-document{margin:0!important;padding:0!important}.community-post-form__text-editor-toolbar__uploader-file .events-document__title{display:none}.export-modal-form .fieldset-group{margin-bottom:16px}.export-modal-form .fieldset-title{font-size:1.4rem;font-weight:600;color:#344054;margin-bottom:8px;padding-bottom:0!important}.export-modal-form .custom-checkbox{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;margin-bottom:8px}.export-modal-form .custom-checkbox .custom-control-label{cursor:pointer}.export-modal-form .custom-checkbox .custom-control-label:before{border-color:#d0d5dd!important;width:16px!important;height:16px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.export-modal-form .custom-checkbox .custom-control-label:after{width:16px!important;height:16px!important}.export-modal-form .custom-checkbox .custom-control-label span{line-height:1.8!important;margin-left:4px;color:#475467;font-size:1.3rem;font-weight:500}.export-modal-form .custom-checkbox .custom-control-label span small{font-size:1.1rem;color:#475467;font-style:italic}.export-modal-form .custom-checkbox .custom-control-input{width:16px!important;height:16px!important;top:3px!important}.export-modal-form .custom-checkbox .custom-control-input:checked~.custom-control-label:before{border-color:#3a87cb!important;background:#fff!important}.export-modal-form .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMxIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzEgMzIiPgo8dGl0bGU+Y2hlY2s8L3RpdGxlPgo8cGF0aCBkPSJNMTEuMDg3IDIzLjMwMWwtNS4yNjItNy4xODRjLTAuNTkxLTAuNzY4LTEuNTEtMS4yNTgtMi41NDQtMS4yNTgtMS43NjcgMC0zLjIgMS40MzMtMy4yIDMuMiAwIDAuNzM0IDAuMjQ3IDEuNDEgMC42NjIgMS45NDlsLTAuMDA2LTAuMDA4IDguMTU1IDEwLjc3N2MwLjU4NCAwLjc3IDEuNDk5IDEuMjYyIDIuNTI5IDEuMjYyIDAuMDA1IDAgMC4wMTAgMCAwLjAxNSAwaDAuMTM1YzEuMDgyLTAuMDQxIDIuMDIwLTAuNjIzIDIuNTU1LTEuNDgybDAuMDA4LTAuMDEzIDE1Ljg0NS0yNS42MzFjMC4zMTktMC40ODggMC41MDktMS4wODYgMC41MDktMS43MjggMC0xLjc2MS0xLjQyOC0zLjE4OS0zLjE4OS0zLjE4OS0xLjExOSAwLTIuMTAzIDAuNTc2LTIuNjcyIDEuNDQ4bC0wLjAwOCAwLjAxMnoiPjwvcGF0aD4KPC9zdmc+Cg==)!important}.export-modal-form .custom-radio{margin-bottom:8px}.export-modal-form .custom-radio .custom-control-input{width:16px;height:16px}.export-modal-form .custom-radio .custom-control-input:checked~.custom-control-label:after{width:16px;height:16px}.export-modal-form .custom-radio .custom-control-input:checked~.custom-control-label:before{background:#4bb8ff;border-color:#4bb8ff}.export-modal-form .custom-radio .custom-control-label:before{width:16px;height:16px}.export-modal-form .custom-radio .custom-control-label span{line-height:1.8!important;margin-left:4px;color:#475467;font-size:1.3rem;font-weight:500}.export-modal-form .custom-radio .custom-control-label span small{font-size:1.1rem;color:#475467;font-style:italic}.px-checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.px-checkbox__hidden{opacity:0}.px-checkbox__hidden:checked~.px-checkbox__input{background:#2abb9b;border-color:#2abb9b}.px-checkbox__hidden:checked~.px-checkbox__input .icon{display:block}.px-checkbox__input{width:20px;height:20px;border:1px solid #D0D5DD;border-radius:50%;position:absolute;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.px-checkbox__input .icon{width:14px;height:14px;fill:#fff;display:none}.px-checkbox .vdp-datepicker__clear-button{display:none}.px-checkbox .date-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.px-checkbox .date-wrapper label{font-size:1.4rem;font-weight:600;margin-bottom:8px;color:#344054;text-transform:uppercase}.input-w-select{background:#f9fafb;border:1px solid #EAECF0;border-radius:5px}.input-w-select .form__input{background:transparent;border:0;border-radius:0;border-right:1px solid #EAECF0}.input-w-select .multiselect__tags{background:transparent;outline:none}.px-date-picker--full{width:100%!important}@media only screen and (max-width: 40em){.px-date-picker--full .mx-range-wrapper{display:grid;grid-template-columns:1fr 1fr;width:100%;border:1px solid #EAECF0}}@media only screen and (max-width: 40em){.px-date-picker--full .mx-range-wrapper .mx-calendar.mx-calendar-panel-date{width:100%}}.px-date-picker--full.mx-datepicker-main{border:0}@media only screen and (max-width: 40em){.px-date-picker--full.mx-datepicker-main{padding:0 16px}}@media only screen and (max-width: 40em){.px-date-picker--full .date-picker__side-block{width:100%!important;margin-top:24px}}@media only screen and (max-width: 40em){.px-date-picker--full .date-picker__side-block__picker-group{margin-left:0!important;padding-left:16px;padding-right:16px}}@media only screen and (max-width: 40em){.px-date-picker--full .date-picker__side-block .multiselect{margin-left:0!important;padding-left:16px;padding-right:16px}}@media only screen and (max-width: 40em){.px-date-picker--full .date-picker__side-block .multiselect__select:before{right:16px!important}}@media only screen and (max-width: 40em){.px-date-picker--full .date-picker__side-block .multiselect__content-wrapper{z-index:600!important}}.px-date-picker--full .mx-datepicker{width:100%}.px-date-picker .mx-input{outline:none;border-radius:5px;border:1px solid #EAECF0;background:#f9fafb;-webkit-box-shadow:none;box-shadow:none;height:4rem}@media only screen and (max-width: 64em){@supports (-webkit-touch-callout: none){.px-date-picker .mx-input{font-size:16px}}}.px-date-picker .mx-input:hover,.px-date-picker .mx-input:focus{outline:none;border-color:#eaecf0}.px-date-picker .mx-input:disabled,.px-date-picker .mx-input.disabled{border:1px solid transparent}.px-date-picker .mx-input:disabled:hover,.px-date-picker .mx-input.disabled:hover{border:1px solid transparent}.px-date-picker .px-time-picker.input-w-full{margin-top:8px}.px-date-picker .px-time-picker.input-w-full input{width:100%}.px-date-picker .px-time-picker--direction-right .dropdown{right:0!important;left:inherit!important;width:auto!important}.px-date-picker.w-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:8px}.px-date-picker.w-time .mx-datepicker{width:calc(100% - 10.8rem)}.px-date-picker.w-time .px-time-picker{width:10rem;height:4rem;-ms-flex-negative:0;flex-shrink:0}.px-date-picker.w-time .px-time-picker input{width:10rem;height:4rem;font-size:1.4rem}@media only screen and (max-width: 64em){@supports (-webkit-touch-callout: none){.px-date-picker.w-time .px-time-picker input{font-size:16px}}}.px-date-picker.w-time.in-text-editor .mx-datepicker{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.px-date-picker.w-time.in-text-editor .mx-datepicker .mx-input{width:90px;padding:0;border:0!important;background:transparent!important;text-align:center!important}.px-date-picker.w-time.in-text-editor .mx-datepicker .mx-icon-calendar{display:none}.px-date-picker.w-time.in-text-editor .px-time-picker{width:80px}.px-date-picker.w-time.in-text-editor .px-time-picker input{width:60px;padding:0;border:0!important;background:transparent!important;text-align:center!important}.px-date-picker.w-time.detection-datetime-picker{display:grid;grid-template-columns:140px 1fr;gap:16px}@media only screen and (max-width: 40em){.px-date-picker.w-time.detection-datetime-picker{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px}}.px-date-picker.w-time.detection-datetime-picker .mx-datepicker{width:140px!important;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width: 40em){.px-date-picker.w-time.detection-datetime-picker .mx-datepicker{width:100%!important;-ms-flex-negative:inherit;flex-shrink:inherit}}@media only screen and (max-width: 40em){.px-date-picker.w-time.detection-datetime-picker .px-time-picker{width:100%!important}}@media only screen and (max-width: 40em){.px-date-picker.w-time.detection-datetime-picker .px-time-picker input{width:100%!important}}.mx-datepicker-main.mx-datepicker-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mx-datepicker-main .mx-datepicker-sidebar{width:185px;height:270px;overflow-x:hidden;overflow-y:auto}.mx-datepicker-main .mx-datepicker-sidebar .mx-btn{font-size:1.3rem;font-weight:500;color:#475467}.mx-datepicker-main .mx-datepicker-sidebar .mx-btn:hover{background:#4bb8ff;color:#fff}.mx-datepicker-main .mx-datepicker-content{margin-left:0!important}.rich-editor-textarea{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rich-editor-textarea .tox.tox-tinymce{border:1px solid #EAECF0;background:#fff;border-radius:10px;padding:0;min-height:auto!important}.rich-editor-textarea .tox-edit-area__iframe{background:#fff!important}.rich-editor-textarea .tox .tox-toolbar-overlord{background:transparent!important}.rich-editor-textarea .tox-toolbar__primary{background:none!important}.rich-editor-textarea .tox-editor-container{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;padding-bottom:8px}.rich-editor-textarea .tox-tbtn.tox-split-button__chevron{display:none!important}.rich-editor-textarea .btn.btn-primary{position:relative;margin-top:8px;margin-left:auto}@media only screen and (min-width: 40em){.rich-editor-textarea .btn.btn-primary{position:absolute;right:12px;bottom:16px;z-index:10;margin-left:inherit}}.rich-editor-textarea .tox-toolbar__group{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;overflow-x:inherit!important;-ms-flex-negative:1!important;flex-shrink:1!important}@media only screen and (min-width: 64em){.rich-editor-textarea .tox-toolbar__group{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;-ms-flex-negative:0!important;flex-shrink:0!important}}.basic-editor .tox-tinymce{border-radius:5px!important;border-color:#eaecf0;background:#f9fafb}.rounded-upload-photo,.rounded-upload-photo .px-image-uploader{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.rounded-upload-photo .px-image-uploader .file-drop-area.image{border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rounded-upload-photo .px-image-uploader .file-drop-area.image .feature-box-new__icon-box{background:#eaecf0}.rounded-upload-photo .px-image-uploader .file-drop-area.image .feature-box-new__icon-box svg{fill:#667085;color:#667085}.rounded-upload-photo .px-image-uploader .image-carousel__item.gallery-single{border-radius:50%;outline:none;border:0}.rounded-upload-photo .px-image-uploader .image-carousel__item img{display:block;border-radius:50%;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.rounded-upload-photo .px-image-uploader .image-carousel__item:before{position:absolute;border-radius:50%}.rounded-upload-photo .px-image-uploader .image-carousel__item:hover{padding:0}.rounded-upload-photo .px-image-uploader .image-carousel__item:hover:before{background:#406db880}.rounded-upload-photo .px-image-uploader .image-carousel__item__btn{border:0}.rounded-upload-photo .px-image-uploader .image-carousel__item__btn.edit,.rounded-upload-photo .px-image-uploader .image-carousel__item__btn.crop,.rounded-upload-photo .px-image-uploader .image-carousel__item__btn.download{display:none}.rounded-upload-photo .px-image-uploader .image-carousel__hover-actions{position:absolute;z-index:2;left:0;bottom:0;top:0;border-radius:50%;width:100%;height:100%}.rounded-upload-photo.letter-settings{width:100%;height:120px}@media only screen and (max-width: 40em){.rounded-upload-photo.letter-settings{width:120px}}.rounded-upload-photo.letter-settings .px-image-uploader{width:100%;height:120px}@media only screen and (max-width: 40em){.rounded-upload-photo.letter-settings .px-image-uploader{width:120px}}.rounded-upload-photo.letter-settings .px-image-uploader .file-drop-area.image{width:120px;height:120px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none}.rounded-upload-photo.letter-settings .px-image-uploader .file-drop-area.image .feature-box-new__icon-box{background:#eaecf0}.rounded-upload-photo.letter-settings .px-image-uploader .file-drop-area.image .feature-box-new__icon-box svg{fill:#667085;color:#667085}.rounded-upload-photo.letter-settings .px-image-uploader .file-drop-area.image.has-image{display:none}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item.gallery-single{width:100%;height:120px;outline:none;background:transparent;border:0;overflow:inherit!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item.gallery-single:hover{padding:0!important}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item.gallery-single:before{display:none!important}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item img{display:block;width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-height:inherit;max-width:inherit;-ms-flex-negative:0;flex-shrink:0}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn{border:0;padding:0;position:relative;margin:0;opacity:1}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn:hover{text-decoration:none}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn__text{display:block;color:#475467;font-size:1.4rem}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn.delete{background:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;color:#475467!important}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn.update span{color:#3a87cb}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn.edit,.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn.crop,.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__item__btn.download{display:none}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__hover-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;top:inherit;bottom:inherit;left:inherit;height:auto;border-radius:0}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__hover-actions a{margin-right:16px}.rounded-upload-photo.letter-settings .px-image-uploader .image-carousel__hover-actions a:last-child{margin-right:0}.px-time-picker .display-time{border-radius:5px;border-color:#eaecf0!important;font-size:1.4rem;background:#f9fafb;color:#344054;font-weight:500}.px-time-picker .controls>*{padding:0 1rem!important;color:#667085!important}.px-input-duration input{border-radius:5px;border:1px solid #EAECF0!important;outline:none;-webkit-box-shadow:none;box-shadow:none;padding:.4rem 1rem;font-size:1.4rem;height:4rem;color:#344054;background:#f9fafb}.custom-field textarea{font-size:1.4rem;color:#1d2939}.custom-field textarea:focus{outline:none;-webkit-box-shadow:0;box-shadow:0}.textarea-container .tox-tinymce{border-radius:5px;border-color:#eaecf0;background:#f9fafb}.textarea-container.editor-resizable .tox.tox-tinymce{resize:vertical!important;min-height:140px!important}.bill-offer-date-settings .form__group{padding:0;width:auto}.bill-offer-date-settings .form__input{min-width:auto;max-width:44px;padding:10px 4px;text-align:center}.bill-offer-date-settings .form__title,.bill-offer-date-settings .form__title--modal{display:none}.mdc-checkbox-wrapper{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.mdc-checkbox-wrapper__item{width:20px;height:20px;background:#fff;border:1px solid #EAECF0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px}.mdc-checkbox-wrapper__item .icon{width:16px;height:16px;fill:#fff;display:none}.mdc-checkbox-wrapper__item.disabled{background:#f9fafb!important;border-color:#d0d5dd!important}.mdc-checkbox-wrapper__item.disabled .icon{fill:#d0d5dd!important}.mdc-checkbox-wrapper span{font-weight:500;font-size:1.6rem;color:#344054}.mdc-checkbox-wrapper.checked .mdc-checkbox-wrapper__item{background:#4bb8ff;border-color:#4bb8ff}.mdc-checkbox-wrapper.checked .mdc-checkbox-wrapper__item .icon{fill:#fff;display:block}.mdc-checkbox-wrapper.checked .mdc-checkbox-wrapper__item .icon.minus,.mdc-checkbox-wrapper.checked .mdc-checkbox-wrapper__item.not-all-selected .check{display:none}.mdc-checkbox-wrapper.checked .mdc-checkbox-wrapper__item.not-all-selected .minus{display:block}.form-radio-group--v-list .radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-radio-group .radio-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;margin-bottom:4px}.form-radio-group .radio-option input[type=radio]{width:20px;height:20px;border:1px solid #D0D5DD;border-radius:50%;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-flex-negative:0;flex-shrink:0;position:relative}.form-radio-group .radio-option input[type=radio]:checked{border-color:#4bb8ff}.form-radio-group .radio-option input[type=radio]:checked:before{content:"";display:block;width:12px;height:12px;background:#4bb8ff;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.form-radio-group .radio-option__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.form-radio-group .radio-option__item__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:12px}.form-radio-group .radio-option__item__text__title{color:#344054;font-size:1.4rem;font-weight:500;text-wrap:pretty}.form-radio-group .radio-option__item__text__sub-title{color:#344054;font-size:1.3rem;font-style:italic;line-height:1}.checkbox-editable{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.checkbox-editable:hover .checkbox-editable__actions{visibility:visible}.checkbox-editable__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;visibility:hidden}.group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-list:not(:last-child){margin-bottom:2.4rem}.group-list__header{background:#fcfcfd;border:1px solid #EAECF0;border-left:7px solid #4bb8ff;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.8rem 1.2rem .8rem 2.2rem;position:relative;z-index:1}.group-list__header.empty{border-left-color:#e1e1e1;-webkit-box-shadow:0 3px 6px rgba(155,155,155,.12);box-shadow:0 3px 6px #9b9b9b1f}.group-list__header__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.group-list__header__title__name{color:#475467;font-size:1.2rem;font-weight:600;line-height:1;margin-bottom:2px}.group-list__header__action{margin-left:6px!important}.group-list__header__action__remove{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.group-list__header__action__remove__icon{fill:#98a2b3;width:1rem!important;height:1rem!important}.icon-rounded{width:3.9rem;height:3.9rem;border-radius:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#efefef;margin-right:1.2rem}.icon-rounded__icon{height:2rem;width:2rem;fill:#cecece}.icon-rounded.work{width:4.6rem;height:4.6rem;border-radius:1rem}@media only screen and (max-width: 75em){.icon-rounded.work{width:3.6rem;height:3.6rem}}@media only screen and (max-width: 47.93em){.icon-rounded.work{width:3.2rem;height:3.2rem}}@media only screen and (max-width: 29.93em){.icon-rounded.work{width:3.6rem;height:3.6rem;margin-bottom:1rem}}.icon-rounded.work .icon-rounded__icon{height:2.3rem;width:2.6rem}@media only screen and (max-width: 75em){.icon-rounded.work .icon-rounded__icon{height:1.6rem;width:2rem}}@media only screen and (max-width: 47.93em){.icon-rounded.work .icon-rounded__icon{height:1.4rem}}@media only screen and (max-width: 29.93em){.icon-rounded.work .icon-rounded__icon{height:1.6rem}}.icon-rounded.work-contact{width:3rem;height:3rem;min-width:3rem;min-height:3rem;margin-right:1.9rem}.icon-rounded.work-contact .icon-rounded__icon{height:1.4rem;width:1.4rem}.icon-warning{width:1.5rem;height:1.3rem;margin-top:-3px}.icon-warning__icon{fill:#f1c40f;width:1.5rem;height:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.icon-warning__icon.red{fill:#e45b72}.icon-warning__icon.gray{fill:#505050}a:hover .icon-warning__icon{fill:#b79300}.award-warning-wrapper{border:1px solid #eaeaea;width:2rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#fff;margin-left:auto;position:absolute;right:-.8rem;z-index:2;top:-.8rem;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.078);box-shadow:0 3px 5px #00000014}.award-warning__icon{display:-webkit-box;display:-ms-flexbox;display:flex;fill:#e45b72;width:1.2rem;height:1.2rem}.award-warning__icon.red{fill:#e45b72}.award-warning__icon.gray{fill:#505050}.award-warning:hover .icon-warning__icon{fill:#b79300}.icon-check{width:1.5rem;height:1.3rem;margin-top:-3px}.icon-check__icon{fill:#2abb9b;width:1.5rem;height:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.icon-stats-arrow{width:1.6rem;height:1.3rem;fill:#4aae48}.icon-stats-arrow.down{fill:#e45b72;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icon-external-link{width:1.2rem;height:1.2rem;margin-left:.2rem}.joining-bt-dd__icon-box{width:1.8rem;min-width:1.8rem;height:1.8rem;min-height:1.8rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;background:#2abb9b}.joining-bt-dd__icon{fill:#fff;width:.8rem;height:.8rem}.icon-deny{width:1rem;height:1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:4px}.icon-deny__icon{height:1rem;width:1rem;fill:#e45b72}.new-table-order-icon{margin-left:0}.new-table-order-icon__icon{width:8px;height:8px;fill:#475467}.new-table-order-icon__icon.active-down{-webkit-transform:rotate(0deg);transform:rotate(0)}.image-crop-container{background-image:url(/background.png);margin-bottom:20px;overflow:hidden!important;position:relative}.image-crop-shadow{position:absolute;background-color:#000;opacity:.6}.image-crop-selector{outline:1px solid rgb(0,116,183);position:absolute;top:0}img.cropped{position:relative}#partnerschaft{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){#partnerschaft{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#partnerschaft .selected{margin-top:-15px;position:relative;z-index:5}#partnerschaft .selected .partnerschaft_box--icon_pro,#partnerschaft .selected .partnerschaft_box--icon_starter{fill:#0069b0;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}#partnerschaft .selected:hover{pointer-events:none}#partnerschaft .selected .partnerschaft_box--icon{border:1px solid #0074B7}#partnerschaft .selected .partnerschaft_box--content{background-color:#0074b7;-webkit-box-shadow:0px 0px 10px 0px #0074B7;box-shadow:0 0 10px #0074b7;border:1px solid #0074B7}#partnerschaft .selected .partnerschaft_box--content_title,#partnerschaft .selected .partnerschaft_box--content_subtitle,#partnerschaft .selected .partnerschaft_box--content_list{color:#fff}#partnerschaft .selected .partnerschaft_box--content_list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 56.25em){#partnerschaft .selected .partnerschaft_box--content_list li{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 56.25em){#partnerschaft .selected .partnerschaft_box--content_list li p{text-align:center}}#partnerschaft .selected .partnerschaft_box--content_list--box{border-color:#fff}#partnerschaft .selected .partnerschaft_box--content_list--box svg{width:8px;height:auto;fill:none;stroke:#fff;stroke-width:7.1217;stroke-linecap:round}#partnerschaft .selected .partnerschaft_box--content_list--box-orange{border-color:#fff}#partnerschaft .selected .partnerschaft_box--content_list--box-orange svg{height:10px;fill:#fff;background:#0000}#partnerschaft .selected .partnerschaft_box--content_list--box-minus{border-color:#fff}#partnerschaft .selected .partnerschaft_box--content_list--box-minus svg{width:8px;height:auto;fill:none;stroke:#fff;stroke-width:40;stroke-linecap:round}.partnerschaft_box--icon{width:75px;height:75px;background-color:#fff;border:1px solid #E1E1E1;border-radius:50px!important;position:absolute;z-index:999;margin-left:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 56.25em){.partnerschaft_box--icon{left:0;right:0;margin-left:auto;margin-right:auto}}.partnerschaft_box--icon_pro,.partnerschaft_box--icon_starter{width:3rem;height:auto;fill:#8f8f8f}.partnerschaft_box--content{width:100%;height:auto;background-color:#f6f6f6;border:1px solid #E1E1E1;border-radius:10px!important;position:relative;margin-top:3.5rem;padding-bottom:15px}.partnerschaft_box--content_title{position:relative;margin-top:50px;margin-left:50px;font-family:Open Sans,sans-serif;font-weight:700;font-size:1.4rem;color:#8f8f8f}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_title{text-align:center;margin-left:0}}.partnerschaft_box--content_title span{font-style:italic;font-size:1rem;font-weight:600}.partnerschaft_box--content_subtitle{font-family:Open Sans,sans-serif;color:#8f8f8f;margin-left:50px}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_subtitle{margin-left:0}}.partnerschaft_box--content_subtitle h3{margin-bottom:0;font-weight:600;font-size:1.2rem}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_subtitle h3{text-align:center}}.partnerschaft_box--content_subtitle h4{margin:0;font-weight:400;font-size:1rem;font-style:italic}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_subtitle h4{text-align:center}}.partnerschaft_box--content_list{margin:2rem 0 0 4.8rem;padding:0;font-family:Open Sans,sans-serif;font-size:14.4px!important;color:#8f8f8f}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_list{margin:15px 25px 0}}.partnerschaft_box--content_list li{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-bottom:.7rem}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_list li{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.partnerschaft_box--content_list li p{margin-bottom:0;line-height:1.3;font-size:1.3rem}@media only screen and (max-width: 56.25em){.partnerschaft_box--content_list li p{text-align:center}}.partnerschaft_box--content_list--box{padding-bottom:2px;padding-right:1px;width:15px;height:15px;border-radius:50%!important;border:2px solid #0069B0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.partnerschaft_box--content_list--box svg{width:8px;height:auto;fill:none;stroke:#424f54;stroke-width:7.1217;stroke-linecap:round}.partnerschaft_box--content_list--box-orange{width:15px;height:15px;border-radius:50%!important;border:2px solid #FC9129;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.partnerschaft_box--content_list--box-orange svg{height:10px;fill:#fc9129;background:#0000}.partnerschaft_box--content_list--box-minus{padding-bottom:2px;padding-right:1px;width:15px;height:15px;border-radius:50%!important;border:2px solid #FC5074;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.partnerschaft_box--content_list--box-minus svg{width:8px;height:auto;fill:none;stroke:#fc5074;stroke-width:40;stroke-linecap:round}.progress-bar-basic.partnerschaft-progress-bar{margin-bottom:2rem!important}.modal-partnerschaft .modal-body{padding:1rem 3.4rem!important}.partnerschaft-control-label{font-size:1.7rem;font-weight:400!important;margin-bottom:2rem}.membership-packages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 47.93em){.membership-packages{-ms-flex-wrap:wrap;flex-wrap:wrap}}.membership{width:47%}@media only screen and (max-width: 87.5em){.membership{width:49%}}@media only screen and (max-width: 47.93em){.membership{width:100%}}@media only screen and (max-width: 47.93em){.membership.pro{margin-bottom:2rem}}.membership.pro .membership__card__header{background:#3a87cb}.membership__card{background:#fff;border-radius:.5rem;border:1px solid #E6E6E6;-webkit-transition:all .2s ease;transition:all .2s ease;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:65rem}@media only screen and (max-width: 87.5em){.membership__card{min-height:auto}}.membership__card.selected{-webkit-transform:translateY(-.5rem);transform:translateY(-.5rem);min-height:65.5rem;-webkit-box-shadow:0 3px 1rem rgba(0,0,0,.07);box-shadow:0 3px 1rem #00000012}@media only screen and (max-width: 87.5em){.membership__card.selected{min-height:auto;-webkit-transform:none;transform:none}}.membership__card.not-selected{opacity:.75}.membership__card.nothing-selected:hover{-webkit-box-shadow:0 3px 1rem rgba(0,0,0,.07);box-shadow:0 3px 1rem #00000012}.membership__card:hover{opacity:1}.membership__card__header{background:#4bb8ff;padding:1.9rem 3rem;font-weight:500;color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;height:6.5rem;-webkit-transition:all .2s ease;transition:all .2s ease}@media only screen and (max-width: 87.5em){.membership__card__header{padding:2rem}}@media only screen and (max-width: 75em){.membership__card__header{padding:1.5rem 1rem;height:auto}}@media only screen and (max-width: 47.93em){.membership__card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.membership__card__content{padding:3.6rem 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:100%;-webkit-box-flex:1;-ms-flex:1 1;flex:1 1}@media only screen and (max-width: 87.5em){.membership__card__content{height:auto;padding:2rem}}@media only screen and (max-width: 75em){.membership__card__content{padding:2rem 1rem}}@media only screen and (max-width: 47.93em){.membership__card__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.membership__card__list{padding-left:0;list-style:none;margin-bottom:0}.membership__card__list-item{color:#404040;font-size:1.3rem;margin-bottom:1.1rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.2}.membership__card__list-item:last-child{margin-bottom:0}.membership__card__list-item__icon{width:1.8rem;height:1.8rem;margin-right:1.2rem}@media only screen and (max-width: 87.5em){.membership__card__list-item__icon{margin-right:.5rem;width:1.5rem;height:1.5rem}}.membership__card__price-wrapper{color:#404040}@media only screen and (max-width: 87.5em){.membership__card__price-wrapper{min-height:10.5rem;margin-bottom:1rem}}@media only screen and (max-width: 47.93em){.membership__card__price-wrapper{text-align:center}}.membership__card__price-description{font-size:1.35rem;width:100%;display:block;color:#404040}@media only screen and (max-width: 87.5em){.membership__card__price-description{font-size:1.4rem}}.membership__card__price{font-size:1.9rem;width:100%;display:block;margin-bottom:.8rem}@media only screen and (max-width: 87.5em){.membership__card__price{font-size:1.6rem}}.membership__card__price-sub-description{font-size:1.35rem;width:100%;display:block;color:#404040}@media only screen and (max-width: 87.5em){.membership__card__price-sub-description{font-size:1.3rem}}.membership__info{font-size:1.3rem;color:#525252;line-height:1.3;padding:0 .5rem;margin-top:3rem}@media only screen and (max-width: 47.93em){.membership__info{margin-top:1rem}}@media (min-width: 576px){.modal-dialog{margin:4px auto 1.75rem}}@media (min-width: 567px){.modal-dialog-centered{min-height:calc(100% - 13rem)}}.modal-fade-in .modal-backdrop{z-index:-1}.modal .modal-400{max-width:400px}.modal .modal-420{max-width:420px}.modal .modal-440{max-width:440px}.modal .modal-450{max-width:450px}.modal .modal-480{max-width:480px}.modal .modal-500{max-width:500px}.modal .modal-520{max-width:520px}.modal .modal-550{max-width:550px}.modal .modal-560{max-width:560px}.modal .modal-600{max-width:600px}.modal .modal-640{max-width:640px}.modal .modal-645{max-width:645px}.modal .modal-650{max-width:650px}.modal .modal-660{max-width:660px}.modal .modal-670{max-width:670px}.modal .modal-680{max-width:680px}.modal .modal-700{max-width:700px}.modal .modal-750{max-width:750px}.modal .modal-800{max-width:800px}.modal .modal-850{max-width:850px}.modal .modal-900{max-width:900px}.modal .modal-940{max-width:940px}.modal .modal-950{max-width:950px}.modal .modal-1000{max-width:1000px}.modal .modal-1050{max-width:1050px}.modal .modal-1100{max-width:1100px}.modal .modal-1150{max-width:1150px}.modal .modal-1200{max-width:1200px}.modal .modal-1250{max-width:1250px}.modal .modal-1300{max-width:1300px}.modal .modal-1350{max-width:1350px}.modal .modal-1400{max-width:1400px}.modal .modal-1450{max-width:1450px}.modal .modal-1500{max-width:1500px}.modal .modal-1550{max-width:1550px}.modal .modal-1600{max-width:1600px}.modal .modal-1650{max-width:1650px}.modal .modal-1700{max-width:1700px}.modal .modal-1750{max-width:1750px}.modal .modal-1800{max-width:1800px}.modal:has(.modal-feed-back),.modal:has(.edit-gpt-title){z-index:9999!important}@media only screen and (max-width: 37.5em){.modal .modal-dialog{max-width:100%;margin:.5rem}}.modal .custom-modal:before{display:none}.modal .custom-modal .modal-content{position:relative;padding:28px 32px}.modal .custom-modal .modal-body .modal-alert-gtk__title{position:absolute;top:10px;margin:0;font-size:1.8rem;color:#101828}.modal .custom-modal .btn.btn-close-modal{top:28px;right:32px;margin-bottom:0}.modal .modal-lg,.modal .modal-xl{max-width:960px}@media only screen and (max-width: 75em){.modal .modal-lg,.modal .modal-xl{max-width:800px}}@media only screen and (max-width: 56.25em){.modal .modal-lg,.modal .modal-xl{max-width:95%}}@media only screen and (max-width: 37.5em){.modal .modal-lg,.modal .modal-xl{max-width:100%;margin:0}}@media only screen and (max-width: 75em){.modal .modal-900,.modal .modal-950,.modal .modal-1000,.modal .modal-1050,.modal .modal-1100,.modal .modal-1150,.modal .modal-1200{max-width:95%}}@media only screen and (max-width: 37.5em){.modal .modal-900,.modal .modal-950,.modal .modal-1000,.modal .modal-1050,.modal .modal-1100,.modal .modal-1150,.modal .modal-1200{max-width:100%;margin:.5rem}}@media only screen and (max-width: 87.5em){.modal .modal-1250,.modal .modal-1300,.modal .modal-1350,.modal .modal-1400{max-width:95}}@media only screen and (max-width: 37.5em){.modal .modal-1250,.modal .modal-1300,.modal .modal-1350,.modal .modal-1400{max-width:100%;margin:.5rem}}@media only screen and (max-width: 100em){.modal .modal-1450,.modal .modal-1500,.modal .modal-1550,.modal .modal-1600,.modal .modal-1650,.modal .modal-1700,.modal .modal-1750,.modal .modal-1800{max-width:95}}@media only screen and (max-width: 37.5em){.modal .modal-1450,.modal .modal-1500,.modal .modal-1550,.modal .modal-1600,.modal .modal-1650,.modal .modal-1700,.modal .modal-1750,.modal .modal-1800{max-width:100%;margin:.5rem}}.modal .modal-full-screen{max-width:100vw;margin:0}.modal .modal-full-screen .modal-content{height:100vh;min-height:100vh;border-radius:0!important;padding:0}.modal .modal-full-screen .modal-content .modal-body{height:calc(100vh - 34rem);overflow-x:hidden;overflow-y:scroll}.modal .modal-body{padding:12px 0 32px}.modal .modal-content{border-radius:12px;padding:28px 32px;min-height:35rem;border:0;-webkit-box-shadow:0px 8px 8px -4px rgba(16,24,40,.03),0px 20px 24px -4px rgba(16,24,40,.08);box-shadow:0 8px 8px -4px #10182808,0 20px 24px -4px #10182814}@media only screen and (max-width: 37.5em){.modal .modal-content{border-radius:0}}.modal .modal-content.scrollable{max-height:95vh}@media only screen and (max-width: 29.93em){.modal .modal-content.scrollable{max-height:85vh}}.modal .modal-content.modal-contact-selection{min-height:80vh}@media only screen and (max-width: 37.5em){.modal .modal-content.modal-contact-selection{min-height:85vh;padding:28px 0}}.modal .modal-content.modal-mdc,.modal .modal-content.modal-mdc .modal-body{height:100vh}.modal .modal-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:none;padding:0;height:30px}@media only screen and (max-width: 23.75em){.modal .modal-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:auto;height:auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.modal .modal-header__with-nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;height:auto}@media only screen and (max-width: 37.5em){.modal .modal-header__with-nav{padding:0 0 16px}}.modal .modal-header__with-nav__left{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:20rem}@media only screen and (max-width: 23.75em){.modal .modal-header__with-nav__left{width:100%;padding-bottom:1rem}}.modal .modal-header__with-nav__left .modal__title{margin-bottom:0}.modal .modal-header__with-nav__right{width:calc(100% - 22rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 23.75em){.modal .modal-header__with-nav__right{width:100%}}.modal .modal-header__with-nav__right .tabs{width:100%;margin-bottom:.6rem}.modal .modal-header__with-nav__right .tabs .tabs__nav{margin-bottom:0;border-bottom:0;width:100%}.modal .modal-header__with-nav__right .tabs .tabs__nav li:first-child{margin-left:0}.modal .modal-header__with-nav__right .tabs .tabs__nav__item{color:#404040;border-bottom:0;position:relative;padding-bottom:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:3rem}.modal .modal-header__with-nav__right .tabs .tabs__nav__item:hover:before{width:100%;height:2px;background:#02b8fb;display:block;content:"";position:absolute;bottom:-6px;left:0;z-index:1}.modal .modal-header__with-nav__right .tabs .tabs__nav__item.empty{opacity:.8}.modal .modal-header__with-nav__right .tabs .tabs__nav__item.empty:hover,.modal .modal-header__with-nav__right .tabs .tabs__nav__item.empty[disabled]{cursor:not-allowed}.modal .modal-header__with-nav__right .tabs .tabs__nav__item.active{color:#3a87cb}.modal .modal-header__with-nav__right .tabs .tabs__nav__item.active:before{width:100%;height:2px;background:#02b8fb;display:block;content:"";position:absolute;bottom:-6px;left:0;z-index:1}.modal .modal-header__with-nav__right .tabs .tabs__nav__item.tab-error{color:#e45b72}.modal .modal-header__with-nav__right .tabs .tabs__nav__item.tab-error:before{width:100%;height:2px;background:#e45b72;display:block;content:"";position:absolute;bottom:-6px;left:0;z-index:1}.modal .modal-header__title-bar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal .modal-header__top-bar{width:100%;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f4f4f4;border-bottom:1px solid #D0D0D0}.modal .modal-header__top-bar .form--modal{margin:0;margin-left:1.6rem;margin-right:1.6rem;width:100%}.modal .modal-header.without-header{display:none}.modal__title{color:#101828;font-size:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;font-weight:500;line-height:1}.modal__title.sweet-alert-title{margin-bottom:0}.modal__title.sweet-alert-title.delete{color:#fff}.modal__title__icon{width:2.5rem;height:2.5rem;fill:#fff;margin-right:1.6rem;-webkit-filter:drop-shadow(3.4px 3.4px 0 rgba(0,0,0,.22));filter:drop-shadow(3.4px 3.4px 0 rgba(0,0,0,.22));display:none!important}.modal .modal-body.delete-message{padding-bottom:0}.modal .modal-body .custom-delete{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.modal .modal-body .custom-delete img{margin-bottom:3rem}.modal .modal-body .custom-delete h3{font-size:1.9rem;font-weight:600;color:#404040}.modal .modal-body .custom-delete p{color:#404040;font-size:1.4rem}.modal .modal-body .custom-delete ul{list-style:none;padding:0;margin-bottom:0}.modal .modal-body .custom-delete ul li a{color:#3a87cb;text-decoration:underline}.modal .modal-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-top:0;padding:0}@media only screen and (max-width: 75em){.modal .modal-footer{height:auto;min-height:auto}}.modal .modal-footer__left{margin-left:0}.modal .modal-footer__right{margin-right:0}.modal .modal-footer__left,.modal .modal-footer__right{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 37.5em){.modal .modal-footer__left,.modal .modal-footer__right{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal .modal-footer__left .btn,.modal .modal-footer__right .btn{width:100%!important;margin-bottom:1.25rem}.modal .modal-footer__left .btn:last-child,.modal .modal-footer__right .btn:last-child{width:100%!important}}.modal .modal-footer__right:last-child{margin-left:auto}.modal .modal-footer__right .btn:not(:last-child){margin-right:2rem}@media only screen and (max-width: 37.5em){.modal .modal-footer__right .btn:not(:last-child){margin-right:0}}.modal .modal-footer__left .btn:not(:first-child){margin-left:2rem}.modal .modal-footer__center{margin:auto}.modal .modal-footer.without-footer{border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0;padding-bottom:4rem;height:auto;min-height:auto}.modal .modal-footer.without-footer .modal-footer__left{display:none}.modal .modal-footer.without-footer .modal-footer__right{margin-right:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.modal .modal-footer.without-footer .btn-primary{background:#4bb8ff;padding:1rem 5rem}@media only screen and (max-width: 37.5em){.modal .modal-footer>*{margin:0!important}}@media only screen and (max-width: 37.5em){.modal .modal-footer button{width:100%;height:40px;font-size:1.6rem}}.modal__span{font-size:1.3rem;font-weight:400;color:#636363;line-height:2}.modal__span--bold{font-weight:600}@media only screen and (max-width: 87.5em){.modal .modal-offer{max-width:95%;margin:0 auto}}.modal .modal-offer__custom-form-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .modal-offer__left{width:43%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width: 37.5em){.modal .modal-offer__left{width:100%}}.modal .modal-offer__right{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width: 37.5em){.modal .modal-offer__right{width:100%}}.modal .modal-offer__extra-fields{font-size:1.4rem;color:#5d5d5d;margin-top:1rem}.modal .modal-offer__edit-button{width:1.2rem;height:1.2rem;margin-left:1.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal .modal-offer__edit-button__icon{width:1.2rem;height:1.2rem;fill:#a2a2a2}.modal .modal-offer__edit-button__icon.check{fill:#2abb9b}.modal .modal-offer__introtext{width:100%;margin-bottom:2rem}.modal .modal-offer__introtext__paragraph{font-size:1.4rem;color:#5d5d5d}.modal .modal-offer__introtext__text-editor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.7rem;margin-bottom:1.5rem}.modal .modal-offer .form__group,.modal .modal-offer .form__group--full-width{padding:.2rem 1.6rem!important}.modal .modal-offer__status{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0 1.6rem;font-size:1.5rem;color:#484848;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-offer__status__badge{width:1.9rem;height:1.9rem;margin-left:.7rem;border-radius:50%;background:#f4f4f4}.modal .modal-offer__status__badge.draft{background:#f1c40f}.modal .modal-offer__status__badge.sent{background:#8e44ad}.modal .modal-offer__status__badge.negotiating{background:#3a87cb}.modal .modal-offer__status__badge.won{background:#2abb9b}.modal .modal-offer__status__badge.lost{background:#e45b72}.modal .modal-offer__status__badge.unsaved{background:#f1c40f}@media only screen and (max-width: 56.25em){.modal .modal-offer thead{display:none}}@media only screen and (max-width: 56.25em){.modal .modal-offer tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem}}@media only screen and (max-width: 56.25em){.modal .modal-offer tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;width:47%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #dedede;border-radius:1rem;padding:1rem}}@media only screen and (max-width: 37.5em){.modal .modal-offer tbody tr{width:100%}}@media only screen and (max-width: 56.25em){.modal .modal-offer tbody td{width:100%;text-align:left}.modal .modal-offer tbody td:before{content:attr(data-label);font-weight:500;font-size:1.2rem}}@media only screen and (max-width: 37.5em){.modal .modal-contact{width:100%!important;height:100vh!important;max-height:100vh!important}}.modal .modal-contact .form__input.form-input-padding{padding:6px 0rem 3px}.modal .modal-contact .form__input.form-input-padding.phone{padding:6px 1rem 3px}@media only screen and (max-width: 37.5em){.modal .modal-contact{width:95%;margin:0 auto}}.modal .modal-contact .modal-body{padding:12px 0 32px;height:calc(95vh - 18.3rem);scrollbar-color:transparent transparent;scrollbar-width:thin}.modal .modal-contact .modal-body::-webkit-scrollbar{width:7px;height:7px}.modal .modal-contact .modal-body::-webkit-scrollbar-track{background:transparent}.modal .modal-contact .modal-body::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.modal .modal-contact .modal-body:hover::-webkit-scrollbar-thumb{background:#dcdfea}.modal .modal-contact .modal-body::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.modal .modal-contact .modal-body:hover{scrollbar-color:#B9C0D4 transparent}@media only screen and (max-width: 37.5em){.modal .modal-contact .modal-body{height:calc(95vh - 30rem)}}.modal .modal-contact__contents-wrapper .vertical-tabs-modal__nav-wrapper--second .nav{height:calc(95vh - 18.3rem)!important;width:20rem;background:#eaecef;padding:0}.modal .modal-contact__contents-wrapper .vertical-tabs-modal .card-body{padding:3.4rem!important}.modal .modal-contact__contents-wrapper .nav-pills .nav-link{padding:.5rem 3.4rem}.modal .modal-contact__contents-wrapper .nav-pills .nav-link.active{background-color:#828c9d;border-radius:0}.modal .modal-contact__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 37.5em){.modal .modal-contact__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 56.25em){.modal .modal-contact__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal .modal-contact__container-half{width:49%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width: 56.25em){.modal .modal-contact__container-half{width:100%}}.modal .modal-contact .modal-footer{position:relative;z-index:1}@media only screen and (max-width: 37.5em){.modal .modal-contact .modal-footer{padding-top:16px}}.modal .modal-contact .save-interested-checkbox{border:1px solid #d8d8d8;padding:.2rem 1rem;background:#2abb9b;border-radius:5px;margin-right:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 37.5em){.modal .modal-contact .save-interested-checkbox{width:100%;margin-right:0rem;margin-bottom:.6rem}}.modal .modal-contact .save-interested-checkbox .form__checkbox-label.as-form-title{color:#fff}.modal .modal-contact .save-interested-checkbox .form__checkbox-button{border-color:#fff}.modal .modal-contact .save-interested-checkbox .form__checkbox-input:checked~.form__checkbox-label .form__checkbox-button{background:#2abb9b;border-color:#2abb9b}.modal .modal-contact .contact-save-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:2rem;padding:.2rem 1rem;background:transparent;border:none}@media only screen and (max-width: 37.5em){.modal .modal-contact .contact-save-checkbox{width:100%;margin-right:0rem;margin-bottom:.6rem}}.modal .modal-contact .contact-save-checkbox .form__checkbox-label.as-form-title{color:#9e9e9e}.modal .modal-contact .contact-save-checkbox .form__checkbox-button{border-color:#9e9e9e}.modal .modal-contact__table__no-entry{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:3rem 0rem}.modal .modal-contact__table__no-entry__image{margin-bottom:2rem}.modal .modal-contact__table__no-entry__title{font-size:2rem;color:#707070}.modal .modal-contact__table__no-entry__sub-title{font-size:1.2rem;color:#959595;margin-bottom:3rem}.modal .modal-contact__table__no-entry__btn{color:#fff;line-height:1;background:#408fc7;padding:8px 3rem;white-space:nowrap;font-size:1.4rem;border-radius:1.3rem}.modal .modal-contact__table__no-entry.activities{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.4rem;padding:0rem!important}.modal.modal-gtk{z-index:1051}.modal.modal-gtk:has(.modal-gtk-custom) .modal-alert-like__icon{display:none!important}.modal.modal-gtk:has(.modal-gtk-custom) .modal-alert-gtk__button-group{margin-top:15px}.modal .modal-contact-change-list .modal-footer{position:relative;z-index:1}.modal .modal-contact-change-list__warning{background:#f7f7f7;padding:1rem;margin-bottom:3rem;border:2px solid #f4f4f4}.modal .modal-contact-change-list__warning p{margin-bottom:0;font-size:1.4rem}.modal .modal-contact-change-list__contact-name{font-size:1.8rem;line-height:1.5;background:#408fc7;color:#fff;border-radius:3px 3px 0 0;padding:.8rem 1.3rem;margin-bottom:0}.modal .modal-contact-change-list .table-suggestions{border:1px solid #f4f4f4}.modal .modal-contact-change-list .text-danger{color:#e45b72!important}.modal .modal-contact-change-list .text-success{color:#2abb9b!important}.modal .modal-join-team{min-height:95vh}.modal .modal-join-team__dialog{max-width:900px}@media only screen and (max-width: 75em){.modal .modal-join-team__dialog{max-width:75%!important;margin:0 auto}}@media only screen and (max-width: 37.5em){.modal .modal-join-team__dialog{max-width:95%!important}}.modal .modal-join-team__team-tag{background:#fff;color:#408fc7;padding:0 .5rem;margin-left:.8rem;border-radius:1px;font-size:1.9rem}.modal .modal-join-team__general{padding:2rem;background:#f7f7f7;border-radius:5px;font-size:1.4rem}.modal .modal-join-team__addresses{width:100%}.modal .modal-join-team__addresses__address-container{width:calc(100% + 1rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}@media only screen and (max-width: 47.93em){.modal .modal-join-team__addresses__address-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}@media only screen and (max-width: 37.5em){.modal .modal-join-team__addresses__address-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.modal .modal-join-team__addresses__address-wrapper{padding:2rem;border:1px solid #f7f7f7;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(50% - 1rem);margin-bottom:1rem}@media only screen and (max-width: 47.93em){.modal .modal-join-team__addresses__address-wrapper{width:calc(100% - 1rem)}}@media only screen and (max-width: 37.5em){.modal .modal-join-team__addresses__address-wrapper{width:calc(100% - 1rem)}}.modal .modal-join-team__addresses__address-wrapper:not(:last-child){margin-right:1rem}.modal .modal-join-team__addresses__left{width:55%}.modal .modal-join-team__addresses__right{width:45%}.modal .modal-join-team__addresses__right__toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal .modal-join-team__working-area-title{width:100%;font-size:1.8rem;color:#5d5d5d;margin-bottom:1rem}.modal .modal-join-team__contract{font-size:1.5rem;margin-bottom:2rem;width:100%;line-height:3rem;display:inline-block;vertical-align:middle}.modal .modal-join-team__contract a{text-decoration:underline!important;color:#408fc7;font-weight:500}.modal .modal-ansprechpartner{min-height:95vh}.modal .modal-ansprechpartner .modal-footer{position:relative;z-index:1}@media only screen and (max-width: 37.5em){.modal .modal-ansprechpartner .modal-footer{padding-bottom:7rem}}.modal .modal-anschriften{min-height:95vh}.modal .modal-anschriften .modal-footer{position:relative;z-index:1}.modal .modal-partner-selection{min-height:95vh;max-width:1200px;min-width:1200px}@media only screen and (max-width: 75em){.modal .modal-partner-selection{max-width:95%;min-width:95%}}.modal .modal-partner-selection .modal-body{overflow:hidden!important}@media only screen and (max-width: 75em){.modal .modal-partner-selection .modal-body{overflow-y:auto!important}}@media only screen and (max-width: 56.25em){.modal .modal-partner-selection .modal-body{overflow-y:auto!important}}.modal .modal-partner-selection__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal .modal-partner-selection__container-half{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.modal .modal-partner-selection .modal-footer{position:relative;z-index:1}.modal .modal-partner-selection .dp-read-more{margin-top:2rem}.modal .modal-partner-selection .dp-read-more__text.mask{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgb(255,255,255)),color-stop(71%,rgb(255,255,255)),color-stop(90%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(255,255,255) 71%,rgba(255,255,255,0) 90%);margin-bottom:-4rem}.modal .modal-partner-selection .dp-read-more__text.mask.mask-size-400{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(53%,white),color-stop(70%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,white 0%,white 53%,rgba(255,255,255,0) 70%);margin-bottom:-10rem}@media only screen and (max-width: 47.93em){.modal .modal-partner-selection .dp-read-more__text.mask.mask-size-400{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(53%,white),color-stop(80%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,white 0%,white 53%,rgba(255,255,255,0) 80%)}}.modal .modal-partner-selection .dp-read-more__text.mask.comment-reply{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(71%,white),color-stop(85%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,white 0%,white 71%,rgba(255,255,255,0) 85%);margin-bottom:-2.4rem}.modal .modal-partner-selection .dp-read-more__button-wrapper{margin-top:2rem}.modal .modal-partner-selection .dp-read-more__button{color:#43536c;background:none;border:0;outline:0;padding:3px;position:relative;z-index:1;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-partner-selection .dp-read-more__button__icon{width:1rem;height:.7rem;fill:#43536c;margin-right:5px}.modal .modal-partner-selection .dp-read-more__button__icon.down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal .modal-partner-selection .dp-read-more .badge{margin-left:5px}.modal .modal-partner-selection .dp-read-more .badge__icon{width:1.4rem;height:1.4rem}.modal .modal-partner-selection .dp-read-more .badge__icon.red{fill:#e45b72}.modal .modal-partner-selection .dp-read-more .badge__icon.yellow{fill:#fad859}.modal .modal-partner-selection .dp-read-more .badge__icon.green{fill:#2abb9b}.modal .modal-partner-selection__option-content .team-sla__section{grid-template-columns:1fr;padding:1rem}.modal .modal-contact-selection{min-height:95vh;max-width:1100px;min-width:1100px;margin:0 auto}@media only screen and (max-width: 37.5em){.modal .modal-contact-selection{max-width:95%;min-width:95%}}@media only screen and (max-width: 75em){.modal .modal-contact-selection{max-width:95%;min-width:95%}}.modal .modal-contact-selection .modal-body{overflow-y:auto}@media only screen and (max-width: 75em){.modal .modal-contact-selection .modal-body{overflow-y:auto!important}}@media only screen and (max-width: 56.25em){.modal .modal-contact-selection .modal-body{overflow-y:auto!important;padding-left:2rem;padding-right:2rem}}.modal .modal-contact-selection__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal .modal-contact-selection__container-half{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.modal .modal-contact-selection .modal-footer{position:relative;z-index:1}.modal .modal-contact-selection .button-group{display:grid;grid-template-columns:repeat(3,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;grid-gap:.7rem}.modal .modal-contact-selection .button-group .btn-action{width:2rem;height:2rem;border-radius:5px;margin-right:0;padding:0;background:#3a87cb}.modal .modal-contact-selection .button-group .form-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3rem;font-size:1.2rem;text-align:center}.modal .modal-contact-selection__search .search-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block!important;margin-left:auto}.modal .modal-contact-selection .content-box--table-list{min-height:calc(100vh - 38rem);max-height:calc(100vh - 38rem)}@media only screen and (max-width: 56.25em){.modal .modal-contact-selection .content-box--table-list{overflow-y:auto!important}}.modal .modal-contact-selection .table-list .table-work__thead-title{padding:0!important}.modal .modal-contact-selection .table-list__thead th{background:#e8e8e8}.modal .modal-contact-selection .table-list tbody tr{height:auto!important}@media only screen and (max-width: 37.5em){.modal .modal-contact-selection .table-list__footer{width:100%;margin-left:inherit}}.modal .modal-contact-selection .table tbody tr{height:auto}.modal .modal-appointment .modal-body{overflow-y:auto;overflow-x:hidden}.modal .modal-document .modal-body{overflow:auto}.modal .modal-document .file-upload__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:18rem}.modal .modal-common-bill__new{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:2rem}.modal .modal-common-bill__new .accordion__header{background:#2abb9b}.modal .modal-common-bill__new .accordion__header__title__name{color:#fff}.modal .modal-common-bill__new .accordion__header__title__icon,.modal .modal-common-bill__new .accordion__header__arrow-icon{fill:#fff}.modal .modal-common-bill__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.modal .modal-common-bill__left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.modal .modal-common-bill__left .accordion{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal .modal-common-bill__right{width:38rem;margin-left:5rem}.modal .modal-common-bill__add-new{padding:3.3rem 2.7rem;border:1px solid #EBEBEB}.modal .modal-common-bill__no-expense-warning{width:100%;font-size:1.4rem;font-style:italic;color:#868686;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4rem 0}.modal .modal-common-bill__bill-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 1.6rem;width:100%}.modal .modal-common-bill__bill-buttons__right .btn:not(:last-child){margin-right:.95rem}.modal .modal-common-bill__bill-buttons__left .btn:not(:first-child){margin-left:.95rem}.modal .modal-common-bill__bill-buttons__center{margin:auto}.modal .modal-common-bill .btn-add-new-alternate{margin-top:3rem;margin-bottom:1rem}.modal .modal-common-bill__completed-provisions{margin-top:6.5rem;width:100%}.modal .modal-common-bill__completed-provisions__title{color:#848484;font-weight:600;font-size:1.5rem;margin-bottom:1.7rem}.modal .modal-reclamation__reclamation-type{background:#fff1ef;font-size:1.3rem;padding:1rem;width:100%;border-radius:.5rem;font-weight:500;color:#e45b72;display:block}.modal .modal-reclamation__text-input-container{margin-bottom:3rem;margin-top:2rem}.modal .modal-reclamation__text-input{border-radius:1rem;border-color:#d5d5d5;font-size:1.3rem;padding:1.5rem}.modal .modal-reclamation__text-input-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:.5rem}.modal .modal-reclamation__messages-wrapper{margin-top:2rem}.modal .modal-reclamation__message{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem}.modal .modal-reclamation__avatar-wrapper{width:3.5rem;height:3.5rem;border-radius:50%;overflow:hidden;margin-right:2rem}.modal .modal-reclamation__avatar{width:3.5rem;height:3.5rem}.modal .modal-reclamation__content{width:calc(100% - 5.5rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal .modal-reclamation__content__date{font-size:1.2rem;color:#9f9f9f;font-weight:400;line-height:1;margin-bottom:5px}.modal .modal-reclamation__content__sender{font-size:1.4rem;color:#424242;font-weight:400;margin-bottom:1rem}.modal .modal-reclamation__content__text{background:#f8f8f8;padding:1.5rem;border-radius:1rem;border:1px solid #f1f1f1;color:#494949;font-size:1.4rem}.modal .modal-reclamation__content__text__attached-images{display:block;width:100%;margin:0 auto;padding:2rem}.modal .modal-reclamation__content__text__attached-images img{max-width:100%;height:auto}.modal .modal-commission-statement{min-height:95vh}.modal .modal-commission-statement__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:1.6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal .modal-commission-statement__container__left{width:62%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.modal .modal-commission-statement__container__right{width:30%;-webkit-box-flex:0;-ms-flex:0;flex:0}.modal .modal-commission-statement__left{width:50%}@media only screen and (max-width: 29.93em){.modal .modal-commission-statement__left{width:100%}}.modal .modal-commission-statement__bill-box{width:100%;padding:1.8rem 2.7rem;border:1px solid #E9E9E9;margin-bottom:3rem}.modal .modal-commission-statement__bill-box__list-buttons .btn-work-action.small:not(:last-child){margin-right:.5rem}.modal .modal-commission-statement__bill-box__list-buttons .btn-work-action__icon.warning{fill:#e45b72}.modal .modal-commission-statement__bill-box__list-buttons .btn-work-action__icon.approve{fill:#2abb9b}.modal .modal-commission-statement__bill-box .side-box{width:100%}.modal .modal-commission-statement__bill-box .side-box__work-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .modal-commission-statement__bill-box .side-box__work-item__name-wrapper{width:calc(100% - 2.5rem)}.modal .modal-commission-statement__bill-box .side-box__work-item .side-box__work-list{margin-left:1rem;position:relative}.modal .modal-commission-statement__bill-box .side-box__work-item .side-box__work-list.sub:before{content:"";background:#f4f4f4;width:7px;height:1px;position:absolute;top:11px;left:-7px}.modal .modal-commission-statement__bill-box .side-box__work-item.has-sub{position:relative}.modal .modal-commission-statement__bill-box .side-box__work-item.has-sub:before{content:"";position:absolute;width:1px;height:4.9rem;display:block;background:#f4f4f4;top:1.7rem;left:6px}.modal .modal-commission-statement__bill-box-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .modal-commission-statement .side-box__title{border-bottom:1px solid #E9E9E9;padding-bottom:1.5rem;margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-commission-statement .side-box__title .accordion__header__status{margin-right:1rem;position:relative}.modal .modal-commission-statement .side-box__title .accordion__header__status__icon{fill:#8e8e8e}.modal .modal-commission-statement .side-box__title__icon{position:absolute;top:-2px;right:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;width:1.3rem;height:1.3rem;background:#e9e9e9;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.modal .modal-commission-statement .side-box__title__icon .accordion__header__status__icon{width:.7rem;height:.7rem;fill:#2abb9b}.modal .modal-commission-statement .side-box__title__icon .accordion__header__status__icon.minus{fill:#e45b72}.modal .modal-commission-statement .side-box__work-list{margin:1.5rem 0;width:100%}.modal .modal-commission-statement .side-box__work-list hr{margin:1rem 0rem}.modal .modal-commission-statement .side-box__work-list.scroll{max-height:24rem;overflow-y:auto;padding-right:1rem;margin-right:-1rem}.modal .modal-commission-statement .side-box__work-item__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:0}.modal .modal-commission-statement .side-box__work-item__name.disabled{color:#d6d6d6;text-decoration:line-through}.modal .modal-commission-statement__summary-box{width:100%;padding:1.8rem 2.7rem;border:1px solid #E9E9E9;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal .modal-commission-statement__summary-box__group{width:100%;margin-bottom:1.5rem}.modal .modal-commission-statement__summary-box__group-title{color:#7b7b7b;font-size:1.4rem;font-weight:400;line-height:1.2;margin-bottom:-1rem}.modal .modal-commission-statement__summary-box .side-box__title{width:100%;margin-bottom:2rem}@media only screen and (max-width: 47.93em){.modal .modal-commission-statement__summary-box .side-box__title{text-align:right;display:block}}.modal .modal-commission-statement .side-box__work-item__icon-box.commission-image{width:4rem;height:3rem;overflow:hidden;border:1px solid #C9C9C9;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.modal .modal-commission-statement .table-offer-summary{width:100%;min-width:auto;margin-bottom:0}.modal .modal-commission-statement .table-offer-summary td,.modal .modal-commission-statement .table-offer-summary th{font-size:1.4rem;padding:.3rem 0}.modal .modal-commission-statement__hr{width:100%;margin-bottom:.3rem;margin-top:auto;border-top:1px solid #E9E9E9}.modal .modal-commission-statement .work__contact-details{margin-bottom:0;width:62%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal .modal-commission-statement .icon-rounded__icon{fill:#2abb9b}.modal .modal-commission-statement .work__contact-field{width:33%}.modal .modal-commission-statement .work__contact-field__title{color:#fff}.modal .modal-commission-statement .work__contact-field__sub-title{color:#f4f4f4}.modal .modal-commission-statement__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;margin-top:3rem}.modal .modal-commission-statement__actions .btn{width:auto!important}.modal .modal-commission-statement__actions .btn:not(:last-child){margin-right:.95rem}.modal .modal-commission-statement__approve-status{color:#fff!important;line-height:1;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1rem;min-width:auto;cursor:pointer;border-radius:3rem;background:#aaa;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 1rem;margin-left:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal .modal-commission-statement__approve-status.not-approved{background:#ef6c00}.modal .modal-commission-statement__approve-status.approved{background:#2abb9b}.modal .modal-commission-statement__approve-status__icon{fill:#fff;width:.8rem;height:1rem;margin-right:.3rem}.modal .modal-service{min-height:auto}.modal .modal-products .product-header{margin-bottom:5rem;pointer-events:none}.modal .modal-products .product-header::marker,.modal .modal-products .product-header::-webkit-details-marker{display:none;content:""}.modal .modal-products .product-header .icon{display:none}.modal .modal-products .offer-dashboard__section__title{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;padding:0}.modal .modal-products .table-offer-new{margin:0}.modal .modal-products .product-switch{width:200px;position:absolute;right:15px;top:0}.modal .modal-add-deal{min-height:68.3rem}@media only screen and (max-width: 56.25em){.modal .modal-add-deal .btn{font-size:1.4rem}}.modal .modal-add-deal.edit{min-height:auto}.modal .modal-add-deal.edit .form--modal__create-new-work{grid-template-columns:1fr;gap:0}@media only screen and (max-width: 37.5em){.modal .modal-add-deal .modal-footer .app-button{width:100%;margin-bottom:16px}}@media only screen and (max-width: 37.5em){.modal .modal-add-deal .modal-footer__left .app-button:first-child{margin-right:0!important}}.modal .modal-new-product{min-height:88vh;max-width:960px;margin:0 auto}.modal .modal-new-product .modal-footer{position:relative;z-index:1}.modal .modal-select-product .modal-header{height:13.9rem}.modal .modal-new-project{padding:28px 32px}.modal .modal-new-project .modal-footer{min-height:auto;height:auto;background:transparent;border-bottom:0}.modal .modal-new-project .modal-header__title-bar{margin:0}.modal .report-preview-layout .image-carousel__item .px-image-uploader,.modal .modal-new-detection .image-carousel__item .px-image-uploader{width:100%;height:14rem}.modal .report-preview-layout .image-carousel__item .px-image-uploader .image-carousel__item__gallery,.modal .modal-new-detection .image-carousel__item .px-image-uploader .image-carousel__item__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:14rem}.modal .report-preview-layout .image-carousel__item .px-image-uploader .image-carousel__hover-actions,.modal .modal-new-detection .image-carousel__item .px-image-uploader .image-carousel__hover-actions{padding-bottom:0}.modal .report-preview-layout .image-carousel__item .px-image-uploader .image-carousel__img,.modal .modal-new-detection .image-carousel__item .px-image-uploader .image-carousel__img{width:100%;height:14rem;max-width:inherit;max-height:inherit;-o-object-fit:cover;object-fit:cover}.modal .report-preview-layout .image-carousel__item .px-image-uploader .image-carousel__item__btn.update,.modal .modal-new-detection .image-carousel__item .px-image-uploader .image-carousel__item__btn.update{display:none}.modal .modal-new-local-inspection{padding:28px 32px}.modal .modal-new-local-inspection .modal-header,.modal .modal-new-local-inspection .modal-footer{min-height:auto;height:auto;background:transparent;border-bottom:0}.modal .modal-new-local-inspection .modal-header__title-bar{margin:0}.modal .modal-new-local-inspection .modal-footer{border-top:0;margin-top:44px}.modal .modal-new-local-inspection__participant-list{list-style:none;padding-left:0}.modal .modal-new-local-inspection__participant-item{font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-new-local-inspection__participant-item__icon{fill:#b5b5b5;width:1.2rem;height:1.2rem;margin-right:.5rem}.modal .modal-new-local-inspection__participant-item__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-new-local-inspection__participant-item__name__link{background:#e45b72;padding:3px 6px;color:#fff!important;font-size:1.1rem;border-radius:1.2rem;line-height:1;margin-left:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-new-local-inspection__participant-item__name__icon{fill:#fff;width:.7rem;height:1rem;margin-right:.5rem}.modal .modal-new-local-inspection__participants-form{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 37.5em){.modal .modal-new-local-inspection__participants-form{-ms-flex-wrap:wrap;flex-wrap:wrap}}.modal .modal-new-local-inspection__participants-form input{font-size:1.6rem;color:#868686;padding:8px 2rem 5px;background-color:#f4f4f4;outline:1px solid #D8D8D8;border:none;border-bottom:3px solid transparent;width:100%;display:block;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:3.7rem;background-clip:border-box;outline-offset:0!important}.modal .modal-new-local-inspection__participants-form input:focus{outline:1px solid #D8D8D8;-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,.1)!important;box-shadow:0 1rem 2rem #0000001a!important;border-bottom:3px solid #3A87CB!important;outline-offset:0!important;background:#fff!important}.modal .modal-new-local-inspection__participants-form input::-webkit-input-placeholder{color:#868686}.modal .modal-new-local-inspection__participants-form__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-new-local-inspection__participants-form__actions .btn{width:45%}@media only screen and (max-width: 37.5em){.modal .modal-new-local-inspection__participants-form__actions .btn{width:48%}}.modal .modal-new-local-inspection__participants-form .shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.modal .modal-new-local-inspection__temperature{width:88%;float:left;padding-right:5px}@media only screen and (max-width: 56.25em){.modal .modal-new-local-inspection__temperature{width:84%}}@media only screen and (max-width: 47.93em){.modal .modal-new-local-inspection__temperature{width:82%}}@media only screen and (max-width: 29.93em){.modal .modal-new-local-inspection__temperature{width:85%}}.modal .modal-new-local-inspection__temperature--symbol{width:8%;float:left}@media only screen and (max-width: 87.5em){.modal .modal-new-report{width:95%;margin:0 auto}}@media only screen and (max-width: 29.93em){.modal .modal-new-report .modal-header__title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 3.4rem}}.modal .modal-new-report__protocol-version{font-size:1.4rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:2rem}.modal .modal-new-report__protocol-version__text{color:#cecece;margin-right:1rem}.modal .modal-new-report__protocol-version__link{background:#fff;padding:2px 1rem;font-size:1.2rem;color:#3a87cb;border-radius:2px}.modal .modal-new-report__protocol-version__link:hover{text-decoration:underline}.modal .modal-new-report__protocol-version__link.delete-button{margin-left:-2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.4rem;padding:2px 6px}.modal .modal-new-report__protocol-version__link.delete-button .btn-remove-rounded__icon{fill:#e45b72}.modal .modal-new-report__protocol-version .dropdown-basic{margin-left:2rem}.modal .modal-new-report__protocol-version .dropdown-basic .dropdown-toggle{min-width:auto;padding:6px .9rem}.modal .modal-new-report__protocol-version .dropdown-basic .dropdown-item span{font-size:1.2rem;font-weight:500}.modal .modal-new-report__protocol-version .dropdown-basic__name{font-size:1.2rem}.modal .modal-new-report__custom-form-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .modal-new-report__left{width:20%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width: 56.25em){.modal .modal-new-report__left__upload{margin-top:4rem}}@media only screen and (max-width: 56.25em){.modal .modal-new-report__left{width:50%}}@media only screen and (max-width: 37.5em){.modal .modal-new-report__left{width:100%}}.modal .modal-new-report__right{width:77%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width: 56.25em){.modal .modal-new-report__right{width:50%}}@media only screen and (max-width: 37.5em){.modal .modal-new-report__right{width:100%}}@media only screen and (max-width: 47.93em){.modal .modal-new-report .modal-footer__right{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 37.5em){.modal .modal-new-report .modal-footer__right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width: 47.93em){.modal .modal-new-report .dropdown-footer{margin-bottom:1rem}}@media only screen and (max-width: 37.5em){.modal .modal-new-report .dropdown-footer{margin-right:.5rem;margin-bottom:0rem}}@media only screen and (max-width: 29.93em){.modal .modal-new-report .dropdown-footer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:.3rem}}@media only screen and (max-width: 47.93em){.modal .modal-new-report .btn-modal-primary{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width: 37.5em){.modal .modal-new-report .btn-modal-primary{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width: 29.93em){.modal .modal-new-report .btn-modal-primary{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width: 47.93em){.modal .modal-new-report .btn-secondary{margin-bottom:1rem}}.modal .modal-pdf-viewer{min-height:95vh}.modal .modal-pdf-viewer .modal-header{height:auto;min-height:auto}.modal .modal-pdf-viewer .modal-header__title-bar{margin:2.2rem 3.4rem}.modal .modal-pdf-viewer .modal-body{overflow:auto!important}.modal .modal-pdf-viewer__zoom-status{margin-left:2rem;font-size:1.5rem;border-bottom:1px solid #d8d8d8;color:#8e8e8e;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 1.5rem}.modal .modal-pdf-viewer #viewerContainer .page{margin:0 auto}.modal .modal-convert-order{max-width:620px}.modal .modal-convert-order .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .modal-convert-order .modal-content{min-height:auto}.modal .modal-convert-order__form-group{margin-bottom:2.5rem}.modal .modal-convert-order__form-group__title{color:#3a87cb;font-size:1.4rem;font-weight:500;margin-bottom:.6rem;line-height:1}.modal .modal-convert-order__form-group .form__radio-group{display:block;margin-left:2.6rem;line-height:2.6rem}.modal .modal-convert-order__form-group .form__radio-label{color:#303030;font-weight:400;font-size:1.35rem;padding-left:2.3rem}.modal .modal-convert-order .content-box{border:0;background:transparent}.modal .modal-convert-order .content-box .table-work thead{display:none}.modal .modal-convert-order .content-box .table-work tbody tr{border-bottom:0;background:transparent}.modal .modal-convert-order .content-box .table-work tbody tr:nth-child(2n){background:transparent}.modal .modal-convert-order .content-box .table-work tbody tr td{color:#303030;font-size:1.35rem;padding:.4rem 1.2rem;line-height:1.5rem;padding-left:0}.modal .modal-convert-order .content-box .table-work tbody tr td:last-child{text-align:right;padding-right:0}.modal .modal-convert-order__last-offer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal .modal-convert-order__last-offer .form__radio-group{margin-right:2.9rem}.modal .modal-accept-offer .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-accept-offer .modal-information-text{width:100%;text-align:center}.modal .modal-decline-offer .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .modal-decline-offer .modal-information-text{width:100%;text-align:center}.modal .modal-delete .modal-body{color:#535353;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .vergabe-modal__link{font-size:1.2rem;color:#408fc7!important;text-decoration:underline!important}.modal .vergabe-modal__further-settings{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal .vergabe-modal__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal .vergabe-modal__checkbox__label{font-size:1.4rem;color:#484848;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.modal .vergabe-modal__checkbox__right{display:-webkit-box;display:-ms-flexbox;display:flex}.modal .vergabe-modal__checkbox__right .form__currency input{width:8.5rem;padding:8px 5px 5px}.modal .vergabe-modal__input{padding:5px}.modal .data-error-list{list-style:none;padding-left:0}.modal .data-error-list li{font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #ededed;padding:2rem 0rem}.modal .data-error-list li:last-child{border-bottom:0}.modal .data-error-list li.text-success{color:#555}.modal .data-error-list li.text-success__success{color:#2abb9b!important}.modal .data-error-list li.text-success.text-danger{background:transparent}.modal .data-error-list li.text-success .text-danger__warning{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 5rem)}.modal .data-error-list li.text-success .text-danger__warning__justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.modal .data-error-list li.text-success .text-danger__warning__text{color:#f1c40f;margin-right:1rem}.modal .data-error-list .icon-warning{width:2.5rem;height:2.5rem;border:2px solid #F1C40F;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5rem}.modal .data-error-list .icon-warning__icon{width:1.2rem;height:1.2rem}.modal .data-error-list .icon-check{width:2.5rem;height:2.5rem;border:2px solid #2abb9b;background:#2abb9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5rem}.modal .data-error-list .icon-check__icon{fill:#fff;width:1.2rem;height:1.2rem}.modal .data-error-list .icon-plus{width:2.5rem;height:2.5rem;border:2px solid #cacaca;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.modal .data-error-list .icon-plus__icon{fill:#cacaca;width:1.2rem;height:1.2rem}.modal .data-error-list .icon-warning,.modal .data-error-list .icon-check{margin-right:1rem;margin-top:0}.modal .min-modal-h-500{min-height:50rem!important}.modal .min-modal-h-600{min-height:60rem!important}.modal .modal-open .header{padding-right:17px}.modal .modal-xl{max-width:1250px}.modal .modal-event{max-width:540px}.modal .modal-size-pdf-viewer{max-width:850px}.modal .modal-content.scrollable .modal-body{overflow-x:hidden;overflow-y:auto}.modal .modal-content.mark-lost-award-solved{min-height:auto}.modal .modal-content.max-height{height:96vh}.modal #modal-common-bill.wide .modal-dialog{max-width:1250px}.modal #modal-common-bill.wide .modal-dialog .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal #modal-common-bill.wide .modal-dialog .modal-body .modal-common-bill__left{width:62%}.modal .modal-permission__search{width:100%;border-radius:5rem;padding:1rem 3rem;border:0;background:#f5f5f5}.modal .modal-permission__search::-webkit-input-placeholder{font-style:normal!important;padding:0}.modal .modal-permission__search::-moz-placeholder{font-style:normal!important;padding:0}.modal .modal-permission__search:-ms-input-placeholder{font-style:normal!important;padding:0}.modal .modal-permission__search::-ms-input-placeholder{font-style:normal!important;padding:0}.modal .modal-permission__search::placeholder{font-style:normal!important;padding:0}.modal .modal-permission__search-icon{width:1.6rem;height:auto;position:absolute;z-index:10;right:3rem;top:-4.7rem;fill:#c7c7c7}.modal .modal-permission__container{width:100%;padding:1rem;position:relative}.modal .modal-permission__container-fluid{width:100%;position:relative}.modal .modal-permission__title{width:100%;padding:1.4rem 1rem;border-bottom:1px solid #dedede}.modal .modal-permission__select-all{padding:1.4rem 2rem 0;display:-webkit-box;display:-ms-flexbox;display:flex}.modal .modal-permission__select-all--checkbox__button{position:relative;margin-top:1.5rem;margin-right:.7rem}.modal .modal-permission__checkbox-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.4rem 1rem}.modal .modal-permission__checkbox-label p{font-size:1.4rem;font-style:normal!important;margin-bottom:0!important}.modal .modal-permission__list{border:1px solid #dedede;background:#f9f9f9;padding:1rem 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.modal .modal-permission__list.active{border:1px solid #3A87CB}.modal .modal-permission__list--checkbox{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.modal .modal-permission__list--code{font-size:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.modal .modal-permission__list--badge{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.modal .modal-permission__list--badge .badge{font-weight:500;padding:.4rem 1.2rem;border-radius:1rem}.modal .modal-permission__list--title{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:15;-ms-flex-positive:15;flex-grow:15}.modal .modal-add-award-custom{height:85vh}@media only screen and (max-width: 47.93em){.modal .modal-add-award-custom .modal-body{overflow:auto!important}}.modal .modal-add-award-custom__half{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}@media only screen and (max-width: 47.93em){.modal .modal-add-award-custom__half{width:100%}}.modal .modal-add-award-custom__half .team-sla__section{padding:3px;display:inline-block}.modal .modal-add-award-custom__half .team-sla__section:after{display:none}.modal .modal-add-award-custom__half .team-sla__section--form__group{padding:10px 0}.modal .modal-add-award-custom__half .team-sla__section--form__group .form__title{margin-bottom:0}.modal .modal-add-award-custom .form__title-group:not(:last-child){margin-bottom:3rem}.modal .modal-add-award-custom .vergabe-modal__checkbox{width:100%;padding:.3rem 1rem}.modal .modal-add-award-custom .vergabe-modal__checkbox__label{font-size:1.2rem;line-height:1}.modal .modal-add-award-custom .vergabe-modal__checkbox .form__input{height:2rem;padding:0;min-height:2rem;border-bottom:0}.modal .modal-add-award-custom .vergabe-modal__checkbox .multiselect-vergabe .multiselect__tags{padding:0 2rem 0 0;height:2rem;min-height:2rem}.modal .modal-add-award-custom .vergabe-modal__checkbox .multiselect__select{height:2rem;padding:0 5px}.modal .modal-add-award-custom .vergabe-modal__checkbox .v-switch-core{-webkit-transform:scale(.8);transform:scale(.8)}.modal .modal-add-award-custom__submit-button-wrapper{position:relative}@media only screen and (max-width: 37.5em){.modal .modal-add-award-custom__submit-button-wrapper{width:100%}}.modal .modal-add-award-custom__submit-button-wrapper .btn-modal-primary{margin-right:0!important}.modal .modal-add-award-custom__submit-button-wrapper .award-warning-wrapper{right:-1.1rem;top:-1.1rem}.modal .modal-add-award-custom__submit-button-wrapper .dropdown{position:absolute;width:auto;height:auto;right:0;top:0}.modal .modal-add-award-custom__submit-button-wrapper .dropdown-menu{width:38rem;margin-bottom:2.6rem;margin-right:0}.modal .modal-add-award-custom__missing-things{background:#fff;padding:1rem 1rem 1rem 2rem}.modal .modal-add-award-custom__partner-selection-wrapper{width:100%}.modal .modal-add-award-custom__partner-selection-wrapper>div{width:100%}.modal .modal-new-feed__content-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #D6D6D6;padding-bottom:1.8rem;margin-bottom:1.2rem}.modal .modal-new-feed__content-header__user-photo-wrapper{width:5rem;height:5rem;min-width:5rem;border-radius:50%;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1.3rem;border:1px solid #f8f8f8}.modal .modal-new-feed__content-header__user-photo{width:auto;height:5rem}.modal .modal-new-feed__content-header__dd-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.modal .modal-new-feed__uploaded-img-wrapper{width:100%;position:relative}.modal .modal-new-feed__uploaded-img-wrapper:not(:last-child){margin-bottom:1rem}.modal .modal-new-feed__uploaded-img{width:100%;max-width:100%;height:auto;border-radius:1rem}.modal .modal-new-feed__uploaded-img__remove{width:2.6rem;height:2.6rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#00000057;position:absolute;right:1rem;top:1rem}.modal .modal-new-feed__uploaded-img__remove__icon{fill:#fff;width:1.1rem;height:1rem}.modal .modal-new-feed__content{min-height:20rem;max-height:40rem;overflow-y:auto;padding-right:.5rem}.modal .modal-new-feed__content::-webkit-scrollbar-track{background-color:#f4f4f4}.modal .modal-new-feed__content::-webkit-scrollbar{width:7px;background-color:#fff}.modal .modal-new-feed__content::-webkit-scrollbar-thumb{border-radius:2px;background-color:#d1d1d1}.modal .modal-new-feed__action-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem;border:1px solid #eee;border-radius:1rem;margin:2rem 0}.modal .modal-profile-card__personal-data{display:grid;grid-template-columns:[personal-data-left] 16rem [personal-data-right] auto;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;width:100%}@media only screen and (max-width: 29.93em){.modal .modal-profile-card__personal-data{grid-template-columns:none;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}.modal .modal-profile-card__personal-data__left{grid-column:personal-data-left}.modal .modal-profile-card__personal-data__right{grid-column:personal-data-right}.modal .modal-profile-card .px-image-uploader .has-image,.modal .modal-profile-card .px-image-uploader .image-carousel__item__btn.update{display:none}.modal .tabs__content{padding:0;border:0}.modal-custom-id__body{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 37.5em){.modal-custom-id__body{-ms-flex-wrap:wrap;flex-wrap:wrap}}.modal-custom-id__body__left{width:47%}@media only screen and (max-width: 37.5em){.modal-custom-id__body__left{width:100%}}.modal-custom-id__body__left .form__input[disabled]{background:#f4f4f4!important;color:#868686!important;cursor:not-allowed;pointer-events:unset}.modal-custom-id__body__right{width:47%}@media only screen and (max-width: 37.5em){.modal-custom-id__body__right{width:100%}}.modal-custom-id__body__right__variable-list{font-size:1.3rem;border:1px solid #d8d8d8;width:100%}.modal-custom-id__body__right__variable-list th,.modal-custom-id__body__right__variable-list td{padding:4px}.modal-custom-id__body__right__variable-list th{font-weight:500;padding-left:1rem}.modal-custom-id__body__right__variable-list tr:first-child td,.modal-custom-id__body__right__variable-list tr:first-child th{padding-top:1rem}.modal-custom-id__body__right__variable-list tr:last-child td,.modal-custom-id__body__right__variable-list tr:last-child th{padding-bottom:1rem}.modal-pdf .alert-info-blue{width:79.7rem;margin:0 auto;margin-bottom:4rem}@media only screen and (max-width: 100em){.modal-pdf .alert-info-blue{width:100%}}.modal-pdf .modal-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin-bottom:0}.modal-pdf .modal-header__title-bar{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0;height:100%}.modal-pdf .modal-header .btn-close-modal{position:relative;top:inherit;right:inherit;margin-bottom:0;width:5.9rem;min-height:100%;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;border-right:1px solid #EAEAEA}.modal-pdf .modal-header .btn-close-modal__icon{fill:#3a87cb}.modal-pdf .modal-header .modal__title{margin-bottom:0;padding-left:15px}.modal-pdf .modal-body{background:#f9f9fa;padding:28px 0 32px}@media only screen and (max-width: 80em){.modal-pdf .modal-body{padding:28px 32px 32px}}.modal-pdf__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:28rem}@media only screen and (max-width: 100em){.modal-pdf__content{padding-left:0}}@media only screen and (max-width: 80em){.modal-pdf__content{-ms-flex-wrap:wrap;flex-wrap:wrap}}.modal-pdf__content__left{width:79.7rem}@media only screen and (max-width: 80em){.modal-pdf__content__left{width:100%}.modal-pdf__content__left div#viewerContainer>div.page,.modal-pdf__content__left .canvasWrapper,.modal-pdf__content__left canvas{width:100%!important;height:auto!important}}.modal-pdf__content__left__pdf-wrapper{border:1px solid #EAEAEA;width:100%;position:relative}.modal-pdf__content__left__pdf-wrapper .modal-header__top-bar{position:sticky;top:-3.9rem;z-index:5}.modal-pdf__content__left__pdf-wrapper__status-badge-wrapper{position:absolute;z-index:999;right:0;width:10rem;height:10rem}.modal-pdf__content__left__pdf-wrapper__status-badge{border-style:solid;border-width:0 10rem 10rem 0;border-color:transparent #828282 transparent transparent}.modal-pdf__content__left__pdf-wrapper__status-badge__label{position:absolute;top:2rem;right:.6rem;color:#fff;font-size:1.6rem;font-weight:600;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal-pdf__content__right{width:24rem;margin-left:4rem}@media only screen and (max-width: 80em){.modal-pdf__content__right{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-left:0;margin-bottom:2rem;width:100%}}.modal-pdf__content__right--buttons-desktop{margin-top:70px}.modal-pdf__content__right__options{background:#fff;border:1px solid #EAEAEA;padding:1.5rem 2.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal-pdf__content__right__options.final-view{margin-top:5.1rem}@media only screen and (max-width: 80em){.modal-pdf__content__right__options.final-view{margin-top:0}}.modal-pdf__content__right__options__header{padding:.5rem 0;cursor:pointer;width:100%}.modal-pdf__content__right__options__header__title{margin-bottom:1.5rem}.modal-pdf__content__right__options__header__title.collapsed{margin-bottom:0}.modal-pdf__content__right__options__header__title.collapsed .icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.modal-pdf__content__right__options__header__title .icon{width:.8rem;height:.8rem;fill:#3a87cb}.modal-pdf__content__right__options__header__title span{font-size:1.3rem;color:#3a87cb;font-weight:600;margin-left:6px;text-transform:uppercase}.modal-pdf__content__right__options__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 75em){.modal-pdf__content__right__options__body{width:100%}}.modal-pdf__content__right__options__body .table-offer-new__item-detail__bottom__toggle-wrapper{width:100%;margin-bottom:1rem}.modal-pdf__content__right__action-buttons{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 80em){.modal-pdf__content__right__action-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.modal-pdf__content__right__action-buttons .btn{width:100%!important}@media only screen and (max-width: 80em){.modal-pdf__content__right__action-buttons .btn{width:48%!important}}@media only screen and (max-width: 29.93em){.modal-pdf__content__right__action-buttons .btn{width:100%!important}}.modal-pdf__content__right__action-buttons .btn:not(:last-child){margin-bottom:1rem}@media only screen and (max-width: 80em){.modal-pdf__content__right__action-buttons .btn:not(:last-child){margin-bottom:0}}@media only screen and (max-width: 29.93em){.modal-pdf__content__right__action-buttons .btn:not(:last-child){margin-bottom:1rem}}.modal-pdf__content__right__final-info__status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;font-weight:600;color:#404040;margin-bottom:1rem}.modal-pdf__content__right__final-info__status .table-list__state-wrapper__state{margin-right:1rem}.modal-pdf__content__right__final-info__item{font-size:1.3rem;font-weight:400;color:#404040;margin-bottom:1rem}.modal-pdf__content__right__final-info__item__icon{width:1.2rem;height:1.2rem;fill:#404040;margin-right:.5rem}.modal-pdf__content__right__final-info__item span{font-weight:500}.modal-pdf__content__right__final-info__item a{color:#4bb8ff!important}.modal-pdf__content__right__final-info__item.end-date .modal-pdf__content__right__final-info__item__icon{height:1.6rem;width:1.3rem;margin-right:.8rem}.modal-pdf__content__right__hr{margin-top:1rem;margin-bottom:2rem}.modal-pdf__content__right .btn-modal-primary,.modal-pdf__content__right .btn-modal-secondary,.modal-pdf__content__right .btn-modal-delete{height:4rem;width:100%!important;margin-bottom:1.5rem}.modal-pdf__content__right .btn-modal-delete{background:#fff}.modal-pdf__content__right .btn-modal-delete:hover{background:#e45b72}.modal-pdf__content__right .btn-modal-secondary{background:#fff}.modal-pdf__content__right .btn-modal-secondary:hover{background:#656565;color:#fff;border-color:#656565}@media only screen and (max-width: 80em){.modal-pdf__content__right--buttons-desktop{display:none}}.modal-pdf__content__right--buttons-mobile{display:none}@media only screen and (max-width: 80em){.modal-pdf__content__right--buttons-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:16px}}.modal-offer-convert-to-order p{font-size:1.3rem;color:#666;font-weight:400}.modal-offer-convert-to-order__list{padding-left:0;list-style-type:none}.modal-show-items .table-verifications__footer{display:none}.modal-show-items .table-work.mdc-table th:last-child{width:10rem}.modal-show-items .virtual-table-wrapper{height:auto!important;max-height:20rem}.modal-convert-order .table-verifications__footer{display:none}.modal-convert-order .table-work.mdc-table th:last-child{width:10rem}.modal-convert-order .table-work.mdc-table td:last-child{width:auto!important}.modal-convert-order .virtual-table-wrapper{height:auto!important;max-height:20rem}.modal-terms__text{height:22rem;overflow:auto;color:#444;font-size:1.35rem;margin-bottom:4rem}.modal-terms__text p{padding-right:2rem;margin-bottom:0}.modal-terms__text__group__title{font-size:1.5rem;font-weight:500}.modal-terms__text__group__articles-letter{list-style:none}.modal-terms__text__group__articles-letter li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.modal-terms__text__group__articles-letter li span{margin-right:1rem}.modal-terms__text__group__articles-list.ml-6{margin-left:6rem}.modal-terms__text__group__link{color:#3a87cb;text-decoration:underline;font-weight:500}.modal-terms__title{font-size:1.5rem;font-weight:500;color:#444;margin-bottom:5px}.modal-terms .alert-info-basic{margin-bottom:4rem}.modal-terms .alert-info-basic p{margin-bottom:0}.modal-terms .alert-info-basic__text__bold{font-weight:600}.modal-terms .form__checkbox-label p{margin-bottom:0;font-size:1.35rem;color:#444}.modal-terms .form__checkbox-button{border-color:#444}.modal-terms .form__checkbox-button a{color:#3a87cb;text-decoration:underline}.modal-terms .invalid-warning-text{margin-top:-7px;left:6rem}.modal-wizard{border:0;height:100%}.modal-wizard .alert-info-blue{margin:0 auto}@media only screen and (max-width: 100em){.modal-wizard .alert-info-blue{width:100%}}.modal-wizard .modal-header{width:100%;height:auto;padding:16px 0}.modal-wizard .modal-header .logo{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;margin:0 auto}.modal-wizard .modal-footer{display:none}.modal-wizard .modal-body{background:#fff;padding:0!important;height:100%!important}.modal-wizard__content{margin:0 auto}.modal-wizard__content__left__body{padding-left:24px;padding-right:24px}.modal-wizard__content__left__body .tab-content-wrapper{width:initial}.modal-wizard__content__left .modal-wizard__content__right__content__description.logo-tip{display:none}@media only screen and (max-width: 47.93em){.modal-wizard__content__left{width:100%;border-top-left-radius:2rem;border-top-right-radius:2rem;background:#fff;-webkit-box-shadow:0 -1px 8px 3px rgba(0,0,0,.04);box-shadow:0 -1px 8px 3px #0000000a;height:calc(100vh - 375px)}.modal-wizard__content__left .modal-wizard__content__right__content__description.logo-tip{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:1.6rem}.modal-wizard__content__left .modal-wizard__content__right__content__description.logo-tip .modal-wizard__content__right__content__description__text{font-size:1.3rem}}.modal-wizard__content__left__pdf-wrapper{border:1px solid #EAEAEA;width:100%}.modal-wizard__content__left__pdf-wrapper .modal-header__top-bar{position:sticky;top:-3.9rem;z-index:5}.modal-wizard__content__right{background:#f7f9fb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100%;top:0;height:100vh}@media only screen and (max-width: 47.93em){.modal-wizard__content__right{width:100%;padding-top:10rem;padding-bottom:5rem;position:static;height:375px}}.modal-wizard__content__right__content{width:39rem}@media only screen and (max-width: 56.25em){.modal-wizard__content__right__content{width:90%}}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.modal-wizard__content__right__content .logo{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;position:absolute;top:16px;left:16px}@media only screen and (max-width: 40em){.modal-wizard__content__right__content .logo{width:40px;height:40px}}.modal-wizard__content__right__content__primary-title{font-size:3.6rem;font-weight:400;color:#3a87cb;margin-bottom:1.5rem}@media only screen and (max-width: 56.25em){.modal-wizard__content__right__content__primary-title{font-size:3.1rem}}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__primary-title{font-size:3rem;text-align:center;font-weight:600}}.modal-wizard__content__right__content__secondary-title{font-size:1.6rem;font-weight:400;color:#4bb8ff;line-height:1.7;margin-bottom:2rem}@media only screen and (max-width: 56.25em){.modal-wizard__content__right__content__secondary-title{font-size:1.4rem}}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__secondary-title{text-align:center;margin-bottom:2rem;font-size:1.6rem}}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__image-wrapper{width:12.8rem;height:12.8rem;background:#fff;padding:2.2rem;border-radius:50%;border:1px solid #CFD6E1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.modal-wizard__content__right__content__image-double-wrapper{display:none}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__image-double-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.7rem}}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__image-wrapper-small{width:10.8rem;height:10.8rem;background:#fff;padding:1rem;border-radius:50%;border:1px solid #CFD6E1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.modal-wizard__content__right__content__image{margin:0 auto;display:block;max-width:100%}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__image.company-logo{display:none}}.modal-wizard__content__right__content__image:not(:last-child){margin-bottom:3rem}.modal-wizard__content__right__content__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.modal-wizard__content__right__content__description__icon{fill:#4bb8ff;width:1.3rem;height:1.9rem;min-width:1.3rem;margin-right:1rem;margin-top:.5rem}.modal-wizard__content__right__content__description__text{color:#505050;font-size:1.5rem;line-height:1.7}.modal-wizard__content__right__content__description__text .font-bold{font-weight:600}@media only screen and (max-width: 47.93em){.modal-wizard__content__right__content__description.logo-tip{display:none}}.modal-wizard__progress-bar{width:55.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 32px}@media only screen and (max-width: 47.93em){.modal-wizard__progress-bar{width:100%}}.modal-wizard__progress-bar__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}.modal-wizard__progress-bar__item:after{content:" ";width:100%;height:1px;position:absolute;background:#ccc;left:0;top:50%;z-index:0}.modal-wizard__progress-bar__item.completed:after{background:#4bb8ff}.modal-wizard__progress-bar__item:last-child{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.modal-wizard__progress-bar__item__circle{width:2.2rem;height:2.2rem;border-radius:50%;border:1px solid #CCCCCC;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#ccc;font-size:1.4rem;line-height:1;position:relative;z-index:1}.modal-wizard__progress-bar__item__circle.current{border-color:#4bb8ff;color:#4bb8ff;font-weight:500}.modal-wizard__progress-bar__item__circle.completed{border-color:#4bb8ff;background:#4bb8ff;color:#fff;font-weight:500}.modal-wizard__actions{width:55.3rem;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 47.93em){.modal-wizard__actions{width:100%}}.modal-wizard__actions__button-wrapper{width:50%;padding:2.2rem 1.6rem}@media only screen and (max-width: 29.93em){.modal-wizard__actions__button-wrapper{width:100%}}@media only screen and (max-width: 29.93em){.modal-wizard__actions__button-wrapper.next{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (max-width: 29.93em){.modal-wizard__actions__button-wrapper.prev{padding-top:0;padding-bottom:0}}.modal-wizard__actions__button{width:100%;height:4.5rem}.modal-wizard__actions__button.next{background:#3a87cb;color:#fff;font-weight:500;font-size:1.7rem;border-radius:.5rem;margin-left:auto}.modal-wizard__actions__button.next:hover{background:#2c6da6}.modal-wizard__actions__button.next.confirm{background:#2abb9b}.modal-wizard__actions__button.next.confirm:hover{background:#219178}.modal-wizard__actions__button.next.confirm .modal-wizard__actions__button__next-icon{display:none}.modal-wizard__actions__button.next:disabled,.modal-wizard__actions__button.next.disabled{opacity:1;background:#e9ebed;color:#bbb}.modal-wizard__actions__button.next:disabled:hover,.modal-wizard__actions__button.next:disabled:focus,.modal-wizard__actions__button.next:disabled:active,.modal-wizard__actions__button.next.disabled:hover,.modal-wizard__actions__button.next.disabled:focus,.modal-wizard__actions__button.next.disabled:active{border-color:transparent;outline:none}.modal-wizard__actions__button.next:disabled .modal-wizard__actions__button__next-icon,.modal-wizard__actions__button.next.disabled .modal-wizard__actions__button__next-icon{fill:#bbb}.modal-wizard__actions__button.previous{text-align:left;padding-left:0;color:#a9a9a9;font-size:1.3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.modal-wizard__actions__button.previous:hover{color:#3a87cb}.modal-wizard__actions__button.previous:hover .modal-wizard__actions__button__prev-icon{fill:#3a87cb}.modal-wizard__actions__button.save-later{text-align:right;padding-left:0;color:gray;font-size:1.3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;margin-left:auto;margin-top:2rem}.modal-wizard__actions__button.save-later:hover{color:#3a87cb}.modal-wizard__actions__button__next-icon{width:1.3rem;height:1.3rem;margin-left:5px;fill:#fff}.modal-wizard__actions__button__prev-icon{width:1.3rem;height:1.3rem;margin-right:5px;fill:#a9a9a9;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.modal-wizard__upload-area{width:100%;padding:1.6rem;margin-top:2rem}.modal-wizard__upload-area .required-error .file-drop-area.wizard{border-color:#e45b72;background:#e45b7208}.modal-wizard__summary{padding:1.6rem;width:100%}.modal-wizard__summary__section{position:relative;padding-bottom:2rem}.modal-wizard__summary__section:not(:last-child){border-bottom:1px solid #DAE4EE;margin-bottom:2rem}.modal-wizard__summary__section__title{color:#404040;font-size:1.6rem;font-weight:500;margin-bottom:1.2rem}.modal-wizard__summary__section__main-title{color:#444;font-size:1.8rem;margin-bottom:2rem}.modal-wizard__summary__section__address,.modal-wizard__summary__section__address *{color:#404040;font-size:1.5rem;font-weight:400}.modal-wizard__summary__section__address{margin-bottom:1.8rem}.modal-wizard__summary__section__address:last-child{margin-bottom:0}.modal-wizard__summary__section__logo{max-width:11rem;height:auto}.modal-wizard__summary__section__placeholder-logo{width:11rem;height:11rem;border-radius:5px;background:#f7f9fb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-wizard__summary__section__placeholder-logo__icon{fill:#d3dee3;width:4rem;height:4rem}.modal-wizard__summary__section__list{padding-left:2.6rem;margin-bottom:0}.modal-wizard__summary__section__list li{color:#676767;font-size:1.5rem}.modal-wizard__summary__section__edit{position:absolute;right:0;bottom:1rem;color:#4bb8ff;font-size:1.2rem;font-weight:500}@media only screen and (max-width: 87.5em){.modal-wizard .tab-content-wrapper{width:100%}}.modal-locations .shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.modal-locations .form--branch-list__input-typeahead-wrapper:first-child .form--branch-list__input-typeahead-wrapper__close{display:none}.modal-locations .list-group{top:4rem;padding:0;max-height:19rem!important;padding-top:0!important;border-bottom:1px solid rgba(0,0,0,.125);border-radius:0!important}.modal-locations .list-group-item{font-size:1.3rem;color:#404040;border-radius:0!important}.modal-locations .list-group-item:hover{background:#3a87cb;color:#fff}.modal-locations .list-group-item:last-child{border-bottom:0!important}.modal-review-approve .modal-header{border-bottom:0;height:0;min-height:0}.modal-review-approve__content .review-list-name__wrapper{margin-bottom:1.8rem}.modal-review-approve__content__comment{font-size:1.35rem;color:#303030;line-height:1.9rem;display:block;margin-bottom:2rem}.modal-review-approve__content__tip{font-size:1.25rem;color:#606060;font-weight:500;margin-top:1.5rem;display:block}.modal-review-approve__content__tip__label{color:#3a87cb}.modal-review-approve__content__tip__tip-icon{width:.9rem;height:1.5rem;margin-right:.6rem}.modal-review-approve__content__tip__link-icon{width:1.6rem;height:1.6rem;fill:#3a87cb}.modal-review-reclamation__title{color:#000;font-size:1.8rem;font-weight:500;margin-bottom:1.4rem}.modal-review-reclamation__bottom-warning{font-size:1.3rem;font-weight:500;color:#3a87cb;margin-top:3px}.modal-reclamation-email .btn-modal-primary{background:#3a87cb;border-color:#3a87cb}.modal-reclamation-email .form__radio-button{border:2px solid #AFAFAF}.modal-reclamation-email .form__radio-button:after{background:#3a87cb}.modal-reclamation-email__content{display:grid;grid-template-columns:36.7rem 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}@media only screen and (max-width: 56.25em){.modal-reclamation-email__content{grid-template-columns:none;grid-template-rows:auto auto;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;row-gap:3rem}}.modal-reclamation-email__content__left__title{font-size:1.8rem;font-weight:600;color:#505050;margin-bottom:2rem}.modal-reclamation-email__content__left__title small{font-size:1.3rem;font-style:italic}.modal-reclamation-email__content__left__sub-title{font-size:1.4rem;color:#707070;font-weight:400;margin-bottom:2rem}.modal-reclamation-email__content__left__notice{margin-top:3.2rem}.modal-reclamation-email__content__left__notice p{font-size:1.4rem;font-weight:500;color:#404040}.modal-reclamation-email__content__left__notice span{color:#e45b72;font-weight:600}.modal-reclamation-email__content__left .form__group{padding:0}.modal-reclamation-email__content__right__user-wrapper{width:100%;display:grid;grid-template-columns:2.8rem 1fr;-webkit-column-gap:1.1rem;-moz-column-gap:1.1rem;column-gap:1.1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.3rem;padding-left:1.5rem}@media only screen and (max-width: 56.25em){.modal-reclamation-email__content__right__user-wrapper{padding-left:0}}.modal-reclamation-email__content__right__user-avatar{width:2.8rem;height:2.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#ef6c00;font-size:1.4rem;font-weight:500;text-transform:uppercase;color:#fff}.modal-reclamation-email__content__right__user-logo{width:2.8rem;height:2.8rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-reclamation-email__content__right__user-logo img{width:100%;height:auto}.modal-reclamation-email__content__right__user-logo__icon-box{width:100%;height:100%;background:#efefef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-reclamation-email__content__right__user-logo__icon{width:1.4rem;height:1.4rem;fill:#43536c}.modal-reclamation-email__content__right__user-info__user-name{font-size:1.3rem;font-weight:600;color:#404040;line-height:1.4}.modal-reclamation-email__content__right__user-info__user-mail{font-size:1.3rem;font-weight:500;color:#404040;line-height:1.4}@media only screen and (max-width: 56.25em){.modal-reclamation-email__content__right .form__group{padding-left:0;padding-right:0}}.card.work-modal-card{border:0!important}.card.work-modal-card .card-body{padding:0}.modal-dashboard-settings.modal-content{min-height:61rem}.modal-dashboard-settings .modal-footer{padding:1rem 3rem}.modal-dashboard-settings-dialog{max-width:366px}.modal-alert-like-dialog{max-width:378px}.modal-alert-like-dialog.first-time{max-width:500px}.modal-alert-like__title{font-size:1.8rem;color:#404040;font-weight:500;margin-top:-2rem;line-height:1;margin-bottom:2rem}.modal-alert-like__icon-container{background-color:#f6f6f6;padding:2.4rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:17rem;height:17rem;margin-bottom:2.3rem}.modal-alert-like__icon{margin:0 auto;margin-bottom:2.4rem}.modal-alert-like__icon.first-time{margin-bottom:0;width:100%;min-height:10rem;max-height:16rem;-o-object-fit:contain;object-fit:contain}.modal-alert-like__paragraph{font-size:1.5rem;color:#404040;font-weight:400;text-align:center;margin-bottom:2rem;line-height:1.5}.modal-alert-like__paragraph.first-time{text-align:left;color:#202020;font-size:1.4rem}.modal-alert-like__paragraph strong{font-weight:500}.modal-alert-like__first-time-description{margin-bottom:1rem}.modal-alert-like__first-time-description strong{font-weight:600}.modal-alert-like__tip-title{font-size:1.45rem;font-weight:600;color:#202020}.modal-alert-like__content-list{padding-left:3rem}.modal-alert-like__content-list li{line-height:1.5}.modal-alert-like__content-list li strong{font-weight:600}.modal-alert-like__content-list li a{color:#3a87cb;text-decoration:underline;font-weight:500}.modal-alert-like__content-list li .modal-alert-like__content-list__ext-link{text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-alert-like__content-list li .modal-alert-like__content-list__ext-link__icon{fill:#3a87cb;width:1.3rem;height:1.3rem;margin-left:4px}.modal-alert-like__info-text{color:#606060;font-size:1.25rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-alert-like__info-text__icon{width:1.5rem;height:1.5rem;margin-right:.6rem;fill:#4bb8ff;margin-top:2px}.modal-alert-like__info-text p{line-height:1.5}.modal-alert-like .form-group{margin-bottom:.4rem}.modal-alert-like.modal-content{border-radius:1rem;padding:5rem 3rem 4rem}.modal-alert-like.modal-content.first-time{padding:5rem 5rem 2rem}.modal-alert-like .modal-body{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-alert-like .modal-footer{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0;height:auto;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-alert-like__first-time-btn{background-color:#4bb8ff;min-width:15rem;height:3.4rem;border-radius:5px;color:#fff;font-size:1.6rem;font-weight:500;margin-bottom:3rem}.modal-alert-like__first-time-btn:hover{background-color:#18a4ff}.modal-new-user-dialog{max-width:546px}.modal-new-user__info{font-size:1.2rem;color:#606060;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-new-user__info__tooltip-icon-box{width:1.3rem;height:1.3rem;margin-right:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-new-user__info__tooltip-icon{width:1.3rem;height:1.3rem;fill:#3a87cb}.modal-new-user__hr{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 2rem);border-color:#e7e7e7;margin-left:1rem}.modal-new-user__section-title{color:#404040;font-size:1.7rem;font-weight:500;margin-bottom:0;line-height:1}.modal-new-user .form__radio-label{color:#303030;font-size:1.45rem;font-weight:600;padding-left:2.8rem}.modal-new-user .form__radio-new-user-desc{color:#303030;font-size:1.35rem;font-weight:400;line-height:1.4}.modal-new-user .form__radio-button{top:6px;-webkit-transform:none;transform:none;width:1.6rem;height:1.6rem;background:#fff}.modal-new-user .form__radio-button:after{height:.6rem;width:.6rem;background:#fff}.modal-new-user .form__radio-group{margin-right:0}.modal-new-user__user-type-group{margin-bottom:.2rem}.modal-new-user__permission-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0!important;margin-bottom:2px}.modal-new-user__permission-checkbox.admin{margin-top:1.4rem;margin-bottom:-.6rem;padding-bottom:0!important}.modal-new-user__permission-checkbox .drag-drop__item__checkbox{margin-left:0}.modal-new-user__permission-checkbox .drag-drop__item__checkbox .custom-control-label{margin-top:4px}.modal-new-user__permission-checkbox .form__radio-label{padding-left:.9rem;font-size:1.4rem;font-weight:500}.modal-new-user__permission-checkbox .form__radio-label.admin{font-weight:600}.modal-new-user__tip{color:#000;font-size:1.35rem;font-weight:400}.modal-new-user__tip__bold{font-weight:600}.modal-remove-user-dialog{max-width:546px}.modal-remove-user__p{font-size:1.35rem;color:#000;font-weight:400;margin-bottom:0;line-height:1.6}.modal-remove-user__p__link{color:#3a87cb;font-weight:600}.modal-remove-user__hr{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 2rem);border-color:#e7e7e7;margin-left:1rem;margin-top:2.6rem;margin-bottom:2.4rem}.modal-remove-user .form__radio-label{color:#303030;font-size:1.45rem;font-weight:600;padding-left:2.8rem}.modal-remove-user .form__radio-new-user-desc{color:#303030;font-size:1.35rem;font-weight:400;line-height:1.4}.modal-remove-user .form__radio-button{top:6px;-webkit-transform:none;transform:none;width:1.8rem;height:1.8rem}.modal-remove-user .form__radio-button:after{height:1.2rem;width:1.2rem;background:#3a87cb}.modal-remove-user .form__radio-group{margin-right:0}.modal-remove-user__user-type-group{margin-bottom:.2rem}.modal-remove-user__permission-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0!important}.modal-remove-user__permission-checkbox.approve{padding-bottom:0!important;margin-bottom:-2px;margin-top:-6px}.modal-remove-user__permission-checkbox .drag-drop__item__checkbox{margin-left:0}.modal-remove-user__permission-checkbox .drag-drop__item__checkbox .custom-control-label{margin-top:4px}.modal-remove-user__permission-checkbox .form__radio-label{padding-left:.9rem;font-size:1.4rem;font-weight:500}.modal-remove-user__permission-checkbox .form__radio-label.approve{font-weight:600}.modal-remove-user__permission-checkbox .form__radio-label.approve .asterisk{color:#f84558}.modal-workspace-alert__title{color:#3a87cb;font-size:4rem;font-weight:400;margin-bottom:1.42rem;line-height:1;margin-top:15rem;text-align:center}@media only screen and (max-width: 47.93em){.modal-workspace-alert__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.2;font-size:3.6rem}}@media only screen and (max-width: 37.5em){.modal-workspace-alert__title{font-size:3.2rem;margin-top:0}}.modal-workspace-alert__title.no-workspace{margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-top:22.2rem}@media only screen and (max-width: 37.5em){.modal-workspace-alert__title.no-workspace{margin-top:inherit}}.modal-workspace-alert__title.no-workspace .no-workspace__icon{width:8.5rem;height:8.5rem;margin:0 auto;margin-bottom:2.2rem}.modal-workspace-alert__title__icon{width:5.4rem;height:5.4rem;margin-right:.8rem}@media only screen and (max-width: 47.93em){.modal-workspace-alert__title__icon{margin-right:0;margin-bottom:1.5rem}}.modal-workspace-alert__description{font-size:1.5rem;color:#303030;line-height:2.2rem;margin:0 auto;margin-bottom:3.2rem;text-align:center;font-weight:400}.modal-workspace-alert__description.first{width:62rem}@media only screen and (max-width: 47.93em){.modal-workspace-alert__description.first{width:100%}}.modal-workspace-alert__description.no-workspace-first{margin-bottom:2.2rem}.modal-workspace-alert__description__bold{font-weight:600}.modal-workspace-alert__description .dropdown-current-workspace{width:22rem;max-width:22rem;margin-right:0}@media only screen and (max-width: 47.93em){.modal-workspace-alert__description .dropdown-current-workspace{margin-top:1rem}}.modal-workspace-alert__description .dropdown-current-workspace .dropdown-menu{min-width:100%;width:100%}.modal-workspace-alert__description .dropdown-current-workspace .nav-link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.modal-workspace-alert__description .dropdown-current-workspace .dropdown-toggle:after{margin-left:auto;margin-right:6px}.modal-workspace-alert__description.no-workspace-description{white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 47.93em){.modal-workspace-alert__description.no-workspace-description{white-space:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal-workspace-alert__description.no-workspace-description span{margin-right:1rem}@media only screen and (max-width: 47.93em){.modal-workspace-alert__description.no-workspace-description span{margin-right:0}}.modal-workspace-alert .modal-body{width:92rem;margin:0 auto}@media only screen and (max-width: 62em){.modal-workspace-alert .modal-body{width:100%}}@media only screen and (max-width: 37.5em){.modal-workspace-alert .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.modal-workspace-alert .modal-wizard__actions__button-wrapper{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-workspace-alert .btn.modal-wizard__actions__button.next{width:16.1rem}.modal-appointment{max-width:600px;margin:0 auto;max-height:inherit!important}.modal-request-review{position:relative}.modal-request-review .modal-content{border-radius:1rem;padding:3rem}.modal-request-review .modal__title{width:100%;font-size:1.8rem;color:#404040;margin-bottom:3rem}@media only screen and (max-width: 47.93em){.modal-request-review .modal__title{line-height:1.4;margin-bottom:2rem}}.modal-request-review .btn-close-modal{width:1.2rem;height:1.2rem;top:2.5rem;right:3rem}.modal-request-review .btn-close-modal__icon{width:100%;height:100%}.modal-request-review .modal-body{display:grid;grid-template-columns:1fr 47.8rem;grid-gap:5rem}@media only screen and (max-width: 75em){.modal-request-review .modal-body{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 56.25em){.modal-request-review .modal-body{grid-gap:3rem}}@media only screen and (max-width: 47.93em){.modal-request-review .modal-body{grid-template-columns:1fr}}.modal-request-review__preview-title{font-size:1.3rem;color:#404040;font-weight:500;margin-bottom:1.2rem}.modal-request-review__preview{background:#f6f6f6;border:1px solid #E1E1E1;border-radius:5px;padding:1.5rem 2.4rem;height:39rem}@media only screen and (max-width: 47.93em){.modal-request-review__preview{height:auto}}.modal-request-review__preview__divide{width:100%;height:1px;background:#d0d0d0;margin:.8rem 0 2.4rem}.modal-request-review__preview__title{font-size:1.45rem;color:#404040;font-weight:500}.modal-request-review__preview__text{height:100%;overflow:auto}@media only screen and (max-width: 47.93em){.modal-request-review__preview__text{min-height:auto;max-height:inherit}}.modal-request-review__preview__text p{color:#404040;font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.modal-request-review__preview__sign p{margin-bottom:0;font-size:1.3rem;font-weight:500;color:#404040;line-height:1.3}.modal-request-review .modal-footer{border:0;background:transparent;padding:0;min-height:auto;height:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:1.3rem}.modal-request-review .modal-footer .btn-modal-secondary{margin-right:1.5rem}.modal-alert-gtk{width:45rem;height:auto}.modal-alert-gtk.modal-alert-gtk--wide{width:100%;max-width:68rem}.modal-alert-gtk.modal-alert-gtk--wide .modal-body{max-height:75vh;overflow-y:auto;overflow-x:hidden}.modal-alert-gtk .modal-content{border-radius:1rem}.modal-alert-gtk .modal-body{text-align:center}.modal-alert-gtk__cover{width:22.9rem;height:11rem;margin:5.7rem auto 0}.modal-alert-gtk__title{font-size:1.9rem;color:#404040;font-weight:600;margin-top:2rem}.modal-alert-gtk__description{font-size:1.4rem;color:#303030}.modal-alert-gtk__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-alert-gtk__primary-button{font-size:1.6rem;color:#fff;font-weight:500;background:#4bb8ff;width:13rem;height:3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-alert-gtk .form-group{padding:3rem 0 0;margin-bottom:0!important}.modal-alert-gtk .form__checkbox-label{padding-left:2rem;font-size:1.15rem;color:#606060;font-weight:500;font-style:normal;margin-bottom:0!important;line-height:2}.modal-alert-gtk .form__checkbox-button{border-radius:0;border-color:#909090}.modal-alert-gtk .form__checkbox-button:after{border-radius:0;border-color:#909090}.invite-team-member-modal__description{font-size:1.25rem;color:#404040}.invite-team-member-modal__description strong{color:#000}.invite-team-member-modal .modal-footer{padding:1rem 2rem}.google-map-modal .modal-header{border-bottom:0;padding:0}.google-map-modal .service-selection__radius{padding:0 3rem}.google-map-modal .service-selection__radius__left{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.google-map-modal .service-selection__radius__right{width:auto;margin-left:3rem}.google-map-modal .service-selection__radius__select-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.google-map-modal .service-selection__radius__select-wrap label{width:4rem;height:3.2rem;color:#fff;background:#8f98b8;font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.mark-lost-award-solved__content__small-title{font-size:1.25rem;color:#404040;font-weight:500}.mark-lost-award-solved__content__box{background:#fafafa;border:1px solid #F1F1F1;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2rem 1.5rem;cursor:pointer}.mark-lost-award-solved__content__box:hover{outline:3px solid #d7d7d7}.mark-lost-award-solved__content__box--text__title{font-size:1.35rem;font-weight:600;color:#404040;text-transform:uppercase;line-height:1}.mark-lost-award-solved__content__box--text p{font-size:1.2rem;color:#606060;font-weight:500;margin-bottom:0;line-height:1}.modal-award-accept__meta{display:grid;grid-template-columns:repeat(3,auto);grid-gap:15px}@media only screen and (max-width: 37.5em){.modal-award-accept__meta{grid-template-columns:repeat(2,auto)}}.modal-award-accept__meta__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-award-accept__meta__item__title{font-size:1.3rem;color:#404040;line-height:1;font-weight:600;margin-bottom:.5rem}.modal-award-accept__meta__item__subtitle{font-size:1.4rem;color:#404040;line-height:1;font-weight:400}.modal-award-accept hr{border-color:#eaeaea;margin:30px 0}.modal-award-accept__sla-meta__main-title{color:#505050;font-size:1.4rem;font-weight:600;text-transform:uppercase}.modal-award-accept__sla-meta__content{margin-top:.8rem}.modal-award-accept__sla-meta__content__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.modal-award-accept__sla-meta__content__item__title{font-size:1.35rem;font-weight:500;color:#404040;margin-right:5px}.modal-award-accept__sla-meta__content__item__description{font-size:1.35rem;color:#404040;margin-bottom:0;line-height:1.3}.modal-award-accept__sla-meta__content__item__description.different{margin-left:auto;color:#e45b72;font-weight:500}.property-delete-modal .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.property-delete-modal__icon{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.property-delete-modal__icon img{margin-bottom:2rem}.property-delete-modal__icon.w-text h4{font-size:2.1rem;font-weight:500;color:#303030;text-align:center}.property-delete-modal .button-group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-bt-invitation__title{font-size:1.4rem;color:#404040;font-weight:600}.modal-bt-invitation__text{font-size:1.25rem;color:#404040}.modal-bt-invitation .form__input{width:100%}.modal-bt-invitation .form__input::-webkit-input-placeholder{font-style:normal;font-size:1.2rem}.modal-bt-invitation .form__input::-moz-placeholder{font-style:normal;font-size:1.2rem}.modal-bt-invitation .form__input:-ms-input-placeholder{font-style:normal;font-size:1.2rem}.modal-bt-invitation .form__input::-ms-input-placeholder{font-style:normal;font-size:1.2rem}.modal-bt-invitation .form__input::placeholder{font-style:normal;font-size:1.2rem}.modal-bt-invitation .more-input-wrapper{display:grid;grid-template-columns:1fr 30px;margin-top:15px;grid-gap:5px}.modal-bt-invitation .more-input-wrapper__close{border:0;outline:1px solid #E45B72;background:#e45b72;color:#fff}.modal-bt-invitation .btn-primary{background:transparent!important;color:#406db8;outline:none;border:0;padding:0;margin-top:12px}.modal-bt-invitation .btn-primary:focus,.modal-bt-invitation .btn-primary:link,.modal-bt-invitation .btn-primary:active,.modal-bt-invitation .btn-primary:visited,.modal-bt-invitation .btn-primary:hover{border:0!important;outline:none;color:#406db8!important}.modal-provision .modal-body{max-height:calc(100vh - 250px);overflow-y:auto}.modal-provision .table-file-wrapper{overflow:inherit}.modal-provision__content--divider{width:calc(100% - 8rem);height:1px;background:#eaecf0;padding:0 4rem}.modal-provision__content--header{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:50px}@media only screen and (max-width: 47.93em){.modal-provision__content--header{grid-gap:20px;grid-template-columns:1fr}}.modal-provision__content--header__left--status-list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 37.5em){.modal-provision__content--header__left--status-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}}.modal-provision__content--header__left--status-list__item{margin-right:30px}.modal-provision__content--header__left--status-list__item:last-child{margin-right:0}.modal-provision__content--header__left--status-list__item__title{font-size:1.3rem;font-weight:500;color:#606060}.modal-provision__content--header__left--status-list__item__state,.modal-provision__content--header__left--status-list__item__date,.modal-provision__content--header__left--status-list__item__number{font-size:1.4rem}.modal-provision__content--header__left--status-list__item__state{color:#606060;font-weight:600}.modal-provision__content--header__left--status-list__item__state.grey{color:#606060}.modal-provision__content--header__left--status-list__item__state.red{color:#e45b72}.modal-provision__content--header__left--status-list__item__state.yellow{color:#fad859}.modal-provision__content--header__left--status-list__item__state.green{color:#2abb9b}.modal-provision__content--header__left--status-list__item__date,.modal-provision__content--header__left--status-list__item__number{color:#404040;font-weight:500}.modal-provision__content--header__right .checkbox-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-provision__content--order__title{font-size:1.3rem}.modal-provision__content--order__title .link__icon{width:14px;height:14px;fill:#3a87cb}.modal-provision__content--order .contact-selectbox-selection .side-box__contact-item__icon{display:none}.modal-provision__content--order .contact-selectbox-selection span{min-width:calc(100% - 70px);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-provision__content--order .contact-selectbox-selection .vdp-datepicker__edit-button{margin-left:auto}.modal-provision__content--section{margin-top:30px}.modal-provision__content--section__title{display:-webkit-box;display:-ms-flexbox;display:flex;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#3a87cb;font-weight:600;font-size:1.4rem;margin-bottom:10px}.modal-provision__content--section__title h4 span:first-child{font-size:1.4rem;font-weight:600}.modal-provision__content--section__title.border{cursor:pointer;padding:13px 14px;border-radius:5px;border:1px solid #EFEFEF}.modal-provision__content--section__title.cursor-none{cursor:not-allowed}.modal-provision__content--section__title .invalid-warning-text{position:static;margin-top:-5px;margin-left:2px}.modal-provision__content--section__title button{margin-left:auto!important}.modal-provision__content--section__comment{font-size:1.35rem;color:#404040}.modal-provision__content--section--provision-detail{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:30px}@media only screen and (max-width: 37.5em){.modal-provision__content--section--provision-detail{grid-template-columns:1fr;grid-gap:20px}}.modal-provision__content--section--provision-detail__summary{border:1px solid #E9E9E9;border-radius:5px;padding:20px 20px 0}.modal-provision__content--section--provision-detail__summary .table{min-width:100%;margin:0}@media only screen and (max-width: 37.5em){.modal-provision__content--section--provision-detail__summary .table tr{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (max-width: 29.93em){.modal-provision__content--section--provision-detail__summary .table tr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modal-provision__content--section--provision-detail__summary .table tr th{font-size:1.35rem;font-weight:500;color:#404040;padding:0 3px 12px}.modal-provision__content--section--provision-detail__summary .table tr td{font-size:1.35rem;font-weight:500;padding:0 3px 12px}@media only screen and (max-width: 37.5em){.modal-provision__content--section--provision-detail__summary .table tr td{width:10rem;margin-left:15px}}@media only screen and (max-width: 29.93em){.modal-provision__content--section--provision-detail__summary .table tr td{width:100%;margin-left:0}}.modal-provision__content--section--provision-detail__summary .table tr:last-child{border-top:1px solid #E9E9E9;margin-top:12px}@media only screen and (max-width: 47.93em){.modal-provision__content--section--provision-detail__summary .table tr:last-child{padding-top:12px}}@media only screen and (max-width: 29.93em){.modal-provision__content--section--provision-detail__summary .table tr:last-child{padding-top:12px}}.modal-provision__content--section--provision-detail__summary .table tr:last-child th,.modal-provision__content--section--provision-detail__summary .table tr:last-child td{padding:12px 0}@media only screen and (max-width: 47.93em){.modal-provision__content--section--provision-detail__summary .table tr:last-child th,.modal-provision__content--section--provision-detail__summary .table tr:last-child td{padding:0 0 12px}}@media only screen and (max-width: 29.93em){.modal-provision__content--section--provision-detail__summary .table tr:last-child th,.modal-provision__content--section--provision-detail__summary .table tr:last-child td{padding:0 0 12px}}.modal-video{height:36rem;background:transparent;border:0;margin-top:-14rem}.modal-video .video-box{height:36rem;background:#fff}.lightbox-modal .modal-xl{max-width:1200px}@media only screen and (max-width: 75em){.lightbox-modal .modal-xl{max-width:100%}}.lightbox-modal .modal-content{min-height:auto}.lightbox-modal .modal-content:has(iframe){aspect-ratio:16/9}.lightbox-modal__image-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lightbox-modal__image-box img{width:1200px;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 75em){.lightbox-modal__image-box img{width:100%}}.lightbox-modal iframe{width:100%;height:100%;aspect-ratio:16/9}.register-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.register-message__image{width:9rem;height:auto}.register-message__title{font-size:2.1rem;font-weight:600;color:#404040;margin:3rem 0 1.2rem}.register-message__information--list{list-style:none;padding:0;margin-bottom:2rem}.register-message__information--list__item{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1.5rem}.register-message__information--list__item__left{grid-column:span 3}.register-message__information--list__item__title{font-size:1.6rem;color:#3a87cb}.register-message__information--list__item p{font-size:1.4rem;color:#202020}.register-message__information--list__item__image{width:256px;height:256px;margin:10px 0 40px}.modal-register-successful{border-radius:0!important}.modal-register-successful .modal-body{width:90rem;height:auto;margin:0 auto}@media only screen and (max-width: 56.25em){.modal-register-successful .modal-body{width:100%}}.modal-register-successful .register-successful__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-register-successful .register-successful__content__icon-check{width:5rem;height:5rem;margin-bottom:2rem}.modal-register-successful .register-successful__content__title{font-weight:400;font-size:4rem;color:#3a87cb;margin-bottom:2.5rem;text-align:center}@media only screen and (max-width: 29.93em){.modal-register-successful .register-successful__content__title{font-size:3.2rem}}.modal-register-successful .register-successful__content__description{font-size:1.5rem;color:#404040;text-align:center;width:62.5rem}@media only screen and (max-width: 47.93em){.modal-register-successful .register-successful__content__description{width:100%}}.modal-register-successful .register-successful__content__register-icon{width:12.6rem;height:auto;margin-top:3rem;margin-bottom:6rem}.modal-register-successful button{margin-left:0!important}.modal-pricing{overflow-x:hidden}.modal-pricing .modal-body .modal-alert-like__icon{display:none!important}.modal-menu-settings .menu-settings__menu{list-style:none;margin:0;padding:0}.modal-menu-settings .menu-settings__menu__item{margin-bottom:1.4rem}.modal-menu-settings .menu-settings__menu__item:last-child{margin-bottom:0}.modal-menu-settings .menu-settings__menu__item__toolbar{display:grid;grid-template-columns:16px 1fr;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-menu-settings .menu-settings__menu__item__toolbar .drag-icon{width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:move}.modal-menu-settings .menu-settings__menu__item__toolbar .drag-icon .icon{width:100%;height:100%;fill:#d7d7d7}.modal-menu-settings .menu-settings__menu__item__toolbar__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.modal-menu-settings .menu-settings__menu__item__toolbar__title span{font-size:1.4rem;color:#404040;font-weight:500}.modal-menu-settings .menu-settings__menu__item__toolbar__title .icon{width:14px;height:14px;fill:#333}.modal-menu-settings .menu-settings__menu__item--submenu{list-style:none;margin:0;padding:1.4rem 0 1.4rem 2rem}.modal-menu-settings .menu-settings__menu__item--submenu__item{margin-bottom:1.4rem}.modal-menu-settings .menu-settings__menu__item--submenu__item:last-child{margin-bottom:0}.modal-menu-settings .menu-settings__menu__item--submenu__item__toolbar{display:grid;grid-template-columns:16px 1fr;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-menu-settings .menu-settings__menu__item--submenu__item__toolbar .drag-icon{width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:move}.modal-menu-settings .menu-settings__menu__item--submenu__item__toolbar .drag-icon .icon{width:100%;height:100%;fill:#d7d7d7}.modal-menu-settings .menu-settings__menu__item--submenu__item__toolbar__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.modal-menu-settings .menu-settings__menu__item--submenu__item__toolbar__title span{font-size:1.3rem;color:#404040;font-weight:500}.modal-menu-settings .menu-settings__menu__item--submenu__item__toolbar__title .icon{width:14px;height:14px;fill:#333}.modal-menu-settings .menu-settings__menu__item--submenu__item--child{list-style:none;margin:0;padding:1.4rem 0 1.4rem 2rem}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item{margin-bottom:1.4rem}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item:last-child{margin-bottom:0}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item__toolbar{display:grid;grid-template-columns:16px 1fr;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item__toolbar .drag-icon{width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:move}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item__toolbar .drag-icon .icon{width:100%;height:100%;fill:#d7d7d7}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item__toolbar__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item__toolbar__title span{font-size:1.3rem;color:#404040;font-weight:500}.modal-menu-settings .menu-settings__menu__item--submenu__item--child__item__toolbar__title .icon{width:14px;height:14px;fill:#333}.modal-menu-settings .btn.btn-refresh{background:transparent;color:#3a87cb;border:0;font-size:1.2rem;margin:2rem auto 0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;display:block}.modal-menu-settings .btn.btn-refresh:hover,.modal-menu-settings .btn.btn-refresh:focus,.modal-menu-settings .btn.btn-refresh:link,.modal-menu-settings .btn.btn-refresh:visited,.modal-menu-settings .btn.btn-refresh:active{background:transparent;color:#3a87cb;border:0}.modal-menu-settings .btn.btn-refresh .icon{width:1.3rem;height:1.3rem;fill:#3a87cb;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.modal-menu-settings .btn.btn-refresh span{margin-left:5px}.modal-menu-settings .modal-footer__left{display:none}.modal-menu-settings .modal-footer__right{margin:0 auto}.review-mail-preview__content .modal-body .modal-alert-like__icon{display:none}.review-mail-preview__content .modal-body .modal-alert-gtk__button-group{padding:16px 0}.modal-review-rate .customer-survey{width:100%}.modal-review-rate .customer-survey__content .custom-b-rating{background:transparent;border:0;width:100px;margin:16px 0;padding:0}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star{margin-right:5px}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star:hover .b-rating-icon{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important;-webkit-transform:none!important;transform:none!important}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star:last-child{margin-right:0}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star svg{fill:#b8b8b8;width:30px;height:30px}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star.b-rating-star-empty svg{fill:#b8b8b8;width:30px;height:30px}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star .b-rating-icon{-webkit-transition:none!important;transition:none!important;-webkit-animation:none!important;animation:none!important;-webkit-transform:none!important;transform:none!important}.modal-review-rate .customer-survey__content .custom-b-rating .b-rating-star.b-rating-star-full svg{fill:#f6ca0f!important;width:30px;height:30px}.modal-review-rate .customer-survey__business-team{display:grid;grid-template-columns:94px 1fr;grid-gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}@media only screen and (max-width: 37.5em){.modal-review-rate .customer-survey__business-team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.modal-review-rate .customer-survey__business-team__image-box{width:94px;height:75px}.modal-review-rate .customer-survey__business-team__image-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-review-rate .customer-survey__business-team__name{font-size:2.1rem;font-weight:500;color:#404040;line-height:1.3}@media only screen and (max-width: 23.75em){.modal-review-rate .customer-survey__business-team__name{word-break:break-word}}.modal-review-rate .customer-survey__rating{margin-bottom:32px}.modal-review-rate .customer-survey__rating__question{font-size:2rem;font-weight:600;color:#303030;line-height:1.3}.modal-review-rate .customer-survey__rating__question .partner-name{color:#406db8}.modal-review-rate .customer-survey__rating__question .required-symbol{color:#e45b72}.modal-review-rate .customer-survey__rating__description{font-size:1.3rem;color:#303030;font-style:italic;line-height:1.3}.modal-review-rate .customer-survey__comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-review-rate .customer-survey__comment__label{margin-bottom:8px;font-size:1.6rem;color:#303030;font-weight:600;line-height:1.3}.modal-review-rate .customer-survey__comment__textarea{margin-bottom:24px;border:1px solid #C9C9C9;border-radius:5px;resize:none;min-height:150px;max-height:auto;padding:10px;font-family:Roboto,sans-serif;color:#404040;width:100%}.community-modal{max-width:100%!important;margin:0!important}.community-modal:before{display:none}@media only screen and (min-width: 64em){.community-modal{max-width:800px!important;margin:0 auto!important}}.modal .community-modal,.modal .community-modal.modal-open{overflow:hidden!important}.community-modal .modal-content{min-height:100vh;padding:24px 32px;border:0}@media only screen and (min-width: 64em){.community-modal .modal-content{min-height:35rem;margin:0 auto;border-radius:12px}}.community-modal .modal-header,.community-modal .modal-footer{display:none}.community-modal .modal-body{background-color:transparent;padding:0}.community-modal__body--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.community-modal__body--header .button{padding:4px}.community-modal__body--header .button.modal-expand{display:none}@media only screen and (min-width: 64em){.community-modal__body--header .button.modal-expand{display:-webkit-box;display:-ms-flexbox;display:flex}}.community-modal__body--header .button.modal-expand .icon{width:22px;height:22px;fill:#98a2b3}.community-modal__body--header .button.modal-expand:hover .icon{fill:#3a87cb}.community-modal__body--header .button.modal-close .icon{width:16px;height:16px;fill:#98a2b3}.community-modal__body--header .button.modal-close:hover .icon{fill:#3a87cb}.community-modal__body--header .dropdown.only-text,.community-modal__body--header .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-modal__body--header .dropdown.only-text .icon.list-icon,.community-modal__body--header .dropdown-toggle .icon.list-icon{width:16px;height:16px;margin-right:8px;fill:#101828;margin-left:0}@media only screen and (min-width: 40em){.community-modal__body--header .dropdown.only-text .icon.list-icon,.community-modal__body--header .dropdown-toggle .icon.list-icon{width:20px;height:20px}}.community-modal__body--header .dropdown.only-text .icon,.community-modal__body--header .dropdown-toggle .icon{width:14px;height:14px;fill:#101828;margin-left:8px}.community-modal__body--header .dropdown.only-text .dropdown-menu,.community-modal__body--header .dropdown-toggle .dropdown-menu{max-height:300px;overflow:auto}.community-modal__body--header .dropdown.only-text .dropdown-menu:before,.community-modal__body--header .dropdown-toggle .dropdown-menu:before{display:none}.community-modal__body--header .dropdown.only-text .dropdown-menu li:has(.disabled),.community-modal__body--header .dropdown-toggle .dropdown-menu li:has(.disabled){cursor:not-allowed}.community-modal__body--header .dropdown.only-text .dropdown-menu .dropdown-item,.community-modal__body--header .dropdown-toggle .dropdown-menu .dropdown-item{color:#475467}.community-modal__body--header .dropdown.only-text .dropdown-menu .dropdown-item.disabled,.community-modal__body--header .dropdown-toggle .dropdown-menu .dropdown-item.disabled{color:#98a2b3}.community-modal__body--header .dropdown.only-text .btn.dropdown-toggle.btn-secondary,.community-modal__body--header .dropdown-toggle .btn.dropdown-toggle.btn-secondary{padding-left:0!important}.community-modal__body--header__category{font-size:1.4rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 40em){.community-modal__body--header__category{font-size:1.6rem}}.community-modal__body--header__category span{color:#101828}.community-modal__body--header__category span .icon{margin-right:8px;fill:#101828}.community-modal__body--header__category span:last-child{color:#3a87cb}.side-modal-wrapper{position:fixed;left:0;top:0;width:100%;height:100%;z-index:999;overflow:hidden;visibility:hidden;-webkit-transition:visibility .3s ease;transition:visibility .3s ease}.side-modal-wrapper.active{visibility:visible;-webkit-transition:visibility .3s ease;transition:visibility .3s ease}.side-modal-wrapper--backdrop{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff0}.side-modal{width:466px;height:100vh;background:#fff;position:absolute;right:-466px;top:0;-webkit-transition:right .3s ease;transition:right .3s ease;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-box-shadow:-1px 0px 16px 0px rgba(0,0,0,.0012);box-shadow:-1px 0 16px #0000;padding:24px 28px;overflow-y:scroll;overflow-x:hidden}.side-modal:has(.page-layout--work-dashboard){width:768px;right:-768px;background:#f9fafc}@media only screen and (max-width: 47.93em){.side-modal:has(.page-layout--work-dashboard){width:100%;right:-100%}}@media only screen and (max-width: 40em){.side-modal{width:100%;right:-100%}}.side-modal.active{right:0;-webkit-transition:right .3s ease;transition:right .3s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.side-modal--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media only screen and (max-width: 40em){.side-modal--header{padding-left:40px}}.side-modal--header__title{font-size:2rem;font-weight:600;color:#1d2939}.side-modal--header__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-modal--header__link .icon{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;fill:#3a87cb;margin-right:4px}.side-modal--header__link span{font-size:1.3rem;font-weight:600;color:#3a87cb}.side-modal--header .button.button-back{border:0;position:absolute;left:0}@media only screen and (min-width: 40em){.side-modal--header .button.button-back{display:none}}.side-modal--header .button.button-back .icon{width:20px;height:20px;fill:#344054}.side-modal__body .page-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-modal__body .page-layout--work-dashboard .button.button-back{display:none}.side-modal__body .page-layout--work-dashboard__aside{width:100%}.side-modal__body .page-layout--work-dashboard__aside .work-sidebox-mobile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0 16px;overflow-x:auto}.side-modal__body .page-layout--work-dashboard__aside .work-sidebox-mobile-wrapper>*{min-width:360px}.side-modal__body .page-layout--work-dashboard__content{width:100%;margin:0}.non-deletable-dialog{width:320px;height:auto}.non-deletable-dialog .modal-body .modal-alert-like__icon{display:none}.non-deletable-dialog__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.non-deletable-dialog__content .icon{margin-bottom:14px}.non-deletable-dialog__content .icon.info{width:64px;height:64px;fill:#4bb8ff}.non-deletable-dialog__content h3{font-size:1.6rem;color:#344054;margin-bottom:14px}.non-deletable-dialog__content p{font-size:1.4rem;color:#101828;text-align:center}.non-deletable-dialog .modal-content{border:0;border-radius:12px!important}.non-deletable-dialog .modal-content .btn.btn-close-modal{display:none}.non-deletable-dialog .modal-body .sweet-alert2__confirm-btn{margin-left:0!important;width:110px;height:36px;font-size:13px;padding:0;margin-top:24px}.export-modal .modal-content{border:0!important;background:#fff;border-radius:10px!important;padding:28px 32px}.export-modal .modal-content .modal-header,.export-modal .modal-content .modal-footer{background:transparent!important;border:0;padding:0;min-height:auto;height:auto}.export-modal .modal-content .modal-header__title-bar{padding:0;margin:0}.export-modal .modal-content .modal-header__title-bar .modal__title{margin:0 0 16px;padding:0;font-size:1.8rem;color:#101828;font-weight:600}.modal-smart-view .modal-content{min-height:auto}.modal-smart-view .modal-content .btn.btn-close-modal{top:18px}.modal-smart-view .modal-body{padding:0!important}.modal-smart-view .modal-body .modal-alert-like__icon,.modal-smart-view .modal-alert-gtk__button-group{display:none}.modal-smart-view .modal-alert-gtk__title{position:relative!important;top:0!important}.modal-smart-view__content{margin-top:12px!important}.modal-smart-view__content .form_input{border:1px solid #EAECF0;background:#f9fafb}.modal-smart-view__content .form__input:focus:invalid{border:1px solid #EAECF0}.modal-smart-view__content__footer{width:100%;margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-smart-views-list{position:relative}.modal-smart-views-list .smart-views-list{list-style:none;padding:0 0 24px}.modal-smart-views-list .smart-views-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #F2F4F7;cursor:pointer}.modal-smart-views-list .smart-views-list__item:hover .smart-views-list__item__actions{visibility:visible}.modal-smart-views-list .smart-views-list__item:first-child{cursor:inherit}.modal-smart-views-list .smart-views-list__item:last-child{margin-bottom:24px}.modal-smart-views-list .smart-views-list__item__title{color:#101828;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.modal-smart-views-list .smart-views-list__item__title:has(span.editable){width:calc(100% - 100px)}.modal-smart-views-list .smart-views-list__item__title span{width:100%}.modal-smart-views-list .smart-views-list__item__title span.editable{padding:8px 12px;border-radius:5px;border:1px solid #EAECF0;background:#f9fafb}.modal-smart-views-list .smart-views-list__item__title .icon{width:16px;height:16px;fill:#fdb022;margin-left:4px;-ms-flex-negative:0;flex-shrink:0}.modal-smart-views-list .smart-views-list__item__title .edit-actions{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;right:36px}.modal-smart-views-list .smart-views-list__item__title .edit-actions .btn.btn-default{width:21px;height:21px;padding:0}.modal-smart-views-list .smart-views-list__item__title .edit-actions .btn.btn-default.save .icon{width:100%;height:100%;fill:#2abb9b}.modal-smart-views-list .smart-views-list__item__title .edit-actions .btn.btn-default.cancel{margin-left:8px}.modal-smart-views-list .smart-views-list__item__title .edit-actions .btn.btn-default.cancel .icon{width:100%;height:100%;fill:#4e5ba6}.modal-smart-views-list .smart-views-list__item__actions{margin-left:auto;visibility:hidden}.modal-smart-views-list .smart-views-list__item__actions .btn.btn-default{padding:0;margin-left:12px}.modal-smart-views-list .smart-views-list__item__actions .btn.btn-default:first-child{margin-left:0}.modal-smart-views-list .smart-views-list__item__actions .btn.btn-default .icon{width:18px;height:18px;fill:#3e4784}.modal-smart-views-list .standart-view{color:#101828;font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:italic}.modal-smart-views-list .standart-view .icon{margin-right:4px;fill:#fdb022;width:14px;height:14px}.modal-smart-views-list .modal-alert-gtk__button-group{display:none}.modal-smart-views-list .btn.btn-primary.new-blue{position:absolute;bottom:0;right:0}.modal-user-field{padding:28px 32px}.modal-user-field .modal-header{background:transparent;min-height:auto;height:auto;border:0;margin-bottom:12px}.modal-user-field .modal-header__title-bar{margin:0}.modal-user-field .modal-header__title-bar .modal__title{margin-bottom:0;font-size:1.8rem;color:#101828;font-weight:600}.modal-user-field .modal-footer{border:0;padding:0}.modal-email-automation-dialog{max-width:590px}.modal-email-automation{padding:28px 32px}.modal-email-automation .modal-header{height:auto;min-height:auto}.modal-email-automation .modal-footer{height:auto;min-height:auto;margin-top:32px}.modal-email-automation .modal-footer__left{display:none}.modal-email-automation .modal-footer__right{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-email-automation .modal__title{margin-bottom:0}.modal-email-automation__banner{width:524px;height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:16px}@media only screen and (max-width: 37.5em){.modal-email-automation__banner{width:100%;height:auto}}.modal-email-automation .btn-copy-box{border:1px solid #EAECF0;border-radius:5px;background:#f9fafb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-email-automation .btn-copy{padding:8px 14px}.modal-email-automation .btn-copy .icon{width:16px;height:16px;fill:#1d2939}.modal-kai-in-work .modal-alert-like__icon{display:none}.modal-kai-in-work--title{font-size:1.8rem;color:#1d2939;font-weight:600}.modal-kai-in-work--content{min-height:auto!important}.modal-kai-in-work--content p{font-size:1.4rem;color:#1d2939;margin-top:1.6rem}.modal-kai-in-work--content .btn.btn-close-modal{margin-bottom:0;top:2rem}.modal-kai-in-work .modal-alert-gtk__button-group{margin-top:24px}.modal-kai-in-work .modal-alert-gtk__button-group button{margin-left:0!important}.modal-kai-in-work--content table{max-width:100%!important}.modal-kai-in-work--content img{max-width:100%!important;height:auto!important}.modal-kai-in-work--content .modal-body p{max-height:calc(100vh - 25rem);overflow-y:auto;scrollbar-color:#98A2B3}.modal-custom-fields-edit .modal-content{min-height:auto;padding:32px 28px;position:relative}.modal-custom-fields-edit .modal-body{position:inherit}.modal-custom-fields-edit .modal-body .px-input-duration input{width:100%}.modal-custom-fields-edit .modal-header{min-height:auto;height:auto;border:0;background:transparent}.modal-custom-fields-edit .modal-header__title-bar{margin:0}.modal-custom-fields-edit .modal-footer{min-height:auto;height:auto;border:0;background:transparent;margin-top:24px}.modal-ki-email .modal-body table{max-width:100%!important}.modal-ki-email .modal-body img{max-width:100%!important;height:auto!important}.px-gpt-modal{background:#fff;overflow:hidden!important;z-index:3000!important}.px-gpt-modal .modal-dialog{background:#fff}.px-gpt-modal:has(.modal-440){width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:680px;overflow:hidden;top:50px;left:120px;border-radius:12px;-webkit-box-shadow:0px 0px 26px -4px rgba(16,24,40,.16),0px 4px 8px -4px rgba(16,24,40,.07);box-shadow:0 0 26px -4px #10182829,0 4px 8px -4px #10182812;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.px-gpt-modal .modal-440{min-height:auto}.px-gpt-modal .modal-content{-webkit-box-shadow:none;box-shadow:none;background:transparent;padding:0}.modal-440 .modal-gpt-ai{padding:28px 32px;min-width:440px!important;min-height:680px!important}.modal-gpt-ai__header{width:100%;height:auto;padding-left:30px;border-bottom:1px solid #F2F4F7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.modal-gpt-ai__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.modal-440 .modal-gpt-ai__header{padding:0;border:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-gpt-ai__header .header-title__img{width:24px;height:auto;-o-object-fit:cover;object-fit:cover;margin-left:10px}.modal-440 .modal-gpt-ai__header .header-title__img{width:18px;margin-left:8px}.modal-gpt-ai__header .header-title p{font-size:1.7rem;color:#101828}.modal-gpt-ai__header .header-title p small{font-size:1.2rem;color:#344054}.modal-440 .modal-gpt-ai__header .header-title p small{font-size:1rem}.modal-440 .modal-gpt-ai__header__right{width:120px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-gpt-ai__header--close{border-left:1px solid #EAECF0;width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-gpt-ai__header--close .app-button{width:100%;height:100%;border-radius:0}.modal-440 .modal-gpt-ai__header--close{border-left:0;width:20px;height:20px;padding:0}.modal-gpt-ai__header--sidebar-toggle{display:none}@media only screen and (max-width: 47.93em){.modal-gpt-ai__header--sidebar-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}}.modal-440 .modal-gpt-ai__header--sidebar-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 47.93em){.modal-gpt-ai__header--sidebar-toggle__btn{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;background:transparent;font-size:1.3rem;color:#344054;border:0;margin-right:12px}}.modal-440 .modal-gpt-ai__header--sidebar-toggle__btn{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;background:transparent;font-size:1.3rem;color:#344054;border:0}.modal-gpt-ai__header--sidebar-toggle__divider{width:1px;height:20px;background:#f2f4f7;display:block}@media only screen and (max-width: 47.93em){.modal-gpt-ai__header--sidebar-toggle__divider{display:none}}.modal-gpt-ai__header .shrink-button{background:transparent;outline:none;padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;color:#344054;margin-right:16px}@media only screen and (max-width: 64em){.modal-gpt-ai__header .shrink-button{display:none}}.modal-440 .modal-gpt-ai__header .shrink-button{display:none}.modal-gpt-ai__header .expand-button{background:transparent;outline:none;padding:0;border:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px}.modal-440 .modal-gpt-ai__header .expand-button{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 64em){.modal-gpt-ai__header .divider{display:none!important}}.modal-440 .modal-gpt-ai__header .divider{display:none!important}.modal-gpt-ai__header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto}@media only screen and (max-width: 47.93em){.modal-gpt-ai__header__right{margin-left:inherit}}.modal-440 .modal-gpt-ai__header__right{margin-left:inherit}.modal-440 .modal-gpt-ai__header .app-button{width:20px;height:20px}.modal-gpt-ai__body--sidebar{width:300px;height:calc(100vh - 61px);bottom:0;padding:18px 24px;position:fixed;background:#fff;-webkit-box-shadow:4px 2px 10px 0px rgba(102,112,133,.05);box-shadow:4px 2px 10px #6670850d}@media only screen and (max-width: 47.93em){.modal-gpt-ai__body--sidebar{display:none}}.modal-440 .modal-gpt-ai__body--sidebar{display:none}@media only screen and (max-width: 47.93em){.modal-gpt-ai__body--sidebar.show{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;background:#fff;z-index:20;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:12px;padding:28px 32px}}.modal-440 .modal-gpt-ai__body--sidebar.show{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;background:#fff;z-index:20;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:12px;padding:28px 32px}@media only screen and (max-width: 47.93em){.modal-gpt-ai__body--sidebar__title{display:none}}.modal-440 .modal-gpt-ai__body--sidebar__title{display:none}.modal-gpt-ai__body--sidebar .new-chat-btn{background:transparent;border:0;outline:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.modal-gpt-ai__body--sidebar .new-chat-btn__icon{width:18px;height:18px;fill:#475467;margin-right:6px}.modal-gpt-ai__body--sidebar .new-chat-btn__text{font-size:1.5rem;color:#101828}.modal-gpt-ai__body--sidebar__search{position:relative}.modal-gpt-ai__body--sidebar__search .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:16px;z-index:10;display:block}.modal-gpt-ai__body--sidebar__search .form__input{background:#fff;padding-left:36px}.modal-gpt-ai__body--sidebar__back-btn{display:none}@media only screen and (max-width: 47.93em){.modal-gpt-ai__body--sidebar__back-btn{background:transparent;border:0;font-size:1.5rem;color:#101828;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.modal-440 .modal-gpt-ai__body--sidebar__back-btn{background:transparent;border:0;font-size:1.5rem;color:#101828;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-gpt-ai__body--sidebar .ask-list-container{width:100%;height:100%;overflow:auto}.modal-gpt-ai__body--sidebar .ask-list__item{position:relative}.modal-gpt-ai__body--sidebar .ask-list__item:hover{background:#f2f4f7}.modal-gpt-ai__body--sidebar .ask-list__item:hover .ask-list__item__dd{visibility:visible}.modal-gpt-ai__body--sidebar .ask-list__item__text{display:block;max-width:calc(100% - 38px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.modal-gpt-ai__body--sidebar .ask-list__item__dd{position:relative;margin-left:auto;visibility:hidden}@media only screen and (max-width: 80em){.modal-gpt-ai__body--sidebar .ask-list__item__dd{visibility:visible}}.modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-toggle{z-index:inherit!important;position:relative}.modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-menu,.modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-menu.show{z-index:100;margin:0 4rem;width:100%}.modal-440 .modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-menu,.modal-440 .modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-menu.show{margin:0 18rem}.modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-menu .dropdown-item,.modal-gpt-ai__body--sidebar .ask-list__item .px-dropdown .dropdown-menu.show .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-gpt-ai__body--content{width:calc(100% - 300px);margin-left:300px;padding:24px 0 0;height:calc(100vh - 100px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 47.93em){.modal-gpt-ai__body--content{width:100%;margin:0}}.modal-440 .modal-gpt-ai__body--content{width:100%;height:600px;margin-left:0;padding:24px 0 0}.modal-440 .modal-gpt-ai__body--content h3{display:none}.modal-gpt-ai__body--content__chats{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.modal-440 .modal-gpt-ai__body--content__chats{padding-right:16px}.modal-gpt-ai__body--content__chats:has(.empty-state){position:relative}.modal-gpt-ai__body--content__chats__container{padding:25px 0;width:100%;border-bottom:1px solid #F2F4F7;position:relative}.modal-gpt-ai__body--content__chats__container:not(:first-child) .time-wrapper{position:absolute;top:-13px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.modal-gpt-ai__body--content__chats__container .time-wrapper{width:100%}.modal-gpt-ai__body--content__chats__container .time{background:#f2f4f7;padding:4px 20px;border-radius:20px;font-size:1.2rem;color:#344054;height:26px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.modal-440 .modal-gpt-ai__body--content__chats__container .time{font-size:1.1rem}.modal-gpt-ai__body--content__chats__container.empty-state{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-gpt-ai__body--content__chats__container.empty-state p{text-align:center}.modal-gpt-ai__body--content__chats__card{max-width:940px;margin:15px auto 0;display:grid;grid-template-columns:32px 1fr;gap:20px}.modal-440 .modal-gpt-ai__body--content__chats__card{grid-template-columns:24px 1fr;gap:8px}@media only screen and (max-width: 80em){.modal-gpt-ai__body--content__chats__card{padding-left:16px;padding-right:16px}}.modal-gpt-ai__body--content__chats__card__body{padding-left:12px}.modal-gpt-ai__body--content__chats__card__body__text-content{font-size:1.5rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.modal-440 .modal-gpt-ai__body--content__chats__card__body__text-content{font-size:1.3rem}.modal-gpt-ai__body--content__chats__card__body .created-at{color:#667085;font-size:1.2rem}.modal-440 .modal-gpt-ai__body--content__chats__card__body .created-at{font-size:1.1rem}.modal-gpt-ai__body--content__chats__card__avatar{width:32px;height:32px;border-radius:50%;border:1px solid #EAECF0;display:-webkit-box;display:-ms-flexbox;display:flex}.modal-440 .modal-gpt-ai__body--content__chats__card__avatar{width:24px;height:24px}.modal-gpt-ai__body--content__chats__card__avatar.px-ai{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-gpt-ai__body--content__chats__card__avatar.px-ai img{width:17px;height:auto;border-radius:0}.modal-gpt-ai__body--content__chats__card__avatar img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:50%}.empty-state .modal-gpt-ai__body--content__chats__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.empty-state .modal-gpt-ai__body--content__chats__card .empty-state__image{width:64px;height:auto;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 80em){.modal-gpt-ai__body--content__editor{padding-left:16px;padding-right:16px}}.modal-gpt-ai__body--content__editor .chat-editor-box{max-width:940px;height:auto;margin:0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #EAECF0;border-radius:20px;padding:10px 16px 10px 24px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box{padding:6px 16px 6px 24px}.modal-gpt-ai__body--content__editor .chat-editor-box__editor{width:100%;border:0;outline:none;display:inline-block;color:#344054;font-size:1.5rem;-webkit-transform:translateY(-5px);transform:translateY(-5px);background:#fff}@media only screen and (max-width: 29.93em){.modal-gpt-ai__body--content__editor .chat-editor-box__editor{font-size:1.3rem}}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box__editor{font-size:1.4rem}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-webkit-resizer{display:none}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-webkit-input-placeholder{font-size:1.5rem;color:#98a2b3;font-weight:300}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-moz-placeholder{font-size:1.5rem;color:#98a2b3;font-weight:300}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:-ms-input-placeholder{font-size:1.5rem;color:#98a2b3;font-weight:300}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-ms-input-placeholder{font-size:1.5rem;color:#98a2b3;font-weight:300}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::placeholder{font-size:1.5rem;color:#98a2b3;font-weight:300}@media only screen and (max-width: 29.93em){.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-webkit-input-placeholder{font-size:1.3rem}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-moz-placeholder{font-size:1.3rem}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:-ms-input-placeholder{font-size:1.3rem}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::-ms-input-placeholder{font-size:1.3rem}.modal-gpt-ai__body--content__editor .chat-editor-box__editor::placeholder{font-size:1.3rem}}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box__editor::-webkit-input-placeholder{font-size:1.4rem}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box__editor::-moz-placeholder{font-size:1.4rem}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box__editor:-ms-input-placeholder{font-size:1.4rem}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box__editor::-ms-input-placeholder{font-size:1.4rem}.modal-440 .modal-gpt-ai__body--content__editor .chat-editor-box__editor::placeholder{font-size:1.4rem}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:focus::-webkit-input-placeholder{opacity:0}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:focus::-moz-placeholder{opacity:0}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:focus:-ms-input-placeholder{opacity:0}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:focus::-ms-input-placeholder{opacity:0}.modal-gpt-ai__body--content__editor .chat-editor-box__editor:focus::placeholder{opacity:0}.modal-gpt-ai__body--content__editor .chat-editor-box__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-gpt-ai__body--content__editor__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:940px;margin:16px auto 0}@media only screen and (max-width: 75em){.modal-gpt-ai__body--content__editor__info{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-gpt-ai__body--content__editor__info p{text-align:center}}.modal-440 .modal-gpt-ai__body--content__editor__info{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-gpt-ai__body--content__editor__info p{font-size:1.2rem;color:#98a2b3;margin-bottom:0}.modal-440 .modal-gpt-ai__body--content__editor__info p{text-align:center;font-size:1.1rem}.modal-440 .modal-gpt-ai__body--content__editor__info p:nth-child(1){font-size:1rem}.modal-gpt-ai__body--content__editor__info p strong{color:#344054}@media only screen and (max-width: 37.5em){.edit-base-data .modal-header .btn.btn-add-new{display:none}}.edit-base-data .modal-body .btn.btn-add-new{display:none}@media only screen and (max-width: 37.5em){.edit-base-data .modal-body .btn.btn-add-new{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:0;margin-bottom:12px}}.edit-base-data .modal-content.scrollable{max-height:55vh}.px-news-modal--dialog{margin:0 auto;position:relative;max-width:940px}@media only screen and (max-width: 64em){.px-news-modal--dialog{max-width:95%}}.px-news-modal--main-content{display:grid;grid-template-columns:250px 1fr;min-height:inherit!important;height:auto;border-radius:0;padding:0!important}@media only screen and (max-width: 47.93em){.px-news-modal--main-content{grid-template-columns:1fr}}.px-news-modal--main-content .modal-close-btn{position:absolute;right:-30px}@media only screen and (max-width: 64em){.px-news-modal--main-content .modal-close-btn{right:30px;top:-50px}}.px-news-modal--sidebar{height:600px;border-top-left-radius:12px;border-bottom-left-radius:12px;position:relative}@media only screen and (max-width: 47.93em){.px-news-modal--sidebar{display:none}}.px-news-modal--sidebar__title{font-size:2.4rem;font-weight:600;margin:50px 0 20px 28px;color:#101828}.px-news-modal--sidebar__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:10px}@media only screen and (max-width: 47.93em){.px-news-modal--sidebar__nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0 32px}}.px-news-modal--sidebar__nav__btn{background:transparent;border:0;outline:none;width:100%;padding:8px 10px 8px 28px;text-align:left;font-size:1.4rem;font-weight:500;line-height:20px;letter-spacing:.28px;color:#101828;position:relative}.px-news-modal--sidebar__nav__btn:hover{background:#f2f4f7}.px-news-modal--sidebar__nav__btn:hover:before{width:3px;height:100%;display:block;position:absolute;left:0;background:#4bb8ff;content:"";top:0}.px-news-modal--sidebar__nav__btn.active{background:#f2f4f7}.px-news-modal--sidebar__nav__btn.active:before{width:3px;height:100%;display:block;position:absolute;left:0;background:#4bb8ff;content:"";top:0}.px-news-modal--sidebar .app-button{position:absolute;bottom:31px;left:28px}@media only screen and (max-width: 47.93em){.px-news-modal--sidebar .app-button{display:none}}.px-news-modal--inner-content{height:600px;background:#f9fafb;border-top-right-radius:12px;border-bottom-right-radius:12px;padding:32px}@media only screen and (max-width: 47.93em){.px-news-modal--inner-content{border-radius:12px;height:auto}}.px-news-modal--inner-content__image-container{width:100%;height:360px;border-top-right-radius:11px;overflow:hidden}.px-news-modal--inner-content__image-container.s-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.px-news-modal--inner-content__image-container.s-img img{width:100%;height:300px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width: 47.93em){.px-news-modal--inner-content__image-container{border-top-right-radius:11px;border-top-left-radius:11px}}.px-news-modal--inner-content__image-container img{width:100%;height:360px;-o-object-fit:cover;object-fit:cover}.px-news-modal--inner-content__text-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.px-news-modal--inner-content__text{margin-bottom:15px!important;height:calc(100% - 50px);overflow-y:auto}@media only screen and (max-width: 47.93em){.px-news-modal--inner-content__text{overflow-y:inherit;height:auto}}.px-news-modal--inner-content__text .text-box{padding-bottom:32px}@media only screen and (max-width: 47.93em){.px-news-modal--inner-content__text .text-box{padding-bottom:0}}.px-news-modal--inner-content__text h3{font-size:1.6rem;font-weight:700;letter-spacing:.32px;color:#101828;margin-bottom:12px}.px-news-modal--inner-content__text p{font-size:1.3rem;font-weight:400;line-height:24px;letter-spacing:.26px;color:#101828;margin:0}@media only screen and (max-width: 64em){.px-news-modal--inner-content__text p{max-height:inherit}}.px-news-modal--inner-content__text .table-in-news-modal{width:100%;border-collapse:collapse;border-spacing:0;border:1px solid #EAECF0;border-radius:12px;overflow:hidden}.px-news-modal--inner-content__text .table-in-news-modal tr th{font-size:1.4rem;font-weight:500;color:#1d2939}.px-news-modal--inner-content__text .table-in-news-modal tr td{font-size:1.25rem;color:#101828}.px-news-modal--inner-content__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media only screen and (max-width: 47.93em){.px-news-modal--inner-content__button-group{margin-top:32px}}.px-news-modal--inner-content__button-group__right{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 47.93em){.px-news-modal--inner-content__button-group__right{display:-webkit-box;display:-ms-flexbox;display:flex}}.px-news-modal--inner-content__button-group__right .prev-btn{margin-right:12px}.edit-bd-modal .modal-content{min-height:auto}.selection-product-modal .modal-body{overflow:hidden}@media only screen and (max-width: 64em){.active-services-modal .table-list-header__item.search-item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.modal-compact-dialog{width:480px}@media only screen and (max-width: 29.93em){.modal-compact-dialog{width:100%}}.modal-compact-dialog .modal-content,.modal-compact-content{min-height:auto!important}.modal-compact-content .modal-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0}.modal-compact-content .modal-body .modal-alert-gtk__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:1.6rem}.modal-compact-content .modal-body .modal-alert-gtk__button-group .btn{min-width:120px}.report-preview-layout{display:grid;grid-template-columns:1fr 600px;gap:12px;padding:0 32px}.report-preview-layout__form,.report-preview-layout__preview{border:1px solid #EAECF0;border-radius:12px;padding:12px 16px 16px;max-height:calc(100vh - 140px);min-height:calc(100vh - 140px);height:calc(100vh - 140px);overflow-y:auto}.report-preview-layout__preview{background:#f2f4f7;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.report-preview-layout__preview-header{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.report-preview-layout__preview-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.report-preview-layout__form .tabs-in-modal--960{width:100%}.report-preview-layout__form .table-container.table-container__in-modal{overflow:scroll!important}.report-preview-layout__form .table-in-modal.table-in-modal__detections{table-layout:inherit}.report-preview-layout__spinner{width:18px;height:18px;border:2px solid #EAECF0;border-top-color:#4bb8ff;border-radius:50%;-webkit-animation:preview-spin .8s linear infinite;animation:preview-spin .8s linear infinite}@-webkit-keyframes preview-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes preview-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.report-preview-layout__error{color:#f04438;font-size:12px}.multiselect{font-size:1.3rem;color:#101828;cursor:pointer;min-height:auto}.multiselect__tags-wrap{padding-right:1rem;max-width:calc(100% - 1rem)}.multiselect__tags{font-size:1.3rem;color:#101828;padding:5px 40px 1px 8px;background-color:#f9fafb;outline:1px solid #EAECF0;border:none;width:100%;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:4rem;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.multiselect__tags:has(.multiselect__single){padding:0 40px 1px 8px}.multiselect__option{white-space:initial;padding:.6rem 2rem;min-height:3rem}.multiselect__tag{margin-bottom:0;background:#2abb9b}.multiselect__tag-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.multiselect__placeholder{margin-bottom:0!important;vertical-align:middle;color:transparent;font-style:italic;display:none!important}.multiselect__single,.multiselect__input{vertical-align:middle;background:transparent;padding:0;line-height:1.3;margin-bottom:0;font-size:1.4rem;color:#404040}@media only screen and (max-width: 64em){@supports (-webkit-touch-callout: none){.multiselect__single,.multiselect__input{font-size:16px}}}.multiselect__content-wrapper{outline:1px solid #D8D8D8;border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:2rem}.multiselect__content{border-bottom-left-radius:0;border-bottom-right-radius:0}.first-child-style .multiselect__content li:first-child{font-style:italic}.multiselect__spinner{background:#f4f4f4;height:calc(4rem - 1px)}.multiselect__option--highlight,.multiselect__option--highlight:after{background:#2abb9b}.multiselect__option--highlight:after{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none}.multiselect__option--highlight:after{content:""!important}.multiselect__option--selected.multiselect__option--highlight,.multiselect__option--selected.multiselect__option--highlight:after{background-color:#e45b72}.multiselect__option--selected>span{width:calc(100% - 4rem);display:block}.multiselect__option--selected:after{content:" "!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23969696' viewBox='0 0 32 32'%3E%3Ctitle%3Eremove-filter%3C/title%3E%3Cpath d='M27.994 0h-23.988c-2.213 0-4.006 1.794-4.006 4.006v0 23.988c0.041 2.186 1.816 3.944 4.005 3.957h23.989c2.169-0.041 3.916-1.788 3.957-3.953v-24.016c-0.014-2.185-1.774-3.954-3.954-3.982h-0.003zM25.536 22.12l-3.416 3.441-6.12-6.12-6.169 6.12-3.392-3.441 6.12-6.12-6.12-6.169 3.392-3.416 6.169 6.12 6.12-6.12 3.465 3.416-6.12 6.169z'%3E%3C/path%3E%3C/svg%3E");width:4rem!important;height:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;background-repeat:no-repeat!important;background-size:30%!important;background-position:center center!important;background-color:#f3f3f3}.multiselect__option--highlight.multiselect__option--selected:after{content:" "!important;color:#fff;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' viewBox='0 0 32 32'%3E%3Ctitle%3Eremove-filter%3C/title%3E%3Cpath d='M27.994 0h-23.988c-2.213 0-4.006 1.794-4.006 4.006v0 23.988c0.041 2.186 1.816 3.944 4.005 3.957h23.989c2.169-0.041 3.916-1.788 3.957-3.953v-24.016c-0.014-2.185-1.774-3.954-3.954-3.982h-0.003zM25.536 22.12l-3.416 3.441-6.12-6.12-6.169 6.12-3.392-3.441 6.12-6.12-6.12-6.169 3.392-3.416 6.169 6.12 6.12-6.12 3.465 3.416-6.12 6.169z'%3E%3C/path%3E%3C/svg%3E")}.multiselect__select{width:4rem;height:4rem;z-index:10}.multiselect__select:before{top:60%}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:transparent;color:#868686}.multiselect--disabled .multiselect__select:before{border-color:#bfbfbf transparent transparent}.multiselect-vergabe .multiselect__tags{padding:5px 2rem 5px 5px}.multiselect-vergabe .multiselect__select{width:auto}.multiselect__content-wrapper::-webkit-scrollbar-track{background-color:#fff}.multiselect__content-wrapper::-webkit-scrollbar{width:3px;height:3px;background-color:#fff}.multiselect__content-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.multiselect__tags,.multiselect__input,.multiselect__single,.multiselect__tag,.multiselect__tag-icon,.multiselect__current{border-radius:0!important}.multiselect__placeholder{margin-bottom:10px;padding-top:0}.multiselect,.multiselect__input,.multiselect__single{font-size:1.3rem;line-height:2rem}@media only screen and (max-width: 64em){@supports (-webkit-touch-callout: none){.multiselect,.multiselect__input,.multiselect__single{font-size:16px}}}.multiselect__option[data-deselect=allow-empty-false].multiselect__option--selected:after{background:none!important}.multiselect__option[data-deselect=allow-empty-false].multiselect__option--selected.multiselect__option--highlight{background:#2abb9b!important}.multiselect__option[data-deselect=allow-empty-false].multiselect__option--selected.multiselect__option--highlight:after{display:none!important}.multiselect-dashboard-widgets{width:auto;min-width:15.6rem}.multiselect-dashboard-widgets .multiselect__tags{background:transparent!important;border:1px solid #9e9e9e!important;color:#767676;font-size:1.3rem;border-radius:.5rem!important;outline:none;height:2.7rem;min-height:2.7rem;padding:0 4rem 0 2rem}.multiselect-dashboard-widgets .multiselect__select{height:2.7rem;right:0;top:0;padding:0}.multiselect-dashboard-widgets .multiselect__select:before{position:absolute;content:"";background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='55' height='32' fill='%239e9e9e' viewBox='0 0 55 32'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cpath d='M0 4.381l4.411-4.381 23.179 23.208 23.208-23.208 4.381 4.381-27.589 27.619z'%3E%3C/path%3E%3C/svg%3E");width:4rem!important;height:100%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;background-repeat:no-repeat!important;background-size:30%!important;background-position:center center!important;background-color:transparent;right:0;top:0;margin-top:0;border:0}.multiselect-dashboard-widgets .multiselect__single{font-size:1.3rem;line-height:2.7rem;min-height:2.7rem;vertical-align:middle}html body .multiselect.need-placeholder .multiselect__input::-webkit-input-placeholder{color:#868686!important;opacity:1!important}html body .multiselect.need-placeholder .multiselect__input::-moz-placeholder{color:#868686!important;opacity:1!important}html body .multiselect.need-placeholder .multiselect__input::-ms-input-placeholder{color:#868686!important;opacity:1!important}html body .multiselect.need-placeholder .multiselect__input::placeholder{color:#868686!important;opacity:1!important}html body .multiselect.need-placeholder .multiselect__input:-ms-input-placeholder{color:#868686!important;opacity:1!important}html body .multiselect.need-placeholder .multiselect__placeholder{display:inline-block!important;color:#868686!important}.multiselect.typeahead-open .multiselect__select:before{display:none}.multiselect-container{width:100%;border:1px solid #EAECF0;background:#f9fafb;border-radius:5px}.multiselect-container:has(.multiselect--disabled){background:#ededed}.multiselect-container.long-text .multiselect__tag{width:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.multiselect-container.with-btn .multiselect{border-right:1px solid #EAECF0;min-height:3.8rem}.multiselect-container.with-btn .multiselect__tags{background:transparent;border:0;outline:none;padding:0 12px;min-height:3.8rem}.multiselect-container.with-btn .multiselect__select{height:3.8rem}.multiselect-container.with-btn .multiselect__single{line-height:1.3;min-height:3.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px}.multiselect-container.with-btn .form__list-input__btn{background:transparent;border:0;outline:none;height:3.8rem}.multiselect-container.with-btn .form__list-input__btn:hover{-webkit-box-shadow:none;box-shadow:none;outline:none}.multiselect-container.without-btn:has(.multiselect--disabled){background:#ededed}.multiselect-container.without-btn .multiselect{min-height:3.8rem}.multiselect-container.without-btn .multiselect__tags{background:transparent;border:0;outline:none;padding:0 12px;min-height:3.8rem}.multiselect-container.search-list-box .multiselect__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-content-box .switch-button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin:15px auto}@media only screen and (max-width: 47.93em){.table-content-box .switch-button-wrapper{margin:0}}.table-content-box .switch-button-wrapper .year-discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;right:-20rem;top:-3px}@media only screen and (max-width: 29.93em){.table-content-box .switch-button-wrapper .year-discount{right:-14rem}}.table-content-box .switch-button-wrapper .year-discount span{font-size:1.8rem;color:#2674b9;font-weight:600;margin-left:2.4rem;margin-bottom:-3px}.table-content-box .switch-button-wrapper .year-discount .icon{width:4.7rem;height:1.3rem;margin-top:10px}.table-content-box__container{border:1px solid #F1F1F1;max-width:100%;margin:0 auto;background:#fff}@media only screen and (max-width: 87.5em){.table-content-box__container{width:100%;overflow:hidden;overflow-x:auto}}@media only screen and (max-width: 37.5em){.table-content-box__container.hidden-mobile{display:none}}.table-content-box__footer{max-width:100%;margin:0 auto}.price-table{width:100%}.price-table__header{border-bottom:1px solid #F1F1F1;width:100%}.price-table__header__row{display:grid;grid-template-columns:repeat(5,1fr)}@media only screen and (max-width: 87.5em){.price-table__header__row{grid-template-columns:repeat(5,35rem)}}.price-table__header__cell{padding:30px 20px;border-left:1px solid #F1F1F1}.price-table__header__cell:first-child{border-left:0;padding:30px 15px}.price-table__header__cell .discount-inform{display:grid;grid-template-columns:4.5rem 1fr;grid-gap:1rem}.price-table__header__cell .discount-inform__icon{width:4.5rem;height:6rem}.price-table__header__cell .discount-inform__icon .icon{width:100%;height:100%}.price-table__header__cell .discount-inform__text__title{font-size:1.6rem;font-weight:600;color:#303030;margin-bottom:15px;line-height:1.4}.price-table__header__cell .discount-inform__text p{font-size:1.3rem;color:#475467;font-weight:500;line-height:1.5;margin-bottom:10px}.price-table__header__cell .discount-inform__text p span{font-weight:700;color:#3a87cb}.price-table__header__cell .package__logo{width:7.3rem;height:1.8rem}.price-table__header__cell .package__logo .logo{width:73px;height:18px}.price-table__header__cell .package__logo .logo img{width:73px;height:18px;-o-object-fit:cover;object-fit:cover}.price-table__header__cell .package h2{color:#406db8;font-size:2rem;font-weight:600}.price-table__header__cell .package__price{font-size:2.9rem;color:#1d2939;font-weight:600;margin-top:1.1rem;margin-bottom:12px}.price-table__header__cell .package__price.yearly{font-size:2.9rem;font-weight:600;color:#45bb9b;margin-bottom:0}.price-table__header__cell .package__price.selectedYearly{font-size:2.2rem;color:#475467;margin-top:0;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.price-table__header__cell .package__price.selectedYearly:before{content:"";width:100%;height:2px;background:#e45b72;position:absolute;top:50%;-webkit-transform:translateY(-50);transform:translateY(-50)}.price-table__header__cell .package .btn.btn-primary{font-size:1.5rem;font-weight:500;max-width:22.6rem!important;width:22.6rem!important;height:3.6rem}.billingsettings .price-table__header__cell .package .btn.btn-primary{width:100%!important;max-width:100%!important}@media only screen and (max-width: 37.5em){.price-table__header__cell .package .btn.btn-primary{max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;padding-left:5px;padding-right:5px}}.billingsettings .price-table__header__cell .package .btn.btn-secondary{width:100%!important;max-width:100%!important}.price-table__header__cell .package .properties{list-style:none;margin:1.8rem 0 3rem;padding:0}.price-table__header__cell .package .properties__item{display:grid;grid-template-columns:1.2rem 1fr;grid-gap:1rem;margin-bottom:6px;line-height:1.3}.price-table__header__cell .package .properties__item:last-child{margin-bottom:0}.price-table__header__cell .package .properties__item .icon{width:1.2rem;height:1.2rem;fill:#45bb9b;margin-right:5px;margin-top:2px}.price-table__header__cell .package .properties__item__text{font-size:1.35rem;color:#475467;font-weight:500}.price-table__header__cell .package__footer{font-size:1.05rem;color:#475467}.price-table__body{width:100%}.price-table__body__row{display:grid;grid-template-columns:repeat(5,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #F1F1F1;width:100%}@media only screen and (max-width: 87.5em){.price-table__body__row{width:175rem;grid-template-columns:repeat(5,35rem)}}.price-table__body__row:last-child{border-bottom:0}.price-table__body__row.w-full{grid-template-columns:1fr}@media only screen and (max-width: 87.5em){.price-table__body__row.w-full{width:175rem!important}}.price-table__body__row.tooltip-row{width:100%;display:none;grid-template-columns:1fr}@media only screen and (max-width: 75em){.price-table__body__row.tooltip-row{width:140rem}}.price-table__body__row.tooltip-row.show{display:inline-block}.price-table__body__cell{padding:15px 30px;position:relative}.price-table__body__cell:before{width:1px;height:calc(100% + 8px);position:absolute;left:0;top:0;background:#f1f1f1;content:""}.price-table__body__cell:first-child{border-left:0}.price-table__body__cell .title{background:#f1f1f1;color:#3a87cb;font-size:1.5rem;font-weight:600;padding:15px 30px;margin-bottom:0}.price-table__body__cell .check-icon{width:2.1rem;height:2.1rem}.price-table__body__cell .check-icon .icon{width:100%;height:100%;fill:#15c39e}.price-table__body__cell .tooltip-text{background:#43536c;color:#fff;font-size:1.35rem;font-weight:500;line-height:1.6;padding:14px 3rem}.price-table__body__cell.click-to-cell{cursor:pointer;position:relative}.price-table__body__cell.click-to-cell .info-icon{width:1.5rem;height:1.5rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:30px;display:-webkit-box;display:-ms-flexbox;display:flex}.price-table__body__cell.click-to-cell .info-icon .icon{width:100%;height:100%;fill:#d6d6d6}.price-table__body__cell .icon-w-text{position:relative}.price-table__body__cell .icon-w-text span{position:absolute;top:0;margin-left:14px;font-size:12px}.service{width:100%;height:auto;padding-bottom:30px}@media only screen and (max-width: 37.5em){.service{display:none}}.service__pricing-table--table__top__cell.badge{font-size:1.4rem;font-weight:600;height:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.service__pricing-table--table__top__cell.badge.green{background:#15c39e;color:#fff}.service__pricing-table--table__row__cell{padding:1.5rem 4rem;border-left:1px solid #EFEFEF}.service__pricing-table--table__row__cell__text .tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.service__pricing-table--table__row__cell .icon-box{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.service__pricing-table--table__row__cell .icon-box .icon{width:2.2rem;height:2.2rem;fill:#17b26a}.mobile-price-table-wrapper{display:none}@media only screen and (max-width: 37.5em){.mobile-price-table-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mobile-price-table-wrapper--switch-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin:0 auto 40px}@media only screen and (max-width: 37.5em){.mobile-price-table-wrapper--switch-button{margin:0 0 40px}}.mobile-price-table-wrapper--switch-button .year-discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;right:-20rem;top:-3px}@media only screen and (max-width: 29.93em){.mobile-price-table-wrapper--switch-button .year-discount{width:14rem;line-height:1.4;top:-30px;right:-15rem}}.mobile-price-table-wrapper--switch-button .year-discount span{font-size:1.8rem;color:#2674b9;font-weight:600;margin-left:2.4rem;margin-bottom:-3px}@media only screen and (max-width: 29.93em){.mobile-price-table-wrapper--switch-button .year-discount span{font-size:1.6rem}}.mobile-price-table-wrapper--switch-button .year-discount .icon{width:4.7rem;height:1.3rem;margin-top:10px}.mobile-price-table{border:1px solid #F1F1F1;background:#fff}.mobile-price-table--header{padding:3rem}.mobile-price-table--header.account{display:grid;grid-template-columns:1fr;position:relative;border-bottom:1px solid #F1F1F1;padding:0}.mobile-price-table--header.account .discount-description{display:grid;grid-template-columns:4.5rem 1fr;grid-gap:1.5rem;padding:30px}.mobile-price-table--header.account .discount-description .icon{width:4.5rem;height:4.5rem}.mobile-price-table--header.account .discount-description__text h3{font-size:1.6rem;color:#475467;font-weight:600;line-height:1.2}.mobile-price-table--header.account .discount-description__text p{font-size:1.25rem;color:#1d2939;font-weight:500;line-height:1.4}.mobile-price-table--header.account .discount-description__text p span{font-weight:500;color:#406db8;font-weight:600}.mobile-price-table--header.account .pricing{position:relative;padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mobile-price-table--header.account .pricing:before{content:"";width:100%;height:1px;background:#f1f1f1;position:absolute;top:0;left:0}.mobile-price-table--header.account .pricing .logo,.mobile-price-table--header.account .pricing .logo img{width:72px;height:18px}.mobile-price-table--header.account .pricing__content h2{color:#406db8;font-size:1.8rem;font-weight:600}.mobile-price-table--header.account .pricing__price{font-size:3.2rem;color:#1d2939;font-weight:600;margin-top:1.1rem;margin-bottom:12px}.mobile-price-table--header.account .pricing__price--discount h3{font-size:3.2rem;font-weight:600;color:#45bb9b;margin-bottom:0}.mobile-price-table--header.account .pricing__price--discount h4{font-size:2.2rem;color:#202020;margin-top:0;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mobile-price-table--header.account .pricing__price--discount h4:before{content:"";width:100%;height:2px;background:#e45b72;position:absolute;top:50%}.mobile-price-table--header .properties-list{list-style:none;padding:0}.mobile-price-table--header .properties-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.mobile-price-table--header .properties-list__item:last-child{margin-bottom:0}.mobile-price-table--header .properties-list__item .icon{width:1.2rem;height:1.2rem;fill:#45bb9b;margin-right:5px}.mobile-price-table--header .properties-list__item__text{font-size:1.35rem;color:#475467;font-weight:500}.mobile-price-table--accordion__title{background:#43536c;color:#fff;font-size:1.6rem;padding:15px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-price-table--accordion__title .icon{width:2rem;height:2rem;fill:#fff;display:block}.mobile-price-table--accordion__title::-webkit-details-marker,.mobile-price-table--accordion__title::marker{content:"";display:none}.mobile-price-table--accordion__list{list-style:none;padding:0}.mobile-price-table--accordion__list__item{font-size:1.35rem;color:#344054;font-weight:500;padding:15px 30px;border-bottom:1px solid #F1F1F1}.mobile-price-table--accordion__list__item:last-child{border-bottom:0}.mobile-price-table--accordion__list__item .title{background:#f1f1f1;color:#406db8;font-size:1.5rem;font-weight:600;padding:15px 30px;margin-bottom:0}.mobile-price-table--accordion__list__item span{font-size:1.25rem}.mobile-price-table--accordion__list__item.column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobile-price-table--accordion__list__item.column span{line-height:1.4}.notifications-wrapper{width:50rem;height:100svh;position:fixed;top:0;right:-55rem;bottom:0;z-index:600;-webkit-transition:right .3s;transition:right .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 37.5em){.notifications-wrapper{width:100%;right:-110%}}.notifications-wrapper.active{right:0;-webkit-transition:right .3s;transition:right .3s}.notifications{width:45rem;height:100%;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:0;margin:0;list-style:none;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d;background-clip:padding-box;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 37.5em){.notifications{width:100%}}.notifications__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.7rem 2rem;cursor:default;border-bottom:1px solid #EAECEF;position:relative;z-index:1;background:#fff;overflow:hidden}@media only screen and (max-width: 37.5em){.notifications__header{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1.7rem 1rem}}.notifications__header .btn-secondary--sm{padding:.5rem;font-size:1.2rem}@media only screen and (max-width: 37.5em){.notifications__header .btn-secondary--sm{padding:1rem}}.notifications__header__new-notification-count{font-size:1.1rem;color:#fff;background:#4bb8ff;padding:.2rem 1rem;border-radius:5rem;margin-left:1rem}.notifications__header__buttons{margin-left:auto}@media only screen and (max-width: 29.93em){.notifications__header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.notifications__header-title{color:#505050;font-size:1.6rem;font-weight:600;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 29.93em){.notifications__header-title{font-size:1.4rem;width:calc(100% - 5rem)}}.notifications__body{max-height:calc(100% - 6rem);height:calc(100% - 6rem);overflow-y:auto;cursor:default;padding-bottom:5rem;scrollbar-color:transparent transparent;scrollbar-width:thin}.notifications__body::-webkit-scrollbar{width:7px;height:7px}.notifications__body::-webkit-scrollbar-track{background:transparent}.notifications__body::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.notifications__body:hover::-webkit-scrollbar-thumb{background:#dcdfea}.notifications__body::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.notifications__body:hover{scrollbar-color:#B9C0D4 transparent}@media only screen and (max-width: 37.5em){.notifications__body{max-height:calc(100% - 6rem);height:calc(100% - 6rem)}}.notifications__body li:not(:last-child){border-bottom:1px solid #ebecf0}.notifications__body .dropdown-item{font-size:1.4rem;padding:1.7rem 1.7rem 1.7rem 2.4rem;color:#505050;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;white-space:pre-wrap;-webkit-transition:all .2s;transition:all .2s}@media only screen and (max-width: 29.93em){.notifications__body .dropdown-item{padding:1.7rem 2rem}}.notifications__body .dropdown-item.is-not-read{background:#f8f8f8!important}.notifications__body .dropdown-item:hover,.notifications__body .dropdown-item:focus{background-color:#f8f8f8;outline:none;color:#505050}.notifications__body .dropdown-item:hover .notifications__item-actions__clear-notification,.notifications__body .dropdown-item:focus .notifications__item-actions__clear-notification{opacity:1}.notifications__body .dropdown-item.active,.notifications__body .dropdown-item:active{background-color:#f4f5f7}.notifications__body .dropdown-item:not(.is-not-read):hover .notifications__item-actions__mark-as-read{background:#ccc;border-color:#e6e6e6;visibility:visible}.notifications__body .dropdown-item.is-not-read .notifications__item-title{font-weight:500}.notifications__body .dropdown-item.is-not-read .notifications__item-date{font-weight:500;color:#8993a4}.notifications__component-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 4.1rem);cursor:pointer}.notifications__item-icon-box{width:3rem;height:3rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#cecece;overflow:hidden;margin-right:2rem;margin-top:2px}.notifications__item-icon-box.accepted-offer{background:#2abb9b}.notifications__item-icon-box.declined-offer{background:#e45b72}.notifications__item-icon-box.education{background:#4bb8ff}.notifications__item-icon-box.contract-updated{background:#ef6c00}.notifications__item-icon-box.team-invite{background:#2abb9b}.notifications__item-icon-box.team-invite-red{background:#e45b72}.notifications__item-icon-box.team-new-service{background:#ef6c00}.notifications__item-icon-box.new-bill{background:#34495e}.notifications__item-icon-box.new-reclamation-message,.notifications__item-icon-box.reclamation-created{background:#e45b72}.notifications__item-icon-box.reclamation-solved,.notifications__item-icon-box.new-provision{background:#2abb9b}.notifications__item-icon-box.new-work-suggestion{background:#ef6c00}.notifications__item-icon-box.new-work-suggestion--provision svg{width:16px;height:16px}.notifications__item-icon-box.work-suggestion-accepted{background:#2abb9b}.notifications__item-icon-box.work-suggestion-rejected{background:#fad859}.notifications__item-icon-box.contact-change-warning{background:#408fc7}.notifications__item-icon-box.new-review{background:#3a87cb}.notifications__item-icon-box.ki-asistent{background:#fff;border:1px solid #EAECF0}.notifications__item-icon-box.ki-asistent .notifications__item-icon{fill:#9d34da}.notifications__item-icon{height:1.2rem;width:1.2rem;fill:#fff}.notifications__item-text{width:calc(100% - 5rem)}.notifications__item-title{font-size:1.3rem;font-weight:600;color:#616161;display:none}.notifications__item-description{font-size:1.4rem;font-weight:400;line-height:1.6;color:#505050;margin-bottom:.6rem}.notifications__item-description b{color:#505050;font-weight:600}.notifications__item-description span{font-weight:600}.notifications__item-date{font-size:1.1rem;color:#606060;line-height:0;margin:0}.notifications__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;height:5rem;-webkit-box-shadow:0 -6px 21px rgba(255,255,255,.63);box-shadow:0 -6px 21px #ffffffa1;border-top:1px solid #EAECEF;padding:0 3rem;background:#fff}.notifications__footer__buttons{font-size:1.2rem;color:#ff6369;background:transparent;font-weight:500;border:0}.notifications__footer__buttons.settings{color:gray}.notifications__footer__buttons.delete-all{margin-left:auto}.notifications__item-actions{width:40px;text-align:right}.notifications__item-actions__clear-notification{width:1.4rem;height:1.4rem;opacity:0;background:transparent;border-radius:50%;border:1px solid #E45B72;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.notifications__item-actions__clear-notification:hover{background:#ebecf0}.notifications__item-actions__clear-notification__icon{width:.6rem;height:.6rem;fill:#e45b72}.notifications__item-actions__mark-as-read{padding:0;-webkit-transition:none;transition:none;width:1.1rem;height:1.1rem;font-size:0;background:transparent;border-radius:100%;visibility:hidden;border:0}.notifications__item-actions__mark-as-read.is-not-read{visibility:visible;background:#3a87cb}.notifications .dropdown-menu{width:45rem;height:auto;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:0;margin:0;list-style:none;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d;background-clip:padding-box;border:none;overflow-y:auto;position:fixed!important;left:inherit!important;right:0;height:100vh;top:0!important;-webkit-transform:translate3d(-45rem,0,0)!important;transform:translate3d(-45rem,0,0)!important;-webkit-transition:right .3s ease;transition:right .3s ease}.notifications .dropdown-menu.show{-webkit-transform:translate3d(0,0,0)!important;transform:translateZ(0)!important;right:0;-webkit-transition:right .3s ease;transition:right .3s ease}@media only screen and (max-width: 37.5em){.notifications .dropdown-menu{width:100%;min-width:100%;margin:0;bottom:0;height:calc(100vh - 6rem);max-height:calc(100vh - 6rem);right:0!important;left:0!important;-webkit-transform:none!important;transform:none!important;position:fixed!important;top:6rem!important}}.notifications .dropdown-menu:before{display:none}.notifications .dropdown-menu__item-icon{margin-right:1rem;width:1.4rem;height:1.4rem;fill:#818181}.notifications .dropdown-menu .dropdown-item.active .dropdown-menu__item-icon,.notifications .dropdown-menu .dropdown-item:hover .dropdown-menu__item-icon,.notifications .dropdown-menu .dropdown-item:active .dropdown-menu__item-icon{fill:#3a87cb}.notifications-all-list-wrapper{width:70%}@media only screen and (max-width: 75em){.notifications-all-list-wrapper{width:100%}}.notifications-all-list{padding-left:0;list-style:none}.notifications-all-list .notifications__item-icon-box{width:5rem;height:5rem}.notifications-all-list .notifications__item-icon{height:2.5rem;width:2.5rem;fill:#fff}.notifications-all-list .table-work__footer{padding-right:0}.opening-times{margin-left:.5rem}.opening-times__item{display:grid;grid-template-columns:12rem 1fr;font-size:1.4rem;color:#404040}.panel{border-radius:.5rem;border:1px solid #f4f4f4}.panel .panel-heading{color:#fff;font-weight:500;border-color:#fff;padding:1.5rem 2rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;background-color:transparent;border-bottom:3px solid #7f8c8d;color:#7f8c8d}.panel.panel-success .panel-heading{border-color:#2abb9b;color:#2abb9b}.panel.panel-warning .panel-heading{border-color:#ef6c00;color:#ef6c00}.panel.panel-info .panel-heading{border-color:#3a87cb;color:#3a87cb}.panel.panel-danger .panel-heading{border-color:#e45b72;color:#e45b72}.panel .panel-body{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;padding:2rem;font-size:1.4rem}.profile-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile-box__radial-bar-wrapper{margin-bottom:1rem}.profile-box__radial-bar-wrapper .btn-edit-rounded{margin-left:auto;right:-5px;margin-bottom:-8px;position:relative;z-index:5}.profile-box__radial-bar{width:9rem;height:9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:3;border-radius:50%;background:#fff}.profile-box__photo-wrapper{width:7rem;height:7rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-box__photo{width:100%;height:auto}.profile-box__profile-name{color:#404040;font-size:1.3rem;font-weight:500;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-box__premium-description{color:#9f9f9f;font-size:1.2rem;width:100%;text-align:center;line-height:1}.profile-box .btn-comment{padding:.8rem;margin-top:1.4rem}.pie-wrapper-profile{width:10rem;height:10rem;float:left;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.pie-wrapper-profile:nth-child(3n+1){clear:both}.pie-wrapper-profile .pie{height:100%;width:100%;clip:rect(0,10rem,10rem,5rem);left:0;position:absolute;top:0}.pie-wrapper-profile .pie .half-circle{height:100%;width:100%;border:.3333333333rem solid #408fc7;border-radius:50%;clip:rect(0,5rem,10rem,0);left:0;position:absolute;top:0;-webkit-transition:all .2s;transition:all .2s}.pie-wrapper-profile .label{background:#34495e;border-radius:50%;bottom:4rem;color:#ecf0f1;cursor:default;display:block;font-size:2.5rem;font-weight:500;left:4rem;line-height:1;position:absolute;right:4rem;text-align:center;top:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;left:0;top:0}.pie-wrapper-profile .label .smaller{color:#bdc3c7;font-size:.45em;padding-bottom:20px;vertical-align:super}.pie-wrapper-profile .label:before,.pie-wrapper-profile .label:after{content:" ";width:5px;height:10rem;background:#fff;position:absolute;z-index:2;top:0;left:48%;-webkit-transform:rotate(0);transform:rotate(0)}.pie-wrapper-profile .label.one:before{-webkit-transform:rotate(0);transform:rotate(0)}.pie-wrapper-profile .label.one:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pie-wrapper-profile .label.two:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pie-wrapper-profile .label.two:after{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.pie-wrapper-profile .shadow-gray{height:100%;width:100%;border:.3333333333rem solid #bdc3c7;border-radius:50%;position:absolute;top:0;left:0;z-index:-1}.pie-wrapper-profile.style-2 .label{background:none;color:#1d1d1d;font-weight:600;font-size:1.2rem}.pie-wrapper-profile.style-2 .label .smaller{color:#bdc3c7}.pie-wrapper-profile.progress-2 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-2 .pie .left-side{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}.pie-wrapper-profile.progress-2 .pie .right-side{display:none}.pie-wrapper-profile.progress-3 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-3 .pie .left-side{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}.pie-wrapper-profile.progress-3 .pie .right-side{display:none}.pie-wrapper-profile.progress-4 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-4 .pie .left-side{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}.pie-wrapper-profile.progress-4 .pie .right-side{display:none}.pie-wrapper-profile.progress-5 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-5 .pie .left-side{-webkit-transform:rotate(18deg);transform:rotate(18deg)}.pie-wrapper-profile.progress-5 .pie .right-side{display:none}.pie-wrapper-profile.progress-6 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-6 .pie .left-side{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}.pie-wrapper-profile.progress-6 .pie .right-side{display:none}.pie-wrapper-profile.progress-7 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-7 .pie .left-side{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}.pie-wrapper-profile.progress-7 .pie .right-side{display:none}.pie-wrapper-profile.progress-8 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-8 .pie .left-side{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}.pie-wrapper-profile.progress-8 .pie .right-side{display:none}.pie-wrapper-profile.progress-9 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-9 .pie .left-side{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}.pie-wrapper-profile.progress-9 .pie .right-side{display:none}.pie-wrapper-profile.progress-10 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-10 .pie .left-side{-webkit-transform:rotate(36deg);transform:rotate(36deg)}.pie-wrapper-profile.progress-10 .pie .right-side{display:none}.pie-wrapper-profile.progress-11 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-11 .pie .left-side{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}.pie-wrapper-profile.progress-11 .pie .right-side{display:none}.pie-wrapper-profile.progress-12 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-12 .pie .left-side{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}.pie-wrapper-profile.progress-12 .pie .right-side{display:none}.pie-wrapper-profile.progress-13 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-13 .pie .left-side{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}.pie-wrapper-profile.progress-13 .pie .right-side{display:none}.pie-wrapper-profile.progress-14 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-14 .pie .left-side{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}.pie-wrapper-profile.progress-14 .pie .right-side{display:none}.pie-wrapper-profile.progress-15 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-15 .pie .left-side{-webkit-transform:rotate(54deg);transform:rotate(54deg)}.pie-wrapper-profile.progress-15 .pie .right-side{display:none}.pie-wrapper-profile.progress-16 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-16 .pie .left-side{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}.pie-wrapper-profile.progress-16 .pie .right-side{display:none}.pie-wrapper-profile.progress-17 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-17 .pie .left-side{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}.pie-wrapper-profile.progress-17 .pie .right-side{display:none}.pie-wrapper-profile.progress-18 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-18 .pie .left-side{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}.pie-wrapper-profile.progress-18 .pie .right-side{display:none}.pie-wrapper-profile.progress-19 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-19 .pie .left-side{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}.pie-wrapper-profile.progress-19 .pie .right-side{display:none}.pie-wrapper-profile.progress-20 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-20 .pie .left-side{-webkit-transform:rotate(72deg);transform:rotate(72deg)}.pie-wrapper-profile.progress-20 .pie .right-side{display:none}.pie-wrapper-profile.progress-21 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-21 .pie .left-side{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}.pie-wrapper-profile.progress-21 .pie .right-side{display:none}.pie-wrapper-profile.progress-22 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-22 .pie .left-side{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}.pie-wrapper-profile.progress-22 .pie .right-side{display:none}.pie-wrapper-profile.progress-23 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-23 .pie .left-side{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}.pie-wrapper-profile.progress-23 .pie .right-side{display:none}.pie-wrapper-profile.progress-24 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-24 .pie .left-side{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}.pie-wrapper-profile.progress-24 .pie .right-side{display:none}.pie-wrapper-profile.progress-25 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-25 .pie .left-side{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pie-wrapper-profile.progress-25 .pie .right-side{display:none}.pie-wrapper-profile.progress-26 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-26 .pie .left-side{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}.pie-wrapper-profile.progress-26 .pie .right-side{display:none}.pie-wrapper-profile.progress-27 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-27 .pie .left-side{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}.pie-wrapper-profile.progress-27 .pie .right-side{display:none}.pie-wrapper-profile.progress-28 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-28 .pie .left-side{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}.pie-wrapper-profile.progress-28 .pie .right-side{display:none}.pie-wrapper-profile.progress-29 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-29 .pie .left-side{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}.pie-wrapper-profile.progress-29 .pie .right-side{display:none}.pie-wrapper-profile.progress-30 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-30 .pie .left-side{-webkit-transform:rotate(108deg);transform:rotate(108deg)}.pie-wrapper-profile.progress-30 .pie .right-side{display:none}.pie-wrapper-profile.progress-31 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-31 .pie .left-side{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}.pie-wrapper-profile.progress-31 .pie .right-side{display:none}.pie-wrapper-profile.progress-32 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-32 .pie .left-side{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}.pie-wrapper-profile.progress-32 .pie .right-side{display:none}.pie-wrapper-profile.progress-33 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-33 .pie .left-side{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}.pie-wrapper-profile.progress-33 .pie .right-side{display:none}.pie-wrapper-profile.progress-34 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-34 .pie .left-side{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}.pie-wrapper-profile.progress-34 .pie .right-side{display:none}.pie-wrapper-profile.progress-35 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-35 .pie .left-side{-webkit-transform:rotate(126deg);transform:rotate(126deg)}.pie-wrapper-profile.progress-35 .pie .right-side{display:none}.pie-wrapper-profile.progress-36 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-36 .pie .left-side{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}.pie-wrapper-profile.progress-36 .pie .right-side{display:none}.pie-wrapper-profile.progress-37 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-37 .pie .left-side{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}.pie-wrapper-profile.progress-37 .pie .right-side{display:none}.pie-wrapper-profile.progress-38 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-38 .pie .left-side{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}.pie-wrapper-profile.progress-38 .pie .right-side{display:none}.pie-wrapper-profile.progress-39 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-39 .pie .left-side{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}.pie-wrapper-profile.progress-39 .pie .right-side{display:none}.pie-wrapper-profile.progress-40 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-40 .pie .left-side{-webkit-transform:rotate(144deg);transform:rotate(144deg)}.pie-wrapper-profile.progress-40 .pie .right-side{display:none}.pie-wrapper-profile.progress-41 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-41 .pie .left-side{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}.pie-wrapper-profile.progress-41 .pie .right-side{display:none}.pie-wrapper-profile.progress-42 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-42 .pie .left-side{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}.pie-wrapper-profile.progress-42 .pie .right-side{display:none}.pie-wrapper-profile.progress-43 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-43 .pie .left-side{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}.pie-wrapper-profile.progress-43 .pie .right-side{display:none}.pie-wrapper-profile.progress-44 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-44 .pie .left-side{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}.pie-wrapper-profile.progress-44 .pie .right-side{display:none}.pie-wrapper-profile.progress-45 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-45 .pie .left-side{-webkit-transform:rotate(162deg);transform:rotate(162deg)}.pie-wrapper-profile.progress-45 .pie .right-side{display:none}.pie-wrapper-profile.progress-46 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-46 .pie .left-side{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}.pie-wrapper-profile.progress-46 .pie .right-side{display:none}.pie-wrapper-profile.progress-47 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-47 .pie .left-side{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}.pie-wrapper-profile.progress-47 .pie .right-side{display:none}.pie-wrapper-profile.progress-48 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-48 .pie .left-side{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}.pie-wrapper-profile.progress-48 .pie .right-side{display:none}.pie-wrapper-profile.progress-49 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-49 .pie .left-side{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}.pie-wrapper-profile.progress-49 .pie .right-side{display:none}.pie-wrapper-profile.progress-50 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-50 .pie .left-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-50 .pie .right-side{display:none}.pie-wrapper-profile.progress-51 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-51 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-51 .pie .left-side{-webkit-transform:rotate(183.6deg);transform:rotate(183.6deg)}.pie-wrapper-profile.progress-51 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-52 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-52 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-52 .pie .left-side{-webkit-transform:rotate(187.2deg);transform:rotate(187.2deg)}.pie-wrapper-profile.progress-52 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-53 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-53 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-53 .pie .left-side{-webkit-transform:rotate(190.8deg);transform:rotate(190.8deg)}.pie-wrapper-profile.progress-53 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-54 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-54 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-54 .pie .left-side{-webkit-transform:rotate(194.4deg);transform:rotate(194.4deg)}.pie-wrapper-profile.progress-54 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-55 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-55 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-55 .pie .left-side{-webkit-transform:rotate(198deg);transform:rotate(198deg)}.pie-wrapper-profile.progress-55 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-56 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-56 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-56 .pie .left-side{-webkit-transform:rotate(201.6deg);transform:rotate(201.6deg)}.pie-wrapper-profile.progress-56 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-57 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-57 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-57 .pie .left-side{-webkit-transform:rotate(205.2deg);transform:rotate(205.2deg)}.pie-wrapper-profile.progress-57 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-58 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-58 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-58 .pie .left-side{-webkit-transform:rotate(208.8deg);transform:rotate(208.8deg)}.pie-wrapper-profile.progress-58 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-59 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-59 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-59 .pie .left-side{-webkit-transform:rotate(212.4deg);transform:rotate(212.4deg)}.pie-wrapper-profile.progress-59 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-60 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-60 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-60 .pie .left-side{-webkit-transform:rotate(216deg);transform:rotate(216deg)}.pie-wrapper-profile.progress-60 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-61 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-61 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-61 .pie .left-side{-webkit-transform:rotate(219.6deg);transform:rotate(219.6deg)}.pie-wrapper-profile.progress-61 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-62 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-62 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-62 .pie .left-side{-webkit-transform:rotate(223.2deg);transform:rotate(223.2deg)}.pie-wrapper-profile.progress-62 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-63 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-63 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-63 .pie .left-side{-webkit-transform:rotate(226.8deg);transform:rotate(226.8deg)}.pie-wrapper-profile.progress-63 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-64 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-64 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-64 .pie .left-side{-webkit-transform:rotate(230.4deg);transform:rotate(230.4deg)}.pie-wrapper-profile.progress-64 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-65 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-65 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-65 .pie .left-side{-webkit-transform:rotate(234deg);transform:rotate(234deg)}.pie-wrapper-profile.progress-65 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-66 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-66 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-66 .pie .left-side{-webkit-transform:rotate(237.6deg);transform:rotate(237.6deg)}.pie-wrapper-profile.progress-66 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-67 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-67 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-67 .pie .left-side{-webkit-transform:rotate(241.2deg);transform:rotate(241.2deg)}.pie-wrapper-profile.progress-67 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-68 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-68 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-68 .pie .left-side{-webkit-transform:rotate(244.8deg);transform:rotate(244.8deg)}.pie-wrapper-profile.progress-68 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-69 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-69 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-69 .pie .left-side{-webkit-transform:rotate(248.4deg);transform:rotate(248.4deg)}.pie-wrapper-profile.progress-69 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-70 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-70 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-70 .pie .left-side{-webkit-transform:rotate(252deg);transform:rotate(252deg)}.pie-wrapper-profile.progress-70 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-71 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-71 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-71 .pie .left-side{-webkit-transform:rotate(255.6deg);transform:rotate(255.6deg)}.pie-wrapper-profile.progress-71 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-72 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-72 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-72 .pie .left-side{-webkit-transform:rotate(259.2deg);transform:rotate(259.2deg)}.pie-wrapper-profile.progress-72 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-73 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-73 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-73 .pie .left-side{-webkit-transform:rotate(262.8deg);transform:rotate(262.8deg)}.pie-wrapper-profile.progress-73 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-74 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-74 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-74 .pie .left-side{-webkit-transform:rotate(266.4deg);transform:rotate(266.4deg)}.pie-wrapper-profile.progress-74 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-75 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-75 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-75 .pie .left-side{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.pie-wrapper-profile.progress-75 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-76 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-76 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-76 .pie .left-side{-webkit-transform:rotate(273.6deg);transform:rotate(273.6deg)}.pie-wrapper-profile.progress-76 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-77 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-77 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-77 .pie .left-side{-webkit-transform:rotate(277.2deg);transform:rotate(277.2deg)}.pie-wrapper-profile.progress-77 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-78 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-78 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-78 .pie .left-side{-webkit-transform:rotate(280.8deg);transform:rotate(280.8deg)}.pie-wrapper-profile.progress-78 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-79 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-79 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-79 .pie .left-side{-webkit-transform:rotate(284.4deg);transform:rotate(284.4deg)}.pie-wrapper-profile.progress-79 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-80 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-80 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-80 .pie .left-side{-webkit-transform:rotate(288deg);transform:rotate(288deg)}.pie-wrapper-profile.progress-80 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-81 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-81 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-81 .pie .left-side{-webkit-transform:rotate(291.6deg);transform:rotate(291.6deg)}.pie-wrapper-profile.progress-81 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-82 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-82 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-82 .pie .left-side{-webkit-transform:rotate(295.2deg);transform:rotate(295.2deg)}.pie-wrapper-profile.progress-82 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-83 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-83 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-83 .pie .left-side{-webkit-transform:rotate(298.8deg);transform:rotate(298.8deg)}.pie-wrapper-profile.progress-83 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-84 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-84 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-84 .pie .left-side{-webkit-transform:rotate(302.4deg);transform:rotate(302.4deg)}.pie-wrapper-profile.progress-84 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-85 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-85 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-85 .pie .left-side{-webkit-transform:rotate(306deg);transform:rotate(306deg)}.pie-wrapper-profile.progress-85 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-86 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-86 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-86 .pie .left-side{-webkit-transform:rotate(309.6deg);transform:rotate(309.6deg)}.pie-wrapper-profile.progress-86 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-87 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-87 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-87 .pie .left-side{-webkit-transform:rotate(313.2deg);transform:rotate(313.2deg)}.pie-wrapper-profile.progress-87 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-88 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-88 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-88 .pie .left-side{-webkit-transform:rotate(316.8deg);transform:rotate(316.8deg)}.pie-wrapper-profile.progress-88 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-89 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-89 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-89 .pie .left-side{-webkit-transform:rotate(320.4deg);transform:rotate(320.4deg)}.pie-wrapper-profile.progress-89 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-90 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-90 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-90 .pie .left-side{-webkit-transform:rotate(324deg);transform:rotate(324deg)}.pie-wrapper-profile.progress-90 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-91 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-91 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-91 .pie .left-side{-webkit-transform:rotate(327.6deg);transform:rotate(327.6deg)}.pie-wrapper-profile.progress-91 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-92 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-92 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-92 .pie .left-side{-webkit-transform:rotate(331.2deg);transform:rotate(331.2deg)}.pie-wrapper-profile.progress-92 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-93 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-93 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-93 .pie .left-side{-webkit-transform:rotate(334.8deg);transform:rotate(334.8deg)}.pie-wrapper-profile.progress-93 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-94 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-94 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-94 .pie .left-side{-webkit-transform:rotate(338.4deg);transform:rotate(338.4deg)}.pie-wrapper-profile.progress-94 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-95 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-95 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-95 .pie .left-side{-webkit-transform:rotate(342deg);transform:rotate(342deg)}.pie-wrapper-profile.progress-95 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-96 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-96 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-96 .pie .left-side{-webkit-transform:rotate(345.6deg);transform:rotate(345.6deg)}.pie-wrapper-profile.progress-96 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-97 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-97 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-97 .pie .left-side{-webkit-transform:rotate(349.2deg);transform:rotate(349.2deg)}.pie-wrapper-profile.progress-97 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-98 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-98 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-98 .pie .left-side{-webkit-transform:rotate(352.8deg);transform:rotate(352.8deg)}.pie-wrapper-profile.progress-98 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-99 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-99 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-99 .pie .left-side{-webkit-transform:rotate(356.4deg);transform:rotate(356.4deg)}.pie-wrapper-profile.progress-99 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper-profile.progress-100 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper-profile.progress-100 .pie .half-circle{border-color:#4bb8ff}.pie-wrapper-profile.progress-100 .pie .left-side{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.pie-wrapper-profile.progress-100 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.progress-tracker{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:5px;margin-bottom:0}.progress-tracker.vergabe{width:85%}.progress-tracker.project{margin-top:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.progress-tracker.project .progress-tracker__step-button__text{display:block}.progress-tracker.project .progress-tracker__step-button{padding:1.6rem}.progress-tracker.project .progress-tracker__step{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.progress-tracker__step{width:2.5rem;position:relative}.progress-tracker__step:not(:last-child){margin-right:3px}.progress-tracker__step.completed-step-green .progress-tracker__step-button:before{background:#2abb9b}.progress-tracker__step.completed-step-yellow .progress-tracker__step-button:before{background:#fad859}.progress-tracker__step.current-step .progress-tracker__step-button{color:#5f5f5f;font-size:1.3rem;font-weight:600}.progress-tracker__step.current-step .progress-tracker__step-button:before{background:#2abb9b}@media only screen and (max-width: 87.5em){.progress-tracker__step.current-step .progress-tracker__step-button{font-size:1.2rem}}@media only screen and (max-width: 75em){.progress-tracker__step.current-step .progress-tracker__step-button{font-size:1.1rem;font-weight:700}}.progress-tracker__step.first-step{position:relative;z-index:1}.progress-tracker__step.lost-step .progress-tracker__step-button:before{background:#e45b72}.progress-tracker__step.temporary-lost-step .progress-tracker__step-button:before{background:#3c3c3c}.progress-tracker__step-button-wrapper{width:100%}.progress-tracker__step-button{position:relative;width:100%;height:auto;padding:4px 0;border-radius:0;font-size:1.2rem;font-weight:500;text-transform:uppercase;color:#9b9b9b;border-top:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.progress-tracker__step-button:hover,.progress-tracker__step-button:active,.progress-tracker__step-button:focus{color:#949494}.progress-tracker__step-button:hover:before,.progress-tracker__step-button:active:before,.progress-tracker__step-button:focus:before{background:#949494}.progress-tracker__step-button:focus,.progress-tracker__step-button:active{-webkit-box-shadow:none;box-shadow:none}.progress-tracker__step-button:before{content:"";display:block;position:absolute;top:0;left:0;height:4px;width:100%;background:#d2d2d2;-webkit-transition:all .2s;transition:all .2s}.progress-tracker__step-button__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;display:none}.progress-tracker__step-button.disabled,.progress-tracker__step-button:disabled{opacity:1}.progress-tracker__step-button.disabled:before,.progress-tracker__step-button:disabled:before{opacity:.8}.progress-tracker.vergabe .progress-tracker__step-button{padding:1.8rem .8rem}.progress-tracker__step-date{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.4rem;color:#6e6e6e;line-height:1;position:absolute;left:50%;bottom:-2.6rem;-webkit-transform:translateX(-50%);transform:translate(-50%)}.progress-tracker__status-wrapper{width:15%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;right:0;top:0;height:18.5rem;display:none}@media only screen and (max-width: 87.5em){.progress-tracker__status-wrapper{width:19%;height:16.4rem}}@media only screen and (max-width: 47.93em){.progress-tracker__status-wrapper{width:calc(100% - 8.1rem);height:auto;position:fixed;top:68px;left:8.1rem;background:#f7f7f7;padding:1rem 2.5rem;border-bottom:1px solid #D3D3D3;z-index:3;-webkit-box-shadow:0px 2px 7px 0px rgba(0,0,0,.1);box-shadow:0 2px 7px #0000001a}}@media only screen and (max-width: 37.5em){.progress-tracker__status-wrapper{width:100%;left:0}}.progress-tracker__status-wrapper.vergabe{width:15%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.progress-tracker__status-wrapper.project{width:15%;height:auto;position:relative}@media only screen and (max-width: 47.93em){.progress-tracker__status-wrapper.project{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;top:inherit;padding-left:0;padding-right:0;left:0}}.progress-tracker__status-wrapper.project .btn-edit-small{display:none}@media only screen and (max-width: 56.25em){.progress-tracker__status-wrapper.project .btn-edit-small{display:inline-block}}.progress-tracker__status-select{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:start;align-content:flex-start;margin-top:-1rem}.progress-tracker__status-select-label{font-size:1.2rem;color:#5d5d5d;width:100%;margin-bottom:0}.progress-tracker__status{line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;background:#e9e9e9;border-radius:5px;padding:1.4rem 2rem;font-size:2.4rem;font-weight:500;color:#2b2b2b;height:6.1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.progress-tracker.project{width:100%}@media only screen and (max-width: 75em){.progress-tracker.project{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width: 56.25em){.progress-tracker.project{width:100%}}@media only screen and (max-width: 56.25em){.progress-tracker.project .progress-tracker__step:not(:last-child){margin-right:2px}}@media only screen and (max-width: 56.25em){.progress-tracker.project .progress-tracker__step{width:1%}}@media only screen and (max-width: 56.25em){.progress-tracker.project .progress-tracker__step-button{padding:1.8rem .4rem}}@media only screen and (max-width: 56.25em){.progress-tracker.project .progress-tracker__step-button span{white-space:nowrap;display:inline-block;overflow:hidden;max-width:100%;text-overflow:ellipsis}}.progress-bar-basic{width:100%;margin-bottom:4rem}.progress-bar-basic__step-count{width:100%;font-size:1.2rem;color:#949494}.progress-bar-basic__title{width:100%;font-size:1.8rem;color:#5d5d5d}.progress-bar-basic__bar-container{width:100%;height:8px;background:#e9e9e9;border-radius:1.3rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all .2s;transition:all .2s}.progress-bar-basic__bar{background:#2abb9b;height:8px;border-radius:1.3rem;-webkit-transition:all .2s;transition:all .2s}.progress-bar-basic__bar.progress-2{width:2%}.progress-bar-basic__bar.progress-3{width:3%}.progress-bar-basic__bar.progress-4{width:4%}.progress-bar-basic__bar.progress-5{width:5%}.progress-bar-basic__bar.progress-6{width:6%}.progress-bar-basic__bar.progress-7{width:7%}.progress-bar-basic__bar.progress-8{width:8%}.progress-bar-basic__bar.progress-9{width:9%}.progress-bar-basic__bar.progress-10{width:10%}.progress-bar-basic__bar.progress-11{width:11%}.progress-bar-basic__bar.progress-12{width:12%}.progress-bar-basic__bar.progress-13{width:13%}.progress-bar-basic__bar.progress-14{width:14%}.progress-bar-basic__bar.progress-15{width:15%}.progress-bar-basic__bar.progress-16{width:16%}.progress-bar-basic__bar.progress-17{width:17%}.progress-bar-basic__bar.progress-18{width:18%}.progress-bar-basic__bar.progress-19{width:19%}.progress-bar-basic__bar.progress-20{width:20%}.progress-bar-basic__bar.progress-21{width:21%}.progress-bar-basic__bar.progress-22{width:22%}.progress-bar-basic__bar.progress-23{width:23%}.progress-bar-basic__bar.progress-24{width:24%}.progress-bar-basic__bar.progress-25{width:25%}.progress-bar-basic__bar.progress-26{width:26%}.progress-bar-basic__bar.progress-27{width:27%}.progress-bar-basic__bar.progress-28{width:28%}.progress-bar-basic__bar.progress-29{width:29%}.progress-bar-basic__bar.progress-30{width:30%}.progress-bar-basic__bar.progress-31{width:31%}.progress-bar-basic__bar.progress-32{width:32%}.progress-bar-basic__bar.progress-33{width:33%}.progress-bar-basic__bar.progress-34{width:34%}.progress-bar-basic__bar.progress-35{width:35%}.progress-bar-basic__bar.progress-36{width:36%}.progress-bar-basic__bar.progress-37{width:37%}.progress-bar-basic__bar.progress-38{width:38%}.progress-bar-basic__bar.progress-39{width:39%}.progress-bar-basic__bar.progress-40{width:40%}.progress-bar-basic__bar.progress-41{width:41%}.progress-bar-basic__bar.progress-42{width:42%}.progress-bar-basic__bar.progress-43{width:43%}.progress-bar-basic__bar.progress-44{width:44%}.progress-bar-basic__bar.progress-45{width:45%}.progress-bar-basic__bar.progress-46{width:46%}.progress-bar-basic__bar.progress-47{width:47%}.progress-bar-basic__bar.progress-48{width:48%}.progress-bar-basic__bar.progress-49{width:49%}.progress-bar-basic__bar.progress-50{width:50%}.progress-bar-basic__bar.progress-51{width:51%}.progress-bar-basic__bar.progress-52{width:52%}.progress-bar-basic__bar.progress-53{width:53%}.progress-bar-basic__bar.progress-54{width:54%}.progress-bar-basic__bar.progress-55{width:55%}.progress-bar-basic__bar.progress-56{width:56%}.progress-bar-basic__bar.progress-57{width:57%}.progress-bar-basic__bar.progress-58{width:58%}.progress-bar-basic__bar.progress-59{width:59%}.progress-bar-basic__bar.progress-60{width:60%}.progress-bar-basic__bar.progress-61{width:61%}.progress-bar-basic__bar.progress-62{width:62%}.progress-bar-basic__bar.progress-63{width:63%}.progress-bar-basic__bar.progress-64{width:64%}.progress-bar-basic__bar.progress-65{width:65%}.progress-bar-basic__bar.progress-66{width:66%}.progress-bar-basic__bar.progress-67{width:67%}.progress-bar-basic__bar.progress-68{width:68%}.progress-bar-basic__bar.progress-69{width:69%}.progress-bar-basic__bar.progress-70{width:70%}.progress-bar-basic__bar.progress-71{width:71%}.progress-bar-basic__bar.progress-72{width:72%}.progress-bar-basic__bar.progress-73{width:73%}.progress-bar-basic__bar.progress-74{width:74%}.progress-bar-basic__bar.progress-75{width:75%}.progress-bar-basic__bar.progress-76{width:76%}.progress-bar-basic__bar.progress-77{width:77%}.progress-bar-basic__bar.progress-78{width:78%}.progress-bar-basic__bar.progress-79{width:79%}.progress-bar-basic__bar.progress-80{width:80%}.progress-bar-basic__bar.progress-81{width:81%}.progress-bar-basic__bar.progress-82{width:82%}.progress-bar-basic__bar.progress-83{width:83%}.progress-bar-basic__bar.progress-84{width:84%}.progress-bar-basic__bar.progress-85{width:85%}.progress-bar-basic__bar.progress-86{width:86%}.progress-bar-basic__bar.progress-87{width:87%}.progress-bar-basic__bar.progress-88{width:88%}.progress-bar-basic__bar.progress-89{width:89%}.progress-bar-basic__bar.progress-90{width:90%}.progress-bar-basic__bar.progress-91{width:91%}.progress-bar-basic__bar.progress-92{width:92%}.progress-bar-basic__bar.progress-93{width:93%}.progress-bar-basic__bar.progress-94{width:94%}.progress-bar-basic__bar.progress-95{width:95%}.progress-bar-basic__bar.progress-96{width:96%}.progress-bar-basic__bar.progress-97{width:97%}.progress-bar-basic__bar.progress-98{width:98%}.progress-bar-basic__bar.progress-99{width:99%}.progress-bar-basic__bar.progress-100{width:100%}.app-circle-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:80px;height:80px;position:relative}@media only screen and (max-width: 40em){.app-circle-progress-bar{width:60px;height:60px}}.app-circle-progress-bar svg{width:120px;height:120px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media only screen and (max-width: 40em){.app-circle-progress-bar svg{width:60px;height:60px}}.app-circle-progress-bar__bg{fill:none;stroke:#eaecf0;stroke-width:5}.app-circle-progress-bar__progress{fill:none;stroke:#4bb8ff;stroke-width:5;stroke-dasharray:314;stroke-dashoffset:314;stroke-linecap:round;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.app-circle-progress-bar__text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.6rem;font-weight:600}@media only screen and (max-width: 40em){.app-circle-progress-bar__text{font-size:1.2rem}}.set-size{font-size:10rem}.charts-container:after{clear:both;content:"";display:table}.pie-wrapper{height:4rem;width:4rem;float:left;margin:0;position:relative}.pie-wrapper:nth-child(3n+1){clear:both}.pie-wrapper .pie{height:100%;width:100%;clip:rect(0,4rem,4rem,2rem);left:0;position:absolute;top:0}.pie-wrapper .pie .half-circle{height:100%;width:100%;border:.4rem solid #2abb9b;border-radius:50%;clip:rect(0,2rem,4rem,0);left:0;position:absolute;top:0;-webkit-transition:all .2s;transition:all .2s}.pie-wrapper .label{background:#34495e;border-radius:50%;bottom:1.6rem;color:#ecf0f1;cursor:default;display:block;font-size:1rem;font-weight:500;left:1.6rem;line-height:1;position:absolute;right:1.6rem;text-align:center;top:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pie-wrapper .label .smaller{color:#bdc3c7;font-size:.45em;padding-bottom:20px;vertical-align:super}.pie-wrapper .shadow-gray{height:100%;width:100%;border:.4rem solid #bdc3c7;border-radius:50%}.pie-wrapper.style-2 .label{background:none;color:#1d1d1d;font-weight:600;font-size:1.2rem}.pie-wrapper.style-2 .label .smaller{color:#bdc3c7}.pie-wrapper.progress-2 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-2 .pie .left-side{-webkit-transform:rotate(7.2deg);transform:rotate(7.2deg)}.pie-wrapper.progress-2 .pie .right-side{display:none}.pie-wrapper.progress-3 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-3 .pie .left-side{-webkit-transform:rotate(10.8deg);transform:rotate(10.8deg)}.pie-wrapper.progress-3 .pie .right-side{display:none}.pie-wrapper.progress-4 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-4 .pie .left-side{-webkit-transform:rotate(14.4deg);transform:rotate(14.4deg)}.pie-wrapper.progress-4 .pie .right-side{display:none}.pie-wrapper.progress-5 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-5 .pie .left-side{-webkit-transform:rotate(18deg);transform:rotate(18deg)}.pie-wrapper.progress-5 .pie .right-side{display:none}.pie-wrapper.progress-6 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-6 .pie .left-side{-webkit-transform:rotate(21.6deg);transform:rotate(21.6deg)}.pie-wrapper.progress-6 .pie .right-side{display:none}.pie-wrapper.progress-7 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-7 .pie .left-side{-webkit-transform:rotate(25.2deg);transform:rotate(25.2deg)}.pie-wrapper.progress-7 .pie .right-side{display:none}.pie-wrapper.progress-8 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-8 .pie .left-side{-webkit-transform:rotate(28.8deg);transform:rotate(28.8deg)}.pie-wrapper.progress-8 .pie .right-side{display:none}.pie-wrapper.progress-9 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-9 .pie .left-side{-webkit-transform:rotate(32.4deg);transform:rotate(32.4deg)}.pie-wrapper.progress-9 .pie .right-side{display:none}.pie-wrapper.progress-10 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-10 .pie .left-side{-webkit-transform:rotate(36deg);transform:rotate(36deg)}.pie-wrapper.progress-10 .pie .right-side{display:none}.pie-wrapper.progress-11 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-11 .pie .left-side{-webkit-transform:rotate(39.6deg);transform:rotate(39.6deg)}.pie-wrapper.progress-11 .pie .right-side{display:none}.pie-wrapper.progress-12 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-12 .pie .left-side{-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}.pie-wrapper.progress-12 .pie .right-side{display:none}.pie-wrapper.progress-13 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-13 .pie .left-side{-webkit-transform:rotate(46.8deg);transform:rotate(46.8deg)}.pie-wrapper.progress-13 .pie .right-side{display:none}.pie-wrapper.progress-14 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-14 .pie .left-side{-webkit-transform:rotate(50.4deg);transform:rotate(50.4deg)}.pie-wrapper.progress-14 .pie .right-side{display:none}.pie-wrapper.progress-15 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-15 .pie .left-side{-webkit-transform:rotate(54deg);transform:rotate(54deg)}.pie-wrapper.progress-15 .pie .right-side{display:none}.pie-wrapper.progress-16 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-16 .pie .left-side{-webkit-transform:rotate(57.6deg);transform:rotate(57.6deg)}.pie-wrapper.progress-16 .pie .right-side{display:none}.pie-wrapper.progress-17 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-17 .pie .left-side{-webkit-transform:rotate(61.2deg);transform:rotate(61.2deg)}.pie-wrapper.progress-17 .pie .right-side{display:none}.pie-wrapper.progress-18 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-18 .pie .left-side{-webkit-transform:rotate(64.8deg);transform:rotate(64.8deg)}.pie-wrapper.progress-18 .pie .right-side{display:none}.pie-wrapper.progress-19 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-19 .pie .left-side{-webkit-transform:rotate(68.4deg);transform:rotate(68.4deg)}.pie-wrapper.progress-19 .pie .right-side{display:none}.pie-wrapper.progress-20 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-20 .pie .left-side{-webkit-transform:rotate(72deg);transform:rotate(72deg)}.pie-wrapper.progress-20 .pie .right-side{display:none}.pie-wrapper.progress-21 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-21 .pie .left-side{-webkit-transform:rotate(75.6deg);transform:rotate(75.6deg)}.pie-wrapper.progress-21 .pie .right-side{display:none}.pie-wrapper.progress-22 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-22 .pie .left-side{-webkit-transform:rotate(79.2deg);transform:rotate(79.2deg)}.pie-wrapper.progress-22 .pie .right-side{display:none}.pie-wrapper.progress-23 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-23 .pie .left-side{-webkit-transform:rotate(82.8deg);transform:rotate(82.8deg)}.pie-wrapper.progress-23 .pie .right-side{display:none}.pie-wrapper.progress-24 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-24 .pie .left-side{-webkit-transform:rotate(86.4deg);transform:rotate(86.4deg)}.pie-wrapper.progress-24 .pie .right-side{display:none}.pie-wrapper.progress-25 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-25 .pie .left-side{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pie-wrapper.progress-25 .pie .right-side{display:none}.pie-wrapper.progress-26 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-26 .pie .left-side{-webkit-transform:rotate(93.6deg);transform:rotate(93.6deg)}.pie-wrapper.progress-26 .pie .right-side{display:none}.pie-wrapper.progress-27 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-27 .pie .left-side{-webkit-transform:rotate(97.2deg);transform:rotate(97.2deg)}.pie-wrapper.progress-27 .pie .right-side{display:none}.pie-wrapper.progress-28 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-28 .pie .left-side{-webkit-transform:rotate(100.8deg);transform:rotate(100.8deg)}.pie-wrapper.progress-28 .pie .right-side{display:none}.pie-wrapper.progress-29 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-29 .pie .left-side{-webkit-transform:rotate(104.4deg);transform:rotate(104.4deg)}.pie-wrapper.progress-29 .pie .right-side{display:none}.pie-wrapper.progress-30 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-30 .pie .left-side{-webkit-transform:rotate(108deg);transform:rotate(108deg)}.pie-wrapper.progress-30 .pie .right-side{display:none}.pie-wrapper.progress-31 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-31 .pie .left-side{-webkit-transform:rotate(111.6deg);transform:rotate(111.6deg)}.pie-wrapper.progress-31 .pie .right-side{display:none}.pie-wrapper.progress-32 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-32 .pie .left-side{-webkit-transform:rotate(115.2deg);transform:rotate(115.2deg)}.pie-wrapper.progress-32 .pie .right-side{display:none}.pie-wrapper.progress-33 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-33 .pie .left-side{-webkit-transform:rotate(118.8deg);transform:rotate(118.8deg)}.pie-wrapper.progress-33 .pie .right-side{display:none}.pie-wrapper.progress-34 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-34 .pie .left-side{-webkit-transform:rotate(122.4deg);transform:rotate(122.4deg)}.pie-wrapper.progress-34 .pie .right-side{display:none}.pie-wrapper.progress-35 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-35 .pie .left-side{-webkit-transform:rotate(126deg);transform:rotate(126deg)}.pie-wrapper.progress-35 .pie .right-side{display:none}.pie-wrapper.progress-36 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-36 .pie .left-side{-webkit-transform:rotate(129.6deg);transform:rotate(129.6deg)}.pie-wrapper.progress-36 .pie .right-side{display:none}.pie-wrapper.progress-37 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-37 .pie .left-side{-webkit-transform:rotate(133.2deg);transform:rotate(133.2deg)}.pie-wrapper.progress-37 .pie .right-side{display:none}.pie-wrapper.progress-38 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-38 .pie .left-side{-webkit-transform:rotate(136.8deg);transform:rotate(136.8deg)}.pie-wrapper.progress-38 .pie .right-side{display:none}.pie-wrapper.progress-39 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-39 .pie .left-side{-webkit-transform:rotate(140.4deg);transform:rotate(140.4deg)}.pie-wrapper.progress-39 .pie .right-side{display:none}.pie-wrapper.progress-40 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-40 .pie .left-side{-webkit-transform:rotate(144deg);transform:rotate(144deg)}.pie-wrapper.progress-40 .pie .right-side{display:none}.pie-wrapper.progress-41 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-41 .pie .left-side{-webkit-transform:rotate(147.6deg);transform:rotate(147.6deg)}.pie-wrapper.progress-41 .pie .right-side{display:none}.pie-wrapper.progress-42 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-42 .pie .left-side{-webkit-transform:rotate(151.2deg);transform:rotate(151.2deg)}.pie-wrapper.progress-42 .pie .right-side{display:none}.pie-wrapper.progress-43 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-43 .pie .left-side{-webkit-transform:rotate(154.8deg);transform:rotate(154.8deg)}.pie-wrapper.progress-43 .pie .right-side{display:none}.pie-wrapper.progress-44 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-44 .pie .left-side{-webkit-transform:rotate(158.4deg);transform:rotate(158.4deg)}.pie-wrapper.progress-44 .pie .right-side{display:none}.pie-wrapper.progress-45 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-45 .pie .left-side{-webkit-transform:rotate(162deg);transform:rotate(162deg)}.pie-wrapper.progress-45 .pie .right-side{display:none}.pie-wrapper.progress-46 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-46 .pie .left-side{-webkit-transform:rotate(165.6deg);transform:rotate(165.6deg)}.pie-wrapper.progress-46 .pie .right-side{display:none}.pie-wrapper.progress-47 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-47 .pie .left-side{-webkit-transform:rotate(169.2deg);transform:rotate(169.2deg)}.pie-wrapper.progress-47 .pie .right-side{display:none}.pie-wrapper.progress-48 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-48 .pie .left-side{-webkit-transform:rotate(172.8deg);transform:rotate(172.8deg)}.pie-wrapper.progress-48 .pie .right-side{display:none}.pie-wrapper.progress-49 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-49 .pie .left-side{-webkit-transform:rotate(176.4deg);transform:rotate(176.4deg)}.pie-wrapper.progress-49 .pie .right-side{display:none}.pie-wrapper.progress-50 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-50 .pie .left-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-50 .pie .right-side{display:none}.pie-wrapper.progress-51 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-51 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-51 .pie .left-side{-webkit-transform:rotate(183.6deg);transform:rotate(183.6deg)}.pie-wrapper.progress-51 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-52 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-52 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-52 .pie .left-side{-webkit-transform:rotate(187.2deg);transform:rotate(187.2deg)}.pie-wrapper.progress-52 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-53 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-53 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-53 .pie .left-side{-webkit-transform:rotate(190.8deg);transform:rotate(190.8deg)}.pie-wrapper.progress-53 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-54 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-54 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-54 .pie .left-side{-webkit-transform:rotate(194.4deg);transform:rotate(194.4deg)}.pie-wrapper.progress-54 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-55 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-55 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-55 .pie .left-side{-webkit-transform:rotate(198deg);transform:rotate(198deg)}.pie-wrapper.progress-55 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-56 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-56 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-56 .pie .left-side{-webkit-transform:rotate(201.6deg);transform:rotate(201.6deg)}.pie-wrapper.progress-56 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-57 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-57 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-57 .pie .left-side{-webkit-transform:rotate(205.2deg);transform:rotate(205.2deg)}.pie-wrapper.progress-57 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-58 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-58 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-58 .pie .left-side{-webkit-transform:rotate(208.8deg);transform:rotate(208.8deg)}.pie-wrapper.progress-58 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-59 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-59 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-59 .pie .left-side{-webkit-transform:rotate(212.4deg);transform:rotate(212.4deg)}.pie-wrapper.progress-59 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-60 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-60 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-60 .pie .left-side{-webkit-transform:rotate(216deg);transform:rotate(216deg)}.pie-wrapper.progress-60 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-61 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-61 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-61 .pie .left-side{-webkit-transform:rotate(219.6deg);transform:rotate(219.6deg)}.pie-wrapper.progress-61 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-62 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-62 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-62 .pie .left-side{-webkit-transform:rotate(223.2deg);transform:rotate(223.2deg)}.pie-wrapper.progress-62 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-63 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-63 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-63 .pie .left-side{-webkit-transform:rotate(226.8deg);transform:rotate(226.8deg)}.pie-wrapper.progress-63 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-64 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-64 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-64 .pie .left-side{-webkit-transform:rotate(230.4deg);transform:rotate(230.4deg)}.pie-wrapper.progress-64 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-65 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-65 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-65 .pie .left-side{-webkit-transform:rotate(234deg);transform:rotate(234deg)}.pie-wrapper.progress-65 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-66 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-66 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-66 .pie .left-side{-webkit-transform:rotate(237.6deg);transform:rotate(237.6deg)}.pie-wrapper.progress-66 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-67 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-67 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-67 .pie .left-side{-webkit-transform:rotate(241.2deg);transform:rotate(241.2deg)}.pie-wrapper.progress-67 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-68 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-68 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-68 .pie .left-side{-webkit-transform:rotate(244.8deg);transform:rotate(244.8deg)}.pie-wrapper.progress-68 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-69 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-69 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-69 .pie .left-side{-webkit-transform:rotate(248.4deg);transform:rotate(248.4deg)}.pie-wrapper.progress-69 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-70 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-70 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-70 .pie .left-side{-webkit-transform:rotate(252deg);transform:rotate(252deg)}.pie-wrapper.progress-70 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-71 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-71 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-71 .pie .left-side{-webkit-transform:rotate(255.6deg);transform:rotate(255.6deg)}.pie-wrapper.progress-71 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-72 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-72 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-72 .pie .left-side{-webkit-transform:rotate(259.2deg);transform:rotate(259.2deg)}.pie-wrapper.progress-72 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-73 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-73 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-73 .pie .left-side{-webkit-transform:rotate(262.8deg);transform:rotate(262.8deg)}.pie-wrapper.progress-73 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-74 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-74 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-74 .pie .left-side{-webkit-transform:rotate(266.4deg);transform:rotate(266.4deg)}.pie-wrapper.progress-74 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-75 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-75 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-75 .pie .left-side{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.pie-wrapper.progress-75 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-76 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-76 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-76 .pie .left-side{-webkit-transform:rotate(273.6deg);transform:rotate(273.6deg)}.pie-wrapper.progress-76 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-77 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-77 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-77 .pie .left-side{-webkit-transform:rotate(277.2deg);transform:rotate(277.2deg)}.pie-wrapper.progress-77 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-78 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-78 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-78 .pie .left-side{-webkit-transform:rotate(280.8deg);transform:rotate(280.8deg)}.pie-wrapper.progress-78 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-79 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-79 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-79 .pie .left-side{-webkit-transform:rotate(284.4deg);transform:rotate(284.4deg)}.pie-wrapper.progress-79 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-80 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-80 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-80 .pie .left-side{-webkit-transform:rotate(288deg);transform:rotate(288deg)}.pie-wrapper.progress-80 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-81 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-81 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-81 .pie .left-side{-webkit-transform:rotate(291.6deg);transform:rotate(291.6deg)}.pie-wrapper.progress-81 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-82 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-82 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-82 .pie .left-side{-webkit-transform:rotate(295.2deg);transform:rotate(295.2deg)}.pie-wrapper.progress-82 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-83 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-83 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-83 .pie .left-side{-webkit-transform:rotate(298.8deg);transform:rotate(298.8deg)}.pie-wrapper.progress-83 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-84 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-84 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-84 .pie .left-side{-webkit-transform:rotate(302.4deg);transform:rotate(302.4deg)}.pie-wrapper.progress-84 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-85 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-85 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-85 .pie .left-side{-webkit-transform:rotate(306deg);transform:rotate(306deg)}.pie-wrapper.progress-85 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-86 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-86 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-86 .pie .left-side{-webkit-transform:rotate(309.6deg);transform:rotate(309.6deg)}.pie-wrapper.progress-86 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-87 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-87 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-87 .pie .left-side{-webkit-transform:rotate(313.2deg);transform:rotate(313.2deg)}.pie-wrapper.progress-87 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-88 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-88 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-88 .pie .left-side{-webkit-transform:rotate(316.8deg);transform:rotate(316.8deg)}.pie-wrapper.progress-88 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-89 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-89 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-89 .pie .left-side{-webkit-transform:rotate(320.4deg);transform:rotate(320.4deg)}.pie-wrapper.progress-89 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-90 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-90 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-90 .pie .left-side{-webkit-transform:rotate(324deg);transform:rotate(324deg)}.pie-wrapper.progress-90 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-91 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-91 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-91 .pie .left-side{-webkit-transform:rotate(327.6deg);transform:rotate(327.6deg)}.pie-wrapper.progress-91 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-92 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-92 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-92 .pie .left-side{-webkit-transform:rotate(331.2deg);transform:rotate(331.2deg)}.pie-wrapper.progress-92 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-93 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-93 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-93 .pie .left-side{-webkit-transform:rotate(334.8deg);transform:rotate(334.8deg)}.pie-wrapper.progress-93 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-94 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-94 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-94 .pie .left-side{-webkit-transform:rotate(338.4deg);transform:rotate(338.4deg)}.pie-wrapper.progress-94 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-95 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-95 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-95 .pie .left-side{-webkit-transform:rotate(342deg);transform:rotate(342deg)}.pie-wrapper.progress-95 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-96 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-96 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-96 .pie .left-side{-webkit-transform:rotate(345.6deg);transform:rotate(345.6deg)}.pie-wrapper.progress-96 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-97 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-97 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-97 .pie .left-side{-webkit-transform:rotate(349.2deg);transform:rotate(349.2deg)}.pie-wrapper.progress-97 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-98 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-98 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-98 .pie .left-side{-webkit-transform:rotate(352.8deg);transform:rotate(352.8deg)}.pie-wrapper.progress-98 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-99 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-99 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-99 .pie .left-side{-webkit-transform:rotate(356.4deg);transform:rotate(356.4deg)}.pie-wrapper.progress-99 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper.progress-100 .pie{clip:rect(auto,auto,auto,auto)}.pie-wrapper.progress-100 .pie .half-circle{border-color:#2abb9b}.pie-wrapper.progress-100 .pie .left-side{-webkit-transform:rotate(360deg);transform:rotate(360deg)}.pie-wrapper.progress-100 .pie .right-side{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pie-wrapper--solid{border-radius:50%;overflow:hidden}.pie-wrapper--solid:before{border-radius:0 100% 100% 0/50%;content:"";display:block;height:100%;margin-left:50%;-webkit-transform-origin:left;transform-origin:left}.pie-wrapper--solid .label{background:transparent}.pie-wrapper--solid.progress-65{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#e67e22),color-stop(50%,#34495e));background:linear-gradient(to right,#e67e22 50%,#34495e 50%)}.pie-wrapper--solid.progress-65:before{background:#e67e22;-webkit-transform:rotate(126deg);transform:rotate(126deg)}.pie-wrapper--solid.progress-25{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#9b59b6),color-stop(50%,#34495e));background:linear-gradient(to right,#9b59b6 50%,#34495e 50%)}.pie-wrapper--solid.progress-25:before{background:#34495e;-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.pie-wrapper--solid.progress-88{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#3498db),color-stop(50%,#34495e));background:linear-gradient(to right,#3498db 50%,#34495e 50%)}.pie-wrapper--solid.progress-88:before{background:#3498db;-webkit-transform:rotate(43.2deg);transform:rotate(43.2deg)}.rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating__stars{width:6.8rem;height:1.2rem;display:block}.rating__review-count{color:#707070;font-size:1.2rem}.rating__review-count:not(:first-child){margin-left:.8rem}.rating__review-count a{color:#707070;text-decoration:underline}.side-box{width:100%;height:auto;min-height:auto;padding:0;background:#fff;border-radius:.5rem;border:1px solid #EAEAEA}.side-box.associated-contacts.empty .side-box__add-new-icon-box{margin-right:0}.side-box.associated-contacts.empty .contact-add-box{right:-10.5rem;top:6rem}@media only screen and (max-width: 87.5em){.side-box.associated-contacts.empty .contact-add-box{right:-11.8rem}}@media only screen and (max-width: 29.93em){.side-box.associated-contacts.empty .contact-add-box{right:0}}@media only screen and (max-width: 29.93em){.side-box.associated-contacts.empty .contact-add-box:before{-webkit-transform:none;transform:none;left:auto;right:1.1rem}}.side-box.empty{-webkit-box-shadow:none;box-shadow:none;background:transparent;border:1px dashed #C9C9C9;border-radius:5px;min-height:auto;padding:.7rem 0}@media only screen and (max-width: 87.5em){.side-box.empty{padding:1rem 0}}.side-box.empty .side-box__header{margin-bottom:-1.5rem;border-bottom:0;background:transparent;min-height:4.4rem}@media only screen and (max-width: 87.5em){.side-box.empty .side-box__header{margin-top:-1rem;min-height:5rem}}.side-box.empty:hover{border-color:#989898;-webkit-transition:all .2s;transition:all .2s}.side-box.empty .side-box__work-list{margin:0 2.5rem 1rem}@media only screen and (max-width: 87.5em){.side-box.empty .side-box__work-list{margin:0}}.side-box.empty .side-box__add-new-icon-box{-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 3px #0003;border-radius:50%;background:#2021240f;width:3rem;height:3rem;-webkit-transform:translate(-1rem,1rem);transform:translate(-1rem,1rem);margin-right:0}@media only screen and (max-width: 87.5em){.side-box.empty .side-box__add-new-icon-box{-webkit-transform:translate(-.6rem,.7rem);transform:translate(-.6rem,.7rem)}}.side-box.empty .side-box__content-container{margin:0}.side-box.empty .side-box__collapse-icon-box{display:none}.side-box.empty .side-box__title{color:#8c8c8c}.side-box:not(:last-child){margin-bottom:2.4rem}.side-box__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:1rem 1.5rem 1rem 2.5rem;border-bottom:1px solid #ececec;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:#ececec;border-top-left-radius:.5rem;border-top-right-radius:.5rem;min-height:4.9rem}@media only screen and (max-width: 87.5em){.side-box__header{padding:.5rem .6rem .5rem 1.5rem;min-height:4.5rem}}.side-box__title{color:#408fc7;font-size:1.4rem;font-weight:600;text-transform:uppercase;line-height:1;margin-bottom:0;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.side-box__title .download{margin-left:5px;margin-bottom:3px}.side-box__title.appointments{color:#0fb9b1}.side-box__title.resubmission{color:#8e44ad}.side-box__title.task{color:#9e4554}.side-box__title.property,.side-box__title.object{color:#2abb9b}.side-box__title.document{color:#34495e}.side-box__title.service,.side-box__title.product{color:#2abb9b}.side-box__title.bills{color:#34495e}.side-box__title.collaborator{color:#675b44}.side-box__title.offer{color:#8e44ad}.side-box__title.provision{color:#34495e}.side-box__title.tracking-link{color:#ed783f}.side-box__title.open-works{color:#408fc7}@media only screen and (max-width: 87.5em){.side-box__title{font-size:1.2rem}}.side-box__title span{font-size:1.2rem;color:#adadad;width:100%;display:block;text-transform:none;font-weight:400;margin-top:1px}.side-box__title span b{font-weight:400;color:#8e8e8e}.side-box__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.side-box__add-new-icon-box{width:3.4rem;height:3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1);position:relative;z-index:2}.Dokumente .side-box__add-new-icon-box{width:2.8rem;height:2.8rem;border-radius:5px;border:1px solid #EAECEF}.side-box__add-new-icon-box:not(:last-child){margin-right:3.4rem}@media only screen and (max-width: 87.5em){.side-box__add-new-icon-box:not(:last-child){margin-right:0}}.side-box__add-new-icon-box:hover .side-box__add-new-icon{fill:#3a87cb}.side-box__add-new-icon-box:hover~.side-box__collapse-icon-box{background:#ececec;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.side-box__add-new-icon-box:active .side-box__add-new-icon{-webkit-transform:scale(1.5);transform:scale(1.5)}.side-box__add-new-icon{width:1.2rem;height:1.2rem;-webkit-transition:all .2s;transition:all .2s;fill:#969696}.side-box__collapse-icon-box{position:absolute;width:100%;height:100%;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s;transition:all .2s;border-top-left-radius:.5rem;border-top-right-radius:.5rem}@media only screen and (max-width: 87.5em){.side-box__collapse-icon-box{padding-right:0}}.side-box__collapse-icon-box.collapsed .side-box__collapse-icon{-webkit-transform:rotate(0);transform:rotate(0)}.side-box__collapse-icon-box:hover{background:#ececec;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.side-box__collapse-icon{width:1.1rem;height:1.1rem;-webkit-transition:all .2s;transition:all .2s;fill:#7d7d7d;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width: 87.5em){.side-box__collapse-icon{display:none}}.side-box__no-content-text{font-size:1.3rem;color:#a2a2a2;margin:0 2.5rem 1rem}@media only screen and (max-width: 87.5em){.side-box__no-content-text{margin:0 1.5rem;padding-right:5rem;margin-right:0;font-size:1rem;line-height:1.3;margin-bottom:.5rem}}.side-box__service-tag{position:relative;display:inline-block;padding:5px 1rem;border-radius:5px;margin-right:1rem;color:#fff;line-height:1;background:transparent;border:1px solid #d2d2d2;margin-bottom:1rem;max-width:100%;font-weight:400;font-size:1.3rem;color:#404040}.side-box__content.no-margin-at-last-child:last-child{margin-bottom:-2.5rem}.side-box__content-container{padding:2rem 3rem}.side-box__work-list{list-style:none;padding:0;margin:0;overflow:auto}.side-box__work-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.side-box__work-item:not(:last-child){margin-bottom:1rem}.side-box__work-item__icon-box{width:1.6rem;height:1.4rem;margin-right:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:3px}.side-box__work-item__icon-box.big-icon{width:3.7rem;height:4.9rem}.side-box__work-item__icon-box.document{width:1.8rem;height:2.2rem;background:#34495e;border-radius:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.side-box__work-item__icon-box.document .side-box__work-item__icon{width:1.2rem;height:1rem;fill:#fff}.side-box__work-item__icon-box.reclamation{width:1.8rem;height:2.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1px}.side-box__work-item__icon-box.reclamation .side-box__work-item__icon{fill:#e45b72}.side-box__work-item__icon-box>fieldset>div{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box__work-item__icon-box.offer-status{width:1.2rem;min-width:1.2rem;height:1.2rem;min-height:1.2rem;border-radius:50%;margin-top:5px}.side-box__work-item__icon-box.offer-status.draft{background:#404040}.side-box__work-item__icon-box.offer-status.sent{background:#8e44ad}.side-box__work-item__icon-box.offer-status.negotiating{background:#3a87cb}.side-box__work-item__icon-box.offer-status.won{background:#2abb9b}.side-box__work-item__icon-box.offer-status.lost{background:#e45b72}.side-box__work-item__icon-box.offer-status.none{background:#8c8c8c}.side-box__work-item__icon-box.offer-status.unsaved{background:#f1c40f}.side-box__work-item__icon-box.offer-status.open{background:#fad859}.side-box__work-item__icon-box.offer-status.received{background:#2abb9b}.side-box__work-item__icon-box.offer-status.cancelled{background:#e45b72}.side-box__work-item__icon-box.open-works{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto;margin-top:0;font-size:3rem;line-height:1;margin-right:1.5rem;width:auto;min-width:3.6rem;height:3.6rem;padding:.5rem 1rem;font-size:1.7rem;font-weight:600;background:#2abb9b;border-radius:.5rem;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box__work-item__icon-box.open-works.has-item{background:#f6ca0f}.side-box__work-item__icon-box.new-deals{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;width:auto;width:4.1rem;height:1.8rem;font-size:1.25rem;font-weight:600;background:#f6ca0f;border-radius:.5rem;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1.5rem;margin-top:-1.6px}@media only screen and (max-width: 29.93em){.side-box__work-item__icon-box.new-deals{margin-top:0}}.side-box__work-item__icon-box.current-sales{width:2rem;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:0;margin-right:0;margin-left:1rem}.side-box__work-item__icon-box.table-list-status-checkbox{padding-left:2.5rem}.side-box__work-item__icon{width:100%;height:100%;fill:#636363}.side-box__work-item__icon.appointment{fill:#0fb9b1}.side-box__work-item__icon.offer{fill:#8e44ad}.side-box__work-item__icon.collaborator{fill:#675b44}.side-box__work-item__icon.tracking-link{fill:#ed783f}.side-box__work-item .form__checkbox-button{border:1px solid #ACACAC}.side-box__work-item__name-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.side-box__work-item__name-wrapper.new-deals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 29.93em){.side-box__work-item__name-wrapper.new-deals{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.side-box__work-item__name-wrapper.direction-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.side-box__work-item__name-wrapper.direction-row .side-box--work-dashboard__work-list__work-item__date{margin-right:0}.side-box__work-item__name-wrapper.direction-row .side-box--work-dashboard__work-list__work-item__date__icon{fill:#d99605;margin-right:4px}.side-box__work-item__name-wrapper.direction-row .side-box--work-dashboard__work-list__work-item__date__icon.overdue{fill:#e45b72}.side-box__work-item__name-wrapper.direction-row .side-box--work-dashboard__work-list__work-item__date__text{color:#d99605}.side-box__work-item__name-wrapper.direction-row .side-box--work-dashboard__work-list__work-item__date__text.overdue{color:#e45b72}.side-box__work-item__name-wrapper.direction-row .side-box__work-item__icon-box{margin-top:3px}@media only screen and (max-width: 29.93em){.side-box__work-item__name-wrapper.direction-row.resubmission{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.side-box__work-item__name{font-size:1.35rem;font-weight:600;color:#505050;line-height:1.4;margin-bottom:.2rem;position:relative;word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.2px}.side-box__work-item__name.new-deals{line-height:1;min-height:2.85rem}.side-box__work-item__name.new-deals a{margin-bottom:1px}.side-box__work-item__name.bill-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.35rem;color:#404040;font-weight:500}.side-box__work-item__name.bill-name a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.35rem;color:#404040}.side-box__work-item__name.bill-name a:hover{text-decoration:none}.side-box__work-item__name.offer{font-size:1.35rem;color:#404040;font-weight:500}.side-box__work-item__name.offer a{font-size:1.35rem;color:#404040}.side-box__work-item__name.offer a:hover{text-decoration:none}.side-box__work-item__name.offer:has(.badge-status){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.side-box__work-item__name.offer:has(.badge-status) a{width:calc(100% - 23px);margin-left:8px}.side-box__work-item__name.no-padding{padding-right:0}.side-box__work-item__name a{line-height:inherit;font-size:inherit;font-weight:inherit;color:inherit}.side-box__work-item__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;width:2.4rem;height:2.4rem!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute!important;right:0!important;top:0!important;border-radius:5px;padding:0!important}.side-box__work-item__show-more:hover{background:transparent}.side-box__work-item__show-more.offer{top:50%;left:70%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.side-box__work-item__show-more:hover:before{background-color:#f2f4f7;border:none;-webkit-box-shadow:none;box-shadow:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.side-box__work-item__show-more:active:before{background-color:#f2f4f7;-webkit-box-shadow:inset 0 0 0 1px #bdc1c6;box-shadow:inset 0 0 0 1px #bdc1c6}.dropdown-show-more.show .side-box__work-item__show-more:before{background-color:#f2f4f7;-webkit-box-shadow:inset 0 0 0 1px #bdc1c6;box-shadow:inset 0 0 0 1px #bdc1c6;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.side-box__work-item__show-more__icon{fill:#667085!important;width:1.4rem;height:1.4rem;position:relative;z-index:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.side-box__work-item__show-more__icon.vertical{-webkit-transform:none;transform:none}.side-box__work-item__show-more:active .side-box__work-item__show-more__icon,.side-box__work-item__show-more:focus .side-box__work-item__show-more__icon{fill:#98a2b3}.side-box__work-item__date{font-size:1.3rem;font-weight:400;color:#767676;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:italic}.side-box__work-item__date.new-deals{font-size:1.4rem;font-weight:500;color:#303030;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;font-style:normal;min-height:auto!important;min-width:7rem;margin-right:2.4rem}@media only screen and (max-width: 29.93em){.side-box__work-item__date.new-deals{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:1.35rem;color:#303030;font-weight:400;line-height:1.2}}@media only screen and (max-width: 23.75em){.side-box__work-item__date.new-deals{margin-right:1rem}}.side-box__work-item__date.open-works{font-size:1.35rem;font-weight:400;color:#404040;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;font-style:normal;min-height:auto!important}.side-box__work-item__date__icon{fill:#767676;width:.75rem;height:1.4rem;margin:0 .65rem}.side-box__work-item__date__icon.documents{width:1.3rem}.side-box__work-item__date .badge-task,.side-box__work-item__date .badge-resubmission{font-style:normal;margin-right:.5rem}.side-box__work-item.no-content{font-size:1.3rem;color:#a2a2a2;margin-bottom:0}@media only screen and (max-width: 87.5em){.side-box__work-item.no-content{margin:0 1.5rem;padding-right:5rem;margin-right:0;font-size:1rem;line-height:1.3;margin-bottom:.5rem}}.side-box__work-item .form__checkbox-button{top:0;-webkit-transform:none;transform:none}.side-box__work-item:hover .side-box__work-item__show-more__icon{fill:#585858}.side-box__work-item.product{margin-bottom:.5rem}.side-box__work-item.product:hover .product-amount-input,.side-box__work-item.product .product-amount-input:active,.side-box__work-item.product .product-amount-input:focus{border-bottom:1px dotted #3A87CB}.side-box__contact-item{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box__contact-item__icon-box{width:1.9rem;min-width:1.9rem;height:1.9rem;margin-right:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 87.5em){.side-box__contact-item__icon-box{width:1.7rem;min-width:1.7rem;height:1.7rem}}.side-box__contact-item__icon{width:1.9rem;height:1.9rem;fill:#969696}.side-box__contact-item__info-wrapper{width:calc(100% - 2.8rem);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.side-box__contact-item__title{color:#636363;font-size:1.5rem;font-weight:500;line-height:1.2;margin-bottom:0;position:relative;padding-right:2.1rem}@media only screen and (max-width: 87.5em){.side-box__contact-item__title{font-size:1.4rem}}.side-box__contact-item__title .dropdown-show-more{right:-1rem}.side-box__contact-item__title__id{font-weight:400;color:#b9b9b9;font-size:1.4rem;margin-left:3px}.side-box__contact-item__address{font-size:1.5rem;font-weight:400;color:#5d5d5d;margin-bottom:1.1rem;margin-top:.8rem;line-height:1.5}@media only screen and (max-width: 87.5em){.side-box__contact-item__address{font-size:1.2rem;margin-top:.4rem}}.side-box__contact-item__border{margin-top:2.5rem;margin-bottom:2.5rem;border:0;border-top:1px solid #E9E9E9;width:calc(100% + 5rem);margin-left:-2.5rem}.side-box__contact-item:hover .side-box__work-item__show-more__icon{fill:#585858}.side-box__table{width:100%}.side-box__table th,.side-box__table td{font-size:1.3rem}.side-box__table th{text-align:left;color:#9b9b9b;font-weight:400}.side-box__table td{text-align:right;color:#545454;font-weight:500}.side-box.dashboard-box{min-height:100%;max-height:100%;border:1px solid #EAEAEA;position:relative;border-radius:0}@media only screen and (max-width: 29.93em){.side-box.dashboard-box.sell-box{margin-top:7rem}}.side-box.dashboard-box.first-steps{padding:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.side-box.dashboard-box.first-steps .first-steps__title{font-size:1.8rem;color:#505050;font-weight:500;margin-bottom:1.2rem;width:100%}.side-box.dashboard-box.first-steps .first-steps__sub-title{font-size:1.35rem;color:#404040;line-height:1.5;margin-bottom:.7rem;width:70%}.side-box.dashboard-box.first-steps .first-steps__email a{color:#3a87cb;font-size:1.5rem;font-weight:500}.side-box.dashboard-box.first-steps .first-steps__content-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.side-box.dashboard-box.first-steps .first-steps__chart{margin-top:0;margin-right:2.8rem;min-width:7.3rem;width:7.3rem}.side-box.dashboard-box.first-steps .first-steps__chart .progress-chart__svg{margin:0}.side-box.dashboard-box.first-steps .first-steps__chart .progress-chart__circle{stroke:#1287c8}.side-box.dashboard-box.first-steps .first-steps__check-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.4rem 1rem;width:100%;margin-top:3px}@media only screen and (max-width: 87.5em){.side-box.dashboard-box.first-steps .first-steps__check-list{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 37.5em){.side-box.dashboard-box.first-steps .first-steps__check-list{grid-template-columns:1fr}}.side-box.dashboard-box.first-steps .first-steps__check-list li{margin-bottom:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.side-box.dashboard-box.first-steps .first-steps__check-list li .business-listing__aside__item__check-list__icon-box{width:2.4rem;height:2.4rem;background:transparent;border:1px solid #A3A3A3}.side-box.dashboard-box.first-steps .first-steps__check-list li .business-listing__aside__item__check-list__icon{fill:#fff}.side-box.dashboard-box.first-steps .first-steps__check-list li .business-listing__aside__item__check-list__text{line-height:1.4;margin-left:1.1rem;color:#404040;font-size:1.35rem;font-weight:500;margin-top:3px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.side-box.dashboard-box.first-steps .first-steps__check-list li.active .business-listing__aside__item__check-list__icon-box{background:#4bb8ff;border:1px solid #4bb8ff}.side-box.dashboard-box.first-steps .first-steps__check-list li.active .business-listing__aside__item__check-list__icon{fill:#fff;width:1.1rem;height:1rem}.side-box.dashboard-box.first-steps .first-steps__check-list li.active .business-listing__aside__item__check-list__text{line-height:1.4;margin-left:1.1rem;color:#404040;font-size:1.35rem;font-weight:500}.side-box.dashboard-box.first-steps.support{background-image:url("data:image/svg+xml,%3Csvg width='92' height='138' viewBox='0 0 92 138' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M57.9999 177.493C47.4342 177.493 37.1057 174.359 28.3207 168.49C19.5356 162.62 12.6885 154.276 8.6452 144.515C4.60188 134.753 3.54397 124.012 5.60523 113.65C7.6665 103.287 12.7544 93.7682 20.2254 86.2971C27.6965 78.826 37.2152 73.7382 47.5779 71.6769C57.9406 69.6156 68.6818 70.6735 78.4432 74.7169C88.2046 78.7602 96.5479 85.6073 102.418 94.3923C108.288 103.177 111.421 113.506 111.421 124.072C111.405 138.235 105.771 151.813 95.7564 161.828C85.7415 171.843 72.163 177.476 57.9999 177.493ZM57.9999 95.0715C52.2642 95.0715 46.6573 96.7723 41.8883 99.9589C37.1193 103.145 33.4023 107.675 31.2073 112.974C29.0124 118.273 28.4381 124.104 29.5571 129.729C30.676 135.355 33.438 140.522 37.4937 144.578C41.5495 148.633 46.7168 151.395 52.3422 152.514C57.9677 153.633 63.7986 153.059 69.0977 150.864C74.3967 148.669 78.9259 144.952 82.1125 140.183C85.299 135.414 86.9999 129.807 86.9999 124.072C86.9918 116.383 83.9338 109.011 78.497 103.574C73.0602 98.1375 65.6887 95.0796 57.9999 95.0715Z' fill='%23C8D1DB'/%3E%3Cpath d='M58.0001 72.1767C68.2639 72.1767 78.2972 75.2202 86.8313 80.9225C95.3653 86.6248 102.017 94.7296 105.945 104.212C109.872 113.695 110.9 124.129 108.898 134.196C106.895 144.262 101.953 153.509 94.6952 160.767C87.4376 168.024 78.1908 172.967 68.1242 174.969C58.0576 176.971 47.6233 175.944 38.1408 172.016C28.6582 168.088 20.5534 161.437 14.8511 152.903C9.14885 144.369 6.10527 134.335 6.10527 124.071C6.10527 110.308 11.5727 97.1084 21.3049 87.3763C31.0371 77.6441 44.2367 72.1767 58.0001 72.1767ZM58.0001 154.598C64.0376 154.598 69.9395 152.807 74.9596 149.453C79.9796 146.099 83.8923 141.331 86.2027 135.753C88.5132 130.175 89.1177 124.038 87.9398 118.116C86.762 112.195 83.8546 106.755 79.5854 102.486C75.3163 98.2169 69.877 95.3095 63.9554 94.1317C58.0339 92.9538 51.8961 93.5583 46.3181 95.8688C40.7402 98.1792 35.9726 102.092 32.6183 107.112C29.264 112.132 27.4737 118.034 27.4737 124.071C27.4737 132.168 30.6899 139.932 36.4147 145.657C42.1395 151.382 49.904 154.598 58.0001 154.598ZM58.0001 69.124C47.1325 69.124 36.509 72.3466 27.4729 78.3843C18.4368 84.422 11.3941 93.0036 7.23526 103.044C3.07642 113.084 1.98828 124.132 4.10844 134.791C6.22859 145.45 11.4618 155.241 19.1464 162.925C26.8309 170.61 36.6216 175.843 47.2803 177.963C57.9391 180.083 68.9872 178.995 79.0275 174.836C89.0678 170.677 97.6495 163.635 103.687 154.599C109.725 145.563 112.947 134.939 112.947 124.071C112.947 109.498 107.158 95.5224 96.8537 85.2177C86.5491 74.9131 72.573 69.124 58.0001 69.124ZM58.0001 151.545C52.5663 151.545 47.2545 149.934 42.7365 146.915C38.2184 143.896 34.6971 139.605 32.6177 134.585C30.5382 129.565 29.9942 124.041 31.0542 118.712C32.1143 113.382 34.7309 108.487 38.5732 104.645C42.4155 100.802 47.3108 98.1857 52.6402 97.1256C57.9696 96.0655 63.4936 96.6096 68.5138 98.689C73.534 100.768 77.8248 104.29 80.8436 108.808C83.8625 113.326 85.4738 118.638 85.4738 124.071C85.4738 131.358 82.5792 138.346 77.4269 143.498C72.2746 148.651 65.2865 151.545 58.0001 151.545Z' fill='%2366798F'/%3E%3Cpath d='M50.3684 67.5978H65.6316V98.1241H50.3684V67.5978Z' fill='%23F78F8F'/%3E%3Cpath d='M64.1055 69.124V96.5978H51.8949V69.124H64.1055ZM67.1581 66.0714H48.8423V99.6504H67.1581V66.0714Z' fill='%23C74343'/%3E%3Cpath d='M83.9473 116.44H114.474V131.703H83.9473V116.44Z' fill='%23F78F8F'/%3E%3Cpath d='M112.947 117.966V130.177H85.4737V117.966H112.947ZM116 114.914H82.4211V133.23H116V114.914Z' fill='%23C74343'/%3E%3Cpath d='M1.526 116.44H32.0523V131.703H1.526V116.44Z' fill='%23F78F8F'/%3E%3Cpath d='M30.5263 117.966V130.177H3.05263V117.966H30.5263ZM33.579 114.914H0V133.23H33.579V114.914Z' fill='%23C74343'/%3E%3C/g%3E%3Cg opacity='0.45'%3E%3Cpath d='M61.3919 46.2713C60.7749 46.1222 60.1338 46.1014 59.5084 46.2103C59.5084 47.984 59.628 48.6988 59.0741 50.1139C58.8076 50.756 58.7706 51.4703 58.9692 52.1365C59.4089 53.5684 59.5939 55.0664 59.5157 56.5623C59.4816 57.5382 59.223 58.5019 59.1547 59.49C59.1547 59.9066 59.1163 60.3223 59.04 60.7319C58.8106 61.6322 58.0226 62.269 57.2467 62.7789C55.0314 64.2159 51.5571 65.2333 48.9807 66.1678C48.9622 66.1754 48.9467 66.189 48.9367 66.2064C48.9267 66.2238 48.9228 66.244 48.9256 66.2638C48.9284 66.2837 48.9378 66.3021 48.9521 66.316C48.9665 66.33 48.9852 66.3388 49.0051 66.341C52.4598 66.5386 57.5005 66.524 60.9406 66.4117C61.0388 66.4095 61.1335 66.3748 61.2099 66.313C61.2863 66.2512 61.34 66.1658 61.3627 66.0702C61.5139 65.3919 61.1187 64.6673 61.7506 63.828C61.7962 63.7691 61.8231 63.6978 61.8279 63.6235C61.8327 63.5491 61.8151 63.4751 61.7774 63.4108C61.2724 62.5569 61.2724 61.7029 61.2309 60.8929C61.1463 59.2566 61.1049 57.6171 61.1065 55.9743C61.0946 55.5618 61.1232 55.1491 61.1919 54.7422C61.4359 53.5223 62.3947 52.4146 62.1995 51.1825C62.1092 50.6214 61.7847 50.1237 61.6481 49.5747C61.5835 49.2762 61.5467 48.9724 61.5383 48.6671L61.3919 46.2713Z' fill='%23F9B408'/%3E%3Cpath d='M63.2778 46.6104C62.6607 46.4621 62.0198 46.4414 61.3943 46.5494C61.3943 48.3255 61.5139 49.0404 60.96 50.453C60.6945 51.0953 60.6575 51.8093 60.8551 52.4756C61.2943 53.906 61.4792 55.4023 61.4016 56.8965C61.3675 57.8725 61.1089 58.8484 61.0405 59.8243C61.0401 60.2408 61.0025 60.6564 60.9283 61.0662C60.6965 61.9664 59.9109 62.6032 59.1326 63.1131C56.9368 64.5648 53.443 65.5749 50.8666 66.5118C50.848 66.5196 50.8325 66.5333 50.8226 66.551C50.8127 66.5686 50.8091 66.589 50.8122 66.6089C50.8153 66.6288 50.8249 66.6472 50.8397 66.661C50.8544 66.6748 50.8733 66.6832 50.8934 66.685C54.3457 66.8826 59.3864 66.868 62.8265 66.7558C62.9252 66.7538 63.0203 66.7189 63.0968 66.6566C63.1734 66.5942 63.2268 66.508 63.2486 66.4117C63.3998 65.7359 63.0046 65.0113 63.6365 64.172C63.6825 64.1133 63.7098 64.0423 63.715 63.9679C63.7203 63.8935 63.7031 63.8193 63.6658 63.7548C63.1583 62.9009 63.1583 62.047 63.1168 61.2369C63.0339 59.5974 62.9924 57.9579 62.9924 56.3183C62.9804 55.9058 63.009 55.4931 63.0778 55.0862C63.3218 53.8663 64.283 52.7587 64.0854 51.5266C63.9951 50.9654 63.6731 50.4677 63.534 49.9163C63.4692 49.6187 63.4325 49.3156 63.4242 49.0111L63.2778 46.6104Z' fill='%23FEBD00'/%3E%3Cpath d='M38.9286 15.2647C34.6346 15.2281 29.4134 15.8331 24.7412 16.4528C23.4432 16.6261 22.1892 16.7993 21.0108 16.9603C20.8278 11.5684 24.4753 9.22862 28.6863 8.23563C32.1655 7.41098 36.0277 7.50369 38.4309 7.56224C38.3538 10.1397 38.5204 12.7186 38.9286 15.2647Z' fill='%23FEBD00'/%3E%3Cpath d='M95.1854 35.1413C64.5855 10.0115 57.5248 28.4661 55.9853 19.0655C55.4339 9.49911 56.8734 -0.674836 45.7845 0.0351445C35.2348 0.713407 36.8841 14.2616 38.0796 24.4136C41.8394 56.3602 85.7361 50.817 95.1854 35.1413Z' fill='%23DADFE0'/%3E%3Cpath d='M68.1721 26.4334C68.5551 26.57 102.573 37.5881 106.34 38.6495C80.1344 49.0869 67.4987 43.6876 62.1799 39.5522C64.871 34.414 67.6012 26.2333 68.1721 26.4334Z' fill='%23D2D4D5'/%3E%3Cpath d='M60.8452 40.105C68.4842 42.4643 86.3313 36.2477 94.6241 26.3641C86.524 22.6337 56.983 15.3118 53.0305 27.9182C51.5325 32.7027 55.7631 38.5338 60.8452 40.105Z' fill='%23666666'/%3E%3Cpath d='M28.6816 8.23511L28.1009 8.54252C27.2569 8.95698 26.4574 9.45647 25.7148 10.0332C24.968 10.6152 24.4192 11.4136 24.1435 12.3193C24.0041 12.9535 23.9703 13.6064 24.0435 14.2516C24.0636 14.6107 24.1183 14.9669 24.207 15.3154C24.3255 15.7187 24.504 16.102 24.7364 16.4523C23.4384 16.6256 22.1844 16.7988 21.0059 16.9598C20.8327 11.5679 24.4802 9.2281 28.6816 8.23511Z' fill='%23E75E00'/%3E%3Cpath d='M46.3477 10.3876C46.5182 9.56972 45.9935 8.76849 45.1757 8.59794C44.3578 8.42738 43.5566 8.95209 43.386 9.76992C43.2155 10.5877 43.7402 11.389 44.558 11.5596C45.3759 11.7301 46.1771 11.2054 46.3477 10.3876Z' fill='%23414143'/%3E%3Cpath d='M44.372 10.1895C44.372 10.2735 44.3471 10.3556 44.3004 10.4254C44.2538 10.4952 44.1875 10.5496 44.1099 10.5817C44.0323 10.6139 43.947 10.6223 43.8646 10.6059C43.7823 10.5895 43.7067 10.5491 43.6473 10.4897C43.5879 10.4303 43.5475 10.3547 43.5311 10.2724C43.5147 10.19 43.5231 10.1047 43.5553 10.0271C43.5874 9.94951 43.6418 9.8832 43.7116 9.83656C43.7814 9.78991 43.8635 9.76501 43.9475 9.76501C44.0601 9.76501 44.168 9.80974 44.2476 9.88935C44.3273 9.96897 44.372 10.0769 44.372 10.1895Z' fill='white'/%3E%3Cpath d='M45.8382 9.51583C45.8382 9.56409 45.8239 9.61126 45.797 9.65138C45.7702 9.6915 45.7321 9.72277 45.6876 9.74124C45.643 9.7597 45.5939 9.76454 45.5466 9.75512C45.4993 9.74571 45.4558 9.72247 45.4217 9.68835C45.3876 9.65423 45.3643 9.61076 45.3549 9.56343C45.3455 9.5161 45.3503 9.46704 45.3688 9.42246C45.3873 9.37788 45.4185 9.33978 45.4586 9.31297C45.4988 9.28616 45.5459 9.27185 45.5942 9.27185C45.6589 9.27185 45.7209 9.29756 45.7667 9.34331C45.8125 9.38907 45.8382 9.45112 45.8382 9.51583Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:bottom right}.side-box.dashboard-box .side-box__header{min-height:5rem;height:5rem;background:transparent;border-top-left-radius:0;border-top-right-radius:0;border-bottom:1px solid #EAEAEA;padding:1rem 2.4rem 1rem 2.5rem}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__header.custom-header{height:auto;min-height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__header.custom-header .side-box__actions{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1rem}}@media only screen and (max-width: 47.93em){.side-box.dashboard-box .side-box__header.statistic-box-header{height:auto;min-height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 47.93em){.side-box.dashboard-box .side-box__header.statistic-box-header .side-box__actions{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1rem}}.side-box.dashboard-box .side-box__content.scrollable{overflow-y:auto;height:22.6rem;scrollbar-color:transparent transparent;scrollbar-width:thin}.side-box.dashboard-box .side-box__content.scrollable::-webkit-scrollbar{width:7px;height:7px}.side-box.dashboard-box .side-box__content.scrollable::-webkit-scrollbar-track{background:transparent}.side-box.dashboard-box .side-box__content.scrollable::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.side-box.dashboard-box .side-box__content.scrollable:hover::-webkit-scrollbar-thumb{background:#dcdfea}.side-box.dashboard-box .side-box__content.scrollable::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.side-box.dashboard-box .side-box__content.scrollable:hover{scrollbar-color:#B9C0D4 transparent}.side-box.dashboard-box .side-box__title{font-size:1.35rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:none;color:#404040!important;text-transform:uppercase}.side-box.dashboard-box .side-box__title a{color:#404040}.side-box.dashboard-box .side-box__title__count{font-size:inherit;color:#838383;width:auto;display:inline;text-transform:none;font-weight:500;margin-top:0;margin-left:.6rem}.side-box.dashboard-box .side-box__title__icon{width:1.5rem;height:1.5rem;margin-right:1rem;fill:#909090}.side-box.dashboard-box .side-box__title__icon.statistic{fill:#2abb9b}.side-box.dashboard-box .side-box__title__icon.task{fill:#4bb8ff}.side-box.dashboard-box .side-box__title__icon.resubmission{fill:#8e44ad}.side-box.dashboard-box .side-box__title__icon.appointment{fill:#0fb9b1}.side-box.dashboard-box .side-box__title__icon.open-works{fill:#408fc7}.side-box.dashboard-box .side-box__title__icon.lost-icon{fill:#e45b72;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.side-box.dashboard-box .side-box__title__icon.current-sales{fill:#4aae48}.side-box.dashboard-box .side-box__title__icon.sales-by-order-type{fill:#8e44ad}.side-box.dashboard-box .side-box__title__icon.sell-stats{fill:#376eaf}.side-box.dashboard-box .side-box__title__icon.calendar-home{fill:#408fc7;width:2.4rem;height:2.6rem}.side-box.dashboard-box .side-box__title__icon.placetel{fill:#e45b72;height:1.4rem;width:1.4rem}.side-box.dashboard-box .side-box__actions .dropdown-show-more{position:static}.side-box.dashboard-box .side-box__actions .side-box__work-item__show-more{position:relative!important}.side-box.dashboard-box .side-box__actions .side-box__work-item__show-more__icon{width:2rem;height:1.5rem;fill:#909090}.side-box.dashboard-box .side-box__work-item{margin:2rem 0;position:relative;margin-top:0}.side-box.dashboard-box .side-box__work-item.open-works{margin-bottom:3.2rem;margin-top:1rem}.side-box.dashboard-box .side-box__work-item__resubmission-label{color:#818181;font-weight:400;max-width:22rem!important}.side-box.dashboard-box .side-box__work-item:last-child{border-bottom:none;padding-bottom:0}.side-box.dashboard-box .side-box__work-item__date{min-height:2.2rem}.side-box.dashboard-box .side-box__work-item__name.current-sales{padding-right:0}.side-box.dashboard-box .side-box__work-item__name__current-sales-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.7rem;font-weight:500;color:#6c6c6c}.side-box.dashboard-box .side-box__work-item__name__current-sales-container.sub-title{font-weight:400;color:#989898;font-size:1.6rem}.side-box.dashboard-box .side-box__work-item__name.appointment a{max-width:100%}.side-box.dashboard-box .side-box__work-item.sells-item{margin:3.3rem 0;padding-bottom:3.3rem}.side-box.dashboard-box .side-box__work-item a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:40rem}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__work-item a{max-width:350px}}.side-box.dashboard-box .side-box__work-item a:hover{text-decoration:underline}.side-box.dashboard-box .side-box__work-item.new-deals{display:grid;grid-template-columns:4rem 1fr;grid-gap:1rem}@media only screen and (max-width: 37.5em){.side-box.dashboard-box .side-box__work-item.new-deals{margin-bottom:.5rem}}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__work-item.new-deals{margin-bottom:2.2rem}}.side-box.dashboard-box .side-box__show-all{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;bottom:0;padding:2.5rem;right:0}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__show-all{position:relative;left:0;padding:0}}.side-box.dashboard-box .side-box__show-all a{margin-left:auto;font-size:1.3rem;font-weight:500;color:#848484}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__show-all a{margin-left:0}}.side-box.dashboard-box .side-box__show-all.in-list{margin:0;margin-bottom:-1.8rem;padding-right:0}.side-box.dashboard-box .side-box__sales-by-order-type-wrapper{margin:2.5rem 2.5rem 5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.side-box.dashboard-box .side-box__sales-by-order-type-box{width:50%;padding-right:4rem;margin-right:4rem;border-right:1px solid #E3E3E3}.side-box.dashboard-box .side-box__sales-by-order-type-box:last-child{margin-right:0;padding-right:0;border-right:none}.side-box.dashboard-box .side-box__work-item__name{word-break:break-word}@media only screen and (max-width: 29.93em){.side-box.dashboard-box .side-box__work-item__name.new-deals{margin-top:0}}.side-box.dashboard-box--empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.side-box.dashboard-box--empty .side-box__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box .bt-box__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.side-box .bt-box__header .multiselect-dashboard-widgets{min-width:12.6rem;margin-left:.5rem}@media only screen and (max-width: 100em){.side-box .bt-box__header .multiselect-dashboard-widgets{margin-left:0;min-width:15.6rem}}.side-box .bt-box__header__title{color:#606060;font-size:1.4rem;margin-bottom:0;font-weight:500}@media only screen and (max-width: 100em){.side-box .bt-box__header__title{margin-top:.8rem}}.side-box .bt-box__header.justify-flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.side-box .bt-box__header__time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box .bt-box__header__time h1{font-size:1.4rem;color:#767676;margin-right:1rem;margin-bottom:0}.side-box .bt-box__limits-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.2rem;margin-right:-1.2rem;margin-top:-1rem}.side-box .bt-box__limits-group__item{padding:1rem 1.2rem;width:50%;position:relative}.side-box .bt-box__limits-group__item__label{font-size:1.2rem;font-style:italic;color:#656565;width:100%;display:block}.side-box .bt-box__limits-group__item__value{width:100%;display:block;line-height:1;font-size:1.55rem;color:#505050;white-space:nowrap;font-weight:600}.side-box .bt-box__limits-group__item__value.red{color:#e45b72}.side-box .bt-box__limits-group__item__value.orange{color:#ef6c00}.side-box .bt-box__content-title{color:#606060;font-size:1.4rem;margin-bottom:1rem;margin-top:2.8rem;font-weight:500}.side-box.feed-side-box{-webkit-box-shadow:none;box-shadow:none;border-radius:0;border:1px solid #D8D8D8;margin-bottom:4.5rem}.side-box.feed-side-box .side-box__header{background:#f8f8f8}.side-box.feed-side-box .side-box__title{font-size:1.8rem}.side-box--work-dashboard{border-radius:10px;margin-bottom:2.4rem;padding:28px;border:0;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}.side-box--work-dashboard .side-box__contact-item{cursor:pointer}.side-box--work-dashboard .side-box__contact-item .dropdown-show-more{display:block;width:24px;height:24px;right:0}.side-box--work-dashboard .side-box__contact-item .dropdown-toggle{width:24px!important;height:24px!important}.side-box--work-dashboard .side-box__content{padding:0}.side-box--work-dashboard.box-empty{padding:0;margin-bottom:0}.side-box--work-dashboard.box-empty.lock-work .side-box--work-dashboard__header{border:1px solid #EAEAEA;background:#fff;min-height:7rem}.side-box--work-dashboard.box-empty .side-box--work-dashboard__header{border:1px dashed #D0D5DD;background:transparent;height:5rem;padding:20px 28px!important;border-radius:10px}.side-box--work-dashboard.box-empty .side-box--work-dashboard__title{color:#98a2b3;font-size:1.6rem;font-weight:600}.side-box--work-dashboard.box-empty .side-box--work-dashboard__actions__add-new-icon{fill:#fff}.side-box--work-dashboard.box-empty .side-box--work-dashboard__actions__add-new-text{color:#606060}.side-box--work-dashboard__header{border-radius:0;background:#fff;border:0;padding:0!important;min-height:0!important;margin-bottom:20px!important}.side-box--work-dashboard__title{color:#1d2939;font-size:1.55rem;font-weight:600}.side-box--work-dashboard__box-title{color:#667085;font-size:1rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px;text-transform:uppercase}.side-box--work-dashboard__box-title__icon{width:1.6rem;height:1.6rem;fill:#404040;margin-right:5px}.side-box--work-dashboard__box-title__icon.blue{fill:#3a87cb}.side-box--work-dashboard__actions__lock-work{fill:#b9b9b9;width:2.4rem;height:2.4rem}.side-box--work-dashboard__actions__add-new-icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d5d9eb;width:20px;height:20px;border-radius:50%;-webkit-transition:background .3s ease;transition:background .3s ease;border:0!important;outline:none!important}.side-box--work-dashboard__actions__add-new-icon-box:hover{text-decoration:none!important;background:#4bb8ff;-webkit-transition:background .3s ease;transition:background .3s ease}.side-box--work-dashboard__actions__add-new-icon-box:disabled{outline:none!important;border:0!important;cursor:not-allowed!important}.side-box--work-dashboard__actions__add-new-icon-box:disabled:hover{background:#d5d9eb;cursor:not-allowed!important}.side-box--work-dashboard__actions__add-new-icon{width:.8rem;height:.8rem;fill:#fff}.side-box--work-dashboard__actions__add-new-text{color:#505050;font-size:1.25rem;margin-left:.5rem;display:none}.side-box--work-dashboard__contact-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.3;cursor:pointer}.side-box--work-dashboard__contact-item__info-wrapper{margin-bottom:20px}.side-box--work-dashboard__contact-item__info-wrapper:hover .dropdown-show-more{display:block}.side-box--work-dashboard__contact-item__info-wrapper:last-child{margin-bottom:0}.side-box--work-dashboard__contact-item__authorized-persons__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.side-box--work-dashboard__contact-item__authorized-persons .authorized-person-icon{margin-right:.6rem;width:1rem;height:1.1rem;fill:#989898}.side-box--work-dashboard__contact-item__authorized-persons .authorized-person-icon.primary{fill:#3a87cb}.side-box--work-dashboard__contact-item__authorized-persons--person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-box--work-dashboard__contact-item__authorized-persons--person__fullname{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;color:#101828;font-weight:500}.side-box--work-dashboard__contact-item__authorized-persons--person__fullname .icon{width:14px;height:14px}.side-box--work-dashboard__contact-item__authorized-persons--person__fullname .btn.btn-copy{display:none}.side-box--work-dashboard__contact-item__authorized-persons--person__fullname:hover .btn.btn-copy{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box--work-dashboard__contact-item__authorized-persons--person__gender,.side-box--work-dashboard__contact-item__authorized-persons--person__title{font-size:1.1rem;font-weight:400;color:#344054}.side-box--work-dashboard__contact-item__authorized-persons--person__position{font-size:1.2rem;color:#101828;font-weight:400;font-style:italic}.side-box--work-dashboard__contact-item__name{font-size:1.4rem;color:#101828;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__contact-item__name:hover .btn.btn-copy{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box--work-dashboard__contact-item__name span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-box--work-dashboard__contact-item__name .btn.btn-copy{display:none}.side-box--work-dashboard__contact-item__name .icon{width:1.6rem;height:1.6rem;fill:#404040}.side-box--work-dashboard__contact-item__name .side-box__contact-item__title__id{font-size:1.2rem;color:#667085;font-weight:500}.side-box--work-dashboard__contact-item__name__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__contact-item__name__content__name-and-id{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:230px}@media only screen and (max-width: 90em){.side-box--work-dashboard__contact-item__name__content__name-and-id{width:200px}}.side-box--work-dashboard__contact-item__address__street,.side-box--work-dashboard__contact-item__address__city{font-size:1.4rem;color:#101828;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__contact-item__address__street:hover .btn.btn-copy,.side-box--work-dashboard__contact-item__address__city:hover .btn.btn-copy{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box--work-dashboard__contact-item__address__street .btn.btn-copy,.side-box--work-dashboard__contact-item__address__city .btn.btn-copy{display:none}.side-box--work-dashboard__contact-item__address__street .icon,.side-box--work-dashboard__contact-item__address__city .icon{width:1.6rem;height:1.6rem;fill:#404040}.side-box--work-dashboard__contact-item__mobile,.side-box--work-dashboard__contact-item__phone,.side-box--work-dashboard__contact-item__mail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__contact-item__mobile a,.side-box--work-dashboard__contact-item__phone a,.side-box--work-dashboard__contact-item__mail a{text-decoration:none;color:#101828}.side-box--work-dashboard__contact-item__mobile:hover .btn.btn-copy,.side-box--work-dashboard__contact-item__phone:hover .btn.btn-copy,.side-box--work-dashboard__contact-item__mail:hover .btn.btn-copy{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box--work-dashboard__contact-item__mobile .btn.btn-copy,.side-box--work-dashboard__contact-item__phone .btn.btn-copy,.side-box--work-dashboard__contact-item__mail .btn.btn-copy{display:none}.side-box--work-dashboard__contact-item__mobile .icon,.side-box--work-dashboard__contact-item__phone .icon,.side-box--work-dashboard__contact-item__mail .icon{width:1.6rem;height:1.6rem;fill:#404040}.side-box--work-dashboard__contact-item__mobile__link{font-size:1.4rem;color:#101828;font-weight:500;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__contact-item__mobile__link a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:240px}.side-box--work-dashboard__contact-item__mobile__link .btn.btn-copy,.side-box--work-dashboard__contact-item__phone__link .btn.btn-copy,.side-box--work-dashboard__contact-item__mail__link .btn.btn-copy{display:none}.side-box--work-dashboard__contact-item__mobile__link .btn.btn-copy .icon,.side-box--work-dashboard__contact-item__phone__link .btn.btn-copy .icon,.side-box--work-dashboard__contact-item__mail__link .btn.btn-copy .icon{width:16px;height:16px;fill:#344054}.side-box--work-dashboard__contact-item__mobile__link:hover .btn.btn-copy,.side-box--work-dashboard__contact-item__phone__link:hover .btn.btn-copy,.side-box--work-dashboard__contact-item__mail__link:hover .btn.btn-copy{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box--work-dashboard__contact-item__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:20px;width:100%}.side-box--work-dashboard__contact-item__text:first-child{margin-top:0}.side-box--work-dashboard__contact-item__text__title{font-size:1rem;color:#667085;font-weight:600;text-transform:uppercase}.side-box--work-dashboard__contact-item__text a{text-decoration:none;color:#101828}.side-box--work-dashboard__contact-item__text__copiable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__contact-item__text__copiable .btn.btn-copy{display:none}.side-box--work-dashboard__contact-item__text__copiable .btn.btn-copy .icon{width:16px;height:16px;fill:#344054}.side-box--work-dashboard__contact-item__text__copiable:hover .btn.btn-copy{display:-webkit-box;display:-ms-flexbox;display:flex}.side-box--work-dashboard__work-list{list-style:none;padding:0}.side-box--work-dashboard__work-list__work-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding-bottom:16px;margin-bottom:16px;cursor:pointer}.side-box--work-dashboard__work-list__work-item:hover .side-box--work-dashboard__work-list__work-item__dropdown-wrapper{display:block}.side-box--work-dashboard__work-list__work-item:before{position:absolute;width:100%;height:1px;background:#eaecf0;display:block;content:"";bottom:0;left:0}.side-box--work-dashboard__work-list__work-item:last-child{margin-bottom:0;padding-bottom:0}.side-box--work-dashboard__work-list__work-item:last-child:before{display:none}.side-box--work-dashboard__work-list__work-item__group{display:grid;grid-template-columns:auto 1fr auto auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.side-box--work-dashboard__work-list__work-item__group.tasks{grid-template-columns:20px 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:12px}.side-box--work-dashboard__work-list__work-item__dropdown-wrapper{position:absolute;top:-5px;right:-5px;display:none}@media only screen and (max-width: 80em){.side-box--work-dashboard__work-list__work-item__dropdown-wrapper{display:block}}.side-box--work-dashboard__work-list__work-item__dropdown-wrapper .dropdown-show-more,.side-box--work-dashboard__work-list__work-item__dropdown-wrapper .side-box__work-item__show-more{position:relative!important;top:0!important;left:0!important;right:inherit!important}.side-box--work-dashboard__work-list__work-item__dropdown-wrapper .side-box__work-item__show-more:before{width:2rem;height:2rem;left:.5rem;top:.5rem}.side-box--work-dashboard__work-list__work-item__checkbox{width:2rem}.side-box--work-dashboard__work-list__work-item__checkbox .form-group{margin-bottom:0}.side-box--work-dashboard__work-list__work-item__task-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-box--work-dashboard__work-list__work-item__task-text h6{font-size:1.4rem;color:#1d2939;cursor:pointer;white-space:pre-line;word-break:break-word}.side-box--work-dashboard__work-list__work-item__task-text .task-assign{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__work-list__work-item__task-text .task-assign .icon{width:14px;height:14px;fill:#475467;-ms-flex-negative:0;flex-shrink:0}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__assigned{font-size:1.2rem;line-height:1.1;margin-bottom:0;margin-left:2px}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date__icon{width:14px;height:14px;fill:#475467;-ms-flex-negative:0;flex-shrink:0}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date__icon.overdue{fill:#e45b72}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date__icon.due{fill:#fad859}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date__text{font-size:1.2rem;font-weight:500;color:#475467;margin-left:2px}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date__text.overdue{color:#e45b72}.side-box--work-dashboard__work-list__work-item__task-text .task-assign__date__text.due{color:#fad859}.side-box--work-dashboard__work-list__work-item__name{font-size:1.35rem;color:#404040;margin-bottom:0;width:17.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}@media only screen and (max-width: 100em){.side-box--work-dashboard__work-list__work-item__name{width:17rem}}@media only screen and (max-width: 87.5em){.side-box--work-dashboard__work-list__work-item__name{width:17rem}}@media only screen and (max-width: 62em){.side-box--work-dashboard__work-list__work-item__name{width:100%}}@media only screen and (max-width: 47.93em){.side-box--work-dashboard__work-list__work-item__name{width:90%}}.side-box--work-dashboard__work-list__work-item__date{margin-right:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__work-list__work-item__date__icon{width:1.2rem;height:1.2rem;fill:#fad859;margin-right:3px}.side-box--work-dashboard__work-list__work-item__date__icon.overdue{fill:#e45b72}.side-box--work-dashboard__work-list__work-item__date__text{font-size:1.2rem;color:#fad859;font-weight:500}.side-box--work-dashboard__work-list__work-item__date__text.overdue{color:#e45b72}.side-box--work-dashboard__work-list__work-item__user-name{width:2.8rem;height:2.8rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.side-box--work-dashboard__work-list__work-item__user-name.green{background:#2abb9b}.side-box--work-dashboard__work-list__work-item__user-name__text{color:#fff;font-size:1.2rem;font-weight:500}.side-box--work-dashboard__work-list__work-item__image-wrapper{width:2.8rem;height:2.8rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.side-box--work-dashboard__work-list__work-item__image-wrapper img{height:2.8rem;width:auto}.side-box--work-dashboard__work-item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.side-box--work-dashboard__work-item:not(:last-child){margin-bottom:1.5rem}.side-box--work-dashboard__work-item__name-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.side-box--work-dashboard__work-item__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.35rem;color:#303030;font-weight:400;margin-top:-.3rem}.side-box--work-dashboard__work-item__box .dot{width:5px;height:5px;border-radius:50%;background:#7c7c7c;display:block;margin:0 5px}.side-box--work-dashboard__work-item__box__time-icon{width:1.2rem;height:1.2rem;fill:#303030;margin:0 3px}.side-box--work-dashboard__work-item__box__place{width:20rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-box--work-dashboard__work-item.appointment{position:relative;margin-bottom:16px;padding-bottom:16px}.side-box--work-dashboard__work-item.appointment:before{position:absolute;bottom:0;width:100%;height:1px;background:#eaecf0;content:"";display:block}.side-box--work-dashboard__work-item.appointment:last-child:before{display:none}.side-box--work-dashboard__work-item__appointment{cursor:pointer;width:100%}.side-box--work-dashboard__work-item__appointment:hover .dropdown-show-more{display:block}.side-box--work-dashboard__work-item__appointment__title{font-size:1.4rem;font-weight:500;color:#101828;margin-bottom:8px}.side-box--work-dashboard__work-item__appointment__date-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-box--work-dashboard__work-item__appointment__date-time .date,.side-box--work-dashboard__work-item__appointment__date-time .time{font-size:1.2rem;font-weight:500;color:#475467;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}.side-box--work-dashboard__work-item__appointment__date-time .date .icon,.side-box--work-dashboard__work-item__appointment__date-time .time .icon{width:14px;height:14px;fill:#475467;-ms-flex-negative:0;flex-shrink:0;margin-right:2px}.side-box--work-dashboard__work-item__appointment__date-time .time .icon{width:12px;height:12px;fill:#475467;-ms-flex-negative:0;flex-shrink:0;margin-right:2px}.side-box--work-dashboard__work-item__appointment__place{font-size:1.2rem;font-weight:500;color:#475467;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;line-height:1.2;margin-top:4px}.side-box--work-dashboard__work-item__appointment__place .icon{width:14px;height:14px;fill:#475467;-ms-flex-negative:0;flex-shrink:0;margin-right:2px;margin-top:1px}.side-box--work-dashboard__work-item__appointment__assigned{font-size:1.2rem;font-weight:500;color:#475467;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;line-height:1.4;margin-top:4px}.side-box--work-dashboard__work-item__appointment__assigned .icon{width:14px;height:14px;fill:#475467;-ms-flex-negative:0;flex-shrink:0;margin-right:2px;margin-top:1px}.side-box--work-dashboard__work-item__appointment .dropdown-show-more{right:-4px!important;display:none}@media only screen and (max-width: 80em){.side-box--work-dashboard__work-item__appointment .dropdown-show-more{display:block}}.side-box--work-dashboard .side-box__content-container{padding:0!important}.work-sidebox-mobile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0 16px;overflow-x:auto}@media only screen and (min-width: 80em){.work-sidebox-mobile-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-x:inherit}}.work-sidebox-mobile-wrapper>*{min-width:315px}@media only screen and (min-width: 23.438em){.work-sidebox-mobile-wrapper>*{min-width:344px}}@media only screen and (min-width: 80em){.work-sidebox-mobile-wrapper>*{min-width:100%}}.contact-person-wrapper{margin-top:2.4rem;margin-bottom:2.4rem}.contact-person{width:100%;height:21rem;background-color:#fff;border:1px solid #ECEFF2;padding:2.8rem 1rem 2.8rem 3rem}.contact-person.extra{padding:1.3rem 1rem 1.4rem 3rem;height:auto;cursor:pointer;position:relative;margin-top:5px}.contact-person.extra .contact-person__content{margin-top:0}.contact-person.extra.collapsed{padding:1.3rem 2.9rem 1.3rem 3.6rem;height:6.3rem}.contact-person.extra.collapsed .contact-person__content__accordion-icon{-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0);top:50%}.contact-person.extra.collapsed .contact-person__content__avatar-box{width:4.2rem;height:4.2rem;margin-right:2.4rem}.contact-person.extra.collapsed .contact-person__content__text__phone,.contact-person.extra.collapsed .contact-person__content__text__mail,.contact-person.extra.collapsed .contact-person__content__text__btn{display:none}.contact-person__title{font-size:1.35rem;color:#3a87cb;font-weight:600;text-transform:uppercase;line-height:1}.contact-person__content{margin-top:2.1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.contact-person__content__accordion-icon{width:2rem;height:2rem;position:absolute;top:3rem;right:2.4rem;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.contact-person__content__avatar-box{width:5.6rem;height:5.6rem;overflow:hidden;border-radius:50%;margin-right:1.6rem;margin-left:.2rem}.contact-person__content__avatar-box__img{width:100%;height:auto}.contact-person__content__text__name{color:#505050;font-size:1.5rem;font-weight:600;line-height:1;margin-top:.5rem;margin-bottom:2px}.contact-person__content__text__title{color:#505050;font-size:1.2rem;font-style:italic;line-height:1;margin-bottom:.8rem}.contact-person__content__text__phone{font-size:1.25rem;color:#505050;font-weight:500;line-height:1;margin-bottom:.8rem}.contact-person__content__text__mail{font-size:1.25rem;color:#505050;font-weight:500;line-height:1;margin-bottom:1.1rem;display:block}.contact-person__content__text__btn{background-color:#4bb8ff;color:#fff;font-size:1.2rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;padding:6px 14px}.person-to-contact{width:30px;height:30px;position:absolute;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:0}@media only screen and (max-width: 37.5em){.person-to-contact{display:-webkit-box;display:-ms-flexbox;display:flex}}.person-to-contact__dropdown{min-width:inherit!important;width:30px;height:30px;padding:0!important;border:0!important;background:transparent!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.person-to-contact__dropdown__icon{width:16px;height:16px}.slide-shadow{width:100%}@media only screen and (max-width: 56.25em){.slide-shadow{overflow:hidden;position:relative}.slide-shadow td.table-offer-new__td.action{position:relative;z-index:2}}@media only screen and (max-width: 87.5em){.slide-shadow:has(.calculation){overflow:hidden;position:relative}}.sweet-alert2__modal{padding:3.4rem!important;width:36rem!important}.sweet-alert2__modal.new-change-confirmation{width:53rem!important;padding:4.2rem!important}.sweet-alert2__modal.register{width:54rem!important;padding:4.2rem!important}.sweet-alert2__modal.forgot-email{width:47rem!important;padding:4.2rem!important}.sweet-alert2__modal.ask-confirmation{width:52rem!important;padding:4.2rem 4.2rem 8rem!important}.sweet-alert2__modal.reclamation-success{width:56rem!important;padding:4.5rem 4.2rem 4rem!important}.sweet-alert2__header{padding:0!important}.sweet-alert2__title-bar{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-flow:column!important;flex-flow:column!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;margin-bottom:1rem!important}.sweet-alert2__icon{margin-bottom:2rem!important;width:7.6rem!important;height:auto!important}.sweet-alert2__icon.new-change-confirmation{width:16rem!important;height:auto!important}.sweet-alert2__icon.register,.sweet-alert2__icon.forgot-email{width:13.5rem!important;height:auto!important}.sweet-alert2__icon.wizard-complete{width:18.8rem!important;height:auto!important}.sweet-alert2__icon.wizard-draft{width:13.2rem!important;height:auto!important}.sweet-alert2__icon.warning{width:7.6rem!important;height:auto!important}.sweet-alert2__icon.danger,.sweet-alert2__icon.success,.sweet-alert2__icon.info{width:6.6rem!important;height:auto!important}.sweet-alert2__title{font-size:2.1rem!important;font-weight:500!important;color:#303030!important;text-align:center!important}.sweet-alert2__title.mb{margin-bottom:1rem}.sweet-alert2__content{font-size:1.4rem!important;color:#202020!important;font-weight:400!important;padding:0!important}.sweet-alert2__content .swal2-html-container{line-height:1.5!important}.sweet-alert2__content .swal2-html-container p a{color:#4bb8ff!important}.sweet-alert2__actions{margin-top:3.3rem!important;padding:0!important}.sweet-alert2__actions:has(.btn)>*{margin-left:15px}.sweet-alert2__actions:has(.btn)>*:first-child{margin-left:0}.sweet-alert2__actions.button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sweet-alert2__actions.button-group>*{margin-left:15px}.sweet-alert2__actions.button-group>*:first-child{margin-left:0}.sweet-alert2__confirm-btn{min-width:12rem;height:3.4rem!important;margin-left:1.5rem!important;padding:1.6rem!important;border-radius:5px!important;text-align:center!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;background:#4bb8ff!important;color:#fff!important;font-size:1.5rem!important;font-weight:500!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.sweet-alert2__confirm-btn.danger{background:#f04438!important}.sweet-alert2__confirm-btn.danger:hover{background:#d92d20!important}.sweet-alert2__confirm-btn.no-margin{margin-left:0!important}.sweet-alert2__confirm-btn:hover{background:#3a87cb!important}.sweet-alert2__confirm-btn.ask-confirmation{width:calc(50% - .75rem)!important}.sweet-alert2__deny-btn{min-width:13rem!important;height:4rem!important;margin-left:1.5rem!important;padding:1rem 2rem!important;border-radius:3px!important;text-align:center!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;background:#4bb8ff!important;color:#fff!important;font-size:1.35rem!important;font-weight:400!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.sweet-alert2__deny-btn:hover{background:#18a4ff!important}.sweet-alert2__deny-btn.ask-confirmation{position:absolute!important;bottom:2.6rem!important;right:3.2rem!important;background:transparent!important;border:0!important;outline:0!important;color:#ff6369!important;text-decoration:underline!important;text-align:right!important;font-size:1.3rem!important;font-weight:400!important;padding:.5rem 1rem!important;height:auto!important}.sweet-alert2__deny-btn.ask-confirmation:hover{color:#e45b72!important}.sweet-alert2__cancel-btn{min-width:12rem;height:3.4rem!important;padding:0 1.6rem!important;border-radius:5px!important;text-align:center!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;background:#fcfcfd!important;color:#384250!important;font-size:1.4rem!important;font-weight:500!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;border:1px solid #E5E7EB!important}.sweet-alert2__cancel-btn.has-margin{margin-left:1.5rem!important}.sweet-alert2__cancel-btn:hover{background:#4d5761!important;color:#fff!important;border:1px solid #4D5761!important}.sweet-alert2__cancel-btn.ask-confirmation{width:calc(50% - .75rem)!important}.sweet-alert2__close-btn{right:1rem!important;top:1rem!important;color:#c4c4c4!important;font-weight:500!important;font-family:Roboto,sans-serif!important}.sweet-alert2__close-btn:hover{color:#e45b72!important}.sweet-alert2.subscribe.success .sweet-alert2__modal{width:52rem!important;padding:4.2rem!important}.sweet-alert2.subscribe.success .sweet-alert2__modal .btn.sweet-alert2__cancel-btn,.sweet-alert2.subscribe.success .sweet-alert2__modal .swal2-deny.btn.sweet-alert2__deny-btn{display:none!important}.sweet-alert2.subscribe.success .sweet-alert2__icon{width:14.3rem!important;height:auto!important}.sweet-alert2.subscribe.success .swal2-html-container{font-size:1.8rem;color:#303030;font-weight:500}.sweet-alert2.subscribe.warning .sweet-alert2__modal{width:52rem!important;padding:4.2rem!important}.sweet-alert2.subscribe.warning .sweet-alert2__actions.button-group{margin-bottom:3rem}.sweet-alert2.subscribe.warning .btn.sweet-alert2__deny-btn{display:none!important}.sweet-alert2.subscribe.warning h2{position:inherit}.sweet-alert2.subscribe.warning a{position:absolute;bottom:2rem;font-size:1.3rem;text-decoration:underline;color:#3a87cb;font-weight:500}.sweet-alert2.subscribe.warning--basic .btn.sweet-alert2__cancel-btn{display:none!important}.sweet-alert2.subscribe.md .sweet-alert2__modal{width:394px!important;padding:6.8rem 2rem 4rem!important}.sweet-alert2.subscribe.md .sweet-alert2__icon{width:7rem!important;height:7rem!important;margin-bottom:14px!important}.sweet-alert2.subscribe.md .sweet-alert2__actions.button-group{margin-top:2rem!important;margin-bottom:0!important}.sweet-alert2.subscribe.w-link .sweet-alert2__modal{width:39.4rem!important;padding:4rem 2rem 8rem!important}.sweet-alert2.subscribe.w-link .sweet-alert2__title-bar a{bottom:4rem}.sweet-alert2.subscribe.w-link .sweet-alert2__icon{width:7rem!important;height:7rem!important;margin-bottom:14px!important}.sweet-alert2.subscribe.w-link .sweet-alert2__actions.button-group{margin-top:2rem!important;margin-bottom:0!important}.sweet-alert2.create-order-alert .sweet-alert2__modal{width:40rem!important}.sweet-alert2.create-order-alert .sweet-alert2__icon{width:12.5rem!important;height:auto!important}.sweet-alert2.create-order-alert .sweet-alert2__title{font-size:1.9rem!important}.sweet-alert2.delete-custom-field .sweet-alert2__modal{width:60rem!important;padding:2.8rem!important}.sweet-alert2.delete-custom-field .swal2-header.sweet-alert2__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sweet-alert2.delete-custom-field .swal2-header.sweet-alert2__header .sweet-alert2__title{font-size:1.8rem!important;color:#101828!important;font-weight:600!important;margin-bottom:1.2rem!important}.sweet-alert2.delete-custom-field .swal2-header.sweet-alert2__header .sweet-alert2__icon.warning{display:none}.sweet-alert2.delete-custom-field .swal2-content.sweet-alert2__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sweet-alert2.delete-custom-field .swal2-html-container{color:#344054;font-size:1.4rem;text-align:left}.sweet-alert2.delete-custom-field .swal2-checkbox{margin:1.6rem 0 0}.sweet-alert2.delete-custom-field .swal2-checkbox #swal2-checkbox{margin-left:0}.sweet-alert2.delete-custom-field .sweet-alert2__close-btn:focus{border:0!important;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.sweet-alert2.delete-custom-field .swal2-actions.sweet-alert2__actions{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:1.6rem!important}.sweet-alert2.delete-custom-field .swal2-actions.sweet-alert2__actions .swal2-cancel.btn.sweet-alert2__cancel-btn{border:1px solid #EAECF0;color:#475467!important;background:#fcfcfd!important;border-radius:5px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:36px!important;min-width:80px!important;padding:0 16px!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.sweet-alert2.delete-custom-field .swal2-actions.sweet-alert2__actions .swal2-cancel.btn.sweet-alert2__cancel-btn:hover{border-color:#eaecf0!important;background:#4d5761!important;color:#fff!important}.sweet-alert2.delete-custom-field .swal2-actions.sweet-alert2__actions .swal2-confirm.btn.sweet-alert2__confirm-btn{background:#f04438!important;border-radius:5px!important}.sweet-alert2.delete-custom-field .swal2-actions.sweet-alert2__actions .swal2-confirm.btn.sweet-alert2__confirm-btn.disabled{background:#fecdca!important;opacity:1!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin-top:0!important;top:42%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.swal2-container{z-index:5000!important}.swal2-cancel.cancel-button{background:#b9b9b9;min-width:13rem!important;height:4rem!important;margin-left:1.5rem!important;padding:1rem 2rem!important;border-radius:3px!important;text-align:center!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;color:#fff!important;font-size:1.5rem!important;font-weight:500!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;border:0}.swal2-cancel.mr-2{margin-right:2rem}.table-filter{position:relative;z-index:51;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 47.93em){.table-filter{z-index:auto}}.table-filter .multiselect{width:auto;margin-left:10px}.table-filter .multiselect__option--disabled{background:#b9c0d4!important;color:#fff!important;font-size:1.3rem}.table-filter__filter-wrapper{position:relative}@media only screen and (max-width: 75em){.table-filter__filter-wrapper{width:24rem}}@media only screen and (max-width: 37.5em){.table-filter__filter-wrapper{width:auto}}.table-filter__container{width:26rem;position:absolute;top:3rem;left:0;background:#fff;border-radius:5px;padding:0;margin-top:3px;margin-bottom:3px;-webkit-box-shadow:0px 4px 6px -2px rgba(16,24,40,.03),0px 12px 16px -4px rgba(16,24,40,.08);box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814}.table-filter__container__adjust-position{right:0;left:auto}@media only screen and (max-width: 47.93em){.table-filter__container{z-index:501!important;background:transparent}}.table-filter__container .custom-checkbox span{margin-left:8px!important}@media only screen and (max-width: 40em){.table-filter__container{width:100vw!important;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:30;margin:0}}.table-filter__container__header{margin:0;padding:1rem 1.5rem;background:#404040;color:#fff;font-size:1.3rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 40em){.table-filter__container__header{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff}}.table-filter__container__header__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:2rem;height:2rem;padding:0;margin-right:.5rem}.table-filter__container__header__back__icon{fill:#fff;width:1.2rem;height:1rem}@media only screen and (max-width: 37.5em){.table-filter__container__header__back__icon{height:1.2rem}}.table-filter__container__header__close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;padding:0;margin-left:auto}.table-filter__container__header__close__icon{fill:#344054;width:1.2rem;height:1.2rem}.table-filter__container__content{min-height:10rem;padding:2rem 1.5rem}@media only screen and (max-width: 40em){.table-filter__container__content{padding:2rem;overflow-y:auto;border-top-left-radius:10px;border-top-right-radius:10px;min-height:auto;background:#fff;-webkit-box-flex:1;-ms-flex:1;flex:1}}.table-filter__container__content .form__group,.table-filter__container__content .form__group--full-width{padding:.5rem}.table-filter__container__content:has(.currency-range){min-height:auto}.table-filter__container__footer{margin:0;padding:1.5rem 1rem;font-size:1.3rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 40em){.table-filter__container__footer{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:auto!important;background:#fff;padding-bottom:70px}}.table-filter__container__footer button.btn.btn-modal-primary.sm{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:1px solid #EAECF0;border-radius:5px;padding:8px 12px;background:#fff;color:#101828}@media only screen and (max-width: 40em){.table-filter__container__footer button.btn.btn-modal-primary.sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.table-filter__container__footer button.btn.btn-modal-primary.sm:disabled{border-color:#b3b8db!important;background:#b3b8db!important}.table-filter__container__footer button.btn.btn-modal-primary.sm:hover{background:#eaecf0}.table-filter__container.date-filter-box{width:800px}@media only screen and (max-width: 40em){.table-filter__container.date-filter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;position:fixed;z-index:501!important}}.table-filter__container.date-filter-box .mx-datepicker-main{border:0}.table-filter__container.date-filter-box .mx-datepicker-main .mx-calendar.mx-calendar-panel-date{border:1px solid #EAECF0}.table-filter__container.date-filter-box .date-picker__side-block{position:absolute;right:0;top:0;width:270px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (max-width: 40em){.table-filter__container.date-filter-box .date-picker__side-block{position:relative}}.table-filter__container.date-filter-box .date-picker__side-block__picker-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;margin-top:12px;margin-left:10px}.table-filter__container.date-filter-box .date-picker__side-block__picker-group .mx-datepicker{width:100%}.table-filter__container.date-filter-box .btn:not(.table-filter__container__header__close){width:150px;padding:12px 24px}@media only screen and (max-width: 40em){.table-filter__container.date-filter-box .table-filter__container__content{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media only screen and (max-width: 40em){.table-filter__container.date-filter-box .table-filter__container__footer{background:#fff!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:auto!important}}@media only screen and (max-width: 40em){.table-filter__container.date-filter-box .table-filter__container__footer .btn.btn-modal-primary.sm.d-none{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.table-filter__container.date-filter-box .table-filter__container__header{display:none}@media only screen and (max-width: 40em){.table-filter__container.date-filter-box .table-filter__container__header{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff}}.table-filter__container.range-filter-box{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:280px}.table-filter__container.range-filter-box .currency-range h4{display:none}.table-filter__container.range-filter-box .currency-range .form__group.form__input{padding:0;border:0}.table-filter__container.range-filter-box .currency-range .form__group.form__input .px-input-duration input{height:4rem}.table-filter__link{display:block;color:#404040;padding:5px;font-size:1.2rem}@media only screen and (max-width: 37.5em){.table-filter__link{padding:1rem 5px;font-size:1.3rem;border-bottom:1px solid #f1f1f1}}.table-filter__link:hover{background:#00000008;color:#404040}.table-filter__tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;font-size:1.2rem;font-weight:500;color:#667085;white-space:nowrap;position:relative}@media only screen and (max-width: 47.93em){.table-filter__tag{margin:5px 0}}.table-filter__tag .selected-filter{color:#101828}.table-filter__tag__remove{padding:0;width:3rem;height:2.8rem}.table-filter__tag__remove:hover,.table-filter__tag__remove:active,.table-filter__tag__remove:focus{background:transparent!important}.table-filter__tag__remove__icon{width:1rem;height:1rem;fill:#4e5ba6}.table-filter__tag__edit{font-size:1.2rem;height:100%;margin-left:-4px;color:#667085;font-weight:500}.table-filter__tag__edit:hover,.table-filter__tag__edit:active,.table-filter__tag__edit:focus{background:transparent;color:#667085}.table-filter__tag__edit .icon{width:8px;height:8px;fill:#98a2b3;margin-left:6px;-ms-flex-negative:0;flex-shrink:0}.table-filter__tag__edit .icon.active{fill:#4bb8ff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table-filter__tag__edit.selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-filter__tag__edit.selected .selected-filter{font-weight:600}.table-filter__tag .vdp-datepicker,.table-filter__tag .vdp-datepicker *,.table-filter__tag .form__group--full-width,.table-filter__tag .form__group{white-space:normal}.table-filter__tag.filtered-tag{background:transparent;border:0;padding:0;margin-right:0;font-weight:600}.table-filter__tag.filtered-tag .selected-filter{color:#3a87cb}.filter-container .smart-view-search{position:relative;margin-bottom:12px}.filter-container .smart-view-search .icon{width:12px;height:12px;fill:#667085;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:10px}.filter-container .smart-view-search .form-control{padding:8px 12px 8px 30px!important;border:1px solid #EAECF0;background:#f9fafb;height:4rem!important;border-radius:5px;font-size:1.4rem!important}.filter-container .smart-view-search .form-control:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.filter-container .smart-view-search .form-control::-webkit-input-placeholder{font-size:1.3rem;color:#475467;padding-left:0}.filter-container .smart-view-search .form-control::-moz-placeholder{font-size:1.3rem;color:#475467;padding-left:0}.filter-container .smart-view-search .form-control:-ms-input-placeholder{font-size:1.3rem;color:#475467;padding-left:0}.filter-container .smart-view-search .form-control::-ms-input-placeholder{font-size:1.3rem;color:#475467;padding-left:0}.filter-container .smart-view-search .form-control::placeholder{font-size:1.3rem;color:#475467;padding-left:0}.filter-container .filter-list{padding:0;list-style:none;overflow:auto;max-height:350px;margin-bottom:0}.filter-container .filter-list li .b-dropdown-text{padding:0}.filter-container .filter-list li.select{cursor:pointer}.filter-container .filter-list li.select .b-dropdown-text{font-size:1.3rem!important;color:#667085}.filter-container .filter-list li.select.selected-all .b-dropdown-text{color:#101828;font-weight:600}.currency-range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.currency-range__input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.currency-range__alert{font-size:1.3rem;font-weight:500;color:#101828;line-height:1.4;margin-top:12px}.currency-range .divider{margin:0 12px}.table-default thead th,.table-default thead td{color:#505050}.table-default th,.table-default td{padding:1.5rem 3px}.table-default tr td{color:#696969;font-size:1.8rem;font-weight:400;line-height:1.6}@media only screen and (max-width: 87.5em){.table-default tr td{font-size:1.5rem;line-height:1.5}}.table-default tr td:first-child{width:20rem;color:#868686}.table-default tr:first-child td{border-top:none}.table-default--contact thead th,.table-default--contact thead td{color:#505050}.table-default--contact th,.table-default--contact td{padding:1.5rem 3px}.table-default--contact tr td{color:#696969;font-size:1.6rem;font-weight:400;line-height:1.6}@media only screen and (max-width: 87.5em){.table-default--contact tr td{font-size:1.4rem;line-height:1.5}}.table-default--contact tr td:first-child{width:20rem;color:#868686}.table-default--contact tr:first-child td{border-top:none}.table-order-icon,.table-order-icon-down{float:right;color:#9e9e9e;fill:#9e9e9e}table>thead>tr>th.sortable{cursor:pointer}.table-verifications{margin-bottom:0}.table-verifications__thead-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:inherit}.table-verifications__thead-title:hover{color:inherit;text-decoration:none}.table-verifications__thead-title:hover .table-order-icon.show-on-hover{opacity:1}.table-verifications__thead-title-icon{margin-left:.5rem;font-size:1.2rem}.table-verifications__thead-bg{background:#e8e8e8}.table-verifications thead{border-top:1px solid #E8E8E8}.table-verifications thead th{border:none;padding:1rem 2rem;font-weight:500}.table-verifications thead th:focus{outline:none}@media only screen and (max-width: 75em){.table-verifications tbody{padding:1rem}}.table-verifications tbody tr:nth-of-type(2n){background:#f8f8f8}.table-verifications tr{border-bottom:1px solid #E8E8E8}.table-verifications td,.table-verifications th{padding:2rem;color:#404040;font-size:1.5rem;font-weight:400;border:none;vertical-align:middle}.table-verifications b{font-weight:400}.table-verifications td a,.table-verifications td a:hover{color:#404040}.table-verifications__actions{display:-webkit-box;display:-ms-flexbox;display:flex;margin:2rem 2rem 1rem}.table-verifications-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.5rem 2rem}.table-verifications-filter__check-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:3.9rem;margin-left:1.17rem}.table-verifications-filter__buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-verifications-filter__buttons-wrapper button:not(:last-child){margin-right:2.4rem}@media only screen and (max-width: 37.5em){.table-verifications-filter__buttons-wrapper.profile-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-verifications-filter__buttons-wrapper.profile-tab__multiselect{width:100%!important;min-width:100%!important;max-width:100%!important}}.table-verifications-filter__buttons-wrapper-between{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table-verifications-filter__buttons-wrapper-flex-end{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.table-verifications-filter.table-padding{padding-left:0}.table-verifications__details{padding:2.2rem 0}.table-verifications__details__description{font-size:1.5rem;color:#747474;line-height:1.7;margin-bottom:2rem}.table-verifications__details__download{width:40%}.table-verifications__bulk-actions-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;margin-top:1rem}.table-verifications__bulk-actions-wrapper .form__group{padding:0!important;margin-right:3rem}.table-verifications--details-table-wrapper{padding:2rem}.table-verifications--details-table{margin-top:3rem}.table-verifications--details-table tr:not(:last-child){border-bottom:1px solid #e6e6e6}.table-verifications--details-table tr:last-child{border-bottom:none}.table-verifications--details-table td:first-child{width:25%}.table-verifications--details-table td:last-child p{width:70%;text-align:justify}.table-verifications--details-table td,.table-verifications--details-table th{padding:1rem 0;font-size:1.5rem}.table-verifications--details-table tbody tr:nth-of-type(2n){background:transparent}.table-verifications .b-table-details{border-left:4px solid #bfc8d2;background:#fff!important}@media only screen and (max-width: 75em){.table-verifications .b-table-details{grid-template-columns:none!important}}.table-verifications__checkbox-cell{text-align:center;width:7rem}.table-verifications__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem 2.5rem;margin-top:4rem;background:#f8f8f8;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-verifications__footer .pagination{margin:0}.table-verifications__footer .pagination .page-link{color:#969696}.table-verifications__footer .pagination .page-item.active .page-link{background-color:#969696;border-color:#969696;color:#fff}.table-verifications__footer.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-verifications__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 56.25em){.table-verifications__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-verifications__buttons .btn{width:100%;margin-bottom:.75rem}}.table-verifications.table-border{border:1px solid #ededed}@media only screen and (max-width: 75em){.table-verifications.resp-table-bt th:first-child,.table-verifications.resp-table-bt td:first-child{position:sticky;position:-webkit-sticky;z-index:5;background:#fff;left:0}.table-verifications.resp-table-bt th:first-child:before,.table-verifications.resp-table-bt td:first-child:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;border-right:1px solid #efefef}}.table-offer{width:calc(100% + 2rem);margin-left:-2rem;position:relative;z-index:1}@media only screen and (max-width: 37.5em){.table-offer{margin-left:0rem}}.table-offer thead tr th{border:none;font-size:1.3rem;color:#484848;font-weight:400;padding:0 .75rem}.table-offer thead tr th.edit{width:2.57%}.table-offer thead tr th.pos{width:3%}.table-offer thead tr th.qty{width:5%}.table-offer thead tr th.units,.table-offer thead tr th.artno{width:8%}.table-offer thead tr th.name{width:24%}.table-offer thead tr th.unitprice{width:12.12%}.table-offer thead tr th.tax{width:6%}.table-offer thead tr th.discount-type,.table-offer thead tr th.discount-value{width:9%}.table-offer thead tr th.total{width:11.9%}.table-offer tbody tr td{padding:1.2rem .75rem;border:none}.table-offer tbody tr td:nth-child(2){line-height:3.7rem;text-align:center}.table-offer tbody tr td.editbtn{text-align:right;padding:.75rem 0;position:relative;z-index:1}.table-offer tbody tr td.editbtn .dropdown-show-more{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 56.25em){.table-offer tbody tr td.editbtn .dropdown-show-more{position:relative;left:-2rem;top:0;right:0;padding-bottom:0rem}}.table-offer__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 37.5em){.table-offer__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.table-offer__add-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;color:#484848}.table-offer__add-button:hover{color:#484848}.table-offer__add-button:not(:last-child){margin-right:3.2rem}.table-offer__add-button:first-child{margin-left:3.9rem}@media only screen and (max-width: 37.5em){.table-offer__add-button:first-child{margin-left:0rem}}.table-offer__add-button__icon-box{width:3rem;height:3rem;background:#e6e6e6;border-radius:50%;margin-right:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.table-offer__add-button__icon{width:1.2rem;height:1.2rem;fill:#636363}.table-offer__border-bottom{width:100%;border-top:1px solid #D0D0D0}.table-offer .form__input{padding:8px 5px 5px;font-size:1.4rem;height:4rem}.table-offer .multiselect{padding:0;font-size:1.4rem}.table-offer .multiselect__tags{padding:8px 5px 5px!important}.table-offer .multiselect__select{width:2.2rem}.table-offer .multiselect__single{font-size:1.4rem}.table-offer .form__currency__symbol{min-width:3.2rem;width:3.2rem}.table-offer-new-wrapper{width:100%}@media only screen and (max-width: 56.25em){.table-offer-new-wrapper{overflow:scroll}}.table-offer-new{width:calc(100% - 4px);margin:0 2px;display:grid}.table-offer-new .form__group,.table-offer-new .form__group--full-width{padding:.8rem}.table-offer-new .form__input{padding:.5rem 1rem .3rem;color:#404040;font-size:1.3rem}.table-offer-new .form__input::-webkit-input-placeholder{color:#404040!important;font-size:1.3rem!important}.table-offer-new .multiselect{padding:0}.table-offer-new .multiselect__tags{padding:.5rem 1rem .3rem!important;color:#444;font-size:1.3rem}.table-offer-new .multiselect__select{width:2.2rem}.table-offer-new .multiselect__single{font-size:1.3rem}.table-offer-new .form__datepicker input{font-size:1.3rem;color:#444;padding:.5rem 1rem .3rem;padding-left:1rem!important}.table-offer-new .form__radio-label{font-size:1.3rem;color:#444;line-height:1.5}.table-offer-new .contact-selectbox-selection{font-size:1.3rem;color:#444}.table-offer-new .form__currency__symbol{min-width:3.2rem;width:3.2rem}@media only screen and (max-width: 56.25em){.table-offer-new{width:900px}}.table-offer-new thead tr{display:grid;grid-template-columns:[drag] 2.4rem [pos] 2.6rem [product] 1fr [qty-unit] 15.5rem [price] 14rem [sales-tax] 9rem [discount] 9rem [total] 14rem [action] 4rem}.table-offer-new thead tr .table-offer-new__th{border:none;padding:0 .75rem;font-size:1.2rem;font-weight:500;color:#404040;line-height:1.2}.table-offer-new thead tr .table-offer-new__th.pos{grid-area:drag}.table-offer-new thead tr .table-offer-new__th.pos{grid-area:pos}.table-offer-new thead tr .table-offer-new__th.product{grid-area:product}.table-offer-new thead tr .table-offer-new__th.qty-unit{grid-area:qty-unit}.table-offer-new thead tr .table-offer-new__th.price{text-align:right;grid-area:price}.table-offer-new thead tr .table-offer-new__th.sales-tax{grid-area:sales-tax}.table-offer-new thead tr .table-offer-new__th.discount{grid-area:discount}.table-offer-new thead tr .table-offer-new__th.total{text-align:right;grid-area:total;white-space:nowrap}.table-offer-new thead tr .table-offer-new__th.action{grid-area:action}.table-offer-new thead tr .table-offer-new__th.ds-type{width:14rem}.table-offer-new thead tr .table-offer-new__th.ds-amount{text-align:right;width:14rem}.table-offer-new thead tr .table-offer-new__th.ds-amount-type{width:14rem}.table-offer-new tbody tr{display:grid;grid-template-columns:[drag] 2.4rem [pos] 2.6rem [product] 1fr [qty-unit] 15.5rem [price] 14rem [sales-tax] 9rem [discount] 9rem [total] 14rem [action] 4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-offer-new tbody tr .table-offer-new__td{padding:.6rem;border:none}.table-offer-new tbody tr .table-offer-new__td.discount .form__input{min-width:3.5rem}.table-offer-new tbody tr .table-offer-new__td.discount .form__currency__symbol{text-align:center}.table-offer-new tbody tr .table-offer-new__td.sales-tax .form__input{min-width:3.5rem}.table-offer-new tbody tr .table-offer-new__td.sales-tax .form__currency__symbol{text-align:center}.table-offer-new tbody tr .table-offer-new__td.sales-tax .form__input[disabled]{cursor:not-allowed;pointer-events:unset}.table-offer-new tbody tr .table-offer-new__td.total .form__input[disabled]{background:#f4f4f4!important;color:#444!important;font-size:1.25rem!important;cursor:not-allowed;pointer-events:unset}.table-offer-new tbody tr .table-offer-new__td.drag-handle{grid-column:drag}.table-offer-new tbody tr .table-offer-new__td.drag-handle:hover{cursor:move}.table-offer-new tbody tr .table-offer-new__td.drag-handle .icon{width:14px;height:14px;fill:#dadada}.table-offer-new tbody tr .table-offer-new__td.pos{grid-column:pos}.table-offer-new tbody tr .table-offer-new__td.product{grid-column:product}.table-offer-new tbody tr .table-offer-new__td.qty-unit{grid-column:qty-unit}.table-offer-new tbody tr .table-offer-new__td.price{grid-column:price}.table-offer-new tbody tr .table-offer-new__td.sales-tax{grid-column:sales-tax}.table-offer-new tbody tr .table-offer-new__td.discount{grid-column:discount}.table-offer-new tbody tr .table-offer-new__td.total{grid-column:total}.table-offer-new tbody tr .table-offer-new__td.action{grid-column:action}.table-offer-new tbody tr .table-offer-new__td.break{padding:0!important;grid-column:product/action;margin-bottom:1rem}.table-offer-new tbody tr .table-offer-new__td.break .b-table-details{padding:.6rem}.table-offer-new tbody tr .table-offer-new__qty-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.table-offer-new tbody tr .table-offer-new__qty-unit-wrapper__qty{width:5rem}.table-offer-new tbody tr .table-offer-new__qty-unit-wrapper__unit{width:calc(100% - 5rem)}.table-offer-new.discount-surcharge thead tr{grid-template-columns:[ds-pos] 2.6rem [ds-type] 14rem [ds-description] 1fr [ds-amount] 13.6rem [ds-amount-type] 16rem [ds-total] 14rem [ds-action] 4rem}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-pos{grid-column:ds-pos}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-type{grid-column:ds-type}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-description{grid-column:ds-description}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-amount{grid-column:ds-amount}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-amount-type{grid-column:ds-amount-type}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-total{grid-column:ds-total}.table-offer-new.discount-surcharge thead tr .table-offer-new__th.ds-action{grid-column:ds-action}.table-offer-new.discount-surcharge tbody tr{grid-template-columns:[ds-pos] 2.6rem [ds-type] 14rem [ds-description] 1fr [ds-amount] 13.6rem [ds-amount-type] 16rem [ds-total] 14rem [ds-action] 4rem}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-pos{grid-column:ds-pos}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-type{grid-column:ds-type}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-description{grid-column:ds-description}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-amount{grid-column:ds-amount}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-amount-type{grid-column:ds-amount-type}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-total{grid-column:ds-total}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-total .form__input[disabled]{background:#f4f4f4!important;color:#444!important;font-size:1.25rem!important;cursor:not-allowed;pointer-events:unset}.table-offer-new.discount-surcharge tbody tr .table-offer-new__td.ds-action{grid-column:ds-action}.table-offer-new__actions{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 37.5em){.table-offer-new__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-offer-new__actions .table-offer-new__add-button{margin-left:0!important}}.table-offer-new__add-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;color:#484848}.table-offer-new__add-button:hover{color:#484848}.table-offer-new__add-button:not(:last-child){margin-right:3.2rem}.table-offer-new__add-button:first-child{margin-left:2.2rem}.table-offer-new__add-button.discount-surcharge:first-child{margin-left:0}.table-offer-new__add-button__icon-box{width:2.6rem;height:2.6rem;background:#e6e6e6;border-radius:50%;margin-right:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.table-offer-new__add-button__icon{width:1rem;height:1rem;fill:#636363}.table-offer-new__border-bottom{width:100%;border-top:1px solid #D0D0D0}.table-offer-new__item-detail{margin-bottom:2rem}.table-offer-new__item-detail__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.2rem}@media only screen and (max-width: 56.25em){.table-offer-new__item-detail__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}}.table-offer-new__item-detail__bottom .form__currency{width:10rem;margin-right:2rem}@media only screen and (max-width: 56.25em){.table-offer-new__item-detail__bottom .form__currency{width:30rem;margin-right:0}}.table-offer-new__item-detail__bottom__discount-text{color:#404040;font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:6rem}@media only screen and (max-width: 56.25em){.table-offer-new__item-detail__bottom__discount-text{width:30rem;margin-right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.table-offer-new__item-detail__bottom__toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-offer-new__item-detail__bottom__toggle-wrapper__label{font-size:1.2rem;font-weight:600;color:#404040;margin-left:1rem}.table-offer-new__item-detail__bottom__save-product{margin-left:auto}.table-offer-summary{min-width:30rem;width:auto;margin-top:.7rem}@media only screen and (max-width: 47.93em){.table-offer-summary tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-offer-summary tr th{font-weight:500}}.table-offer-summary th,.table-offer-summary td{font-size:1.6rem;color:#494949;font-weight:400;text-align:right;border:none;padding:.35rem}.table-offer-summary th.bold,.table-offer-summary td.bold{font-weight:600}.table-offer-summary th.link a,.table-offer-summary td.link a{color:#4aae48;text-decoration:underline}.table-offer-summary th.link a:hover,.table-offer-summary td.link a:hover{color:#4aae48}.table-offer-summary-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-offer-summary-container.in-products-modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-offer-summary-container.in-products-modal .table-offer-summary-new th,.table-offer-summary-container.in-products-modal .table-offer-summary-new td{font-size:1.3rem!important}.table-offer-summary-container.in-products-modal .table-offer-summary-new td{width:1%!important;white-space:nowrap}.table-offer-summary-container.in-products-modal .alert-message__description__link{text-align:right;font-size:1.3rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;margin-left:auto}.table-offer-summary-new{min-width:30rem;width:auto;margin-top:.7rem}@media only screen and (max-width: 56.25em){.table-offer-summary-new{width:100%}}@media only screen and (max-width: 29.93em){.table-offer-summary-new{min-width:auto}}.table-offer-summary-new tr th{padding-right:2rem}.table-offer-summary-new th,.table-offer-summary-new td{font-size:1.6rem;color:#494949;font-weight:400;text-align:right;border:none;padding:.35rem}@media only screen and (max-width: 37.5em){.table-offer-summary-new th,.table-offer-summary-new td{font-size:1.4rem}}@media only screen and (max-width: 29.93em){.table-offer-summary-new th,.table-offer-summary-new td{font-size:1.2rem}}.table-offer-summary-new th.bold,.table-offer-summary-new td.bold{font-weight:600}.table-offer-summary-new th.link a,.table-offer-summary-new td.link a{color:#4aae48;text-decoration:underline}.table-offer-summary-new th.link a:hover,.table-offer-summary-new td.link a:hover{color:#4aae48}.table-offer-summary-new tr td{white-space:nowrap}.table-offer-summary-new-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-borderless{color:#404040;font-size:1.8rem;font-weight:400;margin-bottom:2.5rem}.table-borderless th,.table-borderless td{padding:.6rem 0}.table-borderless tr td:last-child{font-size:1.7rem;text-align:right}.table-order-icon.show-on-hover{opacity:0}.table-work{margin-bottom:0}.table-work__thead-title{position:relative;padding:2rem 1.2rem;padding-right:3rem!important;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:600;color:inherit}.modal-contact-selection .table-work__thead-title{padding:1rem 1.2rem}.table-work__thead-title.fake-link{cursor:default;color:inherit}.table-work__thead-title.no-table-filter{padding-right:1.2rem!important}.table-work__thead-title:hover{color:inherit;text-decoration:none}.table-work__thead-title:hover .table-order-icon.show-on-hover{opacity:1}.table-work__thead-title__span{padding-right:1.1rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.5}@media only screen and (max-width: 75em){.table-work__thead-title__span{padding-right:1rem}}@media only screen and (max-width: 100em){.table-work__thead-title{padding:1.6rem 1rem}.modal-contact-selection .table-work__thead-title{padding:1rem}}.table-work__thead-title.bxp-align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:4rem!important}.table-work__thead-title.new{color:inherit;font-weight:inherit;padding-right:1rem!important;padding:1rem;height:5rem}.table-work__thead-title-actions{position:relative;padding:1.6rem!important;font-weight:500!important;width:1%}.modal-contact-selection .table-work__thead-title-actions{padding:1rem!important}.table-work__thead-title-actions:hover{background:#e4e4e4}@media only screen and (max-width: 100em){.table-work__thead-title-actions{padding:1.6rem 1rem!important}.modal-contact-selection .table-work__thead-title-actions{padding:1rem!important}}.table-work__thead-title-multi-select{position:relative;padding:1.6rem!important;font-weight:500!important;width:1%;text-align:center}.table-work__thead-title-multi-select:hover{background:#e4e4e4}@media only screen and (max-width: 100em){.table-work__thead-title-multi-select{padding:1.6rem 1rem!important}}.table-work__thead-title-multi-select .form__checkbox-button{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.table-work__thead-title-icon{position:absolute;right:0}.table-work thead{background:#e8e8e8}.table-work thead th,.table-work thead td{background:#e8e8e8;border:none;vertical-align:middle;padding:0;font-weight:500;position:relative}.table-work thead th:focus,.table-work thead td:focus{outline:none}.table-work thead th:hover .dropdown-table-filter .dropdown-toggle__icon,.table-work thead td:hover .dropdown-table-filter .dropdown-toggle__icon{fill:#969696}.table-work tbody tr{background:#fff;-webkit-transition:all .3s;transition:all .3s}.table-work tbody tr:nth-child(2n){background:#f7f7f7;-webkit-transition:all .3s;transition:all .3s}.table-work tbody tr:hover{background:#efefef;-webkit-transition:all .3s;transition:all .3s}.table-work tbody tr:hover .btn-work-action{border-color:#ccc}.table-work tbody tr:hover .btn-work-action:hover{border-color:#969696}@media only screen and (max-width: 75em){.table-work tbody tr{border-radius:.5rem;border:1px solid #dedede}}.table-work tr{border-bottom:1px solid #E8E8E8}.modal-contact-selection .table-work tr{border:1px solid #E8E8E8}.table-work td,.table-work th{color:#404040;font-size:1.3rem;font-weight:400;border:none;vertical-align:middle}@media only screen and (max-width: 75em){.table-work td,.table-work th{min-height:3.9rem}}.table-work th{padding:1.2rem 3.4rem 1.2rem 1.6rem}@media only screen and (max-width: 100em){.table-work th{padding:1.6rem 1rem}}.table-work td{padding:1.2rem;line-height:1.5rem}.modal-contact-selection .table-work td{padding:1.4rem 1.2rem}@media only screen and (max-width: 100em){.table-work td{padding:1.6rem 1rem}.modal-contact-selection .table-work td{padding:1.4rem 1rem}}.table-work__multi-select-td{text-align:center}.table-work__multi-select-td .form__checkbox-button{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.table-work b{font-weight:400}.table-work td a,.table-work td a:hover{color:#404040}.table-work__colored-tr.disabled:hover,.table-work__colored-tr.disabled td:hover{cursor:not-allowed}.table-work__colored-tr.green td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #2abb9b;box-shadow:inset 4px 0 #2abb9b}.table-work__colored-tr.yellow td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #FAD859;box-shadow:inset 4px 0 #fad859}.table-work__colored-tr.red td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #E45B72;box-shadow:inset 4px 0 #e45b72}.table-work__colored-tr.blue td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #3A87CB;box-shadow:inset 4px 0 #3a87cb}.table-work__colored-tr.bg-red,.table-work__colored-tr.bg-red:hover{background:#ffebef!important}.table-work__colored-tr.bg-blue,.table-work__colored-tr.bg-blue:hover{background:#e0eaff!important}.table-work__actions{display:-webkit-box;display:-ms-flexbox;display:flex;margin:2rem 2rem 1rem}.table-work-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.5rem}.table-work-filter__check-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:3.9rem;margin-left:1.17rem}.table-work-filter__buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-work-filter__buttons-wrapper button:not(:last-child){margin-right:2.4rem}.table-work__details{padding:2.2rem 0}.table-work__details__description{font-size:1.5rem;color:#747474;line-height:1.7;margin-bottom:2rem}.table-work__details__download{width:40%}.table-work__bulk-actions-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;margin-top:1rem}.table-work__bulk-actions-wrapper .form__group{padding:0!important;margin-right:3rem}.table-work--details-table-wrapper{padding:2rem}.table-work--details-table{margin-top:3rem}.table-work--details-table tr:not(:last-child){border-bottom:1px solid #e6e6e6}.table-work--details-table tr:last-child{border-bottom:none}.table-work--details-table td,.table-work--details-table th{padding:1rem 0;font-size:1.5rem}.table-work--details-table tbody tr:nth-of-type(2n){background:transparent}.table-work .b-table-details{border-left:4px solid #bfc8d2;background:#fff!important}.table-work__checkbox-cell{text-align:center;width:7rem}.table-work__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem 1.6rem;background:#f8f8f8;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border:1px solid #DEDEDE;border-top:0;position:relative;z-index:0}.modal-contact-selection .table-work__footer{padding:1.1rem 1.6rem}.table-work__footer.grid-footer{background:#e8e8e8;border-radius:.5rem;margin-top:4rem;border:1px solid #ededed}@media only screen and (max-width: 75em){.table-work__footer.responsive-table-footer{background:#e8e8e8;border-radius:.5rem;margin-top:4rem;border:1px solid #ededed}}@media only screen and (max-width: 37.5em){.table-work__footer.responsive-table-footer{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-work__footer.responsive-table-footer .table-work__summary{margin-bottom:2rem;width:100%}}.table-work__footer .pagination{margin:0}.table-work__footer .pagination .page-link{color:#969696}.table-work__footer .pagination .page-item.active .page-link{background-color:#969696;border-color:#969696;color:#fff}.table-work__footer.borderless{border:0!important}.table-work__footer__paginator-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-work__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3.2rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.table-work__summary__title{font-size:1.3rem;margin-right:4rem;color:#404040;line-height:1;margin-bottom:0}.table-work__summary__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.table-work__summary__block{width:100%}}.table-work__summary__block:not(:last-child){margin-right:2rem}.table-work__summary__label{font-size:1rem;color:#969696;text-transform:uppercase;margin-right:1rem;line-height:1}.table-work__summary__number{font-size:1.7rem;color:#2abb9b;line-height:1}.table-work__work-link{border-bottom:1px dotted;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:18.5rem;display:inline-block;line-height:1.4;margin-bottom:-3px}.table-work__work-link:hover{color:#3a87cb!important;text-decoration:none;border-color:#404040}.table-work__pipeline-stage-name{font-size:1.15rem;font-weight:500;display:block;color:#101828}.table-work__pipeline-stage-name.sub{color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 0;width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:.8rem;border-radius:2px;font-size:1rem;opacity:.7}.table-work__pipeline-stage-name.sub span svg{margin-right:5px}.table-work__pipeline-stage-name.sub.red{background:#e45b72}.table-work__pipeline-stage-name.sub.green{background:#2abb9b}.table-work__pipeline-stage-name.sub.yellow{background:#fad859}.table-work__pipeline-stage-name.sub.grey{background:#efefef;color:#444}.table-work__pipeline-stage{width:100%;height:4px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;background:#d2d2d2;position:relative}.table-work__pipeline-stage__fill{background:#2abb9b;display:inline-block;height:4px}.table-work__pipeline-stage__fill.new,.table-work__pipeline-stage__fill.yellow,.table-work__pipeline-stage__fill.contact{background:#fad859}.table-work__pipeline-stage__fill.converted{background:#2abb9b}.table-work__pipeline-stage__fill.contact{background:#fad859}.table-work__pipeline-stage__current{background:#2abb9b;display:inline-block;height:4px}.table-work__pipeline-stage__current.new,.table-work__pipeline-stage__current.contact{background:#fad859}.table-work__pipeline-stage__current.new{background:#fad859;display:inline-block;height:4px}.table-work__pipeline-stage__current.contact{background:#fad859}.table-work__pipeline-stage__current.converted{background:#2abb9b}.table-work__pipeline-stage__lost{background:#e45b72;width:100%;display:inline-block;height:4px}.table-work__pipeline-stage__yellow{background:#fad859;width:100%;display:inline-block;height:4px}.table-work__pipeline-stage__temporary__lost{background:#3c3c3c;width:100%;display:inline-block;height:4px}.table-work__pipeline-stage__lead-new{background:#fad859}.table-work__pipeline-stage__divide-mask{background:transparent;height:4px;position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.table-work__pipeline-stage__divide-mask__span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.table-work__pipeline-stage__divide-mask__span:not(:last-child){border-right:2px solid #ffffff}@media only screen and (max-width: 75em){.table-work__actions-td{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.table-work__owner-td{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-work__owner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f8f8f8;padding:.3rem .8rem .3rem .5rem;border:1px solid #e8e8e8;border-radius:1.6rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.table-work__owner__img{width:2rem;height:2rem;margin-right:4px;border-radius:50%}.table-work__owner__span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.table-work__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem;margin-top:-7rem;-webkit-transition:all .3s;transition:all .3s}@media only screen and (max-width: 56.25em){.table-work__header{margin-bottom:0rem;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 37.5em){.table-work__header{width:100%;margin-top:-2rem;margin-bottom:.5rem;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 29.93em){.table-work__header{margin-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s;transition:all .3s}}.table-work__header__right{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;-webkit-transition:all .3s;transition:all .3s;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 56.25em){.table-work__header__right{width:100%;margin-top:4rem;margin-bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-transition:all .3s;transition:all .3s;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (max-width: 37.5em){.table-work__header__right{width:100%;margin-top:1rem;margin-bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 29.93em){.table-work__header__right{width:100%;margin-top:1rem;margin-bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 56.25em){.table-work__header__right.leads-header-right{width:100%;margin-top:4rem;margin-bottom:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 37.5em){.table-work__header__right.leads-header-right{margin-top:0rem;-webkit-transition:all .3s;transition:all .3s}}.table-work__header__right.leads-header-right .table-list-header__item{margin-bottom:0}.table-work__header__left{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-work__header__input{margin-left:1rem;padding:4px 8px;font-size:1.3rem;font-weight:500;line-height:2rem;color:#404040;background-color:transparent;border:1px solid #E8E8E8}.table-work__no-entry{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 47.93em){.table-work__no-entry.for-mobile{-webkit-transform:translateY(25%);transform:translateY(25%)}}.table-work__no-entry__image{width:23rem;height:auto;margin-bottom:2rem}.table-work__no-entry__title{font-size:2rem;font-weight:600;color:#707070;margin-bottom:1rem}.table-work__no-entry__sub-title{font-size:1.3rem;color:#959595;margin-bottom:3rem;text-align:center}.table-work__no-entry__cta,.table-work__no-entry__cta:link,.table-work__no-entry__cta:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:1;background:#408fc7;padding:8px 3rem;border-radius:1.3rem;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.4rem;font-weight:500;min-width:11rem;cursor:default}.table-work__no-entry__cta:hover{color:#fff}.table-work__no-entry__cta:focus,.table-work__no-entry__cta.focus{-webkit-box-shadow:none;box-shadow:none}.table-work tbody tr.selected th,.table-work tbody tr.selected td,.table-work tbody tr.selected .table-work__work-link{color:#fff}.table-work tbody tr.selected th:hover,.table-work tbody tr.selected td:hover,.table-work tbody tr.selected .table-work__work-link:hover{color:#fff!important}.table-work tbody tr.selected .btn-work-action__icon{fill:#fff}.table-work__order-state h4{font-size:1.4rem;font-weight:400}.table-work--mdc{display:table;width:100%;overflow:auto}.table-work--mdc tr{width:100%;display:grid;grid-template-columns:90px 250px 150px 100px 80px 80px 100px 100px 100px 100px}.table-work--mdc tr th{padding:1.2rem}.table-work--mdc tr td{line-height:normal}.table-work--mdc tr td.mittelpreis{position:relative}.table-work--mdc tr td.mittelpreis .form__currency{padding:0;min-height:auto!important;border-radius:0}.table-work--mdc tr td.mittelpreis form input{height:auto!important;min-height:auto!important;border-radius:0}.table-work--mdc tr td.mittelpreis,.table-work--mdc tr td.menge{background:#4bb8ff;color:#fff}.table-suggestions tr:first-child th,.table-suggestions tr:first-child td{border-top:none}.table-suggestions th,.table-suggestions td{font-size:1.4rem;padding:1rem 1.2rem}.table-suggestions thead th{color:#6b6b6b;font-size:1.5rem;font-weight:600;padding:1.5rem 1.2rem;border-top:none;border-bottom:1px solid #dee2e6}.table-suggestions tbody td{color:#777}.table-suggestions__link{cursor:pointer}.table-suggestions__link:hover{background:#f9f9f9}.table-suggestions__link:hover+.nested-table-wrapper{background:#f9f9f9}.table-suggestions .nested-table-wrapper{cursor:pointer}.table-suggestions.nested-table tbody th,.table-suggestions.nested-table tbody td{font-size:1.2rem;color:#8e8e8e;border-top:0;padding:.5rem}.table-suggestions.nested-table tbody th{font-weight:400}.table-suggestions__right-arrow-wrapper{padding-left:4rem!important;width:1%;padding-top:0!important}.table-suggestions__right-arrow{width:1.6rem;height:1.6rem;fill:#8e8e8e}.table-collaborator-detail{font-size:1.4rem}@media only screen and (max-width: 75em){.table-collaborator-detail.responsive-table td{border:none}}.table-collaborator-detail th,.table-collaborator-detail td{font-weight:400;color:#696969}.table-project{font-size:1.4rem;background:#fff;margin-top:2rem}.table-project.table-border{border:1px solid #efefef}@media only screen and (max-width: 75em){.table-project.table-border{border:none}}.table-project thead{background:#fbfbfb}@media only screen and (max-width: 47.93em){.table-project thead{background:transparent}}.table-project thead th:last-child{width:1%;position:relative}@media only screen and (max-width: 47.93em){.table-project thead th{display:none}.table-project thead th:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}}.table-project thead th,.table-project thead td{font-weight:500;border-top:none;border-bottom:none;color:#636363}.table-project th,.table-project td{padding:1rem 1.5rem;border-top:1px solid #ececec;line-height:4rem}@media only screen and (max-width: 87.5em){.table-project th,.table-project td{padding:1rem .5rem}}@media only screen and (max-width: 75em){.table-project th,.table-project td{border:none}}.table-project th.tags-td,.table-project td.tags-td{min-height:6rem;vertical-align:middle}.table-project__info{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width: 47.93em){.table-project__info{position:relative;margin-top:1.3rem;margin-left:-1.2rem}}@media only screen and (max-width: 47.93em){.table-project tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.table-project tbody tr:hover{background:#f7f7f7}@media only screen and (max-width: 47.93em){.table-project tbody tr{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #dedede;border-radius:3px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;margin-top:1rem}.table-project tbody tr td{border-top:transparent;line-height:2rem}.table-project tbody tr td:before{content:attr(data-label);display:block;font-weight:500}}@media only screen and (max-width: 37.5em){.table-project tbody tr{width:100%}}.table-project__bild-wrapper{width:4rem;height:4rem;overflow:hidden}.table-project__bild-wrapper img{max-height:4rem}.table-project__status-badge-green{width:1rem;height:1rem;background:#2abb9b;display:inline-block;vertical-align:middle;border-radius:50%;position:relative;top:-2px}.multiselect__element .table-project__status-badge-green{top:3px}table .table-project__status-badge-green{top:-1px}.table-project__status-badge-green__frame{width:100%;height:100%;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.table-project__status-badge-green img{width:100%;height:auto}.table-project__status-badge-green__status{width:1rem;height:1rem;border-radius:50%;background:#eaeaea;position:absolute;left:3px;top:-1px;z-index:1;border:2px solid #ffffff}.table-project__status-badge-green__status.green{background:#2abb9b}.table-project__status-badge-green__status.red{background:#e45b72}.table-project__status-badge-green__status.orange{background:#ef6c00}.table-project__status-badge-green__status.gray{background:#505050}.table-project__status-badge-green__status.empty{background:#fff;border:1px solid transparent;-webkit-box-shadow:inset 0 0 2px #000;box-shadow:inset 0 0 2px #000}.table-project__score-td{width:8rem;text-align:center;position:relative;cursor:pointer}.table-project__score-detail{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fbfbfb;color:#404040;text-align:left;cursor:pointer;z-index:9;width:30rem;border:1px solid #E8E8E8;-webkit-box-shadow:0 0 5px rgba(42,187,155,.3);box-shadow:0 0 5px #2abb9b4d}.table-project__score-detail__container{padding:1rem;position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fbfbfb;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.table-project__score-detail__container span{line-height:2;font-size:1.2rem;white-space:initial}.table-project__score-detail__container span span{color:#1d1d1d;font-weight:500}.table-project__status-badge-yellow{width:1rem;height:1rem;background:#fac515;display:inline-block;vertical-align:middle;border-radius:50%;position:relative;top:-2px}.multiselect__element .table-project__status-badge-yellow{top:3px}table .table-project__status-badge-yellow{top:-1px}.table-project__status-badge-red{width:1rem;height:1rem;background:#e45b72;display:inline-block;vertical-align:middle;border-radius:50%;position:relative;top:-2px}.multiselect__element .table-project__status-badge-red{top:3px}table .table-project__status-badge-red{top:-1px}.table-project__tag{background:#ededed;color:inherit;padding:5px 10px;font-size:1.2rem;border-radius:1rem;line-height:1;margin-bottom:3px;white-space:nowrap;float:left;display:inline;vertical-align:middle;max-width:20rem;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 87.5em){.table-project__tag{max-width:10rem}}.table-project__tag:not(:last-child){margin-right:.7rem}@media only screen and (max-width: 75em){.table-project.responsive-table{background:transparent}.table-project.responsive-table tr{background:#fff}.table-project.responsive-table td:last-child{width:100%!important}.table-project.responsive-table th:first-child,.table-project.responsive-table td:first-child{border-top:0}.table-project.responsive-table .tags-td{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table-project.responsive-table .table-project__tag{text-overflow:ellipsis;max-width:16rem;white-space:nowrap;margin-bottom:0;margin-left:5px}.table-project.responsive-table .table-project__bild-wrapper{margin-left:auto}.table-project.responsive-table .table-project__status-td{text-align:right!important}}@media only screen and (max-width: 56.25em){.table-project.responsive-table .table-project__tag{text-overflow:unset;max-width:16rem;white-space:unset;margin-bottom:0}}@media only screen and (max-width: 75em){.table-project.responsive-table tbody td{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.table-partner-selection tbody td,.table-partner-selection tbody th{padding:.75rem;vertical-align:middle;line-height:6.5rem;word-wrap:break-word;white-space:nowrap}.table-partner-selection .table-work__thead-title{padding:.75rem}.table-partner-selection__score{width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;background-clip:padding-box;border:solid 3px transparent}.table-partner-selection__score:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-3px;border-radius:inherit;background:-webkit-gradient(linear,left top,right top,from(red),to(orange));background:linear-gradient(to right,red,orange)}.table-partner-selection__row{width:10rem;text-align:center;vertical-align:center}@media only screen and (max-width: 37.5em){.table-partner-selection__row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.table-partner-selection__partner{width:5rem;height:5rem;display:inline-block;vertical-align:middle;position:relative;border:1px solid #eaeaea;padding:3px;border-radius:50%}.table-partner-selection__partner__frame{width:100%;height:100%;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.table-partner-selection__partner img{width:100%;height:auto}.table-partner-selection__partner__status{width:1.3rem;height:1.3rem;border-radius:50%;background:#eaeaea;position:absolute;left:3px;top:-1px;z-index:1;border:2px solid #ffffff}.table-partner-selection__partner__status.green{background:#2abb9b}.table-partner-selection__partner__status.red{background:#e45b72}.table-partner-selection__partner__status.orange{background:#ef6c00}.table-partner-selection__partner__status.gray{background:#505050}.table-partner-selection__partner__status.empty{background:#fff;border:1px solid transparent;-webkit-box-shadow:inset 0 0 2px #000;box-shadow:inset 0 0 2px #000}.table-partner-selection__partner__status.draft{background:#f1c40f}.table-partner-selection__partner__status.sent{background:#8e44ad}.table-partner-selection__partner__status.negotiating{background:#3a87cb}.table-partner-selection__partner__status.won{background:#2abb9b}.table-partner-selection__partner__status.lost{background:#e45b72}.table-partner-selection__partner__status.unsaved{background:#f1c40f}.table-partner-selection__partner__warning{width:2rem;height:2rem;border-radius:50%;background:#fff;position:absolute;top:1.2rem;left:-1.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);box-shadow:0 3px 6px #0000001a}.table-partner-selection__score-td{width:8rem;text-align:center;position:relative;cursor:pointer}.table-partner-selection__score-detail{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#fbfbfb;color:#404040;text-align:left;cursor:pointer;z-index:9;width:30rem;border:1px solid #E8E8E8;-webkit-box-shadow:0 0 5px rgba(42,187,155,.3);box-shadow:0 0 5px #2abb9b4d}.table-partner-selection__score-detail__container{padding:1rem;position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fbfbfb;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.table-partner-selection__score-detail__container span{line-height:2;font-size:1.2rem;white-space:initial}.table-partner-selection__score-detail__container span span{color:#1d1d1d;font-weight:500}.table-partner-selection__loading-td{text-align:center;background:#408fc7}.table-partner-selection__loading-td__span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem;font-weight:500;color:#fff}.table-partner-selection__loading-td__span img{margin-right:1rem;width:1.5rem;height:1.5rem}.table-partner-selection__footer__count{padding:.7rem 1.6rem;font-size:1.2rem;color:#404040;line-height:1;background:#f8f8f8}.table-partner-selection__footer__count span{width:100%;font-weight:500}.table-partner-selection__footer-extra{font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:1rem 0;padding-left:.4rem}.table-partner-selection__footer-extra__status-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#404040}.table-partner-selection__footer-extra__status-wrapper:not(:last-child){margin-right:1rem}.table-partner-selection__footer-extra .table-partner-selection__partner__status{position:static;display:inline-block;margin-right:.5rem}.table-partner-selection__footer-extra .icon-warning{margin-top:0;margin-right:.5rem}.table-partner-selection__footer-extra.mps-footer{margin:1.5rem 0rem 0rem}.table-partner-selection__dropdown{list-style:none}.table-partner-selection__dropdown .dropdown-menu{min-width:-webkit-fit-content!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:100%}.table-partner-selection__dropdown .dropdown-menu:before{display:none}.table-partner-selection__dropdown .dropdown-toggle{cursor:help;padding:0!important}.table-partner-selection tr td.info{line-height:1;padding:0}.table-partner-selection__partner-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.table-partner-selection__partner-info__company-name{line-height:1}.table-partner-selection__partner-info__partner-name{line-height:2}.table-partner-selection__partner-info .inline-info-tooltip{position:absolute;right:0}.table-partner-selection-wrapper{border:1px solid #eaeaea;overflow-y:auto;height:calc(100vh - 34rem)}.table-partner-selection-wrapper.mps{height:calc(100vh - 40rem)}.table-partner-selection-wrapper.quick-fill{height:45rem}@media only screen and (max-width: 75em){.table-partner-selection-wrapper{height:auto}}.table-bill-content:not(:last-child){margin-bottom:2rem}.table-bill-content td{font-size:1.4rem;vertical-align:middle;border-top:none}.table-bill-content__title{color:#585858}.table-bill-content__date{color:#868686}.table-item-list th,.table-item-list td{font-size:1.4rem;padding:1rem 1.2rem}.table-item-list thead th{color:#6b6b6b;font-size:1.5rem;font-weight:600;padding:1.5rem 1.2rem;border-top:none;border-bottom:1px solid #dee2e6}.table-item-list tbody td,.table-item-list tfoot td{color:#777;line-height:5rem;vertical-align:middle}.table-item-list tbody td .invalid-warning-text,.table-item-list tfoot td .invalid-warning-text{line-height:1.4}.table-item-list__link{cursor:pointer}.table-item-list__link:hover{background:#f9f9f9}.table-select-product th,.table-select-product td{font-size:1.4rem;padding:1rem 1.2rem}.table-select-product thead th{color:#6b6b6b;font-size:1.5rem;font-weight:600;padding:0 1.2rem 1.5rem;border-top:none;border-bottom:1px solid #dee2e6}.table-select-product tbody td,.table-select-product tfoot td{color:#777;line-height:1.5rem;vertical-align:middle}.table-select-product tbody td .invalid-warning-text,.table-select-product tfoot td .invalid-warning-text{line-height:1.4}.table-nested{margin-bottom:3rem}.table-nested__wrapper{padding:3rem;background:#7e7e7e;-webkit-box-shadow:inset 0 3px 7px 3px rgba(0,0,0,.18);box-shadow:inset 0 3px 7px 3px #0000002e;position:relative;margin-top:-1px;overflow:hidden}.table-nested__wrapper:before{content:"";position:absolute;top:-1.4rem;right:16rem;background:#fff;width:2rem;height:2rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.table-nested tr{border-bottom:none;background:transparent!important}.table-nested tr:hover{background:transparent!important}.table-nested thead{border-top:none;border-bottom:1px solid #a2a2a2;background:transparent!important}.table-nested th,.table-nested td{color:#fff;background:transparent!important;padding:1.2rem!important}.table-nested tbody tr:nth-of-type(2n){background:#949494}.table-statistics{margin-bottom:0}.table-statistics th,.table-statistics td{border:none;padding:1.4rem 0}.table-statistics thead th{border-bottom:none;padding:0 0 1rem;color:#989898;font-size:1.9rem}.table-statistics tbody th,.table-statistics tbody td{border-top:none;padding:1.5rem 0;font-size:1.6rem;line-height:1}.table-statistics tbody th{color:#606060;font-weight:500}.table-statistics tbody td{text-align:right;color:#575757;font-size:1.7rem}.grid-table{border:0}.grid-table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.grid-table tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.5rem;margin-right:-1.5rem}.grid-table tr{display:block;width:calc(25% - 3rem);margin:1.5rem;padding:1.4rem;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.05);box-shadow:0 3px 6px #0000000d;border-radius:.5rem;border:1px solid #ededed}@media only screen and (max-width: 100em){.grid-table tr{width:calc(33.33333% - 3rem)}}@media only screen and (max-width: 75em){.grid-table tr{width:calc(50% - 3rem)}}@media only screen and (max-width: 56.25em){.grid-table tr{width:100%}}.grid-table td{display:block;font-size:1.3rem;text-align:right;padding:1rem}.grid-table td,.grid-table th{min-height:3.9rem}.grid-table td:first-child,.grid-table th:first-child{max-width:100%!important;width:100%!important}.grid-table td:first-child .side-box__work-item__icon-box,.grid-table th:first-child .side-box__work-item__icon-box{margin-left:auto}.grid-table td:before{content:attr(data-label)!important;float:left;font-weight:700;text-transform:uppercase;font-size:1.2rem;position:static!important;width:auto!important;height:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.grid-table .table-work__actions-td{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.grid-table.table-work th:first-child,.grid-table.table-work td:first-child{border-right:0!important}.grid-table .table-work__pipeline-stage{border-radius:.5rem;height:6px}.grid-table .table-work__pipeline-stage__fill,.grid-table .table-work__pipeline-stage__current,.grid-table .table-work__pipeline-stage__lost,.grid-table .table-work__pipeline-stage__divide-mask__span{height:6px}.grid-table .table-work__work-link-td:first-child{margin:-1.4rem -1.4rem 2rem;text-align:left;border-top-left-radius:5px;border-top-right-radius:5px;background:#ededed;padding:1.4rem 2.1rem;-webkit-box-shadow:none!important;box-shadow:none!important;max-width:calc(100% + 2.8rem)!important;width:calc(100% + 2.8rem)!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:6rem}.grid-table .table-work__work-link-td:first-child .table-work__pipeline-stage-name{font-size:1.3rem;font-weight:500}.grid-table .table-work__work-link-td.green{background:#2abb9b!important;color:#fff}.grid-table .table-work__work-link-td.green .table-work__work-link{color:#fff}.grid-table .table-work__work-link-td.green .table-work__work-link:hover{color:#fff!important}.grid-table .table-work__work-link-td.green .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.grid-table .table-work__work-link-td.green .table-work__pipeline-stage-name{color:#fff}.grid-table .table-work__work-link-td.green:before{color:#fff}.grid-table .table-work__work-link-td.yellow{background:#fad859!important;color:#fff}.grid-table .table-work__work-link-td.yellow .table-work__work-link{color:#fff}.grid-table .table-work__work-link-td.yellow .table-work__work-link:hover{color:#fff!important}.grid-table .table-work__work-link-td.yellow .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.grid-table .table-work__work-link-td.yellow .table-work__pipeline-stage-name{color:#fff}.grid-table .table-work__work-link-td.yellow:before{color:#fff}.grid-table .table-work__work-link-td.red{background:#e45b72!important;color:#fff}.grid-table .table-work__work-link-td.red .table-work__work-link{color:#fff}.grid-table .table-work__work-link-td.red .table-work__work-link:hover{color:#fff!important}.grid-table .table-work__work-link-td.red .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.grid-table .table-work__work-link-td.red .table-work__pipeline-stage-name{color:#fff}.grid-table .table-work__work-link-td.red:before{color:#fff}.grid-table .table-work__work-link-td.blue{background:#3a87cb!important;color:#fff}.grid-table .table-work__work-link-td.blue .table-work__work-link{color:#fff}.grid-table .table-work__work-link-td.blue .table-work__work-link:hover{color:#fff!important}.grid-table .table-work__work-link-td.blue .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.grid-table .table-work__work-link-td.blue .table-work__pipeline-stage-name{color:#fff}.grid-table .table-work__work-link-td.blue:before{color:#fff}.grid-table .table-work__colored-tr{-webkit-box-shadow:none;box-shadow:none}.grid-table .table-work__offer-status-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.grid-table .table-work__offer-status-wrapper .side-box__work-item__icon-box{margin-top:0}.grid-table .table-work__owner{margin-left:auto}.grid-table .side-box__work-item__icon-box.checkbox{width:auto!important;margin-right:0!important}.grid-table .side-box__work-item__icon-box.checkbox .form__checkbox-label{margin-right:0!important}.grid-table .table-status-badge-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 75em){.responsive-table{border:0}.responsive-table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.responsive-table tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.5rem;margin-right:-1.5rem}.responsive-table tr{display:block;width:calc(50% - 3rem);margin:1.5rem;padding:1.4rem;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.05);box-shadow:0 3px 6px #0000000d;border-radius:.5rem;border:1px solid #ededed}.responsive-table td{display:block;font-size:1.3rem;text-align:right}.responsive-table td:last-child{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.responsive-table td,.responsive-table th{min-height:3.9rem}.responsive-table td:first-child,.responsive-table th:first-child{max-width:100%!important;width:100%!important}.responsive-table td:first-child .side-box__work-item__icon-box,.responsive-table th:first-child .side-box__work-item__icon-box{margin-left:auto}.responsive-table td:before{content:attr(data-label)!important;float:left;font-weight:700;text-transform:uppercase;font-size:1.2rem;position:static!important;width:auto!important;height:auto!important;-webkit-box-shadow:none!important;box-shadow:none!important}.responsive-table .table-work__pipeline-stage{border-radius:.5rem;height:6px}.responsive-table .table-work__pipeline-stage__fill,.responsive-table .table-work__pipeline-stage__current,.responsive-table .table-work__pipeline-stage__lost,.responsive-table .table-work__pipeline-stage__divide-mask__span{height:6px}.responsive-table .table-work__work-link-td:first-child{margin:-1.4rem -1.4rem 2rem;text-align:left;border-top-left-radius:5px;border-top-right-radius:5px;background:#ededed;padding:1.4rem 2.1rem;-webkit-box-shadow:none!important;box-shadow:none!important;max-width:calc(100% + 2.8rem)!important;width:calc(100% + 2.8rem)!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:6rem}.responsive-table .table-work__work-link-td:first-child .table-work__pipeline-stage-name{font-size:1.3rem;font-weight:500}.responsive-table .table-work__work-link-td.green{background:#2abb9b!important;color:#fff}.responsive-table .table-work__work-link-td.green .table-work__work-link{color:#fff}.responsive-table .table-work__work-link-td.green .table-work__work-link:hover{color:#fff!important}.responsive-table .table-work__work-link-td.green .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.responsive-table .table-work__work-link-td.green .table-work__pipeline-stage-name{color:#fff}.responsive-table .table-work__work-link-td.green:before{color:#fff}.responsive-table .table-work__work-link-td.yellow{background:#fad859!important;color:#fff}.responsive-table .table-work__work-link-td.yellow .table-work__work-link{color:#fff}.responsive-table .table-work__work-link-td.yellow .table-work__work-link:hover{color:#fff!important}.responsive-table .table-work__work-link-td.yellow .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.responsive-table .table-work__work-link-td.yellow .table-work__pipeline-stage-name{color:#fff}.responsive-table .table-work__work-link-td.yellow:before{color:#fff}.responsive-table .table-work__work-link-td.red{background:#e45b72!important;color:#fff}.responsive-table .table-work__work-link-td.red .table-work__work-link{color:#fff}.responsive-table .table-work__work-link-td.red .table-work__work-link:hover{color:#fff!important}.responsive-table .table-work__work-link-td.red .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.responsive-table .table-work__work-link-td.red .table-work__pipeline-stage-name{color:#fff}.responsive-table .table-work__work-link-td.red:before{color:#fff}.responsive-table .table-work__work-link-td.blue{background:#3a87cb!important;color:#fff}.responsive-table .table-work__work-link-td.blue .table-work__work-link{color:#fff}.responsive-table .table-work__work-link-td.blue .table-work__work-link:hover{color:#fff!important}.responsive-table .table-work__work-link-td.blue .table-work__pipeline-stage{-webkit-box-shadow:0 0 4px 1px rgba(0,0,0,.19);box-shadow:0 0 4px 1px #00000030}.responsive-table .table-work__work-link-td.blue .table-work__pipeline-stage-name{color:#fff}.responsive-table .table-work__work-link-td.blue:before{color:#fff}.responsive-table .table-work__colored-tr{-webkit-box-shadow:none;box-shadow:none}.responsive-table .table-work__owner{margin-left:auto}.responsive-table .side-box__work-item__icon-box.checkbox{width:auto!important;margin-right:0!important}.responsive-table .side-box__work-item__icon-box.checkbox .form__checkbox-label{margin-right:0!important}.responsive-table .table-status-badge-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.table.double-click tbody tr,.table.selectable-by-click tbody tr{cursor:pointer}.table.selectable-by-click tbody tr.selected{background-color:#3a87cb}@media only screen and (max-width: 47.93em){.responsive-table tr{width:100%}}@media only screen and (max-width: 29.93em){.responsive-table--sm-phone{border:0}.responsive-table--sm-phone thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.responsive-table--sm-phone tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.5rem;margin-right:-1.5rem}.responsive-table--sm-phone tr{display:block;width:100%;margin:1.5rem 0;padding:1.4rem;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.05);box-shadow:0 3px 6px #0000000d;border-radius:.5rem;border:1px solid #ededed}.responsive-table--sm-phone td{display:block;font-size:1.3rem;text-align:right}.responsive-table--sm-phone td,.responsive-table--sm-phone th{min-height:3.9rem}.responsive-table--sm-phone td:before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase;font-size:1.2rem}.responsive-table--sm-phone.table-default--contact tr td:first-child{width:auto}.responsive-table--sm-phone.table-default--contact tr:first-child{margin-top:0}.responsive-table--sm-phone.table-default--contact tr:first-child td:last-child{border-top:1px solid #dee2e6}.responsive-table--sm-phone.table-default--contact tr:last-child{margin-bottom:0}.responsive-table--sm-phone.table-default--contact td{text-align:center;padding:.7rem 3px}.responsive-table--sm-phone.table-default--contact td:first-child{border-top:0}}.table-list-scroll-wrapper::-webkit-scrollbar{width:8px!important}@media only screen and (max-width: 47.93em){.table-list-scroll-wrapper{width:100%;overflow:hidden;overflow-x:auto;scroll-behavior:smooth;margin-left:0}}.table-list-scroll-wrapper:has(.workshop-table),.table-list-scroll-wrapper:has(.provision-table){min-width:100%;max-width:300px}@media only screen and (max-width: 37.5em){.table-list-scroll-wrapper:has(.workshop-table),.table-list-scroll-wrapper:has(.provision-table){width:inherit;margin-left:0}}@media only screen and (max-width: 37.5em){.modal-contact-selection .table-list-scroll-wrapper{width:100%;margin-left:inherit}}.scroll-table-wrapper{width:100%;z-index:1;overflow:hidden;overflow-x:auto;scroll-behavior:smooth}.scroll-table-wrapper .table-work thead th:first-child{background:#e8e8e8}.scroll-table-wrapper .table-work thead th .dropdown-table-filter{right:0}.scroll-table-wrapper .table-work__thead-title__span{white-space:nowrap}.scroll-table-wrapper .table-work__footer{position:sticky;left:0;z-index:1}.scroll-table-wrapper .table-work.responsive-table.grid-table tbody tr:hover{background:#fff}.scroll-table-wrapper .table-work.responsive-table.grid-table tbody tr:hover td:first-child{background:#ededed}@media only screen and (max-width: 75em){.scroll-table-wrapper .table-work.responsive-table tbody tr:hover{background:#fff}.scroll-table-wrapper .table-work.responsive-table tbody tr:hover td:first-child{background:#ededed}}.scroll-table-wrapper .table-app{min-height:65vh}.contact-list-table td:nth-child(2){min-width:13rem}@media only screen and (max-width: 75em){.table-action-btn-position{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 75em){.product-row{width:100%!important}}@media only screen and (max-width: 75em){.product-col{width:100%!important}}@media only screen and (max-width: 75em){.resp-table-wrap{display:block}}@media only screen and (max-width: 75em){.resp-table tbody tr{border-left:none;border-right:none}}@media only screen and (max-width: 75em){.resp-table-wrap-bt{width:100%;overflow-x:auto;overflow-y:hidden;border:1px solid #efefef;scroll-behavior:smooth}}.table-bt-box-wrapper{height:19rem;overflow:auto;position:relative;padding-right:1rem}.table-bt-box-wrapper::-webkit-scrollbar-track{background-color:#f4f4f4}.table-bt-box-wrapper::-webkit-scrollbar{width:7px;background-color:#fff}.table-bt-box-wrapper::-webkit-scrollbar-thumb{border-radius:2px;background-color:#d1d1d1}.table-bt-box-wrapper.score-details{height:16.8rem;margin-top:.5rem}.table-bt-box-wrapper.top-ten{height:18.6rem;margin-top:.5rem}@media only screen and (max-width: 29.93em){.table-bt-box-wrapper{height:17rem}}.table-bt-box th,.table-bt-box td{font-size:1.4rem;padding:1rem 1.2rem;padding-left:0}.table-bt-box.has-inner-rows tbody td{border-top:0;border-bottom:2px solid #f7f7f7}.table-bt-box thead th{color:#575757;font-size:1.3rem;font-weight:600;padding:.8rem 1.2rem;padding-left:0;border-top:none;border-bottom:0;position:sticky;top:0;background:#fff;-webkit-box-shadow:0 2px 0 #AAAAAA;box-shadow:0 2px #aaa}.table-bt-box tbody td{color:#656565;border-top:1px solid #C6C6C6}.table-bt-box__link{cursor:pointer}.table-bt-box__link:hover{background:#f9f9f9}.table-bt-box__link:hover+.nested-table-wrapper{background:#f9f9f9}.table-bt-box .nested-table-wrapper{cursor:pointer}.table-bt-box.nested-table tbody th,.table-bt-box.nested-table tbody td{font-size:1.2rem;color:#8e8e8e;border-top:0;padding:.5rem}.table-bt-box.nested-table tbody th{font-weight:400}.table-bt-box__inner-row-title{font-weight:600;color:#6b6b6b!important}.table-bt-box__inner-row td{border-bottom:0!important;font-size:1.2rem;padding:.7rem .4rem}.table-bt-box__inner-row .first-td{padding-left:1rem}.grid-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin:2.5rem -2.5rem 0rem}@media only screen and (max-width: 100em){.grid-card{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 75em){.grid-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s;transition:all .3s}}.grid-card__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 5rem);flex:0 1 calc(25% - 5rem);min-height:38rem;background:#fff;padding:3rem;margin-bottom:5rem;border-radius:1rem;position:relative;margin:0rem 2.5rem 5rem;-webkit-box-shadow:0px 0px 7px 0px rgba(206,206,206,.3);box-shadow:0 0 7px #cecece4d}@media only screen and (max-width: 100em){.grid-card__item{-webkit-box-flex:0;-ms-flex:0 1 calc(33% - 5rem);flex:0 1 calc(33% - 5rem);-webkit-transition:all .3s;transition:all .3s}}@media only screen and (max-width: 75em){.grid-card__item{width:90%;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem;-webkit-box-shadow:none;box-shadow:none;padding:1.4rem 2.7rem}}@media only screen and (max-width: 75em){.grid-card__item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.grid-card__item__header__logo-wrapper img{height:6rem}@media only screen and (max-width: 75em){.grid-card__item__header__logo-wrapper img{height:4rem}}.grid-card__item__header__logo-wrapper__icon-box{width:6rem;height:6rem;background:#efefef;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 75em){.grid-card__item__header__logo-wrapper__icon-box{width:4rem;height:4rem}}.grid-card__item__header__logo-wrapper__icon{width:2.4rem;height:2.4rem;fill:#cecece}@media only screen and (max-width: 75em){.grid-card__item__header__logo-wrapper__icon{width:1.8rem;height:1.8rem}}.grid-card__item__teaser{margin:1rem 0rem 5rem;font-size:1.3rem;color:#404040}@media only screen and (max-width: 75em){.grid-card__item__teaser{width:50%;margin-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:2rem}}@media only screen and (max-width: 56.25em){.grid-card__item__teaser{width:45%}}@media only screen and (max-width: 29.93em){.grid-card__item__teaser{width:100%;margin:1rem 0rem}}.grid-card__item__teaser__title{font-size:1.7rem!important;margin-bottom:0;color:#404040;overflow-wrap:anywhere}@media only screen and (max-width: 75em){.grid-card__item__teaser__title{font-size:1.2rem}}@media only screen and (max-width: 75em){.grid-card__item__teaser__text{width:80%;height:2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.grid-card__item__footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 75em){.grid-card__item__footer{width:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media only screen and (max-width: 56.25em){.grid-card__item__footer{-webkit-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%}}@media only screen and (max-width: 47.93em){.grid-card__item__footer{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (max-width: 29.93em){.grid-card__item__footer{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.grid-card__item__footer .bt-btn{width:48%;font-size:1.4rem}@media only screen and (max-width: 75em){.grid-card__item__footer .bt-btn{width:45%;font-size:1.3rem;padding:1rem 0rem}}@media only screen and (max-width: 47.93em){.grid-card__item__footer .bt-btn{width:100%;margin-bottom:1rem}}@media only screen and (max-width: 29.93em){.grid-card__item__footer .bt-btn{width:30%;margin-right:1rem}}@media only screen and (max-width: 23.75em){.grid-card__item__footer .bt-btn{width:45%}}.grid-card__item__footer .bt-state{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 0rem;font-size:1.4rem;text-align:center;pointer-events:none!important}@media only screen and (max-width: 75em){.grid-card__item__footer .bt-state{width:45%;font-size:1.3rem}}@media only screen and (max-width: 47.93em){.grid-card__item__footer .bt-state{width:100%;margin-bottom:1rem;padding:1rem}}@media only screen and (max-width: 29.93em){.grid-card__item__footer .bt-state{width:50%;padding:.9rem 0rem}}.grid-card.grid-card-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s;transition:all .3s}.grid-card.grid-card-horizontal .grid-card__item{width:90%;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem;-webkit-box-shadow:none;box-shadow:none;padding:1.4rem 2.7rem}.grid-card.grid-card-horizontal .grid-card__item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grid-card.grid-card-horizontal .grid-card__item__teaser{width:50%;margin-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:2rem}@media only screen and (max-width: 75em){.grid-card.grid-card-horizontal .grid-card__item__teaser{width:50%}}@media only screen and (max-width: 56.25em){.grid-card.grid-card-horizontal .grid-card__item__teaser{width:45%}}@media only screen and (max-width: 29.93em){.grid-card.grid-card-horizontal .grid-card__item__teaser{width:100%;margin:1rem 0rem}}.grid-card.grid-card-horizontal .grid-card__item__teaser__title{font-size:1.4rem}@media only screen and (max-width: 29.93em){.grid-card.grid-card-horizontal .grid-card__item__teaser__title{font-size:1.2rem}}.grid-card.grid-card-horizontal .grid-card__item__teaser__text{width:50%;height:2rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width: 75em){.grid-card.grid-card-horizontal .grid-card__item__teaser__text{width:80%}}.grid-card.grid-card-horizontal .grid-card__item__header__logo-wrapper img{height:4rem}.grid-card.grid-card-horizontal .grid-card__item__header__logo-wrapper__icon-box{width:4rem;height:4rem}.grid-card.grid-card-horizontal .grid-card__item__footer{-webkit-box-flex:0;-ms-flex:0 0 19%;flex:0 0 19%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 87.5em){.grid-card.grid-card-horizontal .grid-card__item__footer{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media only screen and (max-width: 56.25em){.grid-card.grid-card-horizontal .grid-card__item__footer{-webkit-box-flex:0;-ms-flex:0 0 29%;flex:0 0 29%}}@media only screen and (max-width: 47.93em){.grid-card.grid-card-horizontal .grid-card__item__footer{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (max-width: 29.93em){.grid-card.grid-card-horizontal .grid-card__item__footer{-webkit-box-flex:50%;-ms-flex:50%;flex:50%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.grid-card.grid-card-horizontal .grid-card__item__footer .bt-btn{font-size:1.3rem;padding:1rem 0rem}@media only screen and (max-width: 47.93em){.grid-card.grid-card-horizontal .grid-card__item__footer .bt-btn{width:100%;margin-bottom:1rem}}@media only screen and (max-width: 29.93em){.grid-card.grid-card-horizontal .grid-card__item__footer .bt-btn{width:25%;margin-right:1rem}}.grid-card.grid-card-horizontal .grid-card__item__footer .bt-state{width:45%;font-size:1.3rem}@media only screen and (max-width: 47.93em){.grid-card.grid-card-horizontal .grid-card__item__footer .bt-state{width:100%;margin-bottom:1rem;padding:1rem}}@media only screen and (max-width: 29.93em){.grid-card.grid-card-horizontal .grid-card__item__footer .bt-state{width:50%;padding:.9rem 0rem}}.team-detail{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 37.5em){.team-detail{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.team-detail__left .btn{width:12rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.7rem;font-size:1.4rem}.team-detail__icon-box{width:11rem;height:11rem;background:#efefef;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem}.team-detail__icon-box__icon{width:3.5rem;height:3.5rem;fill:#cecece}.table-list-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.table-list-header .v-divider{background:#d0d5dd;margin:0 6px 0 12px}@media only screen and (max-width: 47.93em){.table-list-header{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.table-list-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.table-list-header__left .v-divider{margin:4px 6px 0 12px;height:20px}@media only screen and (max-width: 80em){.table-list-header__left .v-divider{display:none}}@media only screen and (max-width: 80em){.table-list-header__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12px;width:100%}}.table-list-header__left .filter-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:4px}@media only screen and (max-width: 47.93em){.table-list-header__left .filter-group{display:none}}@media only screen and (max-width: 47.93em){.table-list-header__left .filter-group.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4px}}.table-list-header__left .filter-group__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.table-list-header__left .filter-group__filters:first-child>*{margin-left:2px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 47.93em){.table-list-header__left .filter-group__filters:first-child>*{z-index:inherit;margin-bottom:16px}}.table-list-header__left .filter-group__filters:first-child>*:first-child{margin-left:0}.table-list-header__left .filter-group .btn.btn-default{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.table-list-header__left .filter-group .btn.btn-default .filter-icon{width:14px;height:14px;fill:#667085;margin-right:6px}.table-list-header__left .filter-group .btn.btn-default span{color:#667085;font-size:1.2rem;font-weight:500}.table-list-header__left .filter-group .btn.btn-default .caret-icon{width:8px;height:8px;fill:#98a2b3;margin-left:6px;-ms-flex-negative:0;flex-shrink:0}.table-list-header__left .filter-group .btn.btn-default.active .icon.caret-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);fill:#4bb8ff}.table-list-header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.table-list-header__right .btn-primary{text-transform:uppercase;font-weight:500}@media only screen and (max-width: 47.93em){.table-list-header__right .btn-primary{width:3.9rem;min-width:3.9rem;height:3.9rem}}@media only screen and (max-width: 47.93em){.table-list-header__right .btn-primary .text{display:none}}@media only screen and (max-width: 47.93em){.table-list-header__right .btn-primary svg{margin-right:0;width:1.2rem;height:1.2rem}}@media only screen and (max-width: 80em){.table-list-header__right{margin-bottom:0;position:absolute;right:0;top:0}}@media only screen and (max-width: 47.93em){.table-list-header__right{position:relative;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:32px}}.table-list-header__right .toggle-search{display:none}@media only screen and (max-width: 47.93em){.table-list-header__right .toggle-search{border:1px solid #EAECF0;border-radius:5px;background:#fcfcfd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3.4rem;height:3.4rem}}.table-list-header__right .toggle-search .icon{fill:#667085;width:14px;height:14px}.table-list-header__right .toggle-search--active-state{width:6px;height:6px;background:#4bb8ff;position:absolute;right:6px;top:6px;border-radius:50%;display:block}.table-list-header__right--button-group-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 47.93em){.table-list-header__right--button-group-wrapper:has(.dropdown-ai){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (max-width: 47.93em){.table-list-header__right--button-group-wrapper:has(.dropdown-ai) .table-toggle-group{margin-bottom:12px}}.settings--text-snippets .table-list-header__right--button-group-wrapper,.settings--product-list .table-list-header__right--button-group-wrapper{margin-left:0!important}.table-list-header__right--button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list-header__right--button-group>*{-ms-flex-negative:0;flex-shrink:0}.table-list-header__right--button-group>*:first-child{margin-left:0}@media only screen and (max-width: 64em){.table-list-header__right--button-group .app-button{width:34px;height:34px;padding:0!important}}@media only screen and (max-width: 64em){.table-list-header__right--button-group .app-button .icon.icon-left{margin-right:0;width:18px;height:18px}}@media only screen and (max-width: 64em){.table-list-header__right--button-group .app-button span{display:none}}.settings--services-list .table-list-header__right--button-group{margin-right:8px}@media only screen and (max-width: 47.93em){.table-list-header__item.search-item{display:none}}@media only screen and (max-width: 47.93em){.table-list-header__item.search-item.active{display:block;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:8px;width:100%}}.table-list-header__title{color:#101828;font-size:2.2rem;font-weight:500;margin-bottom:8px;white-space:nowrap}@media only screen and (max-width: 80em){.table-list-header__title{margin-top:-8px}}@media only screen and (max-width: 47.93em){.table-list-header__title{position:absolute;top:0;left:0}}.table-list-header__search{position:relative}.table-list-header__search__input{width:220px;height:34px;border-radius:5px;border:1px solid #EAECF0;background:#fff;padding-left:35px;padding-right:8px;font-size:1.4rem;color:#101828;font-weight:400}@media only screen and (max-width: 47.93em){.table-list-header__search__input{width:100%;height:4rem}}.table-list-header__search__input::-webkit-input-placeholder{font-size:1.4rem;color:#98a2b3}.table-list-header__search__input::-moz-placeholder{font-size:1.4rem;color:#98a2b3}.table-list-header__search__input:-ms-input-placeholder{font-size:1.4rem;color:#98a2b3}.table-list-header__search__input::-ms-input-placeholder{font-size:1.4rem;color:#98a2b3}.table-list-header__search__input::placeholder{font-size:1.4rem;color:#98a2b3}.table-list-header__search__input:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.table-list-header__search__input::-webkit-search-decoration,.table-list-header__search__input::-webkit-search-cancel-button,.table-list-header__search__input::-webkit-search-results-button,.table-list-header__search__input::-webkit-search-results-decoration{-webkit-appearance:none}.table-list-header__search__button{background:transparent;border:0;position:absolute;left:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;pointer-events:none}.table-list-header__search__button svg{width:14px;height:14px;fill:#98a2b3}.table-list-header__search__clear-button{background:transparent;padding:0;position:absolute;right:10px;border:0;outline:none;z-index:15;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-list-header__search__clear-button__icon{height:1.2rem;width:1.2rem;fill:#3a87cb}.table-list-header__search__clear-button__icon:focus{outline:none;border:0}.table-list-header__collapse{margin-bottom:5px}@media only screen and (max-width: 80em){.table-list-header__collapse{height:auto;width:100%}}.table-list-header__collapse.active-filter{height:auto;z-index:55}@media only screen and (max-width: 40em){.table-list-header__collapse.active-filter .table-list-header__filter-group .table-filter{margin-bottom:0}}@media only screen and (max-width: 40em){.table-list-header__collapse.active-filter .table-list-header__filter-group .table-filter>*{margin-bottom:0}}@media only screen and (max-width: 40em){.table-list-header__collapse .table-list-header__filter-group>*{margin-bottom:8px}}@media only screen and (max-width: 40em){.table-list-header__collapse .table-list-header__filter-group .table-filter>*{margin-bottom:8px}}.table-list-header__user-management-license{background:#4bb8ff;height:3.2rem;padding:0 1rem;line-height:3.2rem;color:#fff;border-radius:.25rem;font-size:1.3rem;font-weight:400;margin-right:1rem;position:relative}.table-list-header__user-management-license:after{content:" ";width:1px;height:2.8rem;background:#dedede;display:block;position:absolute;right:-1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-list-header__user-management-license__bold{font-weight:600}.table-list-header__user-management-license__add-btn{color:#fff;text-decoration:underline;font-weight:600;margin-left:3px}.table-list-header__user-management-license__add-btn:hover{color:#fff}.table-list-header__filter-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.table-list-header__filter-group>*{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}@media only screen and (max-width: 47.93em){.projects .table-list-header .table-list-header__right{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 47.93em){.projects .table-list-header .table-list-header__right .table-list-header__item.search-item{display:block;margin-right:8px}}.table-list-container{background:#fff;border:1px solid #F2F4F7;border-radius:5px;overflow:hidden;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;width:100%}.table-list-container--scroll{overflow-y:auto;overflow-x:scroll;height:calc(100vh - 18rem)}@supports (-webkit-touch-callout: none){.table-list{table-layout:auto!important}}.table-list{width:100%;position:relative;table-layout:fixed}.table-list tr th:last-child:not(.not-last),.table-list tr td:last-child:not(.not-last){width:120px!important}.table-list tr th{min-width:100px;cursor:pointer;width:100%}.table-list tr th:hover .table-icon,.table-list tr th:hover .move-cell,.table-list tr th:hover .resize-handle{visibility:visible}.table-list tr th .invisible-el,.table-list tr th .table-title,.table-list tr th .table-icon{float:left}.table-list tr th .table-icon{margin-left:4px;margin-top:-2px;visibility:hidden}.table-list tr th .move-cell{visibility:hidden}@media only screen and (max-width: 64em){.table-list tr th .move-cell{visibility:visible}}.table-list tr th .table-icon:has(.active-down),.table-list tr th .table-icon:has(.active){visibility:visible}.table-list tr th:has(.violation_status),.table-list tr th:has(.status){width:140px}.table-list tr th:has(.payment_status){width:170px}.table-list tr th:has(.billing_status),.table-list tr th:has(.order_confirmation),.table-list tr th:has(.custom_field),.table-list tr th:has(.custom_create_date),.table-list tr th:has(.date),.table-list tr th:has(.created_at),.table-list tr th:has(.provisioned),.table-list tr th:has(.provision_due_date){width:110px}.table-list tr th:has(.end_date){width:120px}.table-list tr th:has(.primary_contact_fullname),.table-list tr th:has(.contact_fullname),.table-list tr th:has(.work){width:250px}.table-list tr th:has(.primary_contact_phone),.table-list tr th:has(.phone),.table-list tr th:has(.gsm){width:170px}.table-list tr th:has(.primary_contact_email){width:260px}.table-list tr th:has(.decline_status),.table-list tr th:has(.post_code){width:200px}.table-list tr th:has(.updated_at),.table-list tr th:has(.expire_at),.table-list tr th:has(.remind_at),.table-list tr th:has(.external_provision_paid_date),.table-list tr th:has(.substatus){width:130px}.table-list tr th:has(.paid_at),.table-list tr th:has(.invoice_offer_id){width:150px}.table-list tr th:has(.last_wizard_page){width:220px}.table-list tr th:has(.gclid){width:100px}.table-list tr th:has(.estimated_value){width:120px}.table-list tr th:has(.assignee),.table-list tr th:has(.owner),.table-list tr th:has(.remind_at),.table-list tr th:has(.suggested){width:90px}.table-list tr th:has(.custom_id){width:140px}.table-list tr th:has(.primary_contact_address){width:200px}.table-list tr th:has(.primary_contact_source){width:200px}.table-list tr th:has(.work_source),.table-list tr th:has(.source){width:120px}.table-list tr th:has(.reference_number){width:180px}.table-list tr th:has(.lost_title){width:230px}.table-list tr th:has(.resubmission_expire_at){width:140px}.table-list tr th:has(.comments){width:130px}.table-list tr th:has(.bt_state){width:80px}.table-list tr th:has(.subscription_plan){width:110px}.table-list tr th:has(.limits){width:150px}.table-list tr th:has(.reference_id){width:200px}.table-list tr th:has(.award_id){width:170px}.table-list tr th:has(.submitted_at),.table-list tr th:has(.sent_date),.table-list tr th:has(.total_amount),.table-list tr th:has(.expenses),.table-list tr th:has(.commission_amount),.table-list tr th:has(.workspace){width:150px}.table-list tr th:has(.net_value),.table-list tr th:has(.total_value){width:180px}.table-list tr th:has(.comment){width:150px}.table-list tr th:has(.pdf_id){width:80px}.table-list tr th:has(.search_fullname){width:370px}.table-list tr th:has(.email){width:260px}.table-list tr th:has(.authorized_persons){width:300px}.table-list tr th:has(.contact-type),.table-list tr th:has(.category){width:100px}.table-list tr th:has(.description){width:250px}.table-list tr th:has(.search_relations){width:260px}.table-list tr th:has(.start_at),.table-list tr th:has(.finish_at){width:110px}.table-list tr th:has(.place){width:180px}.table-list tr th:has(.search_attendees){width:150px}.table-list tr th:has(.type){width:200px}.table-list tr th:has(.relation_title){width:250px}.table-list tr th:has(.due_date),.table-list tr th:has(.reminder){width:110px}.table-list tr th:has(.creator){width:110px}.table-list tr th:has(.code){width:110px}.table-list tr th:has(.title){width:300px}.table-list tr th:has(.description){width:300px}.table-list tr th:has(.net_price),.table-list tr th:has(.gross_price),.table-list tr th:has(.unit),.table-list tr th:has(.tax_rate){width:120px}.table-list tr th .action-text{visibility:hidden}.table-list tr td{vertical-align:top}.table-list tr td .table-work__pipeline-stage-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list tr td .table-work__pipeline,.table-list tr td .table-work__pipeline-stage{width:92px;max-width:100%}.table-list tr td .primary_contact_phone div,.table-list tr td .primary_contact_email div,.table-list tr td .post_code div,.table-list tr td .estimated_value div,.table-list tr td .custom_id div,.table-list tr td .primary_contact_address div,.table-list tr td .work_source div,.table-list tr td .reference_number div,.table-list tr td .lost_title div,.table-list tr td .comments div,.table-list tr td .reference_id div,.table-list tr td .contact_fullname div,.table-list tr td .email div,.table-list tr td .phone div,.table-list tr td .gsm div,.table-list tr td .contact-type div,.table-list tr td .source div,.table-list tr td .category div,.table-list tr td .title div,.table-list tr td .search_relations div,.table-list tr td .place div,.table-list tr td .description .search-attendees div,.table-list tr td .external_provision_paid_date div,.table-list tr td .provision_due_date div,.table-list tr td .payment_status div,.table-list tr td .paid_at div,.table-list tr td .last_wizard_page div,.table-list tr td .substatus div,.table-list tr td .gclid div,.table-list tr td .search_attendees div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list tr td .primary_contact_phone div a,.table-list tr td .primary_contact_email div a,.table-list tr td .post_code div a,.table-list tr td .estimated_value div a,.table-list tr td .custom_id div a,.table-list tr td .primary_contact_address div a,.table-list tr td .work_source div a,.table-list tr td .reference_number div a,.table-list tr td .lost_title div a,.table-list tr td .comments div a,.table-list tr td .reference_id div a,.table-list tr td .contact_fullname div a,.table-list tr td .email div a,.table-list tr td .phone div a,.table-list tr td .gsm div a,.table-list tr td .contact-type div a,.table-list tr td .source div a,.table-list tr td .category div a,.table-list tr td .title div a,.table-list tr td .search_relations div a,.table-list tr td .place div a,.table-list tr td .description .search-attendees div a,.table-list tr td .external_provision_paid_date div a,.table-list tr td .provision_due_date div a,.table-list tr td .payment_status div a,.table-list tr td .paid_at div a,.table-list tr td .last_wizard_page div a,.table-list tr td .substatus div a,.table-list tr td .gclid div a,.table-list tr td .search_attendees div a{color:#1d2939;text-decoration:none}.table-list tr td .post_code label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list tr td .resubmission_expire_at .resubmission{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-list tr td .resubmission_expire_at .title,.table-list tr td .authorized_persons .table-list--contact__user__user-meta__fullname,.table-list tr td .authorized_persons .table-list--contact__user__user-meta__address{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list tr td .billing_status{max-width:100%;overflow:hidden;text-overflow:ellipsis}.table-list tr td .vdp-datepicker,.table-list tr td .form__datepicker input{padding:0!important;background-color:transparent!important;border:0!important}.table-list tr td .vdp-datepicker:focus,.table-list tr td .form__datepicker input:focus{border:0;outline:none}.table-list tr td .work-list-contact-service__wrapper__contact{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list tr td .relation_title a,.table-list tr td .type{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.table-list.cursor-default tr{cursor:default!important}.table-list__cell{min-height:36px;max-height:36px;line-height:1.5;position:relative}.table-list__cell>*{font-size:1.25rem}.table-list__cell .link:hover{text-decoration:underline}.table-list__cell .custom_field div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list__thead{position:sticky;top:0;z-index:10;background:#fff}@media only screen and (max-width: 40em){.table-list__thead{position:relative;border-bottom:1px solid #EAECF0}}.table-list__thead tr{-webkit-box-shadow:0px 1px 0px #d0d5dd;box-shadow:0 1px #d0d5dd}@media only screen and (max-width: 40em){.table-list__thead tr{-webkit-box-shadow:none;box-shadow:none}}.table-list__thead tr th{font-size:1.2rem;font-weight:600;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:52px;min-width:100px;padding-top:4px}.table-list__thead tr th.table-list__thead__action{width:100%}.table-list__thead tr th .resize-handle{width:10px;height:100%;background:none;display:block;position:relative;right:-1px;border-right:2px solid #D0D5DD;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.table-list__thead tr th .resizable-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.table-list__thead tr th .table-title{font-size:1.2rem}.table-list__thead__name{width:17rem}.table-list__thead .offer-state{width:15rem;padding-left:2.4rem;padding-right:2.4rem}.table-list__thead .contact-id{width:12rem;padding-left:2.4rem;padding-right:2.4rem}.table-list__thead .contact-customer-type{width:10rem}.table-list__thead .contact-customer-name{width:20rem}.table-list__thead .work-list-phase{width:175px;padding-left:2.4rem;padding-right:2.4rem}.table-list__thead .work-list-phase .state{width:131px;display:-webkit-box;display:-ms-flexbox;display:flex}.table-list__thead .work-list-phase .state .custom-checkbox{-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.table-list__thead .work-list-phase .state .table-work__thead-title{width:100%}.table-list__thead .work-list-phase.provision{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:relative;padding-left:0;padding-right:0;min-width:5rem;max-width:5rem}.table-list__thead .tasks-list-status{width:10rem;max-width:15rem;padding-left:2.4rem;padding-right:2.4rem;text-align:center}.table-list__thead .review-list-status{width:13rem;max-width:14rem;padding-left:2.4rem;padding-right:2.4rem}.table-list__thead .resubmission-list-status{width:10rem;max-width:15rem;padding-left:2.4rem;padding-right:2.4rem;text-align:center}.table-list__thead .appointment-list-start{width:15rem;padding-left:2.4rem;padding-right:2.4rem}.table-list tbody.first-body tr td:not(.blocker-td){padding-top:2rem!important}.table-list tbody.first-body tr.row-group .row-group-title{padding:0 24px 12px 0}.table-list tbody tr{border-bottom:1px solid #F2F4F7;table-layout:fixed}.table-list tbody tr.blocker-tr{border:0!important}.table-list tbody tr:nth-child(odd){background:#fff}.table-list tbody tr:not(.b-table-details):hover{cursor:pointer}.table-list tbody tr:not(.b-table-details):hover .in-table{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.table-list tbody tr.no-row-link{cursor:unset!important}.table-list tbody tr.row-group .row-group-title{padding:24px 24px 12px 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#3a87cb;font-size:1.5rem;font-weight:500;white-space:nowrap}.table-list tbody tr.row-group .table-list__cell{min-height:initial;max-height:initial}.table-list tbody tr td{padding:11px 24px;font-size:1.3rem;color:#101828;font-weight:400}.table-list tbody tr td.blocker-td{padding:0!important}.table-list tbody tr .table-list-link{color:#444;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;text-decoration-thickness:from-font;white-space:nowrap;max-width:16rem;overflow:hidden;text-overflow:ellipsis;display:inline-block;padding-top:5px}.table-list tbody tr .table-list-link:hover,.table-list tbody tr .table-list-link:focus,.table-list tbody tr .table-list-link:active{color:#406db8}.table-list tbody tr .table-list-link.mw-1{max-width:1rem}.table-list tbody tr .table-list-link.mw-2{max-width:2rem}.table-list tbody tr .table-list-link.mw-3{max-width:3rem}.table-list tbody tr .table-list-link.mw-4{max-width:4rem}.table-list tbody tr .table-list-link.mw-5{max-width:5rem}.table-list tbody tr .table-list-link.mw-6{max-width:6rem}.table-list tbody tr .table-list-link.mw-7{max-width:7rem}.table-list tbody tr .table-list-link.mw-8{max-width:8rem}.table-list tbody tr .table-list-link.mw-9{max-width:9rem}.table-list tbody tr .table-list-link.mw-10{max-width:10rem}.table-list tbody tr .table-list-link.mw-11{max-width:11rem}.table-list tbody tr .table-list-link.mw-12{max-width:12rem}.table-list tbody tr .table-list-link.mw-13{max-width:13rem}.table-list tbody tr .table-list-link.mw-14{max-width:14rem}.table-list tbody tr .table-list-link.mw-15{max-width:15rem}.table-list tbody tr .table-list-link.mw-16{max-width:16rem}.table-list tbody tr .table-list-link.mw-17{max-width:17rem}.table-list tbody tr .table-list-link.mw-18{max-width:18rem}.table-list tbody tr .table-list-link.mw-19{max-width:19rem}.table-list tbody tr .table-list-link.mw-20{max-width:20rem}.table-list tbody tr .table-list-link.mw-21{max-width:21rem}.table-list tbody tr .table-list-link.mw-22{max-width:22rem}.table-list tbody tr .table-list-link.mw-23{max-width:23rem}.table-list tbody tr .table-list-link.mw-24{max-width:24rem}.table-list tbody tr .table-list-link.mw-25{max-width:25rem}.table-list tbody tr .table-list-link.mw-26{max-width:26rem}.table-list tbody tr .table-list-link.mw-27{max-width:27rem}.table-list tbody tr .table-list-link.mw-28{max-width:28rem}.table-list tbody tr .table-list-link.mw-29{max-width:29rem}.table-list tbody tr .table-list-link.mw-30{max-width:30rem}.table-list tbody tr .table-list-link.mw-31{max-width:31rem}.table-list tbody tr .table-list-link.mw-32{max-width:32rem}.table-list tbody tr .table-list-link.mw-33{max-width:33rem}.table-list tbody tr .table-list-link.mw-34{max-width:34rem}.table-list tbody tr .table-list-link.mw-35{max-width:35rem}.table-list tbody tr .table-list-link.mw-36{max-width:36rem}.table-list tbody tr .table-list-link.mw-37{max-width:37rem}.table-list tbody tr .table-list-link.mw-38{max-width:38rem}.table-list tbody tr .table-list-link.mw-39{max-width:39rem}.table-list tbody tr .table-list-link.mw-40{max-width:40rem}.table-list tbody tr .table-list-link.mw-41{max-width:41rem}.table-list tbody tr .table-list-link.mw-42{max-width:42rem}.table-list tbody tr .table-list-link.mw-43{max-width:43rem}.table-list tbody tr .table-list-link.mw-44{max-width:44rem}.table-list tbody tr .table-list-link.mw-45{max-width:45rem}.table-list tbody tr .table-list-link.mw-46{max-width:46rem}.table-list tbody tr .table-list-link.mw-47{max-width:47rem}.table-list tbody tr .table-list-link.mw-48{max-width:48rem}.table-list tbody tr .table-list-link.mw-49{max-width:49rem}.table-list tbody tr .table-list-link.mw-50{max-width:50rem}.table-list tbody tr .table-list-link--download{color:#3a87cb}.table-list tbody tr td:first-child,.table-list tbody tr .offer-state{padding-left:2.4rem;padding-right:2.4rem}.table-list tbody tr .contact-id{width:12rem;padding-left:2.4rem;padding-right:2.4rem}.table-list tbody tr .contact-customer-type{width:10rem}.table-list tbody tr .vertical-align-top{padding:2rem 1rem;vertical-align:top}.table-list tbody tr .work-list-phase{width:8.5rem;padding-left:2.4rem;padding-right:2.4rem}.table-list tbody tr .work-list-phase.provision{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;position:relative;padding-left:0;padding-right:0;min-width:5rem;max-width:5rem}.table-list tbody tr .work-list-contact-service__wrapper{line-height:1.3}.table-list tbody tr .work-list-contact-service__wrapper__contact{white-space:nowrap;max-width:20rem;overflow:hidden;text-overflow:ellipsis;font-weight:600;color:#000}.table-list tbody tr .work-list-contact-service__wrapper__service{white-space:nowrap;max-width:20rem;overflow:hidden;text-overflow:ellipsis;color:#303030;font-weight:400}.table-list tbody tr .work-list-phone__wrapper__phone{white-space:nowrap}.table-list tbody tr .work-list-phone__wrapper__phone a{color:inherit;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;text-decoration-thickness:from-font}.table-list tbody tr .work-list-phone__wrapper__phone a:hover,.table-list tbody tr .work-list-phone__wrapper__phone a:focus,.table-list tbody tr .work-list-phone__wrapper__phone a:active{color:#406db8}.table-list tbody tr .work-list-phone__wrapper__mobile{white-space:nowrap}.table-list tbody tr .work-list-phone__wrapper__mobile a{color:inherit;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;text-decoration-thickness:from-font}.table-list tbody tr .work-list-phone__wrapper__mobile a:hover,.table-list tbody tr .work-list-phone__wrapper__mobile a:focus,.table-list tbody tr .work-list-phone__wrapper__mobile a:active{color:#406db8}.table-list tbody tr .work-list-email a{color:#101828}.table-list tbody tr .work-list-email a:hover{text-decoration:none;color:#101828}.table-list tbody tr .work-list-email:first-child .state{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.table-list tbody tr .work-list-email:first-child .state .custom-checkbox{-ms-flex-negative:0;flex-shrink:0}.table-list tbody tr .work-list-email:has(.creator),.table-list tbody tr .work-list-email:has(.owner),.table-list tbody tr .work-list-email:has(.assignee){vertical-align:middle}.table-list tbody tr .work-list-email.create-date{width:10rem;font-size:1.25rem;line-height:1.8;vertical-align:baseline}.table-list tbody tr .work-list-email.work-list-contact-service{width:175px;position:relative;vertical-align:baseline}.table-list tbody tr .work-list-email.work-list-contact-service .work-list-contact-service__wrapper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-list tbody tr .work-list-email.work-list-contact-service .work-list-contact-service__wrapper .work-list-contact-service__wrapper__contact{width:175px;font-weight:700;line-height:1.8;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.table-list tbody tr .work-list-email.work-list-contact-service .work-list-contact-service__wrapper .work-list-contact-service__wrapper__service{width:175px;font-size:1.2rem;font-weight:400;color:#344054;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.table-list tbody tr .work-list-email.work-list-phone{width:165px;vertical-align:baseline}.table-list tbody tr .work-list-email.work-list-phone a{color:#101828;font-size:1.25rem;text-decoration:none}.table-list tbody tr .work-list-email.work-list-email{width:281px;position:relative;vertical-align:baseline}.table-list tbody tr .work-list-email.work-list-email .email{width:233px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:100%}.table-list tbody tr .work-list-email.work-list-email .email a{color:#101828;font-size:1.25rem;text-decoration:none}.table-list tbody tr .work-list-email.work-list-address{width:206px;vertical-align:baseline}.table-list tbody tr .work-list-email.work-list-address .work-list-address__wrapper{width:158px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-list tbody tr .work-list-email.work-list-address .work-list-address__wrapper span{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:1.25rem}.table-list tbody tr .work-list-email.last-activity{width:133px;vertical-align:baseline}.table-list tbody tr .work-list-email.last-activity span{width:85px;height:100%;font-size:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-list tbody tr .work-list-email.estimated{width:122px;vertical-align:baseline}.table-list tbody tr .work-list-email.estimated span{width:74px;height:100%;font-size:1.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-list tbody tr .work-list-email.assigned{width:108px;vertical-align:middle}.table-list tbody tr .work-list-email.assigned .table-work__owner{width:60px;padding:0;background:transparent;border:0;border-radius:0}.table-list tbody tr .work-list-email.assigned .table-work__owner img{width:32px;height:32px;margin:0}.table-list tbody tr .work-list-email.contact-address .contact-address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.table-list tbody tr .work-list-email.contact-address .contact-address .custom-checkbox{-ms-flex-negative:0;flex-shrink:0;margin-right:12px}.table-list tbody tr .work-list-email.contact-address .contact-address__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;white-space:nowrap}.table-list tbody tr .work-list-email.contact-address .contact-address__content .icon{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;fill:#98a2b3;margin-right:8px}.table-list tbody tr .work-list-email.contact-address .contact-address__content--contact-info h5{font-size:1.3rem;font-weight:700;color:#101828;margin-bottom:0}.table-list tbody tr .work-list-email.contact-address .contact-address__content--contact-info p{color:#344054;font-size:1.2rem;margin-bottom:0}.table-list tbody tr .work-list-email.contact-phone span,.table-list tbody tr .work-list-email.contact-mobile span,.table-list tbody tr .work-list-email.contact-email span{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.table-list tbody tr .work-list-email.table-list__buttons{vertical-align:middle}.table-list tbody tr .work-list-email:has(.download-pdf){vertical-align:middle}.table-list tbody tr .work-list-email:has(.table-list__state-wrapper){vertical-align:baseline}.table-list tbody .product-row,.table-list tbody .product-row .table-list__nested-table-wrapper{background:#667085}.table-list tbody .product-row .table-list__nested-table-wrapper:before{display:none}.table-list tbody .product-row .table-list__nested-table{margin-bottom:4rem}.table-list tbody .product-row .table-list__nested-table thead tr th{color:#fff;background:#667085;font-weight:400;padding:0rem 1.2rem 1.4rem}.table-list tbody .product-row .table-list__nested-table thead tr th:nth-child(2){width:150px;min-width:150px}.table-list tbody .product-row .table-list__nested-table thead tr th:nth-child(3){width:200px;min-width:200px}.table-list tbody .product-row .table-list__nested-table thead tr th:nth-child(4){width:100%}.table-list tbody .product-row .table-list__nested-table thead tr th:nth-child(5),.table-list tbody .product-row .table-list__nested-table thead tr th:nth-child(6){width:140px;min-width:140px}.table-list tbody .product-row .table-list__nested-table thead tr th:last-child{width:90px;min-width:90px}.table-list tbody .product-row .table-list__nested-table tbody tr{height:5rem;background:#667085!important}.table-list tbody .product-row .table-list__nested-table tbody tr td{color:#fff;height:auto}.table-list tbody .product-row .table-list__nested-table tbody tr td:nth-child(3){max-width:200px}.table-list tbody .product-row .table-list__nested-table tbody tr td:nth-child(4){width:100%}.table-list tbody .product-row .table-list__nested-table tbody tr td:nth-child(4) div{-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.table-list tbody .product-row .table-list__nested-table tbody tr td:nth-child(5),.table-list tbody .product-row .table-list__nested-table tbody tr td:nth-child(6){width:140px}.table-list tbody .product-row .table-list__nested-table tbody tr td:last-child{width:90px}.table-list tbody .b-table-details .table-verifications--details-table tbody tr:hover{cursor:default}.table-list tbody .b-table-details .table-list__nested-table tbody tr:hover{background:inherit!important;cursor:default}.table-list tbody .review-list-status__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3px}.table-list tbody .review-list-status__badge{font-size:1.25rem;font-weight:500;padding:.3rem 1.1rem;min-width:10rem;border-radius:5px;background:#eee;display:block;text-align:center}.table-list tbody .review-list-status__badge.green{background:#d7f6eb;color:#248260}.table-list tbody .review-list-status__badge.orange{background:#fff6e6;color:#b58214}.table-list tbody .review-list-status__badge.red{background:#ffe6e6;color:#b51414}.table-list tbody .review-list-status__overdue{margin-left:.9rem}.table-list tbody .review-list-status__overdue__icon{width:1.3rem;height:1.3rem}.table-list tbody .review-list-status__warning{margin-left:.9rem}.table-list tbody .review-list-status__warning__icon{width:1.5rem;height:1.3rem;fill:#f6ca0f}.table-list tbody .review-list-reply-check{text-align:center;width:12.8rem}.table-list tbody .review-list-reply-check__icon{width:2rem;height:2rem}.table-list tbody .review-list-reclamation-reason{font-size:1.35rem;color:#404040;font-weight:500;line-height:1.8rem}.table-list tbody .review-list-reclamation-reason__icon{width:1.9rem;height:1.9rem;margin-left:4px}.table-list tbody .user-management-user{font-weight:600;color:#303030}.table-list__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list__toggle__item{margin-right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:3rem}.table-list__toggle__item label{margin-bottom:0;white-space:nowrap}.table-list__partner-avatar{width:11rem;max-height:100%;position:relative}@media only screen and (max-width: 75em){.table-list__partner-avatar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto;width:auto}}@media only screen and (max-width: 47.93em){.table-list__partner-avatar{height:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:auto}}.table-list__partner-avatar__wrap{position:relative;width:6rem;height:6rem;margin:0 auto}.table-list__partner-avatar__status{width:1.2rem;height:1.2rem;background:#2abb9b;border:2px solid #ffffff;border-radius:100%;position:absolute;z-index:6;top:1px;right:6px}.table-list__partner-avatar__status.red{background:#e45b72}.table-list__partner-avatar__status.yellow{background:#fad859}.table-list__partner-avatar__img-wrap{width:5.5rem;height:5.5rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;border:3px solid #ffffff;-webkit-box-shadow:0 0 1rem -.4rem rgba(0,0,0,.38);box-shadow:0 0 1rem -.4rem #00000061}.table-list__partner-avatar__img-wrap img{width:100%}.table-list__partner-info{width:14rem}@media only screen and (max-width: 75em){.table-list__partner-info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:18rem}}@media only screen and (max-width: 47.93em){.table-list__partner-info{width:calc(100% - 8rem);position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0!important}}@media only screen and (max-width: 37.5em){.table-list__partner-info{width:calc(100% - 11rem)}}.table-list__partner-info__title{font-size:.9rem;margin-bottom:-.5rem;margin-top:2px}.table-list__partner-info__name{line-height:1.5;margin-bottom:5px;width:16rem;max-width:20rem;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 47.93em){.table-list__partner-info__name{width:auto}}@media only screen and (max-width: 23.75em){.table-list__partner-info__name{width:16rem}}.table-list__partner-info__name a{max-width:14rem;color:#535353;text-decoration:none;font-size:1.4rem;font-weight:500;border-bottom:1px dotted #535353;display:inline;line-height:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.table-list__partner-info__name a:hover{color:#2e4f90}.table-list__partner-info__company{font-size:1.1rem;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-list__partner-info__company__icon{width:1.3rem;height:1.3rem;fill:#404040;margin-right:3px}.table-list__partner-info__company a{color:#404040;font-style:italic}.table-list__partner-info__company a:hover{color:#2e4f90}.table-list__partner-info__certificate{width:4.5rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.9rem;background:#22a7f0;color:#fff;border-radius:5px;margin-top:5px;font-weight:600}.table-list__partner-info__certificate.nested-certificate{position:absolute}.table-list__partner-info__detail{display:none}@media only screen and (max-width: 47.93em){.table-list__partner-info__detail{background:transparent;border:0;outline:0;display:block;position:absolute;right:0;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-list__partner-info__detail:link,.table-list__partner-info__detail:visited,.table-list__partner-info__detail:active,.table-list__partner-info__detail:focus{border:0;outline:0}.table-list__partner-info__detail__icon{width:2.4rem;height:2.4rem;fill:#afafaf}}.table-list__partner-address{width:17rem;position:relative}@media only screen and (max-width: 75em){.table-list__partner-address{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media only screen and (max-width: 47.93em){.table-list__partner-address{width:100%;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}}.table-list__partner-address__street,.table-list__partner-address__city{color:#444;font-size:1.25rem}@media only screen and (max-width: 47.93em){.table-list__partner-address__city.address{display:none}}.table-list__partner-address__place{display:none}@media only screen and (max-width: 47.93em){.table-list__partner-address__place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;color:#404040}.table-list__partner-address__place__icon{width:1.2rem;height:1.2rem;fill:#b1b1b1;margin-right:5px}.table-list__partner-address__place p{margin-bottom:0}}.table-list__partner-address__dropdown{list-style:none;margin:0;padding:0;position:absolute}@media only screen and (max-width: 47.93em){.table-list__partner-address__dropdown{position:relative;display:none}}.table-list__partner-address__dropdown .nav-link{color:#969696;font-size:.9rem;padding:0;font-weight:600;text-decoration:underline}.table-list__partner-address__dropdown .nav-link:hover{color:#969696}.table-list__partner-address__list{list-style:none;margin:0;padding:0;background:#fff}.table-list__partner-address__list li{margin-bottom:1rem;padding:1rem 2rem}.table-list__partner-address__list li:last-child{margin-bottom:0}.table-list__partner-address__list li:nth-child(2n){background:#efefef}.table-list__partner-contact{width:24rem;max-width:25rem}@media only screen and (max-width: 75em){.table-list__partner-contact{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:18rem}}@media only screen and (max-width: 47.93em){.table-list__partner-contact{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.table-list__partner-contact__list{list-style:none;margin:0;padding:0}.table-list__partner-contact__list li{font-size:1.25rem;color:#444;height:1.25rem;margin-bottom:5px;white-space:nowrap}.table-list__partner-contact__list li a{font-size:1.25rem;color:#444;text-decoration:none}.table-list__partner-contact__list li a:hover{color:#2e4f90;text-decoration:underline}.table-list__partner-contact__list__link a,.table-list__partner-contact__list__email a{text-overflow:ellipsis;overflow:hidden;max-width:100%;white-space:nowrap;display:inline-block}.table-list__partner-quali{width:60rem;position:relative}@media only screen and (max-width: 75em){.table-list__partner-quali{grid-column:1/6;-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:100%}}@media only screen and (max-width: 47.93em){.table-list__partner-quali{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-left:0;padding-right:0!important;width:calc(100vw - 14.9rem)}}@media only screen and (max-width: 37.5em){.table-list__partner-quali{width:100vw}}@media only screen and (max-width: 47.93em){.table-list__partner-quali__list-wrapper{width:100%;overflow:auto;scrollbar-color:transparent;scrollbar-width:none}.table-list__partner-quali__list-wrapper::-webkit-scrollbar{width:0;height:0}.table-list__partner-quali__list-wrapper::-webkit-scrollbar-track{background:transparent}.table-list__partner-quali__list-wrapper::-webkit-scrollbar-thumb{background:transparent;border-radius:0}.table-list__partner-quali__list-wrapper::-webkit-scrollbar-thumb:hover{background:transparent}}.table-list__partner-quali__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;white-space:nowrap}@media only screen and (max-width: 75em){.table-list__partner-quali__list{padding-left:2rem}}@media only screen and (max-width: 47.93em){.table-list__partner-quali__list{width:130vw;padding-left:0}}@media only screen and (max-width: 47.93em){.table-list__partner-quali__list.inside-tooltip{width:auto}}@media only screen and (max-width: 37.5em){.table-list__partner-quali__list.inside-tooltip{white-space:break-spaces}}.table-list__partner-quali__list li{background:#2574a9;color:#fff;font-size:1.1rem;margin-right:.8rem;margin-bottom:.8rem;padding:2px 1.2rem;border-radius:5rem}.table-list__partner-quali__list.text li{background:transparent;color:#404040;font-weight:400;margin-right:3px;margin-bottom:0;padding:0}.table-list__partner-quali__list.text li:not(:last-child):after{content:",";margin-left:-2px;margin-right:2px}.table-list__partner-quali__list__label{font-weight:600!important}.table-list__partner-quali__list__label:after{display:none}.table-list__partner-quali__list.gray li{background:#f2f1ef;color:#333}@media only screen and (max-width: 47.93em){.table-list__partner-quali__list.gray li{font-weight:500}}.table-list__partner-quali__list.purple li{background:#913d88;color:#fff}.table-list__partner-quali__tooltip-content{background:#fff;padding:2rem;border-radius:5px;border:1px solid #e4e4e4;-webkit-box-shadow:0px 0px 16px 0px rgba(168,168,168,.3);box-shadow:0 0 16px #a8a8a84d}.table-list__partner-quali__tooltip-btn{font-size:.9rem;color:#404040;background:transparent;border:0;outline:0;padding:0}.table-list__partner-quali__tooltip-btn:hover{outline:0}.table-list__partner-quali__tooltip-btn:link,.table-list__partner-quali__tooltip-btn:focus{border:0;outline:0}.table-list__workspace-logo{width:11rem;min-width:11rem;height:10rem;max-height:100%}@media only screen and (max-width: 75em){.table-list__workspace-logo{height:auto}}@media only screen and (max-width: 23.75em){.table-list__workspace-logo{width:9rem;min-width:9rem}}.table-list__workspace-logo img{width:5.5rem;height:auto;display:block;margin:0 auto}.table-list__workspace-logo__placeholder{width:5.5rem;height:5.5rem;background:#efefef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.table-list__workspace-logo__placeholder__icon{width:2rem;height:2rem;fill:#404040}.table-list__workspace-users{width:8rem}@media only screen and (max-width: 47.93em){.table-list__workspace-users{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:calc(100% - 26rem);position:relative}}@media only screen and (max-width: 37.5em){.table-list__workspace-users{width:calc(100% - 29rem)}}@media only screen and (max-width: 29.93em){.table-list__workspace-users{width:calc(100% - 28rem)}}@media only screen and (max-width: 23.75em){.table-list__workspace-users{width:calc(100% - 21rem)}}.table-list__workspace-users__list{list-style:none;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1rem;margin-bottom:0}.table-list__workspace-users__list li{-webkit-transition:all .2s ease;transition:all .2s ease;position:relative;z-index:1;top:0}@media only screen and (max-width: 47.93em){.table-list__workspace-users__list li{pointer-events:none}}.table-list__workspace-users__list li:hover{z-index:2;cursor:pointer}.table-list__workspace-users__list li:not(:first-child){margin-left:-1.5rem}.table-list__workspace-users__list__avatar img{width:3.2rem;height:3.2rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.table-list__workspace-users__list__more__box{width:4rem;height:4rem;border-radius:50%;border:1px solid #ffffff;background:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 2px .8rem 0 rgba(0,0,0,.25);box-shadow:0 2px .8rem #00000040;color:#fff}.table-list__workspace-users__detail{display:none}@media only screen and (max-width: 47.93em){.table-list__workspace-users__detail{background:transparent;border:0;outline:0;display:block;position:absolute;right:0;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-list__workspace-users__detail:link,.table-list__workspace-users__detail:focus,.table-list__workspace-users__detail:active,.table-list__workspace-users__detail:visited{border:0;outline:0}.table-list__workspace-users__detail__icon{width:2.4rem;height:2.4rem;fill:#afafaf}}.table-list__workspace-info{width:14rem;max-width:18rem}@media only screen and (max-width: 47.93em){.table-list__workspace-info{position:relative}}@media only screen and (max-width: 37.5em){.table-list__workspace-info{position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0!important;width:20rem}}@media only screen and (max-width: 29.93em){.table-list__workspace-info{width:16rem}}@media only screen and (max-width: 23.75em){.table-list__workspace-info{width:12rem}}.table-list__workspace-info__name{line-height:1;margin-bottom:5px}.table-list__workspace-info__name a{color:#535353;text-decoration:none;font-size:1.3rem;font-weight:500;max-width:100%;display:block;line-height:1.4;border-bottom:0;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;text-decoration-thickness:from-font;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.table-list__workspace-info__name a:hover{color:#2e4f90}.table-list__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px!important;padding-right:16px!important}.table-list__buttons__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-list__buttons__review-approve{padding:.7rem 1.1rem;font-size:1.3rem;font-weight:400;background:#2abb9b;color:#fff;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;outline:0;line-height:1;height:2.8rem;min-width:11.3rem;margin-right:.5rem}.table-list__buttons__review-approve.approved{background:#eef0f0;border:1px solid #E9E9E9;color:#b5b5b5}.table-list__status-badge{background:#404040;color:#fff;border-radius:.5rem;padding:3px 4px;font-size:1rem;font-weight:500;display:inline-block;margin-top:.4rem}.table-list__status-badge.orange{background:#ef6c00}.table-list__status-badge.green{background:#2abb9b}.table-list__status-badge.red{background:#e45b72}.table-list__footer{background:#fff;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5rem 0 3rem;border-top:1px solid #F2F4F7;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 56.25em){.table-list__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto;padding:2rem}}@media only screen and (max-width: 37.5em){.table-list__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:auto;padding:2rem 2rem 4rem}}.table-list__footer__left,.table-list__footer__right{width:50%}@media only screen and (max-width: 56.25em){.table-list__footer__left,.table-list__footer__right{width:100%}}.table-list__footer__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 56.25em){.table-list__footer__left{margin-bottom:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width: 37.5em){.table-list__footer__left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 23.75em){.table-list__footer__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 75em){.table-list__footer__left .table-work__summary__block{width:auto}}@media only screen and (max-width: 23.75em){.table-list__footer__left .table-work__summary__block{margin-bottom:1rem}}@media only screen and (max-width: 56.25em){.table-list__footer__right{width:100%}}@media only screen and (max-width: 37.5em){.table-list__footer__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.table-list__footer__right>.table-work__footer{background:transparent;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border:0}.table-list__footer__right>.table-work__footer .pagination .page-link{font-size:1.2rem;color:#404040}.table-list__footer__right>.table-work__footer .pagination .page-item.active{-webkit-box-shadow:none;box-shadow:none;border-color:#404040}.table-list__footer__right>.table-work__footer .pagination .page-item.active .page-link{background:#404040;color:#fff}.table-list__footer__right>.table-work__footer .pagination .page-item.active .page-link:link,.table-list__footer__right>.table-work__footer .pagination .page-item.active .page-link:visited{outline:0;-webkit-box-shadow:none;box-shadow:none}.table-list__footer__right>.table-work__footer .multiselect--records-per-page .multiselect__single{font-size:1.2rem;font-weight:500;line-height:2rem}.table-list__footer__right>.table-work__footer .multiselect--records-per-page .multiselect__tags{min-height:2.6rem;height:2.6rem}.table-list__footer__right>.table-work__footer .multiselect--records-per-page .multiselect__select{height:2.6rem}.table-list__footer__right>.table-work__footer .multiselect--records-per-page .multiselect__select:before{display:inline-block;top:-2px}.table-list__footer__right>.table-work__footer .multiselect__content-wrapper{margin-bottom:0}.table-list__footer__status-list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.table-list__footer__status-list li{margin-right:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list__footer__status-list__badge{width:1rem;height:1rem;border-radius:50%;margin-right:5px;background:#404040}.table-list__footer__status-list__badge.green{background:#2abb9b}.table-list__footer__status-list__badge.yellow{background:#fad859}.table-list__footer__status-list__badge.red{background:#e45b72}.table-list__footer__status-list__text{font-size:1.1rem;color:#404040}.table-list__footer__status-list__icon{width:1.6rem;height:1.6rem;margin-right:5px}.table-list__footer__status-list__icon.warning{fill:#ef6c00}.table-list__nested-table-wrapper{padding:2rem 0;position:relative}.table-list__nested-table-wrapper__vertical-hr{height:calc(100% - 5.3rem);width:1px;background:#ddd;position:absolute;left:5.5rem;top:0;z-index:0}.table-list__nested-table{width:100%}.table-list__nested-table thead tr{border-color:#475467}.table-list__nested-table tbody tr{border-bottom:0;height:6.5rem;max-height:6.5rem}@media only screen and (max-width: 75em){.table-list__nested-table tbody tr{grid-template-columns:none!important;display:table-row!important}}.table-list__nested-table tbody td,.table-list__nested-table tbody th{height:6.5rem;max-height:6.5rem}.table-list__nested-table__root{width:11rem;position:relative}.table-list__nested-table__root:before{content:" ";width:2.5rem;height:1px;background:#ddd;position:absolute;left:5.5rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-list__nested-table__root:after{content:" ";width:.7rem;height:.7rem;border-radius:50%;background:#404040;position:absolute;right:1.9rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.table-list__nested-table__partner-avatar{width:6.5rem}.table-list__nested-table__partner-name{width:14rem}.table-list__nested-table__partner-contact{width:18rem;max-width:20rem}.table-list__no-entry{position:absolute;width:100%;height:calc(100% - 10rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 75em){.table-list__no-entry{height:100%}}.table-list__no-entry__image{width:9rem;height:auto;margin-bottom:2rem}.table-list__no-entry__icon{width:5rem;height:5rem;margin-bottom:2rem;fill:#ccc}.table-list__no-entry__title{font-size:1.6rem;font-weight:600;color:#404040;margin-bottom:1rem}.table-list__no-entry__sub-title{font-size:1.3rem;color:#959595;margin-bottom:3rem;text-align:center}.table-list__no-entry__cta,.table-list__no-entry__cta:link,.table-list__no-entry__cta:visited{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:1;background:#408fc7;padding:8px 3rem;border-radius:1.3rem;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.4rem;font-weight:500;min-width:11rem;cursor:default}.table-list__no-entry__cta:hover{color:#fff}.table-list__no-entry__cta:focus,.table-list__no-entry__cta.focus{-webkit-box-shadow:none;box-shadow:none}.table-list__detail-mobile{position:fixed;width:100vw;min-height:calc(100% - 6.7rem);height:calc(100% - 6.7rem);overflow:scroll;top:6.7rem;background:#f9f9fa;z-index:999;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-list__detail-mobile__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.7rem .8rem;border-bottom:1px solid #ECEFF2;min-height:12rem}.table-list__detail-mobile__header__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:.8rem;width:3.6rem;height:3.6rem}.table-list__detail-mobile__header__back .table-list__partner-info__detail{-webkit-transform:none;transform:none;position:static}.table-list__detail-mobile__header .table-list__partner-avatar__status{width:1.4rem;height:1.4rem}.table-list__detail-mobile__header .table-list__partner-avatar__wrap{width:7.6rem;height:7.6rem;margin:0;margin-right:2.3rem}.table-list__detail-mobile__header .table-list__partner-avatar__img-wrap{width:7.6rem;height:7.6rem}.table-list__detail-mobile__header__logo-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:7rem;height:7rem;min-width:7rem;min-height:7rem;margin:0;margin-right:2.3rem}.table-list__detail-mobile__header__logo-wrap .table-list__workspace-logo__placeholder{width:100%;height:100%}.table-list__detail-mobile__header__logo-wrap .table-list__workspace-logo__placeholder__icon{width:2.4rem;height:2.4rem}.table-list__detail-mobile__header__logo-wrap img{width:100%;height:auto}.table-list__detail-mobile__header__text .table-list__partner-info__title{margin-top:0;color:#404040}.table-list__detail-mobile__header__text .table-list__partner-info__name{margin-bottom:1px}.table-list__detail-mobile__header__text .table-list__partner-info__name a{color:#484848;font-size:1.7rem;font-weight:600;border:0;max-width:100%;line-height:1.2;white-space:normal}.table-list__detail-mobile__workspace-users{background:#fff;padding:2.4rem 3.2rem;border-bottom:1px solid #ECEFF2}.table-list__detail-mobile__workspace-users__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.table-list__detail-mobile__workspace-users__item:last-child{margin-bottom:0}.table-list__detail-mobile__workspace-users__item .table-list__workspace-users__list__avatar{margin-right:2rem;width:5rem;height:5rem}.table-list__detail-mobile__workspace-users__item__partner-name{width:calc(100% - 7rem)}.table-list__detail-mobile__workspace-users__item__partner-name .table-list__partner-info__name:last-child{margin-bottom:0}.table-list__detail-mobile__workspace-users__item__partner-name .table-list__partner-info__name a{max-width:100%;white-space:normal;text-overflow:unset;line-height:1.2;overflow:visible}.table-list__detail-mobile__contact{background:#fff;padding:2.4rem 3.2rem;border-bottom:1px solid #ECEFF2}.table-list__detail-mobile__contact__table{width:100%}.table-list__detail-mobile__contact__table tr{background:#fff!important;border-bottom:0!important}.table-list__detail-mobile__contact__table tr td,.table-list__detail-mobile__contact__table tr th{padding:0!important;font-size:1.3rem;color:#404040;line-height:1.3}.table-list__detail-mobile__contact__table tr th{font-weight:600}.table-list__detail-mobile__contact__table tr td{font-weight:400}.table-list__detail-mobile__contact__table tr td .table-list__partner-address__city.address{display:inline!important}.table-list__detail-mobile__contact__table tr td a{font-size:1.3rem;color:#404040}.table-list__detail-mobile__contact__table tr td .dropdown-extra-addresses{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;margin-top:-2px}.table-list__detail-mobile__contact__table tr:not(:last-child) td{margin-bottom:1.8rem}.table-list__detail-mobile__tags{padding:3.2rem;padding-right:0;border-bottom:1px solid #ECEFF2;position:relative}.table-list__detail-mobile__tags.has-more{padding-bottom:5rem}.table-list__detail-mobile__tags.no-border{border-bottom:0}.table-list__detail-mobile__tags.no-overflow{padding-right:3.2rem}@media only screen and (max-width: 47.93em){.table-list__detail-mobile__tags.no-overflow .table-list__partner-quali__list{width:100%}}.table-list__detail-mobile__tags__title{font-size:1.3rem;font-weight:600;color:#404040;margin-bottom:.9rem;line-height:1}.table-list__detail-mobile__tags__read-more{width:4rem;height:4rem;background:transparent;border:0;outline:0;display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);bottom:.5rem}.table-list__detail-mobile__tags__read-more:link,.table-list__detail-mobile__tags__read-more:visited,.table-list__detail-mobile__tags__read-more:active,.table-list__detail-mobile__tags__read-more:focus{border:0;outline:0}.table-list__detail-mobile__tags__read-more__icon{width:2.4rem;height:2.4rem;fill:#afafaf}.table-list__detail-mobile__tags__read-more.active .table-list__detail-mobile__tags__read-more__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table-list__detail-mobile__tags__no-data{font-size:1.3rem;color:#404040}.table-list__detail-mobile__footer{margin-top:auto;padding:1rem 3.2rem 2rem}.table-list__detail-mobile__footer__button{width:100%;height:5rem;border-radius:1rem;text-align:center;font-size:1.6rem;font-weight:500;color:#fff;background:#2abb9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;-webkit-box-shadow:none;box-shadow:none}.table-list__detail-mobile__footer__button:hover,.table-list__detail-mobile__footer__button:active,.table-list__detail-mobile__footer__button:focus{background:#1c7d67;outline:0;color:#fff;text-decoration:none}.table-list__detail-mobile__footer__button:not(:last-child){margin-bottom:1.6rem}.table-list__detail-mobile__footer__button.gray{background:#c5cbd3}.table-list__detail-mobile__footer__button.gray:hover,.table-list__detail-mobile__footer__button.gray:active,.table-list__detail-mobile__footer__button.gray:focus{background:#9aa4b2}.table-list__state-wrapper{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;white-space:nowrap}.table-list__state-wrapper__state{width:1.1rem;height:1.1rem;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.table-list__state-wrapper__state.draft{background:#404040}.table-list__state-wrapper__state.open{background:#fad859}.table-list__state-wrapper__state.received{background:#2abb9b}.table-list__state-wrapper__state.cancelled{background:#e45b72}.modal-pdf-bill .table-list__state-wrapper__state.cancelled,.bills .table-list__state-wrapper__state.cancelled{background:#000}.table-list__state-wrapper__state.overdue{background:#e45b72}.table-list__state-wrapper__state.green{background:#2abb9b}.table-list__state-wrapper__state.orange{background:#fad859}.table-list__state-wrapper__state.red{background:#e45b72}.table-list__state-wrapper__state.gray{background:#505050}.table-list__state-wrapper__text{font-size:1.2rem;font-weight:600;border-radius:5px;margin-left:6px;padding:3px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list__state-wrapper__text.green{color:#248260;background:#d7f6eb}.table-list__state-wrapper__text.yellow{color:#484200;background:#fef160}.table-list__state-wrapper__text.red{color:#851717;background:#faa5a5}.table-list__state-wrapper__text.blue{color:#3d6fa2;background:#e2f0ff}.table-list__state-wrapper__text.grey{color:#4f5762;background:#e4e7eb}.table-list__offer-customer{font-weight:600}.table-list__status-color.green td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #2abb9b;box-shadow:inset 4px 0 #2abb9b}.table-list__status-color.yellow td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #FAD859;box-shadow:inset 4px 0 #fad859}.table-list__status-color.red td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #E45B72;box-shadow:inset 4px 0 #e45b72}.table-list__status-color.blue td:first-child{-webkit-box-shadow:inset 4px 0 0 0 #3A87CB;box-shadow:inset 4px 0 #3a87cb}.table-list__router-link,.table-list__router-link:hover{color:#444;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.table-list__status__new{color:#fad859;border:1px dashed #FAD859;padding:.7rem 1.4rem}.table-list__status__reject{color:#e45b72;border:1px dashed #E45B72;padding:.7rem 1.4rem}.table-list__status__approved{color:#2abb9b;border:1px dashed #2abb9b;padding:.7rem 1.4rem}@media only screen and (max-width: 47.93em){.table-list--contact-select{table-layout:inherit!important}}.table-list--contact-select tr th:first-child,.table-list--contact-select tr th:nth-child(2),.table-list--contact-select tr th:nth-child(3),.table-list--contact-select tr th:nth-child(4),.table-list--contact-select tr td:first-child,.table-list--contact-select tr td:nth-child(2),.table-list--contact-select tr td:nth-child(3),.table-list--contact-select tr td:nth-child(4){width:120px}.table-list--contact-select tr th:nth-child(5),.table-list--contact-select tr td:nth-child(5){width:100px}.table-list--contact-select thead tr th:first-child{padding-left:2.4rem}.table-list--contact-select tbody tr td{padding-left:0}.table-list--user-management tr th:has(.worker-fullname){width:285px}.table-list--user-management tr th:has(.worker-email){width:299px}.table-list--user-management tr th:has(.access){width:145px}.table-list--user-management tr th:has(.active){width:156px}.table-list--user-management tr th:has(.has_license){width:138px}.table-list--user-management tr td:last-child div,.table-list--user-management tr td:last-child .table-list__cell{overflow:visible!important}.table-list--tasks tr th:has(.created_at),.table-list--tasks tr th:has(.expire_at),.table-list--tasks tr th:has(.remind_at){width:160px}.table-list--tasks tr td .title div{font-weight:600}.table-list--services th,.table-list--projects th,.table-list--bills th,.table-list--resubmission th{padding-left:24px;padding-right:24px}.table-list--services th .invisible-el,.table-list--services th .table-title,.table-list--services th .table-icon,.table-list--projects th .invisible-el,.table-list--projects th .table-title,.table-list--projects th .table-icon,.table-list--bills th .invisible-el,.table-list--bills th .table-title,.table-list--bills th .table-icon,.table-list--resubmission th .invisible-el,.table-list--resubmission th .table-title,.table-list--resubmission th .table-icon{float:left}.table-list--services th .table-icon,.table-list--projects th .table-icon,.table-list--bills th .table-icon,.table-list--resubmission th .table-icon{margin-left:4px}.table-list--services td a,.table-list--projects td a,.table-list--bills td a,.table-list--resubmission td a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;max-width:100%}.table-list--services td .table-list-link,.table-list--projects td .table-list-link,.table-list--bills td .table-list-link,.table-list--resubmission td .table-list-link{line-height:1}.table-list--resubmission tr th:has(.expire_at),.table-list--resubmission tr th:has(.remind_at){width:160px!important}.table-list--projects th:nth-child(1),.table-list--projects td:nth-child(1){width:200px}.table-list--projects th:nth-child(2),.table-list--projects td:nth-child(2){width:450px}.table-list--projects th:nth-child(3),.table-list--projects td:nth-child(3){width:320px}.table-list--projects th:nth-child(4),.table-list--projects td:nth-child(4){width:150px}@media only screen and (max-width: 80em){.table-list--bills{table-layout:inherit!important}}.table-list--work-review tr th:has(.assignee){width:200px}.table-list--work-review tr th:has(.suggested){width:200px}.table-list--work-review tr th:has(.rating){width:110px}.table-list--work-review tr th.table-list__thead__action{width:100%!important}.table-list--work-review tr td .assignee .bxp-table-pro__table-user{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f9fafb;padding:.3rem .8rem .3rem .5rem;border:1px solid #EAECF0;border-radius:1.6rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.table-list--work-review tr td .assignee .bxp-table-pro__table-user .table-list__workspace-users__list__avatar img{width:2rem;height:2rem}.table-list--work-review tr td .assignee .bxp-table-pro__table-user .bxp-table-pro__table-user__span{margin-left:8px;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.table-list--work-review tr td .uncatchable_reason_title div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%}.table-list--work-review tr td .description{-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.table-list--award tr th:has(.assignee){width:200px}.table-list--award tr th:has(.suggested){width:200px}.table-list--award tr td .assignee .assigned-user .bxp-table-pro__table-user{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f9fafb;padding:.3rem .8rem .3rem .5rem;border:1px solid #EAECF0;border-radius:1.6rem;width:auto;max-width:150px}.table-list--award tr td .assignee .assigned-user .bxp-table-pro__table-user .table-list__workspace-users__list__avatar img{width:2rem;height:2rem}.table-list--award tr td .assignee .assigned-user .bxp-table-pro__table-user .bxp-table-pro__table-user__span{margin-left:8px;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.table-list--projects tr th{width:100%}.table-list--in-modal-products{max-width:100%;width:auto!important}.table-list--in-modal-products tr th{padding-left:20px!important;padding-right:20px!important}.table-list--in-modal-products tr th .invisible-el,.table-list--in-modal-products tr th .table-title,.table-list--in-modal-products tr th .table-icon{float:left}.table-list--in-modal-products tr th:first-child{width:200px}.table-list--in-modal-products tr th:nth-child(2) .invisible-el{display:none!important}.table-list--in-modal-products tr th:nth-child(2) .display-contents{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.table-list--in-modal-products tr th:nth-child(3){width:200px;min-width:200px}.table-list--in-modal-products tr th:nth-child(4){width:100px}.table-list--in-modal-products tr th:nth-child(4) .invisible-el{width:120px!important}.table-list--in-modal-products tr th:nth-child(5),.table-list--in-modal-products tr th:nth-child(6){min-width:160px!important}.table-list--in-modal-products tr th:last-child{min-width:160px!important}.table-list--in-modal-products tr td .app-button{width:20px;height:20px}.table-list--in-modal-products tr td .app-button .icon{width:12px;height:12px}.table-list--limit-list tr th,.table-list--limit-list tr td{padding-left:24px;padding-right:24px}.table-list--limit-list tr th:nth-child(1),.table-list--limit-list tr td:nth-child(1){width:120px}.table-list--limit-list tr th:nth-child(2),.table-list--limit-list tr td:nth-child(2){width:140px}.table-list--limit-list tr th:nth-child(3),.table-list--limit-list tr th:nth-child(4),.table-list--limit-list tr td:nth-child(3),.table-list--limit-list tr td:nth-child(4){width:120px}.table-list--limit-list tr th:nth-child(5),.table-list--limit-list tr th:nth-child(6),.table-list--limit-list tr td:nth-child(5),.table-list--limit-list tr td:nth-child(6){width:110px}.table-list--limit-list tr th:nth-child(7),.table-list--limit-list tr th:nth-child(8),.table-list--limit-list tr th:nth-child(9),.table-list--limit-list tr td:nth-child(7),.table-list--limit-list tr td:nth-child(8),.table-list--limit-list tr td:nth-child(9){width:110px}.table-list--limit-list tr th:last-child,.table-list--limit-list tr td:last-child{width:100px}.table-list--bills tr th{width:100%}.table-list--bills tr td .table-list-link{max-width:100px}.table-list--services tr:not(.product-row) th a{padding-left:0}.table-list--services tr:not(.product-row) th:first-child,.table-list--services tr:not(.product-row) td:first-child{padding-left:40px!important}.table-list--services tr:not(.product-row) th:nth-child(1),.table-list--services tr:not(.product-row) td:nth-child(1){width:384px}.table-list--services tr:not(.product-row) th:nth-child(2),.table-list--services tr:not(.product-row) td:nth-child(2){width:131px}.table-list--services tr:not(.product-row) th:nth-child(3),.table-list--services tr:not(.product-row) td:nth-child(3){width:131px}.table-list--services tr:not(.product-row) th:nth-child(4),.table-list--services tr:not(.product-row) td:nth-child(4){width:242px}.table-list--services tr:not(.product-row) th:nth-child(5),.table-list--services tr:not(.product-row) td:nth-child(5){width:200px}.table-list--active-services-table{max-width:100%;width:auto!important}.table-list--active-services-table tr th{padding-left:24px;padding-bottom:12px}@media only screen and (max-width: 64em){.table-list--active-services-table tr th .table-icon{visibility:visible}}.table-list--active-services-table tr th a{padding:0!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:1.2rem}.table-list--active-services-table tr th .dropdown-table-filter{position:relative;right:inherit;top:inherit;height:auto;margin-left:12px}.table-list--active-services-table tr th:nth-child(1){width:60px;min-width:60px}.table-list--active-services-table tr th:nth-child(2){width:300px;min-width:300px}.table-list--active-services-table tr th:nth-child(3),.table-list--active-services-table tr th:nth-child(4),.table-list--active-services-table tr th:nth-child(5){width:200px;min-width:200px}@media only screen and (max-width: 80em){.table-list--provisions{table-layout:inherit!important}}.table-list--provisions td .vergabe-fake-link{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.table-list--provisions td .bxp-table-pro__table-user__span{margin-left:0}.work .table-list--provisions th:has(.reference_custom_id){width:120px}.work .table-list--provisions th:has(.expensefiles){width:150px}.work .table-list--provisions th:has(.bills){width:150px}.work .table-list--provisions th:has(.provisions){width:150px}.table-list--contact__header .filter-group{margin-top:0}.table-list--contact__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.table-list--contact__user__icon{width:16px;height:16px;fill:#98a2b3;-ms-flex-negative:0;flex-shrink:0;position:absolute;left:0;top:3px}.table-list--contact__user__user-meta{margin-left:24px;max-width:100%}.table-list--contact__user__user-meta__fullname{font-size:1.3rem;color:#101828;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--contact__user__user-meta__address{font-size:1.2rem;color:#344054;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--deal__customer__fullname{font-size:1.3rem;color:#101828;font-weight:600;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--deal__customer__service{font-size:1.2rem;color:#344054;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--deal__address__street,.table-list--deal__address__place{font-size:1.25rem}.table-list--deal tr td.not-last{width:100%}.table-list--text-snippets tr th:first-child{padding-left:40px}.table-list--text-snippets tr th:first-child .invisible-el{display:none}.table-list--text-snippets tr th:has(.name){width:201px}.table-list--text-snippets tr th:has(.type){width:128px}.table-list--text-snippets tr th:has(.position){width:111px}.table-list--text-snippets tr th:has(.value){width:581px}.table-list--text-snippets tr td .table-list__cell{min-height:inherit;max-height:inherit}.table-list--text-snippets tr td:first-child{padding-left:40px!important}.table-list--text-snippets tr td .value .read-more span{white-space:inherit!important}.table-list--text-snippets tr td .name div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--product-list tr th:first-child{padding-left:40px}.table-list--product-list tr th:first-child .invisible-el{display:none}.table-list--product-list tr th:has(.code){width:130px}.table-list--product-list tr th:has(.title){width:259px}.table-list--product-list tr th:has(.description){width:309px}.table-list--product-list tr th:has(.net_price){width:131px}.table-list--product-list tr th:has(.gross_price){width:131px}.table-list--product-list tr th:has(.unit){width:103px}.table-list--product-list tr td:first-child{padding-left:40px!important}.table-list--product-list tr td .table-list__cell{min-height:inherit;max-height:inherit}.table-list--team-members tr th .table-list__cell,.table-list--team-members tr td .table-list__cell{position:relative}@media only screen and (max-width: 80em){.table-list--team-members tr th .table-list__cell,.table-list--team-members tr td .table-list__cell{min-height:inherit;max-height:inherit}}.table-list--team-members tr th:has(.avatar),.table-list--team-members tr td:has(.avatar){width:90px}.table-list--team-members tr th:has(.avatar) .avatar .avatar-placeholder,.table-list--team-members tr td:has(.avatar) .avatar .avatar-placeholder{width:24px;height:24px}.table-list--team-members tr th:has(.avatar) .avatar .avatar-placeholder .icon,.table-list--team-members tr td:has(.avatar) .avatar .avatar-placeholder .icon{width:24px;height:24px;fill:#98a2b3}.table-list--team-members tr th:has(.score),.table-list--team-members tr td:has(.score){width:90px}.table-list--team-members tr th:has(.name),.table-list--team-members tr td:has(.name){width:150px}.table-list--team-members tr th:has(.name) .table-list__workspace-info__name__company,.table-list--team-members tr td:has(.name) .table-list__workspace-info__name__company{line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.table-list--team-members tr th:has(.members),.table-list--team-members tr td:has(.members){width:110px}@media only screen and (max-width: 47.93em){.table-list--team-members tr th:has(.members),.table-list--team-members tr td:has(.members){width:150px}}.table-list--team-members tr th:has(.post_code),.table-list--team-members tr td:has(.post_code){width:120px}.table-list--team-members tr th:has(.post_code) span>*,.table-list--team-members tr td:has(.post_code) span>*{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--team-members tr th:has(.contact_data),.table-list--team-members tr td:has(.contact_data){width:150px}.table-list--team-members tr th:has(.contact_data) ul li span,.table-list--team-members tr td:has(.contact_data) ul li span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--team-members tr th:has(.joined_date),.table-list--team-members tr td:has(.joined_date){width:120px}.table-list--team-members tr th:has(.table-list__partner-quali),.table-list--team-members tr td:has(.table-list__partner-quali){width:600px}.table-list--team-members tr th:has(.table-list__toggle),.table-list--team-members tr td:has(.table-list__toggle){width:600px}.table-list--team-application tr td .company_name div,.table-list--team-application tr td .surname div,.table-list--team-application tr td .email div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--team-application tr td .decline_reason{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list--team-application tr td .decline_reason span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--team-application tr td .decline_reason button{-ms-flex-negative:0;flex-shrink:0}.table-list--team-application tr th .table-list__state-wrapper__text,.table-list--team-application tr td .table-list__state-wrapper__text{margin-left:0!important}.table-list--team-application tr th:has(.created_at),.table-list--team-application tr td:has(.created_at){width:110px}.table-list--team-application tr th:has(.company_name),.table-list--team-application tr td:has(.company_name){width:250px}.table-list--team-application tr th:has(.name),.table-list--team-application tr td:has(.name){width:150px}.table-list--team-application tr th:has(.surame),.table-list--team-application tr td:has(.surame){width:150px}.table-list--team-application tr th:has(.email),.table-list--team-application tr td:has(.email){width:250px}.table-list--team-application tr th:has(.decline_reason),.table-list--team-application tr td:has(.decline_reason){width:200px}.table-list--reported-awards .table-list__cell{max-height:inherit;min-height:inherit}.table-list--reported-awards tr td .table-work__pipeline-stage-name.sub,.table-list--reported-awards tr td .post_code,.table-list--reported-awards tr td .custom_id div,.table-list--reported-awards tr td .violation_reason div,.table-list--reported-awards tr td .primary_contact_fullname div,.table-list--reported-awards tr td .primary_contact_phone div,.table-list--reported-awards tr td .primary_contact_email div,.table-list--reported-awards tr td .primary_contact_source div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--reported-awards tr th:has(.status),.table-list--reported-awards tr td:has(.status){width:140px}.table-list--reported-awards tr th:has(.custom_id),.table-list--reported-awards tr td:has(.custom_id){width:120px}.table-list--reported-awards tr th:has(.violated_expert),.table-list--reported-awards tr td:has(.violated_expert){width:150px}.table-list--reported-awards tr th:has(.violation_reason),.table-list--reported-awards tr td:has(.violation_reason){width:150px}.table-list--reported-awards tr th:has(.updated_at),.table-list--reported-awards tr td:has(.updated_at){width:150px}.table-list--reported-awards tr th:has(.violation_user),.table-list--reported-awards tr td:has(.violation_user){width:150px}.table-list--reported-awards tr th:has(.comments),.table-list--reported-awards tr td:has(.comments){width:130px}.table-list--reported-awards tr th:has(.assigned-user),.table-list--reported-awards tr td:has(.assigned-user){width:150px}.table-list--reported-awards tr th:has(.primary_contact_fullname),.table-list--reported-awards tr td:has(.primary_contact_fullname){width:250px}.table-list--reported-awards tr th:has(.reference_number),.table-list--reported-awards tr td:has(.reference_number){width:130px}.table-list--reported-awards tr th:has(.primary_contact_phone),.table-list--reported-awards tr td:has(.primary_contact_phone){width:170px}.table-list--reported-awards tr th:has(.primary_contact_email),.table-list--reported-awards tr td:has(.primary_contact_email){width:260px}.table-list--reported-awards tr th:has(.post_code),.table-list--reported-awards tr td:has(.post_code){width:200px}.table-list--reported-awards tr th:has(.work_source),.table-list--reported-awards tr td:has(.work_source){width:120px}.table-list--reported-awards tr th:has(.primary_contact_address),.table-list--reported-awards tr td:has(.primary_contact_address){width:200px}.table-list--reported-awards tr th:has(.primary_contact_source),.table-list--reported-awards tr td:has(.primary_contact_source){width:150px}.table-list--reported-awards tr th:has(.external_provision_paid_date),.table-list--reported-awards tr td:has(.external_provision_paid_date){width:150px}.table-list--reported-awards tr th:has(.gclid),.table-list--reported-awards tr td:has(.gclid){width:100px}.table-list--lost-award tr td .description{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--lost-award tr td .work-list-contact-service__wrapper__contact{font-size:1.3rem;color:#101828;font-weight:600;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--lost-award tr td .work-list-contact-service__wrapper__service{font-size:1.2rem;color:#344054;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--lost-award tr td .primary_contact_fullname div,.table-list--lost-award tr td .primary_contact_source div,.table-list--lost-award tr td .custom_id div,.table-list--lost-award tr td .last_event div,.table-list--lost-award tr td .uncatchable_reason_title div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-list--lost-award tr td .table-list__buttons__wrap>*{margin-right:8px}.table-list--lost-award tr td .table-list__buttons__wrap>*:last-child{margin-right:0}.table-list--lost-award tr th:has(.submitted_at),.table-list--lost-award tr td:has(.submitted_at){width:110px;max-width:110px;min-width:110px}.table-list--lost-award tr th:has(.rating),.table-list--lost-award tr td:has(.rating){width:140px;max-width:140px;min-width:140px}.table-list--lost-award tr th:has(.description),.table-list--lost-award tr td:has(.description){width:250px;max-width:250px;min-width:250px}.table-list--lost-award tr th:has(.primary_contact_fullname),.table-list--lost-award tr td:has(.primary_contact_fullname){width:250px;max-width:250px;min-width:250px}.table-list--lost-award tr th:has(.primary_contact_phone),.table-list--lost-award tr td:has(.primary_contact_phone){width:170px;max-width:170px;min-width:170px}.table-list--lost-award tr th:has(.custom_id),.table-list--lost-award tr td:has(.custom_id){width:140px;max-width:140px;min-width:140px}.table-list--lost-award tr th:has(.created_at),.table-list--lost-award tr td:has(.created_at){width:150px;max-width:150px;min-width:150px}.table-list--lost-award tr th:has(.rated),.table-list--lost-award tr td:has(.rated){width:150px;max-width:150px;min-width:150px}.table-list--lost-award tr th:has(.uncatchable_reason_title),.table-list--lost-award tr td:has(.uncatchable_reason_title){width:150px;max-width:150px;min-width:150px}.table-list--lost-award tr th:has(.last_event),.table-list--lost-award tr td:has(.last_event){min-width:180px;max-width:180px;width:180px}.table-list--lost-award tr th:has(.lost_reason_title),.table-list--lost-award tr td:has(.lost_reason_title){min-width:180px;max-width:180px;width:180px}.table-list--lost-award tr th:has(.primary_contact_source),.table-list--lost-award tr td:has(.primary_contact_source){min-width:150px;max-width:150px;width:150px}.teammemberprofile .table-list--lost-award tr th:nth-child(4),.teammemberprofile .table-list--lost-award tr td:nth-child(4){width:100%!important;max-width:100%!important;min-width:100%!important}.teammemberprofile .table-list--lost-award tr td .table-list__cell{min-height:auto!important;max-height:inherit!important}.table-list--contect-select tr th{width:100%}.table-list--contect-select tr th:first-child{padding-left:24px}.table-list--custom-field-table tr th:first-child,.table-list--custom-field-table tr td:first-child{width:100%}.table-list--custom-field-table tr th .table-list__buttons__wrap>*,.table-list--custom-field-table tr td .table-list__buttons__wrap>*{margin-right:12px}.table-list--custom-field-table tr th .table-list__buttons__wrap>*:last-child,.table-list--custom-field-table tr td .table-list__buttons__wrap>*:last-child{margin:0}.table-list--verifications tr th,.table-list--bt-list-verification tr th{padding-left:24px;padding-right:24px}.table-list--bt-list-verification tr th.table-list__thead__quali{width:600px}.table-list--bt-list-verification tr th.table-list__thead__avatar{width:100px}.table-list__bills-summary{width:100%;height:auto}.table-list__bills-summary--wrapper{padding-top:16px;padding-bottom:12px;border-bottom:1px solid #F2F4F7}.table-list__bills-summary--list{padding:0;list-style:none;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:distribute;justify-content:space-around}.table-list__bills-summary--list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-list__bills-summary--list__item .title{font-size:1.1rem;color:#101828;line-height:1.8}.table-list__bills-summary--list__item .content{padding:0;font-size:2rem;color:#101828}.table-list__bills-summary--loader{height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.table-list.protokol-detection-table th:nth-child(1),.table-list.protokol-detection-table td:nth-child(1){width:120px}.table-list.protokol-detection-table th:nth-child(2),.table-list.protokol-detection-table td:nth-child(2){width:350px}.table-list.protokol-detection-table th:nth-child(3),.table-list.protokol-detection-table td:nth-child(3){width:270px}.table-list.protokol-detection-table th:nth-child(4),.table-list.protokol-detection-table td:nth-child(4){width:70px}.table-list.protokol-detection-table th:nth-child(5),.table-list.protokol-detection-table td:nth-child(5){width:70px}.table-list.protokol-detection-table td .table-list__cell{min-height:inherit!important;max-height:inherit!important}.table-list.protokol-reports-table th:nth-child(1),.table-list.protokol-reports-table td:nth-child(1){width:120px}.table-list.protokol-reports-table th:nth-child(2),.table-list.protokol-reports-table td:nth-child(2){width:270px}.table-list.protokol-reports-table th:nth-child(3),.table-list.protokol-reports-table td:nth-child(3){width:250px}.table-list.protokol-reports-table th:nth-child(4),.table-list.protokol-reports-table td:nth-child(4){width:90px}.table-list.protokol-reports-table th:nth-child(5),.table-list.protokol-reports-table td:nth-child(5){width:230px!important}.table-list.protokol-reports-table td .table-list__cell{min-height:inherit!important;max-height:inherit!important}.table-list.protokol-report-table th:nth-child(1),.table-list.protokol-report-table td:nth-child(1){width:120px}.table-list.protokol-report-table th:nth-child(2),.table-list.protokol-report-table td:nth-child(2){width:270px}.table-list.protokol-report-table th:nth-child(3),.table-list.protokol-report-table td:nth-child(3){width:80px}.table-list.protokol-report-table th:nth-child(4),.table-list.protokol-report-table td:nth-child(4){width:230px!important}.table-list.protokol-report-table td .table-list__cell{min-height:inherit!important;max-height:inherit!important}.table-list--work-settings-table{width:400px}.groupsettings .table-list--work-settings-table{width:100%}@media only screen and (max-width: 29.93em){.table-list--work-settings-table{width:100%!important}}.table-list--work-settings-table tr{display:grid;grid-template-columns:1fr auto;width:100%;position:relative}.groupsettings .table-list--work-settings-table tr{grid-template-columns:1fr 1fr 1fr}.groupsettings .table-list--work-settings-table tr th{padding:12px 24px}@media only screen and (max-width: 29.93em){.table-list--work-settings-table tr td{height:auto!important}}.table-list--work-settings-table tr td:last-child{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width: 64em){.table-list--mdc-table{table-layout:auto}}.table-list--mdc-table tr th:has(.customer_message),.table-list--mdc-table tr th:has(.notes){width:110px}.table-list--mdc-table tr th:has(.last_wizard_page){width:220px}.table-list--mdc-table tr th:has(.house_type){width:300px}.table-list--mdc-table tr th:has(.selected_modernizations){width:415px}.table-list--mdc-table tr th:has(.name),.table-list--mdc-table tr th:has(.regional_city),.table-list--mdc-table tr th:has(.property_type),.table-list--mdc-table tr th:has(.regional_factor){width:170px}.table-list--mdc-table tr td .table-list__cell{min-height:auto;max-height:inherit}@media only screen and (max-width: 75em){.responsive-card .table-list__thead{display:none}}@media only screen and (max-width: 37.5em){.responsive-card .table-list__thead tr th,.responsive-card .table-list__thead tr td{background:#f9f9f9;position:relative}}@media only screen and (max-width: 37.5em){.responsive-card tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width: 75em){.responsive-card tbody tr{display:grid;grid-template-columns:11rem 1fr 1fr 2fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 0;height:auto}.responsive-card tbody tr.b-table-details{grid-template-columns:none!important}}@media only screen and (max-width: 47.93em){.responsive-card tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:1rem;padding-right:0}}@media only screen and (max-width: 37.5em){.responsive-card tbody tr{padding:0}}@media only screen and (max-width: 37.5em){.responsive-card tbody tr th,.responsive-card tbody tr td{padding:2rem}}.responsive-card tbody tr td:first-child{padding:2rem 1rem;vertical-align:top}@media only screen and (max-width: 75em){.responsive-card__toggle-mobile__item__input:checked+.form__radio-label{background:#668fd5;color:#fff}.responsive-card__toggle-mobile__item__input#qualification:checked+.form__radio-label{background:#668fd5;color:#fff;border-top-left-radius:5px;border-bottom-left-radius:5px}.responsive-card__toggle-mobile__item__input#specialist:checked+.form__radio-label{background:#668fd5;color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px}.responsive-card__toggle-mobile__item>.form__radio-label{width:100%;text-align:center;padding-left:0}.responsive-card__toggle-mobile__item>.form__radio-label>.form__radio-button{visibility:hidden;opacity:0}}@media only screen and (max-width: 75em){.responsive-card .table-list__toggle{display:none}}@media only screen and (max-width: 75em){.responsive-card .table-list__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media only screen and (max-width: 47.93em){.responsive-card .table-list__buttons{width:100%;display:none}}@media only screen and (max-width: 75em){.responsive-card.companies tbody tr{display:grid;grid-template-columns:11rem minmax(14rem,17rem) minmax(8rem,11rem) 1fr 2fr 1fr}}@media only screen and (max-width: 47.93em){.responsive-card.companies tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}}@media only screen and (max-width: 75em){.responsive-card.companies tbody tr.b-table-details{padding:0}}@media only screen and (max-width: 47.93em){.responsive-card.companies tbody tr.b-table-details{display:none}}@media only screen and (max-width: 29.93em){.responsive-card.companies tbody tr td{padding-left:1rem!important;padding-right:1rem!important}}@media only screen and (max-width: 29.93em){.responsive-card.companies tbody .table-list__detail-mobile__contact__table td,.responsive-card.companies tbody .table-list__detail-mobile__contact__table th{padding-left:0!important;padding-right:0!important}}.review-list-name__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.review-list-name__acronym-avatar{background:#ef6c00;color:#fff;font-size:1.4rem;font-weight:500;border-radius:50%;margin-right:1.1rem;width:2.8rem;height:2.8rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1}.review-list-name__text{font-size:1.3rem}.review-list-name__text__name{font-weight:600}.review-list-name__text__email{font-weight:500}.review-list-comment__reply{margin-top:1.3rem}.review-list-comment__reply__label{font-weight:600}.table-dashboard-stats th,.table-dashboard-stats td{padding:1rem 0}.table-dashboard-stats thead th{font-size:1.4rem;font-weight:600;color:#404040;padding-top:0;border-top:none;border-bottom:1px solid #dee2e6}.table-dashboard-stats tbody td{font-size:1.4rem;font-weight:400;color:#404040}.slide-enter-active,.slide-leave-active{-webkit-transition:left .3s ease;transition:left .3s ease}.slide-enter,.slide-leave-to{left:100vw}.table-image tbody tr{display:grid;grid-template-columns:repeat(5,1fr) auto}.bxp-table-pro.workshop-table .bxp-table-pro__table-user__span{margin-left:0}.bxp-table-pro.workshop-table th:has(.image),.bxp-table-pro.workshop-table td:has(.image){width:70px;min-width:70px}.bxp-table-pro.workshop-table th:has(.starts_at),.bxp-table-pro.workshop-table td:has(.starts_at){width:160px;min-width:160px}.bxp-table-pro.workshop-table th:has(.title),.bxp-table-pro.workshop-table td:has(.title){width:220px;min-width:220px}.bxp-table-pro.workshop-table th:has(.speaker),.bxp-table-pro.workshop-table td:has(.speaker){width:200px;min-width:200px}.bxp-table-pro.workshop-table th:has(.duration_minutes),.bxp-table-pro.workshop-table td:has(.duration_minutes){width:100px;min-width:100px}.bxp-table-pro.workshop-table th:has(.price_cents),.bxp-table-pro.workshop-table td:has(.price_cents){width:140px;min-width:140px}.bxp-table-pro.workshop-table th:has(.attendees),.bxp-table-pro.workshop-table td:has(.attendees){width:170px;min-width:170px}.bxp-table-pro.workshop-table th:has(.description),.bxp-table-pro.workshop-table td:has(.description){width:220px;max-width:220px;min-width:220px}.bxp-table-pro.workshop-table th:has(.type),.bxp-table-pro.workshop-table td:has(.type){width:110px;min-width:110px}.bxp-table-pro.workshop-table th:has(.files),.bxp-table-pro.workshop-table td:has(.files){width:110px;min-width:110px}.bxp-table-pro.workshop-table th:has(.zoom_status),.bxp-table-pro.workshop-table td:has(.zoom_status){width:140px;min-width:140px}.bxp-table-pro.workshop-table th:has(.pending_requests),.bxp-table-pro.workshop-table td:has(.pending_requests){width:120px;min-width:120px}.bxp-table-pro.workshop-table th:has(.share),.bxp-table-pro.workshop-table td:has(.share){width:130px;min-width:130px}.bxp-table-pro.workshop-table th:has(.location),.bxp-table-pro.workshop-table td:has(.location){width:180px;min-width:180px}.bxp-table-pro.workshop-table .table-share-cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bxp-table-pro.provision-table .bxp-table-pro__table-user__span{margin-left:0}.bxp-table-pro__cancel-reason-btn__content{font-size:1.4rem;color:#404040}.bxp-table-pro__cancel-reason-btn__icon{width:1.3rem;height:1.4rem}.bxp-table-pro__cancel-reason-btn.yellow .icon{fill:#fad859}.bxp-table-pro__cancel-reason-btn.red .icon{fill:#e45b72}.bxp-table-pro__cancel-reason-btn.green .icon{fill:#2abb9b}.bxp-table-pro__assignee-filter .active-user .table-list__workspace-users__list__avatar{outline:2px solid #2abb9b}.bxp-table-pro__assignee-filter__ms .multiselect__select{display:none}.bxp-table-pro__assignee-filter__ms .multiselect__tags{border:0;outline:0;background:transparent;padding:0}.bxp-table-pro__assignee-filter__ms .multiselect__content-wrapper{min-width:220px;max-width:320px}.bxp-table-pro__assignee-filter__ms .multiselect__single .table-list__workspace-users__list__avatar-empty{border-radius:0;background:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.bxp-table-pro__assignee-filter__ms .multiselect__single .table-list__workspace-users__list__avatar-empty__icon{width:2.2rem;height:1.4rem}.bxp-table-pro__assignee-filter__ms .multiselect__element .multiselect__option{display:grid;grid-template-columns:3rem 1fr;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bxp-table-pro .vergabe-fake-link{white-space:nowrap;color:#3a87cb;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:2px}.bxp-table-pro__lost-reason-title{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.bxp-table-pro__table-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bxp-table-pro__table-user__span{margin-left:1.2rem;white-space:nowrap;max-width:20rem;overflow:hidden;text-overflow:ellipsis;font-size:1.3rem;font-weight:500;color:#101828}.bxp-table-pro__status{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bxp-table-pro__status>*{margin-right:10px}.bxp-table-pro__status__extra-icon{position:absolute;left:-15px;color:#e45b72}.bxp-table-pro__comments__count-box{position:relative;width:3rem;height:3rem}.bxp-table-pro__comments__count-box__count{width:2.2rem;height:2.2rem;border-radius:50%;background:#fff;border:1px solid #BFBFBF;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;font-weight:600;color:#727272}.bxp-table-pro__comments__count-box__badge{width:1.1rem;height:1.1rem;border-radius:50%;background:#e45b72;position:absolute;top:-5px;right:8px}.bxp-table-pro.table-calculation tr th{padding-left:16px;padding-right:16px}.bxp-table-pro.table-calculation tr th:first-child{padding-left:0}.bxp-table-pro.table-calculation tr th:last-child{padding-right:0}.bxp-table-pro.table-calculation tr th:nth-child(1){width:574px!important}.bxp-table-pro.table-calculation tr th:nth-child(2){width:90px!important}.bxp-table-pro.table-calculation tr th:nth-child(3){width:100px!important}.bxp-table-pro.table-calculation tr th:nth-child(4){width:50px!important}.bxp-table-pro.table-calculation tr th:nth-child(5){width:100px!important}.bxp-table-pro.table-calculation tr th:not(:first-child){text-align:right}.bxp-table-pro.table-calculation tr td{padding-left:16px;padding-right:16px;white-space:nowrap}.bxp-table-pro.table-calculation tr td:first-child{padding-left:0}.bxp-table-pro.table-calculation tr td:last-child{padding-right:0}.bxp-table-pro.table-calculation tr td:not(:first-child){text-align:right}.ag-theme-alpine{color:#404040!important;font-family:Roboto,sans-serif!important}.ag-header{background:#fff!important;border-bottom-color:#eceff2!important}.ag-root-wrapper{border-color:#eceff2!important;border-radius:0!important}.ag-row{border-color:#eceff2!important;background:#fff!important}.ag-row:nth-child(2n){background:#fafafa!important}.ag-row:hover{background:#efefef!important}.statistic-table .row{outline:none!important}.statistic-table .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected){border-color:transparent!important}.statistic-table .ag-row-selected{background:#fff!important}.statistic-table .ag-row-selected:nth-child(2n){background:#fafafa!important}.table-file-wrapper{width:100%;height:auto;border:1px solid #EAEAEA;overflow-x:auto}.table-file thead tr{border-bottom:1px solid #EAEAEA}.table-file thead tr th{font-size:1.2rem;color:#606060;font-weight:500;text-transform:uppercase;padding:10px 15px}.table-file thead tr th a{font-size:1.2rem;color:#606060;font-weight:500;text-transform:uppercase}.table-file tbody tr{border-bottom:1px solid #ECEFF2}.table-file tbody tr:nth-child(odd){background:#fafafa}.table-file tbody tr td{font-size:1.3rem;color:#606060;font-weight:500;padding:10px 15px}.table-file tbody tr td.file-name{width:100%}.table-file tbody tr td.file-name .download-file{max-width:300px;min-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;color:#3a87cb}.table-file tbody tr td.file-name .download-file:hover{text-decoration:none;color:#3a87cb}.table-file tbody tr td.download-file .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.table-file tbody tr td.download-file .button-group>*{margin-right:10px}.table-file tbody tr td.download-file .button-group>*:last-child{margin-right:0}.modal-provision__content .table-file tbody tr td{padding:5px 15px}.work-provision-list .content-box--table-list{min-height:calc(100vh - 35rem);max-height:calc(100vh - 35rem)}@media only screen and (max-width: 37.5em){.work-provision-list .table-list__footer{width:100%;margin-left:inherit}}@media only screen and (max-width: 37.5em){.work-provision-list .table-list__footer__left{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.account-list__badges__badge{font-size:1.2rem;font-weight:600;padding:0 .8rem;border-radius:5px}.account-list__badges__badge.active{color:#248260;background:#d7f6eb}.account-list__badges__badge.deleted{color:#851717;background:#faa5a5}.account-list__badges__badge.cancelled{color:#868686;background:#f0f0f0}.container.workspaceusermanagement .table-list tr td{font-weight:600;color:#303030}.rate-table tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:17px}.rate-table tbody td{margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;color:#1d2939;line-height:1}.rate-table tbody td:first-child{width:56px}.rate-table tbody td:last-child{margin-right:0}.rate-table__progress[value]{width:180px;height:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media only screen and (max-width: 64em){.rate-table__progress[value]{width:140px}}.rate-table__progress[value]::-webkit-progress-bar{background-color:#eaecf0;border-radius:3px}.rate-table__progress[value]::-webkit-progress-value{background:#f6ca0f;border-radius:3px}.table-rating-container{width:100%;height:300px;overflow:auto}.table-rating{width:100%}@media only screen and (max-width: 90em){.table-rating{max-width:100%;min-width:60vw}}@media only screen and (max-width: 40em){.table-rating{width:100vw}}.table-rating thead tr th{border-bottom:1px solid #EAECF0;font-size:1.3rem;color:#344054;font-weight:500}.table-rating thead tr th:nth-child(1){width:40px}.table-rating thead tr th:nth-child(2){width:203px}.table-rating thead tr th:nth-child(3){width:133px}.table-rating thead tr th:nth-child(4){width:103px}.table-rating thead tr th:last-child{padding-right:0}.table-rating thead tr th .table-sorting{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background:transparent;border:0;height:28px;padding:0 0 12px}.table-rating thead tr th .table-sorting:hover .icon{display:-webkit-box;display:-ms-flexbox;display:flex}.table-rating thead tr th .table-sorting span{font-size:1.3rem;color:#344054;font-weight:500;line-height:1;margin-bottom:0!important}.table-rating thead tr th .table-sorting .icon{fill:#344054;width:16px;height:16px;margin-left:4px;display:none}.table-rating thead tr th .table-sorting.highest span{color:#3a87cb}.table-rating thead tr th .table-sorting.highest .icon{fill:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex}.table-rating thead tr th .table-sorting.lowest span{color:#3a87cb}.table-rating thead tr th .table-sorting.lowest .icon{fill:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.table-rating tbody tr:first-child td{padding-top:12px}.table-rating tbody tr td{font-size:1.3rem;color:#344054;font-weight:500;line-height:1;padding-bottom:16px;padding-right:10px;white-space:nowrap}.table-rating tbody tr td:nth-child(1){width:40px}.table-rating tbody tr td:nth-child(2){width:228px}.table-rating tbody tr td:nth-child(3){width:154px}.table-rating tbody tr td:nth-child(4){width:124px}.table-rating tbody tr td:last-child{padding-right:0}.table-rating tbody tr td .px-rating .rate{font-size:1.3rem;font-weight:500;color:#344054;width:20px}.table-rating tbody tr td .px-rating .rating__stars{width:90px;height:16px}.x-bxp-table-tab-filter-container .tabs__nav{overflow-x:auto;overflow-y:hidden}.table-document{display:table;width:100%}.table-document thead{position:sticky;top:0;background:#fff}.table-document thead tr{-webkit-box-shadow:0px 1px 0px 0px #D0D5DD;box-shadow:0 1px #d0d5dd}.table-document thead tr th{font-size:1.2rem;color:#101828;font-weight:600;padding:20px 24px 14px}.table-document thead tr th:first-child{padding:20px 24px 14px 0}.table-document tbody tr{border-bottom:1px solid #EAECF0}.table-document tbody tr:last-child{border-bottom:0}.table-document tbody tr td{padding:20px 24px 14px}.table-document tbody tr td:nth-child(1){width:150px;font-size:1.3rem;color:#344054;font-weight:600;padding-left:0}.table-document tbody tr td:nth-child(1) .file-name{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.table-document tbody tr td:nth-child(2){width:122px;max-width:122px;font-size:1.3rem;color:#344054}.table-document tbody tr td:nth-child(3){width:90px;max-width:90px}.table-document tbody tr td:nth-child(3) .document-icon{border:1px solid #EAECF0;border-radius:5px;width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-document tbody tr td:nth-child(3) .document-icon svg{width:16px;height:16px;fill:#667085}.table-document tbody tr td:nth-child(4){width:90px;max-width:90px;font-size:1.3rem;color:#344054}.table-document tbody tr td:nth-child(4) .document-size{width:90px;max-width:90px;display:block}.table-document tbody tr td:nth-child(5){width:100px;max-width:100px;font-size:1.3rem;color:#344054}.table-document tbody tr td:nth-child(6){width:110px;max-width:110px}.table-document tbody tr td:nth-child(6) .document-action{width:110px;max-width:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.table-document--advanced tbody tr{border-bottom:1px solid #EAECF0}.table-document--advanced tbody tr:last-child{border-bottom:0}.table-document--advanced tbody tr td{padding:20px 24px 14px}.table-document--advanced tbody tr td:nth-child(1){width:150px;font-size:1.3rem;color:#344054;font-weight:600;padding-left:0}.table-document--advanced tbody tr td:nth-child(1) .file-name{width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.table-document--advanced tbody tr td:nth-child(2){width:90px;max-width:90px}.table-document--advanced tbody tr td:nth-child(2) .document-icon{border:1px solid #EAECF0;border-radius:5px;width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-document--advanced tbody tr td:nth-child(2) .document-icon svg{width:16px;height:16px;fill:#667085}.table-document--advanced tbody tr td:nth-child(3){width:90px;max-width:90px;font-size:1.3rem;color:#344054}.table-document--advanced tbody tr td:nth-child(3) .document-size{width:90px;max-width:90px;display:block}.table-document--advanced tbody tr td:nth-child(4){width:100px;max-width:100px;font-size:1.3rem;color:#344054}.table-document--advanced tbody tr td:nth-child(5){width:110px;max-width:110px}.table-document--advanced tbody tr td:nth-child(5) .document-action{width:110px;max-width:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.table-list-verification-container .table-list-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list-verification-container .table-list-header__right{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.table-list-verification-container .table-list-header__right .btn.btn-default.filter-activator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list-verification-container .table-list-header__right .btn.btn-default.filter-activator .icon{fill:#667085}.table-list-verification-container .table-list-header__right .btn.btn-default.filter-activator .icon.filter-icon{width:12px;height:12px;margin-right:4px}.table-list-verification-container .table-list-header__right .btn.btn-default.filter-activator .icon.caret-icon{width:10px;height:10px;margin-left:4px}.table-list-verification-container .table-list-header__right .tabs__nav{margin-bottom:0}.table-list-verification-container .table-list-header__right .tabs__nav__item{padding-bottom:0}.table-list-verification-container .table-list-header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-list-verification-container .table-list-header__buttons>*{margin-left:8px}.table-list-verification-container .table-list-header__item.search-item{margin-left:auto}.table-list-verification-container .table-list-header__collapse{height:auto;margin-bottom:8px}.px-table-container{max-width:100%}.px-table-container:has(.px-table--dashboard-widget-table){overflow-y:auto;height:300px}.px-table{display:table;width:100%}.px-table__thead{border-bottom:1px solid #EAECF0}.px-table__thead--row{display:table-row}.px-table__thead--row__cell{display:table-cell;padding-right:12px}.px-table__tbody--row{display:table-row;border-bottom:1px solid #EAECF0}.px-table__tbody--row:last-child{border-bottom:0}.px-table__tbody--row__cell{display:table-cell}.px-table--dashboard-widget-table .px-table__thead--row,.px-table--dashboard-widget-table .px-table__tbody--row{width:100%;display:grid;grid-template-columns:297px 103px 1fr}.px-table--dashboard-widget-table .px-table__thead--row.col-4,.px-table--dashboard-widget-table .px-table__tbody--row.col-4{grid-template-columns:80px 240px 200px 100px;max-width:100%}.px-table--dashboard-widget-table .px-table__thead--row.col-5,.px-table--dashboard-widget-table .px-table__tbody--row.col-5{grid-template-columns:80px 240px 200px 100px auto;max-width:100%}.px-table--dashboard-widget-table .px-table__thead--row.placetel-cols,.px-table--dashboard-widget-table .px-table__tbody--row.placetel-cols{grid-template-columns:auto 160px 150px 100px;max-width:100%}.px-table--dashboard-widget-table .px-table__thead--row.task-cols,.px-table--dashboard-widget-table .px-table__tbody--row.task-cols{grid-template-columns:297px 120px 1fr;max-width:100%}.px-table--dashboard-widget-table .px-table__thead--row.task-cols>*:first-child a,.px-table--dashboard-widget-table .px-table__tbody--row.task-cols>*:first-child a{width:250px}.px-table--dashboard-widget-table .px-table__thead--row.task-cols>*:last-child a,.px-table--dashboard-widget-table .px-table__tbody--row.task-cols>*:last-child a{width:200px;display:block}.px-table--dashboard-widget-table .px-table__thead--row.new-deals-cols>*:nth-child(3) .text-truncate,.px-table--dashboard-widget-table .px-table__tbody--row.new-deals-cols>*:nth-child(3) .text-truncate{width:180px;display:block}.px-table--dashboard-widget-table .px-table__thead--row__cell,.px-table--dashboard-widget-table .px-table__tbody--row__cell{font-size:1.25rem;padding-right:12px}.px-table--dashboard-widget-table .px-table__thead--row__cell:last-child,.px-table--dashboard-widget-table .px-table__tbody--row__cell:last-child{padding-right:0}.px-table--dashboard-widget-table .px-table__thead--row__cell .form__checkbox-label a,.px-table--dashboard-widget-table .px-table__tbody--row__cell .form__checkbox-label a{width:290px;display:block}.px-table--dashboard-widget-table .px-table__tbody--row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.px-table--dashboard-widget-table .px-table__tbody--row__cell .side-box__work-item__resubmission-label{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.px-table.lost-stats .px-table__thead{border:0}.px-table.lost-stats .px-table__thead--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px;border-bottom:1px solid #EAECF0}.px-table.lost-stats .px-table__tbody--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px;border:0}.px-table.lost-stats .px-table__tbody--row:last-child{margin-bottom:0}.kai-in-table-icon{width:19px;height:19px;background:#f0e1f9;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin-left:6px}.kai-in-table-icon .icon{width:12px;height:12px;fill:#9d34da;-ms-flex-negative:0;flex-shrink:0}.table-container__in-modal{max-width:100%;overflow-x:auto}.table-container__in-modal:has(.table-in-modal--basic-table),.table-container__in-modal:has(.table-in-modal__detections),.table-container__in-modal:has(.table-in-modal__documents){overflow:inherit!important}@media only screen and (max-width: 64em){.table-container__in-modal:has(.table-in-modal--basic-table),.table-container__in-modal:has(.table-in-modal__detections),.table-container__in-modal:has(.table-in-modal__documents){overflow-x:auto!important;overflow-y:inherit!important}}.table-container__in-modal:has(.table-in-modal__local-inspections) tr td{vertical-align:middle!important}.table-container__in-modal .table-in-modal{border:0;width:100%;table-layout:fixed}.table-container__in-modal .table-in-modal thead tr{border-bottom:1px solid #D0D5DD}.table-container__in-modal .table-in-modal tbody tr{border-bottom:1px solid #EAECF0}@media only screen and (max-width: 40em){.table-container__in-modal .table-in-modal tbody tr{pointer-events:none}}.table-container__in-modal .table-in-modal tbody tr:last-child{border-bottom:0}.table-container__in-modal .table-in-modal tbody tr td{vertical-align:baseline}.table-container__in-modal .table-in-modal--basic-table tr{border-bottom:1px solid #EAECF0}.table-container__in-modal .table-in-modal--basic-table tr:last-child{border-bottom:0}.table-container__in-modal .table-in-modal--basic-table tr th{font-size:1.2rem;color:#1d2939;font-weight:500;text-transform:uppercase;padding:10px 15px}.table-container__in-modal .table-in-modal--basic-table tr th:nth-child(1){width:100px}.table-container__in-modal .table-in-modal--basic-table tr th:nth-child(2){width:300px}.table-container__in-modal .table-in-modal--basic-table tr th:nth-child(3){width:60px}.table-container__in-modal .table-in-modal--basic-table tr th:nth-child(4){width:120px}.table-container__in-modal .table-in-modal--basic-table tr td{font-size:1.3rem;color:#475467;font-weight:500;padding:10px 15px;vertical-align:inherit!important}.table-container__in-modal .table-in-modal--basic-table tr td:nth-child(1){width:300px}.table-container__in-modal .table-in-modal--basic-table tr td:nth-child(2){width:100%}.table-container__in-modal .table-in-modal--basic-table tr td:nth-child(2) .download-file{max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.table-container__in-modal .table-in-modal--basic-table tr td:nth-child(3){width:60px}.table-container__in-modal .table-in-modal--basic-table tr td:nth-child(4){width:120px}.table-container__in-modal .table-in-modal__documents th{font-size:1.2rem}.table-container__in-modal .table-in-modal__documents td{font-size:1.25rem}.table-container__in-modal .table-in-modal__documents th:nth-child(1),.table-container__in-modal .table-in-modal__documents td:nth-child(1){width:130px}.table-container__in-modal .table-in-modal__documents th:nth-child(1) .file-name,.table-container__in-modal .table-in-modal__documents td:nth-child(1) .file-name{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.table-container__in-modal .table-in-modal__documents th:nth-child(2),.table-container__in-modal .table-in-modal__documents td:nth-child(2){width:100px}.table-container__in-modal .table-in-modal__documents th:nth-child(3),.table-container__in-modal .table-in-modal__documents td:nth-child(3){width:120px}.table-container__in-modal .table-in-modal__documents th:nth-child(4),.table-container__in-modal .table-in-modal__documents td:nth-child(4){width:100px}.table-container__in-modal .table-in-modal__documents th:nth-child(5),.table-container__in-modal .table-in-modal__documents td:nth-child(5){width:250px}.table-container__in-modal .table-in-modal__documents th:nth-child(5) .actions,.table-container__in-modal .table-in-modal__documents td:nth-child(5) .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.table-container__in-modal .table-in-modal__documents th:nth-child(5) .actions .multiselect-container,.table-container__in-modal .table-in-modal__documents td:nth-child(5) .actions .multiselect-container{-ms-flex-negative:0;flex-shrink:0;width:180px}.table-container__in-modal .table-in-modal__local-inspections th{font-size:1.2rem}.table-container__in-modal .table-in-modal__local-inspections td{font-size:1.25rem}.table-container__in-modal .table-in-modal__local-inspections th:nth-child(1),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(1){width:130px}.table-container__in-modal .table-in-modal__local-inspections th:nth-child(2),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(2){width:200px}.table-container__in-modal .table-in-modal__local-inspections th:nth-child(3),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(3){width:90px}.table-container__in-modal .table-in-modal__local-inspections th:nth-child(4),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(4){width:150px}.table-container__in-modal .table-in-modal__local-inspections th:nth-child(5),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(5){width:100px}.table-container__in-modal .table-in-modal__local-inspections th:nth-child(6),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(6){width:100px;display:none}@media only screen and (max-width: 40em){.table-container__in-modal .table-in-modal__local-inspections th:nth-child(6),.table-container__in-modal .table-in-modal__local-inspections td:nth-child(6){display:table-cell;pointer-events:auto}}.table-container__in-modal .table-in-modal__detections th{font-size:1.2rem}.table-container__in-modal .table-in-modal__detections th:nth-child(5){width:280px!important}.table-container__in-modal .table-in-modal__detections th:nth-child(1),.table-container__in-modal .table-in-modal__detections td:nth-child(1){width:30px}@media only screen and (max-width: 64em){.table-container__in-modal .table-in-modal__detections th:nth-child(1),.table-container__in-modal .table-in-modal__detections td:nth-child(1){display:none}}.table-container__in-modal .table-in-modal__detections th:nth-child(2),.table-container__in-modal .table-in-modal__detections td:nth-child(2){width:100px}.table-container__in-modal .table-in-modal__detections th:nth-child(3),.table-container__in-modal .table-in-modal__detections td:nth-child(3){width:200px}.table-container__in-modal .table-in-modal__detections th:nth-child(4),.table-container__in-modal .table-in-modal__detections td:nth-child(4){width:200px}.table-container__in-modal .table-in-modal__detections th:nth-child(5),.table-container__in-modal .table-in-modal__detections td:nth-child(5){width:85px!important}.table-container__in-modal .table-in-modal__detections th:nth-child(6),.table-container__in-modal .table-in-modal__detections td:nth-child(6){width:230px}.table-container__in-modal .table-in-modal__detections th:nth-child(6) .multiselect-container,.table-container__in-modal .table-in-modal__detections td:nth-child(6) .multiselect-container{width:200px}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(1),.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(1){width:85px}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(2),.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(2){width:150px}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(3),.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(3){width:150px}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(4),.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(4){width:50px!important}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(5),.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(5){width:230px}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(5) .multiselect-container,.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(5) .multiselect-container{width:200px}.table-container__in-modal .table-in-modal__detections.in-project-modal th:nth-child(6),.table-container__in-modal .table-in-modal__detections.in-project-modal td:nth-child(6){width:140px}.table-container__in-modal .table-in-modal__objects th{font-size:1.2rem}.table-container__in-modal .table-in-modal__objects td{font-size:1.25rem}.table-container__in-modal .table-in-modal__objects th:nth-child(1),.table-container__in-modal .table-in-modal__objects td:nth-child(1){width:200px}.table-container__in-modal .table-in-modal__objects th:nth-child(2),.table-container__in-modal .table-in-modal__objects td:nth-child(2){width:120px}.table-container__in-modal .table-in-modal__objects th:nth-child(3),.table-container__in-modal .table-in-modal__objects td:nth-child(3){width:100px}.table-container__in-modal .table-in-modal__objects th:nth-child(4),.table-container__in-modal .table-in-modal__objects td:nth-child(4){width:150px}.table-container__in-modal .table-in-modal__objects th:nth-child(5),.table-container__in-modal .table-in-modal__objects td:nth-child(5){width:100px}.tags{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tags__tag .btn{margin-left:6px;-ms-flex-negative:0;flex-shrink:0;width:10px;height:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tags__tag .btn .icon{width:10px;height:10px;fill:#98a2b3}input[data-v-29985a25]{height:36px}.inline-info-tooltip{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 .5rem}.inline-info-tooltip svg{width:1.3rem;height:1.3rem;fill:#bbb;margin:0 .2rem}.tooltip{font-size:1.15rem;pointer-events:none}.tooltip .tooltip-inner{background-color:#616161;padding:.8rem 1rem}.bs-tooltip-top .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:transparent}.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:transparent}.popover-text{font-size:1.4rem;color:#404040}.bxp-row-action-dropdown{position:absolute;right:-1rem;top:0}.bxp-row-action-dropdown__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;width:3rem;height:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:0;background:transparent}.bxp-row-action-dropdown__toggle:focus{outline:0}.bxp-row-action-dropdown__toggle:before{content:"";display:block;opacity:0;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);background:none;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;width:3rem;height:3rem;left:0;top:0}.bxp-row-action-dropdown__toggle:hover:before{background-color:#2021240f;border:none;-webkit-box-shadow:none;box-shadow:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.bxp-row-action-dropdown__toggle:active:before{background-color:#2021241f;-webkit-box-shadow:inset 0 0 0 1px #bdc1c6;box-shadow:inset 0 0 0 1px #bdc1c6}.bxp-row-action-dropdown__toggle.active:before{background-color:#2021241f;-webkit-box-shadow:inset 0 0 0 1px #bdc1c6;box-shadow:inset 0 0 0 1px #bdc1c6;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.bxp-row-action-dropdown__toggle__icon{fill:#bbb;width:1.2rem;height:1.4rem;position:relative;z-index:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.bxp-row-action-dropdown__toggle__icon.vertical{-webkit-transform:none;transform:none}.bxp-row-action-dropdown__toggle:active .bxp-row-action-dropdown__toggle__icon,.bxp-row-action-dropdown__toggle:focus .bxp-row-action-dropdown__toggle__icon{fill:#585858}.bxp-row-action-dropdown__menu{min-width:20rem;width:auto;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:1rem 0;margin:0;list-style:none;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d;outline:none;background-clip:padding-box;border:1px solid #E9EBED;position:absolute;z-index:999;top:4rem;right:0}.bxp-row-action-dropdown__menu.bottom{top:unset;bottom:4rem}.bxp-row-action-dropdown__item{font-size:1.3rem;padding:1.2rem 2rem;color:#505050;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;white-space:nowrap}.bxp-row-action-dropdown__item:hover,.bxp-row-action-dropdown__item:focus{background-color:#f4f2f2;outline:none;color:#3a87cb;text-decoration:none}.bxp-row-action-dropdown__item:hover .bxp-row-action-dropdown__item__icon,.bxp-row-action-dropdown__item:focus .bxp-row-action-dropdown__item__icon{fill:#3a87cb}.bxp-row-action-dropdown__item.active,.bxp-row-action-dropdown__item:active{background-color:#f4f2f2}.bxp-row-action-dropdown__item__icon{margin-right:1rem;width:1.2rem;height:1.2rem;fill:#818181}.profile-card{width:100%;height:auto;background:#fff;padding:5rem 4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #EAEAEA;position:relative}@media only screen and (max-width: 75em){.profile-card{display:grid;grid-template-columns:10rem 1fr;padding:3rem 4rem;grid-column-gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 56.25em){.profile-card{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3rem}}@media only screen and (max-width: 37.5em){.profile-card{padding:3rem 2rem}}@media only screen and (max-width: 29.93em){.profile-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 75em){.profile-card.editable{grid-template-columns:10rem 1fr 0fr}}@media only screen and (max-width: 75em){.profile-card.editable .profile-card__content-wrapper{grid-template-columns:auto 1fr}}@media only screen and (max-width: 56.25em){.profile-card.editable .profile-card__content-wrapper{grid-template-columns:none}}.profile-card.editable .edit-feature-button{right:3rem;bottom:2rem;position:absolute}@media only screen and (max-width: 75em){.profile-card.editable .edit-feature-button{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;margin-top:1rem;margin-bottom:auto}}@media only screen and (max-width: 29.93em){.profile-card.editable .edit-feature-button{position:absolute}}.profile-card.editable:hover .edit-feature-button{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-card.team-member{grid-template-columns:1fr;margin-bottom:2.4rem}.profile-card__image{width:13rem;height:13rem;border:1px solid #efefef;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem;overflow:hidden}@media only screen and (max-width: 75em){.profile-card__image{grid-column:1/1;width:10rem;height:10rem;margin-bottom:0}}@media only screen and (max-width: 56.25em){.profile-card__image{width:10rem;height:10rem;margin-bottom:0}}@media only screen and (max-width: 29.93em){.profile-card__image{width:10rem;height:10rem;margin-bottom:1rem}}.profile-card__image.company{border-radius:0;width:10rem;height:10rem;border:transparent}.profile-card__image.company-icon-box{width:10rem;height:10rem;background:#efefef;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-card__image.company-icon-box .company-icon-box__icon{width:3rem;height:3rem;fill:#43536c}.profile-card__image img{width:100%;height:auto}.profile-card__content-wrapper{max-width:100%}@media only screen and (max-width: 75em){.profile-card__content-wrapper{display:grid;grid-template-columns:auto 1fr auto;grid-column-gap:3rem}}@media only screen and (max-width: 56.25em){.profile-card__content-wrapper{grid-template-columns:none;grid-column-gap:0}}@media only screen and (max-width: 29.93em){.profile-card__content-wrapper{grid-template-columns:none;display:block}}.profile-card__partner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.profile-card__partner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;white-space:nowrap}}@media only screen and (max-width: 56.25em){.profile-card__partner{margin-top:5px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 29.93em){.profile-card__partner{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.profile-card__partner__title{font-size:1.1rem;color:#404040;line-height:1;text-align:center}.profile-card__partner__name{font-size:1.8rem;color:#404040;font-weight:500}.profile-card__partner__position{font-size:1.2rem;font-style:italic;color:#404040;line-height:1;margin-bottom:.5rem}.profile-card__partner__company{font-size:1.3rem;font-style:italic;color:#404040;line-height:1;text-align:center}.profile-card__partner__company__company-name__link{color:#404040;text-decoration:underline}@media only screen and (max-width: 75em){.profile-card__partner__contact-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 29.93em){.profile-card__partner__contact-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}}.profile-card__partner__place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}@media only screen and (max-width: 75em){.profile-card__partner__place{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 56.25em){.profile-card__partner__place{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:1rem 0}}@media only screen and (max-width: 29.93em){.profile-card__partner__place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.profile-card__partner__place__address{font-size:1.3rem;color:#404040;text-align:center;text-decoration:none;margin:1.4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.profile-card__partner__place__address{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0;margin-right:3rem}}@media only screen and (max-width: 29.93em){.profile-card__partner__place__address{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:0}}.profile-card__partner__place__address:hover{text-decoration:none;color:#404040}.profile-card__partner__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.profile-card__partner__contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 29.93em){.profile-card__partner__contact{margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.profile-card__partner__contact__phone,.profile-card__partner__contact__mail{font-size:1.3rem;color:#404040;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 29.93em){.profile-card__partner__contact__phone,.profile-card__partner__contact__mail{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.profile-card__partner__contact__phone strong,.profile-card__partner__contact__mail strong{margin-right:5px}.profile-card__partner__contact__phone a,.profile-card__partner__contact__mail a{font-size:1.3rem;color:#404040;text-decoration:none;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card__partner__contact__phone a:hover,.profile-card__partner__contact__mail a:hover{text-decoration:underline;color:#3a87cb}@media only screen and (max-width: 56.25em){.profile-card__partner__contact__phone a,.profile-card__partner__contact__mail a{max-width:22rem}}@media only screen and (max-width: 29.93em){.profile-card__partner__contact__phone a,.profile-card__partner__contact__mail a{max-width:100%}}.profile-card__partner__button-group{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2rem}@media only screen and (max-width: 75em){.profile-card__partner__button-group{margin-top:0}}@media only screen and (max-width: 56.25em){.profile-card__partner__button-group{width:50%;margin-top:1rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width: 29.93em){.profile-card__partner__button-group{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.profile-card__partner__button-group .button{width:auto;max-width:16rem}.profile-card__company{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.profile-card__company{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:80%}}@media only screen and (max-width: 56.25em){.profile-card__company{max-width:100%}}@media only screen and (max-width: 29.93em){.profile-card__company{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.profile-card__company__title{font-size:1.1rem;color:#404040;line-height:1}.profile-card__company__name{font-size:1.8rem;color:#404040;font-weight:500;text-align:center}@media only screen and (max-width: 75em){.profile-card__company__name{text-align:left}}@media only screen and (max-width: 29.93em){.profile-card__company__name{text-align:center}}@media only screen and (max-width: 75em){.profile-card__company__contact-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}}@media only screen and (max-width: 29.93em){.profile-card__company__contact-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.profile-card__company__place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}@media only screen and (max-width: 75em){.profile-card__company__place{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 56.25em){.profile-card__company__place{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:1rem 0}}@media only screen and (max-width: 29.93em){.profile-card__company__place{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.profile-card__company__place__address{font-size:1.3rem;color:#404040;text-align:center;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1.4rem 0}@media only screen and (max-width: 75em){.profile-card__company__place__address{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0}}@media only screen and (max-width: 29.93em){.profile-card__company__place__address{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.profile-card__company__place__address:hover{text-decoration:none;color:#404040}.profile-card__company__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.profile-card__company__contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 56.25em){.profile-card__company__contact{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 29.93em){.profile-card__company__contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.profile-card__company__contact__phone,.profile-card__company__contact__fax,.profile-card__company__contact__mail{font-size:1.3rem;color:#404040;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.profile-card__company__contact__phone a,.profile-card__company__contact__fax a,.profile-card__company__contact__mail a{font-size:1.3rem;color:#404040;text-decoration:none;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card__company__contact__phone a:hover,.profile-card__company__contact__fax a:hover,.profile-card__company__contact__mail a:hover{text-decoration:underline;color:#3a87cb}@media only screen and (max-width: 56.25em){.profile-card__company__contact__phone a,.profile-card__company__contact__fax a,.profile-card__company__contact__mail a{max-width:22rem}}@media only screen and (max-width: 29.93em){.profile-card__company__contact__phone a,.profile-card__company__contact__fax a,.profile-card__company__contact__mail a{max-width:100%}}.profile-card__company__contact__phone strong,.profile-card__company__contact__fax strong,.profile-card__company__contact__mail strong{margin-right:5px}.profile-card__company__contact__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-card__company__contact__item:first-child{margin-bottom:1.4rem}.profile-card.reclamation{padding:3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 75em){.profile-card.reclamation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.profile-card__reclamation-header{width:100%;height:auto;display:grid;grid-template-columns:11rem 1fr;-webkit-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2.4rem}.profile-card__reclamation-header__profile-logo{width:11rem;height:11rem;border-radius:50%;overflow:hidden;border:1px solid #EAEAEA;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-card__reclamation-header__profile-logo img{width:100%;height:auto}.profile-card__reclamation-header__profile-name{color:#303030;font-size:1.6rem;font-weight:600;line-height:1}.profile-card__reclamation-header__link__name{color:#3a87cb;font-size:1.25rem;font-weight:500;text-decoration:underline}.profile-card__reclamation-header__link__icon{width:1.2rem;height:1.2rem;fill:#3a87cb;margin-left:.5rem}.profile-card__reclamation-header__empty-avatar{width:100%;height:100%;background:#efefef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-card__reclamation-header__empty-avatar__icon{width:3rem;height:3rem;fill:#43536c}.profile-card__reclamation-content__item{margin-bottom:1.8rem}.profile-card__reclamation-content__item:last-child{margin-bottom:0}.profile-card__reclamation-content__item__title{font-size:1.35rem;font-weight:600;color:#404040;margin-bottom:0!important}.profile-card__reclamation-content__item__text{font-size:1.4rem;color:#404040;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile-card__reclamation-content__item__text span{line-height:1.4;color:#404040}.profile-card__reclamation-content__item__text span a{color:#404040}.profile-card.reset-padding{padding:3rem}.profile-card__team-member{width:100%}.profile-card__team-member__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.2rem}.profile-card__team-member__header__logo{width:10rem;height:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-card__team-member__header__logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.profile-card__team-member__header__ph{width:10rem;height:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#efefef}.profile-card__team-member__header__ph__icon{width:3rem;height:3rem;fill:#43536c}.profile-card__team-member__header__state{margin-top:15px}.profile-card__team-member__header__state__badge{padding:3px 6px;border-radius:5px;font-size:1.2rem;font-weight:600}.profile-card__team-member__header__state__badge.green{color:#248260;background:#d7f6eb}.profile-card__team-member__header__state__badge.yellow{color:#484200;background:#fef160}.profile-card__team-member__header__state__badge.red{color:#851717;background:#faa5a5}.profile-card__team-member__header__state__badge.blue{color:#3d6fa2;background:#e2f0ff}.profile-card__team-member__company{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.profile-card__team-member__company__name{font-size:1.8rem;color:#505050;font-weight:600;margin-bottom:4px;line-height:1.4;border-bottom:0;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px;text-decoration-thickness:from-font;overflow:hidden;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.profile-card__team-member__company__address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem}.profile-card__team-member__company__address span{font-size:1.3rem;color:#404040;font-weight:500;line-height:1.3}.profile-card__team-member__company__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:500;margin-bottom:2.2rem}.profile-card__team-member__company__contact__item{white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex}.profile-card__team-member__company__contact__item label{margin-right:4px}.profile-card__team-member__company__active-date{font-size:1.1rem;font-weight:500;color:#606060;border:1px solid #EBEBEB;background:#f4f4f4;padding:0 8px;border-radius:5px;margin-bottom:2rem}.profile-card__team-member__company__certificates{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.profile-card__team-member__company__certificates__item{font-size:1.1rem;font-weight:500;padding:0 8px;border-radius:2rem;margin-top:8px;margin-right:8px}.profile-card__team-member__company__certificates__item.purple{color:#5f427b;background:#f1efff}.profile-card__team-member__company__certificates__item.grey{color:#3f4258;background:#efeff5}.profile-card__team-member__company__certificates__item.blue{color:#253c73;background:#e1eeff}.profile-card__team-member__company__certificates__item.orange{color:#e17e51;background:#fcefe1}.profile-card__team-member__company__certificates__item.green{color:#248260;background:#d7f6eb}.profile-card__team-member__company__certificates__item.red{color:#e26b6d;background:#feeaec}.profile-card__team-member__company__certificates__item.yellow{color:#cfc03c;background:#fdf6bb}.profile-card__team-member__company--review{margin-bottom:2.2rem}.profile-card__team-member__company--review__content__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-card__team-member__company--review__content__rating__text{font-size:2.1rem;font-weight:500;color:#101828}.profile-card__team-member__company--review__content__rating .rating{margin-left:8px}.profile-card__team-member__company--review__content__rating .rating__stars{width:10rem;height:2rem}.profile-card__team-member__company--review__content__total-review{font-size:1.3rem;font-weight:500;color:#344054}.profile-card__team-member__contact-boxes .contact-person{min-height:auto;max-height:21rem;height:inherit;padding:2.8rem}.profile-card__team-member__contact-boxes .contact-person__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.profile-card__team-member__contact-boxes .contact-person__content{display:grid;grid-template-columns:5.6rem 1fr;grid-gap:20px}.profile-card__team-member__contact-boxes .contact-person__content__avatar-box{margin-left:0;margin-right:0}.settings-company-card{display:grid;grid-template-columns:16rem 1fr;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;width:100%}@media only screen and (max-width: 87.5em){.settings-company-card{grid-template-columns:auto}}.settings-company-card__footer{padding:1rem}#silentbox-gallery{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:2px;grid-column-gap:2px}#silentbox-gallery .silentbox-item{overflow:hidden;height:14rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 87.5em){#silentbox-gallery .silentbox-item{height:11rem}}@media only screen and (max-width: 56.25em){#silentbox-gallery .silentbox-item{height:10rem}}@media only screen and (max-width: 47.93em){#silentbox-gallery .silentbox-item{height:8rem}}@media only screen and (max-width: 37.5em){#silentbox-gallery .silentbox-item{height:7rem}}@media only screen and (max-width: 29.93em){#silentbox-gallery .silentbox-item{height:5rem}}#silentbox-gallery .silentbox-item:nth-child(n+9){display:none}#silentbox-gallery .silentbox-item img{width:130%;height:auto;-webkit-transition:width .2s ease-out;transition:width .2s ease-out}#silentbox-gallery .silentbox-item:hover img{width:140%}#silentbox-gallery .silentbox-item__more{display:none}#silentbox-gallery .silentbox-item:nth-child(8){position:relative}#silentbox-gallery .silentbox-item:nth-child(8) .silentbox-item__more{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:4rem;background:#0006;-webkit-transition:font-size .2s ease-out;transition:font-size .2s ease-out}@media only screen and (max-width: 47.93em){#silentbox-gallery .silentbox-item:nth-child(8) .silentbox-item__more{font-size:3rem}}@media only screen and (max-width: 29.93em){#silentbox-gallery .silentbox-item:nth-child(8) .silentbox-item__more{font-size:2.6rem}}#silentbox-gallery.project-gallery{grid-template-columns:repeat(5,7rem)}@media only screen and (max-width: 47.93em){#silentbox-gallery.project-gallery{grid-template-columns:repeat(5,minmax(19%,1fr))}}#silentbox-gallery.project-gallery .silentbox-item{overflow:hidden;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#silentbox-gallery.project-gallery .silentbox-item:nth-child(n+6){display:none}#silentbox-gallery.project-gallery .silentbox-item img{width:140%;height:auto;-webkit-transition:width .2s ease-out;transition:width .2s ease-out}#silentbox-gallery.project-gallery .silentbox-item:hover img{width:150%}#silentbox-gallery.project-gallery .silentbox-item__more{display:none}#silentbox-gallery.project-gallery .silentbox-item:nth-child(5){position:relative}#silentbox-gallery.project-gallery .silentbox-item:nth-child(5) .silentbox-item__more{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-size:3rem;background:#0006;-webkit-transition:font-size .2s ease-out;transition:font-size .2s ease-out}@media only screen and (max-width: 37.5em){#silentbox-gallery.project-gallery .silentbox-item:nth-child(5) .silentbox-item__more{font-size:2.4rem}}#silentbox-overlay{z-index:9999!important}#silentbox-overlay__close-button{width:4rem!important;height:4rem!important}#silentbox-overlay__close-button .icon{width:1.4rem!important;margin:0!important;top:50%!important;left:50%!important;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}#silentbox-overlay__close-button .icon:hover:before,#silentbox-overlay__close-button .icon:hover:after,#silentbox-overlay__close-button .icon:focus:before,#silentbox-overlay__close-button .icon:focus:after{background:#fff!important}#silentbox-overlay__arrow-buttons .arrow{width:4rem!important;height:4rem!important;border:0;border-left:0!important;border-top:0!important;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;background-repeat:no-repeat;background-size:1.2rem;background-position:center;-webkit-transition:background-color .25s ease-out!important;transition:background-color .25s ease-out!important}#silentbox-overlay__arrow-buttons .arrow-next{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='19' height='32' viewBox='0 0 19 32'%3E%3Ctitle%3Eright-arrow%3C/title%3E%3Cpath fill='%23fff' d='M2.541 32l-2.541-2.558 13.459-13.442-13.459-13.46 2.541-2.541 16.017 16.001z'%3E%3C/path%3E%3C/svg%3E");right:1rem!important}#silentbox-overlay__arrow-buttons .arrow-previous{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='19' height='32' viewBox='0 0 19 32'%3E%3Ctitle%3Eleft-arrow%3C/title%3E%3Cpath fill='%23fff' d='M16.017 0l2.541 2.558-13.459 13.442 13.459 13.46-2.541 2.541-16.017-16.001z'%3E%3C/path%3E%3C/svg%3E%0A");left:1rem!important}#silentbox-overlay__arrow-buttons .arrow-next:hover,#silentbox-overlay__arrow-buttons .arrow-next:focus,#silentbox-overlay__arrow-buttons .arrow-previous:hover,#silentbox-overlay__arrow-buttons .arrow-previous:focus{-webkit-animation-name:none!important;animation-name:none!important}#silentbox-overlay__arrow-buttons .arrow-next:hover,#silentbox-overlay__arrow-buttons .arrow-previous:hover{background-color:#00000080}.business-listing__left #silentbox-gallery .silentbox-item{height:8rem!important}.search-wrapper{position:relative}.search-wrapper__input{color:#404040;padding:.5rem 1rem .5rem 4rem;height:4rem;border-radius:.5rem;width:100%;-webkit-transition:width .2s;transition:width .2s;background:#fff;border:1px solid #E6E6E6;font-size:1.2rem}.search-wrapper__input::-webkit-search-decoration,.search-wrapper__input::-webkit-search-cancel-button,.search-wrapper__input::-webkit-search-results-button,.search-wrapper__input::-webkit-search-results-decoration{-webkit-appearance:none}.search-wrapper__input:focus{outline:none;background:#fff}.search-wrapper__input::-webkit-input-placeholder{font-weight:500;font-size:1.2rem;color:#ccc}.search-wrapper__input.active{background:#fff;border-bottom:1px solid #d3d3d3}.search-wrapper__icon-box{padding:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:1.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.search-wrapper__icon{height:1.6rem;width:1.6rem;fill:#ccc}.progress-chart{width:8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;position:relative;margin-top:2rem}.progress-chart__svg{display:block;margin:1rem auto;max-width:100%;max-height:250px}.progress-chart__bg{fill:none;stroke:#f3f3f3;stroke-width:4.4}.progress-chart__circle{fill:none;stroke-width:3.4;-webkit-animation:progress 1s ease-out forwards;animation:progress 1s ease-out forwards;stroke:#5277f7}.progress-chart__circle.red{stroke:#e45b72}.progress-chart__circle.orange{stroke:#ef6c00}.progress-chart__circle.light-green{stroke:#82e3cd}.progress-chart__circle.green{stroke:#2abb9b}.progress-chart__text{font-size:1.8rem;color:#676767;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.progress-chart__label{fill:#444;text-align:center;font-size:1.6rem}@-webkit-keyframes progress{0%{stroke-dasharray:0 100}}@keyframes progress{0%{stroke-dasharray:0 100}}.chart-box svg{pointer-events:all!important}.footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;left:0;bottom:0;height:6.8rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:auto;position:absolute;margin-bottom:1rem;opacity:.15;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 37.5em){.footer-logo{bottom:8rem}}.footer-logo.on-home{width:calc(100% - 26rem)}@media only screen and (max-width: 56.25em){.footer-logo.on-home{width:100%}}.footer-logo:before{content:" ";width:50%;height:1px;position:absolute;background-image:-webkit-gradient(linear,right top,left top,from(#56595A),color-stop(transparent),to(transparent));background-image:linear-gradient(to left,#56595A,transparent,transparent);left:2rem;z-index:-1;top:50%;-webkit-transform:translateY(4.6px);transform:translateY(4.6px)}.footer-logo:after{content:" ";width:50%;height:1px;position:absolute;background-image:-webkit-gradient(linear,left top,right top,from(#0074b7),color-stop(transparent),to(transparent));background-image:linear-gradient(to right,#0074b7,transparent,transparent);right:2rem;z-index:-1;top:50%;-webkit-transform:translateY(-5.5px);transform:translateY(-5.5px)}.header{width:100%;height:6rem;position:relative;margin-bottom:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;z-index:500;padding-left:16px!important;padding-right:16px!important}@media only screen and (min-width: 40em){.header{padding-left:24px!important;padding-right:24px!important}}.header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:0;-ms-flex:0 1 35%;flex:0 1 35%}.header__center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 1 50rem;flex:0 1 50rem;min-width:0px}.header__right{-webkit-box-flex:0;-ms-flex:0 1 35%;flex:0 1 35%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__logo{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#404040;font-size:1.2rem;line-height:1;font-weight:400;text-decoration:none}.header__logo.active{display:-webkit-box;display:-ms-flexbox;display:flex}.header__logo:hover{text-decoration:none}.header__logo:hover .header__logo__service{text-decoration:none;color:#404040}.header__logo__icon{width:3.53rem;height:3.53rem;margin-right:1.16rem}.header__logo__icon.temp-bxp{width:4.19rem;height:3.39rem}.header__navigation-toggle{width:4rem;height:6rem;padding:0;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;margin-right:1rem}@media only screen and (max-width: 75em){.header__navigation-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}}.header__navigation-toggle.active{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 29.93em){.header__navigation-toggle{width:3rem}}.header__navigation-toggle__icon{width:2.6rem;height:2rem;fill:#3a87cb;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header__search{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}@media only screen and (max-width: 56.25em){.header__search{display:none}.header__search.active{position:fixed;max-width:100%;min-width:100%;z-index:1050;left:0;margin:0;top:0;background:#fff;height:6rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0 2rem;display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 37.5em){.header__search.active{position:fixed}}.header__search__input{font-family:inherit;font-size:1.2rem;color:inherit;border:none;height:3.2rem;border-radius:3rem;width:calc(100% - 1px);max-width:calc(100% - 1px);margin-top:1px;-webkit-transition:width .2s;transition:width .2s;background:#fff;border:1px solid #EAECEF;user-select:none;-webkit-user-select:auto!important;-moz-user-select:none;-ms-user-select:auto!important;padding:.7rem 4rem}.header__search__input::-webkit-search-decoration,.header__search__input::-webkit-search-cancel-button,.header__search__input::-webkit-search-results-button,.header__search__input::-webkit-search-results-decoration{-webkit-appearance:none}@media only screen and (max-width: 56.25em){.header__search__input{border-radius:0;position:relative;max-width:90%;border:transparent;border-bottom:1px solid #404040;margin-left:0;padding:.7rem 1rem}}.header__search__input:focus{outline:none;width:100%;max-width:100%;background:#fff}@media only screen and (max-width: 56.25em){.header__search__input:focus{max-width:90%;border-bottom:1px solid #404040}}.header__search__input::-webkit-input-placeholder{font-weight:400;color:#404040b3;font-size:1.2rem}.header__search__input.active{background:#fff;width:calc(100% - 1px);max-width:calc(100% - 1px);margin-top:1px;border-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (max-width: 56.25em){.header__search__input.active{background:#fff;max-width:90%;border-bottom:1px solid #404040}}.header__search__m-search{display:none}@media only screen and (max-width: 56.25em){.header__search__m-search{width:3.2rem;height:3.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:transparent;position:relative;background:#eaecef;border-radius:50%;margin-left:1.5rem}.header__search__m-search:active,.header__search__m-search:link,.header__search__m-search:visited{border:0;outline:0}.header__search__m-search__icon{height:1.4rem;width:1.4rem;fill:#828c9d}.header__search__m-search.bo-search{margin-left:0}}.header__search__button{border:none;padding:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;position:absolute;left:2rem;margin-top:1px}@media only screen and (max-width: 56.25em){.header__search__button{position:relative;margin-right:2rem}}.header__search__button:focus{outline:none}.header__search__close-button{display:none}@media only screen and (max-width: 56.25em){.header__search__close-button{border:0;background:transparent;display:block}.header__search__close-button__icon{height:1.2rem;width:1.2rem;fill:#404040}}.header__search__close{border:none;padding:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;position:absolute;right:2rem;top:1rem;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff}@media only screen and (max-width: 56.25em){.header__search__close{right:5rem;top:2.4rem;z-index:10}}.header__search__close:focus{outline:none}.header__search__close__icon{height:1.2rem;width:1.2rem;fill:#404040}.header__search__icon{height:1.2rem;width:1.2rem;fill:#404040b3}.header__search__results{width:100%;position:absolute;background:#fff;z-index:-1;top:0;right:0;border-radius:1.5rem;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16);box-shadow:0 3px 6px #00000029;border:1px solid #EAECEF}@media only screen and (max-width: 56.25em){.header__search__results{max-width:100%;display:block!important;border-radius:0;right:0;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);border:transparent;-webkit-box-shadow:unset;box-shadow:unset}}@media only screen and (max-width: 37.5em){.header__search__results{height:calc(100vh - 4rem);margin-top:5rem}}.header__search__results__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:50vh;overflow:auto;margin-top:2rem;padding:2rem;scrollbar-color:transparent transparent;scrollbar-width:thin}.header__search__results__container::-webkit-scrollbar{width:7px;height:7px}.header__search__results__container::-webkit-scrollbar-track{background:transparent}.header__search__results__container::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.header__search__results__container:hover::-webkit-scrollbar-thumb{background:#dcdfea}.header__search__results__container::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.header__search__results__container:hover{scrollbar-color:#B9C0D4 transparent}@media only screen and (max-width: 56.25em){.header__search__results__container{width:90%;margin:3.4rem auto 0}}@media only screen and (max-width: 37.5em){.header__search__results__container{width:100%;max-height:100%;margin:0;padding:0 2rem}}.header__search__results__group{margin-top:1rem}@media only screen and (max-width: 47.93em){.header__search__results__group{margin-top:3rem;padding:0 2rem 1rem}}@media only screen and (max-width: 47.93em){.header__search__results__group.current-message{margin-top:0}}.header__search__results__group:not(:last-child){border-bottom:1px solid #f8f8f8}.header__search__results__group-title{font-size:1.4rem;font-weight:500;margin-bottom:1rem;color:#404040}.header__search__results__list{padding-left:0;margin:0;list-style:none}.header__search__results__list-item{cursor:pointer;padding:1rem;display:grid;grid-template-columns:2.6rem 2fr 1fr;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__search__results__list-item:hover{background:#f9f9f9}.header__search__results__list-item__icon-box{width:2.6rem;min-width:2.6rem;height:2.6rem;border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1.4rem}.header__search__results__list-item__icon-box.icon{background:#f8f8f8;-webkit-box-shadow:0 0 4px rgba(0,0,0,.2);box-shadow:0 0 4px #0003}.header__search__results__list-item__icon-box.photo{overflow:hidden}.header__search__results__list-item__icon{fill:#404040;width:1.4rem;height:1.4rem}.header__search__results__list-item__name{font-size:1.2rem}.header__search__results__list-item__date{font-size:1.2rem;font-weight:400;color:#767676;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:italic;margin-left:auto}.header__search__results__list-item__date.two-column{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__search__results__list-item .badge{font-size:1.1rem;line-height:1}.heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2.5rem}@media only screen and (max-width: 37.5em){.heading{margin-bottom:2rem}}.heading__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:center;align-content:center}.heading .icon-rounded{display:none}.joining-bt-heading{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1.1rem}@media only screen and (max-width: 56.25em){.joining-bt-heading{margin-bottom:2rem}}.joining-bt-heading__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:90rem;margin:0 auto}.joining-bt-heading .team-detail__icon-box{margin-right:2.2rem;margin-bottom:0;width:8rem;height:8rem}@media only screen and (max-width: 29.93em){.joining-bt-heading .team-detail__icon-box{margin-right:1.2rem;margin-bottom:0;width:5rem;height:5rem}}.joining-bt-heading .team-detail__icon-box__icon{width:2.6rem;height:2.6rem}@media only screen and (max-width: 29.93em){.joining-bt-heading .team-detail__icon-box__icon{width:1.9rem;height:1.9rem}}.joining-bt-heading__text{width:88%}.joining-bt-heading__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt-heading__title span{font-size:1.4rem;color:#3a87cb;font-weight:600}@media only screen and (max-width: 75em){.joining-bt-heading__title{font-size:2.2rem}}@media only screen and (max-width: 56.25em){.joining-bt-heading__title{font-size:2rem}}@media only screen and (max-width: 29.93em){.joining-bt-heading__title{font-size:1.8rem}}.joining-bt-heading__title__link{color:#505050;font-size:1.4rem;font-weight:500}.joining-bt-heading__title__link img{height:4.2rem;width:4.2rem;margin-left:.6rem!important;margin-right:.6rem!important}.joining-bt-heading__title .img-fluid{margin-left:3px;margin-right:3px}.joining-bt-heading__description{color:#676767;font-weight:400;font-size:1.5rem;line-height:1.4}@media only screen and (max-width: 75em){.joining-bt-heading__description{font-size:1.35rem}}@media only screen and (max-width: 56.25em){.joining-bt-heading__description{font-size:1.3rem}}@media only screen and (max-width: 29.93em){.joining-bt-heading__description{font-size:1.2rem}}.join-bt-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}@media only screen and (max-width: 37.5em){.join-bt-pagination{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.join-bt-pagination__item span{font-size:1.6rem;color:#3a87cb;font-weight:600}.join-bt-pagination h2{font-size:1.6rem;color:#3a87cb;font-weight:600;margin-left:1rem;margin-bottom:0;text-transform:uppercase}@media only screen and (max-width: 37.5em){.join-bt-pagination h2{margin-left:0}}.join-bt-pagination h2 small{text-transform:lowercase}.join-bt-pagination__description{font-size:1.2rem;color:#404040;font-weight:500;margin-top:1.7rem}.m-search-btn{display:none}@media only screen and (max-width: 37.5em){.m-search-btn{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;border:none;background:transparent;width:3.5rem}.m-search-btn:focus{outline:none!important;border:none}}.m-search{width:48%;max-width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-left:2.5rem;position:relative}@media only screen and (max-width: 37.5em){.m-search{display:block;opacity:0;visibility:hidden;top:7.5rem;z-index:-999;-webkit-transition:all .3s;transition:all .3s;position:absolute;width:100%;max-width:100%;margin-left:0;left:0}.m-search.show{display:block;opacity:1;visibility:visible;position:absolute;top:6.8rem;z-index:50;background:#fff;-webkit-transition:all .3s;transition:all .3s}}.page-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:3rem}.page-heading.work{margin-bottom:1.8rem;position:relative}.page-heading.work .dropdown-work-action{position:absolute;right:0;top:0}@media only screen and (max-width: 62em){.page-heading.work .dropdown-work-action .btn-work-action{border:0;background:transparent}}.page-heading__box{max-width:calc(100% - 3.9rem)}.page-heading__box__title{font-size:2.1rem;font-weight:600;color:#404040;line-height:1.2;max-width:100%;padding-right:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 62em){.page-heading__box__title{padding-right:25rem}}@media only screen and (max-width: 37.5em){.page-heading__box__title{color:#525d71}}@media only screen and (max-width: 29.93em){.page-heading__box__title{padding-right:5rem}}.page-heading__box__title__title-wrapper{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-heading__box__title__color-label{width:1.2rem;height:1.2rem;background:#fff;border-radius:50%;display:inline-block;margin-left:.8rem;-ms-flex-negative:0;flex-shrink:0}.page-heading__box__title__color-label.red{background:#e45b72}.page-heading__box__title__color-label.yellow{background:#fad859}.page-heading__box__title__color-label.green{background:#2abb9b}.page-heading__box__title__color-label.blue{background:#3a87cb}@media only screen and (max-width: 29.93em){.page-heading__box__title__color-label{margin-left:.4rem}}.page-heading__box__progress-bar{width:6rem;height:.5rem;background:#2abb9b;margin-top:1.2rem}.page-heading__box--badges{position:absolute;right:0;top:0}@media only screen and (max-width: 29.93em){.page-heading__box--badges{top:0;-webkit-transform:translateY(0);transform:translateY(0)}}.page-heading__box--badges .order-provision-badge{width:24px;height:24px}.page-heading.side-heading{margin-bottom:2.4rem}@media only screen and (max-width: 80em){.pdf-content-header .page-heading__box__title:has(.long-title){padding-right:0!important}}.pdf-content-header .page-heading__box__title__title-wrapper.long-title{max-width:inherit!important;width:50%}@media only screen and (max-width: 80em){.pdf-content-header .page-heading__box__title__title-wrapper.long-title{width:100%;margin-bottom:16px;white-space:normal}}.mobile-nav-footer{display:none}@media only screen and (max-width: 37.5em){.mobile-nav-footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:10;bottom:calc(6.75rem - 50vh);background:#fff;border-top:#f6f6f6;border-top-left-radius:2rem;border-top-right-radius:2rem;height:50vh;width:100vw;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-shadow:0 -3px 6px rgba(0,0,0,.12);box-shadow:0 -3px 6px #0000001f;-webkit-transition:bottom .2s ease .1s;transition:bottom .2s ease .1s;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 29.93em){.mobile-nav-footer{bottom:calc(6rem - 50vh)}}.mobile-nav-footer.active{bottom:0}.mobile-nav-footer__nav-wrapper{width:100%}.mobile-nav-footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;height:6.75rem;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;border-bottom:1px solid #f1f1f1!important}@media only screen and (max-width: 29.93em){.mobile-nav-footer__nav{height:6rem}}.mobile-nav-footer__icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:10rem}.mobile-nav-footer__icon-box .nav-link{padding:0!important;margin:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;border:0!important;border-top:0!important;background:transparent!important}.mobile-nav-footer__icon-box.go-home .nav-link.active .mobile-nav-footer__icon{fill:#2abb9b}.mobile-nav-footer__icon-box.go-home .nav-link.active .mobile-nav-footer__text{color:#2abb9b}.mobile-nav-footer.active .mobile-nav-footer__icon-box .nav-link.active .mobile-nav-footer__icon{fill:#2abb9b}.mobile-nav-footer.active .mobile-nav-footer__icon-box .nav-link.active .mobile-nav-footer__text{color:#2abb9b}.mobile-nav-footer.active .mobile-nav-footer__icon-box.mobile-nav-footer__new-button .nav-link.active .mobile-nav-footer__icon{fill:#fff}.mobile-nav-footer__icon{width:100%;height:2.125rem;margin-bottom:5px;fill:#969696}@media only screen and (max-width: 29.93em){.mobile-nav-footer__icon{width:2rem;height:1.7rem}}.mobile-nav-footer__new-button{width:6rem;height:6rem;border-radius:50%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-transform:translateY(-1.8rem);transform:translateY(-1.8rem);-webkit-box-shadow:0 -9px 1.2rem -2px rgba(0,0,0,.08);box-shadow:0 -9px 1.2rem -2px #00000014}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-button{width:4.5rem;min-width:4.5rem;height:4.5rem;margin:0 .5rem;-webkit-transform:translateY(-2.1rem);transform:translateY(-2.1rem)}}.mobile-nav-footer__new-button-container{width:4rem;height:4rem;border-radius:50%;background-color:#2abb9b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0px 3px 8px rgba(42,187,155,.47);box-shadow:0 3px 8px #2abb9b78}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-button-container{width:3rem;height:3rem}}.mobile-nav-footer__new-button-container .mobile-nav-footer__icon{width:1.8rem;height:1.8rem;margin-bottom:0;fill:#fff;-webkit-transition:-webkit-transform .2s ease .3s;transition:-webkit-transform .2s ease .3s;transition:transform .2s ease .3s;transition:transform .2s ease .3s,-webkit-transform .2s ease .3s}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-button-container .mobile-nav-footer__icon{width:1.4rem;height:1.4rem}}.mobile-nav-footer__new-button-container.active .mobile-nav-footer__icon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-nav-footer__text{color:#8d8d8d;line-height:1;text-decoration:none;font-size:1.1rem;font-weight:400;text-transform:uppercase}@media only screen and (max-width: 29.93em){.mobile-nav-footer__text{font-size:1rem}}.mobile-nav-footer__body{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 1rem}.mobile-nav-footer__body.new-item-container{-ms-flex-line-pack:start;align-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.mobile-nav-footer__new-item{width:calc(50% - 2rem);height:5.6rem;margin:1rem;padding:2rem;border-radius:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;background-color:#fff;overflow:hidden;position:relative;border:1px solid #eee}.mobile-nav-footer__new-item:hover{text-decoration:none}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem}}.mobile-nav-footer__new-item__add-new-icon{width:2rem;height:2rem;min-width:2rem;min-height:2rem;fill:#2abb9b;margin-right:1rem}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-item__add-new-icon{margin-right:0;width:1rem;height:1rem}}.mobile-nav-footer__new-item__icon{height:10rem;width:5rem;margin-right:0rem;position:absolute;opacity:.07;right:0;-webkit-transform:rotate(-31deg);transform:rotate(-31deg);fill:#2abb9b}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-item__icon{opacity:.09;right:-8px}}.mobile-nav-footer__new-item__text{line-height:1;text-decoration:none;font-size:1.5rem;width:auto;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:center;color:#969696}@media only screen and (max-width: 29.93em){.mobile-nav-footer__new-item__text{margin-top:.5rem;font-size:1.2rem}}.mobile-nav-footer .tab-content{width:calc(100% + 2rem);height:calc(100% - 6.8rem);display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:#f9f9f9}@media only screen and (max-width: 29.93em){.mobile-nav-footer .tab-content{height:calc(100% - 6rem)}}.mobile-nav-footer .tab-content .tab-pane{width:100%;height:100%}.mobile-nav-footer .tab-content .header__search{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:0;width:100%;max-width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mobile-nav-footer .tab-content .header__search__input{margin-left:0;background:transparent;width:100%;border-bottom:1px solid #d3d3d3;border-radius:0;border-top-right-radius:1rem;border-top-left-radius:1rem;height:4.8rem;padding:.7rem 2rem .7rem 4.4rem}.mobile-nav-footer .tab-content .header__search__button{border:none;padding:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;position:absolute;left:0;top:0;width:3.8rem;height:4.6rem;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mobile-nav-footer .tab-content .header__search__close{height:4.6rem;width:3.8rem;background:#f9f9f9}.mobile-nav-footer .tab-content .header__search__results{width:100%;position:static;background:transparent;z-index:unset;border-radius:0;-webkit-box-shadow:none;box-shadow:none;max-height:calc(100% - 5.8rem);overflow:auto}.mobile-nav-footer .tab-content .header__search__results__container{overflow:visible;margin-top:0;max-height:100%}.mobile-nav-footer .tab-content .home__sidebar{width:100%;height:100%;overflow:auto}.mobile-nav-footer .tab-content .home__sidebar__coming-up-wrapper{padding:0 1rem}.mobile-nav-footer .tab-content .home__sidebar__coming-up-wrapper:last-child .home__sidebar__coming-up-box{border-bottom:0;margin-bottom:0}.mobile-nav-footer .tab-content .home__sidebar__coming-up-box{padding:0;margin-bottom:1rem;padding-bottom:1rem}.mobile-nav-footer .tab-content .side-box.dashboard-box{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;overflow:auto}.mobile-nav-footer .tab-content .side-box__header{display:none}.mobile-nav-footer .tab-content .side-box__work-list{margin:0}.mobile-nav-footer .tab-content .side-box__work-item{margin:1rem 0}.mobile-nav-footer .tab-content .side-box__work-item:first-child{margin-top:0}.mobile-nav-footer-backdrop{display:none}.mobile-nav-footer-backdrop.active{width:100%;height:100vh;display:block;z-index:9;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;background:#00000080;-webkit-transition-duration:.2s;transition-duration:.2s}.user-nav{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.user-nav__icon-box{width:3.2rem;height:3.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;position:relative;background:#eaecef;border-radius:50%;margin-left:1.5rem}@media only screen and (max-width: 37.5em){.user-nav__icon-box{margin-left:1rem}}.user-nav__icon-box .dropdown-toggle:after{display:none}.user-nav__icon-box:hover{background:#eaecef}.user-nav__icon-box:hover .user-nav__icon{fill:#828c9d!important}.user-nav__icon-box:focus{-webkit-box-shadow:none;box-shadow:none}.user-nav__icon-box:last-child{margin-right:1.6rem}.user-nav__icon{height:1.4rem;width:1.4rem;fill:#828c9d}.user-nav__icon-box:hover .user-nav__icon,.user-nav__icon-box.active{fill:#3a87cb}.user-nav__icon-box:hover .user-nav__icon.add-new-menu{fill:#25a68a}.user-nav__notification{font-size:1rem;height:1.6rem;width:1.6rem;border-radius:50%;background-color:#e45b72;color:#fff;position:absolute;top:-5px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-nav .nav-link{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0}.user-nav__user{height:100%;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:flex;border-radius:0;position:relative;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-left:4rem}@media only screen and (max-width: 75em){.user-nav__user{min-width:auto;margin-left:2rem}}.user-nav__user:focus{-webkit-box-shadow:none;box-shadow:none}.user-nav__user__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-nav__user__profile-card{background:#fff;padding-top:2rem;padding-bottom:3rem}.user-nav__user__profile-card .profile-box__radial-bar-wrapper{-webkit-transform:scale(.8);transform:scale(.8);margin-bottom:0}.user-nav__user__profile-card .profile-box__profile-name{margin-bottom:0}.user-nav__user__profile-card .profile-box__premium-description{margin-top:.4rem}@media only screen and (max-width: 56.25em){.user-nav__user .nav-link{padding:0}}.user-nav__user.show .user-nav__user-icon-box{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.user-nav__user .dropdown-menu{min-width:23rem;padding:0 1rem 2rem;margin:0}.user-nav__user .dropdown-menu:before{display:none}@media only screen and (max-width: 75em){.user-nav__user .dropdown-menu:before{right:2rem;left:auto}}@media only screen and (max-width: 47.93em){.user-nav__user .dropdown-menu:before{display:none}}.user-nav__user .dropdown-menu li:has(.dropdown-header){display:none}@media only screen and (max-width: 37.5em){.user-nav__user .dropdown-menu li:has(.dropdown-header){display:block}}.user-nav__user .dropdown-menu li.workspace-divider{display:none}@media only screen and (max-width: 37.5em){.user-nav__user .dropdown-menu li.workspace-divider{display:block}}.user-nav__user .dropdown-menu li .dropdown-header{font-size:1rem;padding-left:0;padding-right:0}.user-nav__user .dropdown-menu li #dropdown-item-group .dropdown-item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-nav__user .dropdown-menu li #dropdown-item-group .dropdown-item:hover,.user-nav__user .dropdown-menu li #dropdown-item-group .dropdown-item.active{background:#4bb8ff;color:#fff}.user-nav__user .dropdown-menu .dropdown-item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#404040;border-radius:5px;padding:0 1.2rem;height:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.user-nav__user .dropdown-menu .dropdown-item:hover{background:#dde0e4;color:#404040}.user-nav__user .dropdown-menu .dropdown-item:hover .dropdown-menu__item-icon{fill:#404040}.user-nav__user .dropdown-menu__item-icon{margin:0;display:none}.user-nav__user-name{font-size:1.2rem;color:#404040;font-weight:500}@media only screen and (max-width: 75em){.user-nav__user-name{display:none}}.user-nav__user-name:hover{color:#3a87cb}.user-nav__user-photo-wrapper{height:3.5rem;width:3.5rem;border-radius:50%;overflow:hidden}@media only screen and (max-width: 75em){.user-nav__user-photo-wrapper{margin:0}}.user-nav__user-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user-nav__user-icon-box{-webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:-webkit-transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1);transition:transform .2s cubic-bezier(.22,.61,.36,1),-webkit-transform .2s cubic-bezier(.22,.61,.36,1)}@media only screen and (max-width: 75em){.user-nav__user-icon-box{display:none}}.user-nav__user-icon{height:1.8rem;width:1.2rem;fill:#969696}.user-nav__user:hover .user-nav__user-icon{fill:#3a87cb}.user-nav .dropdown-toggle:after{content:"";display:none}.side-menu{list-style:none;width:100%;margin:0 auto;padding:0;height:calc(100% - 6.8rem);overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;scrollbar-color:transparent transparent;scrollbar-width:thin;scrollbar-color:transparent #efefef}.side-menu::-webkit-scrollbar{width:7px;height:7px}.side-menu::-webkit-scrollbar-track{background:transparent}.side-menu::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.side-menu:hover::-webkit-scrollbar-thumb{background:#dcdfea}.side-menu::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.side-menu:hover{scrollbar-color:#B9C0D4 transparent}.side-menu:hover{scrollbar-color:#cecece #efefef}.side-menu::-webkit-scrollbar-track{background:#efefef}@media only screen and (max-width: 75em){.side-menu{padding-left:0}}.side-menu__item{position:relative;margin-bottom:1px;padding-left:16px;padding-right:16px}.side-menu__item.single{margin-bottom:16px}@media only screen and (max-width: 75em){.side-menu__item.single{border-bottom:1px solid #EAECF0;padding-bottom:16px}}.side-menu__item-link{font-size:1.3rem;color:#1d2939;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:row;-ms-flex:row;flex:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:8px}@media only screen and (max-width: 75em){.side-menu__item-link{padding-top:1.2rem;padding-bottom:1.2rem}}.side-menu__item-link__left,.side-menu__item-link__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-menu__item-link.active,.side-menu__item-link:hover{background:#f2f4f7;color:#1d2939;text-decoration:none;border-radius:8px}.side-menu__item-link__icon{width:1.8rem;height:1.8rem;fill:#1d2939;margin-right:8px}.side-menu__item-link__icon.nav-deal{width:1.4rem;height:1.4rem;margin-left:2px}.side-menu__item-link__new-badge{background:#3a87cb;color:#fff;line-height:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:3px .4rem;font-size:1rem;font-weight:400;border-radius:.5rem;margin-left:.5rem}.side-menu__count-badge-parent{font-size:1.25rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;text-align:center;white-space:nowrap;color:#c01048;margin-right:8px;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#fff1f3}.side-menu__count-badge-child{font-size:1.25rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;text-align:center;white-space:nowrap;color:#c01048;-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#fff1f3}.side-menu__child-list{list-style:none;padding:0;margin-top:8px}.side-menu__menu-group{margin-bottom:20px}@media only screen and (max-width: 75em){.side-menu__menu-group{border-bottom:1px solid #EAECF0;padding-bottom:28px}}.side-menu__menu-group__item-link{font-size:1.1rem;font-weight:600;color:#1d2939;position:relative;display:block;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.side-menu__menu-group__item-link{margin-right:1rem;margin-left:2rem;text-align:left;font-size:1.2rem}.side-menu__menu-group__item-link:before{display:none}}.side-menu__menu-group__item-link:hover{color:#1d2939;text-decoration:none}.side-menu__menu-group__item-link:before{content:" ";background:#eaecf0;width:calc(100% - 16px);height:1px;position:absolute;left:0;top:50%}.side-menu__menu-group__item-link__name{padding:2px 1.1rem 2px 1.4rem;background:#fff;position:relative}@media only screen and (max-width: 75em){.side-menu__menu-group__item-link__name{padding:2px 1.1rem 2px 0rem}}.side-menu__menu-group__item-link__name__icon{width:.65rem;height:.85rem;fill:#1d2939;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg);display:none}.side-menu__menu-group__item-link__name__icon.active{-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.side-menu__menu-group__count-badge-parent{border-radius:3px;font-size:1.2rem;padding:2px .6rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;line-height:1;text-align:center;white-space:nowrap;color:#fff;background:#e45b72;position:static;right:1.6rem;z-index:10}.side-menu__menu-group__count-badge-parent.dot-style{background-color:#fb394b;min-width:1.7rem;height:1.7rem;border-radius:1.7rem;padding:4px}.side-menu__sub-group{padding-left:16px;padding-right:16px}.side-menu__sub-group__item-link{font-size:1.35rem;color:#444;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;position:relative;border-radius:8px}.side-menu__sub-group__item-link__left,.side-menu__sub-group__item-link__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-menu__sub-group__item-link:hover{background:#f2f4f7}.side-menu__sub-group__item-link.active{background:#f2f4f7;border-bottom-left-radius:0;border-bottom-right-radius:0}@media only screen and (max-width: 75em){.side-menu__sub-group__item-link{margin-right:0;font-size:1.35rem;padding-top:.8rem;padding-bottom:.8rem}}.side-menu__sub-group__item-link:hover{color:#444;text-decoration:none}.side-menu__sub-group__item-link__icon{margin-left:auto;width:12px;height:12px;fill:#344054}.side-menu__sub-group__item-link__icon.expand{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.side-menu__sub-group__item-link__menu-icon{width:18px;height:18px;fill:#1d2939;margin-right:8px}.side-menu__sub-group__item-link__menu-img-wrapper{width:18px;height:18px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:8px}.side-menu__sub-group__item-link__menu-img{width:100%;height:auto}.side-menu__sub-group__child-list{padding:0;list-style:none;width:100%;background:#f2f4f7}@media only screen and (max-width: 75em){.side-menu__sub-group__child-list{padding-top:0;padding-bottom:0;margin-left:0;width:100%}}.side-menu__sub-group__child-list.active{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.side-menu__sub-group__child-list .side-menu__item{padding:0;border-radius:0;margin-bottom:4px}.side-menu__sub-group__child-list .side-menu__item:last-child .side-menu__item-link:hover{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.side-menu__sub-group__child-list .side-menu__item:last-child .side-menu__item-link.active{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.side-menu__sub-group__child-list .side-menu__item-link{font-size:1.3rem;color:#1d2939;padding-left:34px}.side-menu__sub-group__child-list .side-menu__item-link:hover,.side-menu__sub-group__child-list .side-menu__item-link.active{background:#1d2939;color:#fff!important;border-radius:0}.side-menu__sub-group__child-list .side-menu__item.active{background:#f5f5f5}.side-menu__licence-remaining-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:3rem;padding-right:3px;padding-top:.5rem;padding-bottom:.5rem}.side-menu__licence-remaining-time .licence-badge{position:relative;top:initial;right:initial;-webkit-transform:initial;transform:initial}.side-menu__licence-remaining-time__text{font-size:1.2rem;font-weight:500;color:#3a87cb;line-height:1;margin-left:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.side-menu__licence-remaining-time__text span:first-child{margin-bottom:3px}.navigation-add-new-menu__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.7rem 2rem;cursor:default;border-bottom:1px solid #EAECEF;position:relative;z-index:1;background:#fff;overflow:hidden}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__header{-ms-flex-wrap:wrap;flex-wrap:wrap}}.navigation-add-new-menu__header .btn-secondary--sm{padding:.5rem;font-size:1.2rem}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__header .btn-secondary--sm{padding:1rem}}.navigation-add-new-menu__header__new-notification-count{font-size:1.3rem;color:#fff;background:#4bb8ff;padding:.5rem 1.1rem;border-radius:5rem;margin-left:1rem}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__header__new-notification-count{margin-left:0}}.navigation-add-new-menu__header-title{color:#505050;font-size:1.6rem;font-weight:600;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 29.93em){.navigation-add-new-menu__header-title{font-size:1.4rem;width:100%;margin-bottom:1rem}}.navigation-add-new-menu__header-icon{width:3.6rem;height:2rem;fill:#505050;margin-right:.8rem}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__header-icon{margin-right:1.2rem}}.navigation-add-new-menu .dropdown-menu{min-width:50rem;width:50rem;height:auto;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:0;margin:0;list-style:none;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d;top:1rem!important;background-clip:padding-box;border:none;cursor:default}@media only screen and (max-width: 37.5em){.navigation-add-new-menu .dropdown-menu{min-width:calc(100vw - 4rem);width:calc(100vw - 4rem);margin:1rem 2rem;height:auto;max-height:calc(100vh - 6.8rem);-webkit-transform:none!important;transform:none!important;position:fixed!important;top:4.8rem!important}}.navigation-add-new-menu .dropdown-menu:before{content:"";height:2rem;width:2rem;background-color:#828c9d;position:absolute;top:-2px;right:6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.navigation-add-new-menu__body{background:#fff;padding:2rem 1rem;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1rem}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.navigation-add-new-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1rem;border-radius:.5rem}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__item{width:30%}}.navigation-add-new-menu__item:hover{background:#f9fafb;text-decoration:none}.navigation-add-new-menu__item__icon{width:4.2rem;height:4.2rem;margin-bottom:1.2rem}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__item__icon{width:3.4rem;height:3.4rem}}.navigation-add-new-menu__item__label{font-size:1.25rem;font-weight:500;text-transform:uppercase;line-height:1.3;color:#404040;text-align:center}@media only screen and (max-width: 37.5em){.navigation-add-new-menu__item__label{font-size:1.1rem}}.navigation-add-new-menu__item__label__bxp{font-size:1rem}@media only screen and (max-width: 47.93em){.navigation-placetel{display:none}}.navigation-placetel .dropdown-menu{min-width:18rem;width:18rem;height:auto;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:0;margin:0;list-style:none;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d;top:1rem!important;background-clip:padding-box;border:none;cursor:default}.navigation-placetel .dropdown-menu:before{content:"";height:2rem;width:2rem;background-color:#fff;position:absolute;top:-2px;right:6px;border-top:1px solid #E9EBED;border-left:1px solid #E9EBED;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.navigation-placetel__status-badge{width:1.3rem;height:1.3rem;border-radius:50%;background:#eaeaea;position:absolute;top:-5px;right:0;z-index:1;border:2px solid #ffffff}.navigation-placetel__status-badge.green{background:#2abb9b}.navigation-placetel__status-badge.red{background:#e45b72}.navigation-placetel__status-badge.orange{background:#ef6c00}.navigation-placetel__body{background:#fff;padding:1.5rem}.navigation-placetel__list{padding-left:0;list-style:none}.navigation-placetel__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;padding:1.5rem 0;height:2rem}.navigation-placetel__list__item.user{border-bottom:1px solid #f4f4f4;font-weight:500;padding-bottom:2rem;margin-bottom:.5rem}.navigation-placetel__list__item__badge{width:1.3rem;height:1.3rem;border-radius:50%;background:#eaeaea;border:2px solid #ffffff;margin-right:.5rem}.navigation-placetel__list__item__badge.green{background:#2abb9b}.navigation-placetel__list__item__badge.red{background:#e45b72}.navigation-placetel__list__item__badge.orange{background:#ef6c00}.navigation-placetel .mobile-nav-footer__new-item:hover .mobile-nav-footer__new-item__icon{width:7rem}.navigation-placetel .mobile-nav-footer__new-item__icon{-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.personal-message__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.7rem 2rem;cursor:default;border-bottom:1px solid #EAECEF;position:relative;z-index:1;background:#fff;overflow:hidden}@media only screen and (max-width: 37.5em){.personal-message__header{-ms-flex-wrap:wrap;flex-wrap:wrap}}.personal-message__header .btn-secondary--sm{padding:.5rem;font-size:1.2rem}@media only screen and (max-width: 37.5em){.personal-message__header .btn-secondary--sm{padding:1rem}}.personal-message__header-title{color:#505050;font-size:1.6rem;font-weight:600;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 29.93em){.personal-message__header-title{font-size:1.4rem;width:100%;margin-bottom:1rem}}.personal-message__header-icon{width:3.6rem;height:2rem;fill:#505050;margin-right:.8rem}@media only screen and (max-width: 37.5em){.personal-message__header-icon{margin-right:1.2rem}}.personal-message .dropdown-menu{min-width:50rem;width:50rem;height:auto;color:#212529;text-align:left;background-color:#fff;border-radius:.25rem;padding:0;margin:0;list-style:none;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d;top:1rem!important;background-clip:padding-box;border:none;cursor:default}@media only screen and (max-width: 37.5em){.personal-message .dropdown-menu{min-width:calc(100vw - 4rem);width:calc(100vw - 4rem);margin:1rem 2rem;height:auto;max-height:calc(100vh - 6.8rem);-webkit-transform:none!important;transform:none!important;position:fixed!important;top:4.8rem!important}}.personal-message .dropdown-menu:before{content:"";height:2rem;width:2rem;background-color:#828c9d;position:absolute;top:-2px;right:6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1}.personal-message__body{max-height:48rem;height:48rem;overflow-y:auto;cursor:default;scrollbar-color:transparent transparent;scrollbar-width:thin}.personal-message__body::-webkit-scrollbar{width:7px;height:7px}.personal-message__body::-webkit-scrollbar-track{background:transparent}.personal-message__body::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.personal-message__body:hover::-webkit-scrollbar-thumb{background:#dcdfea}.personal-message__body::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.personal-message__body:hover{scrollbar-color:#B9C0D4 transparent}@media only screen and (max-width: 37.5em){.personal-message__body{height:100%;max-height:100%}}.personal-message__body li:not(:last-child){border-bottom:1px solid #ebecf0}.personal-message__body .dropdown-item{font-size:1.4rem;padding:1.7rem 1.7rem 1.7rem 2.4rem;color:#505050;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;white-space:pre-wrap;-webkit-transition:all .2s;transition:all .2s}@media only screen and (max-width: 29.93em){.personal-message__body .dropdown-item{padding:1.7rem 2rem}}.personal-message__body .dropdown-item.is-not-read{background:#f8f8f8!important}.personal-message__body .dropdown-item:hover,.personal-message__body .dropdown-item:focus{background-color:#f8f8f8;outline:none;color:#505050}.personal-message__body .dropdown-item:hover .notifications__item-actions__clear-notification,.personal-message__body .dropdown-item:focus .notifications__item-actions__clear-notification{opacity:1}.personal-message__body .dropdown-item.active,.personal-message__body .dropdown-item:active{background-color:#f4f5f7}.personal-message__body .dropdown-item:not(.is-not-read):hover .notifications__item-actions__mark-as-read{background:#ccc;border-color:#e6e6e6;visibility:visible}.personal-message__body .dropdown-item.is-not-read .notifications__item-title{font-weight:500}.personal-message__body .dropdown-item.is-not-read .notifications__item-date{font-weight:500;color:#8993a4}.nav-tabs{border-bottom:0}.nav-tabs .nav-link{border-top-left-radius:0;border-top-right-radius:0;display:inline-block;margin:0 0 -2px;padding:1.5rem 2.5rem 2rem;font-weight:600;text-align:center;color:#bbb;border:1px solid transparent;line-height:1;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-top:2px solid transparent;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:0}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:transparent;color:#888}.nav-tabs .nav-link.custom-nav-link{border:0;background:transparent;padding:0;margin-left:2.5rem;color:#404040;font-weight:500}@media only screen and (max-width: 75em){.nav-tabs .nav-link.custom-nav-link{margin-top:3rem}}.nav-tabs.nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#ddd;color:#3d84c0;border-top:2px solid #3d84c0}.nav-tabs.nav-item.show .nav-link.custom-nav-link,.nav-tabs .nav-link.active.custom-nav-link{border-top:0;background:transparent}.nav-tabs.work-tabs-nav{display:none;position:absolute;top:1px;right:3.7rem}@media only screen and (max-width: 62em){.nav-tabs.work-tabs-nav{display:-webkit-box;display:-ms-flexbox;display:flex;right:5rem}}@media only screen and (max-width: 29.93em){.nav-tabs.work-tabs-nav{position:static;margin-left:-3.8rem;margin-top:4rem}}.nav-tabs.work-tabs-nav .nav-item .nav-link{padding:.5rem 2rem;border:1px solid #eaeaea}.tab-menu{width:22rem;padding-left:0;margin-top:5rem;margin-right:8rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 87.5em){.tab-menu{width:20rem;margin-right:5rem}}@media only screen and (max-width: 75em){.tab-menu{width:17rem}}@media only screen and (max-width: 56.25em){.tab-menu{display:none}}.tab-menu.joining-bt{width:24rem;margin-right:3rem;margin-top:2px}@media only screen and (max-width: 75em){.tab-menu.joining-bt{width:19rem}}@media only screen and (max-width: 56.25em){.tab-menu.joining-bt{display:none}}.tab-menu.joining-bt li{position:relative}.tab-menu.joining-bt .tab-menu__item{padding:.4rem 1rem}.tab-menu.joining-bt .joining-bt__icon-box{width:1.8rem;height:1.8rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;background:#2abb9b;margin-right:1rem;position:absolute;left:-2.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tab-menu.joining-bt .joining-bt__icon{fill:#fff;width:.8rem;height:.8rem}.tab-menu li{list-style:none;padding-left:0}.tab-menu__item{max-width:100%;padding:1rem 1.5rem;background:transparent;border:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:1rem;border-radius:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;color:#7e7e7e;font-size:1.4rem;font-weight:400}@media only screen and (max-width: 75em){.tab-menu__item{padding:.5rem 1rem;font-size:1.3rem}}.tab-menu__item:hover,.tab-menu__item.active{background:#efefef;border:1px solid #bfbfbf;color:#7e7e7e;text-decoration:none}.tab-menu__item.has-child{position:relative}.tab-menu__item.has-child:after{display:inline-block;content:"";right:2rem;background-color:#818181;-webkit-mask:url(/images/SVG/down-arrow.svg) no-repeat 50% 50%;mask:url(/images/SVG/down-arrow.svg) no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;position:absolute;width:1rem;height:1.4rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .2s;transition:opacity .3s,background-color .3s,-webkit-transform .2s;transition:transform .2s,opacity .3s,background-color .3s;transition:transform .2s,opacity .3s,background-color .3s,-webkit-transform .2s;opacity:1}.tab-menu__item.has-child.active:after{-webkit-transform:rotate(0);transform:rotate(0)}.tab-menu__item.has-child.active.collapsed:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tab-menu__item.has-child.active.collapsed .tab-menu__child-list{display:none}.tab-menu__item__icon-box{width:2.2rem;height:2.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1.4rem}@media only screen and (max-width: 75em){.tab-menu__item__icon-box{width:1.8rem;height:1.8rem;margin-right:1rem}}.tab-menu__item__icon{height:2.2rem;fill:#7e7e7e}@media only screen and (max-width: 75em){.tab-menu__item__icon{height:1.8rem}}.tab-menu__item.child{padding:.5rem 1.5rem;margin-left:2rem;margin-bottom:.5rem;font-size:1.3rem;width:100%;border:0;background:transparent!important;border-radius:1px;border-left:3px solid #efefef;margin-left:0}.tab-menu__item.child.active,.tab-menu__item.child:hover{border-left:3px solid #bfbfbf}.tab-menu__item.child .tab-menu__item__icon-box{margin-right:1rem;width:1.5rem;height:1.5rem}.tab-menu__item.child .tab-menu__item__icon{height:1.5rem}.tab-menu__child-list{list-style:none;padding-left:0;margin-left:0;width:100%;padding:.6rem 0;border-radius:0;border:0;position:relative;margin-bottom:1rem}.tab-content-wrapper{width:90rem}@media only screen and (max-width: 100em){.tab-content-wrapper{width:75rem}}@media only screen and (max-width: 87.5em){.tab-content-wrapper{width:calc(100% - 28rem)}}@media only screen and (max-width: 75em){.tab-content-wrapper{width:calc(100% - 22rem)}}@media only screen and (max-width: 56.25em){.tab-content-wrapper{width:100%}}.tab-content-wrapper.joining-bt{margin:0 auto}@media only screen and (max-width: 100em){.tab-content-wrapper.joining-bt{width:90rem}}@media only screen and (max-width: 56.25em){.tab-content-wrapper.joining-bt{width:100%}}.tab-content-wrapper.full-width{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tab-project{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tab-project__nav .nav-item:hover .nav-link{border:1px solid #bee0d2;background-color:#2abb9b;border-radius:5px;color:#fff}.tab-project__nav .nav-link{padding:1rem;line-height:1;font-size:1.4rem;color:#888;font-weight:500;border:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.tab-project__nav .nav-link{font-size:1.2rem}}.tab-project__nav .nav-link.active,.tab-project__nav .show>.nav-link{color:#fff;background-color:#2abb9b;border:1px solid #2abb9b;border-radius:5px}.tab-project>.tab-content{max-width:calc(100% - 24rem);width:calc(100% - 24rem);margin-left:auto;-ms-flex-preferred-size:auto;flex-basis:auto}@media only screen and (max-width: 75em){.tab-project>.tab-content{max-width:calc(100% - 21rem);width:calc(100% - 22rem)}}@media only screen and (max-width: 56.25em){.tab-project>.tab-content{width:100%;max-width:100%}}.tab-project__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tab-project__warning{display:inline-block;padding:4px 1.2rem;color:#fff!important;line-height:1;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis;font-size:1.1rem;min-width:auto;vertical-align:middle;text-align:center;border-radius:3rem;background:#ef6c00}.tab-project__warning__icon{fill:#fff;width:1rem;height:1rem}.tab-project .contact-add-box{-ms-flex-wrap:wrap;flex-wrap:wrap;right:0!important}.tab-project .contact-add-box:before{-webkit-transform:none;transform:none;left:auto;right:2.3rem}@media only screen and (max-width: 87.5em){.tab-project .contact-add-box:before{right:1rem}}.tab-project .contact-add-box .contact-selectbox{position:static;-webkit-box-shadow:none;box-shadow:none;outline:none;width:100%;margin-top:1rem;background:transparent;padding:0}.tab-project__menu{background:#fff;padding:2rem;width:22rem;max-width:22rem;border:1px solid #F2F4F7;margin-right:2rem;height:100%}@media only screen and (max-width: 75em){.tab-project__menu{padding:1.4rem;width:18rem;max-width:18rem}}@media only screen and (max-width: 56.25em){.tab-project__menu{display:none}}.vertical-tabs-modal__nav-wrapper--second .nav{height:100vh!important;position:fixed}.vertical-tabs-modal .nav-link{padding:.5rem 1rem;font-size:1.5rem;color:#6c6c6c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.vertical-tabs-modal .nav-link.active{color:#fff;background-color:#408fc7}.vertical-tabs-modal .nav-link.tab-error{background:transparent!important;border:1px solid #E45B72}.vertical-tabs-modal .nav-link__error__icon{fill:#e45b72;width:1.5rem;height:1.5rem;margin-right:1rem}.vertical-tabs-modal .nav-link__error__text{color:#e45b72}.vertical-tabs-modal__content{overflow-y:auto;height:calc(95vh - 18.3rem)}@media only screen and (max-width: 37.5em){.vertical-tabs-modal__content{width:100%;-ms-flex-preferred-size:auto;flex-basis:auto;height:calc(95vh - 50rem)}}.vertical-tabs-modal .card-body{padding:3.4rem}@media only screen and (max-width: 37.5em){.vertical-tabs-modal .card-body{padding-bottom:3rem}}.vertical-tabs-modal.default .vertical-tabs-modal__content{height:calc(88vh - 14rem)}.vertical-tabs-modal.default .nav-link.active{background-color:#3a87cb}.vertical-tabs-modal.max-height .vertical-tabs-modal__content{height:calc(94vh - 14rem)}@media only screen and (max-width: 37.5em){.vertical-tabs-modal.product .card-body{padding-bottom:26rem}}.home-tabs{width:100%;margin:0 auto}.home-tabs__dashboard-config-btn{border:1px solid #D3D3D3;color:#707070;padding:1rem;font-size:1.25rem;font-weight:400;border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 47.93em){.home-tabs__dashboard-config-btn{margin-left:auto}}.home-tabs__dashboard-config-btn:hover,.home-tabs__dashboard-config-btn:active,.home-tabs__dashboard-config-btn:focus{color:#707070;border:1px solid #D3D3D3}.home-tabs__dashboard-config-btn__icon{fill:#8f8f8f;margin-right:.5rem;width:1.5rem;height:1.5rem}@media only screen and (max-width: 29.93em){.home-tabs__dashboard-config-btn__icon{margin-right:0}}@media only screen and (max-width: 29.93em){.home-tabs__dashboard-config-btn span{display:none}}.home-tabs__nav{border:none}@media only screen and (max-width: 47.93em){.home-tabs__nav{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;margin-left:1rem}}@media only screen and (max-width: 37.5em){.home-tabs__nav{margin-left:0}}.home-tabs__nav .nav-item .nav-link{background:transparent;color:#667085;font-size:1.4rem;font-weight:500;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px 8px;line-height:1;border-radius:0;height:30px}.home-tabs__nav .nav-item .nav-link.active{background:#eff1f5;color:#344054}.home-tabs__nav .nav-item .nav-link.active .home-tabs__icon{fill:#fff}.home-tabs__nav .nav-item.dashboard{margin-right:-1px}.home-tabs__nav .nav-item.dashboard .nav-link,.home-tabs__nav .nav-item.newsfeed .nav-link{border-radius:6px}.home-tabs__nav .nav-item.newsfeed .nav-link .home-tabs__icon{width:2.1rem}.home-tabs__nav .nav-item .badge{background:#eff8ff;border-radius:6px;border:1px solid #B2DDFF!important;font-size:1.1rem;font-weight:500;color:#175cd3;border:0;padding:2px 4px;position:absolute;right:-24px;top:-10px}.home-tabs__icon{fill:#b7b7b7;margin-right:.65rem;width:1.5rem;height:1.5rem}.home-tabs__content{padding:1.6rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:100%;position:relative}@media only screen and (min-width: 90em){.home-tabs__content{width:1440px;margin:0 auto;padding:1.6rem 0 2.4rem}}.home-tabs__content--header{position:absolute;top:-30px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 47.93em){.home-tabs__content--header h1{position:absolute;top:-30px;left:0}}.feed-contact-tabs{background:#fff;border:1px solid #d8d8d8;margin-bottom:4.5rem}.feed-contact-tabs .nav-tabs{background:#f8f8f8}.feed-contact-tabs .nav-item:first-child .nav-link{border-left:none}.feed-contact-tabs .nav-item:last-child .nav-link{border-right:none}.feed-contact-tabs .nav-link{width:100%;border-top-left-radius:0;border-top-right-radius:0;display:inline-block;margin:0 0 -1px;padding:1.5rem 2.5rem;font-weight:600;text-align:center;color:#bbb;border:1px solid transparent;border-top:2px solid transparent;line-height:1;font-size:1.4rem}.feed-contact-tabs .nav-link:hover,.feed-contact-tabs .nav-link:focus{border-color:transparent;color:#888}.feed-contact-tabs.nav-item.show .nav-link,.feed-contact-tabs .nav-link.active{background-color:#fff;border-color:#d8d8d8;color:#3d84c0;border:1px solid #d8d8d8;border-top:2px solid #3d84c0;border-bottom:1px solid #fff}.nav-link.active .feed-contact-tabs__icon{fill:#3d84c0}.feed-contact-tabs__icon{height:2.3rem;width:4rem;fill:#acacac}.feed-contact-tabs__content{padding:3rem 2.7rem}.feed-contact-tabs__tab-title{text-align:center;color:#4b4b4b;font-size:1.8rem;margin-bottom:2.6rem}.feed-contact-tabs__tab-title:after{content:" ";background:#424242;height:1px;width:3.5rem;display:block;margin:0 auto;margin-top:1rem}.feed-contact-tabs__list{padding:0}.feed-contact-tabs__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3rem}.feed-contact-tabs__list__item__user-photo-wrapper{width:4.9rem;height:4.9rem;border-radius:50%;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1.2rem}.feed-contact-tabs__list__item__user-photo{width:auto;height:4.9rem}.feed-contact-tabs__list__item__user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.feed-contact-tabs__list__item__pre-title{font-size:1.3rem;color:#525252;line-height:1}.feed-contact-tabs__list__item__title{font-size:1.4rem;color:#525252;margin-bottom:.3rem}.feed-contact-tabs__list__item__sub-title{font-size:1.3rem;color:#525252;line-height:1;font-style:italic}.feed-contact-tabs__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem}.feed-contact-tabs.mdc .feed-contact-tabs__content{padding:2rem 1rem}.tab-nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tab-nav__list{list-style:none;margin:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0}.tab-nav__list__item{width:100%}.tab-nav__list__item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:4px 2rem;border:1px solid #ededed;background:#f3f3f3}.tab-nav__list__item__link:hover{text-decoration:none}.tab-nav__list__item__link:hover .tab-nav__list__item__link__icon{fill:#7e7e7e}.tab-nav__list__item__link:hover .tab-nav__list__item__link__text{color:#7e7e7e}.tab-nav__list__item__link__icon{width:1.3rem;height:1.3rem;fill:#bbb;margin-right:1rem;-webkit-transition:all .3s ease;transition:all .3s ease}.tab-nav__list__item__link__text{font-size:1.3rem;color:#404040;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease}.tab-nav__list__item__link.active{border:1px solid #3A87CB;background:#fff}.tab-nav__list__item__link.active .tab-nav__list__item__link__icon{fill:#3a87cb}.tab-nav__list__item__link.active .tab-nav__list__item__link__text{color:#3a87cb}.profile-tab__multi-select{width:21rem}@media only screen and (max-width: 37.5em){.profile-tab__multi-select{width:100%;margin-top:1rem}}.profile-tab__multi-select:first-child{margin-right:2rem}@media only screen and (max-width: 37.5em){.profile-tab__multi-select:first-child{margin-right:0}}@media only screen and (max-width: 37.5em){.profile-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}}.tabs{position:relative}.tabs__nav-wrapper{width:100%;margin-bottom:2.2rem}.tabs__navbar:before{content:"";border-bottom:1px solid #eaeaea;width:100%;position:absolute;top:34px}.tabs__nav{padding-left:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2.3rem;margin-top:1px}.tabs__nav.in-modal{margin-left:.8rem!important;margin-right:.8rem!important}.tabs__nav.work-detail{overflow-x:auto;overflow-y:hidden;width:85%;height:34px}.tabs__nav.pill{margin-bottom:4.2rem;padding-bottom:2.2rem;margin-top:2.2rem}.tabs__nav.pill .tabs__nav__item{border-bottom:0;padding:.4rem 1rem;border-radius:4px;-webkit-transition:none;transition:none;margin:0 .5rem;border:0}.tabs__nav.pill .tabs__nav__item:hover,.tabs__nav.pill .tabs__nav__item.active{background:#4bb8ff;color:#fff;border:0}.tabs__nav.pill .tabs__nav__item:hover .tabs__nav__item__badge-count,.tabs__nav.pill .tabs__nav__item.active .tabs__nav__item__badge-count{background:#4bb8ff;color:#fff;border:1px solid #ffffff}.tabs__nav.pill .tabs__nav__item.required-error-tab{-webkit-box-shadow:inset 0 0 0 1px #E45B72;box-shadow:inset 0 0 0 1px #e45b72}.tabs__nav.pill .tabs__nav__item__badge-count{width:1.8rem;height:1.8rem;background:#eee;border-radius:50%;font-size:1.1rem;font-weight:600;color:#404040;border:0}.tabs__nav__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tabs__nav__arrow.right{margin-left:auto}.tabs__nav__arrow.left .tabs__nav__arrow__button__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tabs__nav__arrow__button{background:transparent;width:2.3rem;height:2.3rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;-webkit-transition:all .2s;transition:all .2s}.tabs__nav__arrow__button:hover .tabs__nav__arrow__button__icon{fill:#406db8}.tabs__nav__arrow__button__icon{width:1rem;height:1rem;fill:#404040}.tabs__nav__item{color:#404040;padding:0 1.5rem 1rem;margin:0 .6rem;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.25rem;letter-spacing:.3px;font-weight:500;line-height:1;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.tabs__nav__item:before{content:"";width:100%;height:2px;background:#3a87cb;position:absolute;bottom:-4px;left:0;display:none}.tabs-navbar .tabs__nav__item:before{bottom:0!important}.tabs__nav__item:has(.tabs__nav__item__badge-count):before{bottom:-4px}.tabs__nav__item.empty{font-weight:400;color:#c7c7c7;pointer-events:none}.tabs__nav__item.empty:hover,.tabs__nav__item.empty.active{border-color:#c7c7c7;color:#c7c7c7;font-weight:600}.tabs__nav__item.more-dd{padding:0 3px}.tabs__nav__item:hover,.tabs__nav__item.active{text-decoration:none;color:#3a87cb}.tabs__nav__item:hover:before,.tabs__nav__item.active:before{display:block}.tabs__nav__item:hover .tabs__nav__item__badge-count,.tabs__nav__item.active .tabs__nav__item__badge-count{color:#3a87cb}.tabs__nav__item__span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__nav__item__badge-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;color:#505050;font-size:1.25rem;font-weight:500;margin-left:.3rem;position:relative;letter-spacing:0;border-radius:3px;color:#404040}.tabs__nav__item__badge-count__notification{position:absolute;width:8px;height:8px;border-radius:50%;background:#f94558;right:-3px;top:-4px}.tabs__nav__item.tab-error{border-bottom-color:#e45b72;color:#e45b72}.tabs-navbar .tabs__nav__item{padding-bottom:0;height:100%}.work .tabs__nav__item{font-size:1.35rem}.tabs__nav li:first-child .tabs__nav__item,.tabs__nav .slider-item:first-child .tabs__nav__item{margin-left:0}.tabs__nav li:last-child .tabs__nav__item,.tabs__nav .slider-item:last-child .tabs__nav__item{margin-right:0}.tabs__nav .slider-item{width:auto}.tabs__nav.offer-tabs-nav{margin-bottom:0;margin-right:auto;border-bottom:0}.tabs__nav.offer-tabs-nav .tabs__nav__item{color:#bfbfbf;border-bottom:0;position:relative;padding-bottom:0}.tabs__nav.offer-tabs-nav .tabs__nav__item:hover{color:#3a87cb}.tabs__nav.offer-tabs-nav .tabs__nav__item:hover:before{width:100%;height:2px;background:#02b8fb;display:block;content:"";position:absolute;bottom:-1.25rem;left:0}.tabs__nav.offer-tabs-nav .tabs__nav__item.active{color:#3a87cb}.tabs__nav.offer-tabs-nav .tabs__nav__item.active:before{width:100%;height:2px;background:#02b8fb;display:block;content:"";position:absolute;bottom:-1.25rem;left:0}.tabs__content{background:#fff;border:1px solid #EAEAEA;padding:2.5rem 3rem}@media only screen and (max-width: 56.25em){.tabs__content{padding:3rem}}@media only screen and (max-width: 37.5em){.tabs__content{padding:3rem 2rem}}.tabs__content.work{background:#fff;padding:24px 0!important;border-radius:10px;border:0;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}@media only screen and (min-width: 80em){.tabs__content.work{padding:2.5rem 3rem}}.tabs__content.activity-feeds{background:#fff;padding:2.4rem 2.8rem!important;border-radius:10px;border:0;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}@media only screen and (min-width: 80em){.tabs__content.activity-feeds{padding:2.4rem 2.8rem!important;width:800px}}.tabs__content--body.work{padding-left:28px;padding-right:28px}.tabs__content--body.work .table-list__thead{z-index:1}.tabs__content.global-content{padding:0;padding-top:2.4rem;border:0;border-radius:10px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}.tabs__section{margin-bottom:3rem}.Anfrage .tabs__section{margin-bottom:1rem}.tabs__section:last-child{margin-bottom:1rem}.tabs__section.services{margin-bottom:-1.8rem}@media only screen and (max-width: 87.5em){.tabs__section.services{margin-bottom:-1.2rem}}.tabs__section.calculation{overflow-x:auto;scroll-behavior:smooth;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}@media only screen and (max-width: 80em){.tabs__section.calculation .table-list-scroll-wrapper{overflow:initial;scroll-behavior:initial}}.tabs__section.calculation .calculation-discount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section.calculation .calculation-discount__name{margin-right:1rem}.tabs__section.calculation .calculation-discount__name,.tabs__section.calculation .calculation-discount__price{font-size:1.3rem;color:#202020;font-weight:500;margin-bottom:0}.tabs__section__title{font-size:1.4rem;letter-spacing:.3px;font-weight:600;color:#3a87cb;text-transform:uppercase}.tabs__section__title-gray{font-size:1.35rem;color:#505050;font-weight:600;line-height:1;text-transform:uppercase;margin-bottom:1.2rem}.tabs__section__work-services .group-list__header{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:.6rem 1rem;margin-right:1.6rem;margin-bottom:1.6rem}@media only screen and (max-width: 87.5em){.tabs__section__work-services .group-list__header{padding:.4rem 1rem;margin-right:1rem;margin-bottom:1rem}}.tabs__section__work-services .group-list__header__title__name{color:#505050;font-weight:600}.tabs__section__work-services .group-list__header__action{margin-left:1.1rem}.tabs__section__work-services .group-list__header__action__remove:hover .group-list__header__action__remove__icon{fill:#3a87cb}.tabs__section__work-services .group-list__header__action__remove__icon{fill:#a1a1a1;width:1.3rem;height:1.5rem}.tabs__section__work-request-data{font-size:1.4rem;line-height:1.4;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px}@media only screen and (max-width: 37.5em){.tabs__section__work-request-data{grid-template-columns:1fr}}.tabs__section__work-request-data__description{grid-column:1/span 2;cursor:pointer}@media only screen and (max-width: 37.5em){.tabs__section__work-request-data__description{grid-column:1}}@media only screen and (max-width: 64em){.tabs__section__work-request-data__description{margin-bottom:0}}.tabs__section__work-request-data__description,.tabs__section__work-request-data__property,.tabs__section__work-request-data__object{cursor:pointer}.tabs__section__work-request-data__description .btn-work-section-edit,.tabs__section__work-request-data__property .btn-work-section-edit,.tabs__section__work-request-data__object .btn-work-section-edit{display:none}.tabs__section__work-request-data__description:hover .btn-work-section-edit,.tabs__section__work-request-data__property:hover .btn-work-section-edit,.tabs__section__work-request-data__object:hover .btn-work-section-edit{display:block}.tabs__section__work-request-data__property-content{font-size:1.4rem;color:#101828;cursor:pointer}.tabs__section__work-request-data__property-content__list{list-style:none;margin:0;padding:0}.tabs__section__work-request-data__property-content__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.tabs__section__work-request-data__property-content__list__item__icon-box{background:#43536c;-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:6px;padding:2px 4px}.tabs__section__work-request-data__property-content__list__item__icon-box__icon{width:14px;height:14px;fill:#fff}.tabs__section__work-request-data__property-content__list__item__text-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__work-request-data__property-content__list__item__text-group .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;color:#475467}.tabs__section__work-request-data__property-content__list__item__text-group .link:hover{text-decoration:none}.tabs__section__work-request-data__property-content__list__item__text-group .link .document-name{width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}.tabs__section__work-request-data__property-content__list__item__text-group .link .document-size{font-size:1.2rem}.tabs__section__work-request-data__custom-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;width:100%;grid-column:1/span 2}.tabs__section__work-request-data__custom-fields__field{cursor:pointer}.tabs__section__work-request-data__custom-fields__field:hover .edit-btn{visibility:visible}.tabs__section__work-request-data__custom-fields__field .edit-btn{visibility:hidden}.tabs__section__work-request-data__custom-fields .custom-field-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tabs__section__work-request-data__custom-fields .custom-field-view:has(.custom-field-view__content--empty) .copy-button{display:none;visibility:hidden}.tabs__section__work-request-data__custom-fields .custom-field-view:hover:not(:has(.custom-field-view__content--empty)) .copy-button{display:block;visibility:visible}.tabs__section__work-request-data__custom-fields .custom-field-view .copy-button{display:none;visibility:hidden}.tabs__section__work-request-data__custom-fields .custom-field-view__content{word-break:break-all;margin-right:4px;width:calc(100% - 20px)}.tabs__section__work-request-data__section-title{font-size:1.3rem;font-weight:700;color:#3a87cb;margin-bottom:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tabs__section__work-request-data__object-content{cursor:pointer}.tabs__section__work-request-data__object-content__list{list-style:none;margin:0;padding:0}.tabs__section__work-request-data__object-content__list__item p{font-size:1.4rem;color:#101828;margin-bottom:0;line-height:1.8}.tabs__section__work-request-data__description-content{color:#101828;font-size:1.4rem;line-height:1.6;word-break:break-word}.tabs__section__work-request-data__description-content>*{word-break:break-word}.tabs__section__work-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 37.5em){.tabs__section__work-info{display:grid;grid-template-columns:100%;grid-gap:1rem;text-align:center}}.tabs__section__work-info__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;font-size:1.3rem;color:#101828;line-height:1.4}@media only screen and (max-width: 37.5em){.tabs__section__work-info__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.tabs__section__work-info__item__span{font-weight:600;line-height:1}.tabs__section__work-info__item__work-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem}.tabs__section__inner-hr{border-color:#f0f0f0;margin-bottom:3rem;margin-top:4rem}.Anfrage .tabs__section__inner-hr{margin:1.5rem 0 1rem}.tabs__section__work-services{width:100%}.tabs__section__work-services__row{display:grid;grid-template-columns:1fr 8rem 9rem 11rem 11rem;grid-gap:4rem}@media only screen and (max-width: 87.5em){.tabs__section__work-services__row{grid-template-columns:1fr 3.4rem 4.4rem 8rem 8rem;grid-gap:2rem}}@media only screen and (max-width: 37.5em){.tabs__section__work-services__row{grid-template-columns:.9fr 4rem 4rem 5rem 5rem;grid-gap:1rem}}@media only screen and (max-width: 23.75em){.tabs__section__work-services__row{grid-template-columns:.9fr 4rem 3rem 5rem 5rem;grid-gap:.6rem}}.tabs__section__work-services__row.table-header{margin-bottom:0}.tabs__section__work-services__input-group__title{color:#505050;font-size:1.2rem;font-weight:500;line-height:1;margin-bottom:1.9rem}.tabs__section__work-services__input-group__input{border-radius:5px;font-size:1.4rem;color:#404040;width:100%;min-height:3rem}@media only screen and (max-width: 37.5em){.tabs__section__work-services__input-group__input{font-size:1.2rem;max-width:21rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media only screen and (max-width: 29.93em){.tabs__section__work-services__input-group__input{max-width:10rem}}@media only screen and (max-width: 23.75em){.tabs__section__work-services__input-group__input{max-width:9rem}}.tabs__section__work-services__input-group__input:disabled{background-color:#fff;cursor:not-allowed}.tabs__section__work-services__input-group__delete-btn{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs__section__work-services__input-group__delete-btn__icon{width:1.378rem;height:1.627rem;fill:#bababa}.tabs__section__work-services__input-group__delete-btn:hover .tabs__section__work-services__input-group__delete-btn__icon{fill:#3a87cb}.tabs__section__work-services-summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.8rem}@media only screen and (max-width: 29.93em){.tabs__section__work-services-summary{-ms-flex-wrap:wrap;flex-wrap:wrap}}.tabs__section__work-services-summary__title{color:#404040;font-size:1.5rem;font-weight:500}@media only screen and (max-width: 29.93em){.tabs__section__work-services-summary__title{width:100%}}.tabs__section__work-services-summary__price-input-wrapper{margin-left:auto;font-size:1.4rem;color:#404040}.tabs__section__work-services-summary__price-input{padding:2px;border:1px solid transparent;text-align:right;font-size:1.4rem;color:#3a87cb;border-radius:5px;width:auto;height:3rem;pointer-events:none;font-weight:500}.tabs__section__work-services-summary__price-input.active{border:1px solid #E7EAED;pointer-events:unset;background:#fff;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.14);box-shadow:0 3px 5px #00000024}.tabs__section__work-services-summary__price-input:disabled{background-color:#fff;cursor:not-allowed}.tabs__section__work-services-summary__edit-btn{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs__section__work-services-summary__edit-btn__icon{width:1.3rem;height:1.3rem;fill:#bababa}.tabs__section__work-services-summary__edit-btn__icon.check,.tabs__section__work-services-summary__edit-btn:hover .tabs__section__work-services-summary__edit-btn__icon{fill:#3a87cb}.tabs__section__work-services-summary__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1rem;margin-top:.3rem}.tabs__section__work-services-summary__abort-btn{width:2.4rem;height:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#e45b72;margin-left:1rem}.tabs__section__work-services-summary__abort-btn__icon{width:1.3rem;height:1.3rem;fill:#fff}.tabs__section__work-services-summary__approve-btn{width:2.4rem;height:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#2abb9b}.tabs__section__work-services-summary__approve-btn__icon{width:1.3rem;height:1.3rem;fill:#fff}.tabs__section__subtitle{font-size:1.2rem;color:#404040}.tabs__section__item{display:grid;grid-template-columns:0fr auto 0fr;padding:0rem;margin:0 0 3rem;position:relative;grid-column-gap:4rem}@media only screen and (max-width: 100em){.tabs__section__item{grid-column-gap:3rem}}@media only screen and (max-width: 29.93em){.tabs__section__item{grid-template-columns:none}}@media only screen and (max-width: 75em){.tabs__section__item.editable .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;margin-top:-5px;margin-bottom:auto}}@media only screen and (max-width: 29.93em){.tabs__section__item.editable .tabs__section__button-wrapper{position:absolute;margin-top:0;top:0}}.tabs__section__item.editable:hover .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__item.current{display:grid;gap:4rem;grid-template-columns:0fr auto}@media only screen and (max-width: 29.93em){.tabs__section__item.current{grid-template-columns:none;grid-template-rows:auto auto auto;grid-gap:0}}.tabs__section__item.company-profile{display:grid;grid-template-columns:1fr 0fr;gap:4rem}.tabs__section__item.company-member{display:grid;grid-template-columns:0fr 1fr;gap:4rem;position:relative;border-bottom:1px solid #EAEAEA;margin:0;padding:3.5rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 100em){.tabs__section__item.company-member{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.tabs__section__item.company-member:last-child{border-bottom:0}@media only screen and (max-width: 29.93em){.tabs__section__item.company-member{grid-template-columns:none;grid-template-rows:auto auto;grid-row-gap:1rem}}.tabs__section__item.company-bt{display:grid;grid-template-columns:0fr 7fr 1fr;gap:4rem;position:relative;border-bottom:1px solid #EAEAEA;margin:0;padding:3.5rem 0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.tabs__section__item.company-bt:nth-child(2){padding-top:0}.tabs__section__item.company-bt:last-child{padding-bottom:0;border-bottom:none}.tabs__section__item__gallery-content{display:grid;grid-template-columns:1fr 0fr;grid-gap:1rem}.tabs__section__item__icon-box{width:7rem;height:7rem;background:#efefef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.tabs__section__item__icon-box{grid-column:1/1}}@media only screen and (max-width: 29.93em){.tabs__section__item__icon-box{margin-bottom:1rem}}.tabs__section__item__icon-box__icon{width:3rem;height:3rem;fill:#43536c}.tabs__section__item__content-wrapper{display:grid;grid-template-columns:1fr 1.7fr .1fr;grid-column-gap:4rem}@media only screen and (max-width: 100em){.tabs__section__item__content-wrapper{grid-column-gap:3rem}}@media only screen and (max-width: 47.93em){.tabs__section__item__content-wrapper{grid-template-columns:none;grid-template-rows:auto auto}}.tabs__section__item__content-wrapper.tags-wrapper{grid-template-columns:auto}.tabs__section__item__content-wrapper.project-wrapper{grid-template-columns:1fr 1.7fr auto;grid-row-gap:1.5rem}@media only screen and (max-width: 47.93em){.tabs__section__item__content-wrapper.project-wrapper{grid-template-columns:none;grid-template-rows:auto auto auto}}@media only screen and (max-width: 47.93em){.tabs__section__item__content-wrapper.extra-address>.tabs__section__item__feature__contact__item{margin-bottom:1rem}}.tabs__section__item__about-me{display:grid;grid-template-columns:1fr .1fr}@media only screen and (max-width: 75em){.tabs__section__item__about-me.editable .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;margin-top:-5px;margin-bottom:auto}}.tabs__section__item__about-me.editable:hover .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__item__content-member-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 56.25em){.tabs__section__item__content-member-wrapper>.company-member{width:calc(100% - 14rem)}}@media only screen and (max-width: 37.5em){.tabs__section__item__content-member-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.tabs__section__item__content-member-wrapper>*{margin-bottom:1rem}}.tabs__section__item__content-member{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}@media only screen and (max-width: 100em){.tabs__section__item__content-member{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.tabs__section__item__description{margin-top:1rem}@media only screen and (max-width: 47.93em){.tabs__section__item__feature{margin-bottom:1rem}}.tabs__section__item__feature__name{color:#404040;font-size:1.6rem;font-weight:600;margin-bottom:.5rem}.tabs__section__item__feature__name.current-name{font-size:1.6rem}.tabs__section__item__feature__field,.tabs__section__item__feature__date{font-size:1.4rem;color:#404040}.tabs__section__item__feature__date.date-12-size{font-size:1.4rem}.tabs__section__item__feature__date span{font-size:1.35rem}.tabs__section__item__feature__date span.bold{font-weight:600!important;font-size:1.4rem}.tabs__section__item__feature__link{font-size:1.1rem;color:#404040;display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__item__feature__link a{text-decoration:none;color:#404040}.tabs__section__item__feature__link a:hover{color:#272727}.tabs__section__item__feature__company-contact-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:calc(100% - 20rem)}@media only screen and (max-width: 100em){.tabs__section__item__feature__company-contact-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.tabs__section__item__feature__company-contact-wrap__item{display:table-column}.tabs__section__item__feature__company-contact-wrap__item p{font-size:1.3rem;line-height:1.6;color:#404040;margin-bottom:0;display:table-row}.tabs__section__item__feature__company-contact-wrap__item p a{color:#404040;text-decoration:none;max-width:23rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;min-width:0}.tabs__section__item__feature__company-contact-wrap__item p a:hover{text-decoration:underline;color:#3a87cb}@media only screen and (max-width: 75em){.tabs__section__item__feature__company-contact-wrap__item p a{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%}}@media only screen and (max-width: 56.25em){.tabs__section__item__feature__company-contact-wrap__item p a{width:17rem;max-width:24rem}}@media only screen and (max-width: 47.93em){.tabs__section__item__feature__company-contact-wrap__item p a{width:100%}}@media only screen and (max-width: 29.93em){.tabs__section__item__feature__company-contact-wrap__item p a{max-width:20rem}}.tabs__section__item__feature__company-contact-wrap__item p span{font-weight:500;display:table-cell;text-align:left;min-width:5rem;width:5rem}.tabs__section__item__feature__contact{display:grid;grid-template-columns:.4fr 1fr 1fr;grid-gap:2rem}@media only screen and (max-width: 87.5em){.tabs__section__item__feature__contact{grid-gap:1rem}}@media only screen and (max-width: 56.25em){.tabs__section__item__feature__contact{grid-template-columns:auto auto 0fr}}.tabs__section__item__feature__contact__item{margin:0;padding:0;list-style:none}.tabs__section__item__feature__contact__item__title{font-weight:600}.tabs__section__item__feature__contact__item li{font-size:1.3rem;font-weight:400;color:#404040}.tabs__section__item__feature__contact__item li a{color:#404040;text-decoration:none}.tabs__section__item__feature__contact__item li a span{font-weight:400}.tabs__section__item__feature__contact__item li a:hover{text-decoration:underline;color:#3a87cb}.tabs__section__item__feature__contact__item li span{font-weight:600;margin-right:5px}.tabs__section__item__feature__contact__item li span a{font-weight:400}@media only screen and (max-width: 56.25em){.tabs__section__item__feature__contact__item:last-child{grid-column:1/4}}.tabs__section__item__feature__contact__item.company-contact{display:table;white-space:nowrap}@media only screen and (max-width: 47.93em){.tabs__section__item__feature__contact__item.company-contact{grid-column:3/4}}@media only screen and (max-width: 37.5em){.tabs__section__item__feature__contact__item.company-contact{grid-column:1/4}}.tabs__section__item__feature__contact__item.company-contact li{display:table-row}.tabs__section__item__feature__contact__item.company-contact li a,.tabs__section__item__feature__contact__item.company-contact li span{display:table-cell}.tabs__section__item__feature__contact__item.company-contact li span{width:5rem;min-width:5rem}@media only screen and (max-width: 100em){.tabs__section__item__feature__contact__item.company-contact li span{padding-right:1rem}}@media only screen and (max-width: 47.93em){.tabs__section__item__feature__contact__item.company-contact li span{padding:0}}.tabs__section__item__feature__contact__item.company-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:11rem}@media only screen and (max-width: 29.93em){.tabs__section__item__feature__contact__item.company-info{margin-left:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tabs__section__item__feature__contact__item.company-info li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:2rem}.tabs__section__item__feature__contact__item>.not-content{font-size:1.2rem;color:#404040}.tabs__section__item__feature__contact__item.company-page li{font-size:1.3rem}.tabs__section__item__feature.current-feature>.tabs__section__item__feature__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 100em){.tabs__section__item__feature.current-feature>.tabs__section__item__feature__contact{display:grid;grid-template-columns:1fr 1.5fr}}@media only screen and (max-width: 75em){.tabs__section__item__feature.current-feature>.tabs__section__item__feature__contact{grid-template-columns:1fr 2fr}}@media only screen and (max-width: 47.93em){.tabs__section__item__feature.current-feature>.tabs__section__item__feature__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 87.5em){.tabs__section__item__feature.current-feature>.tabs__section__item__feature__contact>.tabs__section__item__feature__contact__item{margin-right:4rem}}.tabs__section__item__services{margin-top:2rem}.tabs__section__item__services__name{font-size:1.2rem;color:#404040;font-weight:600}.tabs__section__item__services__text{font-size:1.2rem;color:#404040}.tabs__section__item__services__link{font-size:1.2rem;color:#404040;margin-top:2rem}.tabs__section__item__services__link:hover{text-decoration:none;color:darkness(#404040,10%)}.tabs__section__item__services__link__icon{width:1.2rem;height:1.2rem;fill:#404040;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media only screen and (max-width: 47.93em){.tabs__section__item__description{margin-top:1rem}}@media only screen and (max-width: 47.93em){.tabs__section__item__description.equipment{margin-top:0rem}}.tabs__section__item__description__title{font-size:1.4rem;font-weight:600;color:#404040}.tabs__section__item__description__text{font-size:1.35rem;color:#404040}.tabs__section__item__description.current-desc{margin-left:11rem;margin-bottom:3rem}@media only screen and (max-width: 29.93em){.tabs__section__item__description.current-desc{margin-left:0}}.tabs__section__item__img{width:7rem;height:7rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 29.93em){.tabs__section__item__img{margin-bottom:1rem}}.tabs__section__item__img img{width:7rem;height:auto}.tabs__section__item__img.company-member-img{width:9rem;height:9rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs__section__item__img.company-member-img img{width:9rem;height:auto}.tabs__section__item__profile-company__link{color:#406db8;font-size:1.3rem;text-decoration:none;margin-top:2rem;margin-left:11rem}@media only screen and (max-width: 29.93em){.tabs__section__item__profile-company__link{margin:0}}.tabs__section__item__profile-company__link:hover{text-decoration:underline}.tabs__section__item__profile-company__link__icon{width:1.2rem;height:1.2rem;fill:#406db8;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:5px}.tabs__section__item__partner-info{list-style:none;margin:0;padding:0;width:auto;margin-right:11rem}@media only screen and (max-width: 23.75em){.tabs__section__item__partner-info{margin-top:1rem}}.tabs__section__item__partner-info li{color:#404040}@media only screen and (max-width: 100em){.tabs__section__item__partner-info__link{margin-top:1rem;margin-right:auto}}.tabs__section__item__partner-info__link a{color:#406db8;font-size:1.3rem;text-decoration:none}.tabs__section__item__partner-info__link a:hover{text-decoration:underline}.tabs__section__item__partner-info__link__icon{width:1.2rem;height:1.2rem;fill:#406db8;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-left:5px}.tabs__section__item__partner-contact{list-style:none;margin:0;padding:0;margin-right:3rem}@media only screen and (max-width: 100em){.tabs__section__item__partner-contact{margin-right:auto;padding-right:1rem}}@media only screen and (max-width: 29.93em){.tabs__section__item__partner-contact{margin-right:0;padding-right:0}}.tabs__section__item__partner-contact li{font-size:1.3rem;color:#404040;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__item__partner-contact li span{font-weight:600;margin-right:5px}.tabs__section__item__partner-contact li a{color:#404040;font-weight:400;text-decoration:none;max-width:23rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.tabs__section__item__partner-contact li a:hover{text-decoration:underline;color:#3a87cb}@media only screen and (max-width: 29.93em){.tabs__section__item__partner-contact li a{max-width:19rem}}.tabs__section__item__project-gallery{margin-top:1rem!important;grid-column:1/4}@media only screen and (max-width: 47.93em){.tabs__section__item__project-gallery{grid-column:1/1}}@media only screen and (max-width: 29.93em){.tabs__section__item__project-gallery{margin-top:1rem}}.tabs__section__tags{display:grid;grid-template-columns:auto 0fr;grid-column-gap:4rem;position:relative}@media only screen and (max-width: 75em){.tabs__section__tags.editable .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;margin-top:-5px;margin-bottom:auto}}@media only screen and (max-width: 29.93em){.tabs__section__tags.editable .tabs__section__button-wrapper{position:absolute;margin-top:0;top:0}}.tabs__section__tags.editable:hover .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__tags__list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 1rem;margin:0 -1rem}.tabs__section__tags__list li{padding:0rem 1rem;background:#efefef;color:#43536c;font-size:1.3rem;margin:0 1rem 1rem 0;font-weight:500;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 40em){.tabs__section__tags__list li{height:auto!important}}.tabs__section__hr{width:calc(100% + 6rem);margin-left:-3rem;border-color:#f2f4f7;margin-bottom:2.5rem;margin-top:3rem}.project .tabs__section__hr{display:none}@media only screen and (max-width: 87.5em){.tabs__section__hr{margin-bottom:2rem;margin-top:2rem}}@media only screen and (max-width: 37.5em){.tabs__section__hr{width:calc(100% + 4rem);margin-left:-2rem}}.tabs__section__hr:last-child{display:none}.tabs__section__hr.work-dashboard-header{margin-top:0}.tabs__section--section-edit{position:relative}@media only screen and (max-width: 75em){.tabs__section--section-edit.editable .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:static;margin-top:-5px;margin-bottom:auto}}.tabs__section--section-edit.editable:hover .tabs__section__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__button-wrapper{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:absolute;right:0rem;top:-7px}.tabs__section__button-wrapper .button{margin-right:5px}.tabs__section__bl-item{background:#fff;padding:2.8rem 9rem 2.8rem 2.2rem;border:1px solid #EAEAEA;position:relative;margin-bottom:1rem}.tabs__section__bl-item__button-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:1.6rem;right:1.6rem}.tabs__section__bl-item__button-wrapper .button{margin-left:1rem}.tabs__section__header{display:grid;grid-template-columns:2fr 1fr}@media only screen and (max-width: 29.93em){.tabs__section__header{grid-template-columns:1fr}}.tabs__section__header--title-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs__section__header__title{font-size:1.35rem;color:#3a87cb;font-weight:700;text-transform:uppercase}.tabs__section__header__subtitle{font-size:1.3rem;color:#505050;font-weight:600;line-height:1}.tabs__section__header .select-box{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto}@media only screen and (max-width: 29.93em){.tabs__section__header .select-box{margin-left:inherit;margin-top:1.2rem}}.tabs__section__header .select-box .multiselect-dashboard-widgets{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tabs__section__header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 29.93em){.tabs__section__header__right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:1.2rem}}.tabs__section__header__right .btn-secondary{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tabs__section__statistic{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 87.5em){.tabs__section__statistic{grid-template-columns:1fr;grid-gap:0}}@media only screen and (max-width: 75em){.tabs__section__statistic{grid-template-columns:1fr 1fr;grid-gap:20px}}@media only screen and (max-width: 56.25em){.tabs__section__statistic{grid-template-columns:1fr;grid-gap:0}}.tabs__section__statistic__box{padding-top:3rem;padding-bottom:3rem}@media only screen and (max-width: 87.5em){.tabs__section__statistic__box:first-child{padding-bottom:0}}.tabs__section__statistic__box__title{font-size:1.4rem;color:#505050;font-weight:600;margin-bottom:1.6rem}.tabs__section__statistic__box__item{display:grid;grid-template-columns:1fr 1fr;margin-bottom:3.4rem}.tabs__section__statistic__box__item:last-child{margin-bottom:0}.tabs__section__statistic__box__item__title{font-size:1.4rem;color:#505050;font-weight:600;margin-bottom:0}.tabs__section__statistic__box__item__value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__statistic__box__item__value__average,.tabs__section__statistic__box__item__value__rank{font-size:1.1rem;color:#606060;font-weight:500;font-style:italic;margin-bottom:0}.tabs__section__statistic__box__item__value .divide{width:1px;height:1.4rem;background:#606060;margin:0 6px}.tabs__section__statistic__box__item__avarege-group{margin-right:2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs__section__statistic__box__item__avarege{font-size:1.4rem;color:#202020;font-weight:700;margin-bottom:0;line-height:1.2}.tabs__section__statistic__box__item__chart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-right:30px}.tabs__section__statistic__box__item__chart__item{margin-right:6px}.tabs__section__statistic__box__item__chart__item:last-child{margin-right:0}.tabs__section__statistic__box__item__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tabs__section__statistic__footer__info{display:grid;grid-template-columns:1fr 2fr}@media only screen and (max-width: 87.5em){.tabs__section__statistic__footer__info{grid-template-columns:1fr}}.tabs__section__statistic__footer__info__avarege{margin-bottom:0}.tabs__section__statistic__footer__info__avarege span{font-size:1.05rem;font-weight:500;font-style:italic;color:#606060;margin-left:5px}.tabs__section__statistic__footer__info__avarege span:first-child{margin-left:0}.tabs__section__statistic__footer__info__chart-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 87.5em){.tabs__section__statistic__footer__info__chart-info{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.tabs__section__statistic__footer__info__chart-info__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1.3rem}.tabs__section__statistic__footer__info__chart-info__item:first-child{margin-left:0}.tabs__section__statistic__footer__info__chart-info__item__circle{width:1rem;height:1rem;border-radius:50%;margin-right:5px}.tabs__section__statistic__footer__info__chart-info__item__circle.blue{background:#3a87cb}.tabs__section__statistic__footer__info__chart-info__item__circle.light-blue{background:#d9e6fa}.tabs__section__statistic__footer__info__chart-info__item__text{font-size:1.05rem;font-weight:500;font-style:italic;color:#606060;margin-bottom:0}.tabs__section__statistic__footer__check{margin-top:3rem}.tabs__section__statistic__footer__check .form__checkbox-label{padding-left:2rem;font-size:1.15rem;font-weight:500;color:#606060;font-style:normal}.tabs__section__statistic__footer__check.rate-list{margin-top:0}.tabs__section__statistic .progress-chart{width:6.3rem;height:6.3rem;margin-bottom:2rem}.tabs__section__statistic .progress-chart.score{width:100%;display:grid;grid-template-columns:6.3rem auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:3rem}.tabs__section__statistic .progress-chart.score .btn-details{font-size:1.15rem;font-weight:500;color:#606060;border:1px solid #D2D2D2;background:#fff;padding:0;width:5.6rem;height:2.3rem;border-radius:5px}.tabs__section__statistic .progress-chart .pie-wrapper{width:6rem;height:6rem}.tabs__section__statistic .progress-chart .pie-wrapper .shadow-gray{border:.6rem solid #bdc3c7}.tabs__section__statistic .progress-chart .pie-wrapper .pie{clip:rect(0,6rem,6rem,3rem)}.tabs__section__statistic .progress-chart .pie-wrapper .pie .half-circle{border:.6rem solid #2abb9b;clip:rect(0,3rem,6rem,0)}.tabs__section__statistic .progress-chart .pie-wrapper .label{font-size:1.5rem;color:#505050;font-weight:700}.tabs__section__statistic .progress-chart .pie-wrapper .label.small-text{font-size:1rem}.tabs__section__statistic .progress-chart__bg{stroke:#d9e6fa}.tabs__section__statistic .progress-chart__circle{stroke:#3a87cb}.tabs__section__statistic .progress-chart__text{font-size:1.5rem;color:#505050;font-weight:700}.tabs__section__statistic .progress-chart__text.small-text{font-size:1rem}.tabs__section__services__header{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__services__header__address{color:#404040;font-size:1.4rem;font-weight:500}.tabs__section__services__header__address__label{color:#3a87cb;font-weight:600;display:inline}.tabs__section__services__header__right{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__services__header__right__bonus{color:#404040;font-size:1.3rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex}.tabs__section__services__header__right__bonus__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:2.1rem;font-size:1.3rem;text-align:center;font-weight:500;color:#303030;background-color:#f7f6fa;border-radius:3px;border:1px solid #D7D9E0;margin-left:1.2rem}.tabs__section__services__header__right__status{color:#404040;font-size:1.3rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:1.4rem}.tabs__section__services__header__right__status .vue-js-switch{margin-left:1.2rem}.tabs__section__services__header__right__status .vue-js-switch .v-switch-core{-webkit-transform:scale(.8);transform:scale(.8)}.tabs__section__services__header__right__search{margin-left:2.3rem}.tabs__section__services__header__right__search .table-list-header__search__input{height:2.5rem;border:1px solid #EAEAEA}.tabs__section__services__header__right__search .table-list-header__search__icon{width:1.2rem;height:1.2rem}.tabs__section__services .table-services-wrapper{margin-top:1.2rem}.tabs__section__services .table-services-wrapper .table-services__check-icon{width:1.6rem;height:1.6rem;margin-left:2rem}.tabs__section__services .table-services-wrapper .table-services__radius-ms{width:10rem}.tabs__section__services .table-services-wrapper .table-services .multiselect__tags,.tabs__section__services .table-services-wrapper .table-services .multiselect__input,.tabs__section__services .table-services-wrapper .table-services .multiselect__single,.tabs__section__services .table-services-wrapper .table-services .multiselect__tag,.tabs__section__services .table-services-wrapper .table-services .multiselect__tag-icon,.tabs__section__services .table-services-wrapper .table-services .multiselect__current{border-radius:3px!important;padding:0 6px;font-weight:600;font-size:1.3rem}.tabs__section__services .table-services-wrapper .table-services__action{font-size:1.25rem;color:#45bb9b;font-weight:500}.tabs__section__services .table-services-wrapper .table-services .vue-js-switch .v-switch-core{-webkit-transform:scale(.8);transform:scale(.8)}.tabs__section__qualifications{width:100%}.tabs__section__qualifications .tabs__section__item{grid-template-columns:1fr 4rem}@media only screen and (max-width: 75em){.tabs__section__qualifications .tabs__section__item{grid-template-columns:1fr 6rem}}.tabs__section__qualifications .tabs__section__item__icon-box{display:none}.tabs__section__qualifications .tabs__section__item__content-wrapper{grid-template-columns:30rem 1fr}@media only screen and (max-width: 87.5em){.tabs__section__qualifications .tabs__section__item__content-wrapper{grid-template-columns:1fr;grid-row-gap:1rem}}@media only screen and (max-width: 75em){.tabs__section__qualifications .tabs__section__item__content-wrapper{grid-template-columns:30rem 1fr;grid-row-gap:0}}@media only screen and (max-width: 47.93em){.tabs__section__qualifications .tabs__section__item__content-wrapper{grid-template-columns:1fr}}.tabs__section__qualifications .tabs__section__item__feature__name{font-size:1.4rem}.tabs__section__qualifications .tabs__section__item__description{margin-top:0}.tabs__section__limits{list-style:none;padding:0;display:grid;grid-template-columns:repeat(7,1fr);margin-top:2.3rem}@media only screen and (max-width: 87.5em){.tabs__section__limits{grid-template-columns:repeat(4,1fr);grid-row-gap:1.5rem}}@media only screen and (max-width: 29.93em){.tabs__section__limits{grid-template-columns:repeat(2,1fr)}}.tabs__section__limits__item{position:relative;height:6.3rem}.tabs__section__limits__item__title{font-size:1.2rem;color:#404040;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-transform:uppercase}.tabs__section__limits__item__title small{font-size:1rem;color:#404040;font-weight:600}.tabs__section__limits__item__rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.35rem;color:#303030;font-weight:600;position:absolute;bottom:0}.tabs__section__limits__item__rate.yellow{color:#f6ca0f}.tabs__section__limits__item__rate.red{color:#e45b72}.tabs__section__limits__item__rate.green{color:#2abb9b}.tabs__section__limits__item__rate__center{margin-left:5px;margin-right:5px}.tabs__section__rate-list{list-style:none;padding:0;margin-top:2.3rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;grid-row-gap:1rem}@media only screen and (max-width: 87.5em){.tabs__section__rate-list{grid-template-columns:1fr}}@media only screen and (max-width: 75em){.tabs__section__rate-list{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 56.25em){.tabs__section__rate-list{grid-template-columns:1fr}}.tabs__section__rate-list__item{display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 100em){.tabs__section__rate-list__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 75em){.tabs__section__rate-list__item{grid-template-columns:2fr 1fr}}.tabs__section__rate-list__item__title{font-size:1.4rem;font-weight:500;color:#404040;margin-bottom:0}.tabs__section__rate-list__item__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tabs__section__rate-list__item__company-rate{margin-right:1rem;font-size:1.2rem;color:#fff;font-weight:700;background:#3a87cb;width:3rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;margin-bottom:0}.tabs__section__rate-list__item__bt-rate{font-size:1.2rem;color:#3a87cb;font-weight:700;background:#d9e6fa;width:3rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;margin-bottom:0}.tabs__section__score{display:grid;grid-template-columns:auto 1fr;grid-gap:3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:2.3rem}@media only screen and (max-width: 29.93em){.tabs__section__score{grid-template-columns:1fr}}.tabs__section__score__left{width:auto}.tabs__section__score__list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:3rem}@media only screen and (max-width: 100em){.tabs__section__score__list{grid-template-columns:repeat(4,1fr);grid-gap:2rem}}@media only screen and (max-width: 87.5em){.tabs__section__score__list{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 37.5em){.tabs__section__score__list{grid-template-columns:repeat(2,1fr)}}.tabs__section__score__list__item__title{font-size:1.2rem;font-weight:600;color:#404040;margin-bottom:1rem;text-transform:uppercase}.tabs__section__score__list__item__value{font-size:1.35rem;color:#303030;font-weight:500;margin-bottom:0;line-height:1}.tabs__section__score__list__item__count{font-size:1.15rem;font-weight:500;color:#404040;margin-bottom:0}.tabs__section__absences.upcoming{margin-top:1.5rem}.tabs__section__absences.past{margin-top:4rem}.tabs__section__absences__title{font-size:1.35rem;color:#3a87cb;font-weight:600}.tabs__section__absences__list{list-style:none;padding:0}.tabs__section__absences__list__item{display:grid;grid-template-columns:15rem 1fr}.tabs__section__absences__list__item__date{font-size:1.25rem;color:#404040;font-weight:500}.tabs__section__absences__list__item__reason{font-size:1.3rem;color:#404040;font-weight:500}.tabs__section__membership__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;margin-top:3.1rem}@media only screen and (max-width: 87.5em){.tabs__section__membership__content{grid-template-columns:1fr}}@media only screen and (max-width: 75em){.tabs__section__membership__content{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 56.25em){.tabs__section__membership__content{grid-template-columns:1fr}}.tabs__section__membership__content__left__title{color:#3a87cb;font-size:1.35rem;font-weight:600;text-transform:uppercase}.tabs__section__membership__content__left__section{margin-top:1.1rem}.tabs__section__membership__content__left__section__title{font-size:1.35rem;color:#3a87cb;font-weight:600}.tabs__section__membership__content__left__section__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs__section__membership__content__left__section__item__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:2.1rem;font-size:1.3rem;text-align:center;font-weight:500;color:#303030;background-color:#f7f6fa;border-radius:3px;border:1px solid #D7D9E0}.tabs__section__membership__content__left__section__item__left{font-size:1.3rem;color:#404040;font-weight:500}.tabs__section__membership__content__left__section__item__left__contract{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.3rem;font-weight:500;color:#404040;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__membership__content__left__section__item__left__contract__name{white-space:nowrap;max-width:16rem;overflow:hidden;text-overflow:ellipsis}.tabs__section__membership__content__left__section__item__left__contract .v-seperate{background:#d7d7d7;margin:0 .8rem;height:1.7rem;width:1px;display:inline-block;line-height:1.7rem}.tabs__section__membership__content__left__section__item__left__contract small{white-space:nowrap;line-height:1}.tabs__section__membership__content__left__section__item__left__contract__link{font-size:1.3rem;font-weight:500;color:#404040;text-decoration:underline;margin-right:4px;white-space:nowrap;max-width:15rem;overflow:hidden;text-overflow:ellipsis}.tabs__section__membership__content__left__section__item__left__textarea{background-color:#f9fafb;border:1px solid #EAECF0;width:100%;height:9.3rem;resize:none;padding:1rem 1.5rem;font-weight:400;border-radius:5px}.tabs__section__membership__content__left__section__item__right{font-size:1.6rem;font-weight:600;display:grid;grid-template-columns:4rem 3rem;grid-gap:1.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__membership__content__left__section__item__right.small-text{font-size:1.4rem}.tabs__section__membership__content__right__title{color:#3a87cb;font-size:1.35rem;font-weight:600;text-transform:uppercase}.tabs__section__membership__content__right__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.4rem}.tabs__section__membership__content__right__section.first{margin-top:1.2rem}.tabs__section__membership__content__right__section__left{font-size:1.3rem;color:#404040;font-weight:500}.tabs__section__membership__content__right__section__right .vue-js-switch{-webkit-transform:scale(.8);transform:scale(.8)}.tabs__section__membership__content__right__section__right__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:2.1rem;font-size:1.3rem;text-align:center;font-weight:500;color:#303030;background-color:#f7f6fa;border-radius:3px;border:1px solid #D7D9E0;margin-right:5px}.tabs__section__membership__terminate{font-size:1.3rem;color:#f84558;font-weight:500;padding:.75rem 2.4rem;margin-left:auto}.tabs__section__membership__terminate:hover,.tabs__section__membership__terminate:active,.tabs__section__membership__terminate:focus{font-size:1.3rem;color:#f84558;font-weight:500;padding:.75rem 2.4rem;text-decoration:underline}.tabs__section__company__section{margin-bottom:3.8rem}.tabs__section__company__s-title{font-size:1.35rem;color:#3a87cb;font-weight:700;text-transform:uppercase;margin-bottom:1.1rem}.tabs__section__company .fe-company-details__section:last-child{margin-bottom:0}.tabs__section__company .fe-company-details__section:first-child,.tabs__section__company .fe-company-details__section.no-border{border-top:0;padding-top:0;margin-top:0}.tabs__section__company .fe-company-details__section__title{color:#555;font-size:1.8rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem}.tabs__section__company .fe-company-details__section__title.reviews-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:2rem}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__title.reviews-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__title.reviews-wrapper .new-review{width:100%;margin-left:0;margin-top:2rem}}.tabs__section__company .fe-company-details__section__title.reviews-wrapper__text{width:100%}.tabs__section__company .fe-company-details__section__title__icon{width:2.3rem;height:2.3rem;margin-right:1rem}.tabs__section__company .fe-company-details__section p{color:#555;font-size:1.5rem;margin-bottom:1.8rem;line-height:2}.tabs__section__company .fe-company-details__section p:last-child{margin-bottom:1rem}.tabs__section__company .fe-company-details__section__biography{color:#202020;font-size:1.5rem;line-height:1.8}.tabs__section__company .fe-company-details__section__award-list{padding-left:2.6rem}.tabs__section__company .fe-company-details__section__award-list__item{font-size:1.6rem;font-weight:500;color:#555;margin-bottom:.8rem}.tabs__section__company .fe-company-details__section__award-list__item__icon{width:1.3rem;height:1.3rem;margin-left:8px}.tabs__section__company .fe-company-details__section__team-list__member{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5rem}.tabs__section__company .fe-company-details__section__team-list__member:last-child{margin-bottom:0}.tabs__section__company .fe-company-details__section__team-list__member__profile-image{width:7.2rem;height:7.2rem;border:1px solid #e9e9e9;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__profile-image{width:6rem;height:6rem}}.tabs__section__company .fe-company-details__section__team-list__member__profile-image img{width:100%}.tabs__section__company .fe-company-details__section__team-list__member__profile-ph{background:#efefef;border:1px solid #e9e9e9;width:8rem;height:8rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__profile-ph{width:6rem;height:6rem}}.tabs__section__company .fe-company-details__section__team-list__member__profile-ph__icon{width:100%;height:100%;fill:#fafafa;margin-top:2rem}.tabs__section__company .fe-company-details__section__team-list__member__text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% - 13.5rem);margin-left:2rem}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__text{margin-left:1.5rem}}.tabs__section__company .fe-company-details__section__team-list__member__profile__title{font-size:1.1rem;color:#555}.tabs__section__company .fe-company-details__section__team-list__member__profile__name{font-size:1.5rem;color:#555;font-weight:500}.tabs__section__company .fe-company-details__section__team-list__member__profile__position{font-size:1.4rem;color:#555}.tabs__section__company .fe-company-details__section__team-list__member__contact{width:100%}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__contact.for-desktop{display:none}}.tabs__section__company .fe-company-details__section__team-list__member__contact.for-mobile{display:none}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__contact.for-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:2rem}}.tabs__section__company .fe-company-details__section__team-list__member__contact__list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-left:0}@media only screen and (max-width: 87.5em){.tabs__section__company .fe-company-details__section__team-list__member__contact__list{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__contact__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.tabs__section__company .fe-company-details__section__team-list__member__contact__list__item{line-height:1.4;margin-right:2rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__team-list__member__contact__list__item{margin-bottom:1rem}}.tabs__section__company .fe-company-details__section__team-list__member__contact__list__item span{font-weight:600;color:#555;font-size:1.45rem;white-space:nowrap;margin-right:3px}.tabs__section__company .fe-company-details__section__team-list__member__contact__list__item__link{font-size:1.45rem;color:#444;font-weight:400}.tabs__section__company .fe-company-details__section__team-list__member__contact__list__item__link.mail{color:#43536c;text-decoration:underline}.tabs__section__company .fe-company-details__section__team-list__member__contact__list__item__link:hover{text-decoration:underline;color:#406db8}.tabs__section__company .fe-company-details__section__team-list__member__social-media{margin-left:auto}.tabs__section__company .fe-company-details__section__team-list__member__social-media__list{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabs__section__company .fe-company-details__section__team-list__member__social-media__list__item{margin-left:1rem}.tabs__section__company .fe-company-details__section__team-list__member__social-media__list__item__link__icon{width:2.5rem;height:2.5rem}.tabs__section__company .fe-company-details__section__team-list__member__about{width:100%;margin-top:2rem;color:#555;font-size:1.5rem}.tabs__section__company .fe-company-details__section__team-list__member__about__content p{color:#555;font-size:1.5rem;margin-bottom:1.8rem;line-height:2}.tabs__section__company .fe-company-details__section__team-list__member__certificate{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1rem}.tabs__section__company .fe-company-details__section__team-list__member__certificate__title{color:#444;font-size:1.45rem;font-weight:500}.tabs__section__company .fe-company-details__section__team-list__member__certificate__list{list-style:disc;margin:1rem 0 0 2rem;padding:0}.tabs__section__company .fe-company-details__section__team-list__member__tag{width:100%;margin-top:2rem}.tabs__section__company .fe-company-details__section__team-list__member__tag__title{color:#444;font-size:1.45rem;font-weight:500}@media only screen and (max-width: 23.75em){.tabs__section__company .fe-company-details__section__team-list__member__tag__wrapper{width:100%;overflow:hidden;position:relative}.tabs__section__company .fe-company-details__section__team-list__member__tag__wrapper:before{content:"";position:absolute;width:5rem;height:100%;background-image:-webkit-gradient(linear,left top,right top,from(rgba(250,250,250,.1)),to(#fafafa));background-image:linear-gradient(to right,#fafafa1a,#fafafa);right:0;top:0}}.tabs__section__company .fe-company-details__section__team-list__member__tag__list{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:1rem}@media only screen and (max-width: 23.75em){.tabs__section__company .fe-company-details__section__team-list__member__tag__list{overflow:auto;scrollbar-color:transparent transparent;scrollbar-width:thin}.tabs__section__company .fe-company-details__section__team-list__member__tag__list::-webkit-scrollbar{width:7px;height:7px}.tabs__section__company .fe-company-details__section__team-list__member__tag__list::-webkit-scrollbar-track{background:transparent}.tabs__section__company .fe-company-details__section__team-list__member__tag__list::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.tabs__section__company .fe-company-details__section__team-list__member__tag__list:hover::-webkit-scrollbar-thumb{background:#dcdfea}.tabs__section__company .fe-company-details__section__team-list__member__tag__list::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.tabs__section__company .fe-company-details__section__team-list__member__tag__list:hover{scrollbar-color:#B9C0D4 transparent}}.tabs__section__company .fe-company-details__section__team-list__member__tag__list__item{margin-right:1rem;margin-bottom:1rem}.tabs__section__company .fe-company-details__section__team-list__member__tag__list__item__link{background:#e8f3fa;color:#567b94;font-size:1.3rem;font-weight:500;border-radius:5rem;padding:.6rem 1.3rem}@media only screen and (max-width: 29.93em){.tabs__section__company .fe-company-details__section__team-list__member__tag__list__item__link{white-space:nowrap}}.tabs__section__company .fe-company-details__section__team-list__member__tag__list__item__link:hover{color:#567b94;text-decoration:none;background:#dbecf7}@media only screen and (max-width: 37.5em){.tabs__section__company .fe-company-details__section__team-list__member__tag__list__item__link.long-text{width:25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.tabs__section__company .fe-company-details__section__reviews{margin-top:3.2rem}.tabs__section__company .fe-company-details__section__reviews__item{margin-bottom:4rem}.tabs__section__company .fe-company-details__section__reviews__item__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.2rem}.tabs__section__company .fe-company-details__section__reviews__item__profile__avatar-box{width:3.9rem;height:3.9rem;background:#ef6c00;border-radius:50%;color:#fff;font-size:1.8rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1.5rem;text-transform:uppercase}.tabs__section__company .fe-company-details__section__reviews__item__profile__avatar{width:4.1rem;height:4.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #E8E8E8;border-radius:50%;overflow:hidden;margin-right:1.5rem}.tabs__section__company .fe-company-details__section__reviews__item__profile__avatar__img{width:100%;height:auto}.tabs__section__company .fe-company-details__section__reviews__item__profile__text__title{color:#444;font-size:1.5rem;font-weight:500}.tabs__section__company .fe-company-details__section__reviews__item__comment{font-size:1.4rem!important;color:#505050!important;line-height:2.2rem!important;margin-bottom:1rem!important}.tabs__section__company .fe-company-details__section__reviews__item__meta{color:gray;font-size:1.2rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__company .fe-company-details__section__reviews__item__meta__like-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:gray;font-size:1.2rem;font-weight:500}.tabs__section__company .fe-company-details__section__reviews__item__meta__like-count:after{content:"|";padding-left:1rem;margin-right:1rem}.tabs__section__company .fe-company-details__section__reviews__item__meta__like-count:hover .tabs__section__company .fe-company-details__section__reviews__item__meta__like-count__icon{fill:#406db8}.tabs__section__company .fe-company-details__section__reviews__item__meta__like-count__icon{width:1.6rem;height:1.4rem;fill:gray;margin-right:.6rem}.tabs__section__company .fe-company-details__section__reviews__item__meta__date:not(:last-child):after{content:"|";padding-left:1rem;margin-right:1rem}.tabs__section__company .fe-company-details__section__reviews__item__reply{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:3.4rem;margin-top:2.3rem}.tabs__section__company .fe-company-details__section__reviews__item__reply__avatar{width:4.4rem;height:4.4rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1.6rem;-ms-flex-negative:0;flex-shrink:0}.tabs__section__company .fe-company-details__section__reviews__item__reply__avatar__img{width:100%;height:auto}.tabs__section__company .fe-company-details__section__reviews__item__reply__avatar-ph{width:4.5rem;height:4.5rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;margin-right:1.6rem;-ms-flex-negative:0;flex-shrink:0;background:#efefef;display:flex;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs__section__company .fe-company-details__section__reviews__item__reply__avatar-ph__icon{width:2.2rem;height:2.2rem;fill:#43536c}.tabs__section__company .fe-company-details__section__reviews__item__reply__text{font-size:1.4rem;color:#505050}.tabs__section__company .fe-company-details__section__reviews__item__reply__text__title{font-size:1.5rem;color:#444;font-weight:400}.tabs__section__company .fe-company-details__section__reviews__item__reply__text__title span{font-weight:500}.tabs__section__company .fe-company-details__section__reviews__item__reply__text .dp-read-more__text{line-height:2.2rem}.tabs__section__company .fe-company-details__section__reviews__item__reply__text__date-time{color:gray;font-size:1.2rem;font-weight:500}.tabs__section__company .fe-company-details__section__reviews__load-more-btn{font-size:1.4rem;color:#43536c;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;width:100%;height:3.7rem;border:1px solid #E6E6E6;border-radius:5px;background:transparent}.tabs__section__company .fe-company-details__section__reviews__load-more-btn__icon{width:1.4rem;height:1.4rem;fill:#43536c;-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-left:.6rem}.tabs__section__company .fe-company-details__section__reviews__bottom-actions{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:3rem}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__reviews__bottom-actions .new-review{width:100%}}.tabs__section__company .fe-company-details__section__reviews__empty-state{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.tabs__section__company .fe-company-details__section__reviews__empty-state__img{width:10.2rem;height:auto;margin-bottom:1.6rem;margin-top:4.5rem}.tabs__section__company .fe-company-details__section__reviews__empty-state__title{font-size:1.6rem;font-weight:500;font-style:italic;color:#404040;line-height:2.45rem;margin-bottom:2.2rem}.tabs__section__company .fe-company-details__section__reviews__empty-state .form-button.new-review{margin-left:0}.tabs__section__company .fe-company-details__section__mobile-section{display:none}@media only screen and (max-width: 62em){.tabs__section__company .fe-company-details__section__mobile-section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2.5rem}}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__mobile-section .fe-btn-add-favorite{width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.tabs__section__company .fe-company-details__section__mobile-section .fe-btn-add-favorite__icon{width:2rem;height:2rem}.tabs__section__company .fe-company-details__section__mobile-section .fe-btn-add-favorite span{font-size:1.6rem}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__mobile-section .share-button{width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__mobile-section .share-button:after{width:1px;height:100%;display:block;position:absolute;left:0;top:0;content:"";background:#eaeaea}}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__mobile-section .share-button__dropdown{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.tabs__section__company .fe-company-details__section__mobile-section .share-button__dropdown__icon{width:2rem;height:2rem}.tabs__section__company .fe-company-details__section__mobile-section .share-button__dropdown span{font-size:1.6rem}@media only screen and (max-width: 75em){.tabs__section__company .fe-company-details__section__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:2rem 0;margin-top:2.4rem;border-top:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA}}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__contact{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0;padding:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.tabs__section__company .fe-company-details__section__contact__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:25%;padding:0 2rem}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__contact__item{width:100%;margin-bottom:1.4rem;padding:0}}.tabs__section__company .fe-company-details__section__contact__item:after{display:block;content:"";width:1px;height:100%;background:#eaeaea;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__contact__item:after{display:none}}.tabs__section__company .fe-company-details__section__contact__item:first-child:after{display:none}.tabs__section__company .fe-company-details__section__contact__item__title{font-size:1.4rem;font-weight:500;color:#406db8!important;margin-bottom:0!important;line-height:1.6!important}.tabs__section__company .fe-company-details__section__contact__item__text{font-size:1.35rem;color:#404040;font-weight:400;line-height:1.2rem}.tabs__section__company .fe-company-details__section__contact__item__text>*:first-child{margin-bottom:.7rem}.tabs__section__company .fe-company-details__section__contact__item__text.long-text{width:15rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__contact__item__text.long-text{width:auto;overflow:unset;white-space:unset}}.tabs__section__company .fe-company-details__section__share-favorite{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__share-favorite{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;border-top:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:6rem}}.tabs__section__company .fe-company-details__section__share-favorite>*{margin-right:2rem}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__share-favorite>*{margin-right:0}}@media only screen and (max-width: 62em){.tabs__section__company .fe-company-details__section__button-group{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 62em) and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__button-group{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width: 62em) and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__button-group{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}}@media only screen and (max-width: 62em) and (max-width: 37.5em){.tabs__section__company .fe-company-details__section__button-group{grid-template-columns:1fr;row-gap:1rem}}.tabs__section__company .fe-company-details__section__button-group__phone{display:none}@media only screen and (max-width: 37.5em){.tabs__section__company .fe-company-details__section__button-group__phone{width:100%;height:4rem;padding:0 3rem;background:#2abb9b;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px}}.tabs__section__company .fe-company-details__section__button-group__phone__icon{width:1.4rem;height:1.4rem;fill:#fff;margin-right:1rem}.tabs__section__company .fe-company-details__section__button-group__phone span{color:#fff;font-size:1.4rem;font-weight:500}.tabs__section__company .fe-company-details__section__button-group__send-message{width:25rem;height:4rem;padding:0 3rem;background:#406db8;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;border:0}@media only screen and (max-width: 56.25em){.tabs__section__company .fe-company-details__section__button-group__send-message{width:50%}}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-details__section__button-group__send-message{width:100%}}@media only screen and (max-width: 37.5em){.tabs__section__company .fe-company-details__section__button-group__send-message{width:100%;margin-left:0}}.tabs__section__company .fe-company-details__section__button-group__send-message__icon{width:1.4rem;height:1.4rem;fill:#fff;margin-right:1rem}.tabs__section__company .fe-company-details__section__button-group__send-message span{color:#fff;font-size:1.4rem;font-weight:500}.tabs__section__company .fe-company-details__accordion__toggle{font-size:1.6rem;font-weight:500;color:#555;background:transparent;border:0;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin-bottom:1rem}.tabs__section__company .fe-company-details__accordion__toggle.member{font-size:1.5rem}.tabs__section__company .fe-company-details__accordion__toggle:hover,.tabs__section__company .fe-company-details__accordion__toggle:active,.tabs__section__company .fe-company-details__accordion__toggle:focus{border:0;outline:0;-webkit-box-shadow:none;box-shadow:none}.tabs__section__company .fe-company-details__accordion__toggle.not-collapsed .fe-company-details__accordion__toggle__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tabs__section__company .fe-company-details__accordion__toggle__icon{width:1.6rem;height:1.6rem;margin-left:.8rem}.tabs__section__company .fe-company-details__accordion__content{margin-bottom:2rem}.tabs__section__company .fe-company-details__accordion__content__paragraph{color:#202020;font-size:1.5rem;margin-top:1rem}.tabs__section__company .fe-company-details__accordion__content__qualification-item{font-size:1.4rem;color:#555}.tabs__section__company .fe-company-details__accordion__content__qualification-item__bold{font-weight:600}.tabs__section__company .fe-company-details__accordion__content__qualification-item__link{color:#459cec}.tabs__section__company .fe-company-details__accordion__content__qualification-item__link__icon{width:8px;height:12px;margin-left:5px}.tabs__section__company .fe-company-details__accordion__content__qualification-item__description{margin-top:1rem}.tabs__section__company .fe-company-details__accordion__content__qualification-item__description__title{font-size:1.4rem;font-weight:600;color:#555}.tabs__section__company .fe-company-details__accordion__content__qualification-item__description__text{font-size:1.4rem;color:#555}.tabs__section__company .fe-company-details__accordion__content__member-certificate__list{list-style:none;margin:0;padding:0;display:table}.tabs__section__company .fe-company-details__accordion__content__member-certificate__list__item{display:table-row}.tabs__section__company .fe-company-details__accordion__content__member-certificate__list__item__title{display:table-cell;font-size:1.45rem;color:#555;font-weight:500}.tabs__section__company .fe-company-details__accordion__content__member-certificate__list__item__text{display:table-cell;font-size:1.45rem;font-weight:400;color:#555;padding-left:1rem}.tabs__section__company .fe-company-details__accordion__content__member-certificate__description{margin-top:1rem}.tabs__section__company .fe-company-details__accordion__content__member-certificate__description__title{font-size:1.4rem;font-weight:600;color:#555}.tabs__section__company .fe-company-details__accordion__content__member-certificate__description__text{font-size:1.4rem;color:#555}.tabs__section__company .fe-company-details__accordion:last-child .fe-company-details__accordion__content{margin-bottom:0;width:50%}.tabs__section__company .fe-company-details__accordion .silentbox-item{width:10rem;height:10rem;overflow:hidden;margin-right:.5rem}.tabs__section__company .fe-company-details__accordion .silentbox-item img{width:150%;height:auto;-webkit-transition:all .3s ease;transition:all .3s ease}.tabs__section__company .fe-company-details__accordion .silentbox-item img:hover{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition:all .3s ease;transition:all .3s ease}.tabs__section__company .fe-company-details #silentbox-overlay__description{display:none!important}.tabs__section__company .fe-company-services{padding-left:0;list-style:none;display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-column-gap:1.4rem;-moz-column-gap:1.4rem;column-gap:1.4rem;row-gap:1.8rem;margin-bottom:2rem}@media only screen and (max-width: 87.5em){.tabs__section__company .fe-company-services{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 75em){.tabs__section__company .fe-company-services{grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width: 47.93em){.tabs__section__company .fe-company-services{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 37.5em){.tabs__section__company .fe-company-services{grid-template-columns:1fr}}.tabs__section__company .fe-company-services__item{font-size:1.5rem;color:#484848;line-height:1.4;font-weight:500;display:grid;grid-template-columns:1.6rem 1fr;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__section__company .fe-company-services__item__icon{width:1.6rem;height:1.6rem;margin-right:1.1rem}.tabs__section__company .fe-company-services__item__text{width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tabs__section__company .dp-read-more__text.mask{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgb(255,255,255)),color-stop(71%,rgb(255,255,255)),color-stop(90%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(255,255,255) 71%,rgba(255,255,255,0) 90%);margin-bottom:-4rem}.tabs__section__company .dp-read-more__text.mask.mask-size-400{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(53%,white),color-stop(70%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,white 0%,white 53%,rgba(255,255,255,0) 70%);margin-bottom:-10rem}@media only screen and (max-width: 47.93em){.tabs__section__company .dp-read-more__text.mask.mask-size-400{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(53%,white),color-stop(80%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,white 0%,white 53%,rgba(255,255,255,0) 80%)}}.tabs__section__company .dp-read-more__text.mask.comment-reply{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(71%,white),color-stop(85%,rgba(255,255,255,0)));-webkit-mask-image:linear-gradient(180deg,white 0%,white 71%,rgba(255,255,255,0) 85%);margin-bottom:-2.4rem}.tabs__section__company .dp-read-more__button-wrapper{margin-top:2rem}.tabs__section__company .dp-read-more__button{color:#43536c;background:none;border:0;outline:0;padding:3px;position:relative;z-index:1;font-weight:500}.tabs__section__company .dp-read-more__button__icon{width:1rem;height:.7rem;fill:#43536c;margin-right:5px}.tabs__section__company .dp-read-more__button__icon.down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tabs__empty-profile{margin-top:5.5rem;height:calc(100% - 5.5rem);background:#fff;border:1px solid #ECEFF2;display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem;color:#bbb;font-size:1.3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.company-tags{margin-bottom:2rem;margin-left:11rem}@media only screen and (max-width: 29.93em){.company-tags{margin-left:0}}.company-tags>.tabs__section>.tabs__section__title{text-transform:none;font-size:1.2rem;font-weight:600;margin-bottom:1.2rem;color:#404040}.company-tags>.tabs__section>.tags-empty{font-size:1.2rem;color:#404040;font-weight:500}.settings-tabs{display:grid;grid-template-columns:[aside] 26rem [content] calc(100% - 28rem);min-height:calc(100vh - 16rem);grid-gap:2rem}@media only screen and (max-width: 75em){.settings-tabs{grid-template-columns:[aside] 18rem [content] auto}}@media only screen and (max-width: 56.25em){.settings-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;grid-gap:1rem}}.settings-tabs__aside{grid-column:aside;width:100%;margin-right:0;margin-top:0;margin-bottom:0;background:#fff;padding:2rem 0;border-radius:10px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}.settings-tabs__aside .tab-menu__item{border:0;border-radius:0;color:#344054;font-weight:400;font-size:1.3rem;border-left:2px solid transparent;padding:.5rem 2rem;margin-bottom:2px}.settings-tabs__aside .tab-menu__item:hover,.settings-tabs__aside .tab-menu__item.active{background:transparent;border:0;color:#3a87cb;text-decoration:none;border-left:2px solid #3A87CB}.settings-tabs__aside li.group-title .tab-menu__item{pointer-events:none;color:#404040;font-weight:600;margin-top:2rem}.settings-tabs__aside li.group-title .tab-menu__item:hover,.settings-tabs__aside li.group-title .tab-menu__item.active{background:transparent;border:0;color:#404040;border-left:0}.settings-tabs__aside li.group-title:first-child .tab-menu__item{margin-top:0}.settings-tabs__content{grid-column:content;width:100%}.settings-tabs__content__title{color:#344054;font-size:1.4rem;font-weight:600;padding:0 24px;margin-bottom:8px}.settings-tabs__content__title__description{color:#404040;font-size:1.3rem;margin-bottom:3rem}.settings-tabs__content__section{padding:0 40px}.settings-tabs__content__section__title{color:#344054;font-size:1.4rem;font-weight:600;margin-bottom:8px}.settings-tabs__content__section__hr{border-top:1px solid #EAECF0;margin:24px 0}@media only screen and (max-width: 56.25em){.settings-tabs__content__section__hr{width:calc(100% + 5.9rem);margin-left:-3.1rem}}@media only screen and (max-width: 29.93em){.settings-tabs__content__section__hr{width:calc(100% + 3.9rem);margin-left:-2.1rem}}.settings-tabs__content__section__paragraph{color:#344054;font-size:1.4rem;font-weight:400}.settings-tabs__content__section.cache .privacy-wrapper{margin-bottom:0;margin-top:4rem}.settings-tabs__content__section.cache .inline-title{width:auto}.settings-tabs__content__section.cache .switch-btn-box{border:0;padding:0;width:auto;height:auto}.settings-tabs__content__section--fixed{width:520px}.settings-tabs__content__section .tabs__content{padding:0;border:0}.settings-tabs__content .account-settings-tab{border:0;border-radius:10px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;padding:32px 0 48px}.settings-tabs__content .content-box--table-list{min-height:calc(100vh - 29rem);max-height:calc(100vh - 29rem)}@media only screen and (max-width: 37.5em){.settings-tabs__content .content-box--table-list{width:100%;max-height:100%;margin-left:0;border:1px solid #EAEAEA}}.settings-tabs__content .content-box--table-list:has(.table-list--custom-field-table){min-height:inherit;max-height:inherit}.settings-tabs__content .table-list>tbody>tr:nth-child(odd){background-color:transparent}.settings-tabs__content .table-list__footer{padding:0 4.5rem}@media only screen and (max-width: 56.25em){.settings-tabs__content .table-list__footer{padding:0 3rem}}.settings-tabs__content .table-list__footer.new-bt-services-list{padding:0 3rem}.settings-tabs__content .table-list__footer.new-bt-services-list .table-list__footer__right{width:70%}@media only screen and (max-width: 37.5em){.settings-tabs__content .table-list__footer{width:100%;margin-left:0;margin-bottom:1rem}}.settings-tabs__content .table-list__thead th:last-child,.settings-tabs__content .table-list tbody tr td:last-child{padding-right:5px!important}.settings-tabs__content .table-list>tbody>tr:not(.b-table-details):hover{background:#f9f9f9!important}.settings-tabs__content .table-list__no-entry{left:0}.settings-tabs__table-content{padding:0 4.5rem}@media only screen and (max-width: 56.25em){.settings-tabs__table-content{padding:0 3rem}}@media only screen and (max-width: 29.93em){.settings-tabs__table-content{padding:0 2.2rem}}.settings-tabs__table-content:has(.table-list){padding:0!important}.settings-tabs__table-content.group-settings .table-list tr th,.settings-tabs__table-content.group-settings .table-list tr td,.settings-tabs__table-content .table-list--lost-reason-additions tr th,.settings-tabs__table-content .table-list--lost-reason-additions tr td{padding-left:24px;padding-right:24px}.settings-tabs__table-content.new-bt-services-list{padding:0 3rem;border:0;margin-top:1rem}.settings-tabs__table-content__header{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;padding:3rem 4.5rem 2rem;border:1px solid #EAEAEA;border-bottom:0}@media only screen and (max-width: 56.25em){.settings-tabs__table-content__header{padding:2.6rem 3rem 2rem}}@media only screen and (max-width: 29.93em){.settings-tabs__table-content__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.settings-tabs__table-content__header__left{margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 29.93em){.settings-tabs__table-content__header__left{width:100%}}.settings-tabs__table-content__header__right{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 29.93em){.settings-tabs__table-content__header__right{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3rem}}.settings-tabs__table-content__header__title{color:#404040;font-size:1.7rem;font-weight:500}.settings-tabs__table-content__header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 75em){.settings-tabs__table-content__header__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (max-width: 29.93em){.settings-tabs__table-content__header__buttons{width:100%}}.settings-tabs__table-content__header__add-button{font-size:1.35rem;font-weight:500;color:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-tabs__table-content__header__add-button:hover,.settings-tabs__table-content__header__add-button:focus,.settings-tabs__table-content__header__add-button:active{text-decoration:underline;color:#3a87cb}.settings-tabs__table-content__header__add-button__icon{width:1.6rem;height:1.6rem;fill:#3a87cb;margin-right:.8rem}.settings-tabs__team-constant{display:grid;grid-template-columns:300px 1fr;grid-gap:4rem}.settings-tabs__team-constant__form__table{width:100%}.settings-tabs__team-constant__form__table.disabled{pointer-events:none;opacity:.4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.settings-tabs__team-constant__form__table thead tr th{border-top:0;border-bottom:0;font-size:1.5rem;font-weight:600;color:#2177c2;padding-left:0;white-space:nowrap;width:100%}.settings-tabs__team-constant__form__table thead tr th:last-child{padding-left:16px}.settings-tabs__team-constant__form__table tbody tr td{border-top:0;border-bottom:1px solid #F1F1F1;font-size:1.35rem;color:#303030;font-weight:500;padding-left:0;line-height:3.2rem}.settings-tabs__team-constant__form__table tbody tr td:last-child{padding-left:16px}.settings-tabs__team-constant__form__table tbody tr td .alert__icon{fill:#d6d6d6}.settings-tabs__team-constant__form__table tfoot tr td{font-size:1.6rem;font-weight:600;color:#303030;padding-left:0}.settings-tabs__team-constant__form__table__input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:3.2rem}.settings-tabs__team-constant__form__table__input-wrapper input{font-size:1.5rem;font-weight:600;color:#707070;background:#fcfcfc;border:1px solid #EAEAEA;border-top-left-radius:5px;border-bottom-left-radius:5px;width:3.9rem;height:3.2rem;text-align:center}.settings-tabs__team-constant__form__table__input-wrapper__icon{background:#949494;color:#fff;font-size:1.5rem;font-weight:600;border-top-right-radius:5px;border-bottom-right-radius:5px;width:3.6rem;height:3.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.settings-tabs__team-constant__form__table__label-th{width:auto}.settings-tabs__team-constant__form__table__input-th{width:12.2rem}.settings-tabs__team-constant__form__table-value-alert{color:#f84558;font-size:1.25rem;font-weight:500}.settings-tabs__team-constant__ranking-preview{overflow-x:auto;padding-left:5px;padding-right:5px}.settings-tabs__team-constant__ranking-preview__title{font-size:1.5rem;font-weight:600;color:#2177c2;margin-top:9px}.settings-tabs__team-constant__ranking-preview__description{color:#404040;font-size:1.2rem;font-weight:400}.settings-tabs__team-constant__ranking-preview__description span{font-weight:600}.settings-tabs__team-constant .modal-add-award-custom__partner-selection-wrapper .form__group--full-width{padding-left:0;padding-right:0}@media only screen and (max-width: 80em){.profilesettings .settings-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (max-width: 64em){.profilesettings .settings-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;grid-gap:1rem}}@media only screen and (max-width: 80em){.profilesettings .settings-tabs .tab-menu.settings-tabs__aside{width:26rem}}@media only screen and (max-width: 64em){.profilesettings .settings-tabs .tab-menu.settings-tabs__aside{display:none}}@media only screen and (max-width: 80em){.profilesettings .settings-tabs .tab-content-wrapper.settings-tabs__content{width:calc(100% - 26rem)}}@media only screen and (max-width: 64em){.profilesettings .settings-tabs .tab-content-wrapper.settings-tabs__content{width:100%}}@media only screen and (max-width: 64em){.profilesettings .settings-tabs .dropdown-tabs-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (max-width: 64em){.profilesettings .settings-tabs .dropdown-tabs-profile .dropdown-menu{max-height:40vh;overflow:auto}}.reclamation-review__header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 87.5em){.reclamation-review__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.reclamation-review__header__status-title{font-size:1.35rem;color:#505050;font-weight:600;line-height:1}.reclamation-review__header__status-text{font-size:1.4rem;line-height:1.4}.reclamation-review__header__status-text.red{color:#e45b72}.reclamation-review__header__status-text.yellow{color:#fad859}.reclamation-review__header__status-text.green{color:#2abb9b}.reclamation-review__header__right{margin-left:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width: 87.5em){.reclamation-review__header__right{margin-left:initial}}@media only screen and (max-width: 47.93em){.reclamation-review__header__right{width:100%}}.reclamation-review__header__buttons-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.reclamation-review__header__buttons-group>*{margin-right:1rem}@media only screen and (max-width: 56.25em){.reclamation-review__header__buttons-group>*{width:33.3333333333%}}.reclamation-review__header__buttons-group>*:last-child{margin-right:0}@media only screen and (max-width: 47.93em){.reclamation-review__header__buttons-group>*{width:100%;margin-bottom:1rem}}.reclamation-review__header__buttons-group button{padding:.75rem 1rem}.reclamation-review__header__add-btn{color:#505050;font-size:1.25rem;font-weight:500}.reclamation-review__header__add-btn:hover{color:#505050}.reclamation-review__separate{width:calc(100% + 8rem);margin-left:-4rem;border-color:#eceff2;margin-bottom:1.5rem;margin-top:1.5rem}.reclamation-review__section__reason{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width: 37.5em){.reclamation-review__section__reason{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.reclamation-review__section__reason__reclamation-title{font-size:1.35rem;color:#e45b72;font-weight:600;text-transform:uppercase;margin-bottom:0}.reclamation-review__section__reason span{font-size:1.4rem;font-weight:500;color:#505050;margin-left:.6rem}@media only screen and (max-width: 37.5em){.reclamation-review__section__reason span{margin-left:0}}.reclamation-review__section__reason__description{font-size:1.35rem;color:#404040;font-weight:400;width:100%}.reclamation-review__section__comment{margin-bottom:1.8rem}.reclamation-review__section__comment p{font-size:1.4rem;color:#404040;font-weight:400}.reclamation-review__section__company-comment p{font-size:1.4rem;font-weight:400;color:#303030}.reclamation-review__section__company-comment span{font-weight:600}.reclamation-review__user-wrapper{width:100%;display:grid;grid-template-columns:2.8rem 1fr;-webkit-column-gap:1.1rem;-moz-column-gap:1.1rem;column-gap:1.1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.3rem;margin-top:3.3rem}.reclamation-review__user-avatar{width:2.8rem;height:2.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#ef6c00;font-size:1.4rem;font-weight:500;text-transform:uppercase;color:#fff}.reclamation-review__user-logo{width:2.8rem;height:2.8rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.reclamation-review__user-logo img{width:100%}.reclamation-review__user-info__user-name{font-size:1.3rem;font-weight:600;color:#404040;line-height:1.4}.reclamation-review__user-info__user-mail{font-size:1.3rem;font-weight:500;color:#404040;line-height:1.4}.reclamation-review__temp-events__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2rem 0;border-bottom:1px solid #EAEAEA}.reclamation-review__temp-events__item:last-child{border-bottom:0}.reclamation-review__temp-events__item__date{font-size:1.2rem;color:#404040;margin-right:3rem;font-weight:500}.reclamation-review__temp-events__item__date .italic{font-style:italic}.reclamation-review__temp-events__item__text{color:#404040;font-size:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.reclamation-review__temp-events__item__text__title{font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.3rem}.reclamation-review__temp-events__item__text__title__icon-box{background:#a7a7a7;width:1.7rem;height:1.7rem;margin-right:.7rem;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.reclamation-review__temp-events__item__text__title__icon{fill:#fff;width:.9rem;height:.9rem}.reclamation-review__temp-events__item__text__description{margin-right:auto}.reclamation-review__temp-events__item__text .delete-feature-button{-ms-flex-negative:0;flex-shrink:0;margin-left:2rem}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__navbar{position:relative}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__navbar:before{width:100%;height:1px;background:#eaecf0;position:absolute;bottom:3px;display:block;content:""}@media only screen and (max-width: 40em){.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__navbar:before{display:none}}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__navbar.work-detail-nav-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav{width:85%;overflow-x:auto;overflow-y:hidden;border-bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;margin-bottom:2rem;scrollbar-width:none}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav::-webkit-scrollbar{display:none}@media only screen and (max-width: 40em){.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav{overflow-x:scroll;width:calc(100% - 77px)}}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item{margin-bottom:0;border:0}@media only screen and (max-width: 40em){.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item:hover:before{display:none}}@media only screen and (max-width: 40em){.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item:hover{color:#404040}}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item.active{border-bottom:0;position:relative;color:#3a87cb}@media only screen and (max-width: 40em){.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item.active{font-weight:600}}.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item.active:before{width:100%;height:2px;background:#3a87cb;position:absolute;bottom:-4px;display:block;content:"";left:0}@media only screen and (max-width: 40em){.page-layout--work-dashboard__content .x-bxp-table-tab-filter-container .tabs__nav__item.active:before{display:none}}.tabs__navbar:before{display:none}.tabs__navbar.tabs-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2rem;border-bottom:1px solid #EAECF0;height:40px}.tabs__navbar.tabs-navbar>.tabs__nav{margin-bottom:0;margin-top:0;height:100%}.tabs-in-modal{width:800px;margin:0 auto}@media only screen and (max-width: 64em){.tabs-in-modal{width:100%}}.tabs-in-modal--960{width:960px}@media only screen and (max-width: 60em){.tabs-in-modal--960{width:100%}}.tabs-in-modal .tabs__nav{gap:36px}.tabs-in-modal .tabs__nav__item{padding:0;margin:0}.tabs-in-modal .tabs__content{-webkit-box-shadow:none;box-shadow:none}.tab-view-section__divider{width:calc(100% + 6rem);margin-left:-3rem;border-color:#eaecf0;margin-top:3.2rem;margin-bottom:3.2rem}#sidebar{width:24rem;position:fixed;top:0;left:0;z-index:1003;height:100vh;-webkit-transition:left .3s ease;transition:left .3s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (min-width: 80em){#sidebar{width:26rem;overflow-y:unset;padding-bottom:20px}}#sidebar.active{left:-25rem;margin-left:0}@media only screen and (min-width: 80em){#sidebar.active{left:-27rem}}.sidebar{background:#fff}.sidebar__header{padding:24px 16px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.sidebar__header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:8px}.sidebar__header__logo img{width:auto;height:24px}.sidebar__header__logo .bxp-logo{width:36px;height:auto}.sidebar__header__logo .bxp-logo.pixelkultur-logo{width:auto;height:24px}.sidebar__header__logo__text{font-size:15px;font-weight:500;color:#344054;margin-left:8px}.sidebar__header__profile-image{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-right:10px}.sidebar__header__profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sidebar__footer{position:absolute;padding:1.5rem 2rem;background:#fff;width:100%;bottom:0;left:0}.sidebar__footer--nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sidebar__footer--nav__item{padding:0;border:1px solid #D7D7D7;background:#fff;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1rem;border-radius:5px}.sidebar__footer--nav__item:last-child{margin-right:0}.sidebar__footer--nav__item .icon{width:18px;height:18px;fill:#9c9c9c}.sidebar__close-btn{display:none}@media only screen and (max-width: 80em){.sidebar__close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1039;opacity:1;background:#fff;border-radius:50%;width:3.6rem;height:3.6rem;top:1.4rem;position:fixed;left:26rem;visibility:visible;-webkit-transition:all .3s ease;transition:all .3s ease}.sidebar__close-btn.active{left:-4rem;visibility:hidden}.sidebar__close-btn__icon{width:1.4rem;height:1.4rem;fill:#3a87cb}}.sidebar.licence-alert-active{top:auto!important}@media only screen and (max-width: 75em){.sidebar.licence-alert-active{top:0!important}}@media only screen and (max-width: 80em){.sidebar-backdrop{content:" ";width:100%;height:100vh;display:block;z-index:1002;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1;background:#00000080;-webkit-transition-duration:.2s;transition-duration:.2s}}@media only screen and (max-width: 80em){.sidebar-backdrop.active{opacity:0;z-index:-1;display:none}}.app-sidebar{height:100vh;position:fixed;top:0;right:-55rem;bottom:0;z-index:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:right .3s ease;transition:right .3s ease}@media only screen and (max-width: 37.5em){.app-sidebar{width:100%;right:-110%}}.app-sidebar.active{right:0;-webkit-transition:right .3s ease;transition:right .3s ease}.app-sidebar__content{width:45rem;height:100%;background:#fff;-webkit-box-shadow:0px 6px 1.2rem rgba(0,0,0,.175);box-shadow:0 6px 1.2rem #0000002d}@media only screen and (max-width: 37.5em){.app-sidebar__content{width:100%}}.app-sidebar__header{padding:1.7rem 3rem;border-bottom:1px solid #EAECEF}@media only screen and (max-width: 37.5em){.app-sidebar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}}.app-sidebar__header__title{color:#505050;font-size:1.6rem;font-weight:600;margin:0}@media only screen and (max-width: 37.5em){.app-sidebar__header__title{margin-left:1rem}}.app-sidebar__body{padding:1.7rem 3rem;height:calc(100vh - 15rem);overflow-y:auto;cursor:default;scrollbar-color:transparent transparent;scrollbar-width:thin}.app-sidebar__body::-webkit-scrollbar{width:7px;height:7px}.app-sidebar__body::-webkit-scrollbar-track{background:transparent}.app-sidebar__body::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.app-sidebar__body:hover::-webkit-scrollbar-thumb{background:#dcdfea}.app-sidebar__body::-webkit-scrollbar-thumb:hover{background:#b9c0d4}.app-sidebar__body:hover{scrollbar-color:#B9C0D4 transparent}.app-sidebar__footer{border-top:1px solid #EAECEF;height:auto;position:absolute;bottom:0;background:#fff;padding:1.7rem 3rem;right:0;width:calc(100% - 6rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 37.5em){.app-sidebar__footer{width:100%}}.app-sidebar--help__section{margin-bottom:2.5rem}.app-sidebar--help__section__paragraph{font-size:1.4rem;color:#202020;margin-bottom:5px}.app-sidebar--help__section__title{font-size:1.45rem;color:#202020;font-weight:600;margin-top:2rem}.app-sidebar--help__section__list{padding:0 0 0 3rem}.app-sidebar--help__section__list__item p{margin-bottom:0}.app-sidebar--help__image-box{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#f3f3f3}.app-sidebar--help__image-box img{max-width:100%}.app-sidebar--help__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-sidebar--help__footer__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;background:transparent;padding:0;margin-left:6rem}.app-sidebar--help__footer__button:first-child{margin-left:0}.app-sidebar--help__footer__button:hover{text-decoration:none}.app-sidebar--help__footer__button__icon-box{border-radius:50%;width:4.6rem;height:4.6rem;background:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-sidebar--help__footer__button__icon-box__icon{width:2rem;height:2rem}.app-sidebar--help__footer__button__text{font-size:1.15rem;color:#3a87cb;font-weight:500}.home__sidebar-wrapper{width:28rem;background:#fff;position:fixed;right:0;top:6.8rem;height:100%;border-left:1px solid #D3D3D3;display:none}@media only screen and (max-width: 56.25em){.home__sidebar-wrapper{display:none}}.home__sidebar__statistics{border-top:1px solid #D3D3D3;border-bottom:1px solid #D3D3D3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home__sidebar__statistic-box{padding:1.1rem .8rem;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.home__sidebar__statistic-box:not(:last-child){border-right:1px solid #D3D3D3}.home__sidebar__statistic-box h4{color:#343434;font-size:1.6rem;font-weight:500;margin-bottom:0}.home__sidebar__statistic-box span{font-size:1rem;color:#9e9e9e;font-weight:600;text-transform:uppercase;width:100%}.home__sidebar__coming-up-title{color:#a7a7a7;font-size:1.1rem;font-weight:600;text-transform:uppercase;margin:2.8rem 2.3rem;margin-bottom:0}.home__sidebar__coming-up-wrapper{padding:0}.home__sidebar__coming-up-box{padding:2rem 2.3rem;border-bottom:1px solid #D3D3D3}.home__sidebar__coming-up-box__title-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:2rem}.home__sidebar__coming-up-box__title{color:#464646;font-size:1.4rem;font-weight:500}.home__sidebar__coming-up-box__date{display:block;font-size:1.2rem;color:#777;margin-bottom:1rem}.home__sidebar__coming-up-box.empty{font-size:1.3rem;color:#959595}.home__sidebar__coming-up-boxes{height:calc(100vh - 43rem);overflow-y:auto}.home__sidebar__coming-up-boxes::-webkit-scrollbar-track{background-color:#fff}.home__sidebar__coming-up-boxes::-webkit-scrollbar{width:2px;background-color:#fff}.home__sidebar__coming-up-boxes::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.dashboard-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.dashboard-wrapper__box{max-width:33.33333%;-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;padding-left:2rem;padding-right:2rem;margin-bottom:4rem;-ms-flex-item-align:start;align-self:flex-start;height:29rem}@media only screen and (max-width: 100em){.dashboard-wrapper__box{padding-left:1rem;padding-right:1rem;margin-bottom:2rem;max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media only screen and (max-width: 56.25em){.dashboard-wrapper__box{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width: 37.5em){.dashboard-wrapper__box{padding-left:0;padding-right:0}}.dashboard-wrapper__box.big{max-width:66.66666%;-webkit-box-flex:0;-ms-flex:0 0 66.66666%;flex:0 0 66.66666%}@media only screen and (max-width: 100em){.dashboard-wrapper__box.big{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width: 75em){.dashboard-wrapper__box.big{height:auto}}.dashboard-wrapper__box.first-steps-box{height:19rem}@media only screen and (max-width: 100em){.dashboard-wrapper__box.first-steps-box{max-width:70%;-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%}}@media only screen and (max-width: 87.5em){.dashboard-wrapper__box.first-steps-box{max-width:65%;-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%;height:28rem}}@media only screen and (max-width: 75em){.dashboard-wrapper__box.first-steps-box{height:30rem}}@media only screen and (max-width: 56.25em){.dashboard-wrapper__box.first-steps-box{width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media only screen and (max-width: 100em){.dashboard-wrapper__box.support-box{max-width:30%;-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%}}@media only screen and (max-width: 87.5em){.dashboard-wrapper__box.support-box{max-width:35%;-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%}}@media only screen and (max-width: 56.25em){.dashboard-wrapper__box.support-box{width:100%;max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.dashboard-wrapper__row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 56.25em){.dashboard-wrapper__row.tab-port-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.newsfeed-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsfeed-wrapper__box{margin-bottom:3rem;-ms-flex-item-align:start;align-self:flex-start}.newsfeed-wrapper__box__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsfeed-wrapper .feed-sidebar{width:87%;margin-left:auto}@media only screen and (max-width: 75em){.newsfeed-wrapper .feed-sidebar{width:96%;margin-left:auto;margin-right:auto}}.newsfeed-wrapper__left{-webkit-box-flex:0;-ms-flex:0 0 55%;flex:0 0 55%;max-width:55%}@media only screen and (max-width: 100em){.newsfeed-wrapper__left{-webkit-box-flex:0;-ms-flex:0 0 63%;flex:0 0 63%;max-width:63%}}@media only screen and (max-width: 75em){.newsfeed-wrapper__left{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.newsfeed-wrapper__right{-webkit-box-flex:0;-ms-flex:0 0 37%;flex:0 0 37%;max-width:37%;display:none}@media only screen and (max-width: 75em){.newsfeed-wrapper__right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media only screen and (max-width: 75em){.statistic-box{padding-bottom:2rem}}.statistic-box__filter-group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center}.statistic-box__filter-group .statistic-box__filter-group__item:last-child{margin-right:0}.statistic-box__filter-group__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:3rem}@media only screen and (max-width: 37.5em){.statistic-box__filter-group__item{margin-right:1rem}}.statistic-box__filter-group__item__title{font-size:1.4rem;color:#767676;margin-right:1.5rem;margin-bottom:0}@media only screen and (max-width: 29.93em){.statistic-box__filter-group__item__title{display:none}}.statistic-box__filter-group__dropdown{background:transparent!important;border:1px solid #9e9e9e!important;color:#767676;font-size:1.3rem;border-radius:.5rem!important;outline:none}.statistic-box__filter-group__dropdown:focus,.statistic-box__filter-group__dropdown:hover{color:#767676;outline:none}.statistic-box__filter-group__dropdown__icon{width:1.2rem;height:1.2rem;fill:#9e9e9e;margin-left:1rem}.statistic-box__item-group__item{width:calc(50% - 2.4rem);margin-right:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:2.2rem 2.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}@media only screen and (max-width: 100em){.statistic-box__item-group__item{padding:2rem}}@media only screen and (max-width: 75em){.statistic-box__item-group__item{width:95%;border-bottom:1px solid #E3E3E3}.statistic-box__item-group__item:last-child{border-bottom:none}}@media only screen and (max-width: 75em){.statistic-box__item-group__item{margin-right:0;width:100%}}@media only screen and (max-width: 29.93em){.statistic-box__item-group__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 100em){.statistic-box__item-group__item-left{width:55%}}@media only screen and (max-width: 47.93em){.statistic-box__item-group__item-left{width:100%}}.statistic-box__item-group__item-left__title{font-size:1.45rem;color:#505050;white-space:nowrap;font-weight:500}.statistic-box__item-group__item-left__subtitle{font-size:1.15rem;color:#606060;font-style:italic;font-weight:400;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.statistic-box__item-group__item-left__subtitle__percent-label{font-size:1.35rem;margin-right:5px}.statistic-box__item-group__item-left__subtitle__label{font-size:1.25rem;margin-right:5px}.statistic-box__item-group__item-left__subtitle.yellow{color:#fad859}.statistic-box__item-group__item-left__subtitle.green{color:#2abb9b}.statistic-box__item-group__item-left__subtitle.red{color:#e45b72}.statistic-box__item-group__item-left__subtitle.gray{color:#505050}.statistic-box__item-group__item-left__sec-subtitle{font-size:1.15rem;color:#4bb8ff;font-style:italic;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;margin-top:-4px}@media only screen and (max-width: 47.93em){.statistic-box__item-group__item-left__sec-subtitle{margin-top:0;position:relative}}.statistic-box__item-group__item-left__icon{width:1.2rem;height:1.2rem;fill:#cecece;margin-left:4px}.statistic-box__item-group__item-left__icon.down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.statistic-box__item-group__item-left__icon.right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.statistic-box__item-group__item-left__icon.red{fill:#f84558}.statistic-box__item-group__item-left__icon.green{fill:#2abb9b}.statistic-box__item-group__item-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.statistic-box__item-group__item-right__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media only screen and (max-width: 29.93em){.statistic-box__item-group__item-right__text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.statistic-box__item-group__item-right__title{font-size:1.4rem;color:#404040;font-weight:600;white-space:nowrap}.statistic-box__item-group__item-right__subtitle{font-size:1.4rem;color:#4bb8ff;font-weight:600}.statistic-box__item-group__item-right__icon{width:1.6rem;height:1.6rem;margin-left:4px;margin-top:.2rem;fill:#a7a7a7;position:absolute;right:3px}@media only screen and (max-width: 100em){.statistic-box__item-group__item-right__icon{margin-left:0}}@media only screen and (max-width: 75em){.statistic-box__item-group__item-right__icon{margin-left:1rem;margin-top:.3rem;position:relative;right:0}}.statistic-box__item-group__item-right__icon.down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.statistic-box__item-group__item-right__icon.right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.statistic-box__item-group__item-right__icon.red{fill:#f84558}.statistic-box__item-group__item-right__icon.green{fill:#2abb9b}.statistic-box__item-group__border{margin-right:6px;margin-left:6px;font-style:normal;color:#939393}.statistic-box__footer .form__checkbox-label.as-form-title{font-size:1.3rem;color:#404040;font-weight:500}.statistic-box__footer .form__checkbox-button{border:1px solid #ACACAC}.statistic-box__footer__info__badge{width:1rem;height:1rem;background:#4bb8ff;margin-right:.6rem;margin-left:0}.statistic-box__footer__info__label{color:#404040;font-weight:500;font-size:1.2rem;margin-left:0;white-space:nowrap}.dropdown-statistic .dropdown-item{color:#767676}.dropdown-statistic .dropdown-item:hover{color:#cecece!important}.business-listing-card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .3s;transition:all .3s}.business-listing-card{width:90%;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:unset;-webkit-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem;padding:1.8rem 4.5rem;background:#fff;-webkit-box-shadow:0px 0px 7px 0px rgba(206,206,206,.3);box-shadow:0 0 7px #cecece4d}.business-listing-card__actions__preview-btn__icon{width:1rem;height:1.2rem;margin-right:1rem;fill:#404040}@media only screen and (max-width: 62em){.bt-detail{position:relative}}.bt-detail__header{position:relative}.bt-detail__header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:2rem}.bt-detail__team-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.bt-detail__team-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.bt-detail__team-header__logo-wrapper{width:12rem;height:12rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin-right:2.6rem}.bt-detail__team-header__logo-wrapper img{width:100%;height:auto}.bt-detail__team-header__title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bt-detail__team-header__title{font-size:2.2rem;color:#505050;font-weight:600}.bt-detail__team-header__location{color:#707070;font-size:1.3rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-detail__team-header__location__icon{fill:#707070;width:1.1rem;height:1.1rem;margin-right:6px}.bt-detail__main{display:grid;grid-template-columns:1fr 35rem;grid-column-gap:6rem;-webkit-column-gap:6rem;-moz-column-gap:6rem;column-gap:6rem}@media only screen and (max-width: 87.5em){.bt-detail__main{grid-template-columns:1fr 27rem;grid-column-gap:4rem;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}@media only screen and (max-width: 62em){.bt-detail__main{grid-template-columns:inherit;grid-template-rows:auto 1fr}}@media only screen and (max-width: 62em){.bt-detail__main__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.bt-detail__main__content__section{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid #E7EDF4}.bt-detail__main__content__section:first-child{margin-top:0}.bt-detail__main__content__section__title{color:#505050;margin-bottom:1.2rem}.bt-detail__main__content__section__title.small{font-size:1.25rem;font-weight:600}.bt-detail__main__content__section__title.big{font-size:1.9rem;font-weight:500}.bt-detail__main__content__section__title__count{font-weight:400;font-style:italic;font-size:1.6rem}@media only screen and (max-width: 62em){.bt-detail__main__aside{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.bt-detail__main__aside__section{padding:2rem 0;border-top:1px solid #E7EDF4}@media only screen and (max-width: 62em){.bt-detail__main__aside__section{width:100%}}.bt-detail__main__aside__section:first-child{padding-top:0}.bt-detail__main__aside__section.no-border{border:0}.bt-detail__main__aside__section__title{font-size:1.6rem;font-weight:500;color:#555;margin-bottom:2rem}.bt-detail__cities-list{padding-left:0;list-style:none;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:1.4rem;-webkit-column-gap:1.4rem;-moz-column-gap:1.4rem;column-gap:1.4rem;grid-row-gap:1.8rem;row-gap:1.8rem;margin-bottom:2rem}@media only screen and (max-width: 87.5em){.bt-detail__cities-list{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 37.5em){.bt-detail__cities-list{grid-template-columns:inherit}}.bt-detail__cities-list__item{font-size:1.5rem;color:#484848;line-height:1.4;font-weight:500;display:grid;grid-template-columns:1.6rem 1fr;grid-column-gap:1rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-detail__cities-list__item__icon{width:1.6rem;height:1.6rem;margin-right:1.1rem;fill:#4bb8ff}.bt-detail__cities-list__item__city{width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width: 87.5em){.bt-detail__cities-list__item__city{width:25rem}}@media only screen and (max-width: 37.5em){.bt-detail__cities-list__item__city{width:100%;overflow:inherit}}.bt-detail__branch-list{padding-left:0;list-style:none;display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:1.4rem;-webkit-column-gap:1.4rem;-moz-column-gap:1.4rem;column-gap:1.4rem;grid-row-gap:1.8rem;row-gap:1.8rem;margin-bottom:2rem}@media only screen and (max-width: 87.5em){.bt-detail__branch-list{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 37.5em){.bt-detail__branch-list{grid-template-columns:inherit}}.bt-detail__branch-list__item{font-size:1.5rem;color:#484848;line-height:1.4;font-weight:500;display:grid;grid-template-columns:1.6rem 1fr;grid-column-gap:1rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-detail__branch-list__item__icon{width:1.6rem;height:1.6rem;margin-right:1.1rem}.bt-detail__branch-list__item__text{width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media only screen and (max-width: 87.5em){.bt-detail__branch-list__item__text{width:25rem}}@media only screen and (max-width: 37.5em){.bt-detail__branch-list__item__text{width:100%;overflow:inherit}}.bt-detail__about-bt p{font-size:1.5rem;color:#404040;line-height:2}.bt-detail__team-members{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.bt-detail__team-members__item{width:6rem;height:6rem;border-radius:50%;background:#fff;border:1px solid #CBCBCB;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;margin-right:1.5rem;margin-bottom:1.5rem}.bt-detail__team-members__item img{width:100%;height:auto}.bt-detail__bt-contact__bt-name{font-size:1.6rem;font-weight:500;color:#555}.bt-detail__bt-contact__address{font-size:1.4rem;color:#555;margin-bottom:2rem}@media only screen and (max-width: 62em){.bt-detail__bt-contact__address{margin-bottom:0;display:none}}.bt-detail__bt-contact__address p{margin-bottom:0}@media only screen and (max-width: 62em){.bt-detail__bt-contact__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (max-width: 37.5em){.bt-detail__bt-contact__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bt-detail__bt-contact__info__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:5px}@media only screen and (max-width: 62em){.bt-detail__bt-contact__info__item{margin-right:2rem;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}}@media only screen and (max-width: 47.93em){.bt-detail__bt-contact__info__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 37.5em){.bt-detail__bt-contact__info__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.bt-detail__bt-contact__info__item__left{font-size:1.5rem;font-weight:500}@media only screen and (max-width: 62em){.bt-detail__bt-contact__info__item__left{margin-right:1rem}}.bt-detail__bt-contact__info__item__right{font-size:1.5rem}.bt-detail__bt-contact__info__item__right a{color:#555;text-decoration:none}.bt-detail__bt-contact__info__item__right a:hover{color:#555}.bt-detail__bt-contact__info__item__right.blue a,.bt-detail__bt-contact__info__item__right.blue a:hover{color:#5396d2}.bt-detail__bt-contact__info.mt-2rem{margin-top:2rem}.bt-detail__bt-contact__info.cp-show{display:none}@media only screen and (max-width: 62em){.bt-detail__bt-contact__info.cp-show{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 56.25em){.bt-detail__bt-contact__info.cp-show .bt-detail__bt-contact__info__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 37.5em){.bt-detail__bt-contact__info.cp-show .bt-detail__bt-contact__info__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (max-width: 62em){.bt-detail__bt-contact__info.cp-show.mt-2rem{margin-top:1rem}}@media only screen and (max-width: 62em){.bt-detail__bt-contact__info.cp-hidden{display:none}}.bt-detail__bt-contact__contact-person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 62em){.bt-detail__bt-contact__contact-person{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 37.5em){.bt-detail__bt-contact__contact-person{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.bt-detail__bt-contact__contact-person__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bt-detail__bt-contact__contact-person__right{margin-left:2rem}.bt-detail__bt-contact__contact-person__name{font-size:1.6rem;color:#404040;font-weight:500;line-height:1}.bt-detail__bt-contact__contact-person__job{font-size:1.2rem;color:#404040;font-style:italic}.bt-detail__bt-contact__contact-person__photo-wrapper{width:4rem;height:4rem;overflow:hidden;border-radius:50%}.bt-detail__bt-contact__contact-person__photo-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.new-bt-listing .page{max-width:1280px}.new-bt-listing .page__header{margin-top:4rem;margin-bottom:1.6rem}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header{margin-top:3rem}}.new-bt-listing .page__header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:3rem}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.new-bt-listing .page__header__content__right{width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.new-bt-listing .page__header__content__right>*{margin-left:2rem}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__content__right{width:100%;margin-bottom:2rem}}.new-bt-listing .page__header__content__right .fe-btn-add-favorite{font-size:1.4rem}.new-bt-listing .page__header__content__right .fe-btn-add-favorite__icon{width:1.4rem;height:1.4rem}.new-bt-listing .page__header__content__right .share-button__dropdown__icon{width:1.35rem;height:1.35rem;fill:#4bb8ff}.new-bt-listing .page__header__content__right .share-button__dropdown span{font-size:1.4rem}.new-bt-listing .page__header__search{width:calc(100% - 31.5rem);background:#fff;border:1px solid #E9E9E9;border-radius:5px;height:6.2rem;margin:2rem 0 3rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search{width:100%;background:transparent;border:0;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;height:auto}}.new-bt-listing .page__header__search .dp-tree{height:auto;min-height:auto;background:#fff;overflow:hidden;-webkit-mask-image:none;border-bottom:1px solid #E9E9E9}.new-bt-listing .page__header__search .dp-tree__search-wrapper{position:absolute;top:0;left:0;width:33%;height:6rem;z-index:1}.new-bt-listing .page__header__search .dp-tree__search-wrapper:before{display:block;content:"";position:absolute;width:1.8rem;height:1.8rem;z-index:1;background-size:1.8rem 1.8rem;top:50%;left:2.5rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0NSAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNEJCOEZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ0LjgsMjguOGMwLTEuOC0xLjQtMy4yLTMuMi0zLjJsMCwwSDE5LjJjLTAuMSwwLTAuMiwwLTAuMywwYy0xLjgsMC0zLjIsMS40LTMuMiwzLjJzMS40LDMuMiwzLjIsMy4yCgljMC4xLDAsMC4yLDAsMC40LDBsMCwwaDIyLjRjMCwwLDAsMCwwLDBDNDMuNCwzMiw0NC44LDMwLjYsNDQuOCwyOC44TDQ0LjgsMjguOEw0NC44LDI4LjhMNDQuOCwyOC44eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy4yLDMyaDMuMmMwLjEsMCwwLjIsMCwwLjMsMGMxLjgsMCwzLjItMS40LDMuMi0zLjJzLTEuNC0zLjItMy4yLTMuMmMtMC4xLDAtMC4yLDAtMC4zLDBsMCwwSDMuMgoJYy0wLjEsMC0wLjIsMC0wLjMsMGMtMS44LDAtMy4yLDEuNC0zLjIsMy4yUzEuMSwzMiwyLjksMzJDMywzMiwzLjEsMzIsMy4yLDMyQzMuMiwzMiwzLjIsMzIsMy4yLDMyeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDEuNiwxMi44SDE5LjJjMCwwLDAsMCwwLDBjLTEuOCwwLTMuMiwxLjQtMy4yLDMuMmwwLDBsMCwwYzAsMS44LDEuNCwzLjIsMy4yLDMuMmwwLDBoMjIuNAoJYzEuOCwwLDMuMi0xLjQsMy4yLTMuMmwwLDBDNDQuOCwxNC4yLDQzLjQsMTIuOCw0MS42LDEyLjhMNDEuNiwxMi44TDQxLjYsMTIuOHoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMuMiwxOS4yaDMuMmMwLjEsMCwwLjIsMCwwLjMsMGMxLjgsMCwzLjItMS40LDMuMi0zLjJzLTEuNC0zLjItMy4yLTMuMmMtMC4xLDAtMC4yLDAtMC4zLDBsMCwwSDMuMgoJQzEuNiwxMywwLjMsMTQuNCwwLjMsMTZTMS42LDE5LDMuMiwxOS4yQzMuMiwxOS4yLDMuMiwxOS4yLDMuMiwxOS4yeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMy4yLDYuNGgzLjJjMS44LDAsMy4yLTEuNCwzLjItMy4yUzguMiwwLDYuNCwwbDAsMEgzLjJDMS40LDAsMCwxLjQsMCwzLjJTMS40LDYuNCwzLjIsNi40CglDMy4yLDYuNCwzLjIsNi40LDMuMiw2LjR6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MS42LDBIMTkuMkMxNy40LDAsMTYsMS40LDE2LDMuMnMxLjQsMy4yLDMuMiwzLjJsMCwwaDIyLjRjMS44LDAsMy4yLTEuNCwzLjItMy4yUzQzLjQsMCw0MS42LDBMNDEuNiwweiIvPgo8L3N2Zz4K);z-index:2}.new-bt-listing .page__header__search .dp-tree__search{padding:0;height:6rem}.new-bt-listing .page__header__search .dp-tree__search__input{background:transparent;outline:none;border:0;padding:1rem 0 1rem 5.2rem;width:100%;font-size:1.9rem;color:#909090;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search .dp-tree__search__input{padding:2.3rem 2.4rem 2.3rem 4rem;height:4.6rem;border:1px solid #EAEAEA;border-right:0;border-top-left-radius:5px;border-bottom-left-radius:5px}}@media only screen and (max-width: 37.5em){.new-bt-listing .page__header__search .dp-tree__search__input{border-radius:5px}}.new-bt-listing .page__header__search .dp-tree__search__input::-webkit-input-placeholder{font-size:1.9rem;color:#909090}.new-bt-listing .page__header__search .dp-tree__search__input::-moz-placeholder{font-size:1.9rem;color:#909090}.new-bt-listing .page__header__search .dp-tree__search__input:-ms-input-placeholder{font-size:1.9rem;color:#909090}.new-bt-listing .page__header__search .dp-tree__search__input::-ms-input-placeholder{font-size:1.9rem;color:#909090}.new-bt-listing .page__header__search .dp-tree__search__input::placeholder{font-size:1.9rem;color:#909090}.new-bt-listing .page__header__search .dp-tree__search__clear{display:none}.new-bt-listing .page__header__search .dp-tree__content{height:30rem;min-height:30rem;background:#fff;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(90%,#fff),to(hsla(0,0%,100%,0)));-webkit-mask-image:linear-gradient(180deg,#fff 90%,hsla(0,0%,100%,0));scrollbar-color:#ffffff #ffffff;scrollbar-width:thin;overflow:auto;border:1px solid #E9E9E9;margin-bottom:1rem}.new-bt-listing .page__header__search .dp-tree__content::-webkit-scrollbar{width:5px;height:5px}.new-bt-listing .page__header__search .dp-tree__content::-webkit-scrollbar-track{background:#fff}.new-bt-listing .page__header__search .dp-tree__content::-webkit-scrollbar-thumb{background:#fff;border-radius:5px}.new-bt-listing .page__header__search .dp-tree__content:hover::-webkit-scrollbar-thumb{background:#cacaca}.new-bt-listing .page__header__search .dp-tree__content:hover{scrollbar-color:#cacaca #ffffff}.new-bt-listing .page__header__search .page__aside__section__title{display:none}.new-bt-listing .page__header__search.home-search{width:80rem;margin-top:2.9rem;position:relative;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.2);box-shadow:0 3px 7px #0003}@media only screen and (max-width: 56.25em){.new-bt-listing .page__header__search.home-search{width:100%}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search{-webkit-box-shadow:none;box-shadow:none}}.new-bt-listing .page__header__search.home-search .page__header__search__branch{width:29rem;min-width:29rem;max-width:29rem}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .page__header__search__branch{width:100%;min-width:100%;max-width:100%;-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,.1);box-shadow:0 5px 10px #0000001a}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .page__header__search__location{width:100%;min-width:100%;max-width:100%}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search{width:100%}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .dp-tree{border-radius:5px}}.new-bt-listing .page__header__search.home-search .dp-tree__search-wrapper{width:calc(40% - 2rem)}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .dp-tree__search-wrapper{width:100%;height:4.6rem;position:relative}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .dp-tree__search-wrapper:before{left:2.5rem}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .dp-tree__search{height:4.6rem}}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search.home-search .dp-tree__search__input{border-right:1px solid #e9e9e9;border-radius:5px;padding-left:5.2rem}}.new-bt-listing .page__header__search.category{height:4.8rem;width:100%}.new-bt-listing .page__header__search.category .dp-tree__search-wrapper{height:4.6rem!important;width:calc(33.3333% - 2rem)}.new-bt-listing .page__header__search.category .dp-tree__search{height:4.6rem}.new-bt-listing .page__header__search.category .dp-tree__search__input{font-size:1.5rem;color:#606060;font-weight:500}.new-bt-listing .page__header__search.category .dp-tree__search__input::-webkit-input-placeholder{font-size:1.5rem;color:#909090;font-weight:500}.new-bt-listing .page__header__search.category .dp-tree__search__input::-moz-placeholder{font-size:1.5rem;color:#909090;font-weight:500}.new-bt-listing .page__header__search.category .dp-tree__search__input:-ms-input-placeholder{font-size:1.5rem;color:#909090;font-weight:500}.new-bt-listing .page__header__search.category .dp-tree__search__input::-ms-input-placeholder{font-size:1.5rem;color:#909090;font-weight:500}.new-bt-listing .page__header__search.category .dp-tree__search__input::placeholder{font-size:1.5rem;color:#909090;font-weight:500}@media only screen and (max-width: 62em){.new-bt-listing .page__header__search.category{display:none}}.new-bt-listing .page__header__search.category .page__header__search__branch{width:33.33%;min-width:unset;max-width:unset}.new-bt-listing .page__header__search.category .page__header__search__location{width:33.33%;min-width:unset;max-width:unset;height:4.6rem}.new-bt-listing .page__header__search.category .dropdown-branch-select{height:4.6rem}.new-bt-listing .page__header__search.category .dropdown-branch-select .dropdown-toggle{font-size:1.5rem;color:#606060;font-weight:500;padding-left:5.6rem}.new-bt-listing .page__header__search.category .dropdown-branch-select .dropdown-toggle:before{left:2.5rem}.new-bt-listing .page__header__search__branch{width:36rem;min-width:36rem;max-width:36rem}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search__branch{width:100%;min-width:100%;margin-bottom:1rem;-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,.01);box-shadow:0 5px 10px #00000003}}.new-bt-listing .page__header__search__branch .multiselect__option--highlight,.new-bt-listing .page__header__search__branch .multiselect__option--highlight:after{background:#406db8}.new-bt-listing .page__header__search__location{position:relative;height:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:40%}@media only screen and (max-width: 47.93em){.new-bt-listing .page__header__search__location{height:4.6rem;width:calc(100% - 20rem);border-radius:5px;-webkit-box-shadow:0px 5px 10px 0px rgba(0,0,0,.1);box-shadow:0 5px 10px #0000001a}}@media only screen and (max-width: 37.5em){.new-bt-listing .page__header__search__location{width:100%}}.new-bt-listing .page__main{display:grid;grid-template-columns:1fr}@media only screen and (max-width: 75em){.new-bt-listing .page__main{display:grid}}@media only screen and (max-width: 62em){.new-bt-listing .page__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.new-bt-listing .page__main.companies-card-listing{-webkit-column-gap:5rem;-moz-column-gap:5rem;column-gap:5rem}@media only screen and (max-width: 62em){.new-bt-listing .page__main.companies-card-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 62em){.new-bt-listing .page__aside{display:none}}.new-bt-listing .page__aside.filter{margin-top:9.2rem}@media only screen and (max-width: 62em){.new-bt-listing .page__aside.filter{width:100%;height:100%;background:#fff;position:fixed;top:0;left:0;z-index:999;display:none;margin-top:0}.new-bt-listing .page__aside.filter.active{display:-webkit-box;display:-ms-flexbox;display:flex}.new-bt-listing .page__aside.filter.active:before{display:block;content:"";position:fixed;z-index:-999;background:#00000080;left:0;top:0;bottom:0;width:100%;height:100vh}}.new-bt-listing .page__aside.filter .page__aside__filter-submit{display:none;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,.15),0 3px 8px 0 rgba(0,0,0,.15);box-shadow:0 3px 8px #00000026,0 3px 8px #00000026;position:fixed;bottom:0;z-index:1;padding:1.2rem 2.5rem;left:0;width:100%;background:#fff}@media only screen and (max-width: 62em){.new-bt-listing .page__aside.filter .page__aside__filter-submit{display:-webkit-box;display:-ms-flexbox;display:flex}}.new-bt-listing .page__aside.filter .page__aside__filter-submit .form-button{height:4.8rem}.new-bt-listing .page__aside__section{margin-bottom:2.3rem;padding-bottom:2.3rem;border-bottom:1px solid #E7EDF4;color:#555}.new-bt-listing .page__aside__section:last-child{border-bottom:0}.new-bt-listing .page__aside__section.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-bt-listing .page__aside__section.top>*{margin-left:2rem}.new-bt-listing .page__aside__section__address{margin-bottom:2rem}.new-bt-listing .page__aside__section__address__name{font-size:1.6rem;font-weight:500}.new-bt-listing .page__aside__section__address__location{font-size:1.4rem}.new-bt-listing .page__aside__section__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.5rem;margin-bottom:5px}.new-bt-listing .page__aside__section__info-item__th{font-weight:500}.new-bt-listing .page__aside__section__info-item__td a{color:#555}.new-bt-listing .page__aside__section__info-item__td.long-text{width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:right}.new-bt-listing .page__aside__section__info-item__link{color:#555}.new-bt-listing .page__aside__section__social-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:1rem}.new-bt-listing .page__aside__section__social-media__item-link{margin-right:1.6rem;width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex}.new-bt-listing .page__aside__section__social-media__item-link:last-child{margin-right:0}.new-bt-listing .page__aside__section__social-media__item-link__icon{width:4rem;height:4rem}.new-bt-listing .page__aside__section__title{margin-bottom:1rem;font-size:1.5rem;color:#505050;font-weight:600}.new-bt-listing .page__aside__section__title span{font-size:1.1rem;font-weight:500;font-style:italic}.new-bt-listing .page__aside__section__opening-times__row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.new-bt-listing .page__aside__section__opening-times__cell{font-size:1.4rem;color:#555}.new-bt-listing .page__aside__section .companies-list__item__footer__message{width:100%;margin-bottom:2rem}@media only screen and (max-width: 62em){.new-bt-listing .page__content{width:100%}}.new-bt-listing .page__content__top{margin-bottom:1rem;margin-top:-1rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}@media only screen and (max-width: 75em){.new-bt-listing .page__content__top{width:100%}}.new-bt-listing .page__content__top__items{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 75em){.new-bt-listing .page__content__top__items{margin-top:1rem}}@media only screen and (max-width: 62em){.new-bt-listing .page__content__top__items{margin-bottom:1rem}}@media only screen and (max-width: 37.5em){.new-bt-listing .page__content__top__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.new-bt-listing .page__content__top__items__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 62em){.new-bt-listing .page__content__top__items__button-group{width:100%;background:#f4f4f4;border-radius:.8rem}.new-bt-listing .page__content__top__items__button-group .toggle-filter-btn{width:50%;border:0;color:#484848;font-size:1.5rem;font-weight:400;margin-right:0;position:relative}.new-bt-listing .page__content__top__items__button-group .toggle-filter-btn:before{content:" ";height:2.1rem;width:1px;background:#c6c6c6;position:absolute;left:0}.new-bt-listing .page__content__top__items__button-group .sort-select-wrapper{width:100%;margin-right:0}.new-bt-listing .page__content__top__items__button-group .sort-select-wrapper .sort-dropdown{width:100%;border:0}.new-bt-listing .page__content__top__items__button-group .sort-select-wrapper .sort-dropdown__text-mobile{color:#484848;font-size:1.5rem;font-weight:400}.new-bt-listing .page__content__top__items__button-group .sort-select-wrapper .sort-dropdown__svg-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23484848' d='M3.422 13.624h1.494c.005 0 .009-2.869.011-8.606 0-.716.607-1.294 1.349-1.294h2.338c.741 0 1.348.578 1.348 1.294v8.603l1.485.003c.956 0 1.483 1.078.864 1.783L8.43 19.845a1.333 1.333 0 01-1.99 0l-3.882-4.438c-.619-.705-.092-1.783.864-1.783zm4.002 5.415c.003.004 1.222-1.385 3.657-4.167H9.974c-.716 0-1.302-.559-1.302-1.25V5.017c0-.023-.024-.046-.058-.046H6.276c-.035 0-.06.023-.06.046v8.603c0 .692-.585 1.25-1.3 1.25l-1.122.002 3.63 4.166zm5.71-8.663c-.955 0-1.482-1.078-.863-1.783l3.881-4.437a1.333 1.333 0 011.99-.001l3.882 4.438c.619.705.092 1.783-.864 1.783h-1.473c-.006 0-.01 2.869-.012 8.606 0 .716-.607 1.294-1.348 1.294h-2.338c-.742 0-1.35-.578-1.35-1.294V10.38l-1.504-.003zm.373-1.249l1.122.001c.715 0 1.3.56 1.3 1.25v8.604c0 .023.025.046.06.046h2.338c.034 0 .058-.023.058-.046V10.38c0-.692.586-1.25 1.302-1.25h1.107L17.16 4.96c-.004-.004-1.221 1.385-3.652 4.166z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain;top:-3px;width:2.1rem;height:2.5rem;margin-right:.8rem}.new-bt-listing .page__content__top__items__button-group .sort-dropdown__icon{fill:#606060;width:2rem;height:2rem}}.new-bt-listing .page__content__top__items__button-group>*{margin-right:1rem}@media only screen and (max-width: 37.5em){.new-bt-listing .page__content__top__items__button-group{width:100%;margin-bottom:1rem}}.new-bt-listing .page__content__top__items__listing-search-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.new-bt-listing .page__content__top__items__listing-search-result span{font-size:1.3rem;font-weight:500;color:#606060;margin-right:5px}.new-bt-listing .page__content__top__items__listing-search-result p{font-size:1.3rem;color:#505050;font-weight:600;margin-bottom:0}@media only screen and (max-width: 62em){.new-bt-listing .page__content__top__items__listing-search-result{display:none}}.new-bt-listing .page__content__top__items__listing-search-result.footer-mobile{display:none}@media only screen and (max-width: 62em){.new-bt-listing .page__content__top__items__listing-search-result.footer-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.new-bt-listing .sort-select-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-bt-listing .sort-select-wrapper .sort-select{width:13.5rem;margin-left:4px}.new-bt-listing .sort-select-wrapper .sort-select__title{font-size:1.3rem;color:#505050;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 62em){.new-bt-listing .sort-select-wrapper .sort-select__title{display:none}}@media only screen and (max-width: 62em){.new-bt-listing .sort-dropdown{border:1px solid #BBBBBB;width:15.5rem;height:4.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 62em){.new-bt-listing .sort-dropdown .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:0;width:15rem}.new-bt-listing .sort-dropdown .dropdown-toggle:after{display:none}}.new-bt-listing .sort-dropdown__icon{display:none}@media only screen and (max-width: 62em){.new-bt-listing .sort-dropdown__icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:2.4rem;height:2.4rem;fill:#bbb;margin-right:.7rem}}@media only screen and (max-width: 62em){.new-bt-listing .sort-dropdown__text-desktop{display:none}}.new-bt-listing .sort-dropdown__text-mobile{display:none;color:#bbb;font-size:1.3rem;font-weight:500}@media only screen and (max-width: 62em){.new-bt-listing .sort-dropdown__text-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}}.new-bt-listing .sort-dropdown .dropdown-menu{border:1px solid rgba(234,234,234,.5);border-radius:5px;-webkit-box-shadow:0 0 1rem 0 rgba(0,0,0,.1);box-shadow:0 0 1rem #0000001a;width:15rem}@media only screen and (max-width: 62em){.new-bt-listing .sort-dropdown .dropdown-menu{-webkit-transform:translate3d(-2px,40px,0)!important;transform:translate3d(-2px,40px,0)!important;width:20rem}}.new-bt-listing .sort-dropdown .dropdown-item{font-size:1.3rem!important;color:#404040;font-weight:500;padding:.8rem 1.4rem}.new-bt-listing .sort-dropdown .dropdown-item:hover{background:#406db8!important;color:#fff!important}.new-bt-listing .sort-dropdown .disabled{opacity:.5;cursor:not-allowed}.new-bt-listing .sort-dropdown .disabled:hover{cursor:not-allowed}.new-bt-listing .dropdown-basic .dropdown-toggle{font-weight:600;color:#505050;margin-left:4px;background:none;border:0;outline:0}.new-bt-listing .dropdown-basic .dropdown-toggle.btn-secondary:active{background:transparent!important;border:0!important;color:#505050!important}.new-bt-listing .dropdown-basic .dropdown-item{font-size:1.2rem;color:#707070}.new-bt-listing .dropdown-basic .dropdown-item:hover,.new-bt-listing .dropdown-basic .dropdown-item:active{background:#f9f9f9;color:#3a87cb}.new-bt-listing .companies-list__item{background:#fff;border:1px solid #E9E9E9;padding:3.4rem;border-radius:5px;margin-bottom:2.5rem}@media only screen and (max-width: 29.93em){.new-bt-listing .companies-list__item{padding:3.4rem 2rem}}.new-bt-listing .companies-list__item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-bottom:2.4rem}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__header{margin-top:2rem}}.new-bt-listing .companies-list__item__header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:3rem;width:calc(100% - 13rem)}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__header__right{width:calc(100% - 9rem);margin-left:2rem}}.new-bt-listing .companies-list__item__footer{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__footer{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 29.93em){.new-bt-listing .companies-list__item__footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__footer__left{margin-bottom:2rem}}.new-bt-listing .companies-list__item__footer__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__footer__right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;width:100%}}@media only screen and (max-width: 29.93em){.new-bt-listing .companies-list__item__footer__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.new-bt-listing .companies-list__item__footer__right>*{margin-left:1.2rem}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__footer__right>*{width:100%}}@media only screen and (max-width: 29.93em){.new-bt-listing .companies-list__item__footer__right>*{margin-left:0}}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__footer__right>*:last-child{margin-left:0}}@media only screen and (max-width: 29.93em){.new-bt-listing .companies-list__item__footer__right>*:last-child{margin-top:1rem}}.new-bt-listing .companies-list__item__footer__message{width:18rem;height:4rem;background:#4bb8ff;color:#fff;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__item__footer__message{width:100%}}.new-bt-listing .companies-list__item__footer__message:hover{background:#18a4ff;color:#fff;text-decoration:none}.new-bt-listing .companies-list__item__footer__message span{font-size:1.4rem;font-weight:500}.new-bt-listing .companies-list__item__footer__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-bt-listing .companies-list__item__footer__team-members{display:-webkit-box;display:-ms-flexbox;display:flex}.new-bt-listing .companies-list__item__footer__team-members__item{width:3.6rem;height:3.6rem;border-radius:50%;border:1px solid #EAEAEA;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0}.new-bt-listing .companies-list__item__footer__team-members__item:not(:first-child){margin-left:-.8rem}.new-bt-listing .companies-list__item__footer__team-members__item:hover{z-index:1}.new-bt-listing .companies-list__item__footer__team-members__item__img{width:100%;height:auto}.new-bt-listing .companies-list__item__footer__more-members{font-size:1.15rem;color:#606060;font-weight:500;font-style:italic;text-decoration:underline;margin-left:1rem}.new-bt-listing .companies-list__company-logo{width:9rem;height:9rem;border:1px solid #e9e9e9;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__company-logo{width:8rem;height:8rem}}.new-bt-listing .companies-list__company-logo img{width:100%}.new-bt-listing .companies-list__company-logo__ph{background:#efefef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.new-bt-listing .companies-list__company-logo__ph__icon{width:3rem;height:3rem;fill:#43536c}.new-bt-listing .companies-list__company-info__name{font-size:2rem;font-weight:600;color:#505050;line-height:1.1}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__company-info__name{font-size:1.5rem}}.new-bt-listing .companies-list__company-info__address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;color:#3a87cb;font-weight:500;-ms-flex-wrap:wrap;flex-wrap:wrap}.new-bt-listing .companies-list__company-info__address__icon{fill:#3a87cb;width:1.2rem;height:1.2rem}.new-bt-listing .companies-list__company-info__address span{font-size:1.3rem;color:#707070;font-weight:500;margin-left:5px;margin-right:3px;white-space:nowrap}.new-bt-listing .companies-list__share{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;right:-1rem;top:-1rem}@media only screen and (max-width: 47.93em){.new-bt-listing .companies-list__share{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;right:-2rem;top:-2rem}}@media only screen and (max-width: 29.93em){.new-bt-listing .companies-list__share{right:0}}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__share{top:-4rem}}.new-bt-listing .companies-list__share__item{margin-left:1.5rem}.new-bt-listing .companies-list__service-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:30px}@media only screen and (max-width: 75em){.new-bt-listing .companies-list__service-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 37.5em){.new-bt-listing .companies-list__service-list{grid-template-columns:repeat(1,1fr)}}.new-bt-listing .companies-list__service-list__title{font-size:1.25rem;color:#505050;font-weight:600}.new-bt-listing .companies-list__service-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.new-bt-listing .companies-list__service-list__item__icon-box{width:1.6rem;height:1.6rem;background:#2abb9b;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1rem}.new-bt-listing .companies-list__service-list__item__icon{width:.8rem;height:.8rem;fill:#fff}.new-bt-listing .companies-list__service-list__item span{max-width:25rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:1.4rem;color:#505050;font-weight:500;padding-right:1rem}@media only screen and (max-width: 75em){.new-bt-listing .companies-list__service-list__item span{text-overflow:inherit;white-space:inherit;max-width:100%}}.new-bt-listing .like-button{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-bt-listing .like-button__icon{position:absolute;left:3px;top:3px;width:1.4rem;height:1.4rem;display:block;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%233A87CB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M16,29.7c-1-0.9-2.2-1.8-3.4-2.7l0,0c-4.3-3.4-9.3-7.2-11.4-11.8c-0.7-1.5-1.1-3-1.1-4.7c0-2.2,0.9-4.3,2.6-5.9 s3.9-2.4,6.2-2.3c1.9,0,3.7,0.5,5.3,1.5c0.7,0.4,1.3,1,1.9,1.5c0.6-0.6,1.2-1.1,1.9-1.5c1.6-1,3.4-1.5,5.3-1.5 c2.3,0,4.6,0.8,6.2,2.3S32,8.3,32,10.5c0,1.6-0.4,3.2-1.1,4.7c-2.2,4.6-7.1,8.4-11.4,11.8l0,0C18.2,27.9,17,28.8,16,29.7L16,29.7 L16,29.7z M8.8,5.3c-1.5,0-2.9,0.5-4,1.5c-1,1-1.6,2.3-1.6,3.7c0,1.2,0.3,2.3,0.8,3.4c1,2,2.4,3.8,4.1,5.3c1.6,1.5,3.4,3,5,4.2 c0.4,0.3,0.9,0.7,1.3,1l0.3,0.2c0.4,0.3,0.9,0.7,1.3,1l0,0l0,0l0,0l0,0l0,0l0,0h0.1l0,0l0,0l0,0l0,0l1.3-1c0.5-0.3,0.9-0.7,1.3-1 c1.6-1.2,3.4-2.7,5-4.2c1.7-1.5,3.1-3.3,4.1-5.3c0.5-1.1,0.8-2.2,0.8-3.4C28.6,9.3,28,8,27,7c-1.1-1-2.5-1.5-4-1.5 c-1.8,0-3.6,0.7-4.8,2L16,10l-2.4-2.7C12.4,6,10.6,5.3,8.8,5.3z'/%3E%3C/svg%3E")}.new-bt-listing .like-button label{margin-left:5px;font-size:1.3rem;font-weight:500;color:#606060;cursor:pointer;margin-bottom:0;line-height:1.4}.new-bt-listing .like-button__checkbox{opacity:0}.new-bt-listing .like-button__checkbox:checked~.like-button__icon{background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%233A87CB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M29.4,4.6c-1.7-1.5-3.9-2.4-6.2-2.3c-1.9,0-3.7,0.5-5.3,1.5c-0.7,0.4-1.3,1-1.9,1.5c-0.5-0.6-1.2-1.1-1.9-1.5 c-1.6-1-3.4-1.5-5.3-1.5c-2.3,0-4.6,0.8-6.2,2.3C0.9,6.2,0,8.3,0,10.5c0,1.6,0.4,3.2,1.1,4.7c2.2,4.6,7.1,8.4,11.4,11.8l0,0 c1.2,1,2.4,1.9,3.4,2.7l0,0l0,0c1-0.9,2.2-1.8,3.4-2.7l0,0c4.3-3.4,9.3-7.2,11.4-11.8c0.7-1.5,1.1-3.1,1.1-4.7 C32,8.3,31.1,6.2,29.4,4.6z'/%3E%3C/svg%3E%0A")}@media only screen and (max-width: 47.93em){.new-bt-listing .table-list__partner-quali__list{width:auto}}.new-bt-listing .table-list__partner-quali__list-wrapper .table-list__partner-quali__list__label,.new-bt-listing .table-list__partner-quali__list-wrapper li{font-size:1.3rem;font-weight:500;color:#3a87cb}.new-bt-listing .dropdown-more-tags{position:static;margin-left:1rem;margin-top:0}.new-bt-listing .dropdown-more-tags .dropdown-toggle{font-size:1.2rem;font-weight:500;font-style:italic;color:#3a87cb}.bt-settings__section{display:grid;grid-template-columns:68rem 1fr;grid-gap:3rem;margin-bottom:3rem}.bt-settings__section.services{grid-template-columns:70rem 1fr}@media only screen and (max-width: 87.5em){.bt-settings__section{grid-template-columns:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;grid-gap:inherit;margin-bottom:5rem}}@media only screen and (max-width: 87.5em){.bt-settings__section__left{width:100%}}@media only screen and (max-width: 87.5em){.bt-settings__section__right{width:100%}}.bt-settings__section__content-box{width:100%;height:auto;padding:3rem;background:#fff;border:1px solid #EAEAEA}.bt-settings__section__content-box__title{width:100%;font-size:1.4rem;font-weight:600;color:#404040;margin-bottom:1rem}.bt-settings__section__content-box__title .small{font-size:1.15rem;font-weight:500}.bt-settings__section__content-box__title .small.italic{font-style:italic}.bt-settings__section__content-box .vertical-seperate{display:block;margin-left:.8rem;margin-right:.8rem;width:1px;height:2rem;background:#d7d7d7}.bt-settings__section__content-box.contact-person-wrapper{border:0;padding-left:0;padding-right:0;padding:1rem 0;width:100%}.bt-settings__section__content-box .px-image-uploader .has-image,.bt-settings__section__content-box .px-image-uploader .image-carousel__item__btn.update{display:none}.bt-settings__section__title{font-size:1.7rem;font-weight:500;color:#3a87cb}.bt-settings__section__description{font-size:1.3rem;font-weight:400;color:#101010;line-height:1.5}.bt-settings__section__hr{width:100%;height:1px;background:#e6e6e6;border:0;margin:3rem 0}.bt-settings__section__tips{font-size:1.3rem;color:#101010;font-weight:400;margin-bottom:1rem}.bt-settings__section__tips span{color:#3a87cb;font-weight:600}.bt-settings__section__button{color:#3a87cb;border:1px solid #D4D4D4!important;min-width:17.2rem;height:3.4rem;font-size:1.4rem;font-weight:500;margin-top:1.5rem;padding:1rem 1.8rem}.bt-settings__section__button:hover,.bt-settings__section__button:active,.bt-settings__section__button:focus{color:#3a87cb;border:1px solid #D4D4D4}.bt-settings__section hr{margin-top:2.4rem;margin-bottom:2.4rem}.bt-settings__profile-image{display:grid;grid-template-columns:14rem 1fr;grid-gap:3rem}.bt-settings__profile-image .file-drop-area{margin-bottom:0}.bt-settings__profile-image__text p{margin-bottom:0;font-size:1.2rem;color:#707070}.bt-settings__visibility{display:grid;grid-template-columns:16rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:5rem;margin-bottom:3rem}.bt-settings__visibility.disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bt-settings__visibility:last-child{margin-bottom:0}.bt-settings__visibility__select-container{width:16rem;height:12rem;background:#f7f6fa;border-radius:3px;border:1px solid #D7D9E0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.bt-settings__visibility__select-container.selected{border:3px solid #4BB8FF;position:relative}.bt-settings__visibility__select-container__selected-check{width:2rem;height:2rem;border-radius:50%;background:#4bb8ff;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:-1rem;top:-1rem}.bt-settings__visibility__select-container__selected-check.selected{display:-webkit-box;display:-ms-flexbox;display:flex}.bt-settings__visibility__select-container__selected-check__icon{width:1rem;height:1rem;fill:#fff}.bt-settings__visibility__select-container__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bt-settings__visibility__select-container__content__icon{width:3rem;height:3rem;fill:#8f98b8}.bt-settings__visibility__select-container__content__text{font-size:1.3rem;font-weight:500;color:#5a6690;margin-top:.5rem;line-height:1.2;text-align:center}.bt-settings__visibility__description{font-size:1.3rem;font-weight:500;color:#404040}.bt-settings__visibility__description .small-text{font-size:1.1rem}.bt-settings__visibility__content__title{font-size:1.4rem;color:#404040;font-weight:500}.bt-settings__visibility__content__desc{font-size:1.25rem;font-weight:400;color:#404040;margin-bottom:1.5rem}.bt-settings__visibility__content__form-currency .form__currency__symbol{background-color:#8f98b8;border-color:#8f98b8;outline:1px solid #8F98B8;color:#fff}.bt-settings__branches-form .service-selection__services{height:40rem;overflow:auto;margin-bottom:0}.bt-settings__branches-form .search-wrapper{margin-top:0}.bt-settings__locations__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.bt-settings__locations__container__select-item{display:grid;grid-template-columns:2rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f7f6fa;border:1px solid #D7D9E0;width:25rem;height:4rem;border-radius:3px;padding-left:1.5rem;padding-right:1.5rem;margin-bottom:3rem;cursor:pointer}.bt-settings__locations__container__select-item:last-child{margin-bottom:0}.bt-settings__locations__container__select-item__check{width:2rem;height:2rem;background:#4bb8ff;border-radius:50%;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:-1rem;top:-1rem}.bt-settings__locations__container__select-item__check__icon{width:1rem;height:1rem;fill:#fff}.bt-settings__locations__container__select-item.active{border:3px solid #4BB8FF;position:relative}.bt-settings__locations__container__select-item.active .bt-settings__locations__container__select-item__check{display:-webkit-box;display:-ms-flexbox;display:flex}.bt-settings__locations__container__select-item__icon{width:2rem;height:2rem}.bt-settings__locations__container__select-item p{margin-bottom:0;font-size:1.3rem;color:#5a6690;margin-left:1.2rem}.bt-settings__locations__container__state{margin-top:3rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bt-settings__locations__container__state__list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:1rem}.bt-settings__locations__container__state .custom-control-label{margin-bottom:1.4rem}.bt-settings__locations__container__state .custom-control-label span{font-size:1.25rem;color:#404040}.bt-settings__locations__container__state .custom-control-label:before{top:1rem}.bt-settings__locations__container__places{width:100%;margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bt-settings__locations__container__places__input-group{width:250px}.bt-settings__contract-item{background:#f7f6fa;border:1px solid #D7D9E0;border-radius:3px;padding:1.1rem 1rem 1.1rem 1.9rem;margin-bottom:2rem}.bt-settings__contract-item .side-box__work-item__name{padding-right:0;margin-bottom:0}.bt-settings__contract-item .side-box__work-item__name a{color:#5a6690;font-size:1.3rem;font-weight:500}.bt-settings__feature-btn{border:1px dotted #D7D9E0;border-radius:3px;padding:8px;font-size:1.3rem;color:#5a6690;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bt-settings__feature-btn:hover,.bt-settings__feature-btn:active,.bt-settings__feature-btn:focus{color:#5a6690;border:1px dotted #9fa1af}.bt-settings__feature-btn__icon-box{width:1.9rem;height:1.9rem;border-radius:50%;background-color:#15c39e;margin-right:.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.bt-settings__feature-btn__icon{width:1rem;height:1rem;fill:#fff}.bt-settings__select-item{width:100%;height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:#f7f6fa;border:1px solid #D7D9E0;border-radius:3px;margin-bottom:3rem;cursor:pointer}.bt-settings__select-item:last-child{margin-bottom:0}.bt-settings__select-item.active{border:3px solid #4BB8FF}.bt-settings__select-item__icon{width:2rem;height:2rem;background:#4bb8ff;border-radius:50%;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0;top:-1rem}.bt-settings__select-item__icon.active{display:-webkit-box;display:-ms-flexbox;display:flex}.bt-settings__select-item__icon__check{width:1rem;height:1rem;fill:#fff}.bt-settings__contact-person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.5rem;padding-right:1.5rem}.bt-settings__contact-person__image{width:3.6rem;height:3.6rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bt-settings__contact-person__image img{width:100%;height:auto}.bt-settings__contact-person__name{margin-left:1.2rem}.bt-settings__contact-person__name,.bt-settings__contact-person__mail,.bt-settings__contact-person__phone{font-size:1.3rem;font-weight:500;color:#5a6690}@media only screen and (max-width: 37.5em){.bt-settings__contact-person__mail{display:none}}@media only screen and (max-width: 56.25em){.bt-settings__contact-person__phone{display:none}}@media only screen and (max-width: 37.5em){.bt-settings__contact-person .vertical-seperate.hide-phone{display:none}}@media only screen and (max-width: 56.25em){.bt-settings__contact-person .vertical-seperate.hide-tab-port{display:none}}.bt-settings .vertical-seperate{display:block;margin-left:.8rem;margin-right:.8rem;width:1px;height:2rem;background:#d7d7d7}.bt-settings__sla-work-shift{opacity:.5;cursor:not-allowed}.bt-settings__sla-work-shift.active{opacity:1;cursor:inherit}.bt-settings__sla-office-times{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bt-settings__sla-office-times__days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-settings__sla-office-times__days__start,.bt-settings__sla-office-times__days__finish{width:10rem}.bt-settings__sla-office-times__hours{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-settings__sla-office-times__hours__start{width:10rem}.bt-settings__sla-office-times__h-seperate{width:.8rem;height:1px;display:block;background:#dfdfdf;margin-left:1rem;margin-right:1rem}.bt-settings__sla-office-times .vertical-seperate{display:block;margin-left:3rem;margin-right:3rem;width:1px;height:3rem;background:#dfdfdf}.bt-settings__sla-national-days{width:100%;height:auto;margin-top:1.4rem}.bt-settings__sla-acceptance__title{font-size:1.25rem;color:#404040;font-weight:medium;width:100%}.bt-settings__sla-acceptance .custom-control{display:-webkit-box;display:-ms-flexbox;display:flex}.bt-settings__sla-acceptance .custom-control-label{font-size:1.25rem;color:#404040;font-weight:500;line-height:1.2}.bt-settings__sla-acceptance .custom-control-label .small{font-size:1.15rem;font-style:italic}.bt-settings__sla-acceptance .form__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-settings__sla-acceptance .input-w-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-settings__sla-acceptance .input-w-text span{font-size:1.4rem;color:#404040;font-weight:600;margin-left:1.1rem}.bt-settings__sla-limits .form__input{width:5rem;padding:0;text-align:center}.bt-settings__sla-limits__form-title{font-size:1.4rem;color:#404040;font-weight:600;margin-bottom:1rem}.bt-settings__sla-limits__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bt-settings__sla-limits__form-group span{margin-left:2rem;font-size:1.4rem;color:#404040;font-weight:600}.bt-settings__sla-limits__hr{margin-top:3rem;margin-bottom:3rem}.joining-bt__section{margin-top:2.5rem}.joining-bt__section:first-child{margin-top:0}.joining-bt__section__title{font-size:1.5rem;color:#3a87cb;font-weight:600;margin-bottom:2rem}.joining-bt__section__content-box{display:grid;grid-template-columns:1fr 18.5rem;grid-gap:3rem}@media only screen and (max-width: 37.5em){.joining-bt__section__content-box{grid-template-columns:1fr}}.joining-bt__section__content-box.grid-none{display:-webkit-box;display:-ms-flexbox;display:flex;grid-template-columns:inherit;grid-gap:inherit}.joining-bt__section__content-box.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.joining-bt__section__content-box__left--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.joining-bt__section__content-box__left--content__title{font-size:1.35rem;color:#3a87cb;font-weight:600}.joining-bt__section__content-box__left--content__right{display:grid;grid-template-columns:1fr 2fr;grid-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt__section__content-box__left--content__right__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.3rem;font-weight:500;color:#404040}.joining-bt__section__content-box__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 37.5em){.joining-bt__section__content-box__right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.joining-bt__section__content-box__right.service-selection{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.joining-bt__section__content-box__right.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.joining-bt__section__content-box.response-time{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.joining-bt__section__content-box .vertical-seperate{display:block;margin-left:.8rem;margin-right:.8rem;width:1px;height:2rem;background:#d7d7d7}.joining-bt__section__content-box.contact-person-summary{grid-template-columns:1fr;grid-gap:0}.joining-bt__section__content-box.contact-person-summary .bt-settings__select-item{border:0;background:transparent;cursor:inherit;margin-bottom:1rem}.joining-bt__section__content-box.contact-person-summary .bt-settings__contact-person{padding-left:0}.joining-bt__section__content-box.selected-services .service-selection__services-list{list-style:disc;padding-left:1.8rem;margin-top:1.3rem}.joining-bt__section__content-box.selected-services .service-selection__services-list__item{width:100%}.joining-bt__section__content-box.selected-services .service-selection__services-list__item span{font-size:1.35rem;font-weight:600;color:#404040}.joining-bt__section__content-box.selected-services .selected-radius{font-size:1.4rem;font-weight:500;color:#404040}.joining-bt__section__content-box.selected-services .selected-radius span{font-size:1.3rem}.joining-bt__section__content-box.work-shift{grid-template-columns:1fr}@media only screen and (max-width: 56.25em){.joining-bt__section__content-box.work-shift .joining-bt__section__content-box__right{display:none}}.joining-bt__section.contracts-section .checkbox-form-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.joining-bt__section.contracts-section .checkbox-form-right .form__radio-label{font-size:1.2rem;font-weight:600;color:#404040}.joining-bt__section.contracts-section .checkbox-form-right .form__radio-label .asterisk{color:#e45b72}.joining-bt__section.contracts-section .checkbox-form-right .drag-drop__item__checkbox{margin-left:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:-2px}.joining-bt__section.contracts-section .checkbox-form-right .custom-control-label:after,.joining-bt__section.contracts-section .checkbox-form-right .custom-control-label:before{top:0}.joining-bt__section.contracts-section .checkbox-form-right__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.joining-bt__section.contracts-section .joining-bt__section__content-box{grid-gap:1rem}@media only screen and (max-width: 47.93em){.joining-bt__section.contracts-section .joining-bt__section__content-box{grid-template-columns:1fr}}@media only screen and (max-width: 47.93em){.joining-bt__section.contracts-section .joining-bt__section__content-box__right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width: 47.93em){.joining-bt__section.contracts-section .joining-bt__section__content-box__right .form__radio-label{padding-left:0}}.joining-bt__section.contracts-section .joining-bt__section__content-box__right .accepted-time{font-size:1.3rem;font-weight:600;color:#2abb9b}.joining-bt__section.contracts-section .joining-bt__section__content-box.grid-2{grid-template-columns:1fr 2fr}.joining-bt__section.contracts-section .contracts__file-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt__section.contracts-section .contracts__file-name__name{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.joining-bt__section.contracts-section .contracts__file-name.document .contracts__file-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt__section.contracts-section .contracts__file-name.document a{color:#404040;text-decoration:underline}.joining-bt__section.contracts-section .contracts__file-name.document small{line-height:1;margin-left:7px;font-style:italic;text-decoration:underline}.joining-bt .commission{display:grid;grid-template-columns:4rem 1fr;grid-gap:2rem}.joining-bt .commission__icon-box{width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.joining-bt .commission__icon{width:100%;height:100%}.joining-bt .commission__text{color:#404040}.joining-bt .commission__text h4{font-size:1.4rem;font-weight:600}.joining-bt .commission__text p{font-size:1.2rem;font-weight:500}.joining-bt .work-shift{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.joining-bt .work-shift{-ms-flex-wrap:wrap;flex-wrap:wrap}}.joining-bt .work-shift__text{color:#3a87cb;font-size:1.3rem;font-weight:500}@media only screen and (max-width: 37.5em){.joining-bt .work-shift__text{width:100%}}.joining-bt .work-shift__days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:.5rem}@media only screen and (max-width: 37.5em){.joining-bt .work-shift__days{margin-left:0}}.joining-bt .work-shift__days span{color:#404040;font-size:1.3rem;font-weight:500}.joining-bt .work-shift__hours{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt .work-shift__hours span{color:#404040;font-size:1.3rem;font-weight:500}.joining-bt .work-shift .h-seperate{height:1px;width:.8rem;display:block;background:#d7d9e0;margin-left:.7rem;margin-right:.7rem}.joining-bt .work-shift .v-seperate{height:1.8rem;width:1px;display:block;background:#d7d9e0;margin-left:1rem;margin-right:1rem}.joining-bt .response-time{margin-top:1rem}.joining-bt .response-time__title{font-size:1.3rem;color:#404040;font-weight:600}.joining-bt .response-time p{color:#505050;font-size:1.2rem;font-weight:500;margin-bottom:0}.joining-bt .response-time__input-group{display:-webkit-box;display:-ms-flexbox;display:flex}.joining-bt .response-time__input-group span{font-size:1.4rem;color:#404040;font-weight:600;margin-left:1.2rem}.joining-bt .contracts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt .contracts__partner,.joining-bt .contracts__file-name{font-size:1.3rem;font-weight:500;color:#404040;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:20rem;display:inline-block}@media only screen and (max-width: 56.25em){.joining-bt .contracts__file-name{width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.joining-bt .contracts small{margin-left:5px;font-style:italic;font-size:1.1rem}.joining-bt .contracts .v-seperate{height:1.8rem;width:1px;display:block;background:#d7d9e0;margin-left:1rem;margin-right:1rem}.joining-bt .contracts .contracts__file-name{font-size:1.3rem;font-weight:500;color:#404040;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:20rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt .service-selection__text{font-size:1.2rem;font-weight:500;color:#404040}.joining-bt .service-selection__select-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.joining-bt .service-selection__select-group label{width:4rem;height:3.2rem;color:#fff;background:#8f98b8;font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.joining-bt .service-selection__button-modal{margin-top:1.2rem;background:transparent;font-size:1.2rem;color:#3a87cb;border:0;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.joining-bt .service-selection__button-modal .icon{width:2rem;height:2rem;fill:#3a87cb;margin-right:.6rem}.joining-bt .about-company__name,.joining-bt .about-company__address,.joining-bt .about-company__contact{font-size:1.3rem;color:#404040;font-weight:500}.joining-bt .about-company__address,.joining-bt .about-company__contact{margin-top:1.2rem}.joining-bt .about-company__address p,.joining-bt .about-company__contact p{margin-bottom:0}.joining-bt .about-company__address p span,.joining-bt .about-company__contact p span{font-weight:600}.joining-bt .about-company__logo-box{width:11.2rem;height:11.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.joining-bt .about-company__logo-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.community-page img{max-width:100%;height:auto}.community-page .community{display:grid;grid-template-columns:1fr}@media only screen and (min-width: 64em){.community-page .community{display:grid;grid-template-columns:300px 1fr;grid-gap:24px}}@media only screen and (min-width: 116.75em){.community-page .community{grid-template-columns:300px 912px}}.community-page .community.changelogs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community.changelogs h1{font-size:2.2rem!important;font-weight:500}.community-page .community.changelogs .changelogs--wrapper{max-width:680px}@media only screen and (max-width: 47.93em){.community-page .community.changelogs .changelogs--wrapper{min-width:100%}.community-page .community.changelogs .changelogs--wrapper .community--content.card-view{margin-top:0}}.community-page .community.changelogs .changelog-text>*{color:#344054}.community-page .community.changelogs .changelog-text span,.community-page .community.changelogs .changelog-text span span{white-space:inherit!important}.community-page .community.changelogs .changelog-text ul li{margin-bottom:.5rem}.community-page .community--sidebar{position:fixed;width:100%;z-index:8;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:none;height:calc(100vh - 160px);top:160px}@media only screen and (min-width: 64em){.community-page .community--sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:0;top:inherit;height:100%}}.community-page .community--sidebar.active{display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100vh - 150px);overflow-y:auto}@media only screen and (min-width: 40em){.community-page .community--sidebar.active{width:calc(100vw - 32px)}}.community-page .community--sidebar__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 64em){.community-page .community--sidebar__content{position:sticky;top:0}}.community-page .community--sidebar__content--profile{display:none}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--profile{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:0;margin-bottom:16px;border-radius:10px;padding:20px 24px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}}.community-page .community--sidebar__content--profile__header{margin-bottom:0}.community-page .community--sidebar__content--profile__header .button-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;position:relative;padding:0;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.community-page .community--sidebar__content--profile__header .button-accordion .img-fluid{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0}.community-page .community--sidebar__content--profile__header .button-accordion__user-name{font-size:1.4rem;color:#1d2939;font-weight:600;margin-left:12px}.community-page .community--sidebar__content--profile__header .button-accordion .icon{display:none}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--profile__header .button-accordion .icon{width:16px;height:16px;fill:#98a2b3;position:absolute;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}}.community-page .community--sidebar__content--profile__header .button-accordion .icon.active{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.community-page .community--sidebar__content--profile__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:24px}.community-page .community--sidebar__content--profile__nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0;margin-bottom:16px}.community-page .community--sidebar__content--profile__nav__link:last-child{margin-bottom:0}.community-page .community--sidebar__content--profile__nav__link .icon{width:16px;height:16px;fill:#475467;margin-right:8px;-ms-flex-negative:0;flex-shrink:0}.community-page .community--sidebar__content--profile__nav__link span{font-size:1.6rem;font-weight:500;color:#101828}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--profile__nav__link span{font-size:1.3rem}}.community-page .community--sidebar__content--profile.mobile{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:28px}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--profile.mobile{display:none}}.community-page .community--sidebar__content--navigation{border-radius:0;padding:20px 20px 28px}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--navigation{height:100%;border-radius:10px;padding:28px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}}.community-page .community--sidebar__content--navigation__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.community-page .community--sidebar__content--navigation__list--group-menu{margin-top:32px}.community-page .community--sidebar__content--navigation__list--group-menu:first-child{margin-top:20px}.community-page .community--sidebar__content--navigation__list--group-menu__title{position:relative;text-transform:uppercase;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.community-page .community--sidebar__content--navigation__list--group-menu__title span{font-size:1.2rem;font-weight:700;color:#344054;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--navigation__list--group-menu__title span{font-size:1.1rem}}.community-page .community--sidebar__content--navigation__list--group-menu__title .icon{width:12px;height:12px;fill:#475467;margin-left:8px;-ms-flex-negative:0;flex-shrink:0}.community-page .community--sidebar__content--navigation__list--group-menu__title .title-divider{width:100%;height:1px;background:#eaecf0;display:block;margin-left:8px}.community-page .community--sidebar__content--navigation__list--group-menu__title.hidden-category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px}.community-page .community--sidebar__content--navigation__list--group-menu__title.hidden-category span{margin-bottom:0}.community-page .community--sidebar__content--navigation__list--group-menu__title.hidden-category span:before{display:none}.community-page .community--sidebar__content--navigation__list--group-menu__title.hidden-category .icon{width:14px;height:14px;fill:#344054;margin-left:4px}.community-page .community--sidebar__content--navigation__list--group-menu__nav{width:100%}.community-page .community--sidebar__content--navigation__list--group-menu__nav .can--class{margin-bottom:14px}.community-page .community--sidebar__content--navigation__list--group-menu__nav .can--class:hover .action-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.community-page .community--sidebar__content--navigation__list--group-menu__nav .can--class .action-dropdown{display:none}.community-page .community--sidebar__content--navigation__list--group-menu__nav .community-subcategory-caret{height:22px;width:22px}.community-page .community--sidebar__content--navigation__list--group-menu__nav .community-subcategory-caret svg{fill:#101828}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link{font-size:1.6rem;color:#101828;font-weight:500;padding:2px 0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--navigation__list--group-menu__nav__link{font-size:1.3rem}}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link:last-child{margin-bottom:0}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link:hover .action-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link.active{color:#406db8;font-weight:600}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link .action-dropdown{display:none}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link__action{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link__action .count{padding:0 6px;background:#fff;border:1px solid #EAECF0;border-radius:3px;font-size:1.1rem;color:#101828;font-weight:500;margin-left:8px;height:22px}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link.hidden-link{margin-bottom:16px}.community-page .community--sidebar__content--navigation__list--group-menu__nav__link.hidden-link:last-child{margin-bottom:0}.community-page .community--sidebar__content--navigation__list--group-menu .button{padding:0}.community-page .community--sidebar__content--navigation__list--group-menu .button.add-new{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px}.community-page .community--sidebar__content--navigation__list--group-menu .button.add-new .icon{width:14px;height:14px;fill:#d0d5dd;-ms-flex-negative:0;flex-shrink:0}.community-page .community--sidebar__content--navigation__list--group-menu .button.add-new span{color:#98a2b3;font-size:1.2rem;font-weight:600;margin-left:4px}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--navigation__list--group-menu.filter-in-menu{display:none}}.community-page .community--sidebar__content--navigation__list--group-menu.filter-in-menu .community--sidebar__content--navigation__list--group-menu__title span{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.community-page .community--sidebar__content--navigation__list--group-menu.filter-in-menu .community--sidebar__content--navigation__list--group-menu__title span:before{display:none}.community-page .community--sidebar__content--navigation__list--group-menu__filter__item{font-size:1.6rem;color:#101828;font-weight:500;margin-bottom:20px;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none;cursor:pointer}.community-page .community--sidebar__content--navigation__list--group-menu__filter__item:last-child{margin-bottom:0}.community-page .community--sidebar__content--navigation__list--group-menu__filter__item .icon{width:20px;height:20px;fill:#475467}.community-page .community--sidebar__content--navigation__list .divider{width:calc(100% + 32px);height:1px;background:#eaecf0;display:block;margin-top:28px;margin-left:-16px}@media only screen and (min-width: 64em){.community-page .community--sidebar__content--navigation__list .divider{display:none}}.community-page .community--sidebar .add-new-categorie{font-size:1.2rem;color:#98a2b3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600}.community-page .community--sidebar .add-new-categorie:hover{cursor:pointer}.community-page .community--sidebar .add-new-categorie__icon{width:14px;height:14px;fill:#98a2b3;-ms-flex-negative:0;flex-shrink:0;margin-left:6px}.community-page .community--content{margin-top:28px;padding:20px 24px;border-radius:10px}@media only screen and (min-width: 64em){.community-page .community--content{margin-top:0;padding:24px 28px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}}.community-page .community--content.card-view{background:transparent;padding:0;-webkit-box-shadow:none;box-shadow:none}.community-page .community--content__header{display:none}@media only screen and (min-width: 40em){.community-page .community--content__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.community-page .community--content__header.card-view{background:#fff;padding:20px 24px;margin-bottom:20px;border-radius:10px}@media only screen and (min-width: 64em){.community-page .community--content__header.card-view{padding:24px 28px;width:100%;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}}@media only screen and (min-width: 116.75em){.community-page .community--content__header.card-view{width:680px;margin:0 auto 24px}}.community-page .community--content__header--title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.community-page .community--content__header--title h5{line-height:1;font-size:1.8rem;font-weight:600;color:#101828;display:none;text-transform:uppercase}@media only screen and (min-width: 64em){.community-page .community--content__header--title h5{display:block}}.community-page .community--content__header--title h5.mobile-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 64em){.community-page .community--content__header--title h5.mobile-title{display:none}}.community-page .community--content__header--title h5.mobile-title .icon{width:16px;height:16px;fill:#344054;margin-left:6px}.community-page .community--content__header--title .btn.add-new{font-size:1.3rem;font-weight:600;color:#fff;background:#4bb8ff;padding:10px 18px;border-radius:5px}.community-page .community--content__header--navbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f9fafc;padding:12px 16px;border-radius:10px;margin-bottom:20px}.community-page .community--content__header--navbar.card-view{margin-bottom:0}.community-page .community--content__header--navbar__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;padding:0;margin:0}.community-page .community--content__header--navbar__navigation__item{margin-right:36px;cursor:pointer}.community-page .community--content__header--navbar__navigation__item:last-child{margin-right:0}.community-page .community--content__header--navbar__navigation__item span{font-size:1.1rem;color:#667085;font-weight:600;text-transform:uppercase}.community-page .community--content__header--navbar__navigation__item span.active{color:#3a87cb}.community-page .community--content__header--navbar__filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--content__header--navbar__filter__item{cursor:pointer;margin-left:12px}.community-page .community--content__header--navbar__filter__item:first-child{margin-left:0}.community-page .community--content__header--navbar__filter__item .icon{fill:#d0d5dd;width:18px;height:18px}.community-page .community--content__header--navbar__filter__item.active .icon{fill:#3a87cb}.community-page .community--content__posts--list{list-style:none;padding:0}.community-page .community--content__posts--list__post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:1px solid #F2F4F7;padding:16px 0;cursor:pointer;position:relative}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.community-page .community--content__posts--list__post:last-child{border-bottom:0}.community-page .community--content__posts--list__post__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__left{padding-right:24px}}.community-page .community--content__posts--list__post__left .img-fluid{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:16px;-ms-flex-negative:0;flex-shrink:0}.community-page .community--content__posts--list__post__left--text-group__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;word-break:normal;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.community-page .community--content__posts--list__post__left--text-group__title span{font-size:1.4rem;color:#1d2939;font-weight:600;line-height:1.3;padding-right:24px}.community-page .community--content__posts--list__post__left--text-group__post-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width: 80em){.community-page .community--content__posts--list__post__left--text-group__post-info{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.community-page .community--content__posts--list__post__left--text-group__post-info__author-name{display:none}@media only screen and (min-width: 40em){.community-page .community--content__posts--list__post__left--text-group__post-info__author-name{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.1rem;color:#344054;font-weight:600;line-height:1}}.community-page .community--content__posts--list__post__left--text-group__post-info__datetime{font-size:1.2rem;color:#667085;font-weight:600;line-height:1;white-space:nowrap;-ms-flex-preferred-size:100%;flex-basis:100%}@media only screen and (min-width: 40em){.community-page .community--content__posts--list__post__left--text-group__post-info__datetime{font-size:1.1rem;margin-left:10px;-ms-flex-preferred-size:auto;flex-basis:auto}}.community-page .community--content__posts--list__post__left--text-group__post-info__category{font-size:1.2rem;color:#667085;font-weight:600;line-height:1;white-space:nowrap;margin-top:4px}@media only screen and (min-width: 40em){.community-page .community--content__posts--list__post__left--text-group__post-info__category{font-size:1.1rem;margin-left:10px}}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__left--text-group__post-info__category{margin-left:0;margin-top:8px;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}}@media only screen and (min-width: 80em){.community-page .community--content__posts--list__post__left--text-group__post-info__category{margin-left:10px;margin-top:0;-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit}}.community-page .community--content__posts--list__post__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:56px;margin-top:16px}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__actions{padding-left:0;margin-top:0}}.community-page .community--content__posts--list__post__actions__item.pinned{position:absolute;right:0;top:16px}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__actions__item.pinned{position:static;top:inherit;right:inherit;margin-right:24px}}.community-page .community--content__posts--list__post__actions__item.comment-count{margin-right:32px}.community-page .community--content__posts--list__post__actions__item.likes{display:none}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__actions__item.likes{margin-right:32px;width:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.community-page .community--content__posts--list__post__actions__item.bookmark{display:none}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__actions__item.bookmark{display:block;margin-right:16px}}.community-page .community--content__posts--list__post__actions__item.more .action-dropdown{border:0!important}.community-page .community--content__posts--list__post__actions__item.more .action-dropdown:hover{background:transparent!important;border:0!important}.community-page .community--content__posts--list__post__actions__item--comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__actions__item--comment{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.community-page .community--content__posts--list__post__actions__item--comment__count{font-size:1.4rem;font-weight:700;color:#101828;margin-right:4px}@media only screen and (min-width: 64em){.community-page .community--content__posts--list__post__actions__item--comment__count{margin-right:0}}.community-page .community--content__posts--list__post__actions__item--comment__text{font-size:1rem;font-weight:600;color:#98a2b3}.community-page .community--content__posts--list__post__actions__item--bookmark .btn.btn-bookmark{padding:4px}.community-page .community--content__posts--list__post__actions__item--bookmark .btn.btn-bookmark .icon{width:21px;height:21px;fill:#d0d5dd}.community-page .community--content__posts--list__post__actions__item--bookmark .btn.btn-bookmark.active .icon{fill:#4bb8ff}.community-page .community--content__posts--list__post__actions__item .post-pin .icon-box{width:22px;height:22px;background:#3a87cb4d;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community-page .community--content__posts--list__post__actions__item .post-pin .icon-box .icon{width:12px;height:12px;fill:#3a87cb}.community-page .community--content__posts--list__post__actions__item__user-avatars{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--content__posts--list__post__actions__item__user-avatars .table-list__workspace-users__list{margin-left:0}.community-page .community--content__posts--list__post__actions__item__user-avatars .table-list__workspace-users__list li:not(:first-child){margin-left:-4px}.community-page .community--content__posts--list__post__actions__item__user-avatars .table-list__workspace-users__list__avatar{width:28px;height:28px;border:2px solid #ffffff}.community-page .community--content__posts--list__post__actions__item__user-avatars .dropdown-more-tags{z-index:2;background:#bee5ff;padding:0;width:24px;height:24px;border-radius:50%;border:2px solid #ffffff;position:relative;margin:0 0 0 -8px}.community-page .community--content__posts--list__post__actions__item__user-avatars .dropdown-more-tags .dropdown-toggle{text-decoration:none!important;width:32px;height:32px;color:#3a87cb;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community-page .community--content__posts--list__post__actions__item__user-avatars .dropdown-more-tags .dropdown-toggle span{line-height:1.4;font-size:1.2rem;font-weight:500}.community-page .community--content__posts--list__post__actions__item__user-avatars .dropdown-more-tags .dropdown-menu{display:none}.community-page .community--card{padding:0 0 28px;margin-bottom:24px;border-radius:10px}@media only screen and (min-width: 64em){.community-page .community--card{-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}}@media only screen and (min-width: 116.75em){.community-page .community--card{width:680px;margin:0 auto 24px}}.community-page .community--card.has-no-banner{padding-top:28px}@media only screen and (min-width: 116.75em){.community-page .community--card.post-detail{width:912px;padding:24px 28px 48px}}.community-page .community--card.post-detail .card--header{margin-bottom:40px;padding-left:28px}@media only screen and (min-width: 116.75em){.community-page .community--card.post-detail .card--header{padding-left:0}}.community-page .community--card.post-detail .card--header .page-heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:12px;margin-bottom:0}.community-page .community--card.post-detail .card--header .page-heading__box__title{font-size:1.4rem;color:#101828;padding:0;line-height:1;text-transform:uppercase}.community-page .community--card.post-detail .card--header .button-back{padding:0;border:0;width:auto;height:auto;margin-right:8px}.community-page .community--card.post-detail .card--header .button__back-icon{width:18px;height:18px;fill:#101828}.community-page .community--card.post-detail .post-detail-body{padding-left:48px;padding-right:48px}.community-page .community--card.post-detail .post-detail-body__comment-disabled{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;color:#667085}.community-page .community--card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px;padding-left:28px;padding-right:28px}.community-page .community--card__header.post-detail{padding-left:0;padding-right:0}.community-page .community--card__header__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--card__header__left .img-fluid{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:16px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.community-page .community--card__header__left__text-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.community-page .community--card__header__left__text-group__author-name{font-size:1.6rem;color:#1d2939;font-weight:600;line-height:1.6;margin-bottom:0}.community-page .community--card__header__left__text-group__author-name .reported-comment .icon{width:14px;height:14px;fill:#e45b72}.community-page .community--card__header__left__text-group__post-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 29.93em){.community-page .community--card__header__left__text-group__post-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.community-page .community--card__header__left__text-group__post-info__datetime{font-size:1.2rem;color:#667085;font-weight:500;line-height:1}.community-page .community--card__header__left__text-group__post-info__category{font-size:1.2rem;color:#667085;font-weight:500;line-height:1;margin-left:12px}@media only screen and (max-width: 29.93em){.community-page .community--card__header__left__text-group__post-info__category{margin-left:0;margin-top:4px}}.community-page .community--card__header__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--card__header__actions__item{margin-left:8px}.community-page .community--card__header__actions__item:first-child{margin-left:0}.community-page .community--card__header__actions__item.bookmark{display:none}@media only screen and (min-width: 40em){.community-page .community--card__header__actions__item.bookmark{display:block}}.community-page .community--card__header__actions__item .post-pin .icon-box{width:22px;height:22px;background:#3a87cb4d;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community-page .community--card__header__actions__item .post-pin .icon-box .icon{width:12px;height:12px;fill:#3a87cb}.community-page .community--card__header__actions__item__bookmark .btn.btn-bookmark{padding:4px}.community-page .community--card__header__actions__item__bookmark .btn.btn-bookmark .icon{width:18px;height:18px;fill:#d0d5dd}.community-page .community--card__header__actions__item__bookmark .btn.btn-bookmark.active .icon{fill:#4bb8ff}.community-page .community--card__cover{max-width:100%;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}.community-page .community--card__cover.without-cover{display:none}.community-page .community--card__cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-top-left-radius:10px;border-top-right-radius:10px}.community-page .community--card__cover.detail-view img{border-radius:0}.community-page .community--card__content{margin-top:20px;margin-bottom:32px;padding-left:28px;padding-right:28px}.community-page .community--card__content.post-detail{margin-top:24px;margin-bottom:24px;padding-left:0;padding-right:0}.community-page .community--card__content__title{font-size:2.1rem;font-weight:600;color:#101828}.community-page .community--card__content__title.post-detail{font-size:2.6rem;margin-bottom:8px}@media only screen and (min-width: 40em){.community-page .community--card__content__title.post-detail{font-size:3rem}}.community-page .community--card__content__text{font-size:1.4rem;color:#101828}.community-page .community--card__content__text h2{font-size:1.7rem;font-weight:600;margin-top:2.25rem}.community-page .community--card__content__text h3{font-size:1.5rem;font-weight:600}.community-page .community--card__content__text ul{padding-left:3rem}.community-page .community--card__content__text img{max-width:100%}.community-page .community--card__content__attached-files{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.community-page .community--card__content__attached-files__file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.community-page .community--card__content__attached-files__file:last-child{margin-bottom:0}.community-page .community--card__content__attached-files__file__icon-box{width:2rem;height:2rem;background:#40536b;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:.8rem;margin-top:2px}.community-page .community--card__content__attached-files__file__icon-box .icon{width:12px;height:12px;fill:#fff}.community-page .community--card__content__attached-files__file__name{font-size:1.4rem;color:#101828}@media only screen and (max-width: 40em){.community-page .community--card__content__attached-files__file__name{width:200px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.community-page .community--card__content__attached-files__file .download-feature-button{margin-left:8px}.community-page .community--card__content .category-link{font-size:1.4rem;font-weight:500;color:#3a87cb;text-decoration:none}.community-page .community--card__footer{padding-left:28px;padding-right:28px}.community-page .community--card__footer.post-detail{padding:0}.community-page .community--card__footer__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 29.93em){.community-page .community--card__footer__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.community-page .community--card__footer__actions__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--card__footer__actions__left .btn.btn-comment{margin-right:16px}.community-page .community--card__footer__actions__left .btn.btn-comment,.community-page .community--card__footer__actions__left .btn.btn-like{background:transparent;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--card__footer__actions__left .btn.btn-comment .icon,.community-page .community--card__footer__actions__left .btn.btn-like .icon{width:20px;height:20px;fill:#667085}.community-page .community--card__footer__actions__left .btn.btn-comment span,.community-page .community--card__footer__actions__left .btn.btn-like span{font-size:1.3rem;font-weight:500;color:#344054;margin-left:4px;line-height:1}.community-page .community--card__footer__actions__left .btn.btn-like.active .icon{fill:#4bb8ff}.community-page .community--card__footer__actions__left .btn.btn-like.active span{color:#4bb8ff}.community-page .community--card__footer__actions__left__like{-ms-flex-negative:0;flex-shrink:0}.community-page .community--card__footer__actions__left__like--list{display:none}.community-page .community--card__footer__actions__left__like--list__likes{font-size:1.3rem;font-weight:600;color:#4bb8ff}.community-page .community--card__footer__actions__left__like__avatars{list-style:none;padding:0}.community-page .community--card__footer__actions__left__like__avatars li{margin-bottom:16px}.community-page .community--card__footer__actions__left__like__avatars li:last-child{margin-bottom:0}.community-page .community--card__footer__actions__left__like__avatars li .avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--card__footer__actions__left__like__avatars li .avatar img{width:28px;height:28px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;margin-right:8px}.community-page .community--card__footer__actions__left__like__avatars li .avatar span{font-size:1.2rem;color:#1d2939;font-weight:600}.community-page .community--card__footer__actions__left .dropdown,.community-page .community--card__footer__actions__left .dropdown-more-tags{position:relative!important;margin-top:0;margin-left:8px}.community-page .community--card__footer__actions__left .dropdown .btn,.community-page .community--card__footer__actions__left .dropdown .dropdown-toggle,.community-page .community--card__footer__actions__left .dropdown-more-tags .btn,.community-page .community--card__footer__actions__left .dropdown-more-tags .dropdown-toggle{font-size:1.1rem;color:#475467;font-weight:500;text-decoration:none!important}.community-page .community--card__footer__actions__left .dropdown .dropdown-menu,.community-page .community--card__footer__actions__left .dropdown-more-tags .dropdown-menu{min-width:20rem;border-radius:5px;border:0;background:transparent!important}.community-page .community--card__footer__actions__left .dropdown .dropdown-menu .btn.btn-close-modal,.community-page .community--card__footer__actions__left .dropdown-more-tags .dropdown-menu .btn.btn-close-modal{display:none}.community-page .community--card__footer__actions__right{position:relative}.community-page .community--card__footer__actions__right__user-avatars{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--card__footer__actions__right__user-avatars .table-list__workspace-users__list{margin-left:0}.community-page .community--card__footer__actions__right__user-avatars .table-list__workspace-users__list li:not(:first-child){margin-left:-8px}.community-page .community--card__footer__actions__right__user-avatars .table-list__workspace-users__list__avatar{width:32px;height:32px;border:2px solid #ffffff}.community-page .community--card__footer__actions__right__user-avatars .dropdown-more-tags{z-index:2;background:#bee5ff;padding:0;width:32px;height:32px;border-radius:50%;border:2px solid #ffffff;position:relative;margin:0 0 0 -8px}.community-page .community--card__footer__actions__right__user-avatars .dropdown-more-tags .dropdown-toggle{text-decoration:none!important;width:32px;height:32px;color:#3a87cb;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.community-page .community--card__footer__actions__right__user-avatars .dropdown-more-tags .dropdown-toggle span{line-height:1.4;font-size:1.2rem;font-weight:500}.community-page .community--card__footer__actions__right__user-avatars .dropdown-more-tags .dropdown-menu{display:none}.community-page .community--card__footer__actions__right__comment-count{font-size:1.4rem;color:#344054;font-weight:600}@media only screen and (max-width: 29.93em){.community-page .community--card__footer__actions__right__comment-count{margin-top:16px}}.community-page .community--card__footer .edited-time{font-size:1.2rem;font-style:italic;font-weight:500;color:#667085}.community-page .community--card__footer .dropdown-likes{position:relative}.community-page .community--card__footer .dropdown-likes:hover .dd-content{display:block}.community-page .community--card__footer .dropdown-likes__button{background:transparent;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;outline:none}.community-page .community--card__footer .dropdown-likes__button.active .icon{fill:#3a87cb}.community-page .community--card__footer .dropdown-likes__button.active span{color:#3a87cb}.community-page .community--card__footer .dropdown-likes__button .icon{width:20px;height:20px;fill:#667085}.community-page .community--card__footer .dropdown-likes__button span{font-size:1.3rem;font-weight:500;color:#344054;margin-left:4px;line-height:1}.community-page .community--card__footer .dropdown-likes__content{position:absolute;left:0;background:#fff;border:1px solid #EAECF0;border-radius:5px;z-index:10;padding:16px;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d;display:none}.community-page .community--card__footer .dropdown-likes__content__list{list-style:none;padding:0;margin-bottom:0}.community-page .community--card__footer .dropdown-likes__content__list--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;cursor:pointer}.community-page .community--card__footer .dropdown-likes__content__list--item:last-child{margin-bottom:0}.community-page .community--card__footer .dropdown-likes__content__list--item img{width:28px;height:28px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.community-page .community--card__footer .dropdown-likes__content__list--item span{font-size:1.4rem;font-weight:500;color:#475467;white-space:nowrap;margin-left:8px}.community-page .community--comments-container{border-top:1px solid #EAECF0;margin-top:24px;padding-top:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.community-page .community--comments-container .comment-disabled-text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;color:#667085}.community-page .community--comments{width:100%}.community-page .community--comments__item{margin-bottom:40px}.community-page .community--comments__item:last-child{margin-bottom:0}.community-page .community--comments__item__profile{position:relative;width:100%}.community-page .community--comments__item__profile__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--comments__item__profile__info .img-fluid{width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;cursor:pointer}.community-page .community--comments__item__profile__info__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:16px}.community-page .community--comments__item__profile__info__text__author-name{font-size:1.4rem;color:#1d2939;font-weight:600;line-height:1.4}.community-page .community--comments__item__profile__info__text__author-name .reported-comment .icon{width:14px;height:14px;fill:#e45b72}.community-page .community--comments__item__profile__info__text__datetime{font-size:1.1rem;color:#667085;font-weight:600;line-height:1}.community-page .community--comments__item__profile .action-dropdown{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:50}.community-page .community--comments__content{margin-top:12px}.community-page .community--comments__content p{font-size:1.5rem;color:#101828}.community-page .community--comments__content__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0}.community-page .community--comments__content__bottom .btn.btn-comment{margin-right:16px}.community-page .community--comments__content__bottom .btn.btn-comment,.community-page .community--comments__content__bottom .btn.btn-like{background:transparent;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.community-page .community--comments__content__bottom .btn.btn-comment .icon,.community-page .community--comments__content__bottom .btn.btn-like .icon{width:20px;height:20px;fill:#667085}.community-page .community--comments__content__bottom .btn.btn-comment span,.community-page .community--comments__content__bottom .btn.btn-like span{font-size:1.3rem;font-weight:500;color:#344054;margin-left:4px;line-height:1}.community-page .community--comments__content__bottom .btn.btn-like.active .icon{fill:#4bb8ff}.community-page .community--comments__content__bottom .btn.btn-like.active span{color:#4bb8ff}.community-page .community--comments__content__bottom .edited-time{font-size:1.2rem;font-style:italic;font-weight:500;color:#667085;margin-left:auto}.community-page .community--comments__content__bottom .dropdown,.community-page .community--comments__content__bottom .dropdown-more-tags{position:relative!important;margin-top:0;margin-left:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.community-page .community--comments__content__bottom .dropdown .btn,.community-page .community--comments__content__bottom .dropdown .dropdown-toggle,.community-page .community--comments__content__bottom .dropdown-more-tags .btn,.community-page .community--comments__content__bottom .dropdown-more-tags .dropdown-toggle{font-size:1.1rem;color:#475467;font-weight:500;text-decoration:none!important}.community-page .community--comments__content__bottom .dropdown .dropdown-menu,.community-page .community--comments__content__bottom .dropdown-more-tags .dropdown-menu{min-width:20rem;border-radius:5px;border:0;background:transparent!important}.community-page .community--comments__content__bottom .dropdown .dropdown-menu .btn.btn-close-modal,.community-page .community--comments__content__bottom .dropdown-more-tags .dropdown-menu .btn.btn-close-modal{display:none}.community-page .community--comments__child-comment{padding-left:40px;padding-top:40px}.community-page .community--comments-editor{display:grid;grid-template-columns:1fr}@media only screen and (min-width: 40em){.community-page .community--comments-editor{grid-template-columns:40px 1fr;grid-gap:28px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}}.community-page .community--comments-editor .img-fluid{display:none}@media only screen and (min-width: 40em){.community-page .community--comments-editor .img-fluid{display:block;width:40px;height:40px;border-radius:50%}}.community-page .community--comments-editor__textarea{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.community-page .community--comments-editor__textarea .tox.tox-tinymce{border:1px solid #EAECF0;background:#fff;border-radius:10px;padding:0;min-height:auto!important}.community-page .community--comments-editor__textarea .tox-edit-area__iframe{background:#fff!important}.community-page .community--comments-editor__textarea .tox .tox-toolbar-overlord{background:transparent!important}.community-page .community--comments-editor__textarea .tox-toolbar__primary{background:none!important}.community-page .community--comments-editor__textarea .tox-editor-container{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important;padding-bottom:8px}.community-page .community--comments-editor__textarea .tox-tbtn.tox-split-button__chevron{display:none!important}.community-page .community--comments-editor__textarea .btn.btn-primary{position:relative;margin-top:8px;margin-left:auto}@media only screen and (min-width: 40em){.community-page .community--comments-editor__textarea .btn.btn-primary{position:absolute;right:12px;bottom:16px;z-index:10;margin-left:inherit}}.community-page .community--comments-editor__textarea .tox-toolbar__group{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;overflow-x:inherit!important;-ms-flex-negative:1!important;flex-shrink:1!important}@media only screen and (min-width: 64em){.community-page .community--comments-editor__textarea .tox-toolbar__group{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;-ms-flex-negative:0!important;flex-shrink:0!important}}.community-page .community--comments-editor.edit-comment{grid-template-columns:1fr}.community-page .community--comments-editor.edit-comment img{display:none}.community-page .community .mobile-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:24px 20px;font-size:1.9rem;font-weight:600;color:#101828;background:#fff;border-radius:10px}@media only screen and (min-width: 40em){.community-page .community .mobile-toggle{display:none;visibility:hidden}}.community-page .community .mobile-toggle.active .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.community-page .community .mobile-toggle .icon{width:16px;height:16px;fill:#344054}.community-page .button.add-new{padding:0;width:48px;height:48px;background:#4bb8ff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:15px;right:15px;z-index:500}@media only screen and (min-width: 40em){.community-page .button.add-new{display:none}}.community-page .button.add-new .icon{width:14px;height:14px;fill:#fff}.community-user{margin-top:24px}.community-user__profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.community-user__profile .img-fluid{width:64px;height:64px;border-radius:50%;margin-right:16px;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width: 40em){.community-user__profile .img-fluid{width:50px;height:50px;margin-right:12px}}.community-user__profile__info__username{font-size:1.8rem;font-weight:600;color:#1d2939;line-height:1;margin-bottom:0;margin-top:5px}.community-user__profile__info__workspace{color:#344054;font-size:1.2rem;font-weight:500;line-height:1}.community-user__profile__info .button{padding:0}.community-user__profile__info .button.send-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px;border:1px solid #D0D5DD;padding:4px 8px}.community-user__profile__info .button.send-message .icon{width:16px;height:16px;fill:#475467;-ms-flex-negative:0;flex-shrink:0;margin-right:4px}.community-user__profile__info .button.send-message span{color:#475467;font-size:1.2rem;font-weight:500}.community-user .tabs{margin-top:32px}.community-user .tabs__content{padding:0;border:0}.community-user .tabs__section{margin-bottom:24px}.community-user .tabs__section__title{font-size:1.4rem;color:#101828;font-weight:600;text-transform:none;margin-bottom:4px}.community-user .tabs__section__item{grid-template-columns:1fr}.community-user .tabs__section__item__icon-box{display:none}.community-user .tabs__section__item__content-wrapper{grid-template-columns:1fr}.community-user .tabs__section__item__content-wrapper .tabs__section__tags__list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:disc;padding-left:30px!important}.community-user .tabs__section__item__content-wrapper .tabs__section__tags__list li{background:transparent;display:list-item;padding:0!important;margin:0!important;font-size:1.4rem;color:#101828;font-weight:400}.community-user .tabs__section__item__feature{padding-left:20px}.community-user .tabs__section__item__feature__name{font-size:1.4rem;color:#101828;font-weight:400;display:list-item}.community-user .tabs__section__item__feature__date{display:none}.community-user .tabs__navbar{position:relative;margin-bottom:14px}.community-user .tabs__navbar:before{position:absolute;bottom:0;width:calc(100vw + 53px);left:-28px;height:1px;background:#eaecf0;display:block;content:""}.community-user .tabs__nav{border-bottom:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0;width:100%;overflow-x:auto;overflow-y:hidden}@media only screen and (min-width: 29.93em){.community-user .tabs__nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.community-user .tabs__nav li{margin-right:24px}@media only screen and (min-width: 29.93em){.community-user .tabs__nav li{margin-right:0}}.community-user .tabs__nav li:last-child{margin-right:0}.community-user .tabs__nav__item{border:0;position:relative;padding-left:0;padding-right:0}.community-user .tabs__nav__item:hover:before{position:absolute;bottom:2px;left:0;width:100%;height:2px;background:#3a87cb;display:block;content:""}.community-user .tabs__nav__item.active{border:0;position:relative}.community-user .tabs__nav__item.active:before{position:absolute;bottom:2px;left:0;width:100%;height:2px;background:#3a87cb;display:block;content:""}.community-user .tabs__nav__item.active span{color:#3a87cb}.community-user .tabs__nav__item__badge-count{padding-left:3px}.community-user .tabs__nav__item__span,.community-user__about__description{font-size:1.4rem;color:#101828}.community-user__posts{list-style:none;padding:0}.community-user__posts__post{position:relative;padding:24px 0 30px}.community-user__posts__post:first-child{padding-top:0}.community-user__posts__post:before{position:absolute;bottom:0;width:calc(100vh + 53px);left:-28px;height:6px;background:#eaecf0;display:block;content:""}.community-user__posts__post__date{font-size:1.2rem;font-weight:500;color:#667085;margin-bottom:4px}.community-user__posts__post__content__title{font-size:1.8rem;color:#101828;font-weight:600;line-height:1.2;text-decoration:none}.community-user__posts__post__content__text{line-height:1.3;color:#101828;font-size:1.4rem;margin-top:8px}.community-user__posts__post__content__more{font-size:1.4rem;color:#101828;font-weight:600;text-decoration:none}.community-user__posts__post__teams{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.community-user__posts__post__teams .img-fluid{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;margin-right:16px}.community-user__comments{list-style:none;padding:0}.community-user__comments__comment{padding:24px 0 30px;position:relative}.community-user__comments__comment:first-child{padding-top:0}.community-user__comments__comment:before{position:absolute;bottom:0;width:calc(100vh + 53px);left:-28px;height:6px;background:#eaecf0;display:block;content:""}.community-user__comments__content{cursor:pointer;font-size:1.4rem;color:#101828}.community-user__comments__content span{color:#667085;font-weight:400}.community-user__comments__content__date{font-size:1.2rem;color:#344054;font-weight:500;margin:8px 0}.community-user__comments__content__text{font-size:1.4rem;color:#101828}.auth-container{background-image:url(/images/bg-login.jpg);background-size:cover;position:relative;width:100%;min-height:100vh;height:100%}@media only screen and (max-width: 47.93em){.auth-container{overflow:scroll}}.login-header{position:fixed;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 2rem;background:transparent;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (max-width: 47.93em){.login-header{position:static}}.login-header .header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1rem}.login-header .header__logo__icon{width:3.53rem;height:3.53rem;margin-right:1.16rem}.login-header .header__logo__service{color:#5c697f;font-size:1.2rem;line-height:1;font-weight:400;text-decoration:none;display:block}.login{display:-webkit-box;display:-ms-flexbox;display:flex;width:50rem;height:auto;background:#fffffff0;border-radius:1rem;-webkit-box-shadow:0 0 2rem rgba(0,0,0,.16);box-shadow:0 0 2rem #00000029;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 47.93em){.login{position:static;-webkit-transform:none;transform:none;margin:2rem auto}}@media only screen and (max-width: 37.5em){.login{width:95%;height:auto}}.login__promo .carousel-item,.login__promo .carousel-inner{height:100%}.login__promo .carousel-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:3.5rem 4rem;left:0;right:0;top:0;text-align:left;width:100%}.login__form-container{width:100%;padding:6rem}.login__form-container--forgot-password{width:100%;padding:6rem}@media only screen and (max-width: 37.5em){.login__form-container{padding:4rem}}@media only screen and (max-width: 29.93em){.login__form-container{padding:2rem}}.login__form-title{font-size:2.5rem;color:#3a87cb;font-weight:300;margin-bottom:7rem}@media only screen and (max-width: 29.93em){.login__form-title{margin-bottom:2rem;font-size:2rem}}.login__form-title--forgot-password{margin-bottom:2rem}.login__form-title span{font-weight:600;font-size:2.8rem}@media only screen and (max-width: 29.93em){.login__form-title span{font-size:2.4rem}}.login .form{background:transparent}.login .form__group,.login .form__group--full-width{padding:0;margin-bottom:2.5rem;position:relative}.login .form input::-webkit-input-placeholder,.login .form textarea::-webkit-input-placeholder,.login .form select::-webkit-input-placeholder{color:#c7c7c7!important;opacity:1;font-style:normal}.login .form input::-moz-placeholder,.login .form textarea::-moz-placeholder,.login .form select::-moz-placeholder{color:#c7c7c7!important;opacity:1;font-style:normal}.login .form input:-ms-input-placeholder,.login .form textarea:-ms-input-placeholder,.login .form select:-ms-input-placeholder{color:#c7c7c7!important;opacity:1;font-style:normal}.login .form input::-ms-input-placeholder,.login .form textarea::-ms-input-placeholder,.login .form select::-ms-input-placeholder{color:#c7c7c7!important;opacity:1;font-style:normal}.login .form input::placeholder,.login .form textarea::placeholder,.login .form select::placeholder{color:#c7c7c7!important;opacity:1;font-style:normal}.login .form__input{font-size:1.6rem;color:#868686;padding:8px 2rem 5px;background-color:#fff;outline:none;border:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;width:100%;display:block;-webkit-transition:all .3s;transition:all .3s;line-height:1.3;min-height:5rem;background-clip:border-box;border-radius:5px}.login .form__input:focus{outline:none;border:1px solid #D8D8D8;-webkit-box-shadow:0 1rem 2rem rgba(0,0,0,.1);box-shadow:0 1rem 2rem #0000001a;border-bottom:1px solid #D8D8D8;outline-offset:0}.login .form__input:focus:invalid{border:1px solid #E45B72}.login .form__input::-webkit-input-placeholder{color:#c7c7c7}.login .form .btn,.login .form .btn.btn-primary:disabled,.login .form .btn.btn-primary.disabled{border-radius:5px;min-height:5rem;margin-top:1rem;-webkit-transition:all .2s;transition:all .2s;opacity:1;font-size:1.6rem;-webkit-backface-visibility:hidden;backface-visibility:hidden}.login .form .btn:hover,.login .form .btn.btn-primary:disabled:hover,.login .form .btn.btn-primary.disabled:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003}.login .form .btn:focus,.login .form .btn:active,.login .form .btn.btn-primary:disabled:focus,.login .form .btn.btn-primary:disabled:active,.login .form .btn.btn-primary.disabled:focus,.login .form .btn.btn-primary.disabled:active{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 3px 5px rgba(0,0,0,.2);box-shadow:0 3px 5px #0003;border:none!important}.login .form__checkbox-label{padding-left:2.4rem}.login .form__checkbox-label a{color:#3a87cb!important}.login__span{font-size:1.3rem;color:#b7b7b7;font-style:normal;font-weight:500}.login__span a{color:#3a87cb!important}.login .invalid-feedback{position:absolute;font-size:1.1rem;bottom:-2rem;left:8px;margin-top:0}.forgot-password{border-radius:1rem;-webkit-box-shadow:0 0 2rem rgba(0,0,0,.16);box-shadow:0 0 2rem #00000029;width:50rem;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 37.5em){.forgot-password{width:95%}}.forgot-password__description{font-size:1.5rem;color:#797979;line-height:1.5;margin-bottom:6rem}.signup-birth{outline:none!important;border:1px solid #D8D8D8!important;border-radius:5px!important}.signup-birth input{min-height:5rem;background:#fff;border-radius:5px!important}.signup-birth input:focus{outline:none!important}.birth-tooltip{position:absolute;-webkit-transform:translate(-25px,15px);transform:translate(-25px,15px)}.contract-checkbox-button{top:0;-webkit-transform:translateY(43%);transform:translateY(43%)}.register-check{display:grid;grid-template-columns:auto 1fr}.checkmark{width:1.5rem;height:1.5rem;background:#efefef;border:1px solid #CBCBCB;position:relative;border-radius:2px}.checkmark:after{content:"";display:none;position:absolute}.confirm-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:70rem;height:auto;background:#fffffff0;border-radius:1rem;-webkit-box-shadow:0 0 2rem rgba(0,0,0,.16);box-shadow:0 0 2rem #00000029;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width: 47.93em){.confirm-container{width:95%;height:auto}}.confirm-container__box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7rem 1.4rem}.confirm-container__icon-box{position:relative}.confirm-container__icon-box__text{width:4rem;height:4rem;border-radius:50%;background:#e45b72;color:#fff;font-size:1.6rem;position:absolute;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:-1.4rem;top:-1.4rem}.confirm-container__icon-box img{width:12rem}.confirm-container__title{color:#767676;font-size:4rem;margin-bottom:4rem;font-weight:600}@media only screen and (max-width: 29.93em){.confirm-container__title{text-align:center;font-size:2.6rem}}.confirm-container__message{width:90%;color:#767676;margin:3rem 0rem;text-align:center;font-size:1.6rem}@media only screen and (max-width: 29.93em){.confirm-container__message{font-size:1.3rem}}.confirm-container__button{outline:none;background:transparent;border:1px solid #767676;color:#767676;border-radius:3px;font-size:1.4rem;padding:.5rem 2.4rem}.confirm-container__button:focus{outline:none}.messenger{display:grid;grid-template-columns:20rem 1fr;grid-gap:3.2rem;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 87.5em){.messenger{grid-template-columns:1fr}}@media only screen and (max-width: 56.25em){.messenger{width:100%}}.messenger__chat-container{display:grid;grid-template-columns:64rem 37rem}@media only screen and (max-width: 100em){.messenger__chat-container{grid-template-columns:49rem 37rem}}@media only screen and (max-width: 62em){.messenger__chat-container{grid-template-columns:48rem 32rem}}@media only screen and (max-width: 56.25em){.messenger__chat-container{grid-template-columns:100%;width:100%;position:relative;overflow:hidden;height:calc(100vh - 15rem)}}@media only screen and (max-width: 29.93em){.messenger__chat-container{width:calc(100vw + .1rem);margin-left:-1.9rem}}.messenger__chat-list-wrapper{position:relative}@media only screen and (max-width: 56.25em){.messenger__chat-list-wrapper{position:absolute;top:0;right:-100%;z-index:5;-webkit-transition:right .3s ease;transition:right .3s ease;width:40rem}}@media only screen and (max-width: 37.5em){.messenger__chat-list-wrapper{width:100%}}@media only screen and (max-width: 56.25em){.messenger__chat-list-wrapper.active{right:0;-webkit-transition:right .3s ease;transition:right .3s ease}}.messenger__aside{position:relative}.messenger__aside__filter-button{display:none}@media only screen and (max-width: 87.5em){.messenger__aside__filter-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;outline:none;background:transparent;position:absolute;right:0;top:1rem}}@media only screen and (max-width: 29.93em){.messenger__aside__filter-button{right:3rem}}.messenger__aside__filter-button__icon{width:2rem;height:2rem;fill:#404040}.messenger__aside__show-list{display:none}@media only screen and (max-width: 56.25em){.messenger__aside__show-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;outline:none;background:transparent;position:absolute;right:3rem;top:1rem}}@media only screen and (max-width: 29.93em){.messenger__aside__show-list{right:6rem}}.messenger__aside__show-list__icon{width:2rem;height:2rem;fill:#404040}.messenger__page-title{font-size:2.4rem;font-weight:500;color:#505050;line-height:1;margin-bottom:2.6rem}@media only screen and (max-width: 87.5em){.messenger__page-title{margin-bottom:0}}@media only screen and (max-width: 87.5em){.messenger__filter{background:#fff;padding:3rem;position:absolute;z-index:10;right:0;top:5.6rem;width:37.1rem;border:1px solid #efefef;height:calc(100vh - 18rem);display:none}}@media only screen and (max-width: 62em){.messenger__filter{width:32rem}}@media only screen and (max-width: 87.5em){.messenger__filter.active{display:block}}.messenger__filter__group__title{color:#505050;font-size:1.35rem;font-weight:700;margin-bottom:1.4rem;line-height:1}@media only screen and (max-width: 87.5em){.messenger__filter__group__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.messenger__filter__group__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}@media only screen and (max-width: 87.5em){.messenger__filter__group__list__item{margin-bottom:1.2rem}}.messenger__filter__group__list__item__icon{width:1.4rem;height:1.4rem;fill:#909090;margin-right:1.6rem}.messenger__filter__group__list__item__label{font-size:1.3rem;color:#505050;font-weight:500}@media only screen and (max-width: 62em){.messenger__filter__group__list__item__label{display:none}}.messenger__filter__group__list__item__checkbox{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.messenger__filter__group__list__item__checkbox.custom-switch.b-custom-control-lg .custom-control-label:before{width:3.2rem;height:1.8rem;border-radius:2rem;cursor:pointer}.messenger__filter__group__list__item__checkbox.custom-switch.b-custom-control-lg .custom-control-label:after{width:1.376rem;height:1.376rem;border-radius:50%;left:-2.4rem;cursor:pointer}.messenger__filter__group__list__item__checkbox.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after{-webkit-transform:translateX(1.1rem);transform:translate(1.1rem)}.messenger__filter__group__list__item__checkbox.custom-switch .custom-control-label:after{background-color:#9e9e9e}.messenger__filter__group__list__item__checkbox.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#3a87cb}.messenger__filter__group__list__item__checkbox.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#d9e6f9;cursor:not-allowed}.messenger__filter__group__list__item__checkbox.custom-switch .custom-control-input:disabled:checked~.custom-control-label:after{cursor:not-allowed}.messenger__filter__group__list__item__checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#d9e6f9}.messenger__filter__group__list__item__checkbox .custom-control-input:focus~.custom-control-label:before{-webkit-box-shadow:none;box-shadow:none}.messenger__filter__group__list__item__checkbox .custom-control-label{margin-top:-2.4rem}.messenger__filter__group__list__item__checkbox .custom-control-label:before{background-color:#e8e8e8;border:0}.messenger__chat-list{height:calc(100vh - 22rem);background:#fff}@media only screen and (max-width: 56.25em){.messenger__chat-list{width:100%}}.messenger__chat-list__search-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #EAECEF}.messenger__chat-list__read-all{width:50px;height:42px;border:0;background:#fff}.messenger__chat-list__read-all__icon{width:18px;height:18px;fill:#404040}.messenger__chat-list__new-chat{border:0;width:70px;height:42px;background:#3a87cb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.messenger__chat-list__new-chat__icon{width:10px;height:10px;fill:#fff;margin-right:3px}.messenger__chat-list__new-chat span{font-size:1.4rem;color:#fff;font-weight:500;line-height:1}.messenger__chat-list__search{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;position:relative}.messenger__chat-list__search__input{color:#545454;padding:.5rem 4.5rem .5rem 4.3rem;height:4.2rem;width:100%;-webkit-transition:width .2s;transition:width .2s;background:#fff;font-size:1.4rem;border:0}.messenger__chat-list__search__input::-webkit-search-decoration,.messenger__chat-list__search__input::-webkit-search-cancel-button,.messenger__chat-list__search__input::-webkit-search-results-button,.messenger__chat-list__search__input::-webkit-search-results-decoration{-webkit-appearance:none}.messenger__chat-list__search__input:focus{outline:none;background:#fff}.messenger__chat-list__search__input::-webkit-input-placeholder{font-weight:400;font-size:1.4rem;color:#a8a8a8}.messenger__chat-list__search__input.active{background:#fff;border-bottom:1px solid #d3d3d3}.messenger__chat-list__search__button{border:none;padding:0;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:2.15rem;pointer-events:none}.messenger__chat-list__search__button:focus{outline:none}.messenger__chat-list__search__icon{height:1.37rem;width:1.39rem;fill:#a2a2a2}.messenger__chat-list__settings .dropdown-menu:before{display:none}.messenger__chat-list__settings__button{width:4.2rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0;border:0;padding:0;background:#f3f3f3}.messenger__chat-list__settings__button:hover,.messenger__chat-list__settings__button:focus,.messenger__chat-list__settings__button:active{background:#dedede!important}.messenger__chat-list__list{height:100%;overflow-x:auto}.messenger__chat-list__list__item{background:#f9f9fa;border:1px solid #EAECEF;border-top:0;-webkit-box-shadow:inset 0 0 13px rgba(0,0,0,.05);box-shadow:inset 0 0 13px #0000000d;cursor:pointer;padding:1.7rem 1.6rem 2rem;width:100%;height:10.1rem;border-left:4px solid #FF6369}.messenger__chat-list__list__item.read{border-left:1px solid #EAECEF;padding-left:1.9rem}.messenger__chat-list__list__item.read.active{padding-left:1.6rem}.messenger__chat-list__list__item.active{background:#fff;-webkit-box-shadow:none;box-shadow:none;border-left:4px solid #3A87CB}.messenger__chat-list__list__item__container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:100%}.messenger__chat-list__list__item__container__has-attachment{position:absolute;bottom:0;right:0}.messenger__chat-list__list__item__container__has-attachment__icon{width:1.38rem;height:1.44rem;fill:gray}.messenger__chat-list__list__item__avatar{width:4.2rem;height:4.2rem;margin-right:1.7rem;position:relative}.messenger__chat-list__list__item__avatar__image-box{width:4.2rem;height:4.2rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.messenger__chat-list__list__item__avatar__image-box__image{width:4.2rem;height:4.2rem;border-radius:50%}.messenger__chat-list__list__item__content{width:calc(100% - 5.9rem);margin-top:3px}.messenger__chat-list__list__item__content__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.messenger__chat-list__list__item__content__text__name{font-size:1.5rem;font-weight:600;color:#404040}.messenger__chat-list__list__item__content__text__time{font-size:1.15rem;font-weight:600;color:gray}.messenger__chat-list__list__item__content__summary{font-size:1.25rem;color:#404040;width:calc(100% - 5rem);line-height:1.7rem;max-height:3.4rem;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden}.messenger__chat-list__list__item__content__summary__attachment .icon{width:14px;height:14px;fill:gray}.messenger__chat-list__empty-text{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;font-weight:500;color:#444}.messenger__chat__header{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;border:1px solid #EAECEF;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.3rem 2.2rem 1rem;position:relative}.messenger__chat__header__left,.messenger__chat__header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.messenger__chat__header__avatar{width:3.6rem;height:3.6rem;margin-right:1.7rem;position:relative}.messenger__chat__header__avatar__image-box{width:3.6rem;height:3.6rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.messenger__chat__header__avatar__image-box__image{width:3.6rem;height:3.6rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.messenger__chat__header .form__typeahead__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.messenger__chat__header .form__typeahead__list__item__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.messenger__chat__header .form__typeahead__list__item__link:hover{background:#ededed}.messenger__chat__header .form__typeahead__list__item__link__label{font-size:1.5rem;color:#404040;font-weight:500;margin-left:1.5rem}.messenger__chat__header__name-title__name{color:#404040;font-size:1.5rem;font-weight:500;line-height:1}.messenger__chat__header__name-title a{color:#404040;text-decoration:none}.messenger__chat__header__search-btn{width:2.4rem;height:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.messenger__chat__header__search-btn__icon{fill:#a2a2a2;width:1.66rem;height:1.68rem}.messenger__chat__header__search{display:-webkit-box;display:-ms-flexbox;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;left:0;bottom:-5.2rem;background:#fff;padding:1rem 2.2rem;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #eee;z-index:2;width:100%}.messenger__chat__header__search__input{color:#545454;padding:.5rem 1rem;height:3rem;width:100%;-webkit-transition:width .2s;transition:width .2s;background:#f5f5f5;font-size:1.2rem;border:0;margin-right:2rem}.messenger__chat__header__search__input::-webkit-search-decoration,.messenger__chat__header__search__input::-webkit-search-cancel-button,.messenger__chat__header__search__input::-webkit-search-results-button,.messenger__chat__header__search__input::-webkit-search-results-decoration{-webkit-appearance:none}.messenger__chat__header__search__input:focus{outline:none;background:#fbfbfb}.messenger__chat__header__search__input::-webkit-input-placeholder{font-weight:400;font-size:1.2rem;color:#a8a8a8}.messenger__chat__header__search__results{font-weight:400;font-size:1.2rem;color:#a8a8a8;white-space:nowrap;margin-right:2rem}.messenger__chat__header__search__arrow-btn{width:2.4rem;height:2.4rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;margin-right:1rem}.messenger__chat__header__search__prev-icon{width:1.4rem;height:1.4rem;fill:#a2a2a2;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.messenger__chat__header__search__next-icon{width:1.4rem;height:1.4rem;fill:#a2a2a2;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.messenger__chat__header__search__close-btn{width:2.4rem;height:2.4rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;margin-left:1rem}.messenger__chat__header__search__close-btn__icon{fill:#a2a2a2;width:1.4rem;height:1.4rem}.messenger__chat__header__new-message__title{color:#404040;font-size:1.5rem;font-weight:500;line-height:1;margin-bottom:2px}.messenger__chat__header__new-message__close-btn{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:0;top:1.4rem}.messenger__chat__header__new-message__close-btn__icon{width:1.6rem;height:1.6rem;fill:#505050}.messenger__chat__conversation{border:1px solid #EAECEF;border-top:0;padding:1rem 2.2rem;height:calc(100vh - 40rem);overflow-x:auto}.messenger__chat__conversation.new-chat{height:calc(100vh - 35.5rem)}.messenger__chat__conversation__message-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1px}.messenger__chat__conversation__message-wrapper.group-start .messenger__chat__conversation__text__content{border-top-left-radius:.8rem}.messenger__chat__conversation__message-wrapper.group-start .messenger__chat__conversation__message.mine .messenger__chat__conversation__text__content{border-top-right-radius:.8rem}.messenger__chat__conversation__message-wrapper.group-end{margin-bottom:3.5rem}.messenger__chat__conversation__message-wrapper.group-end .messenger__chat__conversation__text__content{border-bottom-left-radius:.8rem}.messenger__chat__conversation__message-wrapper.group-end .messenger__chat__conversation__message.mine .messenger__chat__conversation__text__content{border-bottom-right-radius:.8rem}.messenger__chat__conversation__message{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.messenger__chat__conversation__message.mine{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.messenger__chat__conversation__message.mine .messenger__chat__conversation__text__content{background:#3a87cb;color:#fff;border-top-left-radius:.8rem;border-bottom-left-radius:.8rem;border-top-right-radius:0;border-bottom-right-radius:0}.messenger__chat__conversation__message.mine .messenger__chat__conversation__avatar-box{margin-left:1.2rem;margin-right:0}.messenger__chat__conversation__message.mine .messenger__chat__conversation__text__datetime{margin-right:auto;margin-left:0}.messenger__chat__conversation__message.mine .messenger__chat__conversation__text__content.contains-file .file-link{color:#fff;word-break:break-all}.messenger__chat__conversation__message.mine .messenger__chat__conversation__text.has-gap{margin-right:4.6rem}.messenger__chat__conversation__seperator{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1rem 0}.messenger__chat__conversation__seperator:after{content:" ";background:#e7eaea;display:block;height:1px;width:100%;position:absolute;top:50%}.messenger__chat__conversation__seperator__date{min-width:9.8rem;height:2.1rem;background:#ebebeb;border-radius:2rem;text-align:center;color:#6a6a6a;font-weight:500;font-size:1.2rem;position:relative;z-index:1;display:inline-block}.messenger__chat__conversation__avatar-box{width:3.4rem;min-width:3.4rem;height:3.4rem;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:1.2rem;margin-top:auto;margin-bottom:2rem}.messenger__chat__conversation__avatar{width:100%;height:auto}.messenger__chat__conversation__text{max-width:calc(100% - 9.2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.messenger__chat__conversation__text.has-gap{margin-left:4.6rem}.messenger__chat__conversation__text__content{background:#fff;border-top-right-radius:.8rem;border-bottom-right-radius:.8rem;border:1px solid #E7EAEA;font-size:1.4rem;color:#202020;padding:1rem 1.7rem;width:auto}.messenger__chat__conversation__text__datetime{margin-left:auto;font-size:1.1rem;color:#909090;font-weight:600}.messenger__chat__conversation__input{position:relative;height:11.3rem}@media only screen and (max-width: 56.25em){.messenger__chat__conversation__input{height:auto}}.messenger__chat__conversation__input__drop-area{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px dashed #909090;height:11.3rem;color:#909090;font-size:1.4rem;font-weight:500;position:absolute;top:0;left:0;width:100%;background:#f9f9fa}.messenger__chat__conversation__input.dragging .messenger__chat__conversation__input__drop-area{display:-webkit-box;display:-ms-flexbox;display:flex}.messenger__chat__conversation__input__textarea{width:100%;height:11.3rem;border:1px solid #ECEEF0;background:#fff;padding:1.4rem 2.2rem;color:#202020;font-size:1.4rem}@media only screen and (max-width: 56.25em){.messenger__chat__conversation__input__textarea{height:auto}}.messenger__chat__conversation__input__textarea::-webkit-input-placeholder{font-weight:400;font-size:1.4rem;color:#909090}.messenger__chat__conversation__controls{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1.1rem}@media only screen and (max-width: 29.93em){.messenger__chat__conversation__controls{padding-left:3rem;padding-right:3rem}}.messenger__chat__conversation__controls__btn{color:gray;font-size:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:1.4rem;font-weight:400}.messenger__chat__conversation__controls__btn:hover{color:gray;text-decoration:underline}.messenger__chat__conversation__controls__btn__icon{width:1.41rem;height:1.3rem;margin-right:4px;fill:#909090}.messenger__chat__conversation__controls__send-btn{width:11.9rem;height:3.2rem;border-radius:5px;background:#3a87cb;color:#fff;font-size:1.6rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto}.messenger__contact-card{background:#fff;border:1px solid #EAECEF;margin-bottom:4.3rem;height:calc(100vh - 21.8rem);position:absolute;left:0;top:0;width:100%}.messenger__contact-card__header{border-bottom:1px solid #EAECEF;position:sticky;z-index:15;top:0;background:#fff}.messenger__contact-card__header--search{position:relative;display:grid;grid-template-columns:1fr 5.5rem}.messenger__contact-card__header--search .form__input{color:#545454;padding:.5rem 4.5rem .5rem 4.3rem;height:4.2rem;width:100%;background:#fff;font-size:1.4rem;border:0;outline:none}.messenger__contact-card__header--search .form__input:focus{-webkit-box-shadow:none;box-shadow:none}.messenger__contact-card__header--search__btn-search{position:absolute;left:1.5rem;top:50%;translate:0 -50%}.messenger__contact-card__header--search__btn-search .icon{width:1.4rem;height:1.4rem;fill:gray}.messenger__contact-card__header--search__btn-close{width:55px;height:42px;background:#3a87cb;border-radius:0}.messenger__contact-card__header--search__btn-close .icon{width:2rem;height:2rem;fill:#fff}.messenger__contact-card__content{width:100%;height:calc(100vh - 30rem);overflow-y:auto;padding:15px}.messenger__contact-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.messenger__contact-card__dropdown{position:absolute;right:2.2rem;top:1.8rem}.messenger__contact-card__info{margin-top:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.messenger__contact-card__info__avatar-box{width:12rem;height:12rem;border-radius:50%;overflow:hidden;margin-bottom:1.9rem}.messenger__contact-card__info__avatar{width:100%;height:auto}.messenger__contact-card__info__name{color:#404040;font-size:2.3rem;font-weight:500;margin-bottom:2px}.messenger__contact-card__info__company{font-size:1.5rem;color:#404040}.messenger__contact-card__info__title{color:#505050;font-size:1.2rem;font-style:italic}.messenger__contact-card__info__phone{margin-top:1.9rem;font-size:1.4rem;color:#303030;margin-bottom:.8rem}.messenger__contact-card__info__phone span{font-weight:500}.messenger__contact-card__info__email{margin-top:1.9rem;font-size:1.4rem;color:#303030;margin-bottom:1.3rem}.messenger__contact-card__info__email span{font-weight:500;margin-top:0}.messenger__contact-card__info__profile-link{color:#3a87cb;font-size:1.25rem;font-weight:500;text-decoration:underline}.messenger__contact-card__info__profile-link__icon{width:1.1rem;height:1.3rem;fill:#3a87cb;margin-left:5px}.messenger__contact-card__actions{margin-top:22rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.messenger__contact-card__actions__btn{height:4.1rem;border-radius:5px;border:1px solid #DEDEDE;color:#6d6d6d;font-size:1.5rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1.6rem;width:28rem}.messenger__contact-card__actions__btn:hover{color:#6d6d6d;background:#eee}.messenger__contact-card__actions__btn:focus{border:1px solid #dedede}.messenger__contact-card__list-wrapper[open] .toggle-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.messenger__contact-card__list-wrapper__title{font-size:1.4rem;color:#404040;list-style:none;position:relative;margin-bottom:10px}.messenger__contact-card__list-wrapper__title::marker,.messenger__contact-card__list-wrapper__title::-webkit-details-marker{display:none}.messenger__contact-card__list-wrapper__title .toggle-arrow{width:14px;height:14px;position:absolute;right:15px;top:50%;translate:0 -50%}.messenger__contact-card__list{padding:0}.messenger__contact-card__list__item{list-style:none;display:grid;grid-template-columns:30px 1fr;grid-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;cursor:pointer}.messenger__contact-card__list__item__profile{position:relative}.messenger__contact-card__list__item__profile__image-box{width:3rem;height:3rem;border-radius:50%;overflow:hidden}.messenger__contact-card__list__item__profile__image-box img{width:3rem;height:3rem;-o-object-fit:cover;object-fit:cover}.messenger__contact-card__list__item__badge{width:14px;height:14px;border-radius:50%;display:block;position:absolute;top:0;right:-5px;border:2px solid #ffffff}.messenger__contact-card__list__item__badge.red{background:#e45b72}.messenger__contact-card__list__item__badge.green{background:#2abb9b}.messenger__contact-card__list__item__user{font-size:1.35rem;font-weight:500;color:#404040}.messenger .match{background-color:#ffeb3b;color:#000;display:inline-block}.messenger .highlight .match{background-color:#ffeb3b;color:#000;font-weight:700}.show>.messenger__chat-list__settings__button{background:#dedede!important}.offer-dashboard-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:3.5rem}.offer-dashboard-heading__router-link{position:absolute;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px}.offer-dashboard-heading__router-link a{color:#3a87cb;font-size:1.3rem;font-weight:500;white-space:nowrap}.offer-dashboard-heading__router-link__seperator{margin:0 4px}.offer-dashboard-heading .page-heading{position:relative}@media only screen and (max-width: 23.75em){.offer-dashboard-heading .page-heading{width:100%}}.offer-dashboard-heading .page-heading__box:has(.badge-status){padding-left:20px}.offer-dashboard-heading .page-heading__box .badge-status{position:absolute;left:40px;top:8px}.offer-dashboard-heading.flex--wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.offer-dashboard-heading__actions{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-dashboard-heading__actions .btn-modal-secondary,.offer-dashboard-heading__actions .btn-modal-secondary:link,.offer-dashboard-heading__actions .btn-modal-secondary:visited{min-width:auto;padding:.85rem 1.6rem}@media only screen and (max-width: 56.25em){.offer-dashboard-heading__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.offer-dashboard-heading__actions .btn-modal-primary.offer-submit{text-indent:-9999px;min-width:3.2rem!important;width:3.2rem!important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;height:3.2rem;border-radius:5px;border:1px solid #EAEAEA!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='31' height='32' viewBox='0 0 31 32'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath fill='%23fff' d='M11.087 23.301l-5.262-7.184c-0.591-0.768-1.51-1.258-2.544-1.258-1.767 0-3.2 1.433-3.2 3.2 0 0.734 0.247 1.41 0.662 1.949l-0.006-0.008 8.155 10.777c0.584 0.77 1.499 1.262 2.529 1.262 0.005 0 0.010 0 0.015 0h0.135c1.082-0.041 2.020-0.623 2.555-1.482l0.008-0.013 15.845-25.631c0.319-0.488 0.509-1.086 0.509-1.728 0-1.761-1.428-3.189-3.189-3.189-1.119 0-2.103 0.576-2.672 1.448l-0.008 0.012z'%3E%3C/path%3E%3C/svg%3E%0A");background-size:1.2rem;background-repeat:no-repeat;background-position:center center}.offer-dashboard-heading__actions .btn-modal-primary.offer-download{text-indent:-9999px;min-width:3.2rem!important;width:3.2rem!important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;height:3.2rem;border-radius:5px;border:1px solid #EAEAEA!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='38' height='32' viewBox='0 0 38 32'%3E%3Ctitle%3Edownload%3C/title%3E%3Cpath fill='%23ffffff' d='M36.407 21.724l-6-4.033h-3.691l6.407 4.878h-6.683c-0.192 0.002-0.361 0.105-0.454 0.258l-0.001 0.002-1.593 4.244h-11.203l-1.545-4.211c-0.090-0.153-0.252-0.256-0.438-0.26h-6.684l6.407-4.878h-3.707l-5.984 4c-0.766 0.47-1.269 1.302-1.269 2.253 0 0.146 0.012 0.29 0.035 0.429l-0.002-0.015 1.106 5.854c0.323 1.011 1.245 1.734 2.339 1.756h30.702c1.106-0.018 2.039-0.741 2.369-1.738l0.005-0.018 1.073-5.854c0.023-0.13 0.036-0.28 0.036-0.434 0-0.934-0.483-1.755-1.212-2.227l-0.010-0.006z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M15.236 0v9.642h-6.211l9.756 9.187 9.756-9.187h-6.13v-9.642z'%3E%3C/path%3E%3C/svg%3E%0A");background-size:1.2rem;background-repeat:no-repeat;background-position:center center}.offer-dashboard-heading__actions .btn-modal-secondary.offer-save{text-indent:-9999px;min-width:3.2rem!important;width:3.2rem!important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;height:3.2rem;border-radius:5px;background-color:#fff;border:1px solid #EAEAEA!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23A8A8A8' d='M149.333,0v138.667c0,5.888,4.779,10.667,10.667,10.667h192c5.867,0,10.667-4.779,10.667-10.667V0H149.333z M341.333,117.333c0,5.888-4.779,10.667-10.667,10.667H288c-5.888,0-10.667-4.779-10.667-10.667v-64 c0-5.888,4.779-10.667,10.667-10.667h42.667c5.888,0,10.667,4.779,10.667,10.667V117.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23A8A8A8' d='M394.667,213.333H117.333c-17.643,0-32,14.357-32,32V512h341.333V245.333 C426.667,227.691,412.309,213.333,394.667,213.333z M373.333,426.667H138.667c-5.888,0-10.667-4.779-10.667-10.667 c0-5.888,4.779-10.667,10.667-10.667h234.667c5.888,0,10.667,4.779,10.667,10.667C384,421.888,379.221,426.667,373.333,426.667z M373.333,362.667H138.667c-5.888,0-10.667-4.779-10.667-10.667c0-5.888,4.779-10.667,10.667-10.667h234.667 c5.888,0,10.667,4.779,10.667,10.667C384,357.888,379.221,362.667,373.333,362.667z M373.333,298.667H138.667 c-5.888,0-10.667-4.779-10.667-10.667s4.779-10.667,10.667-10.667h234.667c5.888,0,10.667,4.779,10.667,10.667 S379.221,298.667,373.333,298.667z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23A8A8A8' d='M508.885,88.448L423.552,3.115C421.547,1.131,418.837,0,416,0h-32v138.667c0,17.643-14.357,32-32,32H160 c-17.643,0-32-14.357-32-32V0H32C14.357,0,0,14.357,0,32v448c0,17.643,14.357,32,32,32h32V245.333 C64,215.936,87.936,192,117.333,192h277.333C424.085,192,448,215.936,448,245.333V512h32c17.643,0,32-14.357,32-32V96 C512,93.163,510.869,90.453,508.885,88.448z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");background-size:1.4rem;background-repeat:no-repeat;background-position:center center}.offer-dashboard-heading__actions .btn-modal-secondary.offer-save:focus,.offer-dashboard-heading__actions .btn-modal-secondary.offer-save:hover,.offer-dashboard-heading__actions .btn-modal-secondary.offer-save:active{background-color:#e6e6e6!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23A8A8A8' d='M149.333,0v138.667c0,5.888,4.779,10.667,10.667,10.667h192c5.867,0,10.667-4.779,10.667-10.667V0H149.333z M341.333,117.333c0,5.888-4.779,10.667-10.667,10.667H288c-5.888,0-10.667-4.779-10.667-10.667v-64 c0-5.888,4.779-10.667,10.667-10.667h42.667c5.888,0,10.667,4.779,10.667,10.667V117.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23A8A8A8' d='M394.667,213.333H117.333c-17.643,0-32,14.357-32,32V512h341.333V245.333 C426.667,227.691,412.309,213.333,394.667,213.333z M373.333,426.667H138.667c-5.888,0-10.667-4.779-10.667-10.667 c0-5.888,4.779-10.667,10.667-10.667h234.667c5.888,0,10.667,4.779,10.667,10.667C384,421.888,379.221,426.667,373.333,426.667z M373.333,362.667H138.667c-5.888,0-10.667-4.779-10.667-10.667c0-5.888,4.779-10.667,10.667-10.667h234.667 c5.888,0,10.667,4.779,10.667,10.667C384,357.888,379.221,362.667,373.333,362.667z M373.333,298.667H138.667 c-5.888,0-10.667-4.779-10.667-10.667s4.779-10.667,10.667-10.667h234.667c5.888,0,10.667,4.779,10.667,10.667 S379.221,298.667,373.333,298.667z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23A8A8A8' d='M508.885,88.448L423.552,3.115C421.547,1.131,418.837,0,416,0h-32v138.667c0,17.643-14.357,32-32,32H160 c-17.643,0-32-14.357-32-32V0H32C14.357,0,0,14.357,0,32v448c0,17.643,14.357,32,32,32h32V245.333 C64,215.936,87.936,192,117.333,192h277.333C424.085,192,448,215.936,448,245.333V512h32c17.643,0,32-14.357,32-32V96 C512,93.163,510.869,90.453,508.885,88.448z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E")!important;background-size:1.4rem!important;background-repeat:no-repeat!important;background-position:center center!important}.offer-dashboard-heading__actions .btn-modal-secondary.offer-preview{text-indent:-9999px;min-width:3.2rem!important;width:3.2rem!important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;height:3.2rem;border-radius:5px;background-color:#fff;border:1px solid #EAEAEA!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='31' height='32' viewBox='0 0 31 32'%3E%3Ctitle%3Esearch-inline%3C/title%3E%3Cpath fill='%23A8a8a8' d='M30.428 29.148l-7.615-7.923c1.88-2.23 3.022-5.136 3.022-8.308 0-7.142-5.79-12.933-12.933-12.933s-12.933 5.79-12.933 12.933c0 7.142 5.79 12.933 12.933 12.933 0.005 0 0.010 0 0.016 0h-0.001c0.021 0 0.045 0 0.070 0 2.747 0 5.29-0.872 7.368-2.354l-0.039 0.026 7.707 7.969c0.305 0.308 0.727 0.499 1.195 0.499s0.89-0.191 1.194-0.499v0c0.307-0.302 0.497-0.722 0.497-1.187s-0.19-0.885-0.497-1.187v0zM12.917 3.36c5.278 0 9.557 4.279 9.557 9.557s-4.279 9.557-9.557 9.557c-5.278 0-9.557-4.279-9.557-9.557v0c0-5.278 4.279-9.557 9.557-9.557v0z'%3E%3C/path%3E%3C/svg%3E%0A");background-size:1.4rem;background-repeat:no-repeat;background-position:center center}.offer-dashboard-heading__actions .btn-modal-secondary.offer-preview:focus,.offer-dashboard-heading__actions .btn-modal-secondary.offer-preview:hover,.offer-dashboard-heading__actions .btn-modal-secondary.offer-preview:active{background-color:#e6e6e6!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='31' height='32' viewBox='0 0 31 32'%3E%3Ctitle%3Esearch-inline%3C/title%3E%3Cpath fill='%23A8a8a8' d='M30.428 29.148l-7.615-7.923c1.88-2.23 3.022-5.136 3.022-8.308 0-7.142-5.79-12.933-12.933-12.933s-12.933 5.79-12.933 12.933c0 7.142 5.79 12.933 12.933 12.933 0.005 0 0.010 0 0.016 0h-0.001c0.021 0 0.045 0 0.070 0 2.747 0 5.29-0.872 7.368-2.354l-0.039 0.026 7.707 7.969c0.305 0.308 0.727 0.499 1.195 0.499s0.89-0.191 1.194-0.499v0c0.307-0.302 0.497-0.722 0.497-1.187s-0.19-0.885-0.497-1.187v0zM12.917 3.36c5.278 0 9.557 4.279 9.557 9.557s-4.279 9.557-9.557 9.557c-5.278 0-9.557-4.279-9.557-9.557v0c0-5.278 4.279-9.557 9.557-9.557v0z'%3E%3C/path%3E%3C/svg%3E%0A")!important;background-size:1.4rem!important;background-repeat:no-repeat!important;background-position:center center!important}.offer-dashboard-heading__actions .btn-modal-secondary.offer-more{text-indent:-9999px;min-width:3.2rem!important;width:3.2rem!important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;height:3.2rem;border-radius:5px;background-color:#fff;border:1px solid #EAEAEA!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Emore%3C/title%3E%3Cpath fill='%23A8a8a8' d='M4.267 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3Cpath fill='%23A8a8a8' d='M27.733 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3Cpath fill='%23A8a8a8' d='M16 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3C/svg%3E%0A");background-size:1.4rem;background-repeat:no-repeat;background-position:center center}.offer-dashboard-heading__actions .btn-modal-secondary.offer-more:focus,.offer-dashboard-heading__actions .btn-modal-secondary.offer-more:hover,.offer-dashboard-heading__actions .btn-modal-secondary.offer-more:active{background-color:#e6e6e6!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Emore%3C/title%3E%3Cpath fill='%23A8a8a8' d='M4.267 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3Cpath fill='%23A8a8a8' d='M27.733 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3Cpath fill='%23A8a8a8' d='M16 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3C/svg%3E%0A")!important;background-size:1.4rem!important;background-repeat:no-repeat!important;background-position:center center!important}.offer-dashboard-heading__actions .btn-modal-secondary.offer-more:disabled,.offer-dashboard-heading__actions .btn-modal-secondary.offer-more.disabled{background-color:#f7f7f7!important;border:1px solid #EAEAEA!important;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3Emore%3C/title%3E%3Cpath fill='%23A8a8a8' d='M4.267 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3Cpath fill='%23A8a8a8' d='M27.733 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3Cpath fill='%23A8a8a8' d='M16 11.733c-2.353 0-4.267 1.914-4.267 4.267s1.914 4.267 4.267 4.267 4.267-1.914 4.267-4.267-1.914-4.267-4.267-4.267z'%3E%3C/path%3E%3C/svg%3E%0A")!important;background-size:1.4rem!important;background-repeat:no-repeat!important;background-position:center center!important}.offer-dashboard-heading__actions .btn-modal-secondary.offer-more:after{display:none!important}}@media only screen and (max-width: 56.25em) and (max-width: 23.75em){.offer-dashboard-heading__actions{margin-left:auto;margin-top:1rem}}.offer-dashboard-heading__actions .btn{margin-left:1rem}.offer-dashboard .form__group,.offer-dashboard .form__group--full-width{padding:.8rem}.offer-dashboard .form__input{padding:.5rem 1rem .3rem;color:#444;font-size:1.3rem}.offer-dashboard .form__input::-webkit-input-placeholder{color:#444!important;font-size:1.3rem!important}.offer-dashboard .multiselect{padding:0}.offer-dashboard .multiselect__tags{padding:.5rem 1rem .3rem!important;color:#444;font-size:1.3rem}.offer-dashboard .multiselect__select{width:2.2rem}.offer-dashboard .multiselect__single{font-size:1.3rem}.offer-dashboard .form__datepicker input{font-size:1.3rem;color:#444;padding:.5rem 1rem .3rem;padding-left:1rem!important}.offer-dashboard .form__radio-label{font-size:1.3rem;color:#444;line-height:1.5}.offer-dashboard .contact-selectbox-selection{font-size:1.3rem;color:#444;border:1px solid #EAECF0;background-color:#f9fafb;border-radius:5px;outline:none}.offer-dashboard .form__currency__symbol{min-width:3.2rem;width:3.2rem}.offer-dashboard__section{padding:3rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 56.25em){.offer-dashboard__section{padding:2rem}}@media only screen and (max-width: 37.5em){.offer-dashboard__section{padding:2rem 1rem}}.offer-dashboard__section:not(:last-child){border-bottom:1px dashed #dedede}.offer-dashboard__section.relative{position:relative}.offer-dashboard__section.more-details[open] .icon{-webkit-transform:rotate(0deg);transform:rotate(0)}.offer-dashboard__section.more-details summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.offer-dashboard__section.more-details summary::marker,.offer-dashboard__section.more-details summary::-webkit-details-marker{display:none;content:""}.offer-dashboard__section.more-details summary .icon{width:1.2rem;height:1.2rem;margin-bottom:6px;fill:#3a87cb;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.offer-dashboard__section.more-details summary.product-header{margin-bottom:4rem}.offer-dashboard__section.more-details .product-switch{position:absolute;right:30px;width:200px;top:20px}.offer-dashboard__section__content{display:grid;grid-template-columns:1fr 1fr;grid-gap:15rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media only screen and (max-width: 87.5em){.offer-dashboard__section__content{grid-gap:10rem}}@media only screen and (max-width: 56.25em){.offer-dashboard__section__content{grid-gap:7rem}}@media only screen and (max-width: 47.93em){.offer-dashboard__section__content{grid-gap:5rem}}@media only screen and (max-width: 37.5em){.offer-dashboard__section__content{grid-template-columns:1fr;grid-gap:1rem}}.offer-dashboard__section__content.more-options{grid-gap:1.6rem}.offer-dashboard__section__content__left,.offer-dashboard__section__content__right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.offer-dashboard__section.summary-in-products-modal{padding:0;margin-top:3rem;border-top:1px solid #EAEAEA;padding-top:1rem}.offer-dashboard__section__title{font-size:1.3rem;letter-spacing:.3px;font-weight:600;color:#3a87cb;text-transform:uppercase;width:100%;padding:0 .8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 23.75em){.offer-dashboard__section__title{-ms-flex-wrap:wrap;flex-wrap:wrap}}.offer-dashboard .contact-selectbox{width:calc(100% - 1.6rem);left:.8rem}.offer-dashboard__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 87.5em){.offer-dashboard__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 37.5em){.offer-dashboard__wrapper{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}}.offer-dashboard__side-box{margin-left:4.6rem;width:24rem;-webkit-box-flex:0;-ms-flex:0 0 24rem;flex:0 0 24rem}@media only screen and (max-width: 87.5em){.offer-dashboard__side-box{margin-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:2rem}}.offer-dashboard__side-box__section{margin-bottom:3.2rem}.offer-dashboard__side-box__section__actions hr{margin:.6rem 0;padding:.6rem 0;border-top:1px solid #eaeaea}@media only screen and (max-width: 87.5em){.offer-dashboard__side-box__section__actions hr{display:none!important}}@media only screen and (max-width: 87.5em){.offer-dashboard__side-box__section__actions{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width: 37.5em){.offer-dashboard__side-box__section__actions{-ms-flex-wrap:wrap;flex-wrap:wrap}}.offer-dashboard__side-box__section .btn-modal-delete.offer-preview,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview,.offer-dashboard__side-box__section .btn-modal-primary.offer-submit,.offer-dashboard__side-box__section .btn-modal-secondary.offer-save,.offer-dashboard__side-box__section .btn-modal-secondary.offer-more{width:100%!important;margin-bottom:1.5rem!important;height:4rem;padding:1rem 2rem!important}@media only screen and (max-width: 87.5em){.offer-dashboard__side-box__section .btn-modal-delete.offer-preview,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview,.offer-dashboard__side-box__section .btn-modal-primary.offer-submit,.offer-dashboard__side-box__section .btn-modal-secondary.offer-save,.offer-dashboard__side-box__section .btn-modal-secondary.offer-more{margin-bottom:0;width:25%!important;margin-right:1rem;margin-bottom:0!important}}@media only screen and (max-width: 56.25em){.offer-dashboard__side-box__section .btn-modal-delete.offer-preview,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview,.offer-dashboard__side-box__section .btn-modal-primary.offer-submit,.offer-dashboard__side-box__section .btn-modal-secondary.offer-save,.offer-dashboard__side-box__section .btn-modal-secondary.offer-more{padding:1rem!important;height:auto}}@media only screen and (max-width: 37.5em){.offer-dashboard__side-box__section .btn-modal-delete.offer-preview,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview,.offer-dashboard__side-box__section .btn-modal-primary.offer-submit,.offer-dashboard__side-box__section .btn-modal-secondary.offer-save,.offer-dashboard__side-box__section .btn-modal-secondary.offer-more{width:100%!important;margin-right:0;margin-bottom:1rem!important;height:5rem}}.offer-dashboard__side-box__section .btn-modal-delete.offer-preview:last-child,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview:last-child,.offer-dashboard__side-box__section .btn-modal-primary.offer-submit:last-child,.offer-dashboard__side-box__section .btn-modal-secondary.offer-save:last-child,.offer-dashboard__side-box__section .btn-modal-secondary.offer-more:last-child{margin-bottom:0}@media only screen and (max-width: 87.5em){.offer-dashboard__side-box__section .btn-modal-delete.offer-preview:last-child,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview:last-child,.offer-dashboard__side-box__section .btn-modal-primary.offer-submit:last-child,.offer-dashboard__side-box__section .btn-modal-secondary.offer-save:last-child,.offer-dashboard__side-box__section .btn-modal-secondary.offer-more:last-child{margin-right:0}}.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview{background-color:#fff}.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview:hover,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview:focus,.offer-dashboard__side-box__section .btn-modal-secondary.offer-preview:active{background:#656565;color:#fff;border-color:#656565}.offer-dashboard__side-box__section .offer-dashboard__section__title__toggle-more-options__icon{fill:#787878}.offer-dashboard__side-box__section .table-offer-new__item-detail__bottom__toggle-wrapper{margin-bottom:1rem}.beurteilung-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;padding:1rem}.beurteilung-container .radio{margin-bottom:2rem}.beurteilung-container .form-group{width:48%;display:-webkit-box;display:-ms-flexbox;display:flex;height:26rem}@media only screen and (max-width: 87.5em){.beurteilung-container .form-group{height:auto}}@media only screen and (max-width: 47.93em){.beurteilung-container .form-group{width:100%}}.beurteilung-container .panel-default{width:98%;margin:0 auto}@media only screen and (max-width: 47.93em){.beurteilung-container .panel-default{width:100%}}.beurteilung-container label{color:#2f2f2f!important}.beurteilung-der-lage-title{margin-bottom:2rem;width:auto;font-size:1.6rem;padding:1rem;padding-left:0;margin-left:2rem;border-bottom:2px solid #7f8c8d;color:#7f8c8d!important}.project__mobile-navigation{display:none}@media only screen and (max-width: 56.25em){.project__mobile-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.4rem;margin:3rem 0}}@media only screen and (max-width: 37.5em){.project__mobile-navigation{font-size:1.2rem}}.project__mobile-navigation__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.project__mobile-navigation__dropdown{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:-1.5rem}}.project__mobile-navigation__dropdown .dropdown-tabs-profile{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-left:.5rem}@media only screen and (max-width: 37.5em){.project__mobile-navigation__dropdown .dropdown-tabs-profile{margin-left:0}}@media only screen and (max-width: 29.93em){.project__mobile-navigation__dropdown .dropdown-tabs-profile .dropdown-basic__name{margin-right:.5rem;font-size:1.2rem}}.project__tabs-controller{display:-webkit-box;display:-ms-flexbox;display:flex}.project__tabs-controller .back-button,.project__tabs-controller .next-button{padding:.6rem 1.2rem;font-size:1.4rem}@media only screen and (max-width: 37.5em){.project__tabs-controller .back-button,.project__tabs-controller .next-button{font-size:0!important;text-indent:-9999px;width:auto;min-width:auto}}.project__tabs-controller .next-button{margin-left:1rem}.project__tabs-controller .btn-modal-primary__arrow-icon{width:1.6rem;height:1.4rem}@media only screen and (max-width: 37.5em){.project__tabs-controller .btn-modal-primary__arrow-icon{margin:0!important}}.projects-documents{padding:0!important}.projects-documents .content-box--table-list{border:1px solid #EAECF0!important}.projects-documents .content-box--table-list .table-document tr{border-bottom:1px solid #EAECF0}.projects-documents .content-box--table-list .table-document tr th,.projects-documents .content-box--table-list .table-document tr td{padding:16px 24px}.project-image-gallery{width:100%;padding:0;position:relative}.project-image-gallery .image-carousel{position:relative;width:100%;display:inherit;grid-template-columns:inherit}.project-image-gallery .image-carousel__uploader-item{position:absolute;left:0;top:0;height:18.5rem;width:218px}.project-image-gallery .image-carousel__uploader-item.uploader-item{position:relative;height:auto;width:100%;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.project-image-gallery .image-carousel__uploader-item.uploader-item .file-drop-area.image{width:140px!important;height:auto;padding:6px 12px;border:1px solid #EAECF0;background:#fff;border-radius:8px}.project-image-gallery .image-carousel__uploader-item.in-list-uploader{position:relative;left:inherit;top:inherit;height:inherit;width:inherit}@media only screen and (max-width: 23.438em){.project-image-gallery .image-carousel__uploader-item.in-list-uploader{width:100%;height:15rem}}@media only screen and (max-width: 75em){.project-image-gallery .image-carousel__uploader-item{width:calc(33.3333% - 8px)}}@media only screen and (max-width: 40em){.project-image-gallery .image-carousel__uploader-item{width:calc(33.3333% - 8px)}}@media only screen and (max-width: 29.93em){.project-image-gallery .image-carousel__uploader-item{width:calc(50% - 8px)}}@media only screen and (max-width: 23.438em){.project-image-gallery .image-carousel__uploader-item{width:100%;position:relative}}.project-image-gallery .image-carousel__uploader-item .file-drop-area.image{width:100%;height:100%}.project-image-gallery__draggable-container{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;width:100%}@media only screen and (max-width: 60em){.project-image-gallery__draggable-container{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width: 47.93em){.project-image-gallery__draggable-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 37.5em){.project-image-gallery__draggable-container{grid-template-columns:repeat(1,1fr)}}.project-image-gallery__draggable-container.list-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.project-image-gallery__draggable-container.list-view .list-view__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:16px}@media only screen and (max-width: 37.5em){.project-image-gallery__draggable-container.list-view .list-view__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.project-image-gallery__draggable-container.list-view .list-view__content--img{width:14rem;height:8rem;-o-object-fit:cover;object-fit:cover;-ms-flex-negative:0;flex-shrink:0}.project-image-gallery__draggable-container.list-view .list-view__content--editable-file-name .editable-display-name{width:100%;max-width:200px}@media only screen and (max-width: 37.5em){.project-image-gallery__draggable-container.list-view .list-view__content--editable-file-name .editable-display-name{width:calc(100% - 56px)}}.project-image-gallery__draggable-container.list-view .list-view__content--actions{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-left:auto;gap:12px}@media only screen and (max-width: 37.5em){.project-image-gallery__draggable-container.list-view .list-view__content--actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:inherit;gap:16px;position:absolute;right:0;top:0;bottom:0;background:#fff;height:100%}}.project-image-gallery__draggable-container.list-view .list-view__content--actions__btn{border:1px solid #EAECF0;border-radius:5px;padding:4px 10px;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.project-image-gallery__draggable-container.list-view .list-view__content--actions__btn:hover{background:#eaecf0}.project-image-gallery__draggable-container.list-view .list-view__content--actions__btn__icon{width:2rem;height:2rem;fill:#475467;-ms-flex-negative:0;flex-shrink:0}.project-image-gallery__draggable-container.list-view .image-carousel__item__gallery{height:auto!important}@media only screen and (max-width: 40em){.project-image-gallery__draggable-item{padding:12px 16px!important}}.list-view .project-image-gallery__draggable-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.project-image-gallery__draggable-item .image-carousel__item{background:transparent;border:0;outline:none;overflow:visible;padding:0}@media only screen and (max-width: 40em){.project-image-gallery__draggable-item .image-carousel__item{height:14rem}}.project-image-gallery__draggable-item .image-carousel__item.hidden-before{height:auto!important}.project-image-gallery__draggable-item .image-carousel__item.hidden-before:before{display:none}.project-image-gallery__draggable-item .image-carousel__item.hidden-before .px-image-uploader{height:auto!important}.project-image-gallery__draggable-item .image-carousel__item:hover{background:transparent;padding:0}.project-image-gallery__draggable-item .image-carousel__item:hover:before{background:#1d2939!important;opacity:.5}.project-image-gallery__draggable-item .image-carousel__item .image-carousel__img{display:block;width:100%}.project-image-gallery__draggable-item .image-carousel__item .image-carousel__img.hidden{display:none}.project-image-gallery__draggable-item .image-carousel__item .image-carousel__hover-actions{position:absolute}.project-image-gallery__draggable-item .image-carousel__item .image-carousel__hover-actions.hidden,.project-image-gallery__draggable-item .image-carousel__item__edit-name-on-hover.hidden,.project-image-gallery__draggable-item .image-carousel__item__display-name.hidden{display:none}.tab-view__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:2.4rem;padding-right:2.4rem;padding-bottom:2.4rem;border-bottom:1px solid #EAECF0}.tab-view__content{padding:.8rem 2.8rem 3.2rem;margin-top:1.6rem}.user-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.user-card__about{width:calc(100% - 14rem)}@media only screen and (max-width: 87.5em){.user-card__about{width:calc(100% - 12rem)}}@media only screen and (max-width: 75em){.user-card__about{width:calc(100% - 10rem)}}@media only screen and (max-width: 37.5em){.user-card__about{width:100%}}.avatar-frame{border:2px solid #ffffff;width:14rem;height:14rem;position:relative;border-radius:50%;overflow:hidden;-webkit-box-shadow:0 0 1px #707070;box-shadow:0 0 1px #707070}@media only screen and (max-width: 87.5em){.avatar-frame{width:12rem;height:12rem}}@media only screen and (max-width: 75em){.avatar-frame{width:10rem;height:10rem}}@media only screen and (max-width: 37.5em){.avatar-frame{margin:0 auto;margin-bottom:2rem}}.image-frame{width:10rem;height:10rem;position:relative;overflow:hidden;-webkit-box-shadow:0 0 1px #707070;box-shadow:0 0 1px #707070}.about-info{margin-left:2rem}@media only screen and (max-width: 37.5em){.about-info{margin-left:0}}.about-info__degree{font-size:1.5rem;color:#848484}.about-info__name{font-size:2.2rem;color:#747474;font-weight:400;border-bottom:1px solid #E8E8E8;padding-bottom:1.2rem;margin-bottom:2rem}@media only screen and (max-width: 75em){.about-info__name{font-size:1.8rem;padding-bottom:.8rem;margin-bottom:1.4rem}}.about-info__description{font-size:1.4rem;color:#505050;line-height:1.7}@media only screen and (max-width: 37.5em){.about-info__description{font-size:1.2rem}}.about-form-container{width:74%}@media only screen and (max-width: 87.5em){.about-form-container{width:72%}}@media only screen and (max-width: 29.93em){.about-form-container{width:100%}}.avatar-frame-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3rem;width:26%}@media only screen and (max-width: 87.5em){.avatar-frame-container{width:28%;padding:1.8rem}}@media only screen and (max-width: 29.93em){.avatar-frame-container{width:100%}}@media only screen and (max-width: 75em){.avatar-frame-container{padding:1.4rem}}.tab-section-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:1.8rem}@media only screen and (max-width: 56.25em){.tab-section-heading{position:relative}}.tab-section-heading:not(:first-child){margin-top:4rem}@media only screen and (max-width: 56.25em){.tab-section-heading .section-title{display:none}}@media only screen and (max-width: 56.25em){.tab-section-heading .btn-edit-section{position:absolute;right:0;bottom:0}}.bt-check-send__group:not(:last-child){margin-bottom:5rem}@media only screen and (max-width: 29.93em){.bt-check-send__group__text{font-size:1.4rem!important}}.bt-check-send__group__title{color:#707070;font-weight:600;font-size:1.5rem;text-transform:uppercase;width:100%;position:relative;overflow:hidden;margin-bottom:3rem}.bt-check-send__group__title div{display:inline;background:#fff;position:relative;z-index:1;padding-right:1.2rem}.bt-check-send__group__title:after{content:"";position:absolute;width:100%;height:1px;background:#d5d5d5;right:1rem;top:50%;display:block}.bt-check-send__group__hr{border-top:1px solid #D5D5D5;margin-bottom:3rem}.bt-check-send__qualification-box{border:1px solid #EBEBEB;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.bt-check-send__qualification-box:not(:last-child){margin-bottom:2rem}.bt-check-send__qualification-box__icon-box{width:3.2rem;height:3.2rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:2px solid #eeeeee;background:#eee;margin-right:.5rem}.bt-check-send__qualification-box__icon{fill:#3a87cb;width:1.1rem;height:1.1rem}.bt-check-send__qualification-box .accordion__header__title.quali-title{margin-left:1rem;width:calc(100% - 4rem)}@media only screen and (max-width: 29.93em){.bt-check-send__qualification-box .accordion__header__title.quali-title{width:calc(100% - 6rem)}}.bt-check-send__qualification-box .accordion__header__title__quali-name{font-size:1.4rem}.bt-check-send__qualification-box .accordion__header__title__quali-date{font-size:1.2rem}.bt-check-send__services-list .payment-checkbox__checkbox-label{cursor:default!important}.bt-check-send .table-default--contact tr td{font-size:1.4rem;padding:1.2rem 3px}.bt-check-send .form__checkbox-group:not(:last-child){margin-bottom:3rem}.bt-check-send .form__checkbox-button{-webkit-transform:none;transform:none;top:4px}.bt-check-send .form__checkbox-label div{color:#5d5d5d;line-height:1.3;font-size:1.5rem}.primary-email-update{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.privacy-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.privacy-wrapper .inline-title{font-size:1.3rem;color:#404040;font-weight:500;margin-bottom:0}.privacy-wrapper__text{width:60%}.privacy-wrapper__text .default-paragraph{color:#404040;font-weight:400}@media only screen and (max-width: 75em){.privacy-wrapper__text{width:100%}}.privacy-wrapper__text.notify-text{width:50%}@media only screen and (max-width: 87.5em){.privacy-wrapper__text.notify-text{width:100%}}.privacy-wrapper__form{width:34%;z-index:unset}@media only screen and (max-width: 75em){.privacy-wrapper__form{width:100%;margin-top:2rem}}.privacy-wrapper .form__group--full-width{padding:0}.privacy-wrapper:not(:last-child){margin-bottom:5rem}.down-times{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.tax-information-addr{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.survey-mail-settings{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.survey-mail-settings__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:12px}.survey-mail-settings__header .icon{width:15px;height:15px;fill:#3a87cb;-ms-flex-negative:0;flex-shrink:0}.survey-mail-settings__header h3{font-size:1.4rem;font-weight:600;color:#404040;margin-left:5px;margin-bottom:0}.survey-mail-settings__header .toggle-button-wrapper{margin-left:auto}.survey-mail-settings__warning-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.survey-mail-settings__warning-list__title{margin-bottom:0}.survey-mail-settings__warning-list__title,.survey-mail-settings__warning-list span{font-size:1.25rem;color:#e45b72;font-weight:500}.survey-mail-settings__description{font-size:1.25rem;color:#404040;font-weight:500}.settings--notification__list{list-style:none;padding:0}.settings--notification__list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px;padding-bottom:20px;position:relative}.settings--notification__list__item:before{position:absolute;left:0;bottom:0;width:100%;height:1px;background:#eaecf0;content:""}.settings--notification__list__item:last-child:before{display:none}.settings--notification__list__item.list-title{border:0;padding:0}.settings--notification__list__item.list-title:before{display:none}.settings--notification__list__item.list-title .settings--notification__list__item__col__action{grid-gap:32px!important}.settings--notification__list__item.list-title .settings--notification__list__item__col__action span{font-size:1.4rem;font-weight:500;color:#344054}.settings--notification__list__item__col h4{font-size:1.4rem;color:#344054;font-weight:600;margin-bottom:0}.settings--notification__list__item__col:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings--notification__list__item__col:last-child p{width:400px;margin-right:64px;margin-bottom:0;font-size:1.4rem;color:#344054;font-weight:400}.settings--notification__list__item__col__action{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px}@media only screen and (max-width: 80em){.settings--custom-field-wrapper{width:100%;overflow:auto}}.settings--custom-field{list-style:none;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.settings--custom-field--sm{width:400px}.settings--custom-field--md{width:600px}.settings--custom-field__row{border-bottom:1px solid #EAECF0;padding:16px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.settings--custom-field__row.users{display:grid;grid-gap:16px;grid-template-columns:320px 150px 100px 170px 75px;height:53px;padding:0}.settings--custom-field__row:last-child{border-bottom:0}.settings--custom-field__row:hover .settings--custom-field__field-action{display:block}.settings--custom-field__row.phases:hover .settings--custom-field__field-action .button-group{display:-webkit-box;display:-ms-flexbox;display:flex}.settings--custom-field__cell.cell-border{border-left:3px solid}.settings--custom-field__cell.cell-border.border-yellow{border-color:#fad859}.settings--custom-field__cell.cell-border.border-green{border-color:#2abb9b}.settings--custom-field__cell.cell-border.border-red{border-color:#e45b72}.settings--custom-field__cell.phases-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings--custom-field__cell.phases-action .settings--custom-field__field-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80px;margin-left:16px}.settings--custom-field__cell.phases-action .settings--custom-field__field-action .button-group{padding:0;display:none}.settings--custom-field__field-name{font-size:1.3rem;font-weight:500;color:#101828}.settings--custom-field__field-type,.settings--custom-field__field-is-filter,.settings--custom-field__field-module,.settings--custom-field__field-action{font-size:1.3rem;color:#667085;font-weight:400}.settings--custom-field__field-action{display:none}@media only screen and (max-width: 80em){.settings--custom-field__field-action{display:-webkit-box;display:-ms-flexbox;display:flex}}.settings--container{background:#fff;padding:32px 0 48px;border-radius:10px}.settings--section{padding:0 40px 24px}@media only screen and (max-width: 40em){.settings--section{margin-left:0;padding:0 16px 24px;width:100%}}.settings--section.sm-screen{width:520px;padding:0 0 24px;margin-left:40px}@media only screen and (max-width: 40em){.settings--section.sm-screen{margin-left:0;padding:0 16px 24px;width:100%}}.settings--section.sm-big-screen{width:600px;margin-left:40px}.settings--section .tabs__section{margin-bottom:0}.settings--section .custom-text-editor-wrapper{width:520px}@media only screen and (max-width: 40em){.settings--section .custom-text-editor-wrapper{width:100%}}.settings--section .table-list>tbody>tr:not(.b-table-details):hover{background:#fff!important}.settings--section .table-list--services .table-list__nested-table tr th:first-child{width:10px!important}.settings--profile .px-image-uploader{width:100%;height:64px;margin-bottom:24px}.settings--profile .px-image-uploader .file-drop-area.image{width:64px!important;height:64px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none}.settings--profile .px-image-uploader .file-drop-area.image .feature-box-new__icon-box{background:#eaecf0}.settings--profile .px-image-uploader .file-drop-area.image .feature-box-new__icon-box svg{fill:#667085;color:#667085}.settings--profile .px-image-uploader .file-drop-area.image.has-image{display:none}.settings--profile .px-image-uploader .image-carousel__item.gallery-single{width:100%;height:64px;outline:none;background:transparent;border:0;overflow:inherit!important;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.settings--profile .px-image-uploader .image-carousel__item.gallery-single:hover{padding:0!important}.settings--profile .px-image-uploader .image-carousel__item.gallery-single:before{display:none!important}.settings--profile .px-image-uploader .image-carousel__item img{display:block;width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-height:inherit;max-width:inherit;-ms-flex-negative:0;flex-shrink:0}.settings--profile .px-image-uploader .image-carousel__item__btn{border:0;padding:0;position:relative;margin:0;opacity:1}.settings--profile .px-image-uploader .image-carousel__item__btn:hover{text-decoration:none}.settings--profile .px-image-uploader .image-carousel__item__btn__text{display:block;color:#475467;font-size:1.4rem}.settings--profile .px-image-uploader .image-carousel__item__btn.delete{background:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;color:#475467!important}.settings--profile .px-image-uploader .image-carousel__item__btn.update span{color:#3a87cb}.settings--profile .px-image-uploader .image-carousel__item__btn.edit,.settings--profile .px-image-uploader .image-carousel__item__btn.crop,.settings--profile .px-image-uploader .image-carousel__item__btn.download{display:none}.settings--profile .px-image-uploader .image-carousel__hover-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.settings--profile .px-image-uploader .image-carousel__hover-actions a{margin-right:16px}.settings--profile .px-image-uploader .image-carousel__hover-actions a:last-child{margin-right:0}.settings--user-management .table-list-container{-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important;border:0;border-top:1px solid #EAECF0}.settings--user-management .table-list-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 90em){.settings--user-management .table-list-header__item.search-item{display:none}}@media only screen and (max-width: 90em){.settings--user-management .table-list-header__item.search-item.active{display:block}}.settings--user-management .table-list-header__title{position:relative;top:inherit;left:inherit}.settings--user-management .table-list-header__user-management-license{background:#2abb9b;font-size:1.3rem;margin-right:0}.settings--user-management .table-list-header__user-management-license:after{display:none}.settings--user-management .table-list-header__left .filter-group{display:none}.settings--user-management .table-list-header__right{margin-top:0}.settings--user-management .table-list-header__right .search-item,.settings--user-management .table-list-header__right .toggle-search,.settings--user-management .table-list-header__right--button-group-wrapper .table-toggle-group{display:none!important}.settings--user-management .table-list tr th:first-child{padding-left:40px!important}.settings--user-management .table-list tr th:first-child .invisible-el{display:none}@media only screen and (max-width: 90em){.settings--user-management .table-list tr th:last-child{width:100px}}.settings--user-management .table-list tr td:first-child{padding-left:40px!important}.settings--user-management .table-list tr td div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 90em){.settings--user-management .table-list tr td:last-child{width:100px}}.settings--user-management .btn-primary{font-size:1.2rem;height:32px;padding:.75rem 1.4rem}.settings--user-management .btn-primary .btn-add-new__icon{margin-bottom:2px}.settings--subscription .subscription-page{margin:0}.settings--subscription .subscription-page .subscription-page__table-box{border:0;padding:0}.settings--title-group{padding:0 40px 24px}@media only screen and (max-width: 40em){.settings--title-group{padding:0 16px 24px}}.settings--work-settings .settings-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.settings--work-settings .settings-tabs .tab-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:12px 0 0;-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid #EAECF0;border-radius:0;width:100%!important}@media only screen and (max-width: 64em){.settings--work-settings .settings-tabs .tab-menu{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.settings--work-settings .settings-tabs .tab-menu li{margin-right:20px}.settings--work-settings .settings-tabs .tab-menu li:last-child{margin-right:0}.settings--work-settings .settings-tabs .tab-menu__item{padding:0 0 12px;color:#667085;font-weight:500;font-size:1.35rem;margin-bottom:0;position:relative;border:0}.settings--work-settings .settings-tabs .tab-menu__item:hover{border:0!important;color:#3a87cb}.settings--work-settings .settings-tabs .tab-menu__item:hover:before{width:100%;height:1px;background:#3a87cb;display:block;content:"";position:absolute;bottom:0}.settings--work-settings .settings-tabs .tab-menu__item.active{border:0;position:relative;color:#3a87cb}.settings--work-settings .settings-tabs .tab-menu__item.active:before{width:100%;height:1px;background:#3a87cb;display:block;content:"";position:absolute;bottom:-2px}@media only screen and (max-width: 64em){.settings--work-settings .settings-tabs .dropdown-tabs-profile{display:none!important}}.settings--work-settings .settings-tabs__table-content{width:100%!important}.settings--work-settings .settings-tabs__table-content__header{border:0;padding:0}.settings--work-settings .settings-tabs .content-box{padding:0}.settings--work-settings .table-list{width:400px;margin-top:-16px}.settings--work-settings .table-list__thead{display:none}.settings--work-settings .table-list tr{border-color:#f2f4f7;min-height:63px;max-height:80px}.settings--work-settings .table-list tr:hover,.settings--work-settings .table-list tr:hover td{cursor:default!important}.settings--work-settings .table-list tr:hover td .table-list__buttons__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.settings--work-settings .table-list tr td{padding:16px 0!important;font-weight:500;color:#101828;cursor:pointer;position:relative}.settings--work-settings .table-list tr td .table-list__buttons__wrap{width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:none}@media only screen and (max-width: 80em){.settings--work-settings .table-list tr td .table-list__buttons__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}.settings--work-settings .table-list tr td .table-list__buttons__wrap .btn{background:transparent!important;padding:0}.settings--work-settings .table-list tr td .table-list__buttons__wrap:has(.no-access){display:-webkit-box;display:-ms-flexbox;display:flex}.settings--work-settings .content-box:has(.table-list--work-settings-table){padding-top:12px!important;max-height:inherit;min-height:inherit;overflow:inherit}.settings--work-settings .content-box:has(.table-list__no-entry){max-height:calc(100vh - 70rem);min-height:calc(100vh - 70rem)}.settings--text-snippets .table-filter__tag{margin-top:-2px;margin-bottom:-2px}.settings .tabs__section__tags.editable:hover .edit-feature-button{display:none}.settings .tabs__section__tags__list li:not(:last-child){background:#fcfcfd;border:1px solid #EAECF0;height:30px;padding:0 10px 0 18px;position:relative;border-radius:5px}.settings .tabs__section__tags__list li:not(:last-child):before{width:8px;height:100%;position:absolute;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;background:#4bb8ff;display:block;content:""}.settings .tabs__section__tags__list li .add-tag-button{width:20px;height:20px;border-radius:50%;border:0;background:#d5d9eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.settings .tabs__section__tags__list li .add-tag-button span{display:none}.settings .tabs__section__tags__list li .add-tag-button svg{fill:#fff;width:10px;height:10px;margin:0}.settings--text-snippets .table-list-container,.settings--product-list .table-list-container{border:0}.settings--text-snippets .table-list-header,.settings--product-list .table-list-header,.settings--services-list .table-list-header{border-bottom:1px solid #F2F4F7;padding-bottom:16px}.settings--text-snippets .table-list tr th:last-child,.settings--text-snippets .table-list tr td:last-child,.settings--product-list .table-list tr th:last-child,.settings--product-list .table-list tr td:last-child,.settings--services-list .table-list tr th:last-child,.settings--services-list .table-list tr td:last-child{width:100px}.menu-list{list-style:none;padding:0;width:400px}@media only screen and (max-width: 40em){.menu-list{width:100%}}.menu-list__item{border-bottom:1px solid #EAECF0;padding:16px 0 0}.menu-list__item:last-child{border:0}.menu-list__item--action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:16px}.menu-list__item--action__drag{padding:0;background:transparent;border:0}.menu-list__item--action__drag .icon{width:12px;height:12px;fill:#3e4784}.menu-list__item--action__text{font-size:1.3rem;color:#101828;font-weight:500;margin-left:12px}.menu-list__item--action__right{margin-left:auto}.menu-list__item--action__right__visibility{padding:0;background:transparent;border:0}.menu-list__item--action__right__visibility .icon{width:18px;height:18px;fill:#3e4784}.subscription-page{width:384px;height:auto;margin:0 auto}@media only screen and (max-width: 29.93em){.subscription-page{width:100%}}.subscription-page.billing{width:441px}@media only screen and (max-width: 29.93em){.subscription-page.billing{width:100%}}.subscription-page__title{font-size:2.1rem;font-weight:600;color:#404040;margin-top:40px;margin-bottom:27px;text-align:center}.subscription-page__content__footer{width:100%}.subscription-page__content__footer .btn.btn-primary .icon.arrow{width:1.4rem;height:1.4rem;fill:#fff;margin-left:1rem;margin-top:2px}.subscription-page__table-box{background:#fff;border:1px solid #EAEAEA;width:100%;padding:40px}.subscription-page__table-box__table{width:100%}.subscription-page__table-box__table tbody tr{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #EEEEEE}@media only screen and (max-width: 29.93em){.subscription-page__table-box__table tbody tr{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.subscription-page__table-box__table tbody tr:last-child{border-bottom:0}.subscription-page__table-box__table tbody tr th,.subscription-page__table-box__table tbody tr td{font-size:1.4rem}.subscription-page__table-box__table tbody tr th{font-weight:400;color:#505050}.subscription-page__table-box__table tbody tr td{text-align:right;padding-top:15px;padding-bottom:15px;font-weight:600;color:#404040}@media only screen and (max-width: 29.93em){.subscription-page__table-box__table tbody tr td{padding-top:0}}.subscription-page__table-box__table tbody tr td p{margin-bottom:0}.subscription-page__table-box__table tbody tr.text-red th,.subscription-page__table-box__table tbody tr.text-red td,.subscription-page__table-box__table tbody tr.text-red p{color:#e45b72;font-weight:600}.subscription-page__table-box__footer p{font-size:1.2rem;color:#505050}.subscription-page__description{font-size:1.5rem;color:#303030;font-weight:500;line-height:1.4;margin-top:20px}.subscription-page__text-group p{font-size:1.5rem;color:#303030;line-height:1.4;font-weight:500}.subscription-page__text-group a{color:#3a87cb;text-decoration:underline}.account-settings-tab .subscription-page{margin:inherit;width:321px}.account-settings-tab .subscription-page__table-box{border:0;padding:0}.work__top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;height:6rem;height:auto}@media only screen and (max-width: 87.5em){.work__top-bar{height:auto!important;min-height:7rem;padding:1rem 0}}@media only screen and (max-width: 37.5em){.work__top-bar{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0}}.work__top-bar .btn-stamp-new.not-qualified{margin-right:1rem}@media only screen and (max-width: 37.5em){.work__top-bar .btn-stamp-new.not-qualified{display:none}}.work__top-bar .dropdown-work-action{margin-bottom:0}@media only screen and (max-width: 37.5em){.work__top-bar__left .dropdown-basic.work-status-button .dropdown-toggle{height:4rem;border-radius:5px}}@media only screen and (max-width: 37.5em){.work__top-bar__right .dropdown-work-action-container{width:100%}}.work__top-bar__right .dropdown-work-action .dropdown-toggle{background:#fcfcfd;border-color:#eaecf0}.work__top-bar__right .dropdown-work-action .dropdown-toggle:hover{background:#475467!important;border-color:#475467!important}.work__top-bar__right .dropdown-work-action .dropdown-toggle:hover svg{fill:#fff}.work__top-bar__right__button-group{display:-webkit-box;display:-ms-flexbox;display:flex}.work__top-bar:first-child{height:7rem}.work__header{background:#fff;border-radius:.5rem;padding:3rem;border:1px solid #F2F4F7;position:relative}@media only screen and (max-width: 87.5em){.work__header{padding:2.2rem 2.5rem .7rem}}@media only screen and (max-width: 75em){.work__header{padding:1.8rem 1.5rem .7rem}}@media only screen and (max-width: 56.25em){.work__header{padding:2rem 1rem;margin-top:4.8rem}}@media only screen and (max-width: 47.93em){.work__header{padding:2rem 1rem;margin-top:4.8rem}}@media only screen and (max-width: 29.93em){.work__header{margin-left:-2rem;margin-right:-2rem;border-right:0;border-left:0;border-radius:0;margin-top:4.8rem}}.work__header.green{-webkit-box-shadow:inset 4px 0 0 0 #2abb9b;box-shadow:inset 4px 0 #2abb9b;border-top-left-radius:0;border-bottom-left-radius:0}.work__header.yellow{-webkit-box-shadow:inset 4px 0 0 0 #FAD859;box-shadow:inset 4px 0 #fad859;border-top-left-radius:0;border-bottom-left-radius:0}.work__header.red{-webkit-box-shadow:inset 4px 0 0 0 #E45B72;box-shadow:inset 4px 0 #e45b72;border-top-left-radius:0;border-bottom-left-radius:0}.work__header.blue{-webkit-box-shadow:inset 4px 0 0 0 #3A87CB;box-shadow:inset 4px 0 #3a87cb;border-top-left-radius:0;border-bottom-left-radius:0}@media only screen and (max-width: 23.438em){.work__header.project-header .work__header-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.work__header__collaborators{list-style:none;padding-left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.work__header__collaborators .dropdown-toggle{padding:0}.work__header__collaborators--list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0}.work__header__collaborators__item{width:3.2rem;height:3.2rem;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;border:1px solid #EAEAEA}.work__header__collaborators__item__image{width:100%;height:auto}.work__header__collaborators.show-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;top:0}@media only screen and (min-width: 47.93em){.work__header__collaborators.show-mobile{display:none}}.work__header__collaborators.show-mobile .dropdown-toggle{padding:0}.work__header__collaborators.in-table-cell{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0}.work__header__collaborators.in-table-cell .dropdown-menu{z-index:50}.work__header-contact{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.5rem}@media only screen and (max-width: 47.93em){.work__header-contact{width:100%}}.work__contact-details{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 87.5em){.work__contact-details{width:100%}}@media only screen and (max-width: 47.93em){.work__contact-details{width:100%}}@media only screen and (max-width: 29.93em){.work__contact-details{margin-bottom:1rem}}.work__contact-field{display:-webkit-box;display:-ms-flexbox;display:flex;width:25%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (max-width: 47.93em){.work__contact-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 37.5em){.work__contact-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 29.93em){.work__contact-field{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}}.work__contact-field .icon-rounded{margin-right:1.8rem}@media only screen and (max-width: 75em){.work__contact-field .icon-rounded{margin-right:1.2rem}}@media only screen and (max-width: 47.93em){.work__contact-field .icon-rounded{margin-right:.8rem}}@media only screen and (max-width: 37.5em){.work__contact-field .icon-rounded{margin-right:0}}@media only screen and (max-width: 29.93em){.work__contact-field .icon-rounded{margin-right:0}}@media only screen and (max-width: 29.93em){.work__contact-field__sub-title .btn-edit-small{display:none}}.work__contact-actions{width:90%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:1rem}@media only screen and (max-width: 100em){.work__contact-actions{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 75em){.work__contact-actions{padding-left:.2rem}}@media only screen and (max-width: 47.93em){.work__contact-actions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.work__contact-actions .dropdown .btn{margin-bottom:0!important}.work__contact-actions .btn:not(:last-child){margin-bottom:1rem}@media only screen and (max-width: 47.93em){.work__contact-actions .btn:not(:last-child){margin-bottom:0}}.work__progress-bar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 47.93em){.work__progress-bar-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}.work__progress-bar-wrapper.vergabe{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.work__header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:1rem;margin-bottom:4.2rem;line-height:1;font-size:1.3rem;color:#717171}@media only screen and (max-width: 47.93em){.work__header-info{margin-bottom:2.2rem}}@media only screen and (max-width: 29.93em){.work__header-info{margin:-.3rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:2rem 0}}@media only screen and (max-width: 56.25em){.work__header-info.project{display:none}}.work__header-info__lead-owner{color:#717171;font-size:1.3rem}@media only screen and (max-width: 47.93em){.work__header-info__lead-owner{line-height:2rem}}.work__header-info__lead-owner:not(:last-child){margin-right:2rem}.work__header-info__lead-owner span,.work__header-info__lead-owner__span{font-size:1.3rem}@media only screen and (max-width: 56.25em){.work__header-info__lead-owner__span{font-size:1.1rem}}@media only screen and (max-width: 47.93em){.work__header-info__lead-owner__span:first-child{font-weight:500;color:#545454}}.work__header-info__lead-owner a{font-size:1.3rem;cursor:auto}.contact-add-box{background-color:#fff;width:29rem;position:absolute;border-radius:.5rem;border:1px solid #D8D8D8;padding:1rem;z-index:9;min-width:25rem;right:-13.3rem;top:4rem;-webkit-box-shadow:0px 2px 1.2rem rgba(0,0,0,.175);box-shadow:0 2px 1.2rem #0000002d;color:#636363}@media only screen and (max-width: 29.93em){.contact-add-box{right:-15px}}.contact-add-box:before{content:"";position:absolute;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:10px solid #D9D9D9;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}@media only screen and (max-width: 29.93em){.contact-add-box:before{-webkit-transform:none;transform:none;left:auto;right:1.1rem}}.contact-add-box__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#636363;font-size:1.5rem;padding:1.5rem 1rem}.contact-add-box__item:hover{background:#f9f9f9;color:#3a87cb!important}.contact-add-box__item:hover .icon-rounded__icon{fill:#3a87cb}.contact-add-box__item.no-hover:hover{background:transparent;color:#636363!important}.contact-add-box__item.add-new{color:#404040}.contact-add-box__item.add-new:hover{color:#404040!important}.contact-add-box__item.add-new .icon-rounded__icon{fill:#3a87cb;width:2rem;height:2rem}.contact-search-box{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.contact-search-box__button{border:none;padding:0;background-color:transparent;position:absolute;left:2.4rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.contact-search-box__button:focus{outline:none}.contact-search-box__icon{height:2rem;width:2rem;fill:#ccc}.contact-add-box>.search-results{border-bottom:1px solid #D8D8D8}.project-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:3.2rem 3.5rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 56.25em){.project-header{padding:2.2rem 1.5rem}}.project-header__image-wrapper{width:8%}.project-header__right{width:90%}.project-header__details{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5rem;margin-top:.5rem}@media only screen and (max-width: 75em){.project-header__details{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:16px}}@media only screen and (max-width: 40em){.project-header__details{display:grid;grid-template-columns:1fr;grid-row-gap:16px}}@media only screen and (max-width: 23.438em){.project-header__details{margin-left:36px}}.project-header__field{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (max-width: 40em){.project-header__field{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.project-header__field:not(:last-child){margin-right:3rem}@media only screen and (max-width: 75em){.project-header__field:not(:last-child){margin-right:2rem}}.project-header__field.project-edit-field{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 40em){.project-header__field.project-edit-field{position:absolute;right:0;top:0}}.project-header__field__title{font-size:1.6rem;font-weight:400;line-height:1.2;color:#636363;width:100%}@media only screen and (max-width: 40em){.project-header__field__title__text{display:none}}@media only screen and (max-width: 23.438em){.project-header__field__title__text{display:block}}@media only screen and (max-width: 40em){.project-header__field__title svg{margin-right:0!important}}@media only screen and (max-width: 23.438em){.project-header__field__title svg{display:none}}@media only screen and (max-width: 29.93em){.project-header__field__title{text-overflow:inherit;overflow:inherit}}.project-header__field__title--bold{font-weight:500}.project-header__field__sub-title{font-size:1.2rem;color:#5d5d5d;font-weight:400;line-height:1.4;width:100%}@media only screen and (max-width: 47.93em){.project-header__field__sub-title{font-size:1rem}}@media only screen and (max-width: 37.5em){.project-header__field.description-field{display:none}}@media only screen and (max-width: 37.5em){.project-header__field.type-field{margin-right:0}}.project-header__note{width:100%}@media only screen and (max-width: 75em){.project-header__note{width:76%}}@media only screen and (max-width: 56.25em){.project-header__note{width:100%}}.project-header__note__title{font-size:1.5rem;line-height:1.2;color:#636363}@media only screen and (max-width: 56.25em){.project-header__note__title{font-size:1.4rem}}@media only screen and (max-width: 37.5em){.project-header__note__title{font-size:1.2rem}}.project-header__note__paragraph{margin-bottom:0;font-size:1.2rem;line-height:1.5}@media only screen and (max-width: 56.25em){.project-header__note{font-size:1.1rem}}@media only screen and (max-width: 37.5em){.project-header__note{font-size:1rem}}@media only screen and (max-width: 75em){.project-header .work__progress-bar-wrapper{position:relative}}.project-header .work__header-contact{width:100%}.project-header__avatar-icon{width:100%;height:12rem}@media only screen and (max-width: 56.25em){.project-header__avatar-icon{width:100%;height:100%}}.project-header__avatar-icon__icon{width:4rem;height:4rem}@media only screen and (max-width: 56.25em){.project-header__avatar-icon__icon{width:2rem;height:2rem}}.project-tabs{width:100%}.pr-table thead tr{display:grid;grid-template-columns:70px 310px 200px 102px 63px 62px 70px 115px 91px 103px}.pr-dropdown{margin-bottom:0}.pr-dropdown__body .dropdown-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.work-dashboard--header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;min-height:30px}.project .work-dashboard--header{margin-bottom:14px}.work-dashboard--header__title{font-size:1.4rem;color:#1d2939;font-weight:600;text-transform:uppercase;margin-bottom:0}.work-dashboard--header__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.work-dashboard--header__button-group>*{margin-left:1rem}.work-dashboard--header__left .work-status{background:transparent!important;color:#475467;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem;line-height:1.1}.work-dashboard--header__left .work-status__badge{width:12px;height:12px;border-radius:50%;display:block;margin-right:6px}.work-dashboard--header__left .work-status__badge.red{background:#e45b72}.work-dashboard--header__left .work-status__badge.green{background:#2abb9b}.work-dashboard--header__left .work-status__badge.yellow{background:#fad859}@media only screen and (max-width: 37.5em){.work-dashboard--header__left .dropdown-basic.work-status-button .dropdown-toggle{height:4rem;border-radius:5px}}@media only screen and (max-width: 47.93em){.work-dashboard--header__left--group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.work-dashboard--header__right{display:none}@media only screen and (min-width: 47.93em){.work-dashboard--header__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 47.93em){.work-dashboard--header__right.work-event{display:-webkit-box;display:-ms-flexbox;display:flex}}.work-dashboard--header__right.show-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:32px}.work-dashboard--header__right.show-mobile .display-contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.work-dashboard--header__right.show-mobile .display-contents>*{margin-left:0!important;margin-bottom:12px}@media only screen and (max-width: 47.93em){.work-dashboard--header__right.show-mobile .work__top-bar__right__button-group .dropdown-work-action-container{width:100%}}.work-dashboard--header__right.show-mobile .dropdown-work-action-container .btn-stamp-new{margin-left:0!important}@media only screen and (min-width: 47.93em){.work-dashboard--header__right.show-mobile{display:none}}.work-dashboard--event-lists{list-style:none;padding:0;margin-bottom:3rem}.work-dashboard--event-lists span+li{margin-top:1.25rem}.work-dashboard--event-lists__event-list{margin-top:32px;position:relative}.work-dashboard--event-lists__event-list:has(.work-dashboard--event-lists__event-list):before{display:none}.work-dashboard--event-lists__event-list:before{width:1px;height:calc(100% - 4px);display:block;content:"";position:absolute;left:13px;background:#eaecf0;top:36px}.work-dashboard--event-lists__event-list:first-child{margin-top:18px}.work-dashboard--event-lists__event-list:last-child:before{display:none}.work-dashboard--event-lists__event-list--events{list-style:none;padding:0 0 0 20px}.work-dashboard--event-lists__event-list--events__event--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;position:relative}@media only screen and (max-width: 40em){.work-dashboard--event-lists__event-list--events__event--content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.work-dashboard--event-lists__event-list--events__event--content:hover .work-dashboard--event-lists__event-list--events__event--content__button-group{display:-webkit-box;display:-ms-flexbox;display:flex}.work-dashboard--event-lists__event-list--events__event--content__left{max-width:100%;width:100%}.work-dashboard--event-lists__event-list--events__event--content__right{display:grid;grid-template-columns:1fr 100px;grid-gap:24px}@media only screen and (max-width: 40em){.work-dashboard--event-lists__event-list--events__event--content__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.work-dashboard--event-lists__event-list--events__event--content__title{display:grid;grid-template-columns:26px 1fr;grid-gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.work-dashboard--event-lists__event-list--events__event--content__title:has(.work-dashboard--event-lists__event-list--events__event--content__title__private){grid-template-columns:26px auto 1fr}.work-dashboard--event-lists__event-list--events__event--content__title__private{margin-right:-10px;font-size:1.5rem;color:#344054}.work-dashboard--event-lists__event-list--events__event--content__title__icon-box{width:26px;height:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #EAECF0;border-radius:5px;margin-top:5px}.work-dashboard--event-lists__event-list--events__event--content__title__icon-box.icon-px-sparkle-fill svg{fill:#9d34da}.work-dashboard--event-lists__event-list--events__event--content__title__icon{width:14px;height:14px}.work .work-dashboard--event-lists__event-list--events__event--content__title__icon,.email .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#ef6c00}.phone .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#e45b72}.resubmission .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#9b9b9b}.appointment .work-dashboard--event-lists__event-list--events__event--content__title__icon,.note .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#0fb9b1}.task .work-dashboard--event-lists__event-list--events__event--content__title__icon,.collaborator .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#9e4554}.document .work-dashboard--event-lists__event-list--events__event--content__title__icon,.property .work-dashboard--event-lists__event-list--events__event--content__title__icon,.tracking-link .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#34495e}.contact .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#408fc7}.offer .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#8e44ad}.icon-phone .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#4aae48}.icon-email .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#8c7ae6}.icon-fax .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#06a085}.icon-incoming-email .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#487eb0}.icon-map-marker .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#34495e}.icon-consultation .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#8e44ad}.icon-more .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#797979}.icon-contact-form .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#0074b7}.icon-message .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#055864}.system .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#a7a7a7}.work-dashboard--event-lists__event-list--events__event--content__title__text{font-size:1.3rem;color:#344054;font-weight:600}.work-dashboard--event-lists__event-list--events__event--content__description{padding-left:42px;font-size:1.3rem;color:#344054;width:calc(100% - 84px);max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.work-dashboard--event-lists__event-list--events__event--content__description div{max-width:100%;width:100%}.work-dashboard--event-lists__event-list--events__event--content__description p{word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.work-dashboard--event-lists__event-list--events__event--content__description table,.work-dashboard--event-lists__event-list--events__event--content__description table tr td table{width:100%!important;max-width:100%!important}.work-dashboard--event-lists__event-list--events__event--content__by-name{font-size:1.2rem;color:#475467;font-style:italic;position:absolute;bottom:0;right:0}@media only screen and (max-width: 40em){.work-dashboard--event-lists__event-list--events__event--content__by-name{position:relative;bottom:auto;right:auto;margin-top:8px;margin-left:43px}}.work-dashboard--event-lists__event-list--events__event--content__button-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;display:none}@media only screen and (max-width: 40em){.work-dashboard--event-lists__event-list--events__event--content__button-group{display:-webkit-box;display:-ms-flexbox;display:flex}}.work-dashboard--event-lists__event-list--events__event--content__edit-btn{border:0;background:transparent;margin-left:1rem}.work-dashboard--event-lists__event-list--events__event--content__edit-btn:link,.work-dashboard--event-lists__event-list--events__event--content__edit-btn:visited{outline:none;border:0}.work-dashboard--event-lists__event-list--events__event--content__edit-btn__icon{width:1.2rem;height:1.2rem;fill:#bababa}.work-dashboard--notes{margin-top:24px}.work-dashboard--notes__list{list-style:none;padding:0}.work-dashboard--notes__list--note{display:grid;grid-template-columns:1fr 120px}.work-dashboard--notes__list--note:hover .work-dashboard--notes__list--note__right__button-group{display:-webkit-box;display:-ms-flexbox;display:flex}.work-dashboard--notes__list--note__right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.work-dashboard--notes__list--note__right__button-group{display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0}.work-dashboard--notes__list--note__right__edit-btn{border:0;background:transparent;margin-left:1rem}.work-dashboard--notes__list--note__right__edit-btn:link,.work-dashboard--notes__list--note__right__edit-btn:visited{outline:none;border:0}.work-dashboard--notes__list--note__right__edit-btn__icon{width:1.2rem;height:1.2rem;fill:#bababa}.work-dashboard--notes__list--note__description{font-size:1.3rem;color:#344054}.work-dashboard--notes__list--note__time{font-size:1.1rem;color:#344054;font-style:italic}.work-dashboard--notes__list--note__user{font-size:1.2rem;color:#475467;font-style:italic;position:absolute;right:0;bottom:0}.work-dashboard--content__list{list-style:none;margin:0;padding:0}.work-dashboard--content__list__container{width:100%;border-bottom:1px solid #ECEFF2;padding:3rem 0}.work-dashboard--content__list__container:first-child{padding-top:0}.work-dashboard--content__list__container:last-child{border-bottom:0}.work-dashboard--content__list__container__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 37.5em){.work-dashboard--content__list__container__item{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.work-dashboard--content__list__container__item.document-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.work-dashboard--content__list__container__item__date-time{width:5rem;font-size:1.25rem;color:#404040;line-height:1.1}.work-dashboard--content__list__container__item__date-time.document-date{line-height:1.6}.work-dashboard--content__list__container__item__right{width:100%;display:grid;grid-template-columns:1fr 12rem;grid-gap:5rem;margin-left:3rem}@media only screen and (max-width: 37.5em){.work-dashboard--content__list__container__item__right{grid-template-columns:1fr 2rem;grid-gap:2rem;margin-left:0}}.work-dashboard--content__list__container__item__right__text-group{display:grid;grid-template-columns:2rem 1fr;grid-gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.work-dashboard--content__list__container__item__right__text-group__icon-box{width:2rem;height:2rem;background:#40536b;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:.8rem;margin-top:2px}.work-dashboard--content__list__container__item__right__text-group__icon{width:1.2rem;height:1.2rem;fill:#fff}.work-dashboard--content__list__container__item__right__text-group__text{color:#404040;font-weight:600;font-size:1.4rem;text-decoration:none}.work-dashboard--content__list__container__item__right__text-group__text:hover{text-decoration:none}.work-dashboard--content__list__container__item__right__text-group__text:hover>*{color:#404040}.work-dashboard--content__list__container__item__right__text-group__text span:nth-child(1){color:#404040;font-weight:600;font-size:1.4rem}.work-dashboard--content__list__container__item__right__text-group__text span:nth-child(2){font-size:1.2rem;font-weight:400}.work-dashboard--content__list__container__item__right__text-group__text.work-detail{display:grid;grid-template-columns:90px 1fr;grid-gap:5px}.work-dashboard--content__list__container__item__right__text-group__text.work-detail .document-name{color:#404040;font-weight:600;font-size:1.4rem;width:90px;height:auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.work-dashboard--content__list__container__item__right__text-group__text.work-detail .document-size{font-size:1.2rem;font-weight:400}.work-dashboard--content__list__container__item__right__text-group.document{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.work-dashboard--content__list__container__item__right__text-group.document .document-name{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.work-dashboard--content__list__container__item__right__button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media only screen and (max-width: 37.5em){.work-dashboard--content__list__container__item__right__button-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.work-dashboard--content__list__container__item__right__button-group>*{margin-left:0}}.work-dashboard--content__list__container__item__right__button-group>*{margin-left:1rem}.work-dashboard--comments{list-style:none;padding:0;margin-top:20px}.work-dashboard--comments__comment{margin-bottom:32px;position:relative}.work-dashboard--comments__comment:last-child{margin-bottom:0}.work-dashboard--comments__comment:last-child:before{display:none}.work-dashboard--comments__comment:before{display:block;width:1px;height:calc(100% - 16px);background:#eaecf0;position:absolute;left:16px;top:40px;content:""}.work-dashboard--comments__comment--content{width:100%;display:grid;grid-template-columns:32px 1fr;grid-gap:16px}.work-dashboard--comments__comment--content__user-avatar img{width:32px;height:32px;border-radius:50%}.work-dashboard--comments__comment--content__body__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.work-dashboard--comments__comment--content__body__header__username{font-size:1.3rem;font-weight:600;color:#344054;margin-bottom:0}.work-dashboard--comments__comment--content__body__header__time{font-size:1.1rem;font-style:italic;color:#344054;margin-bottom:0;margin-left:8px}.work-dashboard--comments__comment--content__body__comment{font-size:1.3rem;color:#344054}.work-dashboard--comments__comment--content__body__comment p{margin-bottom:0}.work-status{border-radius:10px;padding:.4rem 1rem;min-width:auto;font-size:1.25rem;line-height:1.2;color:#fff}.work-status.yellow{background:#fad859}.work-status.green{background:#2abb9b}.work-status.red{background:#e45b72}.work-provision-list .table-list__thead tr th:first-child{padding:0;font-size:0}.work-provision-list .table-list__thead tr th:first-child span{display:none}.work-provision-list .table-list tbody tr td:first-child{padding-left:2rem;padding-right:0}.work-provision-list .table-list__state-wrapper__text{font-size:0;width:12px;height:12px;border-radius:50%;padding:0}.work-provision-list .table-list__state-wrapper__text.grey{background:#707070}.work-provision-list .table-list__state-wrapper__text.green{background:#2abb9b}.work-provision-list .table-list__state-wrapper__text.yellow{background:#fad859}.work-provision-list .table-list__state-wrapper__text.red{background:#e45b72}.order-provision-badge{width:18px;height:18px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;line-height:0}.order-provision-badge.red{background:#e45b72}.order-provision-badge.yellow{background:#fad859}.order-provision-badge.blue{background:#4bb8ff}.order-provision-badge.green{background:#2abb9b}.order-provision-badge.grey{background:#eaecf0;color:#344054}.customer__header{margin-bottom:7rem}.customer__header__title{color:#767676;font-size:2.8rem;text-transform:uppercase;font-weight:400;text-align:center}.customer__document-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.9rem;width:100%}.customer__document-heading .btn{margin-right:3.9rem}.customer__document-heading__title{color:#767676;font-size:2.6rem;font-weight:400}.customer__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.customer__document-box{background:#fff;border-radius:.5rem;border:1px solid #DEDEDE;padding:1rem;width:50%}.customer__document-actions{width:39rem;margin-left:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.customer__document-actions__buttons{width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-top:.7rem}.customer__document-actions__buttons .btn{margin-bottom:1.6rem}.reported-review{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reported-review__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;margin-bottom:24px}@media only screen and (max-width: 64em){.reported-review__row{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 47.93em){.reported-review__row{grid-template-columns:100%}}.reported-review__row:nth-child(1){grid-template-columns:464px 1fr}@media only screen and (max-width: 64em){.reported-review__row:nth-child(1){grid-template-columns:1fr 1fr}}@media only screen and (max-width: 47.93em){.reported-review__row:nth-child(1){grid-template-columns:100%}}.reported-review__box{background:#fff;padding:28px;border-radius:10px;min-width:0;max-width:100%;-webkit-box-shadow:0px 1px 2px rgba(16,24,40,.05);box-shadow:0 1px 2px #1018280d}.reported-review__box .px-rating__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px}.reported-review__box .px-rating__header .rate{font-size:2.1rem;color:#101828;font-weight:500;margin-right:8px;-ms-flex-negative:0;flex-shrink:0;line-height:1}.reported-review__box .px-rating__header .rating__stars{width:100px;height:20px}.reported-review__box .px-rating .total-review{font-size:1.3rem;color:#344054;font-weight:500}.support-wrapper{display:grid;grid-template-columns:33rem 1fr;grid-gap:9rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 100em){.support-wrapper{grid-template-columns:30rem 1fr;grid-gap:7rem}}@media only screen and (max-width: 87.5em){.support-wrapper{grid-template-columns:28rem 1fr;grid-gap:5rem}}@media only screen and (max-width: 62em){.support-wrapper{grid-template-columns:25rem 1fr;grid-gap:3rem}}@media only screen and (max-width: 56.25em){.support-wrapper{grid-template-columns:1fr;grid-gap:0}}.support__nav{width:33rem}@media only screen and (max-width: 87.5em){.support__nav{width:100%;position:relative}}.support__nav__list{list-style:none;margin:0;padding:0}@media only screen and (max-width: 56.25em){.support__nav__list{display:none}.support__nav__list.active{position:absolute;top:7.6rem;width:100%;background:#fff;padding:1.5rem;border:1px solid #ededed;border-radius:.5rem;z-index:200;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.support__nav__list__item{border-bottom:1px solid #EAEAEA;padding:2rem 0;cursor:pointer}.support__nav__list__item:first-child{padding-top:0}@media only screen and (max-width: 56.25em){.support__nav__list__item:first-child{padding-top:2rem}}.support__nav__list__item:last-child{border-bottom:0}.support__nav__list__item:hover .support__nav__list__item__parent-title,.support__nav__list__item:hover .support__nav__list__item__parent-subtitle{color:#3a87cb}.support__nav__list__item__parent-title{font-size:1.7rem;font-weight:500;color:#505050;margin:0}.support__nav__list__item__parent-subtitle{font-size:1.3rem;font-weight:400;color:#505050;margin:0}.support__nav__list__item.active .support__nav__list__item__parent-title,.support__nav__list__item.active .support__nav__list__item__parent-subtitle{color:#3a87cb}.support__nav__list__submenu{list-style:none;margin:2.3rem 0 0;padding:0;display:none;opacity:0;visibility:hidden;-webkit-transition:all .3s;transition:all .3s}.support__nav__list__submenu.active{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;visibility:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .3s;transition:all .3s}.support__nav__list__submenu__item{padding-left:3.7rem;margin-bottom:2rem;cursor:pointer}.support__nav__list__submenu__item:last-child{margin-bottom:.6rem}.support__nav__list__submenu__item__link{font-size:1.4rem;color:#505050;font-weight:600;text-decoration:none}.support__nav__list__submenu__item__link:hover{color:#3a87cb;text-decoration:none}.support__nav__list__submenu__item__link.active{color:#3a87cb}.support__content b,.support__content strong{font-weight:500}.support__content__title{font-size:2.4rem;font-weight:500;color:#404040;margin-bottom:1.5rem}.support__content__tipps{font-size:1.6rem;font-weight:600;color:#3a87cb;margin:2rem 0 1rem}.support__content__description{color:#202020;font-size:1.5rem;margin-bottom:1rem}.support__content__description__list{padding-left:1.5rem;margin-bottom:2rem;list-style:none}.support__content__description__list__item{display:grid;grid-template-columns:1.6rem 1fr;grid-gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.support__content__description__list__item .icon{width:1.6rem;height:1.6rem;margin-top:6px}.support__content__description__list__item__text{color:#202020;font-size:1.5rem}.support__content__helpcenter-row{display:grid;grid-template-columns:31rem 1fr;grid-gap:4.4rem;margin-bottom:1.5rem}@media only screen and (max-width: 62em){.support__content__helpcenter-row{grid-template-columns:1fr;grid-gap:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.support__content__helpcenter-row.w-video{grid-template-columns:34rem 1fr}.support__content__helpcenter-row__image{width:32rem;height:auto;overflow:hidden;-webkit-box-shadow:0 0 8px 2px rgba(0,0,0,.1);box-shadow:0 0 8px 2px #0000001a}@media only screen and (max-width: 62em){.support__content__helpcenter-row__image{width:100%;height:auto;margin-bottom:2rem}}.support__content__helpcenter-row__image img{width:100%;height:auto}.support__content__form-container{margin-top:4rem;display:grid;grid-template-columns:70rem 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-gap:7rem}@media only screen and (max-width: 87.5em){.support__content__form-container{grid-template-columns:none;grid-gap:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-bottom:3rem;margin-top:2rem}}@media only screen and (max-width: 75em){.support__content__form-container__left{width:100%}}@media only screen and (max-width: 87.5em){.support__content__form-container__right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 37.5em){.support__content__form-container__right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.support__content__contact-link-group{display:grid;grid-template-columns:2rem 1fr;grid-gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2.5rem}.support__content__contact-link-group.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.support__content__contact-link-group__icon{width:2rem;height:2rem;fill:#404040}.support__content__contact-link-group__item{font-size:1.6rem;color:#404040;font-weight:500;line-height:1.2}@media only screen and (max-width: 87.5em){.support__content__contact-link-group__item{margin-right:2rem}}.support__content__contact-link-group__item:hover{text-decoration:none;color:#404040}.support__content__contact-link-group__item__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support__content__contact-link-group__item__right span{font-size:1.2rem;color:#404040;margin-top:.5rem}.statistic-dashboard>svg>svg,.statistic-dashboard svg,.statistic-dashboard svg svg{pointer-events:initial!important}.statistic-dashboard__row{background:#fff;padding:30px;margin-bottom:50px}.statistic-dashboard__row__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.statistic-dashboard__row__header__title{font-size:1.8rem;color:#3a87cb;font-weight:700;margin-bottom:2rem}.statistic-dashboard__row__header .button-group{padding:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 62em){.statistic-dashboard__row__header .button-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.statistic-dashboard__row__header .button-group__tab-button{margin-right:15px}@media only screen and (max-width: 62em){.statistic-dashboard__row__header .button-group__tab-button{margin-bottom:15px}}@media only screen and (max-width: 29.93em){.statistic-dashboard__row__header .button-group__tab-button{margin-right:0;display:grid;grid-template-columns:1fr 1fr;width:100%}}.statistic-dashboard__row__header .button-group__dropdowns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 37.5em){.statistic-dashboard__row__header .button-group__dropdowns{-ms-flex-wrap:wrap;flex-wrap:wrap}}.statistic-dashboard__row__header .button-group__dropdowns>*{margin-right:15px}@media only screen and (max-width: 37.5em){.statistic-dashboard__row__header .button-group__dropdowns>*{margin-bottom:15px}}.statistic-dashboard__row__header .button-group__dropdowns>*:last-child{margin-right:0}.statistic-dashboard__row__header .button-group .btn-secondary{border-color:#707070;color:#707070}.statistic-dashboard__row__header .button-group .btn-secondary:hover{background:#707070;color:#fff}.statistic-dashboard__row__header .button-group .btn-secondary:link,.statistic-dashboard__row__header .button-group .btn-secondary:active,.statistic-dashboard__row__header .button-group .btn-secondary:focus,.statistic-dashboard__row__header .button-group .btn-secondary.active{border-color:#3a87cb!important;background:#3a87cb!important;color:#fff!important}.statistic-dashboard__row__header .button-group .btn-secondary:link:hover,.statistic-dashboard__row__header .button-group .btn-secondary:active:hover,.statistic-dashboard__row__header .button-group .btn-secondary:focus:hover,.statistic-dashboard__row__header .button-group .btn-secondary.active:hover{border-color:#3a87cb;background:#3a87cb;color:#fff}.statistic-dashboard__row__header .button-group .btn-secondary:nth-child(1){border-top-right-radius:0;border-bottom-right-radius:0}.statistic-dashboard__row__header .button-group .btn-secondary:nth-child(2){border-top-left-radius:0;border-bottom-left-radius:0}.statistic-dashboard__content{width:100%}.statistic-dashboard__content__container{margin-top:30px;border-radius:10px}.statistic-dashboard__content__col{position:relative}.statistic-dashboard__content__col .btn-primary{position:absolute;right:9px;z-index:5;top:9px}.statistic-dashboard__content__row{display:grid;width:100%}.statistic-dashboard__content__row.grid-col-2{grid-template-columns:repeat(2,1fr)}@media only screen and (max-width: 75em){.statistic-dashboard__content__row.grid-col-2{grid-template-columns:1fr}}.statistic-dashboard__content__row.gap-30{grid-gap:30px}.statistic-dashboard__content__row.gap-50{grid-gap:50px}.statistic-dashboard__content__row.gap-100{grid-gap:100px}.statistic-dashboard__content__row.mb-100{margin-bottom:100px}html,body{height:100%}html:has(.mdc-main),body:has(.mdc-main){overflow:hidden}.mdc-main{max-width:100%;height:100svh;overflow-x:hidden;overflow-y:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mdc-main:has(.form-page),.mdc-main:has(.pdf-page){padding-top:16px}.mdc-main:has(.form-page) .mdc-main--header,.mdc-main:has(.pdf-page) .mdc-main--header{display:none}.mdc-main:has(.form-page) .mdc-footer,.mdc-main:has(.pdf-page) .mdc-footer,.mdc-main:has(.summary) .mdc-footer{display:none}.mdc-main--header{width:100%;height:74px;padding:12px 0 14px}.mdc-main--steps-wrapper{width:100%;max-width:480px;margin:0 auto}@media only screen and (min-width: 47.93em){.mdc-main--steps-wrapper{max-width:100%}}@media only screen and (min-width: 64em){.mdc-main--steps-wrapper{max-width:1024px}}@media only screen and (min-width: 47.93em){.customer-mdc .mdc-main--steps-wrapper{max-width:80%}}@media only screen and (min-width: 64em){.customer-mdc .mdc-main--steps-wrapper{max-width:80%}}.mdc-main--steps{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% + 30px);margin:0 0 0 35px}@media only screen and (min-width: 47.93em){.mdc-main--steps{margin-left:4%;width:120%}}.mdc-main--steps.ecc-steps{margin-left:5%!important}@media only screen and (min-width: 47.93em){.mdc-main--steps.ecc-steps{margin-left:1%!important;width:120%}}.mdc-main--steps__item{position:relative;width:100%}.mdc-main--steps__item:first-child:after{content:none}.mdc-main--steps__item.active:nth-child(2) .text{left:-29px}.mdc-main--steps__item.active:nth-child(3) .text{left:-103px}.mdc-main--steps__item.active:last-child .text{left:-30px}.ecc-steps .mdc-main--steps__item.active:last-child .text{left:inherit!important;right:calc(100% - 15px)}.mdc-main--steps__item:after{content:"";width:100%;background:#eaecf0;height:4px;position:absolute;left:calc(-100% + 19px);top:8px}.mdc-main--steps__item .circle{width:19px;height:19px;border-radius:999px;background:#eaecf0;display:-webkit-box;display:-ms-flexbox;display:flex}.mdc-main--steps__item .text{font-size:1.2rem;color:#475467;display:none;position:absolute;white-space:nowrap;top:24px}@media only screen and (min-width: 47.93em){.mdc-main--steps__item .text{font-size:1.4rem}}.mdc-main--steps__item.active .text{display:block}.mdc-main--steps__item.active .circle{background:#4bb8ff}.mdc-main--steps__item.active:after{background:#4bb8ff}.mdc-main--radio-group{padding:0 20px;position:relative}.mdc-main--radio-group__group-title{font-size:1.8rem;font-weight:500;color:#101828;width:100%;text-align:center;margin-bottom:20px}.mdc-main--radio-group .list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border:1px solid #EAECF0;border-radius:12px;margin-bottom:12px!important;padding:20px}.mdc-main--radio-group .list:last-child{margin-bottom:0}.mdc-main--radio-group .list .form__title{font-size:1.6rem;color:#344054;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:0;margin-left:12px;width:180px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width: 29.93em){.mdc-main--radio-group .list .form__title{width:100%}}.mdc-main--radio-group .list .form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mdc-main--radio-group .list--acc-toggle{position:absolute;right:0;top:0;background:transparent;border:0;z-index:1;width:75px;height:64px}.mdc-main--radio-group .list--acc-toggle__icon{width:30px;height:30px;fill:#4bb8ff}.mdc-main--radio-group .list--acc-content{margin-left:28px;font-size:1.4rem;color:#101828;display:none}.mdc-main--radio-group .list--acc-content p{padding-top:8px}.mdc-main--radio-group .list--acc-content.show{display:block}.mdc-main--radio-group .form__group{padding:0;width:100%;position:inherit}.mdc-main--radio-group .form__title{width:100%;height:auto;font-size:2.6rem;font-weight:500;margin-bottom:12px;text-align:center;color:#101828;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 0;text-align:left}.mdc-main--radio-group .radio-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;padding:16px;border-radius:12px;margin-bottom:16px;border:1px solid #EAECF0;height:88px}.mdc-main--radio-group .radio-option:last-child{margin-bottom:0}.mdc-main--radio-group .radio-option:has(.item-disabled){opacity:.5}.mdc-main--radio-group .radio-option__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.mdc-main--radio-group .radio-option__item__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:12px}.mdc-main--radio-group .radio-option__item__text__title{color:#344054;font-size:1.7rem;font-weight:500;line-height:24px;text-wrap:pretty}.mdc-main--radio-group .radio-option__item__text__sub-title{color:#344054;font-size:1.3rem;font-style:italic;line-height:1}.mdc-main--radio-group .radio-option input{width:20px;height:20px}.radio-group .mdc-main--radio-group .radio-option{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mdc-main--radio-group .invalid-warning-text{display:none}.mdc-main--radio-group .invalid-warning-text.invalid-text{display:block}.mdc-main--radio-group .invalid-text{width:100%;text-align:right;margin-top:4px;display:block;font-size:1.4rem;color:#d92d20;font-weight:500;position:absolute}@media only screen and (min-width: 37.5em){.mdc-main--radio-group .invalid-text{bottom:-25px;right:0}}.mdc-main--checkbox-group .checkbox-option{background:#fff;border:1px solid #EAECF0;border-radius:5px;padding-left:16px;padding-right:16px}.mdc-main--checkbox-group .checkbox-option.disabled{opacity:.5;cursor:not-allowed}.mdc-main--checkbox-group .checkbox-option input[type=checkbox]{border:0;width:20px;height:20px;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-main--checkbox-group .checkbox-option input[type=checkbox]:after{border:1px solid #D0D5DD;width:20px;height:20px;content:"";position:absolute;top:0;left:12px;border-radius:6px}.mdc-main--checkbox-group .checkbox-option input[type=checkbox]:checked:after{background:#4bb8ff;border-color:#4bb8ff}.mdc-main--checkbox-group .checkbox-option input[type=checkbox]:checked:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center;content:"";width:20px;height:20px;display:block;z-index:10;position:absolute;top:0;left:12px;border-radius:6px}.mdc-main--form-container .form-group input{min-height:56px}.mdc-main--form-container__form-group{position:relative}.mdc-main--form-container__form-group__title{font-size:1.7rem;color:#101828;margin-bottom:12px;font-weight:500}.mdc-main--form-container__form-group__input{width:100%;height:56px;min-height:56px;padding:10px 16px;font-size:1.8rem;color:#344054;background:#fff;border-radius:5px;border:1px solid #EAECF0}.mdc-main--form-container__form-group .invalid-text{width:100%;text-align:right;margin-top:4px;display:block;font-size:1.4rem;color:#d92d20;font-weight:500}.mdc-main__page{width:100%;padding:0 20px;margin:0 auto;max-width:480px}.mdc-main__page__title{width:100%;height:auto;font-size:2.6rem;font-weight:500;margin-bottom:12px;text-align:center;color:#101828;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 0;text-wrap:pretty;line-height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (min-width: 47.93em){.mdc-main__page__title{font-size:3.2rem;line-height:40px}}.mdc-main__page__title .accordion-toggle{width:28px;height:28px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.mdc-main__page__title .accordion-toggle .icon{width:100%;height:100%;fill:#4bb8ff}.mdc-main__page .counter{position:relative}.mdc-main__page .counter label{font-size:1.7rem;color:#101828;font-weight:500;margin-bottom:12px}.mdc-main__page .counter label small{font-size:1.2rem;color:#344054;font-weight:400}.mdc-main__page .counter__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:5px;background:#fff;border:1px solid #EAECF0;padding:12px 0;height:56px;position:relative}.mdc-main__page .counter__form-group__decrease-btn{position:absolute;z-index:5;left:0}.mdc-main__page .counter__form-group__increase-btn{position:absolute;z-index:5;right:0}.mdc-main__page .counter__form-group__decrease-btn,.mdc-main__page .counter__form-group__increase-btn{width:70px;height:100%;border:0;background:transparent;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mdc-main__page .counter__form-group__decrease-btn:focus,.mdc-main__page .counter__form-group__decrease-btn:hover,.mdc-main__page .counter__form-group__increase-btn:focus,.mdc-main__page .counter__form-group__increase-btn:hover{background:transparent;border:0;outline:none}.mdc-main__page .counter__form-group__decrease-btn .icon,.mdc-main__page .counter__form-group__increase-btn .icon{width:18px;height:18px;fill:#475467}.mdc-main__page .counter__form-group__input{width:100%;margin:0 auto}.mdc-main__page .counter__form-group__input input{border:0;outline:none;background:transparent;text-align:center;font-size:1.8rem;color:#344054;font-weight:500;width:100%;padding-left:0;padding-right:0}.mdc-main__page .counter__form-group__input input::-webkit-input-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .counter__form-group__input input::-moz-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .counter__form-group__input input:-ms-input-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .counter__form-group__input input::-ms-input-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .counter__form-group__input input::placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .counter__form-group__input.year .form__input{height:56px}.mdc-main__page .counter__form-group .invalid-text{font-size:1.4rem;color:#d92d20;position:absolute;right:0;top:100px}.mdc-main__page .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.mdc-main__page .form-group label{font-size:1.7rem;color:#101828;font-weight:500;margin-bottom:12px}.mdc-main__page .form-group label small{font-size:1.2rem;color:#344054;font-weight:400}.mdc-main__page .form-group input{border:1px solid #EAECF0;background:#fff!important;font-size:1.7rem;padding:10px 16px;text-align:left;border-radius:12px}.mdc-main__page .form-group input::-webkit-input-placeholder{text-align:left;font-size:1.7rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input::-moz-placeholder{text-align:left;font-size:1.7rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input:-ms-input-placeholder{text-align:left;font-size:1.7rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input::-ms-input-placeholder{text-align:left;font-size:1.7rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input::placeholder{text-align:left;font-size:1.7rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input[type=radio]{padding:0}.mdc-main__page .form-group .trailing-form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-item-align:stretch;align-self:stretch;border:1px solid #EAECF0;background-color:#fff;border-radius:5px}.mdc-main__page .form-group .trailing-form input{font-size:1.8rem;padding:10px 16px;border:0;border-radius:0;width:100%;height:56px}.mdc-main__page .form-group .trailing-form input::-webkit-input-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .form-group .trailing-form input::-moz-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .form-group .trailing-form input:-ms-input-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .form-group .trailing-form input::-ms-input-placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .form-group .trailing-form input::placeholder{color:#d0d5dd;font-size:1.6rem;font-weight:400}.mdc-main__page .form-group .trailing-form.w-rounded input{border-top-left-radius:10px;border-bottom-left-radius:10px}.mdc-main__page .form-group .trailing-form.w-rounded .trailing{border-top-right-radius:10px;border-bottom-right-radius:10px}.mdc-main__page .form-group .trailing-form .trailing{background:#f9fafb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 16px;color:#475467;height:56px;border-left:1px solid #EAECF0}.mdc-main__page .form-group:has(.trailing-form) .invalid-warning-text{position:absolute!important;right:0;top:100px;font-size:1.4rem;color:#d92d20;font-weight:500}.mdc-main__page .accordion-content{height:auto;width:100%;display:none;border:1px solid #D0D5DD;border-radius:10px;padding:1.5rem;font-size:1.45rem;color:#000;background:#fff;line-height:1.8}.mdc-main__page .accordion-content.show{margin-bottom:32px;display:block}.mdc-main__page .accordion-content.show p{visibility:visible;opacity:1;height:auto;-webkit-transition:height .3s ease;transition:height .3s ease;overflow:inherit}.mdc-main__page .accordion-content p{color:#101828;visibility:hidden;overflow:hidden;opacity:0;height:0;-webkit-transition:height .3s ease;transition:height .3s ease}.mdc-main__page .form-range{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:auto}.mdc-main__page .form-range span{font-size:16px;color:#344054;font-weight:500}.mdc-main__page .form-range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:12px;background:-webkit-gradient(linear,left top,right top,color-stop(50%,#4bb8ff),color-stop(50%,#EAECF0));background:linear-gradient(to right,#4bb8ff 50%,#eaecf0 50%);outline:none;opacity:.9;-webkit-transition:.2s;-webkit-transition:opacity .2s;transition:opacity .2s;border-radius:12px}.mdc-main__page .form-range input[type=range]::-webkit-slider-runnable-track{width:100%;height:12px;background:transparent;border-radius:4px}.mdc-main__page .form-range input[type=range]::-moz-range-track{width:100%;height:8px;background:transparent;border-radius:4px}.mdc-main__page .form-range input[type=range]::-ms-track{width:100%;height:8px;background:transparent;border-color:transparent;color:transparent;border-radius:4px}.mdc-main__page .form-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:34px;height:34px;background:#fff;border:2px solid #4bb8ff;border-radius:50%;cursor:pointer;margin-top:-12px}.mdc-main__page .form-range input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#fff;border:2px solid #4bb8ff;border-radius:50%;cursor:pointer}.mdc-main__page .form-range input[type=range]::-ms-thumb{width:20px;height:20px;background:#fff;border:2px solid #4bb8ff;border-radius:50%;cursor:pointer}.mdc-main__page .add-more-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px}.mdc-main__page .add-more-item h5{font-size:1.8rem;margin-bottom:20px;color:#101828;font-weight:500}.mdc-main__page .add-more-item button{padding:0;border:0;outline:none;background:#eaecf0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px}.mdc-main__page .details-acc{background:#fff;padding:16px 20px;border:1px solid #EAECF0;border-radius:12px;margin-bottom:20px}.mdc-main__page .details-acc[open] .is-open{display:block}.mdc-main__page .details-acc[open] .is-not-open,.mdc-main__page .details-acc .is-open{display:none}.mdc-main__page .details-acc__content{width:calc(100% - 30px);margin-left:30px;margin-top:20px}.mdc-main__page .details-acc__content--list{list-style:none;padding:0;width:100%}.mdc-main__page .details-acc__content--list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;font-size:1.6rem;color:#101828;font-weight:500;margin-bottom:8px}.mdc-main__page .details-acc__content--list__item:last-child{margin-bottom:0}.mdc-main__page .details-acc__content .total-cost{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.6rem;color:#101828;font-weight:500;margin-bottom:12px}.mdc-main__page .details-acc__content .description{font-size:1.4rem;color:#101828}.mdc-main__page.summary .app-button--md{font-size:1.7rem!important}.mdc-main__page.summary .app-button--md.prev{font-size:1.4rem!important;margin:28px auto 0;border:0;height:48px;padding:0 12px;background:transparent}.mdc-main__page.summary .app-button--md.prev:hover,.mdc-main__page.summary .app-button--md.prev:focus,.mdc-main__page.summary .app-button--md.prev:link,.mdc-main__page.summary .app-button--md.prev:active{border:0;outline:none;background:transparent;color:#475467}.mdc-main__page.summary .app-button--md.prev:hover .icon,.mdc-main__page.summary .app-button--md.prev:focus .icon,.mdc-main__page.summary .app-button--md.prev:link .icon,.mdc-main__page.summary .app-button--md.prev:active .icon{fill:#475467}.mdc-main__page.summary .estimated-total-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.mdc-main__page.summary .estimated-total-cost__title{font-size:1.4rem;color:#101828;margin-bottom:12px;line-height:2.3rem}.mdc-main__page.summary .estimated-total-cost__price{font-size:2.8rem;color:#101828;font-weight:500}.mdc-main__page.summary .important-note{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fef0c7;border-radius:10px;margin-bottom:32px}.mdc-main__page.summary .important-note h6{margin-bottom:8px;font-size:2rem;color:#101828;font-weight:600}.mdc-main__page.summary .important-note p{font-size:1.4rem;color:#101828;line-height:20px}.mdc-main__page .mdc-form{width:100%}.mdc-main__page .mdc-form .form-group{padding:0;margin-bottom:16px}.mdc-main__page .mdc-form .form__title{font-size:1.7rem;font-weight:500;color:#101828}.mdc-main__page .mdc-form .form__input{width:100%;height:56px;color:#101828;border:1px solid #EAECF0;background:#fff;border-radius:5px;font-size:1.6rem;padding:16px 20px}.mdc-main__page .mdc-form .agreement{display:-webkit-box;display:-ms-flexbox;display:flex}.mdc-main__page .mdc-form .agreement .form__group{padding:0;margin-right:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mdc-main__page .mdc-form .agreement p{font-size:1.3rem;color:#344054}.mdc-main__page .mdc-form .app-button--md{font-size:1.7rem!important;height:56px;margin-top:20px}.mdc-main__page .mdc-form .app-button--md.prev{font-size:1.4rem!important;margin:0 auto;border:0;height:48px;padding:0 12px;background:transparent}.mdc-main__page .mdc-form .app-button--md.prev:hover,.mdc-main__page .mdc-form .app-button--md.prev:focus,.mdc-main__page .mdc-form .app-button--md.prev:link,.mdc-main__page .mdc-form .app-button--md.prev:active{border:0;outline:none;background:transparent;color:#475467}.mdc-main__page .mdc-form .app-button--md.prev:hover .icon,.mdc-main__page .mdc-form .app-button--md.prev:focus .icon,.mdc-main__page .mdc-form .app-button--md.prev:link .icon,.mdc-main__page .mdc-form .app-button--md.prev:active .icon{fill:#475467}.mdc-main__page .mdc-form .pdf-download-btn{background:transparent;border:0;outline:none;padding:0;margin:0 auto;width:100%}.mdc-main__page .mdc-form .pdf-download-btn:hover,.mdc-main__page .mdc-form .pdf-download-btn:focus,.mdc-main__page .mdc-form .pdf-download-btn:link,.mdc-main__page .mdc-form .pdf-download-btn:active{background:transparent;border:0;outline:none}.mdc-main__page .mdc-form .pdf-download-btn .pdf-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mdc-main__page .mdc-form .pdf-download-btn .pdf-info .download-icon{padding:8px;background:#344054;border-radius:50%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mdc-main__page .mdc-form .pdf-download-btn .pdf-info .download-icon .icon{width:28px;height:28px;fill:#fff}.mdc-main__page .mdc-form .pdf-download-btn .pdf-info .pdf-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.mdc-main__page .mdc-form .pdf-download-btn .pdf-info .pdf-text .pdf-title{font-size:1.8rem;font-style:normal;font-weight:500;line-height:15px;letter-spacing:.18px;color:#101828}.mdc-main__page .mdc-form .pdf-download-btn .pdf-info .pdf-text .pdf-size{font-size:12px;font-style:italic;font-weight:500;line-height:15px;letter-spacing:.12px;color:#667085;margin-top:6px}.mdc-main__page .mdc-form.pdf-page .success-download{width:100%;background:#75e0a7;border-radius:10px;margin-bottom:16px;height:187px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mdc-main__page .mdc-form.pdf-page .success-download__content{width:calc(100% - 32px);margin-left:16px}.mdc-main__page .mdc-form.pdf-page .success-download__content__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.mdc-main__page .mdc-form.pdf-page .success-download__content__title .icon{width:26px;height:26px;fill:#101828}.mdc-main__page .mdc-form.pdf-page .success-download__content__title h6{margin-left:8px;font-size:1.8rem;color:#101828}.mdc-main__page .mdc-form.pdf-page .success-download__content__text{font-size:1.5rem}.mdc-main__page .mdc-loader{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;background:#f9f9f9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mdc-main__page .mdc-loader__content{width:353px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mdc-main__page .mdc-loader__content h3{text-align:center;font-size:2.8rem;line-height:34px;color:#101828}.mdc-main__page .mdc-loader__content p{text-align:center;font-size:1.9rem;line-height:26px;color:#101828}.mdc-main__page.form-page{padding-bottom:50px}.mdc-main__page--ecc-resume-step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mdc-main__page--ecc-resume-step__content{padding-left:20px;padding-right:20px}.mdc-main__page--ecc-resume-step__content p{font-size:15px;font-weight:500;color:#101828;text-align:center;line-height:24px}.mdc-main__page--ecc-resume-step__content__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:33px;gap:24px}.mdc-main__page--ecc-resume-step__content__actions .continue-btn{width:100%;height:52px;font-size:16px;line-height:22px}.mdc-main__page--ecc-resume-step__content__actions .restart-btn{width:100%;color:#344054;font-size:14px;line-height:22px}.mdc-main .mdc-footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:16px;padding-bottom:150px}@media only screen and (min-width: 37.5em){.mdc-main .mdc-footer{position:relative;bottom:inherit;left:inherit;-webkit-box-shadow:none;box-shadow:none;border:0;margin:60px auto 0}}.mdc-main .mdc-footer--ecc{padding-bottom:0}.mdc-main .mdc-footer__button-group{max-width:480px;padding:16px 20px 16px 12px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media only screen and (min-width: 47.93em){.mdc-main .mdc-footer__button-group{padding:16px 20px 16px 12px;width:100%;gap:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mdc-main .mdc-footer__button-group:has(.prev){-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mdc-main .mdc-footer__button-group--ecc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px}.mdc-main .mdc-footer__button-group--ecc .ecc-save-trigger{background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;border:0;outline:none;font-size:13px;line-height:16px;font-weight:500;color:#344054}.mdc-main .mdc-footer__button-group--ecc .ecc-save-trigger svg{width:19px;height:19px;-ms-flex-negative:0;flex-shrink:0;fill:#344054}.mdc-main .mdc-footer__button-group .app-button{height:52px}.mdc-main .mdc-footer__button-group .app-button--primary:hover,.mdc-main .mdc-footer__button-group .app-button--primary:focus,.mdc-main .mdc-footer__button-group .app-button--primary:link,.mdc-main .mdc-footer__button-group .app-button--primary:active{background:#4bb8ff}.mdc-main .mdc-footer__button-group .app-button--secondary{border:0;background:transparent}.mdc-main .mdc-footer__button-group .app-button--secondary:hover,.mdc-main .mdc-footer__button-group .app-button--secondary:focus,.mdc-main .mdc-footer__button-group .app-button--secondary:link,.mdc-main .mdc-footer__button-group .app-button--secondary:active{background:transparent;border:0;color:#344054}.mdc-main .mdc-footer__button-group .app-button--secondary:hover .icon,.mdc-main .mdc-footer__button-group .app-button--secondary:focus .icon,.mdc-main .mdc-footer__button-group .app-button--secondary:link .icon,.mdc-main .mdc-footer__button-group .app-button--secondary:active .icon{fill:#344054}.mdc-main .mdc-footer__button-group .app-button.next{width:100%;-webkit-box-shadow:0px 12px 16px -4px rgba(16,24,40,.08),0px 4px 6px -2px rgba(16,24,40,.03);box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.mdc-main .mdc-footer__button-group .app-button.next:disabled:hover{background:#e5e7eb}@media only screen and (min-width: 47.93em){.mdc-main .mdc-footer__button-group .app-button.next{width:340px}}.mdc-main .wizard-step-info-text{font-size:1.5rem;color:#101828;text-align:center;font-weight:400;margin-bottom:1.4rem;line-height:1.6}.modal.modal-mdc{top:0!important;overflow:hidden!important}.modal.modal-mdc .modal-footer{display:none}.modal-mdc-dialog{margin:0!important}@media only screen and (min-width: 37.5em){.modal-mdc-dialog{margin:4px auto 1.75rem!important;max-width:500px}}.modal-mdc-dialog.customer-mdc{max-width:100%;margin:0!important}.modal-mdc-dialog.customer-mdc .custom-mdc-content{height:100vh;overflow:auto;border-radius:0;padding:0;background:#f9f9f9}.modal-mdc-dialog.customer-mdc .custom-mdc-content:has(.summary) .modal-footer{bottom:0}.modal-mdc-dialog.customer-mdc .mdc-main{margin:0;padding-bottom:150px}.modal-mdc-dialog.customer-mdc .mdc-main__page.renovation{height:calc(100% - 85px)}.modal-mdc-dialog.customer-mdc .modal-footer{max-width:480px;padding:20px;margin:0 auto}@media only screen and (min-width: 64em){.modal-mdc-dialog.customer-mdc .modal-footer{max-width:inherit;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0;position:absolute;right:16px;top:16px}}@media only screen and (min-width: 37.5em){.modal-mdc-dialog.customer-mdc .modal-footer__right:last-child{margin-left:inherit}}@media only screen and (min-width: 37.5em){.modal-mdc-dialog.customer-mdc .modal-footer .app-button{width:34px;height:34px;padding:0}}@media only screen and (min-width: 37.5em){.modal-mdc-dialog.customer-mdc .modal-footer .app-button .label{display:none}}.modal-mdc-dialog.customer-mdc .modal-footer .app-button .icon{display:none}@media only screen and (min-width: 37.5em){.modal-mdc-dialog.customer-mdc .modal-footer .app-button .icon{display:block;margin:0;width:20px;height:20px}}.modal-mdc-dialog .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto!important;border-radius:0!important;padding-bottom:24px}.modal-mdc-dialog .modal-header h5{font-size:2.2rem;color:#101828;font-weight:500}.modal-mdc-dialog .modal-mdc-content{border-radius:0}.modal-mdc-dialog .custom-mdc-content{padding:28px 32px;border-radius:12px}.modal-mdc-dialog .custom-mdc-content--body__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-mdc-dialog .custom-mdc-content--body__header h5{font-size:2.2rem;font-weight:500}.modal-mdc-dialog .custom-mdc-content--body__form{height:100vh}@media only screen and (min-width: 37.5em){.modal-mdc-dialog .custom-mdc-content--body__form{height:auto}}.modal-mdc-dialog .custom-mdc-content--body__form .form__group{width:100%}.modal-mdc-dialog .custom-mdc-content--body__form .form__group .form__title{font-size:1.6rem}.modal-mdc-dialog .custom-mdc-content--body__form .form__group .form__input{height:56px;padding:10px 16px;font-size:1.8rem;color:#101828;text-align:right;background:#f9fafb;border:1px solid #EAECF0}.modal-mdc-dialog .custom-mdc-content--body__form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-mdc-dialog .custom-mdc-content--body__form .form-group label{font-size:1.6rem;color:#101828;margin-bottom:6px}.modal-mdc-dialog .custom-mdc-content--body__form .form-group .form__input{border-top-right-radius:0;border-bottom-right-radius:0}.modal-mdc-dialog .custom-mdc-content--body__form .form-group .trailing-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-mdc-dialog .custom-mdc-content--body__form .form-group .trailing-form .trailing{-ms-flex-negative:0;flex-shrink:0;padding:10px 16px;height:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;color:#475467;font-weight:500;background:#f9fafb;border:1px solid #EAECF0;border-left:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;outline:none;background:transparent;margin:48px auto 0}.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:hover,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:focus,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:active,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:link{border:0;outline:none;background:transparent}.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:hover .icon,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:focus .icon,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:active .icon,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:link .icon{width:24px;height:24px;fill:#d92d20}.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:hover span,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:focus span,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:active span,.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn:link span{color:#475467;font-size:1.6rem;margin-left:8px;font-weight:500}.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn .icon{width:24px;height:24px;fill:#d92d20}.modal-mdc-dialog .custom-mdc-content--body__form .delete-btn span{color:#475467;font-size:1.6rem;margin-left:8px;font-weight:500}.modal-mdc-dialog .custom-mdc-content--body__footer{position:fixed;bottom:0;left:0;width:100%;padding:20px 16px;background:#f9f9f9;-webkit-box-shadow:0px -4px 40px 0px rgba(0,0,0,.06);box-shadow:0 -4px 40px #0000000f;border:1px solid #EAECF0}@media only screen and (min-width: 37.5em){.modal-mdc-dialog .custom-mdc-content--body__footer{position:relative;-webkit-box-shadow:none;box-shadow:none;border:0;background:transparent}}.modal-mdc-dialog .custom-mdc-content--body__footer .app-button{width:100%;height:52px}.modal-mdc-dialog .custom-mdc-content--body__footer .app-button .label{font-size:1.6rem}.modal-mdc-dialog .custom-mdc-content .modal-body{overflow:hidden;height:auto;padding:0}.modal-mdc-dialog .modal-body{padding:12px 0 80px;height:calc(100vh - 80px);overflow:auto}.modal-mdc-dialog .modal-body .additional-list .form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.modal-mdc-dialog .modal-body .additional-list .form__group .form__title{margin-bottom:0;font-size:16px;font-style:normal;font-weight:500;color:#344054;margin-left:12px}.form-message{width:100%;margin-top:40px}.form-message__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-message__title .icon{width:60px;height:60px}.form-message__title h4{font-size:2.6rem;font-weight:500;padding:8px 20px;color:#101828;text-align:center;line-height:34px}.form-message__content{padding:0 20px;margin-top:12px}.form-message__content p{font-size:1.8rem;line-height:26px;color:#101828;text-align:center}.form-message__content .app-button.prev{border:0;background:transparent;margin:24px auto 0;height:48px}.form-message__content .app-button.prev .label{color:#475467;font-size:1.4rem}.form-message__content .app-button.prev .icon{fill:#475467}.form-message__content .app-button.prev:hover,.form-message__content .app-button.prev:link,.form-message__content .app-button.prev:focus,.form-message__content .app-button.prev:active{background:transparent}.form-message__content .app-button.prev:hover .label,.form-message__content .app-button.prev:link .label,.form-message__content .app-button.prev:focus .label,.form-message__content .app-button.prev:active .label{color:#475467}.form-message__content .app-button.prev:hover .icon,.form-message__content .app-button.prev:link .icon,.form-message__content .app-button.prev:focus .icon,.form-message__content .app-button.prev:active .icon{fill:#475467}.form-message__content .tipp-title{font-size:1.7rem;color:#101828;margin-top:24px;text-align:center;font-weight:500}.form-message__content .tipp-text{font-size:1.4rem;color:#475467;text-align:center;padding-left:12px;padding-right:12px;margin-bottom:0;line-height:21px}.form-message__content .tipp-text a .icon{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;fill:#4bb8ff;margin-bottom:6px}.mdc-acc{background:#fff;border:1px solid #EAECF0;border-radius:12px;margin-bottom:20px;padding:16px 20px;position:relative;height:82px}.mdc-acc.open{height:auto}.mdc-acc .category-description{font-size:1.4rem;color:#101828;margin-bottom:16px}.mdc-acc--header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.mdc-acc--header__left{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mdc-acc--header__toggle{margin-left:auto;width:85px;height:70px;border:0;background:transparent;position:absolute;top:0;right:0;z-index:1}.mdc-acc--content{width:100%;height:auto;padding-right:5px;padding-left:26px;margin-top:20px;display:none}.mdc-acc--content.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ecc-image-uploader .px-image-uploader .file-drop-area.image{width:100%;border:1px solid #EAECF0;border-radius:12px;background:#fff;text-decoration:none}.ecc-image-uploader .px-image-uploader .file-drop-area.image .image-uploader-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ecc-image-uploader .px-image-uploader .file-drop-area.image .image-uploader-btn .icon-wrapper{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #EAECF0;border-radius:5px}.ecc-image-uploader .px-image-uploader .file-drop-area.image .image-uploader-btn .icon-wrapper .icon{width:20px;height:20px}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto!important}}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery:before{display:none}}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery img{display:block;width:100%;height:140px;-o-object-fit:cover;object-fit:cover}}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery.gallery-single .image-carousel__item__btn.edit,.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery.gallery-single .image-carousel__item__btn.crop{display:none}}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery.gallery-single .image-carousel__item__btn.delete{border-color:#f04438;border-radius:4px}}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery.gallery-single .image-carousel__item__btn.delete:after{display:block;content:"Löschen";font-size:1.2rem;color:#f04438}}@media only screen and (max-width: 64em){.ecc-image-uploader .px-image-uploader .image-carousel__item__gallery.gallery-single .image-carousel__item__btn.delete svg{fill:#f04438}}.ecc-image-uploader .parent-class{width:100%;height:auto;background:#fff;border-radius:12px;border:1px solid #EAECF0;padding:0!important}.ecc-image-uploader .parent-class .image-carousel{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 24px;gap:0}.ecc-image-uploader .parent-class .image-carousel .image-uploader-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ecc-image-uploader .parent-class .image-carousel .image-uploader-btn .icon-wrapper{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #EAECF0;border-radius:5px}.ecc-image-uploader .parent-class .image-carousel .image-uploader-btn .icon-wrapper .icon{width:20px;height:20px}.ecc-image-uploader .parent-class .image-carousel__uploader-item{height:auto!important}.ecc-image-uploader .parent-class .image-carousel__uploader-item .file-drop-area.image{border:0;width:100%;height:100%;text-decoration:none}.ecc-image-uploader .parent-class .image-carousel__uploader-item .file-drop-area.image .image-uploader-btn{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ecc-image-uploader .parent-class .image-carousel .draggable-class{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class{grid-template-columns:repeat(2,1fr)}}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item{width:100%;height:auto;padding:0!important}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item{width:100%;height:70px;outline:none;border:0}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item{height:auto}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item:before{display:none}}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item .px-image-uploader{width:100%;text-align:center}}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__gallery{width:100%;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item img{max-width:100%;height:70px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item img{height:100px}}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item:hover{padding:0}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item:hover:before{display:none}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item:hover img{display:block}}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__btn.crop,.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__btn.edit{display:none!important}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__btn.delete{position:relative;opacity:1;border:1px solid #F04438;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px}}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__btn.delete:before{content:"Löschen";display:block;color:#f04438;font-size:1.2rem;line-height:1}}@media only screen and (max-width: 64em){.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__btn.delete svg{fill:#f04438;margin-right:4px}}.ecc-image-uploader .parent-class .image-carousel .draggable-class .draggable-item .image-carousel__item__display-name{display:none}.ecc-image-uploader .parent-class .image-carousel__hover-actions{padding-bottom:0!important}.custom-checkbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.custom-checkbox-container .form__group{position:initial;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.custom-checkbox-container .invalid-warning-text{position:absolute!important;bottom:-10px;right:0}.radio-group-container .form__group{padding:0}.radio-group-container .radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.radio-group-container .radio-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radio-group-container .radio-option input{width:20px;height:20px}.radio-group-container .radio-option span{font-size:1.7rem;color:#344054;font-weight:500;margin-right:12px}.single-file-upload{margin-top:24px}.single-file-upload .input-group{height:56px!important}.single-file-upload .input-group .form__single-upload-input.form-control{background:#fff!important}.single-file-upload .input-group .btn-single-upload.upload-btn{padding:0!important;width:56px;height:100%}.single-file-upload .input-group .btn-single-upload__icon{fill:#344054;width:24px;height:24px}.single-file-upload .input-group .btn-single-upload__icon.view{width:18px;height:18px}.single-file-upload .input-group .btn-single-upload,.single-file-upload .input-group .btn-single-upload:link,.single-file-upload .input-group .btn-single-upload:visited{padding:0!important;width:56px;height:100%}.promoting{width:100%;max-width:480px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 auto}.promoting__image__item{width:60px;height:60px}.ecc-saved-draft-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;padding-left:20px;padding-right:20px;padding-bottom:100px;max-width:480px;margin:0 auto}.ecc-saved-draft-panel__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ecc-saved-draft-panel__header h4{color:#1d2939;font-size:18px;line-height:23px;font-weight:600;margin-bottom:8px}.ecc-saved-draft-panel__header p{text-align:center;color:#1d2939;font-size:15px;line-height:24px;margin-bottom:0}.ecc-saved-draft-panel__header .app-button.copy-btn{margin-top:20px;padding:0;color:#2d9cdb;font-size:15px;line-height:16px;font-weight:500;height:auto}.ecc-saved-draft-panel__header .app-button.copy-btn .icon.icon-left{width:21px;height:21px;fill:#2d9cdb;-ms-flex-negative:0;flex-shrink:0}.ecc-saved-draft-panel__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ecc-saved-draft-panel__section__divider{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;font-size:14px;line-height:34px;color:#475467;margin-bottom:8px}.ecc-saved-draft-panel__section__divider .line{width:100%;height:1px;background:#d0d5dd}.ecc-saved-draft-panel__section h5{text-align:center;font-size:18px;line-height:23px;font-weight:600;color:#101828;margin-bottom:8px}.ecc-saved-draft-panel__section p{text-align:center;font-size:14px;line-height:23px;color:#101828;margin-bottom:0}.ecc-saved-draft-panel__form{width:100%;margin-top:16px}.ecc-saved-draft-panel__form .form__group{padding:0}.ecc-saved-draft-panel__form h4{font-size:17px;line-height:19px;color:#101828;margin-bottom:12px}.ecc-saved-draft-panel__form .form__input{height:56px}.ecc-saved-draft-panel__form .app-button{margin-top:20px;height:56px;font-size:17px;line-height:24px;font-weight:500}.mdc-accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px}.mdc-accordion .accordion-toggle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:auto;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;height:32px}.mdc-accordion .accordion-toggle .icon{width:14px;height:14px;fill:#2d9cdb}.mdc-accordion .accordion-toggle span{font-size:13px;line-height:16px;color:#2d9cdb}.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-45deg) scale(.7);transform:rotate(-45deg) scale(.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{-webkit-transform:rotate(135deg) scale(.7);transform:rotate(135deg) scale(.7)}.mx-btn{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn:disabled,.mx-btn.disabled{color:#ccc;cursor:not-allowed}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity .24s ease-out;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:#9093994d;-webkit-transition:background-color .3s;transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:34px;padding:6px 30px 6px 10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.mx-input:hover,.mx-input:focus{border-color:#409aff}.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;line-height:1;color:#00000080;vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:#000c}.mx-datepicker-main{font:14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d;z-index:2001}.mx-datepicker-sidebar{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width: 750px){.mx-range-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{-webkit-box-sizing:border-box;box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;-webkit-box-sizing:border-box;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell:hover,.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:transparent}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.mx-table th{padding:0;font-weight:500;vertical-align:middle}.mx-table td{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{-webkit-box-flex:1;-ms-flex:1;flex:1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-calendar-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list:after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.vue__time-picker{display:inline-block;position:relative;font-size:1em;width:10em;font-family:sans-serif;vertical-align:middle}.vue__time-picker *{-webkit-box-sizing:border-box;box-sizing:border-box}.vue__time-picker input.display-time{border:1px solid #d2d2d2;width:10em;height:2.2em;padding:.3em .5em;font-size:1em}.vue__time-picker input.has-custom-icon{padding-left:1.8em}.vue__time-picker input.display-time.invalid:not(.skip-error-style){border-color:#c03;outline-color:#c03}.vue__time-picker input.display-time.disabled,.vue__time-picker input.display-time:disabled{color:#d2d2d2}.vue__time-picker .controls{position:absolute;top:0;bottom:0;right:0;z-index:3;-webkit-box-orient:horizontal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;pointer-events:none}.vue__time-picker .controls,.vue__time-picker .controls>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.vue__time-picker .controls>*{cursor:pointer;width:auto;-webkit-box-orient:vertical;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 .35em;color:#d2d2d2;line-height:100%;font-style:normal;pointer-events:auto;-webkit-transition:color .2s,opacity .2s;transition:color .2s,opacity .2s}.vue__time-picker .controls>:hover{color:#797979}.vue__time-picker .controls>:active,.vue__time-picker .controls>:focus{outline:0}.vue__time-picker .controls .char{font-size:1.1em;line-height:100%;-webkit-margin-before:-.15em}.vue__time-picker .custom-icon{z-index:2;position:absolute;left:0;top:0;bottom:0;width:1.8em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.vue__time-picker .controls img,.vue__time-picker .controls svg,.vue__time-picker .custom-icon img,.vue__time-picker .custom-icon svg{display:inline-block;vertical-align:middle;margin:0;border:0;outline:0;max-width:1em;height:auto}.vue__time-picker .time-picker-overlay{z-index:4;position:fixed;top:0;left:0;right:0;bottom:0}.vue__time-picker-dropdown,.vue__time-picker .dropdown{position:absolute;z-index:5;top:calc(2.2em + 2px);left:0;background:#fff;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.15);box-shadow:0 1px 6px #00000026;width:10em;height:10em;font-weight:400}.vue__time-picker-dropdown{position:fixed;z-index:100}.vue__time-picker-dropdown.drop-up,.vue__time-picker .dropdown.drop-up{top:auto;bottom:calc(2.2em + 1px)}.vue__time-picker-dropdown .select-list,.vue__time-picker .dropdown .select-list{width:10em;height:10em;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vue__time-picker-dropdown .select-list:active,.vue__time-picker-dropdown .select-list:focus,.vue__time-picker .dropdown .select-list:active,.vue__time-picker .dropdown .select-list:focus{outline:0}.vue__time-picker-dropdown ul,.vue__time-picker .dropdown ul{padding:0;margin:0;list-style:none;outline:0;-webkit-box-flex:1;-ms-flex:1 1 .00001px;flex:1 1 .00001px;overflow-x:hidden;overflow-y:auto}.vue__time-picker-dropdown ul.apms,.vue__time-picker-dropdown ul.minutes,.vue__time-picker-dropdown ul.seconds,.vue__time-picker .dropdown ul.apms,.vue__time-picker .dropdown ul.minutes,.vue__time-picker .dropdown ul.seconds{border-left:1px solid #fff}.vue__time-picker-dropdown ul li,.vue__time-picker .dropdown ul li{list-style:none;text-align:center;padding:.3em 0;color:#161616}.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker-dropdown ul li:not(.hint):not([disabled]):hover,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):focus,.vue__time-picker .dropdown ul li:not(.hint):not([disabled]):hover{background:#00000014;color:#161616;cursor:pointer}.vue__time-picker-dropdown ul li:not([disabled]).active,.vue__time-picker-dropdown ul li:not([disabled]).active:focus,.vue__time-picker-dropdown ul li:not([disabled]).active:hover,.vue__time-picker .dropdown ul li:not([disabled]).active,.vue__time-picker .dropdown ul li:not([disabled]).active:focus,.vue__time-picker .dropdown ul li:not([disabled]).active:hover{background:#41b883;color:#fff}.vue__time-picker-dropdown ul li[disabled],.vue__time-picker-dropdown ul li[disabled]:hover,.vue__time-picker .dropdown ul li[disabled],.vue__time-picker .dropdown ul li[disabled]:hover{background:transparent;opacity:.3;cursor:not-allowed}.vue__time-picker-dropdown .hint,.vue__time-picker .dropdown .hint{color:#a5a5a5;cursor:default;font-size:.8em}
