@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)}}/*!
 * 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,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}.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-md-12,.col-md-6,.col-md-4,.col-md-3,.col-md-1,.col-sm-12,.col-sm-6,.col,.col-12,.col-6,.col-4,.col-3{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-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-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.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-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.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-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.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-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-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}.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{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}.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{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}.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}.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]{padding:.4rem 0}.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{bottom:0}.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{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]{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{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{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]{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{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{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.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]{padding:0 .4rem}.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{right:0;width:.4rem;height:.8rem}.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{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-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}.w-50{width:50%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!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}}.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}a:link{color:inherit!important;text-decoration:none!important}a:link.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-3,.col-4,.col-6,.col-12,.col,.col-sm-6,.col-sm-12,.col-md-1,.col-md-3,.col-md-4,.col-md-6,.col-md-12{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.community{padding-left:0!important;padding-right:0!important}@media only screen and (min-width: 40em){.container.community{padding-left:16px!important;padding-right:16px!important}}@media only screen and (min-width: 64em){.container.community{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{max-width:100%!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}.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}.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-h-56{max-height:56px!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-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-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}.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}.margin-bottom-3-rem{margin-bottom:3rem}.margin-top-1-rem{margin-top:1rem}.margin-top-3-rem{margin-top:3rem}.full-width{width:100%}.overdue{color:#e45b72}.due{color:#fad859}.pointer-events-none{pointer-events:none}.bold{font-weight:500!important}@media only screen and (max-width: 37.5em){.hide-on-phone{display:none!important}}@media only screen and (max-width: 23.75em){.hide-on-xs-phone{display:none!important}}.display-contents{display:contents!important}@media only screen and (max-width: 56.25em){.m-tb-1-tab-port{margin-top:1rem!important;margin-bottom:1rem!important}}.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-30{color:#303030}.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}.mt-52{margin-top:52px!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}.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}.border-none{border:0!important}.v-divider{width:1px;height:24px;background:#eaecf0;display:block;margin:0 16px}.w-full{width:100%!important}.h-full{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-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}.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: 47.93em){.tab-port-col-span-0{grid-column:span 0/span 0!important}.tab-port-col-span-1{grid-column:span 1/span 1!important}.tab-port-col-span-2{grid-column:span 2/span 2!important}.tab-port-col-span-3{grid-column:span 3/span 3!important}.tab-port-col-span-4{grid-column:span 4/span 4!important}.tab-port-col-span-5{grid-column:span 5/span 5!important}.tab-port-col-span-6{grid-column:span 6/span 6!important}.tab-port-col-span-7{grid-column:span 7/span 7!important}.tab-port-col-span-8{grid-column:span 8/span 8!important}.tab-port-col-span-9{grid-column:span 9/span 9!important}.tab-port-col-span-10{grid-column:span 10/span 10!important}.tab-port-col-span-11{grid-column:span 11/span 11!important}.tab-port-col-span-12{grid-column:span 12/span 12!important}.tab-port-col-span-13{grid-column:span 13/span 13!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}.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-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-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-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-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}.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}.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-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-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-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}.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}.flex-no-wrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.top-inherit{top:inherit!important}.right-inherit{right: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}.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-pointer-events-none{pointer-events:none!important}.tab-port-pointer-events-auto{pointer-events:auto!important}.tab-port-pointer-events-hover{pointer-events:hover!important}.tab-port-pointer-events-grab{pointer-events:grab!important}.tab-port-pointer-events-grabbing{pointer-events:grabbing!important}.tab-port-text-wrap{text-wrap:wrap!important}.tab-port-text-nowrap{text-wrap:nowrap!important}.tab-port-text-balance{text-wrap:balance!important}.tab-port-text-pretty{text-wrap:pretty!important}.tab-port-text-stable{text-wrap:stable!important}.tab-portfixed-h-0{height:0px!important}.tab-portfixed-h-1{height:1px!important}.tab-portfixed-h-2{height:2px!important}.tab-portfixed-h-3{height:3px!important}.tab-portfixed-h-4{height:4px!important}.tab-portfixed-h-5{height:5px!important}.tab-portfixed-h-6{height:6px!important}.tab-portfixed-h-7{height:7px!important}.tab-portfixed-h-8{height:8px!important}.tab-portfixed-h-9{height:9px!important}.tab-portfixed-h-10{height:10px!important}.tab-portfixed-h-11{height:11px!important}.tab-portfixed-h-12{height:12px!important}.tab-portfixed-h-13{height:13px!important}.tab-portfixed-h-14{height:14px!important}.tab-portfixed-h-15{height:15px!important}.tab-portfixed-h-16{height:16px!important}.tab-portfixed-h-17{height:17px!important}.tab-portfixed-h-18{height:18px!important}.tab-portfixed-h-19{height:19px!important}.tab-portfixed-h-20{height:20px!important}.tab-portfixed-h-21{height:21px!important}.tab-portfixed-h-22{height:22px!important}.tab-portfixed-h-23{height:23px!important}.tab-portfixed-h-24{height:24px!important}.tab-portfixed-h-25{height:25px!important}.tab-portfixed-h-26{height:26px!important}.tab-portfixed-h-27{height:27px!important}.tab-portfixed-h-28{height:28px!important}.tab-portfixed-h-29{height:29px!important}.tab-portfixed-h-30{height:30px!important}.tab-portfixed-h-31{height:31px!important}.tab-portfixed-h-32{height:32px!important}.tab-portfixed-h-33{height:33px!important}.tab-portfixed-h-34{height:34px!important}.tab-portfixed-h-35{height:35px!important}.tab-portfixed-h-36{height:36px!important}.tab-portfixed-h-37{height:37px!important}.tab-portfixed-h-38{height:38px!important}.tab-portfixed-h-39{height:39px!important}.tab-portfixed-h-40{height:40px!important}.tab-portfixed-h-41{height:41px!important}.tab-portfixed-h-42{height:42px!important}.tab-portfixed-h-43{height:43px!important}.tab-portfixed-h-44{height:44px!important}.tab-portfixed-h-45{height:45px!important}.tab-portfixed-h-46{height:46px!important}.tab-portfixed-h-47{height:47px!important}.tab-portfixed-h-48{height:48px!important}.tab-portfixed-h-49{height:49px!important}.tab-portfixed-h-50{height:50px!important}.tab-portfixed-h-51{height:51px!important}.tab-portfixed-h-52{height:52px!important}.tab-portfixed-h-53{height:53px!important}.tab-portfixed-h-54{height:54px!important}.tab-portfixed-h-55{height:55px!important}.tab-portfixed-h-56{height:56px!important}.tab-portfixed-h-57{height:57px!important}.tab-portfixed-h-58{height:58px!important}.tab-portfixed-h-59{height:59px!important}.tab-portfixed-h-60{height:60px!important}.tab-portfixed-h-61{height:61px!important}.tab-portfixed-h-62{height:62px!important}.tab-portfixed-h-63{height:63px!important}.tab-portfixed-h-64{height:64px!important}.tab-portfixed-h-65{height:65px!important}.tab-portfixed-h-66{height:66px!important}.tab-portfixed-h-67{height:67px!important}.tab-portfixed-h-68{height:68px!important}.tab-portfixed-h-69{height:69px!important}.tab-portfixed-h-70{height:70px!important}.tab-portfixed-h-71{height:71px!important}.tab-portfixed-h-72{height:72px!important}.tab-portfixed-h-73{height:73px!important}.tab-portfixed-h-74{height:74px!important}.tab-portfixed-h-75{height:75px!important}.tab-portfixed-h-76{height:76px!important}.tab-portfixed-h-77{height:77px!important}.tab-portfixed-h-78{height:78px!important}.tab-portfixed-h-79{height:79px!important}.tab-portfixed-h-80{height:80px!important}.tab-portfixed-h-81{height:81px!important}.tab-portfixed-h-82{height:82px!important}.tab-portfixed-h-83{height:83px!important}.tab-portfixed-h-84{height:84px!important}.tab-portfixed-h-85{height:85px!important}.tab-portfixed-h-86{height:86px!important}.tab-portfixed-h-87{height:87px!important}.tab-portfixed-h-88{height:88px!important}.tab-portfixed-h-89{height:89px!important}.tab-portfixed-h-90{height:90px!important}.tab-portfixed-h-91{height:91px!important}.tab-portfixed-h-92{height:92px!important}.tab-portfixed-h-93{height:93px!important}.tab-portfixed-h-94{height:94px!important}.tab-portfixed-h-95{height:95px!important}.tab-portfixed-h-96{height:96px!important}.tab-portfixed-h-97{height:97px!important}.tab-portfixed-h-98{height:98px!important}.tab-portfixed-h-99{height:99px!important}.tab-portfixed-h-100{height:100px!important}.tab-portfixed-h-101{height:101px!important}.tab-portfixed-h-102{height:102px!important}.tab-portfixed-h-103{height:103px!important}.tab-portfixed-h-104{height:104px!important}.tab-portfixed-h-105{height:105px!important}.tab-portfixed-h-106{height:106px!important}.tab-portfixed-h-107{height:107px!important}.tab-portfixed-h-108{height:108px!important}.tab-portfixed-h-109{height:109px!important}.tab-portfixed-h-110{height:110px!important}.tab-portfixed-h-111{height:111px!important}.tab-portfixed-h-112{height:112px!important}.tab-portfixed-h-113{height:113px!important}.tab-portfixed-h-114{height:114px!important}.tab-portfixed-h-115{height:115px!important}.tab-portfixed-h-116{height:116px!important}.tab-portfixed-h-117{height:117px!important}.tab-portfixed-h-118{height:118px!important}.tab-portfixed-h-119{height:119px!important}.tab-portfixed-h-120{height:120px!important}.tab-portfixed-h-121{height:121px!important}.tab-portfixed-h-122{height:122px!important}.tab-portfixed-h-123{height:123px!important}.tab-portfixed-h-124{height:124px!important}.tab-portfixed-h-125{height:125px!important}.tab-portfixed-h-126{height:126px!important}.tab-portfixed-h-127{height:127px!important}.tab-portfixed-h-128{height:128px!important}.tab-portfixed-h-129{height:129px!important}.tab-portfixed-h-130{height:130px!important}.tab-portfixed-h-131{height:131px!important}.tab-portfixed-h-132{height:132px!important}.tab-portfixed-h-133{height:133px!important}.tab-portfixed-h-134{height:134px!important}.tab-portfixed-h-135{height:135px!important}.tab-portfixed-h-136{height:136px!important}.tab-portfixed-h-137{height:137px!important}.tab-portfixed-h-138{height:138px!important}.tab-portfixed-h-139{height:139px!important}.tab-portfixed-h-140{height:140px!important}.tab-portfixed-h-141{height:141px!important}.tab-portfixed-h-142{height:142px!important}.tab-portfixed-h-143{height:143px!important}.tab-portfixed-h-144{height:144px!important}.tab-portfixed-h-145{height:145px!important}.tab-portfixed-h-146{height:146px!important}.tab-portfixed-h-147{height:147px!important}.tab-portfixed-h-148{height:148px!important}.tab-portfixed-h-149{height:149px!important}.tab-portfixed-h-150{height:150px!important}.tab-portfixed-h-151{height:151px!important}.tab-portfixed-h-152{height:152px!important}.tab-portfixed-h-153{height:153px!important}.tab-portfixed-h-154{height:154px!important}.tab-portfixed-h-155{height:155px!important}.tab-portfixed-h-156{height:156px!important}.tab-portfixed-h-157{height:157px!important}.tab-portfixed-h-158{height:158px!important}.tab-portfixed-h-159{height:159px!important}.tab-portfixed-h-160{height:160px!important}.tab-portfixed-h-161{height:161px!important}.tab-portfixed-h-162{height:162px!important}.tab-portfixed-h-163{height:163px!important}.tab-portfixed-h-164{height:164px!important}.tab-portfixed-h-165{height:165px!important}.tab-portfixed-h-166{height:166px!important}.tab-portfixed-h-167{height:167px!important}.tab-portfixed-h-168{height:168px!important}.tab-portfixed-h-169{height:169px!important}.tab-portfixed-h-170{height:170px!important}.tab-portfixed-h-171{height:171px!important}.tab-portfixed-h-172{height:172px!important}.tab-portfixed-h-173{height:173px!important}.tab-portfixed-h-174{height:174px!important}.tab-portfixed-h-175{height:175px!important}.tab-portfixed-h-176{height:176px!important}.tab-portfixed-h-177{height:177px!important}.tab-portfixed-h-178{height:178px!important}.tab-portfixed-h-179{height:179px!important}.tab-portfixed-h-180{height:180px!important}.tab-portfixed-h-181{height:181px!important}.tab-portfixed-h-182{height:182px!important}.tab-portfixed-h-183{height:183px!important}.tab-portfixed-h-184{height:184px!important}.tab-portfixed-h-185{height:185px!important}.tab-portfixed-h-186{height:186px!important}.tab-portfixed-h-187{height:187px!important}.tab-portfixed-h-188{height:188px!important}.tab-portfixed-h-189{height:189px!important}.tab-portfixed-h-190{height:190px!important}.tab-portfixed-h-191{height:191px!important}.tab-portfixed-h-192{height:192px!important}.tab-portfixed-h-193{height:193px!important}.tab-portfixed-h-194{height:194px!important}.tab-portfixed-h-195{height:195px!important}.tab-portfixed-h-196{height:196px!important}.tab-portfixed-h-197{height:197px!important}.tab-portfixed-h-198{height:198px!important}.tab-portfixed-h-199{height:199px!important}.tab-portfixed-h-200{height:200px!important}.tab-portfixed-h-201{height:201px!important}.tab-portfixed-h-202{height:202px!important}.tab-portfixed-h-203{height:203px!important}.tab-portfixed-h-204{height:204px!important}.tab-portfixed-h-205{height:205px!important}.tab-portfixed-h-206{height:206px!important}.tab-portfixed-h-207{height:207px!important}.tab-portfixed-h-208{height:208px!important}.tab-portfixed-h-209{height:209px!important}.tab-portfixed-h-210{height:210px!important}.tab-portfixed-h-211{height:211px!important}.tab-portfixed-h-212{height:212px!important}.tab-portfixed-h-213{height:213px!important}.tab-portfixed-h-214{height:214px!important}.tab-portfixed-h-215{height:215px!important}.tab-portfixed-h-216{height:216px!important}.tab-portfixed-h-217{height:217px!important}.tab-portfixed-h-218{height:218px!important}.tab-portfixed-h-219{height:219px!important}.tab-portfixed-h-220{height:220px!important}.tab-portfixed-h-221{height:221px!important}.tab-portfixed-h-222{height:222px!important}.tab-portfixed-h-223{height:223px!important}.tab-portfixed-h-224{height:224px!important}.tab-portfixed-h-225{height:225px!important}.tab-portfixed-h-226{height:226px!important}.tab-portfixed-h-227{height:227px!important}.tab-portfixed-h-228{height:228px!important}.tab-portfixed-h-229{height:229px!important}.tab-portfixed-h-230{height:230px!important}.tab-portfixed-h-231{height:231px!important}.tab-portfixed-h-232{height:232px!important}.tab-portfixed-h-233{height:233px!important}.tab-portfixed-h-234{height:234px!important}.tab-portfixed-h-235{height:235px!important}.tab-portfixed-h-236{height:236px!important}.tab-portfixed-h-237{height:237px!important}.tab-portfixed-h-238{height:238px!important}.tab-portfixed-h-239{height:239px!important}.tab-portfixed-h-240{height:240px!important}.tab-portfixed-h-241{height:241px!important}.tab-portfixed-h-242{height:242px!important}.tab-portfixed-h-243{height:243px!important}.tab-portfixed-h-244{height:244px!important}.tab-portfixed-h-245{height:245px!important}.tab-portfixed-h-246{height:246px!important}.tab-portfixed-h-247{height:247px!important}.tab-portfixed-h-248{height:248px!important}.tab-portfixed-h-249{height:249px!important}.tab-portfixed-h-250{height:250px!important}.tab-portfixed-h-251{height:251px!important}.tab-portfixed-h-252{height:252px!important}.tab-portfixed-h-253{height:253px!important}.tab-portfixed-h-254{height:254px!important}.tab-portfixed-h-255{height:255px!important}.tab-portfixed-h-256{height:256px!important}.tab-portfixed-h-257{height:257px!important}.tab-portfixed-h-258{height:258px!important}.tab-portfixed-h-259{height:259px!important}.tab-portfixed-h-260{height:260px!important}.tab-portfixed-h-261{height:261px!important}.tab-portfixed-h-262{height:262px!important}.tab-portfixed-h-263{height:263px!important}.tab-portfixed-h-264{height:264px!important}.tab-portfixed-h-265{height:265px!important}.tab-portfixed-h-266{height:266px!important}.tab-portfixed-h-267{height:267px!important}.tab-portfixed-h-268{height:268px!important}.tab-portfixed-h-269{height:269px!important}.tab-portfixed-h-270{height:270px!important}.tab-portfixed-h-271{height:271px!important}.tab-portfixed-h-272{height:272px!important}.tab-portfixed-h-273{height:273px!important}.tab-portfixed-h-274{height:274px!important}.tab-portfixed-h-275{height:275px!important}.tab-portfixed-h-276{height:276px!important}.tab-portfixed-h-277{height:277px!important}.tab-portfixed-h-278{height:278px!important}.tab-portfixed-h-279{height:279px!important}.tab-portfixed-h-280{height:280px!important}.tab-portfixed-h-281{height:281px!important}.tab-portfixed-h-282{height:282px!important}.tab-portfixed-h-283{height:283px!important}.tab-portfixed-h-284{height:284px!important}.tab-portfixed-h-285{height:285px!important}.tab-portfixed-h-286{height:286px!important}.tab-portfixed-h-287{height:287px!important}.tab-portfixed-h-288{height:288px!important}.tab-portfixed-h-289{height:289px!important}.tab-portfixed-h-290{height:290px!important}.tab-portfixed-h-291{height:291px!important}.tab-portfixed-h-292{height:292px!important}.tab-portfixed-h-293{height:293px!important}.tab-portfixed-h-294{height:294px!important}.tab-portfixed-h-295{height:295px!important}.tab-portfixed-h-296{height:296px!important}.tab-portfixed-h-297{height:297px!important}.tab-portfixed-h-298{height:298px!important}.tab-portfixed-h-299{height:299px!important}.tab-portfixed-h-300{height:300px!important}.tab-portfixed-h-301{height:301px!important}.tab-portfixed-h-302{height:302px!important}.tab-portfixed-h-303{height:303px!important}.tab-portfixed-h-304{height:304px!important}.tab-portfixed-h-305{height:305px!important}.tab-portfixed-h-306{height:306px!important}.tab-portfixed-h-307{height:307px!important}.tab-portfixed-h-308{height:308px!important}.tab-portfixed-h-309{height:309px!important}.tab-portfixed-h-310{height:310px!important}.tab-portfixed-h-311{height:311px!important}.tab-portfixed-h-312{height:312px!important}.tab-portfixed-h-313{height:313px!important}.tab-portfixed-h-314{height:314px!important}.tab-portfixed-h-315{height:315px!important}.tab-portfixed-h-316{height:316px!important}.tab-portfixed-h-317{height:317px!important}.tab-portfixed-h-318{height:318px!important}.tab-portfixed-h-319{height:319px!important}.tab-portfixed-h-320{height:320px!important}.tab-portfixed-h-321{height:321px!important}.tab-portfixed-h-322{height:322px!important}.tab-portfixed-h-323{height:323px!important}.tab-portfixed-h-324{height:324px!important}.tab-portfixed-h-325{height:325px!important}.tab-portfixed-h-326{height:326px!important}.tab-portfixed-h-327{height:327px!important}.tab-portfixed-h-328{height:328px!important}.tab-portfixed-h-329{height:329px!important}.tab-portfixed-h-330{height:330px!important}.tab-portfixed-h-331{height:331px!important}.tab-portfixed-h-332{height:332px!important}.tab-portfixed-h-333{height:333px!important}.tab-portfixed-h-334{height:334px!important}.tab-portfixed-h-335{height:335px!important}.tab-portfixed-h-336{height:336px!important}.tab-portfixed-h-337{height:337px!important}.tab-portfixed-h-338{height:338px!important}.tab-portfixed-h-339{height:339px!important}.tab-portfixed-h-340{height:340px!important}.tab-portfixed-h-341{height:341px!important}.tab-portfixed-h-342{height:342px!important}.tab-portfixed-h-343{height:343px!important}.tab-portfixed-h-344{height:344px!important}.tab-portfixed-h-345{height:345px!important}.tab-portfixed-h-346{height:346px!important}.tab-portfixed-h-347{height:347px!important}.tab-portfixed-h-348{height:348px!important}.tab-portfixed-h-349{height:349px!important}.tab-portfixed-h-350{height:350px!important}.tab-portfixed-h-351{height:351px!important}.tab-portfixed-h-352{height:352px!important}.tab-portfixed-h-353{height:353px!important}.tab-portfixed-h-354{height:354px!important}.tab-portfixed-h-355{height:355px!important}.tab-portfixed-h-356{height:356px!important}.tab-portfixed-h-357{height:357px!important}.tab-portfixed-h-358{height:358px!important}.tab-portfixed-h-359{height:359px!important}.tab-portfixed-h-360{height:360px!important}.tab-portfixed-h-361{height:361px!important}.tab-portfixed-h-362{height:362px!important}.tab-portfixed-h-363{height:363px!important}.tab-portfixed-h-364{height:364px!important}.tab-portfixed-h-365{height:365px!important}.tab-portfixed-h-366{height:366px!important}.tab-portfixed-h-367{height:367px!important}.tab-portfixed-h-368{height:368px!important}.tab-portfixed-h-369{height:369px!important}.tab-portfixed-h-370{height:370px!important}.tab-portfixed-h-371{height:371px!important}.tab-portfixed-h-372{height:372px!important}.tab-portfixed-h-373{height:373px!important}.tab-portfixed-h-374{height:374px!important}.tab-portfixed-h-375{height:375px!important}.tab-portfixed-h-376{height:376px!important}.tab-portfixed-h-377{height:377px!important}.tab-portfixed-h-378{height:378px!important}.tab-portfixed-h-379{height:379px!important}.tab-portfixed-h-380{height:380px!important}.tab-portfixed-h-381{height:381px!important}.tab-portfixed-h-382{height:382px!important}.tab-portfixed-h-383{height:383px!important}.tab-portfixed-h-384{height:384px!important}.tab-portfixed-h-385{height:385px!important}.tab-portfixed-h-386{height:386px!important}.tab-portfixed-h-387{height:387px!important}.tab-portfixed-h-388{height:388px!important}.tab-portfixed-h-389{height:389px!important}.tab-portfixed-h-390{height:390px!important}.tab-portfixed-h-391{height:391px!important}.tab-portfixed-h-392{height:392px!important}.tab-portfixed-h-393{height:393px!important}.tab-portfixed-h-394{height:394px!important}.tab-portfixed-h-395{height:395px!important}.tab-portfixed-h-396{height:396px!important}.tab-portfixed-h-397{height:397px!important}.tab-portfixed-h-398{height:398px!important}.tab-portfixed-h-399{height:399px!important}.tab-portfixed-h-400{height:400px!important}.tab-portfixed-h-401{height:401px!important}.tab-portfixed-h-402{height:402px!important}.tab-portfixed-h-403{height:403px!important}.tab-portfixed-h-404{height:404px!important}.tab-portfixed-h-405{height:405px!important}.tab-portfixed-h-406{height:406px!important}.tab-portfixed-h-407{height:407px!important}.tab-portfixed-h-408{height:408px!important}.tab-portfixed-h-409{height:409px!important}.tab-portfixed-h-410{height:410px!important}.tab-portfixed-h-411{height:411px!important}.tab-portfixed-h-412{height:412px!important}.tab-portfixed-h-413{height:413px!important}.tab-portfixed-h-414{height:414px!important}.tab-portfixed-h-415{height:415px!important}.tab-portfixed-h-416{height:416px!important}.tab-portfixed-h-417{height:417px!important}.tab-portfixed-h-418{height:418px!important}.tab-portfixed-h-419{height:419px!important}.tab-portfixed-h-420{height:420px!important}.tab-portfixed-h-421{height:421px!important}.tab-portfixed-h-422{height:422px!important}.tab-portfixed-h-423{height:423px!important}.tab-portfixed-h-424{height:424px!important}.tab-portfixed-h-425{height:425px!important}.tab-portfixed-h-426{height:426px!important}.tab-portfixed-h-427{height:427px!important}.tab-portfixed-h-428{height:428px!important}.tab-portfixed-h-429{height:429px!important}.tab-portfixed-h-430{height:430px!important}.tab-portfixed-h-431{height:431px!important}.tab-portfixed-h-432{height:432px!important}.tab-portfixed-h-433{height:433px!important}.tab-portfixed-h-434{height:434px!important}.tab-portfixed-h-435{height:435px!important}.tab-portfixed-h-436{height:436px!important}.tab-portfixed-h-437{height:437px!important}.tab-portfixed-h-438{height:438px!important}.tab-portfixed-h-439{height:439px!important}.tab-portfixed-h-440{height:440px!important}.tab-portfixed-h-441{height:441px!important}.tab-portfixed-h-442{height:442px!important}.tab-portfixed-h-443{height:443px!important}.tab-portfixed-h-444{height:444px!important}.tab-portfixed-h-445{height:445px!important}.tab-portfixed-h-446{height:446px!important}.tab-portfixed-h-447{height:447px!important}.tab-portfixed-h-448{height:448px!important}.tab-portfixed-h-449{height:449px!important}.tab-portfixed-h-450{height:450px!important}.tab-portfixed-h-451{height:451px!important}.tab-portfixed-h-452{height:452px!important}.tab-portfixed-h-453{height:453px!important}.tab-portfixed-h-454{height:454px!important}.tab-portfixed-h-455{height:455px!important}.tab-portfixed-h-456{height:456px!important}.tab-portfixed-h-457{height:457px!important}.tab-portfixed-h-458{height:458px!important}.tab-portfixed-h-459{height:459px!important}.tab-portfixed-h-460{height:460px!important}.tab-portfixed-h-461{height:461px!important}.tab-portfixed-h-462{height:462px!important}.tab-portfixed-h-463{height:463px!important}.tab-portfixed-h-464{height:464px!important}.tab-portfixed-h-465{height:465px!important}.tab-portfixed-h-466{height:466px!important}.tab-portfixed-h-467{height:467px!important}.tab-portfixed-h-468{height:468px!important}.tab-portfixed-h-469{height:469px!important}.tab-portfixed-h-470{height:470px!important}.tab-portfixed-h-471{height:471px!important}.tab-portfixed-h-472{height:472px!important}.tab-portfixed-h-473{height:473px!important}.tab-portfixed-h-474{height:474px!important}.tab-portfixed-h-475{height:475px!important}.tab-portfixed-h-476{height:476px!important}.tab-portfixed-h-477{height:477px!important}.tab-portfixed-h-478{height:478px!important}.tab-portfixed-h-479{height:479px!important}.tab-portfixed-h-480{height:480px!important}.tab-portfixed-h-481{height:481px!important}.tab-portfixed-h-482{height:482px!important}.tab-portfixed-h-483{height:483px!important}.tab-portfixed-h-484{height:484px!important}.tab-portfixed-h-485{height:485px!important}.tab-portfixed-h-486{height:486px!important}.tab-portfixed-h-487{height:487px!important}.tab-portfixed-h-488{height:488px!important}.tab-portfixed-h-489{height:489px!important}.tab-portfixed-h-490{height:490px!important}.tab-portfixed-h-491{height:491px!important}.tab-portfixed-h-492{height:492px!important}.tab-portfixed-h-493{height:493px!important}.tab-portfixed-h-494{height:494px!important}.tab-portfixed-h-495{height:495px!important}.tab-portfixed-h-496{height:496px!important}.tab-portfixed-h-497{height:497px!important}.tab-portfixed-h-498{height:498px!important}.tab-portfixed-h-499{height:499px!important}.tab-portfixed-h-500{height:500px!important}.tab-portfixed-h-501{height:501px!important}.tab-portfixed-h-502{height:502px!important}.tab-portfixed-h-503{height:503px!important}.tab-portfixed-h-504{height:504px!important}.tab-portfixed-h-505{height:505px!important}.tab-portfixed-h-506{height:506px!important}.tab-portfixed-h-507{height:507px!important}.tab-portfixed-h-508{height:508px!important}.tab-portfixed-h-509{height:509px!important}.tab-portfixed-h-510{height:510px!important}.tab-portfixed-h-511{height:511px!important}.tab-portfixed-h-512{height:512px!important}.tab-portfixed-h-513{height:513px!important}.tab-portfixed-h-514{height:514px!important}.tab-portfixed-h-515{height:515px!important}.tab-portfixed-h-516{height:516px!important}.tab-portfixed-h-517{height:517px!important}.tab-portfixed-h-518{height:518px!important}.tab-portfixed-h-519{height:519px!important}.tab-portfixed-h-520{height:520px!important}.tab-portfixed-h-521{height:521px!important}.tab-portfixed-h-522{height:522px!important}.tab-portfixed-h-523{height:523px!important}.tab-portfixed-h-524{height:524px!important}.tab-portfixed-h-525{height:525px!important}.tab-portfixed-h-526{height:526px!important}.tab-portfixed-h-527{height:527px!important}.tab-portfixed-h-528{height:528px!important}.tab-portfixed-h-529{height:529px!important}.tab-portfixed-h-530{height:530px!important}.tab-portfixed-h-531{height:531px!important}.tab-portfixed-h-532{height:532px!important}.tab-portfixed-h-533{height:533px!important}.tab-portfixed-h-534{height:534px!important}.tab-portfixed-h-535{height:535px!important}.tab-portfixed-h-536{height:536px!important}.tab-portfixed-h-537{height:537px!important}.tab-portfixed-h-538{height:538px!important}.tab-portfixed-h-539{height:539px!important}.tab-portfixed-h-540{height:540px!important}.tab-portfixed-h-541{height:541px!important}.tab-portfixed-h-542{height:542px!important}.tab-portfixed-h-543{height:543px!important}.tab-portfixed-h-544{height:544px!important}.tab-portfixed-h-545{height:545px!important}.tab-portfixed-h-546{height:546px!important}.tab-portfixed-h-547{height:547px!important}.tab-portfixed-h-548{height:548px!important}.tab-portfixed-h-549{height:549px!important}.tab-portfixed-h-550{height:550px!important}.tab-portfixed-h-551{height:551px!important}.tab-portfixed-h-552{height:552px!important}.tab-portfixed-h-553{height:553px!important}.tab-portfixed-h-554{height:554px!important}.tab-portfixed-h-555{height:555px!important}.tab-portfixed-h-556{height:556px!important}.tab-portfixed-h-557{height:557px!important}.tab-portfixed-h-558{height:558px!important}.tab-portfixed-h-559{height:559px!important}.tab-portfixed-h-560{height:560px!important}.tab-portfixed-h-561{height:561px!important}.tab-portfixed-h-562{height:562px!important}.tab-portfixed-h-563{height:563px!important}.tab-portfixed-h-564{height:564px!important}.tab-portfixed-h-565{height:565px!important}.tab-portfixed-h-566{height:566px!important}.tab-portfixed-h-567{height:567px!important}.tab-portfixed-h-568{height:568px!important}.tab-portfixed-h-569{height:569px!important}.tab-portfixed-h-570{height:570px!important}.tab-portfixed-h-571{height:571px!important}.tab-portfixed-h-572{height:572px!important}.tab-portfixed-h-573{height:573px!important}.tab-portfixed-h-574{height:574px!important}.tab-portfixed-h-575{height:575px!important}.tab-portfixed-h-576{height:576px!important}.tab-portfixed-h-577{height:577px!important}.tab-portfixed-h-578{height:578px!important}.tab-portfixed-h-579{height:579px!important}.tab-portfixed-h-580{height:580px!important}.tab-portfixed-h-581{height:581px!important}.tab-portfixed-h-582{height:582px!important}.tab-portfixed-h-583{height:583px!important}.tab-portfixed-h-584{height:584px!important}.tab-portfixed-h-585{height:585px!important}.tab-portfixed-h-586{height:586px!important}.tab-portfixed-h-587{height:587px!important}.tab-portfixed-h-588{height:588px!important}.tab-portfixed-h-589{height:589px!important}.tab-portfixed-h-590{height:590px!important}.tab-portfixed-h-591{height:591px!important}.tab-portfixed-h-592{height:592px!important}.tab-portfixed-h-593{height:593px!important}.tab-portfixed-h-594{height:594px!important}.tab-portfixed-h-595{height:595px!important}.tab-portfixed-h-596{height:596px!important}.tab-portfixed-h-597{height:597px!important}.tab-portfixed-h-598{height:598px!important}.tab-portfixed-h-599{height:599px!important}.tab-portfixed-h-600{height:600px!important}.tab-portfixed-h-601{height:601px!important}.tab-portfixed-h-602{height:602px!important}.tab-portfixed-h-603{height:603px!important}.tab-portfixed-h-604{height:604px!important}.tab-portfixed-h-605{height:605px!important}.tab-portfixed-h-606{height:606px!important}.tab-portfixed-h-607{height:607px!important}.tab-portfixed-h-608{height:608px!important}.tab-portfixed-h-609{height:609px!important}.tab-portfixed-h-610{height:610px!important}.tab-portfixed-h-611{height:611px!important}.tab-portfixed-h-612{height:612px!important}.tab-portfixed-h-613{height:613px!important}.tab-portfixed-h-614{height:614px!important}.tab-portfixed-h-615{height:615px!important}.tab-portfixed-h-616{height:616px!important}.tab-portfixed-h-617{height:617px!important}.tab-portfixed-h-618{height:618px!important}.tab-portfixed-h-619{height:619px!important}.tab-portfixed-h-620{height:620px!important}.tab-portfixed-h-621{height:621px!important}.tab-portfixed-h-622{height:622px!important}.tab-portfixed-h-623{height:623px!important}.tab-portfixed-h-624{height:624px!important}.tab-portfixed-h-625{height:625px!important}.tab-portfixed-h-626{height:626px!important}.tab-portfixed-h-627{height:627px!important}.tab-portfixed-h-628{height:628px!important}.tab-portfixed-h-629{height:629px!important}.tab-portfixed-h-630{height:630px!important}.tab-portfixed-h-631{height:631px!important}.tab-portfixed-h-632{height:632px!important}.tab-portfixed-h-633{height:633px!important}.tab-portfixed-h-634{height:634px!important}.tab-portfixed-h-635{height:635px!important}.tab-portfixed-h-636{height:636px!important}.tab-portfixed-h-637{height:637px!important}.tab-portfixed-h-638{height:638px!important}.tab-portfixed-h-639{height:639px!important}.tab-portfixed-h-640{height:640px!important}.tab-portfixed-h-641{height:641px!important}.tab-portfixed-h-642{height:642px!important}.tab-portfixed-h-643{height:643px!important}.tab-portfixed-h-644{height:644px!important}.tab-portfixed-h-645{height:645px!important}.tab-portfixed-h-646{height:646px!important}.tab-portfixed-h-647{height:647px!important}.tab-portfixed-h-648{height:648px!important}.tab-portfixed-h-649{height:649px!important}.tab-portfixed-h-650{height:650px!important}.tab-portfixed-h-651{height:651px!important}.tab-portfixed-h-652{height:652px!important}.tab-portfixed-h-653{height:653px!important}.tab-portfixed-h-654{height:654px!important}.tab-portfixed-h-655{height:655px!important}.tab-portfixed-h-656{height:656px!important}.tab-portfixed-h-657{height:657px!important}.tab-portfixed-h-658{height:658px!important}.tab-portfixed-h-659{height:659px!important}.tab-portfixed-h-660{height:660px!important}.tab-portfixed-h-661{height:661px!important}.tab-portfixed-h-662{height:662px!important}.tab-portfixed-h-663{height:663px!important}.tab-portfixed-h-664{height:664px!important}.tab-portfixed-h-665{height:665px!important}.tab-portfixed-h-666{height:666px!important}.tab-portfixed-h-667{height:667px!important}.tab-portfixed-h-668{height:668px!important}.tab-portfixed-h-669{height:669px!important}.tab-portfixed-h-670{height:670px!important}.tab-portfixed-h-671{height:671px!important}.tab-portfixed-h-672{height:672px!important}.tab-portfixed-h-673{height:673px!important}.tab-portfixed-h-674{height:674px!important}.tab-portfixed-h-675{height:675px!important}.tab-portfixed-h-676{height:676px!important}.tab-portfixed-h-677{height:677px!important}.tab-portfixed-h-678{height:678px!important}.tab-portfixed-h-679{height:679px!important}.tab-portfixed-h-680{height:680px!important}.tab-portfixed-h-681{height:681px!important}.tab-portfixed-h-682{height:682px!important}.tab-portfixed-h-683{height:683px!important}.tab-portfixed-h-684{height:684px!important}.tab-portfixed-h-685{height:685px!important}.tab-portfixed-h-686{height:686px!important}.tab-portfixed-h-687{height:687px!important}.tab-portfixed-h-688{height:688px!important}.tab-portfixed-h-689{height:689px!important}.tab-portfixed-h-690{height:690px!important}.tab-portfixed-h-691{height:691px!important}.tab-portfixed-h-692{height:692px!important}.tab-portfixed-h-693{height:693px!important}.tab-portfixed-h-694{height:694px!important}.tab-portfixed-h-695{height:695px!important}.tab-portfixed-h-696{height:696px!important}.tab-portfixed-h-697{height:697px!important}.tab-portfixed-h-698{height:698px!important}.tab-portfixed-h-699{height:699px!important}.tab-portfixed-h-700{height:700px!important}.tab-portfixed-h-701{height:701px!important}.tab-portfixed-h-702{height:702px!important}.tab-portfixed-h-703{height:703px!important}.tab-portfixed-h-704{height:704px!important}.tab-portfixed-h-705{height:705px!important}.tab-portfixed-h-706{height:706px!important}.tab-portfixed-h-707{height:707px!important}.tab-portfixed-h-708{height:708px!important}.tab-portfixed-h-709{height:709px!important}.tab-portfixed-h-710{height:710px!important}.tab-portfixed-h-711{height:711px!important}.tab-portfixed-h-712{height:712px!important}.tab-portfixed-h-713{height:713px!important}.tab-portfixed-h-714{height:714px!important}.tab-portfixed-h-715{height:715px!important}.tab-portfixed-h-716{height:716px!important}.tab-portfixed-h-717{height:717px!important}.tab-portfixed-h-718{height:718px!important}.tab-portfixed-h-719{height:719px!important}.tab-portfixed-h-720{height:720px!important}.tab-portfixed-h-721{height:721px!important}.tab-portfixed-h-722{height:722px!important}.tab-portfixed-h-723{height:723px!important}.tab-portfixed-h-724{height:724px!important}.tab-portfixed-h-725{height:725px!important}.tab-portfixed-h-726{height:726px!important}.tab-portfixed-h-727{height:727px!important}.tab-portfixed-h-728{height:728px!important}.tab-portfixed-h-729{height:729px!important}.tab-portfixed-h-730{height:730px!important}.tab-portfixed-h-731{height:731px!important}.tab-portfixed-h-732{height:732px!important}.tab-portfixed-h-733{height:733px!important}.tab-portfixed-h-734{height:734px!important}.tab-portfixed-h-735{height:735px!important}.tab-portfixed-h-736{height:736px!important}.tab-portfixed-h-737{height:737px!important}.tab-portfixed-h-738{height:738px!important}.tab-portfixed-h-739{height:739px!important}.tab-portfixed-h-740{height:740px!important}.tab-portfixed-h-741{height:741px!important}.tab-portfixed-h-742{height:742px!important}.tab-portfixed-h-743{height:743px!important}.tab-portfixed-h-744{height:744px!important}.tab-portfixed-h-745{height:745px!important}.tab-portfixed-h-746{height:746px!important}.tab-portfixed-h-747{height:747px!important}.tab-portfixed-h-748{height:748px!important}.tab-portfixed-h-749{height:749px!important}.tab-portfixed-h-750{height:750px!important}.tab-portfixed-h-751{height:751px!important}.tab-portfixed-h-752{height:752px!important}.tab-portfixed-h-753{height:753px!important}.tab-portfixed-h-754{height:754px!important}.tab-portfixed-h-755{height:755px!important}.tab-portfixed-h-756{height:756px!important}.tab-portfixed-h-757{height:757px!important}.tab-portfixed-h-758{height:758px!important}.tab-portfixed-h-759{height:759px!important}.tab-portfixed-h-760{height:760px!important}.tab-portfixed-h-761{height:761px!important}.tab-portfixed-h-762{height:762px!important}.tab-portfixed-h-763{height:763px!important}.tab-portfixed-h-764{height:764px!important}.tab-portfixed-h-765{height:765px!important}.tab-portfixed-h-766{height:766px!important}.tab-portfixed-h-767{height:767px!important}.tab-portfixed-h-768{height:768px!important}.tab-portfixed-h-769{height:769px!important}.tab-portfixed-h-770{height:770px!important}.tab-portfixed-h-771{height:771px!important}.tab-portfixed-h-772{height:772px!important}.tab-portfixed-h-773{height:773px!important}.tab-portfixed-h-774{height:774px!important}.tab-portfixed-h-775{height:775px!important}.tab-portfixed-h-776{height:776px!important}.tab-portfixed-h-777{height:777px!important}.tab-portfixed-h-778{height:778px!important}.tab-portfixed-h-779{height:779px!important}.tab-portfixed-h-780{height:780px!important}.tab-portfixed-h-781{height:781px!important}.tab-portfixed-h-782{height:782px!important}.tab-portfixed-h-783{height:783px!important}.tab-portfixed-h-784{height:784px!important}.tab-portfixed-h-785{height:785px!important}.tab-portfixed-h-786{height:786px!important}.tab-portfixed-h-787{height:787px!important}.tab-portfixed-h-788{height:788px!important}.tab-portfixed-h-789{height:789px!important}.tab-portfixed-h-790{height:790px!important}.tab-portfixed-h-791{height:791px!important}.tab-portfixed-h-792{height:792px!important}.tab-portfixed-h-793{height:793px!important}.tab-portfixed-h-794{height:794px!important}.tab-portfixed-h-795{height:795px!important}.tab-portfixed-h-796{height:796px!important}.tab-portfixed-h-797{height:797px!important}.tab-portfixed-h-798{height:798px!important}.tab-portfixed-h-799{height:799px!important}.tab-portfixed-h-800{height:800px!important}.tab-portfixed-h-801{height:801px!important}.tab-portfixed-h-802{height:802px!important}.tab-portfixed-h-803{height:803px!important}.tab-portfixed-h-804{height:804px!important}.tab-portfixed-h-805{height:805px!important}.tab-portfixed-h-806{height:806px!important}.tab-portfixed-h-807{height:807px!important}.tab-portfixed-h-808{height:808px!important}.tab-portfixed-h-809{height:809px!important}.tab-portfixed-h-810{height:810px!important}.tab-portfixed-h-811{height:811px!important}.tab-portfixed-h-812{height:812px!important}.tab-portfixed-h-813{height:813px!important}.tab-portfixed-h-814{height:814px!important}.tab-portfixed-h-815{height:815px!important}.tab-portfixed-h-816{height:816px!important}.tab-portfixed-h-817{height:817px!important}.tab-portfixed-h-818{height:818px!important}.tab-portfixed-h-819{height:819px!important}.tab-portfixed-h-820{height:820px!important}.tab-portfixed-h-821{height:821px!important}.tab-portfixed-h-822{height:822px!important}.tab-portfixed-h-823{height:823px!important}.tab-portfixed-h-824{height:824px!important}.tab-portfixed-h-825{height:825px!important}.tab-portfixed-h-826{height:826px!important}.tab-portfixed-h-827{height:827px!important}.tab-portfixed-h-828{height:828px!important}.tab-portfixed-h-829{height:829px!important}.tab-portfixed-h-830{height:830px!important}.tab-portfixed-h-831{height:831px!important}.tab-portfixed-h-832{height:832px!important}.tab-portfixed-h-833{height:833px!important}.tab-portfixed-h-834{height:834px!important}.tab-portfixed-h-835{height:835px!important}.tab-portfixed-h-836{height:836px!important}.tab-portfixed-h-837{height:837px!important}.tab-portfixed-h-838{height:838px!important}.tab-portfixed-h-839{height:839px!important}.tab-portfixed-h-840{height:840px!important}.tab-portfixed-h-841{height:841px!important}.tab-portfixed-h-842{height:842px!important}.tab-portfixed-h-843{height:843px!important}.tab-portfixed-h-844{height:844px!important}.tab-portfixed-h-845{height:845px!important}.tab-portfixed-h-846{height:846px!important}.tab-portfixed-h-847{height:847px!important}.tab-portfixed-h-848{height:848px!important}.tab-portfixed-h-849{height:849px!important}.tab-portfixed-h-850{height:850px!important}.tab-portfixed-h-851{height:851px!important}.tab-portfixed-h-852{height:852px!important}.tab-portfixed-h-853{height:853px!important}.tab-portfixed-h-854{height:854px!important}.tab-portfixed-h-855{height:855px!important}.tab-portfixed-h-856{height:856px!important}.tab-portfixed-h-857{height:857px!important}.tab-portfixed-h-858{height:858px!important}.tab-portfixed-h-859{height:859px!important}.tab-portfixed-h-860{height:860px!important}.tab-portfixed-h-861{height:861px!important}.tab-portfixed-h-862{height:862px!important}.tab-portfixed-h-863{height:863px!important}.tab-portfixed-h-864{height:864px!important}.tab-portfixed-h-865{height:865px!important}.tab-portfixed-h-866{height:866px!important}.tab-portfixed-h-867{height:867px!important}.tab-portfixed-h-868{height:868px!important}.tab-portfixed-h-869{height:869px!important}.tab-portfixed-h-870{height:870px!important}.tab-portfixed-h-871{height:871px!important}.tab-portfixed-h-872{height:872px!important}.tab-portfixed-h-873{height:873px!important}.tab-portfixed-h-874{height:874px!important}.tab-portfixed-h-875{height:875px!important}.tab-portfixed-h-876{height:876px!important}.tab-portfixed-h-877{height:877px!important}.tab-portfixed-h-878{height:878px!important}.tab-portfixed-h-879{height:879px!important}.tab-portfixed-h-880{height:880px!important}.tab-portfixed-h-881{height:881px!important}.tab-portfixed-h-882{height:882px!important}.tab-portfixed-h-883{height:883px!important}.tab-portfixed-h-884{height:884px!important}.tab-portfixed-h-885{height:885px!important}.tab-portfixed-h-886{height:886px!important}.tab-portfixed-h-887{height:887px!important}.tab-portfixed-h-888{height:888px!important}.tab-portfixed-h-889{height:889px!important}.tab-portfixed-h-890{height:890px!important}.tab-portfixed-h-891{height:891px!important}.tab-portfixed-h-892{height:892px!important}.tab-portfixed-h-893{height:893px!important}.tab-portfixed-h-894{height:894px!important}.tab-portfixed-h-895{height:895px!important}.tab-portfixed-h-896{height:896px!important}.tab-portfixed-h-897{height:897px!important}.tab-portfixed-h-898{height:898px!important}.tab-portfixed-h-899{height:899px!important}.tab-portfixed-h-900{height:900px!important}.tab-portfixed-h-901{height:901px!important}.tab-portfixed-h-902{height:902px!important}.tab-portfixed-h-903{height:903px!important}.tab-portfixed-h-904{height:904px!important}.tab-portfixed-h-905{height:905px!important}.tab-portfixed-h-906{height:906px!important}.tab-portfixed-h-907{height:907px!important}.tab-portfixed-h-908{height:908px!important}.tab-portfixed-h-909{height:909px!important}.tab-portfixed-h-910{height:910px!important}.tab-portfixed-h-911{height:911px!important}.tab-portfixed-h-912{height:912px!important}.tab-portfixed-h-913{height:913px!important}.tab-portfixed-h-914{height:914px!important}.tab-portfixed-h-915{height:915px!important}.tab-portfixed-h-916{height:916px!important}.tab-portfixed-h-917{height:917px!important}.tab-portfixed-h-918{height:918px!important}.tab-portfixed-h-919{height:919px!important}.tab-portfixed-h-920{height:920px!important}.tab-portfixed-h-921{height:921px!important}.tab-portfixed-h-922{height:922px!important}.tab-portfixed-h-923{height:923px!important}.tab-portfixed-h-924{height:924px!important}.tab-portfixed-h-925{height:925px!important}.tab-portfixed-h-926{height:926px!important}.tab-portfixed-h-927{height:927px!important}.tab-portfixed-h-928{height:928px!important}.tab-portfixed-h-929{height:929px!important}.tab-portfixed-h-930{height:930px!important}.tab-portfixed-h-931{height:931px!important}.tab-portfixed-h-932{height:932px!important}.tab-portfixed-h-933{height:933px!important}.tab-portfixed-h-934{height:934px!important}.tab-portfixed-h-935{height:935px!important}.tab-portfixed-h-936{height:936px!important}.tab-portfixed-h-937{height:937px!important}.tab-portfixed-h-938{height:938px!important}.tab-portfixed-h-939{height:939px!important}.tab-portfixed-h-940{height:940px!important}.tab-portfixed-h-941{height:941px!important}.tab-portfixed-h-942{height:942px!important}.tab-portfixed-h-943{height:943px!important}.tab-portfixed-h-944{height:944px!important}.tab-portfixed-h-945{height:945px!important}.tab-portfixed-h-946{height:946px!important}.tab-portfixed-h-947{height:947px!important}.tab-portfixed-h-948{height:948px!important}.tab-portfixed-h-949{height:949px!important}.tab-portfixed-h-950{height:950px!important}.tab-portfixed-h-951{height:951px!important}.tab-portfixed-h-952{height:952px!important}.tab-portfixed-h-953{height:953px!important}.tab-portfixed-h-954{height:954px!important}.tab-portfixed-h-955{height:955px!important}.tab-portfixed-h-956{height:956px!important}.tab-portfixed-h-957{height:957px!important}.tab-portfixed-h-958{height:958px!important}.tab-portfixed-h-959{height:959px!important}.tab-portfixed-h-960{height:960px!important}.tab-portfixed-h-961{height:961px!important}.tab-portfixed-h-962{height:962px!important}.tab-portfixed-h-963{height:963px!important}.tab-portfixed-h-964{height:964px!important}.tab-portfixed-h-965{height:965px!important}.tab-portfixed-h-966{height:966px!important}.tab-portfixed-h-967{height:967px!important}.tab-portfixed-h-968{height:968px!important}.tab-portfixed-h-969{height:969px!important}.tab-portfixed-h-970{height:970px!important}.tab-portfixed-h-971{height:971px!important}.tab-portfixed-h-972{height:972px!important}.tab-portfixed-h-973{height:973px!important}.tab-portfixed-h-974{height:974px!important}.tab-portfixed-h-975{height:975px!important}.tab-portfixed-h-976{height:976px!important}.tab-portfixed-h-977{height:977px!important}.tab-portfixed-h-978{height:978px!important}.tab-portfixed-h-979{height:979px!important}.tab-portfixed-h-980{height:980px!important}.tab-portfixed-h-981{height:981px!important}.tab-portfixed-h-982{height:982px!important}.tab-portfixed-h-983{height:983px!important}.tab-portfixed-h-984{height:984px!important}.tab-portfixed-h-985{height:985px!important}.tab-portfixed-h-986{height:986px!important}.tab-portfixed-h-987{height:987px!important}.tab-portfixed-h-988{height:988px!important}.tab-portfixed-h-989{height:989px!important}.tab-portfixed-h-990{height:990px!important}.tab-portfixed-h-991{height:991px!important}.tab-portfixed-h-992{height:992px!important}.tab-portfixed-h-993{height:993px!important}.tab-portfixed-h-994{height:994px!important}.tab-portfixed-h-995{height:995px!important}.tab-portfixed-h-996{height:996px!important}.tab-portfixed-h-997{height:997px!important}.tab-portfixed-h-998{height:998px!important}.tab-portfixed-h-999{height:999px!important}.tab-portfixed-h-1000{height:1000px!important}.tab-portfixed-h-1001{height:1001px!important}.tab-portfixed-h-1002{height:1002px!important}.tab-portfixed-h-1003{height:1003px!important}.tab-portfixed-h-1004{height:1004px!important}.tab-portfixed-h-1005{height:1005px!important}.tab-portfixed-h-1006{height:1006px!important}.tab-portfixed-h-1007{height:1007px!important}.tab-portfixed-h-1008{height:1008px!important}.tab-portfixed-h-1009{height:1009px!important}.tab-portfixed-h-1010{height:1010px!important}.tab-portfixed-h-1011{height:1011px!important}.tab-portfixed-h-1012{height:1012px!important}.tab-portfixed-h-1013{height:1013px!important}.tab-portfixed-h-1014{height:1014px!important}.tab-portfixed-h-1015{height:1015px!important}.tab-portfixed-h-1016{height:1016px!important}.tab-portfixed-h-1017{height:1017px!important}.tab-portfixed-h-1018{height:1018px!important}.tab-portfixed-h-1019{height:1019px!important}.tab-portfixed-h-1020{height:1020px!important}.tab-portfixed-h-1021{height:1021px!important}.tab-portfixed-h-1022{height:1022px!important}.tab-portfixed-h-1023{height:1023px!important}.tab-portfixed-h-1024{height:1024px!important}.tab-portfixed-h-1025{height:1025px!important}.tab-portfixed-h-1026{height:1026px!important}.tab-portfixed-h-1027{height:1027px!important}.tab-portfixed-h-1028{height:1028px!important}.tab-portfixed-h-1029{height:1029px!important}.tab-portfixed-h-1030{height:1030px!important}.tab-portfixed-h-1031{height:1031px!important}.tab-portfixed-h-1032{height:1032px!important}.tab-portfixed-h-1033{height:1033px!important}.tab-portfixed-h-1034{height:1034px!important}.tab-portfixed-h-1035{height:1035px!important}.tab-portfixed-h-1036{height:1036px!important}.tab-portfixed-h-1037{height:1037px!important}.tab-portfixed-h-1038{height:1038px!important}.tab-portfixed-h-1039{height:1039px!important}.tab-portfixed-h-1040{height:1040px!important}.tab-portfixed-h-1041{height:1041px!important}.tab-portfixed-h-1042{height:1042px!important}.tab-portfixed-h-1043{height:1043px!important}.tab-portfixed-h-1044{height:1044px!important}.tab-portfixed-h-1045{height:1045px!important}.tab-portfixed-h-1046{height:1046px!important}.tab-portfixed-h-1047{height:1047px!important}.tab-portfixed-h-1048{height:1048px!important}.tab-portfixed-h-1049{height:1049px!important}.tab-portfixed-h-1050{height:1050px!important}.tab-portfixed-h-1051{height:1051px!important}.tab-portfixed-h-1052{height:1052px!important}.tab-portfixed-h-1053{height:1053px!important}.tab-portfixed-h-1054{height:1054px!important}.tab-portfixed-h-1055{height:1055px!important}.tab-portfixed-h-1056{height:1056px!important}.tab-portfixed-h-1057{height:1057px!important}.tab-portfixed-h-1058{height:1058px!important}.tab-portfixed-h-1059{height:1059px!important}.tab-portfixed-h-1060{height:1060px!important}.tab-portfixed-h-1061{height:1061px!important}.tab-portfixed-h-1062{height:1062px!important}.tab-portfixed-h-1063{height:1063px!important}.tab-portfixed-h-1064{height:1064px!important}.tab-portfixed-h-1065{height:1065px!important}.tab-portfixed-h-1066{height:1066px!important}.tab-portfixed-h-1067{height:1067px!important}.tab-portfixed-h-1068{height:1068px!important}.tab-portfixed-h-1069{height:1069px!important}.tab-portfixed-h-1070{height:1070px!important}.tab-portfixed-h-1071{height:1071px!important}.tab-portfixed-h-1072{height:1072px!important}.tab-portfixed-h-1073{height:1073px!important}.tab-portfixed-h-1074{height:1074px!important}.tab-portfixed-h-1075{height:1075px!important}.tab-portfixed-h-1076{height:1076px!important}.tab-portfixed-h-1077{height:1077px!important}.tab-portfixed-h-1078{height:1078px!important}.tab-portfixed-h-1079{height:1079px!important}.tab-portfixed-h-1080{height:1080px!important}.tab-portfixed-h-1081{height:1081px!important}.tab-portfixed-h-1082{height:1082px!important}.tab-portfixed-h-1083{height:1083px!important}.tab-portfixed-h-1084{height:1084px!important}.tab-portfixed-h-1085{height:1085px!important}.tab-portfixed-h-1086{height:1086px!important}.tab-portfixed-h-1087{height:1087px!important}.tab-portfixed-h-1088{height:1088px!important}.tab-portfixed-h-1089{height:1089px!important}.tab-portfixed-h-1090{height:1090px!important}.tab-portfixed-h-1091{height:1091px!important}.tab-portfixed-h-1092{height:1092px!important}.tab-portfixed-h-1093{height:1093px!important}.tab-portfixed-h-1094{height:1094px!important}.tab-portfixed-h-1095{height:1095px!important}.tab-portfixed-h-1096{height:1096px!important}.tab-portfixed-h-1097{height:1097px!important}.tab-portfixed-h-1098{height:1098px!important}.tab-portfixed-h-1099{height:1099px!important}.tab-portfixed-h-1100{height:1100px!important}.tab-portfixed-h-1101{height:1101px!important}.tab-portfixed-h-1102{height:1102px!important}.tab-portfixed-h-1103{height:1103px!important}.tab-portfixed-h-1104{height:1104px!important}.tab-portfixed-h-1105{height:1105px!important}.tab-portfixed-h-1106{height:1106px!important}.tab-portfixed-h-1107{height:1107px!important}.tab-portfixed-h-1108{height:1108px!important}.tab-portfixed-h-1109{height:1109px!important}.tab-portfixed-h-1110{height:1110px!important}.tab-portfixed-h-1111{height:1111px!important}.tab-portfixed-h-1112{height:1112px!important}.tab-portfixed-h-1113{height:1113px!important}.tab-portfixed-h-1114{height:1114px!important}.tab-portfixed-h-1115{height:1115px!important}.tab-portfixed-h-1116{height:1116px!important}.tab-portfixed-h-1117{height:1117px!important}.tab-portfixed-h-1118{height:1118px!important}.tab-portfixed-h-1119{height:1119px!important}.tab-portfixed-h-1120{height:1120px!important}.tab-portfixed-h-1121{height:1121px!important}.tab-portfixed-h-1122{height:1122px!important}.tab-portfixed-h-1123{height:1123px!important}.tab-portfixed-h-1124{height:1124px!important}.tab-portfixed-h-1125{height:1125px!important}.tab-portfixed-h-1126{height:1126px!important}.tab-portfixed-h-1127{height:1127px!important}.tab-portfixed-h-1128{height:1128px!important}.tab-portfixed-h-1129{height:1129px!important}.tab-portfixed-h-1130{height:1130px!important}.tab-portfixed-h-1131{height:1131px!important}.tab-portfixed-h-1132{height:1132px!important}.tab-portfixed-h-1133{height:1133px!important}.tab-portfixed-h-1134{height:1134px!important}.tab-portfixed-h-1135{height:1135px!important}.tab-portfixed-h-1136{height:1136px!important}.tab-portfixed-h-1137{height:1137px!important}.tab-portfixed-h-1138{height:1138px!important}.tab-portfixed-h-1139{height:1139px!important}.tab-portfixed-h-1140{height:1140px!important}.tab-portfixed-h-1141{height:1141px!important}.tab-portfixed-h-1142{height:1142px!important}.tab-portfixed-h-1143{height:1143px!important}.tab-portfixed-h-1144{height:1144px!important}.tab-portfixed-h-1145{height:1145px!important}.tab-portfixed-h-1146{height:1146px!important}.tab-portfixed-h-1147{height:1147px!important}.tab-portfixed-h-1148{height:1148px!important}.tab-portfixed-h-1149{height:1149px!important}.tab-portfixed-h-1150{height:1150px!important}.tab-portfixed-h-1151{height:1151px!important}.tab-portfixed-h-1152{height:1152px!important}.tab-portfixed-h-1153{height:1153px!important}.tab-portfixed-h-1154{height:1154px!important}.tab-portfixed-h-1155{height:1155px!important}.tab-portfixed-h-1156{height:1156px!important}.tab-portfixed-h-1157{height:1157px!important}.tab-portfixed-h-1158{height:1158px!important}.tab-portfixed-h-1159{height:1159px!important}.tab-portfixed-h-1160{height:1160px!important}.tab-portfixed-h-1161{height:1161px!important}.tab-portfixed-h-1162{height:1162px!important}.tab-portfixed-h-1163{height:1163px!important}.tab-portfixed-h-1164{height:1164px!important}.tab-portfixed-h-1165{height:1165px!important}.tab-portfixed-h-1166{height:1166px!important}.tab-portfixed-h-1167{height:1167px!important}.tab-portfixed-h-1168{height:1168px!important}.tab-portfixed-h-1169{height:1169px!important}.tab-portfixed-h-1170{height:1170px!important}.tab-portfixed-h-1171{height:1171px!important}.tab-portfixed-h-1172{height:1172px!important}.tab-portfixed-h-1173{height:1173px!important}.tab-portfixed-h-1174{height:1174px!important}.tab-portfixed-h-1175{height:1175px!important}.tab-portfixed-h-1176{height:1176px!important}.tab-portfixed-h-1177{height:1177px!important}.tab-portfixed-h-1178{height:1178px!important}.tab-portfixed-h-1179{height:1179px!important}.tab-portfixed-h-1180{height:1180px!important}.tab-portfixed-h-1181{height:1181px!important}.tab-portfixed-h-1182{height:1182px!important}.tab-portfixed-h-1183{height:1183px!important}.tab-portfixed-h-1184{height:1184px!important}.tab-portfixed-h-1185{height:1185px!important}.tab-portfixed-h-1186{height:1186px!important}.tab-portfixed-h-1187{height:1187px!important}.tab-portfixed-h-1188{height:1188px!important}.tab-portfixed-h-1189{height:1189px!important}.tab-portfixed-h-1190{height:1190px!important}.tab-portfixed-h-1191{height:1191px!important}.tab-portfixed-h-1192{height:1192px!important}.tab-portfixed-h-1193{height:1193px!important}.tab-portfixed-h-1194{height:1194px!important}.tab-portfixed-h-1195{height:1195px!important}.tab-portfixed-h-1196{height:1196px!important}.tab-portfixed-h-1197{height:1197px!important}.tab-portfixed-h-1198{height:1198px!important}.tab-portfixed-h-1199{height:1199px!important}.tab-portfixed-h-1200{height:1200px!important}.tab-port-leading-2{line-height:12px!important}.tab-port-leading-3{line-height:14px!important}.tab-port-leading-4{line-height:16px!important}.tab-port-leading-5{line-height:20px!important}.tab-port-leading-6{line-height:24px!important}.tab-port-leading-7{line-height:28px!important}.tab-port-leading-8{line-height:32px!important}.tab-port-leading-9{line-height:36px!important}.tab-port-leading-10{line-height:40px!important}.tab-port-leading-none{line-height:1!important}.tab-port-leading-tight{line-height:1.25!important}.tab-port-leading-snug{line-height:1.375!important}.tab-port-leading-normal{line-height:1.5!important}.tab-port-leading-relaxed{line-height:1.625!important}.tab-port-leading-loose{line-height:2!important}.tab-port-static{position:static!important}.tab-port-fixed{position:fixed!important}.tab-port-absolute{position:absolute!important}.tab-port-relative{position:relative!important}.tab-port-sticky{position:sticky!important}.tab-port-order-first{-webkit-box-ordinal-group:0!important;-ms-flex-order:-1!important;order:-1!important}.tab-port-order-last{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.tab-port-order-none{-webkit-box-ordinal-group:1!important;-ms-flex-order:0!important;order:0!important}.tab-port-order-1{-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.tab-port-order-2{-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.tab-port-order-3{-webkit-box-ordinal-group:4!important;-ms-flex-order:3!important;order:3!important}.tab-port-order-4{-webkit-box-ordinal-group:5!important;-ms-flex-order:4!important;order:4!important}.tab-port-order-5{-webkit-box-ordinal-group:6!important;-ms-flex-order:5!important;order:5!important}.tab-port-order-6{-webkit-box-ordinal-group:7!important;-ms-flex-order:6!important;order:6!important}.tab-port-order-7{-webkit-box-ordinal-group:8!important;-ms-flex-order:7!important;order:7!important}.tab-port-order-8{-webkit-box-ordinal-group:9!important;-ms-flex-order:8!important;order:8!important}.tab-port-grid{display:grid!important}.tab-port-block{display:block!important}.tab-port-inline-block{display:inline-block!important}.tab-port-inline{display:inline!important}.tab-port-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.tab-port-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.tab-port-table{display:table!important}.tab-port-table-row{display:table-row!important}.tab-port-table-cell{display:table-cell!important}.tab-port-hidden,.tab-port-none{display:none!important}.tab-port-flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.tab-port-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.tab-port-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.tab-port-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.tab-port-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.tab-port-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.tab-port-justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.tab-port-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.tab-port-justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.tab-port-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.tab-port-justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.tab-port-flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.tab-port-flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.tab-port-flex-col{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.tab-port-flex-col-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.tab-port-top-0{top:0!important}.tab-port-top-1{top:1px!important}.tab-port-top-2{top:2px!important}.tab-port-top-4{top:4px!important}.tab-port-top-8{top:8px!important}.tab-port-top-10{top:10px!important}.tab-port-top-12{top:12px!important}.tab-port-top-13{top:13px!important}.tab-port-top-16{top:16px!important}.tab-port-top-20{top:20px!important}.tab-port-top-21{top:21px!important}.tab-port-top-22{top:22px!important}.tab-port-top-23{top:23px!important}.tab-port-top-24{top:24px!important}.tab-port-top-25{top:25px!important}.tab-port-top-28{top:28px!important}.tab-port-top-32{top:32px!important}.tab-port-top-half{top:50%!important}.tab-port-right-0{right:0!important}.tab-port-right-1{right:1px!important}.tab-port-right-2{right:2px!important}.tab-port-right-4{right:4px!important}.tab-port-right-8{right:8px!important}.tab-port-right-10{right:10px!important}.tab-port-right-12{right:12px!important}.tab-port-right-13{right:13px!important}.tab-port-right-16{right:16px!important}.tab-port-right-20{right:20px!important}.tab-port-right-21{right:21px!important}.tab-port-right-22{right:22px!important}.tab-port-right-23{right:23px!important}.tab-port-right-24{right:24px!important}.tab-port-right-25{right:25px!important}.tab-port-right-28{right:28px!important}.tab-port-right-32{right:32px!important}.tab-port-right-half{right:50%!important}.tab-port-bottom-0{bottom:0!important}.tab-port-bottom-1{bottom:1px!important}.tab-port-bottom-2{bottom:2px!important}.tab-port-bottom-4{bottom:4px!important}.tab-port-bottom-8{bottom:8px!important}.tab-port-bottom-10{bottom:10px!important}.tab-port-bottom-12{bottom:12px!important}.tab-port-bottom-13{bottom:13px!important}.tab-port-bottom-16{bottom:16px!important}.tab-port-bottom-20{bottom:20px!important}.tab-port-bottom-21{bottom:21px!important}.tab-port-bottom-22{bottom:22px!important}.tab-port-bottom-23{bottom:23px!important}.tab-port-bottom-24{bottom:24px!important}.tab-port-bottom-25{bottom:25px!important}.tab-port-bottom-28{bottom:28px!important}.tab-port-bottom-32{bottom:32px!important}.tab-port-bottom-half{bottom:50%!important}.tab-port-left-0{left:0!important}.tab-port-left-1{left:1px!important}.tab-port-left-2{left:2px!important}.tab-port-left-4{left:4px!important}.tab-port-left-8{left:8px!important}.tab-port-left-10{left:10px!important}.tab-port-left-12{left:12px!important}.tab-port-left-13{left:13px!important}.tab-port-left-16{left:16px!important}.tab-port-left-20{left:20px!important}.tab-port-left-21{left:21px!important}.tab-port-left-22{left:22px!important}.tab-port-left-23{left:23px!important}.tab-port-left-24{left:24px!important}.tab-port-left-25{left:25px!important}.tab-port-left-28{left:28px!important}.tab-port-left-32{left:32px!important}.tab-port-left-half{left:50%!important}.tab-port-grid-cols-0{grid-template-columns:repeat(0,minmax(0,1fr))!important}.tab-port-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tab-port-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tab-port-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tab-port-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tab-port-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tab-port-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tab-port-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tab-port-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tab-port-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tab-port-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tab-port-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tab-port-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tab-port-grid-cols-13{grid-template-columns:repeat(13,minmax(0,1fr))!important}.tab-port-grid-rows-0{grid-template-rows:repeat(0,minmax(0,1fr))!important}.tab-port-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.tab-port-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.tab-port-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.tab-port-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.tab-port-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.tab-port-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.tab-port-grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))!important}.tab-port-grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))!important}.tab-port-grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))!important}.tab-port-grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))!important}.tab-port-grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))!important}.tab-port-grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))!important}.tab-port-grid-rows-13{grid-template-rows:repeat(13,minmax(0,1fr))!important}.tab-port-col-span-1{grid-column:span 1/span 1!important}.tab-port-col-span-2{grid-column:span 2/span 2!important}.tab-port-col-span-3{grid-column:span 3/span 3!important}.tab-port-col-span-4{grid-column:span 4/span 4!important}.tab-port-col-span-5{grid-column:span 5/span 5!important}.tab-port-col-span-6{grid-column:span 6/span 6!important}.tab-port-col-span-7{grid-column:span 7/span 7!important}.tab-port-col-span-8{grid-column:span 8/span 8!important}.tab-port-col-span-9{grid-column:span 9/span 9!important}.tab-port-col-span-10{grid-column:span 10/span 10!important}.tab-port-col-span-11{grid-column:span 11/span 11!important}.tab-port-col-span-12{grid-column:span 12/span 12!important}.tab-port-col-span-13{grid-column:span 13/span 13!important}.tab-port-col-span-full{grid-column:1/-1!important}.tab-port-w-full{width:100%!important}.tab-port-w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.tab-port-mt-0{margin-top:0!important}.tab-port-mt-1{margin-top:1px!important}.tab-port-mt-2{margin-top:2px!important}.tab-port-mt-3{margin-top:3px!important}.tab-port-mt-4{margin-top:4px!important}.tab-port-mt-5{margin-top:5px!important}.tab-port-mt-6{margin-top:6px!important}.tab-port-mt-7{margin-top:7px!important}.tab-port-mt-8{margin-top:8px!important}.tab-port-mt-9{margin-top:9px!important}.tab-port-mt-10{margin-top:10px!important}.tab-port-mt-11{margin-top:11px!important}.tab-port-mt-12{margin-top:12px!important}.tab-port-mt-13{margin-top:13px!important}.tab-port-mt-14{margin-top:14px!important}.tab-port-mt-15{margin-top:15px!important}.tab-port-mt-16{margin-top:16px!important}.tab-port-mt-17{margin-top:17px!important}.tab-port-mt-18{margin-top:18px!important}.tab-port-mt-19{margin-top:19px!important}.tab-port-mt-20{margin-top:20px!important}.tab-port-mt-21{margin-top:21px!important}.tab-port-mt-22{margin-top:22px!important}.tab-port-mt-23{margin-top:23px!important}.tab-port-mt-24{margin-top:24px!important}.tab-port-mt-25{margin-top:25px!important}.tab-port-mt-26{margin-top:26px!important}.tab-port-mt-27{margin-top:27px!important}.tab-port-mt-28{margin-top:28px!important}.tab-port-mt-29{margin-top:29px!important}.tab-port-mt-30{margin-top:30px!important}.tab-port-mt-31{margin-top:31px!important}.tab-port-mt-32{margin-top:32px!important}.tab-port-mt-33{margin-top:33px!important}.tab-port-mt-34{margin-top:34px!important}.tab-port-mt-35{margin-top:35px!important}.tab-port-mt-36{margin-top:36px!important}.tab-port-mt-37{margin-top:37px!important}.tab-port-mt-38{margin-top:38px!important}.tab-port-mt-39{margin-top:39px!important}.tab-port-mt-40{margin-top:40px!important}.tab-port-mt-41{margin-top:41px!important}.tab-port-mt-42{margin-top:42px!important}.tab-port-mt-43{margin-top:43px!important}.tab-port-mt-44{margin-top:44px!important}.tab-port-mt-45{margin-top:45px!important}.tab-port-mt-46{margin-top:46px!important}.tab-port-mt-47{margin-top:47px!important}.tab-port-mt-48{margin-top:48px!important}.tab-port-mt-49{margin-top:49px!important}.tab-port-mt-50{margin-top:50px!important}.tab-port-mt-51{margin-top:51px!important}.tab-port-mt-52{margin-top:52px!important}.tab-port-mt-53{margin-top:53px!important}.tab-port-mt-54{margin-top:54px!important}.tab-port-mt-55{margin-top:55px!important}.tab-port-mt-56{margin-top:56px!important}.tab-port-mt-57{margin-top:57px!important}.tab-port-mt-58{margin-top:58px!important}.tab-port-mt-59{margin-top:59px!important}.tab-port-mt-60{margin-top:60px!important}.tab-port-mt-61{margin-top:61px!important}.tab-port-mt-62{margin-top:62px!important}.tab-port-mt-63{margin-top:63px!important}.tab-port-mt-64{margin-top:64px!important}.tab-port-mt-65{margin-top:65px!important}.tab-port-mt-66{margin-top:66px!important}.tab-port-mt-67{margin-top:67px!important}.tab-port-mt-68{margin-top:68px!important}.tab-port-mt-69{margin-top:69px!important}.tab-port-mt-70{margin-top:70px!important}.tab-port-mt-71{margin-top:71px!important}.tab-port-mt-72{margin-top:72px!important}.tab-port-mt-73{margin-top:73px!important}.tab-port-mt-74{margin-top:74px!important}.tab-port-mt-75{margin-top:75px!important}.tab-port-mt-76{margin-top:76px!important}.tab-port-mt-77{margin-top:77px!important}.tab-port-mt-78{margin-top:78px!important}.tab-port-mt-79{margin-top:79px!important}.tab-port-mt-80{margin-top:80px!important}.tab-port-mt-81{margin-top:81px!important}.tab-port-mt-82{margin-top:82px!important}.tab-port-mt-83{margin-top:83px!important}.tab-port-mt-84{margin-top:84px!important}.tab-port-mt-85{margin-top:85px!important}.tab-port-mt-86{margin-top:86px!important}.tab-port-mt-87{margin-top:87px!important}.tab-port-mt-88{margin-top:88px!important}.tab-port-mt-89{margin-top:89px!important}.tab-port-mt-90{margin-top:90px!important}.tab-port-mt-91{margin-top:91px!important}.tab-port-mt-92{margin-top:92px!important}.tab-port-mt-93{margin-top:93px!important}.tab-port-mt-94{margin-top:94px!important}.tab-port-mt-95{margin-top:95px!important}.tab-port-mt-96{margin-top:96px!important}.tab-port-mt-97{margin-top:97px!important}.tab-port-mt-98{margin-top:98px!important}.tab-port-mt-99{margin-top:99px!important}.tab-port-mt-100{margin-top:100px!important}.tab-port-mt-101{margin-top:101px!important}.tab-port-mt-102{margin-top:102px!important}.tab-port-mt-103{margin-top:103px!important}.tab-port-mt-104{margin-top:104px!important}.tab-port-mt-105{margin-top:105px!important}.tab-port-mt-106{margin-top:106px!important}.tab-port-mt-107{margin-top:107px!important}.tab-port-mt-108{margin-top:108px!important}.tab-port-mt-109{margin-top:109px!important}.tab-port-mt-110{margin-top:110px!important}.tab-port-mt-111{margin-top:111px!important}.tab-port-mt-112{margin-top:112px!important}.tab-port-mt-113{margin-top:113px!important}.tab-port-mt-114{margin-top:114px!important}.tab-port-mt-115{margin-top:115px!important}.tab-port-mt-116{margin-top:116px!important}.tab-port-mt-117{margin-top:117px!important}.tab-port-mt-118{margin-top:118px!important}.tab-port-mt-119{margin-top:119px!important}.tab-port-mt-120{margin-top:120px!important}.tab-port-mt-121{margin-top:121px!important}.tab-port-mt-122{margin-top:122px!important}.tab-port-mt-123{margin-top:123px!important}.tab-port-mt-124{margin-top:124px!important}.tab-port-mt-125{margin-top:125px!important}.tab-port-mt-126{margin-top:126px!important}.tab-port-mt-127{margin-top:127px!important}.tab-port-mt-128{margin-top:128px!important}.tab-port-mt-129{margin-top:129px!important}.tab-port-mt-130{margin-top:130px!important}.tab-port-mt-131{margin-top:131px!important}.tab-port-mt-132{margin-top:132px!important}.tab-port-mt-133{margin-top:133px!important}.tab-port-mt-134{margin-top:134px!important}.tab-port-mt-135{margin-top:135px!important}.tab-port-mt-136{margin-top:136px!important}.tab-port-mt-137{margin-top:137px!important}.tab-port-mt-138{margin-top:138px!important}.tab-port-mt-139{margin-top:139px!important}.tab-port-mt-140{margin-top:140px!important}.tab-port-mt-141{margin-top:141px!important}.tab-port-mt-142{margin-top:142px!important}.tab-port-mt-143{margin-top:143px!important}.tab-port-mt-144{margin-top:144px!important}.tab-port-mt-145{margin-top:145px!important}.tab-port-mt-146{margin-top:146px!important}.tab-port-mt-147{margin-top:147px!important}.tab-port-mt-148{margin-top:148px!important}.tab-port-mt-149{margin-top:149px!important}.tab-port-mt-150{margin-top:150px!important}.tab-port-mt-151{margin-top:151px!important}.tab-port-mt-152{margin-top:152px!important}.tab-port-mt-153{margin-top:153px!important}.tab-port-mt-154{margin-top:154px!important}.tab-port-mt-155{margin-top:155px!important}.tab-port-mt-156{margin-top:156px!important}.tab-port-mt-157{margin-top:157px!important}.tab-port-mt-158{margin-top:158px!important}.tab-port-mt-159{margin-top:159px!important}.tab-port-mt-160{margin-top:160px!important}.tab-port-mt-161{margin-top:161px!important}.tab-port-mt-162{margin-top:162px!important}.tab-port-mt-163{margin-top:163px!important}.tab-port-mt-164{margin-top:164px!important}.tab-port-mt-165{margin-top:165px!important}.tab-port-mt-166{margin-top:166px!important}.tab-port-mt-167{margin-top:167px!important}.tab-port-mt-168{margin-top:168px!important}.tab-port-mt-169{margin-top:169px!important}.tab-port-mt-170{margin-top:170px!important}.tab-port-mt-171{margin-top:171px!important}.tab-port-mt-172{margin-top:172px!important}.tab-port-mt-173{margin-top:173px!important}.tab-port-mt-174{margin-top:174px!important}.tab-port-mt-175{margin-top:175px!important}.tab-port-mt-176{margin-top:176px!important}.tab-port-mt-177{margin-top:177px!important}.tab-port-mt-178{margin-top:178px!important}.tab-port-mt-179{margin-top:179px!important}.tab-port-mt-180{margin-top:180px!important}.tab-port-mt-181{margin-top:181px!important}.tab-port-mt-182{margin-top:182px!important}.tab-port-mt-183{margin-top:183px!important}.tab-port-mt-184{margin-top:184px!important}.tab-port-mt-185{margin-top:185px!important}.tab-port-mt-186{margin-top:186px!important}.tab-port-mt-187{margin-top:187px!important}.tab-port-mt-188{margin-top:188px!important}.tab-port-mt-189{margin-top:189px!important}.tab-port-mt-190{margin-top:190px!important}.tab-port-mt-191{margin-top:191px!important}.tab-port-mt-192{margin-top:192px!important}.tab-port-mt-193{margin-top:193px!important}.tab-port-mt-194{margin-top:194px!important}.tab-port-mt-195{margin-top:195px!important}.tab-port-mt-196{margin-top:196px!important}.tab-port-mt-197{margin-top:197px!important}.tab-port-mt-198{margin-top:198px!important}.tab-port-mt-199{margin-top:199px!important}.tab-port-mt-200{margin-top:200px!important}.tab-port-mt-201{margin-top:201px!important}.tab-port-mt-202{margin-top:202px!important}.tab-port-mt-203{margin-top:203px!important}.tab-port-mt-204{margin-top:204px!important}.tab-port-mt-205{margin-top:205px!important}.tab-port-mt-206{margin-top:206px!important}.tab-port-mt-207{margin-top:207px!important}.tab-port-mt-208{margin-top:208px!important}.tab-port-mt-209{margin-top:209px!important}.tab-port-mt-210{margin-top:210px!important}.tab-port-mt-211{margin-top:211px!important}.tab-port-mt-212{margin-top:212px!important}.tab-port-mt-213{margin-top:213px!important}.tab-port-mt-214{margin-top:214px!important}.tab-port-mt-215{margin-top:215px!important}.tab-port-mt-216{margin-top:216px!important}.tab-port-mt-217{margin-top:217px!important}.tab-port-mt-218{margin-top:218px!important}.tab-port-mt-219{margin-top:219px!important}.tab-port-mt-220{margin-top:220px!important}.tab-port-mt-221{margin-top:221px!important}.tab-port-mt-222{margin-top:222px!important}.tab-port-mt-223{margin-top:223px!important}.tab-port-mt-224{margin-top:224px!important}.tab-port-mt-225{margin-top:225px!important}.tab-port-mt-226{margin-top:226px!important}.tab-port-mt-227{margin-top:227px!important}.tab-port-mt-228{margin-top:228px!important}.tab-port-mt-229{margin-top:229px!important}.tab-port-mt-230{margin-top:230px!important}.tab-port-mt-231{margin-top:231px!important}.tab-port-mt-232{margin-top:232px!important}.tab-port-mt-233{margin-top:233px!important}.tab-port-mt-234{margin-top:234px!important}.tab-port-mt-235{margin-top:235px!important}.tab-port-mt-236{margin-top:236px!important}.tab-port-mt-237{margin-top:237px!important}.tab-port-mt-238{margin-top:238px!important}.tab-port-mt-239{margin-top:239px!important}.tab-port-mt-240{margin-top:240px!important}.tab-port-mt-241{margin-top:241px!important}.tab-port-mt-242{margin-top:242px!important}.tab-port-mt-243{margin-top:243px!important}.tab-port-mt-244{margin-top:244px!important}.tab-port-mt-245{margin-top:245px!important}.tab-port-mt-246{margin-top:246px!important}.tab-port-mt-247{margin-top:247px!important}.tab-port-mt-248{margin-top:248px!important}.tab-port-mt-249{margin-top:249px!important}.tab-port-mt-250{margin-top:250px!important}.tab-port-mt-251{margin-top:251px!important}.tab-port-mt-252{margin-top:252px!important}.tab-port-mt-253{margin-top:253px!important}.tab-port-mt-254{margin-top:254px!important}.tab-port-mt-255{margin-top:255px!important}.tab-port-mt-256{margin-top:256px!important}.tab-port-mt-257{margin-top:257px!important}.tab-port-mt-258{margin-top:258px!important}.tab-port-mt-259{margin-top:259px!important}.tab-port-mt-260{margin-top:260px!important}.tab-port-mt-261{margin-top:261px!important}.tab-port-mt-262{margin-top:262px!important}.tab-port-mt-263{margin-top:263px!important}.tab-port-mt-264{margin-top:264px!important}.tab-port-mt-265{margin-top:265px!important}.tab-port-mt-266{margin-top:266px!important}.tab-port-mt-267{margin-top:267px!important}.tab-port-mt-268{margin-top:268px!important}.tab-port-mt-269{margin-top:269px!important}.tab-port-mt-270{margin-top:270px!important}.tab-port-mt-271{margin-top:271px!important}.tab-port-mt-272{margin-top:272px!important}.tab-port-mt-273{margin-top:273px!important}.tab-port-mt-274{margin-top:274px!important}.tab-port-mt-275{margin-top:275px!important}.tab-port-mt-276{margin-top:276px!important}.tab-port-mt-277{margin-top:277px!important}.tab-port-mt-278{margin-top:278px!important}.tab-port-mt-279{margin-top:279px!important}.tab-port-mt-280{margin-top:280px!important}.tab-port-mt-281{margin-top:281px!important}.tab-port-mt-282{margin-top:282px!important}.tab-port-mt-283{margin-top:283px!important}.tab-port-mt-284{margin-top:284px!important}.tab-port-mt-285{margin-top:285px!important}.tab-port-mt-286{margin-top:286px!important}.tab-port-mt-287{margin-top:287px!important}.tab-port-mt-288{margin-top:288px!important}.tab-port-mt-289{margin-top:289px!important}.tab-port-mt-290{margin-top:290px!important}.tab-port-mt-291{margin-top:291px!important}.tab-port-mt-292{margin-top:292px!important}.tab-port-mt-293{margin-top:293px!important}.tab-port-mt-294{margin-top:294px!important}.tab-port-mt-295{margin-top:295px!important}.tab-port-mt-296{margin-top:296px!important}.tab-port-mt-297{margin-top:297px!important}.tab-port-mt-298{margin-top:298px!important}.tab-port-mt-299{margin-top:299px!important}.tab-port-mt-300{margin-top:300px!important}.tab-port-mt-301{margin-top:301px!important}.tab-port-mt-302{margin-top:302px!important}.tab-port-mt-303{margin-top:303px!important}.tab-port-mt-304{margin-top:304px!important}.tab-port-mt-305{margin-top:305px!important}.tab-port-mt-306{margin-top:306px!important}.tab-port-mt-307{margin-top:307px!important}.tab-port-mt-308{margin-top:308px!important}.tab-port-mt-309{margin-top:309px!important}.tab-port-mt-310{margin-top:310px!important}.tab-port-mt-311{margin-top:311px!important}.tab-port-mt-312{margin-top:312px!important}.tab-port-mt-313{margin-top:313px!important}.tab-port-mt-314{margin-top:314px!important}.tab-port-mt-315{margin-top:315px!important}.tab-port-mt-316{margin-top:316px!important}.tab-port-mt-317{margin-top:317px!important}.tab-port-mt-318{margin-top:318px!important}.tab-port-mt-319{margin-top:319px!important}.tab-port-mt-320{margin-top:320px!important}.tab-port-mt-321{margin-top:321px!important}.tab-port-mt-322{margin-top:322px!important}.tab-port-mt-323{margin-top:323px!important}.tab-port-mt-324{margin-top:324px!important}.tab-port-mt-325{margin-top:325px!important}.tab-port-mt-326{margin-top:326px!important}.tab-port-mt-327{margin-top:327px!important}.tab-port-mt-328{margin-top:328px!important}.tab-port-mt-329{margin-top:329px!important}.tab-port-mt-330{margin-top:330px!important}.tab-port-mt-331{margin-top:331px!important}.tab-port-mt-332{margin-top:332px!important}.tab-port-mt-333{margin-top:333px!important}.tab-port-mt-334{margin-top:334px!important}.tab-port-mt-335{margin-top:335px!important}.tab-port-mt-336{margin-top:336px!important}.tab-port-mt-337{margin-top:337px!important}.tab-port-mt-338{margin-top:338px!important}.tab-port-mt-339{margin-top:339px!important}.tab-port-mt-340{margin-top:340px!important}.tab-port-mt-341{margin-top:341px!important}.tab-port-mt-342{margin-top:342px!important}.tab-port-mt-343{margin-top:343px!important}.tab-port-mt-344{margin-top:344px!important}.tab-port-mt-345{margin-top:345px!important}.tab-port-mt-346{margin-top:346px!important}.tab-port-mt-347{margin-top:347px!important}.tab-port-mt-348{margin-top:348px!important}.tab-port-mt-349{margin-top:349px!important}.tab-port-mt-350{margin-top:350px!important}.tab-port-mt-351{margin-top:351px!important}.tab-port-mt-352{margin-top:352px!important}.tab-port-mt-353{margin-top:353px!important}.tab-port-mt-354{margin-top:354px!important}.tab-port-mt-355{margin-top:355px!important}.tab-port-mt-356{margin-top:356px!important}.tab-port-mt-357{margin-top:357px!important}.tab-port-mt-358{margin-top:358px!important}.tab-port-mt-359{margin-top:359px!important}.tab-port-mt-360{margin-top:360px!important}.tab-port-mt-361{margin-top:361px!important}.tab-port-mt-362{margin-top:362px!important}.tab-port-mt-363{margin-top:363px!important}.tab-port-mt-364{margin-top:364px!important}.tab-port-mt-365{margin-top:365px!important}.tab-port-mt-366{margin-top:366px!important}.tab-port-mt-367{margin-top:367px!important}.tab-port-mt-368{margin-top:368px!important}.tab-port-mt-369{margin-top:369px!important}.tab-port-mt-370{margin-top:370px!important}.tab-port-mt-371{margin-top:371px!important}.tab-port-mt-372{margin-top:372px!important}.tab-port-mt-373{margin-top:373px!important}.tab-port-mt-374{margin-top:374px!important}.tab-port-mt-375{margin-top:375px!important}.tab-port-mt-376{margin-top:376px!important}.tab-port-mt-377{margin-top:377px!important}.tab-port-mt-378{margin-top:378px!important}.tab-port-mt-379{margin-top:379px!important}.tab-port-mt-380{margin-top:380px!important}.tab-port-mt-381{margin-top:381px!important}.tab-port-mt-382{margin-top:382px!important}.tab-port-mt-383{margin-top:383px!important}.tab-port-mt-384{margin-top:384px!important}.tab-port-mt-385{margin-top:385px!important}.tab-port-mt-386{margin-top:386px!important}.tab-port-mt-387{margin-top:387px!important}.tab-port-mt-388{margin-top:388px!important}.tab-port-mt-389{margin-top:389px!important}.tab-port-mt-390{margin-top:390px!important}.tab-port-mt-391{margin-top:391px!important}.tab-port-mt-392{margin-top:392px!important}.tab-port-mt-393{margin-top:393px!important}.tab-port-mt-394{margin-top:394px!important}.tab-port-mt-395{margin-top:395px!important}.tab-port-mt-396{margin-top:396px!important}.tab-port-mt-397{margin-top:397px!important}.tab-port-mt-398{margin-top:398px!important}.tab-port-mt-399{margin-top:399px!important}.tab-port-mt-400{margin-top:400px!important}.tab-port-mt-401{margin-top:401px!important}.tab-port-mt-402{margin-top:402px!important}.tab-port-mt-403{margin-top:403px!important}.tab-port-mt-404{margin-top:404px!important}.tab-port-mt-405{margin-top:405px!important}.tab-port-mt-406{margin-top:406px!important}.tab-port-mt-407{margin-top:407px!important}.tab-port-mt-408{margin-top:408px!important}.tab-port-mt-409{margin-top:409px!important}.tab-port-mt-410{margin-top:410px!important}.tab-port-mt-411{margin-top:411px!important}.tab-port-mt-412{margin-top:412px!important}.tab-port-mt-413{margin-top:413px!important}.tab-port-mt-414{margin-top:414px!important}.tab-port-mt-415{margin-top:415px!important}.tab-port-mt-416{margin-top:416px!important}.tab-port-mt-417{margin-top:417px!important}.tab-port-mt-418{margin-top:418px!important}.tab-port-mt-419{margin-top:419px!important}.tab-port-mt-420{margin-top:420px!important}.tab-port-mt-421{margin-top:421px!important}.tab-port-mt-422{margin-top:422px!important}.tab-port-mt-423{margin-top:423px!important}.tab-port-mt-424{margin-top:424px!important}.tab-port-mt-425{margin-top:425px!important}.tab-port-mt-426{margin-top:426px!important}.tab-port-mt-427{margin-top:427px!important}.tab-port-mt-428{margin-top:428px!important}.tab-port-mt-429{margin-top:429px!important}.tab-port-mt-430{margin-top:430px!important}.tab-port-mt-431{margin-top:431px!important}.tab-port-mt-432{margin-top:432px!important}.tab-port-mt-433{margin-top:433px!important}.tab-port-mt-434{margin-top:434px!important}.tab-port-mt-435{margin-top:435px!important}.tab-port-mt-436{margin-top:436px!important}.tab-port-mt-437{margin-top:437px!important}.tab-port-mt-438{margin-top:438px!important}.tab-port-mt-439{margin-top:439px!important}.tab-port-mt-440{margin-top:440px!important}.tab-port-mt-441{margin-top:441px!important}.tab-port-mt-442{margin-top:442px!important}.tab-port-mt-443{margin-top:443px!important}.tab-port-mt-444{margin-top:444px!important}.tab-port-mt-445{margin-top:445px!important}.tab-port-mt-446{margin-top:446px!important}.tab-port-mt-447{margin-top:447px!important}.tab-port-mt-448{margin-top:448px!important}.tab-port-mt-449{margin-top:449px!important}.tab-port-mt-450{margin-top:450px!important}.tab-port-mt-451{margin-top:451px!important}.tab-port-mt-452{margin-top:452px!important}.tab-port-mt-453{margin-top:453px!important}.tab-port-mt-454{margin-top:454px!important}.tab-port-mt-455{margin-top:455px!important}.tab-port-mt-456{margin-top:456px!important}.tab-port-mt-457{margin-top:457px!important}.tab-port-mt-458{margin-top:458px!important}.tab-port-mt-459{margin-top:459px!important}.tab-port-mt-460{margin-top:460px!important}.tab-port-mt-461{margin-top:461px!important}.tab-port-mt-462{margin-top:462px!important}.tab-port-mt-463{margin-top:463px!important}.tab-port-mt-464{margin-top:464px!important}.tab-port-mt-465{margin-top:465px!important}.tab-port-mt-466{margin-top:466px!important}.tab-port-mt-467{margin-top:467px!important}.tab-port-mt-468{margin-top:468px!important}.tab-port-mt-469{margin-top:469px!important}.tab-port-mt-470{margin-top:470px!important}.tab-port-mt-471{margin-top:471px!important}.tab-port-mt-472{margin-top:472px!important}.tab-port-mt-473{margin-top:473px!important}.tab-port-mt-474{margin-top:474px!important}.tab-port-mt-475{margin-top:475px!important}.tab-port-mt-476{margin-top:476px!important}.tab-port-mt-477{margin-top:477px!important}.tab-port-mt-478{margin-top:478px!important}.tab-port-mt-479{margin-top:479px!important}.tab-port-mt-480{margin-top:480px!important}.tab-port-mt-481{margin-top:481px!important}.tab-port-mt-482{margin-top:482px!important}.tab-port-mt-483{margin-top:483px!important}.tab-port-mt-484{margin-top:484px!important}.tab-port-mt-485{margin-top:485px!important}.tab-port-mt-486{margin-top:486px!important}.tab-port-mt-487{margin-top:487px!important}.tab-port-mt-488{margin-top:488px!important}.tab-port-mt-489{margin-top:489px!important}.tab-port-mt-490{margin-top:490px!important}.tab-port-mt-491{margin-top:491px!important}.tab-port-mt-492{margin-top:492px!important}.tab-port-mt-493{margin-top:493px!important}.tab-port-mt-494{margin-top:494px!important}.tab-port-mt-495{margin-top:495px!important}.tab-port-mt-496{margin-top:496px!important}.tab-port-mt-497{margin-top:497px!important}.tab-port-mt-498{margin-top:498px!important}.tab-port-mt-499{margin-top:499px!important}.tab-port-mt-500{margin-top:500px!important}.tab-port-mt-501{margin-top:501px!important}.tab-port-mt-502{margin-top:502px!important}.tab-port-mt-503{margin-top:503px!important}.tab-port-mt-504{margin-top:504px!important}.tab-port-mt-505{margin-top:505px!important}.tab-port-mt-506{margin-top:506px!important}.tab-port-mt-507{margin-top:507px!important}.tab-port-mt-508{margin-top:508px!important}.tab-port-mt-509{margin-top:509px!important}.tab-port-mt-510{margin-top:510px!important}.tab-port-mt-511{margin-top:511px!important}.tab-port-mt-512{margin-top:512px!important}.tab-port-mt-513{margin-top:513px!important}.tab-port-mt-514{margin-top:514px!important}.tab-port-mt-515{margin-top:515px!important}.tab-port-mt-516{margin-top:516px!important}.tab-port-mt-517{margin-top:517px!important}.tab-port-mt-518{margin-top:518px!important}.tab-port-mt-519{margin-top:519px!important}.tab-port-mt-520{margin-top:520px!important}.tab-port-mt-521{margin-top:521px!important}.tab-port-mt-522{margin-top:522px!important}.tab-port-mt-523{margin-top:523px!important}.tab-port-mt-524{margin-top:524px!important}.tab-port-mt-525{margin-top:525px!important}.tab-port-mt-526{margin-top:526px!important}.tab-port-mt-527{margin-top:527px!important}.tab-port-mt-528{margin-top:528px!important}.tab-port-mt-529{margin-top:529px!important}.tab-port-mt-530{margin-top:530px!important}.tab-port-mt-531{margin-top:531px!important}.tab-port-mt-532{margin-top:532px!important}.tab-port-mt-533{margin-top:533px!important}.tab-port-mt-534{margin-top:534px!important}.tab-port-mt-535{margin-top:535px!important}.tab-port-mt-536{margin-top:536px!important}.tab-port-mt-537{margin-top:537px!important}.tab-port-mt-538{margin-top:538px!important}.tab-port-mt-539{margin-top:539px!important}.tab-port-mt-540{margin-top:540px!important}.tab-port-mt-541{margin-top:541px!important}.tab-port-mt-542{margin-top:542px!important}.tab-port-mt-543{margin-top:543px!important}.tab-port-mt-544{margin-top:544px!important}.tab-port-mt-545{margin-top:545px!important}.tab-port-mt-546{margin-top:546px!important}.tab-port-mt-547{margin-top:547px!important}.tab-port-mt-548{margin-top:548px!important}.tab-port-mt-549{margin-top:549px!important}.tab-port-mt-550{margin-top:550px!important}.tab-port-mt-551{margin-top:551px!important}.tab-port-mt-552{margin-top:552px!important}.tab-port-mt-553{margin-top:553px!important}.tab-port-mt-554{margin-top:554px!important}.tab-port-mt-555{margin-top:555px!important}.tab-port-mt-556{margin-top:556px!important}.tab-port-mt-557{margin-top:557px!important}.tab-port-mt-558{margin-top:558px!important}.tab-port-mt-559{margin-top:559px!important}.tab-port-mt-560{margin-top:560px!important}.tab-port-mt-561{margin-top:561px!important}.tab-port-mt-562{margin-top:562px!important}.tab-port-mt-563{margin-top:563px!important}.tab-port-mt-564{margin-top:564px!important}.tab-port-mt-565{margin-top:565px!important}.tab-port-mt-566{margin-top:566px!important}.tab-port-mt-567{margin-top:567px!important}.tab-port-mt-568{margin-top:568px!important}.tab-port-mt-569{margin-top:569px!important}.tab-port-mt-570{margin-top:570px!important}.tab-port-mt-571{margin-top:571px!important}.tab-port-mt-572{margin-top:572px!important}.tab-port-mt-573{margin-top:573px!important}.tab-port-mt-574{margin-top:574px!important}.tab-port-mt-575{margin-top:575px!important}.tab-port-mt-576{margin-top:576px!important}.tab-port-mt-577{margin-top:577px!important}.tab-port-mt-578{margin-top:578px!important}.tab-port-mt-579{margin-top:579px!important}.tab-port-mt-580{margin-top:580px!important}.tab-port-mt-581{margin-top:581px!important}.tab-port-mt-582{margin-top:582px!important}.tab-port-mt-583{margin-top:583px!important}.tab-port-mt-584{margin-top:584px!important}.tab-port-mt-585{margin-top:585px!important}.tab-port-mt-586{margin-top:586px!important}.tab-port-mt-587{margin-top:587px!important}.tab-port-mt-588{margin-top:588px!important}.tab-port-mt-589{margin-top:589px!important}.tab-port-mt-590{margin-top:590px!important}.tab-port-mt-591{margin-top:591px!important}.tab-port-mt-592{margin-top:592px!important}.tab-port-mt-593{margin-top:593px!important}.tab-port-mt-594{margin-top:594px!important}.tab-port-mt-595{margin-top:595px!important}.tab-port-mt-596{margin-top:596px!important}.tab-port-mt-597{margin-top:597px!important}.tab-port-mt-598{margin-top:598px!important}.tab-port-mt-599{margin-top:599px!important}.tab-port-mt-600{margin-top:600px!important}.tab-port-mt-601{margin-top:601px!important}.tab-port-mt-602{margin-top:602px!important}.tab-port-mt-603{margin-top:603px!important}.tab-port-mt-604{margin-top:604px!important}.tab-port-mt-605{margin-top:605px!important}.tab-port-mt-606{margin-top:606px!important}.tab-port-mt-607{margin-top:607px!important}.tab-port-mt-608{margin-top:608px!important}.tab-port-mt-609{margin-top:609px!important}.tab-port-mt-610{margin-top:610px!important}.tab-port-mt-611{margin-top:611px!important}.tab-port-mt-612{margin-top:612px!important}.tab-port-mt-613{margin-top:613px!important}.tab-port-mt-614{margin-top:614px!important}.tab-port-mt-615{margin-top:615px!important}.tab-port-mt-616{margin-top:616px!important}.tab-port-mt-617{margin-top:617px!important}.tab-port-mt-618{margin-top:618px!important}.tab-port-mt-619{margin-top:619px!important}.tab-port-mt-620{margin-top:620px!important}.tab-port-mt-621{margin-top:621px!important}.tab-port-mt-622{margin-top:622px!important}.tab-port-mt-623{margin-top:623px!important}.tab-port-mt-624{margin-top:624px!important}.tab-port-mt-625{margin-top:625px!important}.tab-port-mt-626{margin-top:626px!important}.tab-port-mt-627{margin-top:627px!important}.tab-port-mt-628{margin-top:628px!important}.tab-port-mt-629{margin-top:629px!important}.tab-port-mt-630{margin-top:630px!important}.tab-port-mt-631{margin-top:631px!important}.tab-port-mt-632{margin-top:632px!important}.tab-port-mt-633{margin-top:633px!important}.tab-port-mt-634{margin-top:634px!important}.tab-port-mt-635{margin-top:635px!important}.tab-port-mt-636{margin-top:636px!important}.tab-port-mt-637{margin-top:637px!important}.tab-port-mt-638{margin-top:638px!important}.tab-port-mt-639{margin-top:639px!important}.tab-port-mt-640{margin-top:640px!important}.tab-port-mt-641{margin-top:641px!important}.tab-port-mt-642{margin-top:642px!important}.tab-port-mt-643{margin-top:643px!important}.tab-port-mt-644{margin-top:644px!important}.tab-port-mt-645{margin-top:645px!important}.tab-port-mt-646{margin-top:646px!important}.tab-port-mt-647{margin-top:647px!important}.tab-port-mt-648{margin-top:648px!important}.tab-port-mt-649{margin-top:649px!important}.tab-port-mt-650{margin-top:650px!important}.tab-port-mt-651{margin-top:651px!important}.tab-port-mt-652{margin-top:652px!important}.tab-port-mt-653{margin-top:653px!important}.tab-port-mt-654{margin-top:654px!important}.tab-port-mt-655{margin-top:655px!important}.tab-port-mt-656{margin-top:656px!important}.tab-port-mt-657{margin-top:657px!important}.tab-port-mt-658{margin-top:658px!important}.tab-port-mt-659{margin-top:659px!important}.tab-port-mt-660{margin-top:660px!important}.tab-port-mt-661{margin-top:661px!important}.tab-port-mt-662{margin-top:662px!important}.tab-port-mt-663{margin-top:663px!important}.tab-port-mt-664{margin-top:664px!important}.tab-port-mt-665{margin-top:665px!important}.tab-port-mt-666{margin-top:666px!important}.tab-port-mt-667{margin-top:667px!important}.tab-port-mt-668{margin-top:668px!important}.tab-port-mt-669{margin-top:669px!important}.tab-port-mt-670{margin-top:670px!important}.tab-port-mt-671{margin-top:671px!important}.tab-port-mt-672{margin-top:672px!important}.tab-port-mt-673{margin-top:673px!important}.tab-port-mt-674{margin-top:674px!important}.tab-port-mt-675{margin-top:675px!important}.tab-port-mt-676{margin-top:676px!important}.tab-port-mt-677{margin-top:677px!important}.tab-port-mt-678{margin-top:678px!important}.tab-port-mt-679{margin-top:679px!important}.tab-port-mt-680{margin-top:680px!important}.tab-port-mt-681{margin-top:681px!important}.tab-port-mt-682{margin-top:682px!important}.tab-port-mt-683{margin-top:683px!important}.tab-port-mt-684{margin-top:684px!important}.tab-port-mt-685{margin-top:685px!important}.tab-port-mt-686{margin-top:686px!important}.tab-port-mt-687{margin-top:687px!important}.tab-port-mt-688{margin-top:688px!important}.tab-port-mt-689{margin-top:689px!important}.tab-port-mt-690{margin-top:690px!important}.tab-port-mt-691{margin-top:691px!important}.tab-port-mt-692{margin-top:692px!important}.tab-port-mt-693{margin-top:693px!important}.tab-port-mt-694{margin-top:694px!important}.tab-port-mt-695{margin-top:695px!important}.tab-port-mt-696{margin-top:696px!important}.tab-port-mt-697{margin-top:697px!important}.tab-port-mt-698{margin-top:698px!important}.tab-port-mt-699{margin-top:699px!important}.tab-port-mt-700{margin-top:700px!important}.tab-port-mt-701{margin-top:701px!important}.tab-port-mt-702{margin-top:702px!important}.tab-port-mt-703{margin-top:703px!important}.tab-port-mt-704{margin-top:704px!important}.tab-port-mt-705{margin-top:705px!important}.tab-port-mt-706{margin-top:706px!important}.tab-port-mt-707{margin-top:707px!important}.tab-port-mt-708{margin-top:708px!important}.tab-port-mt-709{margin-top:709px!important}.tab-port-mt-710{margin-top:710px!important}.tab-port-mt-711{margin-top:711px!important}.tab-port-mt-712{margin-top:712px!important}.tab-port-mt-713{margin-top:713px!important}.tab-port-mt-714{margin-top:714px!important}.tab-port-mt-715{margin-top:715px!important}.tab-port-mt-716{margin-top:716px!important}.tab-port-mt-717{margin-top:717px!important}.tab-port-mt-718{margin-top:718px!important}.tab-port-mt-719{margin-top:719px!important}.tab-port-mt-720{margin-top:720px!important}.tab-port-mt-721{margin-top:721px!important}.tab-port-mt-722{margin-top:722px!important}.tab-port-mt-723{margin-top:723px!important}.tab-port-mt-724{margin-top:724px!important}.tab-port-mt-725{margin-top:725px!important}.tab-port-mt-726{margin-top:726px!important}.tab-port-mt-727{margin-top:727px!important}.tab-port-mt-728{margin-top:728px!important}.tab-port-mt-729{margin-top:729px!important}.tab-port-mt-730{margin-top:730px!important}.tab-port-mt-731{margin-top:731px!important}.tab-port-mt-732{margin-top:732px!important}.tab-port-mt-733{margin-top:733px!important}.tab-port-mt-734{margin-top:734px!important}.tab-port-mt-735{margin-top:735px!important}.tab-port-mt-736{margin-top:736px!important}.tab-port-mt-737{margin-top:737px!important}.tab-port-mt-738{margin-top:738px!important}.tab-port-mt-739{margin-top:739px!important}.tab-port-mt-740{margin-top:740px!important}.tab-port-mt-741{margin-top:741px!important}.tab-port-mt-742{margin-top:742px!important}.tab-port-mt-743{margin-top:743px!important}.tab-port-mt-744{margin-top:744px!important}.tab-port-mt-745{margin-top:745px!important}.tab-port-mt-746{margin-top:746px!important}.tab-port-mt-747{margin-top:747px!important}.tab-port-mt-748{margin-top:748px!important}.tab-port-mt-749{margin-top:749px!important}.tab-port-mt-750{margin-top:750px!important}.tab-port-mt-751{margin-top:751px!important}.tab-port-mt-752{margin-top:752px!important}.tab-port-mt-753{margin-top:753px!important}.tab-port-mt-754{margin-top:754px!important}.tab-port-mt-755{margin-top:755px!important}.tab-port-mt-756{margin-top:756px!important}.tab-port-mt-757{margin-top:757px!important}.tab-port-mt-758{margin-top:758px!important}.tab-port-mt-759{margin-top:759px!important}.tab-port-mt-760{margin-top:760px!important}.tab-port-mt-761{margin-top:761px!important}.tab-port-mt-762{margin-top:762px!important}.tab-port-mt-763{margin-top:763px!important}.tab-port-mt-764{margin-top:764px!important}.tab-port-mt-765{margin-top:765px!important}.tab-port-mt-766{margin-top:766px!important}.tab-port-mt-767{margin-top:767px!important}.tab-port-mt-768{margin-top:768px!important}.tab-port-mt-769{margin-top:769px!important}.tab-port-mt-770{margin-top:770px!important}.tab-port-mt-771{margin-top:771px!important}.tab-port-mt-772{margin-top:772px!important}.tab-port-mt-773{margin-top:773px!important}.tab-port-mt-774{margin-top:774px!important}.tab-port-mt-775{margin-top:775px!important}.tab-port-mt-776{margin-top:776px!important}.tab-port-mt-777{margin-top:777px!important}.tab-port-mt-778{margin-top:778px!important}.tab-port-mt-779{margin-top:779px!important}.tab-port-mt-780{margin-top:780px!important}.tab-port-mt-781{margin-top:781px!important}.tab-port-mt-782{margin-top:782px!important}.tab-port-mt-783{margin-top:783px!important}.tab-port-mt-784{margin-top:784px!important}.tab-port-mt-785{margin-top:785px!important}.tab-port-mt-786{margin-top:786px!important}.tab-port-mt-787{margin-top:787px!important}.tab-port-mt-788{margin-top:788px!important}.tab-port-mt-789{margin-top:789px!important}.tab-port-mt-790{margin-top:790px!important}.tab-port-mt-791{margin-top:791px!important}.tab-port-mt-792{margin-top:792px!important}.tab-port-mt-793{margin-top:793px!important}.tab-port-mt-794{margin-top:794px!important}.tab-port-mt-795{margin-top:795px!important}.tab-port-mt-796{margin-top:796px!important}.tab-port-mt-797{margin-top:797px!important}.tab-port-mt-798{margin-top:798px!important}.tab-port-mt-799{margin-top:799px!important}.tab-port-mt-800{margin-top:800px!important}.tab-port-mt-801{margin-top:801px!important}.tab-port-mt-802{margin-top:802px!important}.tab-port-mt-803{margin-top:803px!important}.tab-port-mt-804{margin-top:804px!important}.tab-port-mt-805{margin-top:805px!important}.tab-port-mt-806{margin-top:806px!important}.tab-port-mt-807{margin-top:807px!important}.tab-port-mt-808{margin-top:808px!important}.tab-port-mt-809{margin-top:809px!important}.tab-port-mt-810{margin-top:810px!important}.tab-port-mt-811{margin-top:811px!important}.tab-port-mt-812{margin-top:812px!important}.tab-port-mt-813{margin-top:813px!important}.tab-port-mt-814{margin-top:814px!important}.tab-port-mt-815{margin-top:815px!important}.tab-port-mt-816{margin-top:816px!important}.tab-port-mt-817{margin-top:817px!important}.tab-port-mt-818{margin-top:818px!important}.tab-port-mt-819{margin-top:819px!important}.tab-port-mt-820{margin-top:820px!important}.tab-port-mt-821{margin-top:821px!important}.tab-port-mt-822{margin-top:822px!important}.tab-port-mt-823{margin-top:823px!important}.tab-port-mt-824{margin-top:824px!important}.tab-port-mt-825{margin-top:825px!important}.tab-port-mt-826{margin-top:826px!important}.tab-port-mt-827{margin-top:827px!important}.tab-port-mt-828{margin-top:828px!important}.tab-port-mt-829{margin-top:829px!important}.tab-port-mt-830{margin-top:830px!important}.tab-port-mt-831{margin-top:831px!important}.tab-port-mt-832{margin-top:832px!important}.tab-port-mt-833{margin-top:833px!important}.tab-port-mt-834{margin-top:834px!important}.tab-port-mt-835{margin-top:835px!important}.tab-port-mt-836{margin-top:836px!important}.tab-port-mt-837{margin-top:837px!important}.tab-port-mt-838{margin-top:838px!important}.tab-port-mt-839{margin-top:839px!important}.tab-port-mt-840{margin-top:840px!important}.tab-port-mt-841{margin-top:841px!important}.tab-port-mt-842{margin-top:842px!important}.tab-port-mt-843{margin-top:843px!important}.tab-port-mt-844{margin-top:844px!important}.tab-port-mt-845{margin-top:845px!important}.tab-port-mt-846{margin-top:846px!important}.tab-port-mt-847{margin-top:847px!important}.tab-port-mt-848{margin-top:848px!important}.tab-port-mt-849{margin-top:849px!important}.tab-port-mt-850{margin-top:850px!important}.tab-port-mt-851{margin-top:851px!important}.tab-port-mt-852{margin-top:852px!important}.tab-port-mt-853{margin-top:853px!important}.tab-port-mt-854{margin-top:854px!important}.tab-port-mt-855{margin-top:855px!important}.tab-port-mt-856{margin-top:856px!important}.tab-port-mt-857{margin-top:857px!important}.tab-port-mt-858{margin-top:858px!important}.tab-port-mt-859{margin-top:859px!important}.tab-port-mt-860{margin-top:860px!important}.tab-port-mt-861{margin-top:861px!important}.tab-port-mt-862{margin-top:862px!important}.tab-port-mt-863{margin-top:863px!important}.tab-port-mt-864{margin-top:864px!important}.tab-port-mt-865{margin-top:865px!important}.tab-port-mt-866{margin-top:866px!important}.tab-port-mt-867{margin-top:867px!important}.tab-port-mt-868{margin-top:868px!important}.tab-port-mt-869{margin-top:869px!important}.tab-port-mt-870{margin-top:870px!important}.tab-port-mt-871{margin-top:871px!important}.tab-port-mt-872{margin-top:872px!important}.tab-port-mt-873{margin-top:873px!important}.tab-port-mt-874{margin-top:874px!important}.tab-port-mt-875{margin-top:875px!important}.tab-port-mt-876{margin-top:876px!important}.tab-port-mt-877{margin-top:877px!important}.tab-port-mt-878{margin-top:878px!important}.tab-port-mt-879{margin-top:879px!important}.tab-port-mt-880{margin-top:880px!important}.tab-port-mt-881{margin-top:881px!important}.tab-port-mt-882{margin-top:882px!important}.tab-port-mt-883{margin-top:883px!important}.tab-port-mt-884{margin-top:884px!important}.tab-port-mt-885{margin-top:885px!important}.tab-port-mt-886{margin-top:886px!important}.tab-port-mt-887{margin-top:887px!important}.tab-port-mt-888{margin-top:888px!important}.tab-port-mt-889{margin-top:889px!important}.tab-port-mt-890{margin-top:890px!important}.tab-port-mt-891{margin-top:891px!important}.tab-port-mt-892{margin-top:892px!important}.tab-port-mt-893{margin-top:893px!important}.tab-port-mt-894{margin-top:894px!important}.tab-port-mt-895{margin-top:895px!important}.tab-port-mt-896{margin-top:896px!important}.tab-port-mt-897{margin-top:897px!important}.tab-port-mt-898{margin-top:898px!important}.tab-port-mt-899{margin-top:899px!important}.tab-port-mt-900{margin-top:900px!important}.tab-port-mt-901{margin-top:901px!important}.tab-port-mt-902{margin-top:902px!important}.tab-port-mt-903{margin-top:903px!important}.tab-port-mt-904{margin-top:904px!important}.tab-port-mt-905{margin-top:905px!important}.tab-port-mt-906{margin-top:906px!important}.tab-port-mt-907{margin-top:907px!important}.tab-port-mt-908{margin-top:908px!important}.tab-port-mt-909{margin-top:909px!important}.tab-port-mt-910{margin-top:910px!important}.tab-port-mt-911{margin-top:911px!important}.tab-port-mt-912{margin-top:912px!important}.tab-port-mt-913{margin-top:913px!important}.tab-port-mt-914{margin-top:914px!important}.tab-port-mt-915{margin-top:915px!important}.tab-port-mt-916{margin-top:916px!important}.tab-port-mt-917{margin-top:917px!important}.tab-port-mt-918{margin-top:918px!important}.tab-port-mt-919{margin-top:919px!important}.tab-port-mt-920{margin-top:920px!important}.tab-port-mt-921{margin-top:921px!important}.tab-port-mt-922{margin-top:922px!important}.tab-port-mt-923{margin-top:923px!important}.tab-port-mt-924{margin-top:924px!important}.tab-port-mt-925{margin-top:925px!important}.tab-port-mt-926{margin-top:926px!important}.tab-port-mt-927{margin-top:927px!important}.tab-port-mt-928{margin-top:928px!important}.tab-port-mt-929{margin-top:929px!important}.tab-port-mt-930{margin-top:930px!important}.tab-port-mt-931{margin-top:931px!important}.tab-port-mt-932{margin-top:932px!important}.tab-port-mt-933{margin-top:933px!important}.tab-port-mt-934{margin-top:934px!important}.tab-port-mt-935{margin-top:935px!important}.tab-port-mt-936{margin-top:936px!important}.tab-port-mt-937{margin-top:937px!important}.tab-port-mt-938{margin-top:938px!important}.tab-port-mt-939{margin-top:939px!important}.tab-port-mt-940{margin-top:940px!important}.tab-port-mt-941{margin-top:941px!important}.tab-port-mt-942{margin-top:942px!important}.tab-port-mt-943{margin-top:943px!important}.tab-port-mt-944{margin-top:944px!important}.tab-port-mt-945{margin-top:945px!important}.tab-port-mt-946{margin-top:946px!important}.tab-port-mt-947{margin-top:947px!important}.tab-port-mt-948{margin-top:948px!important}.tab-port-mt-949{margin-top:949px!important}.tab-port-mt-950{margin-top:950px!important}.tab-port-mt-951{margin-top:951px!important}.tab-port-mt-952{margin-top:952px!important}.tab-port-mt-953{margin-top:953px!important}.tab-port-mt-954{margin-top:954px!important}.tab-port-mt-955{margin-top:955px!important}.tab-port-mt-956{margin-top:956px!important}.tab-port-mt-957{margin-top:957px!important}.tab-port-mt-958{margin-top:958px!important}.tab-port-mt-959{margin-top:959px!important}.tab-port-mt-960{margin-top:960px!important}.tab-port-mt-961{margin-top:961px!important}.tab-port-mt-962{margin-top:962px!important}.tab-port-mt-963{margin-top:963px!important}.tab-port-mt-964{margin-top:964px!important}.tab-port-mt-965{margin-top:965px!important}.tab-port-mt-966{margin-top:966px!important}.tab-port-mt-967{margin-top:967px!important}.tab-port-mt-968{margin-top:968px!important}.tab-port-mt-969{margin-top:969px!important}.tab-port-mt-970{margin-top:970px!important}.tab-port-mt-971{margin-top:971px!important}.tab-port-mt-972{margin-top:972px!important}.tab-port-mt-973{margin-top:973px!important}.tab-port-mt-974{margin-top:974px!important}.tab-port-mt-975{margin-top:975px!important}.tab-port-mt-976{margin-top:976px!important}.tab-port-mt-977{margin-top:977px!important}.tab-port-mt-978{margin-top:978px!important}.tab-port-mt-979{margin-top:979px!important}.tab-port-mt-980{margin-top:980px!important}.tab-port-mt-981{margin-top:981px!important}.tab-port-mt-982{margin-top:982px!important}.tab-port-mt-983{margin-top:983px!important}.tab-port-mt-984{margin-top:984px!important}.tab-port-mt-985{margin-top:985px!important}.tab-port-mt-986{margin-top:986px!important}.tab-port-mt-987{margin-top:987px!important}.tab-port-mt-988{margin-top:988px!important}.tab-port-mt-989{margin-top:989px!important}.tab-port-mt-990{margin-top:990px!important}.tab-port-mt-991{margin-top:991px!important}.tab-port-mt-992{margin-top:992px!important}.tab-port-mt-993{margin-top:993px!important}.tab-port-mt-994{margin-top:994px!important}.tab-port-mt-995{margin-top:995px!important}.tab-port-mt-996{margin-top:996px!important}.tab-port-mt-997{margin-top:997px!important}.tab-port-mt-998{margin-top:998px!important}.tab-port-mt-999{margin-top:999px!important}.tab-port-mt-1000{margin-top:1000px!important}.tab-port-mr-0{margin-right:0!important}.tab-port-mr-1{margin-right:1px!important}.tab-port-mr-2{margin-right:2px!important}.tab-port-mr-3{margin-right:3px!important}.tab-port-mr-4{margin-right:4px!important}.tab-port-mr-5{margin-right:5px!important}.tab-port-mr-6{margin-right:6px!important}.tab-port-mr-7{margin-right:7px!important}.tab-port-mr-8{margin-right:8px!important}.tab-port-mr-9{margin-right:9px!important}.tab-port-mr-10{margin-right:10px!important}.tab-port-mr-11{margin-right:11px!important}.tab-port-mr-12{margin-right:12px!important}.tab-port-mr-13{margin-right:13px!important}.tab-port-mr-14{margin-right:14px!important}.tab-port-mr-15{margin-right:15px!important}.tab-port-mr-16{margin-right:16px!important}.tab-port-mr-17{margin-right:17px!important}.tab-port-mr-18{margin-right:18px!important}.tab-port-mr-19{margin-right:19px!important}.tab-port-mr-20{margin-right:20px!important}.tab-port-mr-21{margin-right:21px!important}.tab-port-mr-22{margin-right:22px!important}.tab-port-mr-23{margin-right:23px!important}.tab-port-mr-24{margin-right:24px!important}.tab-port-mr-25{margin-right:25px!important}.tab-port-mr-26{margin-right:26px!important}.tab-port-mr-27{margin-right:27px!important}.tab-port-mr-28{margin-right:28px!important}.tab-port-mr-29{margin-right:29px!important}.tab-port-mr-30{margin-right:30px!important}.tab-port-mr-31{margin-right:31px!important}.tab-port-mr-32{margin-right:32px!important}.tab-port-mr-33{margin-right:33px!important}.tab-port-mr-34{margin-right:34px!important}.tab-port-mr-35{margin-right:35px!important}.tab-port-mr-36{margin-right:36px!important}.tab-port-mr-37{margin-right:37px!important}.tab-port-mr-38{margin-right:38px!important}.tab-port-mr-39{margin-right:39px!important}.tab-port-mr-40{margin-right:40px!important}.tab-port-mr-41{margin-right:41px!important}.tab-port-mr-42{margin-right:42px!important}.tab-port-mr-43{margin-right:43px!important}.tab-port-mr-44{margin-right:44px!important}.tab-port-mr-45{margin-right:45px!important}.tab-port-mr-46{margin-right:46px!important}.tab-port-mr-47{margin-right:47px!important}.tab-port-mr-48{margin-right:48px!important}.tab-port-mr-49{margin-right:49px!important}.tab-port-mr-50{margin-right:50px!important}.tab-port-mr-51{margin-right:51px!important}.tab-port-mr-52{margin-right:52px!important}.tab-port-mr-53{margin-right:53px!important}.tab-port-mr-54{margin-right:54px!important}.tab-port-mr-55{margin-right:55px!important}.tab-port-mr-56{margin-right:56px!important}.tab-port-mr-57{margin-right:57px!important}.tab-port-mr-58{margin-right:58px!important}.tab-port-mr-59{margin-right:59px!important}.tab-port-mr-60{margin-right:60px!important}.tab-port-mr-61{margin-right:61px!important}.tab-port-mr-62{margin-right:62px!important}.tab-port-mr-63{margin-right:63px!important}.tab-port-mr-64{margin-right:64px!important}.tab-port-mr-65{margin-right:65px!important}.tab-port-mr-66{margin-right:66px!important}.tab-port-mr-67{margin-right:67px!important}.tab-port-mr-68{margin-right:68px!important}.tab-port-mr-69{margin-right:69px!important}.tab-port-mr-70{margin-right:70px!important}.tab-port-mr-71{margin-right:71px!important}.tab-port-mr-72{margin-right:72px!important}.tab-port-mr-73{margin-right:73px!important}.tab-port-mr-74{margin-right:74px!important}.tab-port-mr-75{margin-right:75px!important}.tab-port-mr-76{margin-right:76px!important}.tab-port-mr-77{margin-right:77px!important}.tab-port-mr-78{margin-right:78px!important}.tab-port-mr-79{margin-right:79px!important}.tab-port-mr-80{margin-right:80px!important}.tab-port-mr-81{margin-right:81px!important}.tab-port-mr-82{margin-right:82px!important}.tab-port-mr-83{margin-right:83px!important}.tab-port-mr-84{margin-right:84px!important}.tab-port-mr-85{margin-right:85px!important}.tab-port-mr-86{margin-right:86px!important}.tab-port-mr-87{margin-right:87px!important}.tab-port-mr-88{margin-right:88px!important}.tab-port-mr-89{margin-right:89px!important}.tab-port-mr-90{margin-right:90px!important}.tab-port-mr-91{margin-right:91px!important}.tab-port-mr-92{margin-right:92px!important}.tab-port-mr-93{margin-right:93px!important}.tab-port-mr-94{margin-right:94px!important}.tab-port-mr-95{margin-right:95px!important}.tab-port-mr-96{margin-right:96px!important}.tab-port-mr-97{margin-right:97px!important}.tab-port-mr-98{margin-right:98px!important}.tab-port-mr-99{margin-right:99px!important}.tab-port-mr-100{margin-right:100px!important}.tab-port-mr-101{margin-right:101px!important}.tab-port-mr-102{margin-right:102px!important}.tab-port-mr-103{margin-right:103px!important}.tab-port-mr-104{margin-right:104px!important}.tab-port-mr-105{margin-right:105px!important}.tab-port-mr-106{margin-right:106px!important}.tab-port-mr-107{margin-right:107px!important}.tab-port-mr-108{margin-right:108px!important}.tab-port-mr-109{margin-right:109px!important}.tab-port-mr-110{margin-right:110px!important}.tab-port-mr-111{margin-right:111px!important}.tab-port-mr-112{margin-right:112px!important}.tab-port-mr-113{margin-right:113px!important}.tab-port-mr-114{margin-right:114px!important}.tab-port-mr-115{margin-right:115px!important}.tab-port-mr-116{margin-right:116px!important}.tab-port-mr-117{margin-right:117px!important}.tab-port-mr-118{margin-right:118px!important}.tab-port-mr-119{margin-right:119px!important}.tab-port-mr-120{margin-right:120px!important}.tab-port-mr-121{margin-right:121px!important}.tab-port-mr-122{margin-right:122px!important}.tab-port-mr-123{margin-right:123px!important}.tab-port-mr-124{margin-right:124px!important}.tab-port-mr-125{margin-right:125px!important}.tab-port-mr-126{margin-right:126px!important}.tab-port-mr-127{margin-right:127px!important}.tab-port-mr-128{margin-right:128px!important}.tab-port-mr-129{margin-right:129px!important}.tab-port-mr-130{margin-right:130px!important}.tab-port-mr-131{margin-right:131px!important}.tab-port-mr-132{margin-right:132px!important}.tab-port-mr-133{margin-right:133px!important}.tab-port-mr-134{margin-right:134px!important}.tab-port-mr-135{margin-right:135px!important}.tab-port-mr-136{margin-right:136px!important}.tab-port-mr-137{margin-right:137px!important}.tab-port-mr-138{margin-right:138px!important}.tab-port-mr-139{margin-right:139px!important}.tab-port-mr-140{margin-right:140px!important}.tab-port-mr-141{margin-right:141px!important}.tab-port-mr-142{margin-right:142px!important}.tab-port-mr-143{margin-right:143px!important}.tab-port-mr-144{margin-right:144px!important}.tab-port-mr-145{margin-right:145px!important}.tab-port-mr-146{margin-right:146px!important}.tab-port-mr-147{margin-right:147px!important}.tab-port-mr-148{margin-right:148px!important}.tab-port-mr-149{margin-right:149px!important}.tab-port-mr-150{margin-right:150px!important}.tab-port-mr-151{margin-right:151px!important}.tab-port-mr-152{margin-right:152px!important}.tab-port-mr-153{margin-right:153px!important}.tab-port-mr-154{margin-right:154px!important}.tab-port-mr-155{margin-right:155px!important}.tab-port-mr-156{margin-right:156px!important}.tab-port-mr-157{margin-right:157px!important}.tab-port-mr-158{margin-right:158px!important}.tab-port-mr-159{margin-right:159px!important}.tab-port-mr-160{margin-right:160px!important}.tab-port-mr-161{margin-right:161px!important}.tab-port-mr-162{margin-right:162px!important}.tab-port-mr-163{margin-right:163px!important}.tab-port-mr-164{margin-right:164px!important}.tab-port-mr-165{margin-right:165px!important}.tab-port-mr-166{margin-right:166px!important}.tab-port-mr-167{margin-right:167px!important}.tab-port-mr-168{margin-right:168px!important}.tab-port-mr-169{margin-right:169px!important}.tab-port-mr-170{margin-right:170px!important}.tab-port-mr-171{margin-right:171px!important}.tab-port-mr-172{margin-right:172px!important}.tab-port-mr-173{margin-right:173px!important}.tab-port-mr-174{margin-right:174px!important}.tab-port-mr-175{margin-right:175px!important}.tab-port-mr-176{margin-right:176px!important}.tab-port-mr-177{margin-right:177px!important}.tab-port-mr-178{margin-right:178px!important}.tab-port-mr-179{margin-right:179px!important}.tab-port-mr-180{margin-right:180px!important}.tab-port-mr-181{margin-right:181px!important}.tab-port-mr-182{margin-right:182px!important}.tab-port-mr-183{margin-right:183px!important}.tab-port-mr-184{margin-right:184px!important}.tab-port-mr-185{margin-right:185px!important}.tab-port-mr-186{margin-right:186px!important}.tab-port-mr-187{margin-right:187px!important}.tab-port-mr-188{margin-right:188px!important}.tab-port-mr-189{margin-right:189px!important}.tab-port-mr-190{margin-right:190px!important}.tab-port-mr-191{margin-right:191px!important}.tab-port-mr-192{margin-right:192px!important}.tab-port-mr-193{margin-right:193px!important}.tab-port-mr-194{margin-right:194px!important}.tab-port-mr-195{margin-right:195px!important}.tab-port-mr-196{margin-right:196px!important}.tab-port-mr-197{margin-right:197px!important}.tab-port-mr-198{margin-right:198px!important}.tab-port-mr-199{margin-right:199px!important}.tab-port-mr-200{margin-right:200px!important}.tab-port-mr-201{margin-right:201px!important}.tab-port-mr-202{margin-right:202px!important}.tab-port-mr-203{margin-right:203px!important}.tab-port-mr-204{margin-right:204px!important}.tab-port-mr-205{margin-right:205px!important}.tab-port-mr-206{margin-right:206px!important}.tab-port-mr-207{margin-right:207px!important}.tab-port-mr-208{margin-right:208px!important}.tab-port-mr-209{margin-right:209px!important}.tab-port-mr-210{margin-right:210px!important}.tab-port-mr-211{margin-right:211px!important}.tab-port-mr-212{margin-right:212px!important}.tab-port-mr-213{margin-right:213px!important}.tab-port-mr-214{margin-right:214px!important}.tab-port-mr-215{margin-right:215px!important}.tab-port-mr-216{margin-right:216px!important}.tab-port-mr-217{margin-right:217px!important}.tab-port-mr-218{margin-right:218px!important}.tab-port-mr-219{margin-right:219px!important}.tab-port-mr-220{margin-right:220px!important}.tab-port-mr-221{margin-right:221px!important}.tab-port-mr-222{margin-right:222px!important}.tab-port-mr-223{margin-right:223px!important}.tab-port-mr-224{margin-right:224px!important}.tab-port-mr-225{margin-right:225px!important}.tab-port-mr-226{margin-right:226px!important}.tab-port-mr-227{margin-right:227px!important}.tab-port-mr-228{margin-right:228px!important}.tab-port-mr-229{margin-right:229px!important}.tab-port-mr-230{margin-right:230px!important}.tab-port-mr-231{margin-right:231px!important}.tab-port-mr-232{margin-right:232px!important}.tab-port-mr-233{margin-right:233px!important}.tab-port-mr-234{margin-right:234px!important}.tab-port-mr-235{margin-right:235px!important}.tab-port-mr-236{margin-right:236px!important}.tab-port-mr-237{margin-right:237px!important}.tab-port-mr-238{margin-right:238px!important}.tab-port-mr-239{margin-right:239px!important}.tab-port-mr-240{margin-right:240px!important}.tab-port-mr-241{margin-right:241px!important}.tab-port-mr-242{margin-right:242px!important}.tab-port-mr-243{margin-right:243px!important}.tab-port-mr-244{margin-right:244px!important}.tab-port-mr-245{margin-right:245px!important}.tab-port-mr-246{margin-right:246px!important}.tab-port-mr-247{margin-right:247px!important}.tab-port-mr-248{margin-right:248px!important}.tab-port-mr-249{margin-right:249px!important}.tab-port-mr-250{margin-right:250px!important}.tab-port-mr-251{margin-right:251px!important}.tab-port-mr-252{margin-right:252px!important}.tab-port-mr-253{margin-right:253px!important}.tab-port-mr-254{margin-right:254px!important}.tab-port-mr-255{margin-right:255px!important}.tab-port-mr-256{margin-right:256px!important}.tab-port-mr-257{margin-right:257px!important}.tab-port-mr-258{margin-right:258px!important}.tab-port-mr-259{margin-right:259px!important}.tab-port-mr-260{margin-right:260px!important}.tab-port-mr-261{margin-right:261px!important}.tab-port-mr-262{margin-right:262px!important}.tab-port-mr-263{margin-right:263px!important}.tab-port-mr-264{margin-right:264px!important}.tab-port-mr-265{margin-right:265px!important}.tab-port-mr-266{margin-right:266px!important}.tab-port-mr-267{margin-right:267px!important}.tab-port-mr-268{margin-right:268px!important}.tab-port-mr-269{margin-right:269px!important}.tab-port-mr-270{margin-right:270px!important}.tab-port-mr-271{margin-right:271px!important}.tab-port-mr-272{margin-right:272px!important}.tab-port-mr-273{margin-right:273px!important}.tab-port-mr-274{margin-right:274px!important}.tab-port-mr-275{margin-right:275px!important}.tab-port-mr-276{margin-right:276px!important}.tab-port-mr-277{margin-right:277px!important}.tab-port-mr-278{margin-right:278px!important}.tab-port-mr-279{margin-right:279px!important}.tab-port-mr-280{margin-right:280px!important}.tab-port-mr-281{margin-right:281px!important}.tab-port-mr-282{margin-right:282px!important}.tab-port-mr-283{margin-right:283px!important}.tab-port-mr-284{margin-right:284px!important}.tab-port-mr-285{margin-right:285px!important}.tab-port-mr-286{margin-right:286px!important}.tab-port-mr-287{margin-right:287px!important}.tab-port-mr-288{margin-right:288px!important}.tab-port-mr-289{margin-right:289px!important}.tab-port-mr-290{margin-right:290px!important}.tab-port-mr-291{margin-right:291px!important}.tab-port-mr-292{margin-right:292px!important}.tab-port-mr-293{margin-right:293px!important}.tab-port-mr-294{margin-right:294px!important}.tab-port-mr-295{margin-right:295px!important}.tab-port-mr-296{margin-right:296px!important}.tab-port-mr-297{margin-right:297px!important}.tab-port-mr-298{margin-right:298px!important}.tab-port-mr-299{margin-right:299px!important}.tab-port-mr-300{margin-right:300px!important}.tab-port-mr-301{margin-right:301px!important}.tab-port-mr-302{margin-right:302px!important}.tab-port-mr-303{margin-right:303px!important}.tab-port-mr-304{margin-right:304px!important}.tab-port-mr-305{margin-right:305px!important}.tab-port-mr-306{margin-right:306px!important}.tab-port-mr-307{margin-right:307px!important}.tab-port-mr-308{margin-right:308px!important}.tab-port-mr-309{margin-right:309px!important}.tab-port-mr-310{margin-right:310px!important}.tab-port-mr-311{margin-right:311px!important}.tab-port-mr-312{margin-right:312px!important}.tab-port-mr-313{margin-right:313px!important}.tab-port-mr-314{margin-right:314px!important}.tab-port-mr-315{margin-right:315px!important}.tab-port-mr-316{margin-right:316px!important}.tab-port-mr-317{margin-right:317px!important}.tab-port-mr-318{margin-right:318px!important}.tab-port-mr-319{margin-right:319px!important}.tab-port-mr-320{margin-right:320px!important}.tab-port-mr-321{margin-right:321px!important}.tab-port-mr-322{margin-right:322px!important}.tab-port-mr-323{margin-right:323px!important}.tab-port-mr-324{margin-right:324px!important}.tab-port-mr-325{margin-right:325px!important}.tab-port-mr-326{margin-right:326px!important}.tab-port-mr-327{margin-right:327px!important}.tab-port-mr-328{margin-right:328px!important}.tab-port-mr-329{margin-right:329px!important}.tab-port-mr-330{margin-right:330px!important}.tab-port-mr-331{margin-right:331px!important}.tab-port-mr-332{margin-right:332px!important}.tab-port-mr-333{margin-right:333px!important}.tab-port-mr-334{margin-right:334px!important}.tab-port-mr-335{margin-right:335px!important}.tab-port-mr-336{margin-right:336px!important}.tab-port-mr-337{margin-right:337px!important}.tab-port-mr-338{margin-right:338px!important}.tab-port-mr-339{margin-right:339px!important}.tab-port-mr-340{margin-right:340px!important}.tab-port-mr-341{margin-right:341px!important}.tab-port-mr-342{margin-right:342px!important}.tab-port-mr-343{margin-right:343px!important}.tab-port-mr-344{margin-right:344px!important}.tab-port-mr-345{margin-right:345px!important}.tab-port-mr-346{margin-right:346px!important}.tab-port-mr-347{margin-right:347px!important}.tab-port-mr-348{margin-right:348px!important}.tab-port-mr-349{margin-right:349px!important}.tab-port-mr-350{margin-right:350px!important}.tab-port-mr-351{margin-right:351px!important}.tab-port-mr-352{margin-right:352px!important}.tab-port-mr-353{margin-right:353px!important}.tab-port-mr-354{margin-right:354px!important}.tab-port-mr-355{margin-right:355px!important}.tab-port-mr-356{margin-right:356px!important}.tab-port-mr-357{margin-right:357px!important}.tab-port-mr-358{margin-right:358px!important}.tab-port-mr-359{margin-right:359px!important}.tab-port-mr-360{margin-right:360px!important}.tab-port-mr-361{margin-right:361px!important}.tab-port-mr-362{margin-right:362px!important}.tab-port-mr-363{margin-right:363px!important}.tab-port-mr-364{margin-right:364px!important}.tab-port-mr-365{margin-right:365px!important}.tab-port-mr-366{margin-right:366px!important}.tab-port-mr-367{margin-right:367px!important}.tab-port-mr-368{margin-right:368px!important}.tab-port-mr-369{margin-right:369px!important}.tab-port-mr-370{margin-right:370px!important}.tab-port-mr-371{margin-right:371px!important}.tab-port-mr-372{margin-right:372px!important}.tab-port-mr-373{margin-right:373px!important}.tab-port-mr-374{margin-right:374px!important}.tab-port-mr-375{margin-right:375px!important}.tab-port-mr-376{margin-right:376px!important}.tab-port-mr-377{margin-right:377px!important}.tab-port-mr-378{margin-right:378px!important}.tab-port-mr-379{margin-right:379px!important}.tab-port-mr-380{margin-right:380px!important}.tab-port-mr-381{margin-right:381px!important}.tab-port-mr-382{margin-right:382px!important}.tab-port-mr-383{margin-right:383px!important}.tab-port-mr-384{margin-right:384px!important}.tab-port-mr-385{margin-right:385px!important}.tab-port-mr-386{margin-right:386px!important}.tab-port-mr-387{margin-right:387px!important}.tab-port-mr-388{margin-right:388px!important}.tab-port-mr-389{margin-right:389px!important}.tab-port-mr-390{margin-right:390px!important}.tab-port-mr-391{margin-right:391px!important}.tab-port-mr-392{margin-right:392px!important}.tab-port-mr-393{margin-right:393px!important}.tab-port-mr-394{margin-right:394px!important}.tab-port-mr-395{margin-right:395px!important}.tab-port-mr-396{margin-right:396px!important}.tab-port-mr-397{margin-right:397px!important}.tab-port-mr-398{margin-right:398px!important}.tab-port-mr-399{margin-right:399px!important}.tab-port-mr-400{margin-right:400px!important}.tab-port-mr-401{margin-right:401px!important}.tab-port-mr-402{margin-right:402px!important}.tab-port-mr-403{margin-right:403px!important}.tab-port-mr-404{margin-right:404px!important}.tab-port-mr-405{margin-right:405px!important}.tab-port-mr-406{margin-right:406px!important}.tab-port-mr-407{margin-right:407px!important}.tab-port-mr-408{margin-right:408px!important}.tab-port-mr-409{margin-right:409px!important}.tab-port-mr-410{margin-right:410px!important}.tab-port-mr-411{margin-right:411px!important}.tab-port-mr-412{margin-right:412px!important}.tab-port-mr-413{margin-right:413px!important}.tab-port-mr-414{margin-right:414px!important}.tab-port-mr-415{margin-right:415px!important}.tab-port-mr-416{margin-right:416px!important}.tab-port-mr-417{margin-right:417px!important}.tab-port-mr-418{margin-right:418px!important}.tab-port-mr-419{margin-right:419px!important}.tab-port-mr-420{margin-right:420px!important}.tab-port-mr-421{margin-right:421px!important}.tab-port-mr-422{margin-right:422px!important}.tab-port-mr-423{margin-right:423px!important}.tab-port-mr-424{margin-right:424px!important}.tab-port-mr-425{margin-right:425px!important}.tab-port-mr-426{margin-right:426px!important}.tab-port-mr-427{margin-right:427px!important}.tab-port-mr-428{margin-right:428px!important}.tab-port-mr-429{margin-right:429px!important}.tab-port-mr-430{margin-right:430px!important}.tab-port-mr-431{margin-right:431px!important}.tab-port-mr-432{margin-right:432px!important}.tab-port-mr-433{margin-right:433px!important}.tab-port-mr-434{margin-right:434px!important}.tab-port-mr-435{margin-right:435px!important}.tab-port-mr-436{margin-right:436px!important}.tab-port-mr-437{margin-right:437px!important}.tab-port-mr-438{margin-right:438px!important}.tab-port-mr-439{margin-right:439px!important}.tab-port-mr-440{margin-right:440px!important}.tab-port-mr-441{margin-right:441px!important}.tab-port-mr-442{margin-right:442px!important}.tab-port-mr-443{margin-right:443px!important}.tab-port-mr-444{margin-right:444px!important}.tab-port-mr-445{margin-right:445px!important}.tab-port-mr-446{margin-right:446px!important}.tab-port-mr-447{margin-right:447px!important}.tab-port-mr-448{margin-right:448px!important}.tab-port-mr-449{margin-right:449px!important}.tab-port-mr-450{margin-right:450px!important}.tab-port-mr-451{margin-right:451px!important}.tab-port-mr-452{margin-right:452px!important}.tab-port-mr-453{margin-right:453px!important}.tab-port-mr-454{margin-right:454px!important}.tab-port-mr-455{margin-right:455px!important}.tab-port-mr-456{margin-right:456px!important}.tab-port-mr-457{margin-right:457px!important}.tab-port-mr-458{margin-right:458px!important}.tab-port-mr-459{margin-right:459px!important}.tab-port-mr-460{margin-right:460px!important}.tab-port-mr-461{margin-right:461px!important}.tab-port-mr-462{margin-right:462px!important}.tab-port-mr-463{margin-right:463px!important}.tab-port-mr-464{margin-right:464px!important}.tab-port-mr-465{margin-right:465px!important}.tab-port-mr-466{margin-right:466px!important}.tab-port-mr-467{margin-right:467px!important}.tab-port-mr-468{margin-right:468px!important}.tab-port-mr-469{margin-right:469px!important}.tab-port-mr-470{margin-right:470px!important}.tab-port-mr-471{margin-right:471px!important}.tab-port-mr-472{margin-right:472px!important}.tab-port-mr-473{margin-right:473px!important}.tab-port-mr-474{margin-right:474px!important}.tab-port-mr-475{margin-right:475px!important}.tab-port-mr-476{margin-right:476px!important}.tab-port-mr-477{margin-right:477px!important}.tab-port-mr-478{margin-right:478px!important}.tab-port-mr-479{margin-right:479px!important}.tab-port-mr-480{margin-right:480px!important}.tab-port-mr-481{margin-right:481px!important}.tab-port-mr-482{margin-right:482px!important}.tab-port-mr-483{margin-right:483px!important}.tab-port-mr-484{margin-right:484px!important}.tab-port-mr-485{margin-right:485px!important}.tab-port-mr-486{margin-right:486px!important}.tab-port-mr-487{margin-right:487px!important}.tab-port-mr-488{margin-right:488px!important}.tab-port-mr-489{margin-right:489px!important}.tab-port-mr-490{margin-right:490px!important}.tab-port-mr-491{margin-right:491px!important}.tab-port-mr-492{margin-right:492px!important}.tab-port-mr-493{margin-right:493px!important}.tab-port-mr-494{margin-right:494px!important}.tab-port-mr-495{margin-right:495px!important}.tab-port-mr-496{margin-right:496px!important}.tab-port-mr-497{margin-right:497px!important}.tab-port-mr-498{margin-right:498px!important}.tab-port-mr-499{margin-right:499px!important}.tab-port-mr-500{margin-right:500px!important}.tab-port-mr-501{margin-right:501px!important}.tab-port-mr-502{margin-right:502px!important}.tab-port-mr-503{margin-right:503px!important}.tab-port-mr-504{margin-right:504px!important}.tab-port-mr-505{margin-right:505px!important}.tab-port-mr-506{margin-right:506px!important}.tab-port-mr-507{margin-right:507px!important}.tab-port-mr-508{margin-right:508px!important}.tab-port-mr-509{margin-right:509px!important}.tab-port-mr-510{margin-right:510px!important}.tab-port-mr-511{margin-right:511px!important}.tab-port-mr-512{margin-right:512px!important}.tab-port-mr-513{margin-right:513px!important}.tab-port-mr-514{margin-right:514px!important}.tab-port-mr-515{margin-right:515px!important}.tab-port-mr-516{margin-right:516px!important}.tab-port-mr-517{margin-right:517px!important}.tab-port-mr-518{margin-right:518px!important}.tab-port-mr-519{margin-right:519px!important}.tab-port-mr-520{margin-right:520px!important}.tab-port-mr-521{margin-right:521px!important}.tab-port-mr-522{margin-right:522px!important}.tab-port-mr-523{margin-right:523px!important}.tab-port-mr-524{margin-right:524px!important}.tab-port-mr-525{margin-right:525px!important}.tab-port-mr-526{margin-right:526px!important}.tab-port-mr-527{margin-right:527px!important}.tab-port-mr-528{margin-right:528px!important}.tab-port-mr-529{margin-right:529px!important}.tab-port-mr-530{margin-right:530px!important}.tab-port-mr-531{margin-right:531px!important}.tab-port-mr-532{margin-right:532px!important}.tab-port-mr-533{margin-right:533px!important}.tab-port-mr-534{margin-right:534px!important}.tab-port-mr-535{margin-right:535px!important}.tab-port-mr-536{margin-right:536px!important}.tab-port-mr-537{margin-right:537px!important}.tab-port-mr-538{margin-right:538px!important}.tab-port-mr-539{margin-right:539px!important}.tab-port-mr-540{margin-right:540px!important}.tab-port-mr-541{margin-right:541px!important}.tab-port-mr-542{margin-right:542px!important}.tab-port-mr-543{margin-right:543px!important}.tab-port-mr-544{margin-right:544px!important}.tab-port-mr-545{margin-right:545px!important}.tab-port-mr-546{margin-right:546px!important}.tab-port-mr-547{margin-right:547px!important}.tab-port-mr-548{margin-right:548px!important}.tab-port-mr-549{margin-right:549px!important}.tab-port-mr-550{margin-right:550px!important}.tab-port-mr-551{margin-right:551px!important}.tab-port-mr-552{margin-right:552px!important}.tab-port-mr-553{margin-right:553px!important}.tab-port-mr-554{margin-right:554px!important}.tab-port-mr-555{margin-right:555px!important}.tab-port-mr-556{margin-right:556px!important}.tab-port-mr-557{margin-right:557px!important}.tab-port-mr-558{margin-right:558px!important}.tab-port-mr-559{margin-right:559px!important}.tab-port-mr-560{margin-right:560px!important}.tab-port-mr-561{margin-right:561px!important}.tab-port-mr-562{margin-right:562px!important}.tab-port-mr-563{margin-right:563px!important}.tab-port-mr-564{margin-right:564px!important}.tab-port-mr-565{margin-right:565px!important}.tab-port-mr-566{margin-right:566px!important}.tab-port-mr-567{margin-right:567px!important}.tab-port-mr-568{margin-right:568px!important}.tab-port-mr-569{margin-right:569px!important}.tab-port-mr-570{margin-right:570px!important}.tab-port-mr-571{margin-right:571px!important}.tab-port-mr-572{margin-right:572px!important}.tab-port-mr-573{margin-right:573px!important}.tab-port-mr-574{margin-right:574px!important}.tab-port-mr-575{margin-right:575px!important}.tab-port-mr-576{margin-right:576px!important}.tab-port-mr-577{margin-right:577px!important}.tab-port-mr-578{margin-right:578px!important}.tab-port-mr-579{margin-right:579px!important}.tab-port-mr-580{margin-right:580px!important}.tab-port-mr-581{margin-right:581px!important}.tab-port-mr-582{margin-right:582px!important}.tab-port-mr-583{margin-right:583px!important}.tab-port-mr-584{margin-right:584px!important}.tab-port-mr-585{margin-right:585px!important}.tab-port-mr-586{margin-right:586px!important}.tab-port-mr-587{margin-right:587px!important}.tab-port-mr-588{margin-right:588px!important}.tab-port-mr-589{margin-right:589px!important}.tab-port-mr-590{margin-right:590px!important}.tab-port-mr-591{margin-right:591px!important}.tab-port-mr-592{margin-right:592px!important}.tab-port-mr-593{margin-right:593px!important}.tab-port-mr-594{margin-right:594px!important}.tab-port-mr-595{margin-right:595px!important}.tab-port-mr-596{margin-right:596px!important}.tab-port-mr-597{margin-right:597px!important}.tab-port-mr-598{margin-right:598px!important}.tab-port-mr-599{margin-right:599px!important}.tab-port-mr-600{margin-right:600px!important}.tab-port-mr-601{margin-right:601px!important}.tab-port-mr-602{margin-right:602px!important}.tab-port-mr-603{margin-right:603px!important}.tab-port-mr-604{margin-right:604px!important}.tab-port-mr-605{margin-right:605px!important}.tab-port-mr-606{margin-right:606px!important}.tab-port-mr-607{margin-right:607px!important}.tab-port-mr-608{margin-right:608px!important}.tab-port-mr-609{margin-right:609px!important}.tab-port-mr-610{margin-right:610px!important}.tab-port-mr-611{margin-right:611px!important}.tab-port-mr-612{margin-right:612px!important}.tab-port-mr-613{margin-right:613px!important}.tab-port-mr-614{margin-right:614px!important}.tab-port-mr-615{margin-right:615px!important}.tab-port-mr-616{margin-right:616px!important}.tab-port-mr-617{margin-right:617px!important}.tab-port-mr-618{margin-right:618px!important}.tab-port-mr-619{margin-right:619px!important}.tab-port-mr-620{margin-right:620px!important}.tab-port-mr-621{margin-right:621px!important}.tab-port-mr-622{margin-right:622px!important}.tab-port-mr-623{margin-right:623px!important}.tab-port-mr-624{margin-right:624px!important}.tab-port-mr-625{margin-right:625px!important}.tab-port-mr-626{margin-right:626px!important}.tab-port-mr-627{margin-right:627px!important}.tab-port-mr-628{margin-right:628px!important}.tab-port-mr-629{margin-right:629px!important}.tab-port-mr-630{margin-right:630px!important}.tab-port-mr-631{margin-right:631px!important}.tab-port-mr-632{margin-right:632px!important}.tab-port-mr-633{margin-right:633px!important}.tab-port-mr-634{margin-right:634px!important}.tab-port-mr-635{margin-right:635px!important}.tab-port-mr-636{margin-right:636px!important}.tab-port-mr-637{margin-right:637px!important}.tab-port-mr-638{margin-right:638px!important}.tab-port-mr-639{margin-right:639px!important}.tab-port-mr-640{margin-right:640px!important}.tab-port-mr-641{margin-right:641px!important}.tab-port-mr-642{margin-right:642px!important}.tab-port-mr-643{margin-right:643px!important}.tab-port-mr-644{margin-right:644px!important}.tab-port-mr-645{margin-right:645px!important}.tab-port-mr-646{margin-right:646px!important}.tab-port-mr-647{margin-right:647px!important}.tab-port-mr-648{margin-right:648px!important}.tab-port-mr-649{margin-right:649px!important}.tab-port-mr-650{margin-right:650px!important}.tab-port-mr-651{margin-right:651px!important}.tab-port-mr-652{margin-right:652px!important}.tab-port-mr-653{margin-right:653px!important}.tab-port-mr-654{margin-right:654px!important}.tab-port-mr-655{margin-right:655px!important}.tab-port-mr-656{margin-right:656px!important}.tab-port-mr-657{margin-right:657px!important}.tab-port-mr-658{margin-right:658px!important}.tab-port-mr-659{margin-right:659px!important}.tab-port-mr-660{margin-right:660px!important}.tab-port-mr-661{margin-right:661px!important}.tab-port-mr-662{margin-right:662px!important}.tab-port-mr-663{margin-right:663px!important}.tab-port-mr-664{margin-right:664px!important}.tab-port-mr-665{margin-right:665px!important}.tab-port-mr-666{margin-right:666px!important}.tab-port-mr-667{margin-right:667px!important}.tab-port-mr-668{margin-right:668px!important}.tab-port-mr-669{margin-right:669px!important}.tab-port-mr-670{margin-right:670px!important}.tab-port-mr-671{margin-right:671px!important}.tab-port-mr-672{margin-right:672px!important}.tab-port-mr-673{margin-right:673px!important}.tab-port-mr-674{margin-right:674px!important}.tab-port-mr-675{margin-right:675px!important}.tab-port-mr-676{margin-right:676px!important}.tab-port-mr-677{margin-right:677px!important}.tab-port-mr-678{margin-right:678px!important}.tab-port-mr-679{margin-right:679px!important}.tab-port-mr-680{margin-right:680px!important}.tab-port-mr-681{margin-right:681px!important}.tab-port-mr-682{margin-right:682px!important}.tab-port-mr-683{margin-right:683px!important}.tab-port-mr-684{margin-right:684px!important}.tab-port-mr-685{margin-right:685px!important}.tab-port-mr-686{margin-right:686px!important}.tab-port-mr-687{margin-right:687px!important}.tab-port-mr-688{margin-right:688px!important}.tab-port-mr-689{margin-right:689px!important}.tab-port-mr-690{margin-right:690px!important}.tab-port-mr-691{margin-right:691px!important}.tab-port-mr-692{margin-right:692px!important}.tab-port-mr-693{margin-right:693px!important}.tab-port-mr-694{margin-right:694px!important}.tab-port-mr-695{margin-right:695px!important}.tab-port-mr-696{margin-right:696px!important}.tab-port-mr-697{margin-right:697px!important}.tab-port-mr-698{margin-right:698px!important}.tab-port-mr-699{margin-right:699px!important}.tab-port-mr-700{margin-right:700px!important}.tab-port-mr-701{margin-right:701px!important}.tab-port-mr-702{margin-right:702px!important}.tab-port-mr-703{margin-right:703px!important}.tab-port-mr-704{margin-right:704px!important}.tab-port-mr-705{margin-right:705px!important}.tab-port-mr-706{margin-right:706px!important}.tab-port-mr-707{margin-right:707px!important}.tab-port-mr-708{margin-right:708px!important}.tab-port-mr-709{margin-right:709px!important}.tab-port-mr-710{margin-right:710px!important}.tab-port-mr-711{margin-right:711px!important}.tab-port-mr-712{margin-right:712px!important}.tab-port-mr-713{margin-right:713px!important}.tab-port-mr-714{margin-right:714px!important}.tab-port-mr-715{margin-right:715px!important}.tab-port-mr-716{margin-right:716px!important}.tab-port-mr-717{margin-right:717px!important}.tab-port-mr-718{margin-right:718px!important}.tab-port-mr-719{margin-right:719px!important}.tab-port-mr-720{margin-right:720px!important}.tab-port-mr-721{margin-right:721px!important}.tab-port-mr-722{margin-right:722px!important}.tab-port-mr-723{margin-right:723px!important}.tab-port-mr-724{margin-right:724px!important}.tab-port-mr-725{margin-right:725px!important}.tab-port-mr-726{margin-right:726px!important}.tab-port-mr-727{margin-right:727px!important}.tab-port-mr-728{margin-right:728px!important}.tab-port-mr-729{margin-right:729px!important}.tab-port-mr-730{margin-right:730px!important}.tab-port-mr-731{margin-right:731px!important}.tab-port-mr-732{margin-right:732px!important}.tab-port-mr-733{margin-right:733px!important}.tab-port-mr-734{margin-right:734px!important}.tab-port-mr-735{margin-right:735px!important}.tab-port-mr-736{margin-right:736px!important}.tab-port-mr-737{margin-right:737px!important}.tab-port-mr-738{margin-right:738px!important}.tab-port-mr-739{margin-right:739px!important}.tab-port-mr-740{margin-right:740px!important}.tab-port-mr-741{margin-right:741px!important}.tab-port-mr-742{margin-right:742px!important}.tab-port-mr-743{margin-right:743px!important}.tab-port-mr-744{margin-right:744px!important}.tab-port-mr-745{margin-right:745px!important}.tab-port-mr-746{margin-right:746px!important}.tab-port-mr-747{margin-right:747px!important}.tab-port-mr-748{margin-right:748px!important}.tab-port-mr-749{margin-right:749px!important}.tab-port-mr-750{margin-right:750px!important}.tab-port-mr-751{margin-right:751px!important}.tab-port-mr-752{margin-right:752px!important}.tab-port-mr-753{margin-right:753px!important}.tab-port-mr-754{margin-right:754px!important}.tab-port-mr-755{margin-right:755px!important}.tab-port-mr-756{margin-right:756px!important}.tab-port-mr-757{margin-right:757px!important}.tab-port-mr-758{margin-right:758px!important}.tab-port-mr-759{margin-right:759px!important}.tab-port-mr-760{margin-right:760px!important}.tab-port-mr-761{margin-right:761px!important}.tab-port-mr-762{margin-right:762px!important}.tab-port-mr-763{margin-right:763px!important}.tab-port-mr-764{margin-right:764px!important}.tab-port-mr-765{margin-right:765px!important}.tab-port-mr-766{margin-right:766px!important}.tab-port-mr-767{margin-right:767px!important}.tab-port-mr-768{margin-right:768px!important}.tab-port-mr-769{margin-right:769px!important}.tab-port-mr-770{margin-right:770px!important}.tab-port-mr-771{margin-right:771px!important}.tab-port-mr-772{margin-right:772px!important}.tab-port-mr-773{margin-right:773px!important}.tab-port-mr-774{margin-right:774px!important}.tab-port-mr-775{margin-right:775px!important}.tab-port-mr-776{margin-right:776px!important}.tab-port-mr-777{margin-right:777px!important}.tab-port-mr-778{margin-right:778px!important}.tab-port-mr-779{margin-right:779px!important}.tab-port-mr-780{margin-right:780px!important}.tab-port-mr-781{margin-right:781px!important}.tab-port-mr-782{margin-right:782px!important}.tab-port-mr-783{margin-right:783px!important}.tab-port-mr-784{margin-right:784px!important}.tab-port-mr-785{margin-right:785px!important}.tab-port-mr-786{margin-right:786px!important}.tab-port-mr-787{margin-right:787px!important}.tab-port-mr-788{margin-right:788px!important}.tab-port-mr-789{margin-right:789px!important}.tab-port-mr-790{margin-right:790px!important}.tab-port-mr-791{margin-right:791px!important}.tab-port-mr-792{margin-right:792px!important}.tab-port-mr-793{margin-right:793px!important}.tab-port-mr-794{margin-right:794px!important}.tab-port-mr-795{margin-right:795px!important}.tab-port-mr-796{margin-right:796px!important}.tab-port-mr-797{margin-right:797px!important}.tab-port-mr-798{margin-right:798px!important}.tab-port-mr-799{margin-right:799px!important}.tab-port-mr-800{margin-right:800px!important}.tab-port-mr-801{margin-right:801px!important}.tab-port-mr-802{margin-right:802px!important}.tab-port-mr-803{margin-right:803px!important}.tab-port-mr-804{margin-right:804px!important}.tab-port-mr-805{margin-right:805px!important}.tab-port-mr-806{margin-right:806px!important}.tab-port-mr-807{margin-right:807px!important}.tab-port-mr-808{margin-right:808px!important}.tab-port-mr-809{margin-right:809px!important}.tab-port-mr-810{margin-right:810px!important}.tab-port-mr-811{margin-right:811px!important}.tab-port-mr-812{margin-right:812px!important}.tab-port-mr-813{margin-right:813px!important}.tab-port-mr-814{margin-right:814px!important}.tab-port-mr-815{margin-right:815px!important}.tab-port-mr-816{margin-right:816px!important}.tab-port-mr-817{margin-right:817px!important}.tab-port-mr-818{margin-right:818px!important}.tab-port-mr-819{margin-right:819px!important}.tab-port-mr-820{margin-right:820px!important}.tab-port-mr-821{margin-right:821px!important}.tab-port-mr-822{margin-right:822px!important}.tab-port-mr-823{margin-right:823px!important}.tab-port-mr-824{margin-right:824px!important}.tab-port-mr-825{margin-right:825px!important}.tab-port-mr-826{margin-right:826px!important}.tab-port-mr-827{margin-right:827px!important}.tab-port-mr-828{margin-right:828px!important}.tab-port-mr-829{margin-right:829px!important}.tab-port-mr-830{margin-right:830px!important}.tab-port-mr-831{margin-right:831px!important}.tab-port-mr-832{margin-right:832px!important}.tab-port-mr-833{margin-right:833px!important}.tab-port-mr-834{margin-right:834px!important}.tab-port-mr-835{margin-right:835px!important}.tab-port-mr-836{margin-right:836px!important}.tab-port-mr-837{margin-right:837px!important}.tab-port-mr-838{margin-right:838px!important}.tab-port-mr-839{margin-right:839px!important}.tab-port-mr-840{margin-right:840px!important}.tab-port-mr-841{margin-right:841px!important}.tab-port-mr-842{margin-right:842px!important}.tab-port-mr-843{margin-right:843px!important}.tab-port-mr-844{margin-right:844px!important}.tab-port-mr-845{margin-right:845px!important}.tab-port-mr-846{margin-right:846px!important}.tab-port-mr-847{margin-right:847px!important}.tab-port-mr-848{margin-right:848px!important}.tab-port-mr-849{margin-right:849px!important}.tab-port-mr-850{margin-right:850px!important}.tab-port-mr-851{margin-right:851px!important}.tab-port-mr-852{margin-right:852px!important}.tab-port-mr-853{margin-right:853px!important}.tab-port-mr-854{margin-right:854px!important}.tab-port-mr-855{margin-right:855px!important}.tab-port-mr-856{margin-right:856px!important}.tab-port-mr-857{margin-right:857px!important}.tab-port-mr-858{margin-right:858px!important}.tab-port-mr-859{margin-right:859px!important}.tab-port-mr-860{margin-right:860px!important}.tab-port-mr-861{margin-right:861px!important}.tab-port-mr-862{margin-right:862px!important}.tab-port-mr-863{margin-right:863px!important}.tab-port-mr-864{margin-right:864px!important}.tab-port-mr-865{margin-right:865px!important}.tab-port-mr-866{margin-right:866px!important}.tab-port-mr-867{margin-right:867px!important}.tab-port-mr-868{margin-right:868px!important}.tab-port-mr-869{margin-right:869px!important}.tab-port-mr-870{margin-right:870px!important}.tab-port-mr-871{margin-right:871px!important}.tab-port-mr-872{margin-right:872px!important}.tab-port-mr-873{margin-right:873px!important}.tab-port-mr-874{margin-right:874px!important}.tab-port-mr-875{margin-right:875px!important}.tab-port-mr-876{margin-right:876px!important}.tab-port-mr-877{margin-right:877px!important}.tab-port-mr-878{margin-right:878px!important}.tab-port-mr-879{margin-right:879px!important}.tab-port-mr-880{margin-right:880px!important}.tab-port-mr-881{margin-right:881px!important}.tab-port-mr-882{margin-right:882px!important}.tab-port-mr-883{margin-right:883px!important}.tab-port-mr-884{margin-right:884px!important}.tab-port-mr-885{margin-right:885px!important}.tab-port-mr-886{margin-right:886px!important}.tab-port-mr-887{margin-right:887px!important}.tab-port-mr-888{margin-right:888px!important}.tab-port-mr-889{margin-right:889px!important}.tab-port-mr-890{margin-right:890px!important}.tab-port-mr-891{margin-right:891px!important}.tab-port-mr-892{margin-right:892px!important}.tab-port-mr-893{margin-right:893px!important}.tab-port-mr-894{margin-right:894px!important}.tab-port-mr-895{margin-right:895px!important}.tab-port-mr-896{margin-right:896px!important}.tab-port-mr-897{margin-right:897px!important}.tab-port-mr-898{margin-right:898px!important}.tab-port-mr-899{margin-right:899px!important}.tab-port-mr-900{margin-right:900px!important}.tab-port-mr-901{margin-right:901px!important}.tab-port-mr-902{margin-right:902px!important}.tab-port-mr-903{margin-right:903px!important}.tab-port-mr-904{margin-right:904px!important}.tab-port-mr-905{margin-right:905px!important}.tab-port-mr-906{margin-right:906px!important}.tab-port-mr-907{margin-right:907px!important}.tab-port-mr-908{margin-right:908px!important}.tab-port-mr-909{margin-right:909px!important}.tab-port-mr-910{margin-right:910px!important}.tab-port-mr-911{margin-right:911px!important}.tab-port-mr-912{margin-right:912px!important}.tab-port-mr-913{margin-right:913px!important}.tab-port-mr-914{margin-right:914px!important}.tab-port-mr-915{margin-right:915px!important}.tab-port-mr-916{margin-right:916px!important}.tab-port-mr-917{margin-right:917px!important}.tab-port-mr-918{margin-right:918px!important}.tab-port-mr-919{margin-right:919px!important}.tab-port-mr-920{margin-right:920px!important}.tab-port-mr-921{margin-right:921px!important}.tab-port-mr-922{margin-right:922px!important}.tab-port-mr-923{margin-right:923px!important}.tab-port-mr-924{margin-right:924px!important}.tab-port-mr-925{margin-right:925px!important}.tab-port-mr-926{margin-right:926px!important}.tab-port-mr-927{margin-right:927px!important}.tab-port-mr-928{margin-right:928px!important}.tab-port-mr-929{margin-right:929px!important}.tab-port-mr-930{margin-right:930px!important}.tab-port-mr-931{margin-right:931px!important}.tab-port-mr-932{margin-right:932px!important}.tab-port-mr-933{margin-right:933px!important}.tab-port-mr-934{margin-right:934px!important}.tab-port-mr-935{margin-right:935px!important}.tab-port-mr-936{margin-right:936px!important}.tab-port-mr-937{margin-right:937px!important}.tab-port-mr-938{margin-right:938px!important}.tab-port-mr-939{margin-right:939px!important}.tab-port-mr-940{margin-right:940px!important}.tab-port-mr-941{margin-right:941px!important}.tab-port-mr-942{margin-right:942px!important}.tab-port-mr-943{margin-right:943px!important}.tab-port-mr-944{margin-right:944px!important}.tab-port-mr-945{margin-right:945px!important}.tab-port-mr-946{margin-right:946px!important}.tab-port-mr-947{margin-right:947px!important}.tab-port-mr-948{margin-right:948px!important}.tab-port-mr-949{margin-right:949px!important}.tab-port-mr-950{margin-right:950px!important}.tab-port-mr-951{margin-right:951px!important}.tab-port-mr-952{margin-right:952px!important}.tab-port-mr-953{margin-right:953px!important}.tab-port-mr-954{margin-right:954px!important}.tab-port-mr-955{margin-right:955px!important}.tab-port-mr-956{margin-right:956px!important}.tab-port-mr-957{margin-right:957px!important}.tab-port-mr-958{margin-right:958px!important}.tab-port-mr-959{margin-right:959px!important}.tab-port-mr-960{margin-right:960px!important}.tab-port-mr-961{margin-right:961px!important}.tab-port-mr-962{margin-right:962px!important}.tab-port-mr-963{margin-right:963px!important}.tab-port-mr-964{margin-right:964px!important}.tab-port-mr-965{margin-right:965px!important}.tab-port-mr-966{margin-right:966px!important}.tab-port-mr-967{margin-right:967px!important}.tab-port-mr-968{margin-right:968px!important}.tab-port-mr-969{margin-right:969px!important}.tab-port-mr-970{margin-right:970px!important}.tab-port-mr-971{margin-right:971px!important}.tab-port-mr-972{margin-right:972px!important}.tab-port-mr-973{margin-right:973px!important}.tab-port-mr-974{margin-right:974px!important}.tab-port-mr-975{margin-right:975px!important}.tab-port-mr-976{margin-right:976px!important}.tab-port-mr-977{margin-right:977px!important}.tab-port-mr-978{margin-right:978px!important}.tab-port-mr-979{margin-right:979px!important}.tab-port-mr-980{margin-right:980px!important}.tab-port-mr-981{margin-right:981px!important}.tab-port-mr-982{margin-right:982px!important}.tab-port-mr-983{margin-right:983px!important}.tab-port-mr-984{margin-right:984px!important}.tab-port-mr-985{margin-right:985px!important}.tab-port-mr-986{margin-right:986px!important}.tab-port-mr-987{margin-right:987px!important}.tab-port-mr-988{margin-right:988px!important}.tab-port-mr-989{margin-right:989px!important}.tab-port-mr-990{margin-right:990px!important}.tab-port-mr-991{margin-right:991px!important}.tab-port-mr-992{margin-right:992px!important}.tab-port-mr-993{margin-right:993px!important}.tab-port-mr-994{margin-right:994px!important}.tab-port-mr-995{margin-right:995px!important}.tab-port-mr-996{margin-right:996px!important}.tab-port-mr-997{margin-right:997px!important}.tab-port-mr-998{margin-right:998px!important}.tab-port-mr-999{margin-right:999px!important}.tab-port-mr-1000{margin-right:1000px!important}.tab-port-mb-0{margin-bottom:0!important}.tab-port-mb-1{margin-bottom:1px!important}.tab-port-mb-2{margin-bottom:2px!important}.tab-port-mb-3{margin-bottom:3px!important}.tab-port-mb-4{margin-bottom:4px!important}.tab-port-mb-5{margin-bottom:5px!important}.tab-port-mb-6{margin-bottom:6px!important}.tab-port-mb-7{margin-bottom:7px!important}.tab-port-mb-8{margin-bottom:8px!important}.tab-port-mb-9{margin-bottom:9px!important}.tab-port-mb-10{margin-bottom:10px!important}.tab-port-mb-11{margin-bottom:11px!important}.tab-port-mb-12{margin-bottom:12px!important}.tab-port-mb-13{margin-bottom:13px!important}.tab-port-mb-14{margin-bottom:14px!important}.tab-port-mb-15{margin-bottom:15px!important}.tab-port-mb-16{margin-bottom:16px!important}.tab-port-mb-17{margin-bottom:17px!important}.tab-port-mb-18{margin-bottom:18px!important}.tab-port-mb-19{margin-bottom:19px!important}.tab-port-mb-20{margin-bottom:20px!important}.tab-port-mb-21{margin-bottom:21px!important}.tab-port-mb-22{margin-bottom:22px!important}.tab-port-mb-23{margin-bottom:23px!important}.tab-port-mb-24{margin-bottom:24px!important}.tab-port-mb-25{margin-bottom:25px!important}.tab-port-mb-26{margin-bottom:26px!important}.tab-port-mb-27{margin-bottom:27px!important}.tab-port-mb-28{margin-bottom:28px!important}.tab-port-mb-29{margin-bottom:29px!important}.tab-port-mb-30{margin-bottom:30px!important}.tab-port-mb-31{margin-bottom:31px!important}.tab-port-mb-32{margin-bottom:32px!important}.tab-port-mb-33{margin-bottom:33px!important}.tab-port-mb-34{margin-bottom:34px!important}.tab-port-mb-35{margin-bottom:35px!important}.tab-port-mb-36{margin-bottom:36px!important}.tab-port-mb-37{margin-bottom:37px!important}.tab-port-mb-38{margin-bottom:38px!important}.tab-port-mb-39{margin-bottom:39px!important}.tab-port-mb-40{margin-bottom:40px!important}.tab-port-mb-41{margin-bottom:41px!important}.tab-port-mb-42{margin-bottom:42px!important}.tab-port-mb-43{margin-bottom:43px!important}.tab-port-mb-44{margin-bottom:44px!important}.tab-port-mb-45{margin-bottom:45px!important}.tab-port-mb-46{margin-bottom:46px!important}.tab-port-mb-47{margin-bottom:47px!important}.tab-port-mb-48{margin-bottom:48px!important}.tab-port-mb-49{margin-bottom:49px!important}.tab-port-mb-50{margin-bottom:50px!important}.tab-port-mb-51{margin-bottom:51px!important}.tab-port-mb-52{margin-bottom:52px!important}.tab-port-mb-53{margin-bottom:53px!important}.tab-port-mb-54{margin-bottom:54px!important}.tab-port-mb-55{margin-bottom:55px!important}.tab-port-mb-56{margin-bottom:56px!important}.tab-port-mb-57{margin-bottom:57px!important}.tab-port-mb-58{margin-bottom:58px!important}.tab-port-mb-59{margin-bottom:59px!important}.tab-port-mb-60{margin-bottom:60px!important}.tab-port-mb-61{margin-bottom:61px!important}.tab-port-mb-62{margin-bottom:62px!important}.tab-port-mb-63{margin-bottom:63px!important}.tab-port-mb-64{margin-bottom:64px!important}.tab-port-mb-65{margin-bottom:65px!important}.tab-port-mb-66{margin-bottom:66px!important}.tab-port-mb-67{margin-bottom:67px!important}.tab-port-mb-68{margin-bottom:68px!important}.tab-port-mb-69{margin-bottom:69px!important}.tab-port-mb-70{margin-bottom:70px!important}.tab-port-mb-71{margin-bottom:71px!important}.tab-port-mb-72{margin-bottom:72px!important}.tab-port-mb-73{margin-bottom:73px!important}.tab-port-mb-74{margin-bottom:74px!important}.tab-port-mb-75{margin-bottom:75px!important}.tab-port-mb-76{margin-bottom:76px!important}.tab-port-mb-77{margin-bottom:77px!important}.tab-port-mb-78{margin-bottom:78px!important}.tab-port-mb-79{margin-bottom:79px!important}.tab-port-mb-80{margin-bottom:80px!important}.tab-port-mb-81{margin-bottom:81px!important}.tab-port-mb-82{margin-bottom:82px!important}.tab-port-mb-83{margin-bottom:83px!important}.tab-port-mb-84{margin-bottom:84px!important}.tab-port-mb-85{margin-bottom:85px!important}.tab-port-mb-86{margin-bottom:86px!important}.tab-port-mb-87{margin-bottom:87px!important}.tab-port-mb-88{margin-bottom:88px!important}.tab-port-mb-89{margin-bottom:89px!important}.tab-port-mb-90{margin-bottom:90px!important}.tab-port-mb-91{margin-bottom:91px!important}.tab-port-mb-92{margin-bottom:92px!important}.tab-port-mb-93{margin-bottom:93px!important}.tab-port-mb-94{margin-bottom:94px!important}.tab-port-mb-95{margin-bottom:95px!important}.tab-port-mb-96{margin-bottom:96px!important}.tab-port-mb-97{margin-bottom:97px!important}.tab-port-mb-98{margin-bottom:98px!important}.tab-port-mb-99{margin-bottom:99px!important}.tab-port-mb-100{margin-bottom:100px!important}.tab-port-mb-101{margin-bottom:101px!important}.tab-port-mb-102{margin-bottom:102px!important}.tab-port-mb-103{margin-bottom:103px!important}.tab-port-mb-104{margin-bottom:104px!important}.tab-port-mb-105{margin-bottom:105px!important}.tab-port-mb-106{margin-bottom:106px!important}.tab-port-mb-107{margin-bottom:107px!important}.tab-port-mb-108{margin-bottom:108px!important}.tab-port-mb-109{margin-bottom:109px!important}.tab-port-mb-110{margin-bottom:110px!important}.tab-port-mb-111{margin-bottom:111px!important}.tab-port-mb-112{margin-bottom:112px!important}.tab-port-mb-113{margin-bottom:113px!important}.tab-port-mb-114{margin-bottom:114px!important}.tab-port-mb-115{margin-bottom:115px!important}.tab-port-mb-116{margin-bottom:116px!important}.tab-port-mb-117{margin-bottom:117px!important}.tab-port-mb-118{margin-bottom:118px!important}.tab-port-mb-119{margin-bottom:119px!important}.tab-port-mb-120{margin-bottom:120px!important}.tab-port-mb-121{margin-bottom:121px!important}.tab-port-mb-122{margin-bottom:122px!important}.tab-port-mb-123{margin-bottom:123px!important}.tab-port-mb-124{margin-bottom:124px!important}.tab-port-mb-125{margin-bottom:125px!important}.tab-port-mb-126{margin-bottom:126px!important}.tab-port-mb-127{margin-bottom:127px!important}.tab-port-mb-128{margin-bottom:128px!important}.tab-port-mb-129{margin-bottom:129px!important}.tab-port-mb-130{margin-bottom:130px!important}.tab-port-mb-131{margin-bottom:131px!important}.tab-port-mb-132{margin-bottom:132px!important}.tab-port-mb-133{margin-bottom:133px!important}.tab-port-mb-134{margin-bottom:134px!important}.tab-port-mb-135{margin-bottom:135px!important}.tab-port-mb-136{margin-bottom:136px!important}.tab-port-mb-137{margin-bottom:137px!important}.tab-port-mb-138{margin-bottom:138px!important}.tab-port-mb-139{margin-bottom:139px!important}.tab-port-mb-140{margin-bottom:140px!important}.tab-port-mb-141{margin-bottom:141px!important}.tab-port-mb-142{margin-bottom:142px!important}.tab-port-mb-143{margin-bottom:143px!important}.tab-port-mb-144{margin-bottom:144px!important}.tab-port-mb-145{margin-bottom:145px!important}.tab-port-mb-146{margin-bottom:146px!important}.tab-port-mb-147{margin-bottom:147px!important}.tab-port-mb-148{margin-bottom:148px!important}.tab-port-mb-149{margin-bottom:149px!important}.tab-port-mb-150{margin-bottom:150px!important}.tab-port-mb-151{margin-bottom:151px!important}.tab-port-mb-152{margin-bottom:152px!important}.tab-port-mb-153{margin-bottom:153px!important}.tab-port-mb-154{margin-bottom:154px!important}.tab-port-mb-155{margin-bottom:155px!important}.tab-port-mb-156{margin-bottom:156px!important}.tab-port-mb-157{margin-bottom:157px!important}.tab-port-mb-158{margin-bottom:158px!important}.tab-port-mb-159{margin-bottom:159px!important}.tab-port-mb-160{margin-bottom:160px!important}.tab-port-mb-161{margin-bottom:161px!important}.tab-port-mb-162{margin-bottom:162px!important}.tab-port-mb-163{margin-bottom:163px!important}.tab-port-mb-164{margin-bottom:164px!important}.tab-port-mb-165{margin-bottom:165px!important}.tab-port-mb-166{margin-bottom:166px!important}.tab-port-mb-167{margin-bottom:167px!important}.tab-port-mb-168{margin-bottom:168px!important}.tab-port-mb-169{margin-bottom:169px!important}.tab-port-mb-170{margin-bottom:170px!important}.tab-port-mb-171{margin-bottom:171px!important}.tab-port-mb-172{margin-bottom:172px!important}.tab-port-mb-173{margin-bottom:173px!important}.tab-port-mb-174{margin-bottom:174px!important}.tab-port-mb-175{margin-bottom:175px!important}.tab-port-mb-176{margin-bottom:176px!important}.tab-port-mb-177{margin-bottom:177px!important}.tab-port-mb-178{margin-bottom:178px!important}.tab-port-mb-179{margin-bottom:179px!important}.tab-port-mb-180{margin-bottom:180px!important}.tab-port-mb-181{margin-bottom:181px!important}.tab-port-mb-182{margin-bottom:182px!important}.tab-port-mb-183{margin-bottom:183px!important}.tab-port-mb-184{margin-bottom:184px!important}.tab-port-mb-185{margin-bottom:185px!important}.tab-port-mb-186{margin-bottom:186px!important}.tab-port-mb-187{margin-bottom:187px!important}.tab-port-mb-188{margin-bottom:188px!important}.tab-port-mb-189{margin-bottom:189px!important}.tab-port-mb-190{margin-bottom:190px!important}.tab-port-mb-191{margin-bottom:191px!important}.tab-port-mb-192{margin-bottom:192px!important}.tab-port-mb-193{margin-bottom:193px!important}.tab-port-mb-194{margin-bottom:194px!important}.tab-port-mb-195{margin-bottom:195px!important}.tab-port-mb-196{margin-bottom:196px!important}.tab-port-mb-197{margin-bottom:197px!important}.tab-port-mb-198{margin-bottom:198px!important}.tab-port-mb-199{margin-bottom:199px!important}.tab-port-mb-200{margin-bottom:200px!important}.tab-port-mb-201{margin-bottom:201px!important}.tab-port-mb-202{margin-bottom:202px!important}.tab-port-mb-203{margin-bottom:203px!important}.tab-port-mb-204{margin-bottom:204px!important}.tab-port-mb-205{margin-bottom:205px!important}.tab-port-mb-206{margin-bottom:206px!important}.tab-port-mb-207{margin-bottom:207px!important}.tab-port-mb-208{margin-bottom:208px!important}.tab-port-mb-209{margin-bottom:209px!important}.tab-port-mb-210{margin-bottom:210px!important}.tab-port-mb-211{margin-bottom:211px!important}.tab-port-mb-212{margin-bottom:212px!important}.tab-port-mb-213{margin-bottom:213px!important}.tab-port-mb-214{margin-bottom:214px!important}.tab-port-mb-215{margin-bottom:215px!important}.tab-port-mb-216{margin-bottom:216px!important}.tab-port-mb-217{margin-bottom:217px!important}.tab-port-mb-218{margin-bottom:218px!important}.tab-port-mb-219{margin-bottom:219px!important}.tab-port-mb-220{margin-bottom:220px!important}.tab-port-mb-221{margin-bottom:221px!important}.tab-port-mb-222{margin-bottom:222px!important}.tab-port-mb-223{margin-bottom:223px!important}.tab-port-mb-224{margin-bottom:224px!important}.tab-port-mb-225{margin-bottom:225px!important}.tab-port-mb-226{margin-bottom:226px!important}.tab-port-mb-227{margin-bottom:227px!important}.tab-port-mb-228{margin-bottom:228px!important}.tab-port-mb-229{margin-bottom:229px!important}.tab-port-mb-230{margin-bottom:230px!important}.tab-port-mb-231{margin-bottom:231px!important}.tab-port-mb-232{margin-bottom:232px!important}.tab-port-mb-233{margin-bottom:233px!important}.tab-port-mb-234{margin-bottom:234px!important}.tab-port-mb-235{margin-bottom:235px!important}.tab-port-mb-236{margin-bottom:236px!important}.tab-port-mb-237{margin-bottom:237px!important}.tab-port-mb-238{margin-bottom:238px!important}.tab-port-mb-239{margin-bottom:239px!important}.tab-port-mb-240{margin-bottom:240px!important}.tab-port-mb-241{margin-bottom:241px!important}.tab-port-mb-242{margin-bottom:242px!important}.tab-port-mb-243{margin-bottom:243px!important}.tab-port-mb-244{margin-bottom:244px!important}.tab-port-mb-245{margin-bottom:245px!important}.tab-port-mb-246{margin-bottom:246px!important}.tab-port-mb-247{margin-bottom:247px!important}.tab-port-mb-248{margin-bottom:248px!important}.tab-port-mb-249{margin-bottom:249px!important}.tab-port-mb-250{margin-bottom:250px!important}.tab-port-mb-251{margin-bottom:251px!important}.tab-port-mb-252{margin-bottom:252px!important}.tab-port-mb-253{margin-bottom:253px!important}.tab-port-mb-254{margin-bottom:254px!important}.tab-port-mb-255{margin-bottom:255px!important}.tab-port-mb-256{margin-bottom:256px!important}.tab-port-mb-257{margin-bottom:257px!important}.tab-port-mb-258{margin-bottom:258px!important}.tab-port-mb-259{margin-bottom:259px!important}.tab-port-mb-260{margin-bottom:260px!important}.tab-port-mb-261{margin-bottom:261px!important}.tab-port-mb-262{margin-bottom:262px!important}.tab-port-mb-263{margin-bottom:263px!important}.tab-port-mb-264{margin-bottom:264px!important}.tab-port-mb-265{margin-bottom:265px!important}.tab-port-mb-266{margin-bottom:266px!important}.tab-port-mb-267{margin-bottom:267px!important}.tab-port-mb-268{margin-bottom:268px!important}.tab-port-mb-269{margin-bottom:269px!important}.tab-port-mb-270{margin-bottom:270px!important}.tab-port-mb-271{margin-bottom:271px!important}.tab-port-mb-272{margin-bottom:272px!important}.tab-port-mb-273{margin-bottom:273px!important}.tab-port-mb-274{margin-bottom:274px!important}.tab-port-mb-275{margin-bottom:275px!important}.tab-port-mb-276{margin-bottom:276px!important}.tab-port-mb-277{margin-bottom:277px!important}.tab-port-mb-278{margin-bottom:278px!important}.tab-port-mb-279{margin-bottom:279px!important}.tab-port-mb-280{margin-bottom:280px!important}.tab-port-mb-281{margin-bottom:281px!important}.tab-port-mb-282{margin-bottom:282px!important}.tab-port-mb-283{margin-bottom:283px!important}.tab-port-mb-284{margin-bottom:284px!important}.tab-port-mb-285{margin-bottom:285px!important}.tab-port-mb-286{margin-bottom:286px!important}.tab-port-mb-287{margin-bottom:287px!important}.tab-port-mb-288{margin-bottom:288px!important}.tab-port-mb-289{margin-bottom:289px!important}.tab-port-mb-290{margin-bottom:290px!important}.tab-port-mb-291{margin-bottom:291px!important}.tab-port-mb-292{margin-bottom:292px!important}.tab-port-mb-293{margin-bottom:293px!important}.tab-port-mb-294{margin-bottom:294px!important}.tab-port-mb-295{margin-bottom:295px!important}.tab-port-mb-296{margin-bottom:296px!important}.tab-port-mb-297{margin-bottom:297px!important}.tab-port-mb-298{margin-bottom:298px!important}.tab-port-mb-299{margin-bottom:299px!important}.tab-port-mb-300{margin-bottom:300px!important}.tab-port-mb-301{margin-bottom:301px!important}.tab-port-mb-302{margin-bottom:302px!important}.tab-port-mb-303{margin-bottom:303px!important}.tab-port-mb-304{margin-bottom:304px!important}.tab-port-mb-305{margin-bottom:305px!important}.tab-port-mb-306{margin-bottom:306px!important}.tab-port-mb-307{margin-bottom:307px!important}.tab-port-mb-308{margin-bottom:308px!important}.tab-port-mb-309{margin-bottom:309px!important}.tab-port-mb-310{margin-bottom:310px!important}.tab-port-mb-311{margin-bottom:311px!important}.tab-port-mb-312{margin-bottom:312px!important}.tab-port-mb-313{margin-bottom:313px!important}.tab-port-mb-314{margin-bottom:314px!important}.tab-port-mb-315{margin-bottom:315px!important}.tab-port-mb-316{margin-bottom:316px!important}.tab-port-mb-317{margin-bottom:317px!important}.tab-port-mb-318{margin-bottom:318px!important}.tab-port-mb-319{margin-bottom:319px!important}.tab-port-mb-320{margin-bottom:320px!important}.tab-port-mb-321{margin-bottom:321px!important}.tab-port-mb-322{margin-bottom:322px!important}.tab-port-mb-323{margin-bottom:323px!important}.tab-port-mb-324{margin-bottom:324px!important}.tab-port-mb-325{margin-bottom:325px!important}.tab-port-mb-326{margin-bottom:326px!important}.tab-port-mb-327{margin-bottom:327px!important}.tab-port-mb-328{margin-bottom:328px!important}.tab-port-mb-329{margin-bottom:329px!important}.tab-port-mb-330{margin-bottom:330px!important}.tab-port-mb-331{margin-bottom:331px!important}.tab-port-mb-332{margin-bottom:332px!important}.tab-port-mb-333{margin-bottom:333px!important}.tab-port-mb-334{margin-bottom:334px!important}.tab-port-mb-335{margin-bottom:335px!important}.tab-port-mb-336{margin-bottom:336px!important}.tab-port-mb-337{margin-bottom:337px!important}.tab-port-mb-338{margin-bottom:338px!important}.tab-port-mb-339{margin-bottom:339px!important}.tab-port-mb-340{margin-bottom:340px!important}.tab-port-mb-341{margin-bottom:341px!important}.tab-port-mb-342{margin-bottom:342px!important}.tab-port-mb-343{margin-bottom:343px!important}.tab-port-mb-344{margin-bottom:344px!important}.tab-port-mb-345{margin-bottom:345px!important}.tab-port-mb-346{margin-bottom:346px!important}.tab-port-mb-347{margin-bottom:347px!important}.tab-port-mb-348{margin-bottom:348px!important}.tab-port-mb-349{margin-bottom:349px!important}.tab-port-mb-350{margin-bottom:350px!important}.tab-port-mb-351{margin-bottom:351px!important}.tab-port-mb-352{margin-bottom:352px!important}.tab-port-mb-353{margin-bottom:353px!important}.tab-port-mb-354{margin-bottom:354px!important}.tab-port-mb-355{margin-bottom:355px!important}.tab-port-mb-356{margin-bottom:356px!important}.tab-port-mb-357{margin-bottom:357px!important}.tab-port-mb-358{margin-bottom:358px!important}.tab-port-mb-359{margin-bottom:359px!important}.tab-port-mb-360{margin-bottom:360px!important}.tab-port-mb-361{margin-bottom:361px!important}.tab-port-mb-362{margin-bottom:362px!important}.tab-port-mb-363{margin-bottom:363px!important}.tab-port-mb-364{margin-bottom:364px!important}.tab-port-mb-365{margin-bottom:365px!important}.tab-port-mb-366{margin-bottom:366px!important}.tab-port-mb-367{margin-bottom:367px!important}.tab-port-mb-368{margin-bottom:368px!important}.tab-port-mb-369{margin-bottom:369px!important}.tab-port-mb-370{margin-bottom:370px!important}.tab-port-mb-371{margin-bottom:371px!important}.tab-port-mb-372{margin-bottom:372px!important}.tab-port-mb-373{margin-bottom:373px!important}.tab-port-mb-374{margin-bottom:374px!important}.tab-port-mb-375{margin-bottom:375px!important}.tab-port-mb-376{margin-bottom:376px!important}.tab-port-mb-377{margin-bottom:377px!important}.tab-port-mb-378{margin-bottom:378px!important}.tab-port-mb-379{margin-bottom:379px!important}.tab-port-mb-380{margin-bottom:380px!important}.tab-port-mb-381{margin-bottom:381px!important}.tab-port-mb-382{margin-bottom:382px!important}.tab-port-mb-383{margin-bottom:383px!important}.tab-port-mb-384{margin-bottom:384px!important}.tab-port-mb-385{margin-bottom:385px!important}.tab-port-mb-386{margin-bottom:386px!important}.tab-port-mb-387{margin-bottom:387px!important}.tab-port-mb-388{margin-bottom:388px!important}.tab-port-mb-389{margin-bottom:389px!important}.tab-port-mb-390{margin-bottom:390px!important}.tab-port-mb-391{margin-bottom:391px!important}.tab-port-mb-392{margin-bottom:392px!important}.tab-port-mb-393{margin-bottom:393px!important}.tab-port-mb-394{margin-bottom:394px!important}.tab-port-mb-395{margin-bottom:395px!important}.tab-port-mb-396{margin-bottom:396px!important}.tab-port-mb-397{margin-bottom:397px!important}.tab-port-mb-398{margin-bottom:398px!important}.tab-port-mb-399{margin-bottom:399px!important}.tab-port-mb-400{margin-bottom:400px!important}.tab-port-mb-401{margin-bottom:401px!important}.tab-port-mb-402{margin-bottom:402px!important}.tab-port-mb-403{margin-bottom:403px!important}.tab-port-mb-404{margin-bottom:404px!important}.tab-port-mb-405{margin-bottom:405px!important}.tab-port-mb-406{margin-bottom:406px!important}.tab-port-mb-407{margin-bottom:407px!important}.tab-port-mb-408{margin-bottom:408px!important}.tab-port-mb-409{margin-bottom:409px!important}.tab-port-mb-410{margin-bottom:410px!important}.tab-port-mb-411{margin-bottom:411px!important}.tab-port-mb-412{margin-bottom:412px!important}.tab-port-mb-413{margin-bottom:413px!important}.tab-port-mb-414{margin-bottom:414px!important}.tab-port-mb-415{margin-bottom:415px!important}.tab-port-mb-416{margin-bottom:416px!important}.tab-port-mb-417{margin-bottom:417px!important}.tab-port-mb-418{margin-bottom:418px!important}.tab-port-mb-419{margin-bottom:419px!important}.tab-port-mb-420{margin-bottom:420px!important}.tab-port-mb-421{margin-bottom:421px!important}.tab-port-mb-422{margin-bottom:422px!important}.tab-port-mb-423{margin-bottom:423px!important}.tab-port-mb-424{margin-bottom:424px!important}.tab-port-mb-425{margin-bottom:425px!important}.tab-port-mb-426{margin-bottom:426px!important}.tab-port-mb-427{margin-bottom:427px!important}.tab-port-mb-428{margin-bottom:428px!important}.tab-port-mb-429{margin-bottom:429px!important}.tab-port-mb-430{margin-bottom:430px!important}.tab-port-mb-431{margin-bottom:431px!important}.tab-port-mb-432{margin-bottom:432px!important}.tab-port-mb-433{margin-bottom:433px!important}.tab-port-mb-434{margin-bottom:434px!important}.tab-port-mb-435{margin-bottom:435px!important}.tab-port-mb-436{margin-bottom:436px!important}.tab-port-mb-437{margin-bottom:437px!important}.tab-port-mb-438{margin-bottom:438px!important}.tab-port-mb-439{margin-bottom:439px!important}.tab-port-mb-440{margin-bottom:440px!important}.tab-port-mb-441{margin-bottom:441px!important}.tab-port-mb-442{margin-bottom:442px!important}.tab-port-mb-443{margin-bottom:443px!important}.tab-port-mb-444{margin-bottom:444px!important}.tab-port-mb-445{margin-bottom:445px!important}.tab-port-mb-446{margin-bottom:446px!important}.tab-port-mb-447{margin-bottom:447px!important}.tab-port-mb-448{margin-bottom:448px!important}.tab-port-mb-449{margin-bottom:449px!important}.tab-port-mb-450{margin-bottom:450px!important}.tab-port-mb-451{margin-bottom:451px!important}.tab-port-mb-452{margin-bottom:452px!important}.tab-port-mb-453{margin-bottom:453px!important}.tab-port-mb-454{margin-bottom:454px!important}.tab-port-mb-455{margin-bottom:455px!important}.tab-port-mb-456{margin-bottom:456px!important}.tab-port-mb-457{margin-bottom:457px!important}.tab-port-mb-458{margin-bottom:458px!important}.tab-port-mb-459{margin-bottom:459px!important}.tab-port-mb-460{margin-bottom:460px!important}.tab-port-mb-461{margin-bottom:461px!important}.tab-port-mb-462{margin-bottom:462px!important}.tab-port-mb-463{margin-bottom:463px!important}.tab-port-mb-464{margin-bottom:464px!important}.tab-port-mb-465{margin-bottom:465px!important}.tab-port-mb-466{margin-bottom:466px!important}.tab-port-mb-467{margin-bottom:467px!important}.tab-port-mb-468{margin-bottom:468px!important}.tab-port-mb-469{margin-bottom:469px!important}.tab-port-mb-470{margin-bottom:470px!important}.tab-port-mb-471{margin-bottom:471px!important}.tab-port-mb-472{margin-bottom:472px!important}.tab-port-mb-473{margin-bottom:473px!important}.tab-port-mb-474{margin-bottom:474px!important}.tab-port-mb-475{margin-bottom:475px!important}.tab-port-mb-476{margin-bottom:476px!important}.tab-port-mb-477{margin-bottom:477px!important}.tab-port-mb-478{margin-bottom:478px!important}.tab-port-mb-479{margin-bottom:479px!important}.tab-port-mb-480{margin-bottom:480px!important}.tab-port-mb-481{margin-bottom:481px!important}.tab-port-mb-482{margin-bottom:482px!important}.tab-port-mb-483{margin-bottom:483px!important}.tab-port-mb-484{margin-bottom:484px!important}.tab-port-mb-485{margin-bottom:485px!important}.tab-port-mb-486{margin-bottom:486px!important}.tab-port-mb-487{margin-bottom:487px!important}.tab-port-mb-488{margin-bottom:488px!important}.tab-port-mb-489{margin-bottom:489px!important}.tab-port-mb-490{margin-bottom:490px!important}.tab-port-mb-491{margin-bottom:491px!important}.tab-port-mb-492{margin-bottom:492px!important}.tab-port-mb-493{margin-bottom:493px!important}.tab-port-mb-494{margin-bottom:494px!important}.tab-port-mb-495{margin-bottom:495px!important}.tab-port-mb-496{margin-bottom:496px!important}.tab-port-mb-497{margin-bottom:497px!important}.tab-port-mb-498{margin-bottom:498px!important}.tab-port-mb-499{margin-bottom:499px!important}.tab-port-mb-500{margin-bottom:500px!important}.tab-port-mb-501{margin-bottom:501px!important}.tab-port-mb-502{margin-bottom:502px!important}.tab-port-mb-503{margin-bottom:503px!important}.tab-port-mb-504{margin-bottom:504px!important}.tab-port-mb-505{margin-bottom:505px!important}.tab-port-mb-506{margin-bottom:506px!important}.tab-port-mb-507{margin-bottom:507px!important}.tab-port-mb-508{margin-bottom:508px!important}.tab-port-mb-509{margin-bottom:509px!important}.tab-port-mb-510{margin-bottom:510px!important}.tab-port-mb-511{margin-bottom:511px!important}.tab-port-mb-512{margin-bottom:512px!important}.tab-port-mb-513{margin-bottom:513px!important}.tab-port-mb-514{margin-bottom:514px!important}.tab-port-mb-515{margin-bottom:515px!important}.tab-port-mb-516{margin-bottom:516px!important}.tab-port-mb-517{margin-bottom:517px!important}.tab-port-mb-518{margin-bottom:518px!important}.tab-port-mb-519{margin-bottom:519px!important}.tab-port-mb-520{margin-bottom:520px!important}.tab-port-mb-521{margin-bottom:521px!important}.tab-port-mb-522{margin-bottom:522px!important}.tab-port-mb-523{margin-bottom:523px!important}.tab-port-mb-524{margin-bottom:524px!important}.tab-port-mb-525{margin-bottom:525px!important}.tab-port-mb-526{margin-bottom:526px!important}.tab-port-mb-527{margin-bottom:527px!important}.tab-port-mb-528{margin-bottom:528px!important}.tab-port-mb-529{margin-bottom:529px!important}.tab-port-mb-530{margin-bottom:530px!important}.tab-port-mb-531{margin-bottom:531px!important}.tab-port-mb-532{margin-bottom:532px!important}.tab-port-mb-533{margin-bottom:533px!important}.tab-port-mb-534{margin-bottom:534px!important}.tab-port-mb-535{margin-bottom:535px!important}.tab-port-mb-536{margin-bottom:536px!important}.tab-port-mb-537{margin-bottom:537px!important}.tab-port-mb-538{margin-bottom:538px!important}.tab-port-mb-539{margin-bottom:539px!important}.tab-port-mb-540{margin-bottom:540px!important}.tab-port-mb-541{margin-bottom:541px!important}.tab-port-mb-542{margin-bottom:542px!important}.tab-port-mb-543{margin-bottom:543px!important}.tab-port-mb-544{margin-bottom:544px!important}.tab-port-mb-545{margin-bottom:545px!important}.tab-port-mb-546{margin-bottom:546px!important}.tab-port-mb-547{margin-bottom:547px!important}.tab-port-mb-548{margin-bottom:548px!important}.tab-port-mb-549{margin-bottom:549px!important}.tab-port-mb-550{margin-bottom:550px!important}.tab-port-mb-551{margin-bottom:551px!important}.tab-port-mb-552{margin-bottom:552px!important}.tab-port-mb-553{margin-bottom:553px!important}.tab-port-mb-554{margin-bottom:554px!important}.tab-port-mb-555{margin-bottom:555px!important}.tab-port-mb-556{margin-bottom:556px!important}.tab-port-mb-557{margin-bottom:557px!important}.tab-port-mb-558{margin-bottom:558px!important}.tab-port-mb-559{margin-bottom:559px!important}.tab-port-mb-560{margin-bottom:560px!important}.tab-port-mb-561{margin-bottom:561px!important}.tab-port-mb-562{margin-bottom:562px!important}.tab-port-mb-563{margin-bottom:563px!important}.tab-port-mb-564{margin-bottom:564px!important}.tab-port-mb-565{margin-bottom:565px!important}.tab-port-mb-566{margin-bottom:566px!important}.tab-port-mb-567{margin-bottom:567px!important}.tab-port-mb-568{margin-bottom:568px!important}.tab-port-mb-569{margin-bottom:569px!important}.tab-port-mb-570{margin-bottom:570px!important}.tab-port-mb-571{margin-bottom:571px!important}.tab-port-mb-572{margin-bottom:572px!important}.tab-port-mb-573{margin-bottom:573px!important}.tab-port-mb-574{margin-bottom:574px!important}.tab-port-mb-575{margin-bottom:575px!important}.tab-port-mb-576{margin-bottom:576px!important}.tab-port-mb-577{margin-bottom:577px!important}.tab-port-mb-578{margin-bottom:578px!important}.tab-port-mb-579{margin-bottom:579px!important}.tab-port-mb-580{margin-bottom:580px!important}.tab-port-mb-581{margin-bottom:581px!important}.tab-port-mb-582{margin-bottom:582px!important}.tab-port-mb-583{margin-bottom:583px!important}.tab-port-mb-584{margin-bottom:584px!important}.tab-port-mb-585{margin-bottom:585px!important}.tab-port-mb-586{margin-bottom:586px!important}.tab-port-mb-587{margin-bottom:587px!important}.tab-port-mb-588{margin-bottom:588px!important}.tab-port-mb-589{margin-bottom:589px!important}.tab-port-mb-590{margin-bottom:590px!important}.tab-port-mb-591{margin-bottom:591px!important}.tab-port-mb-592{margin-bottom:592px!important}.tab-port-mb-593{margin-bottom:593px!important}.tab-port-mb-594{margin-bottom:594px!important}.tab-port-mb-595{margin-bottom:595px!important}.tab-port-mb-596{margin-bottom:596px!important}.tab-port-mb-597{margin-bottom:597px!important}.tab-port-mb-598{margin-bottom:598px!important}.tab-port-mb-599{margin-bottom:599px!important}.tab-port-mb-600{margin-bottom:600px!important}.tab-port-mb-601{margin-bottom:601px!important}.tab-port-mb-602{margin-bottom:602px!important}.tab-port-mb-603{margin-bottom:603px!important}.tab-port-mb-604{margin-bottom:604px!important}.tab-port-mb-605{margin-bottom:605px!important}.tab-port-mb-606{margin-bottom:606px!important}.tab-port-mb-607{margin-bottom:607px!important}.tab-port-mb-608{margin-bottom:608px!important}.tab-port-mb-609{margin-bottom:609px!important}.tab-port-mb-610{margin-bottom:610px!important}.tab-port-mb-611{margin-bottom:611px!important}.tab-port-mb-612{margin-bottom:612px!important}.tab-port-mb-613{margin-bottom:613px!important}.tab-port-mb-614{margin-bottom:614px!important}.tab-port-mb-615{margin-bottom:615px!important}.tab-port-mb-616{margin-bottom:616px!important}.tab-port-mb-617{margin-bottom:617px!important}.tab-port-mb-618{margin-bottom:618px!important}.tab-port-mb-619{margin-bottom:619px!important}.tab-port-mb-620{margin-bottom:620px!important}.tab-port-mb-621{margin-bottom:621px!important}.tab-port-mb-622{margin-bottom:622px!important}.tab-port-mb-623{margin-bottom:623px!important}.tab-port-mb-624{margin-bottom:624px!important}.tab-port-mb-625{margin-bottom:625px!important}.tab-port-mb-626{margin-bottom:626px!important}.tab-port-mb-627{margin-bottom:627px!important}.tab-port-mb-628{margin-bottom:628px!important}.tab-port-mb-629{margin-bottom:629px!important}.tab-port-mb-630{margin-bottom:630px!important}.tab-port-mb-631{margin-bottom:631px!important}.tab-port-mb-632{margin-bottom:632px!important}.tab-port-mb-633{margin-bottom:633px!important}.tab-port-mb-634{margin-bottom:634px!important}.tab-port-mb-635{margin-bottom:635px!important}.tab-port-mb-636{margin-bottom:636px!important}.tab-port-mb-637{margin-bottom:637px!important}.tab-port-mb-638{margin-bottom:638px!important}.tab-port-mb-639{margin-bottom:639px!important}.tab-port-mb-640{margin-bottom:640px!important}.tab-port-mb-641{margin-bottom:641px!important}.tab-port-mb-642{margin-bottom:642px!important}.tab-port-mb-643{margin-bottom:643px!important}.tab-port-mb-644{margin-bottom:644px!important}.tab-port-mb-645{margin-bottom:645px!important}.tab-port-mb-646{margin-bottom:646px!important}.tab-port-mb-647{margin-bottom:647px!important}.tab-port-mb-648{margin-bottom:648px!important}.tab-port-mb-649{margin-bottom:649px!important}.tab-port-mb-650{margin-bottom:650px!important}.tab-port-mb-651{margin-bottom:651px!important}.tab-port-mb-652{margin-bottom:652px!important}.tab-port-mb-653{margin-bottom:653px!important}.tab-port-mb-654{margin-bottom:654px!important}.tab-port-mb-655{margin-bottom:655px!important}.tab-port-mb-656{margin-bottom:656px!important}.tab-port-mb-657{margin-bottom:657px!important}.tab-port-mb-658{margin-bottom:658px!important}.tab-port-mb-659{margin-bottom:659px!important}.tab-port-mb-660{margin-bottom:660px!important}.tab-port-mb-661{margin-bottom:661px!important}.tab-port-mb-662{margin-bottom:662px!important}.tab-port-mb-663{margin-bottom:663px!important}.tab-port-mb-664{margin-bottom:664px!important}.tab-port-mb-665{margin-bottom:665px!important}.tab-port-mb-666{margin-bottom:666px!important}.tab-port-mb-667{margin-bottom:667px!important}.tab-port-mb-668{margin-bottom:668px!important}.tab-port-mb-669{margin-bottom:669px!important}.tab-port-mb-670{margin-bottom:670px!important}.tab-port-mb-671{margin-bottom:671px!important}.tab-port-mb-672{margin-bottom:672px!important}.tab-port-mb-673{margin-bottom:673px!important}.tab-port-mb-674{margin-bottom:674px!important}.tab-port-mb-675{margin-bottom:675px!important}.tab-port-mb-676{margin-bottom:676px!important}.tab-port-mb-677{margin-bottom:677px!important}.tab-port-mb-678{margin-bottom:678px!important}.tab-port-mb-679{margin-bottom:679px!important}.tab-port-mb-680{margin-bottom:680px!important}.tab-port-mb-681{margin-bottom:681px!important}.tab-port-mb-682{margin-bottom:682px!important}.tab-port-mb-683{margin-bottom:683px!important}.tab-port-mb-684{margin-bottom:684px!important}.tab-port-mb-685{margin-bottom:685px!important}.tab-port-mb-686{margin-bottom:686px!important}.tab-port-mb-687{margin-bottom:687px!important}.tab-port-mb-688{margin-bottom:688px!important}.tab-port-mb-689{margin-bottom:689px!important}.tab-port-mb-690{margin-bottom:690px!important}.tab-port-mb-691{margin-bottom:691px!important}.tab-port-mb-692{margin-bottom:692px!important}.tab-port-mb-693{margin-bottom:693px!important}.tab-port-mb-694{margin-bottom:694px!important}.tab-port-mb-695{margin-bottom:695px!important}.tab-port-mb-696{margin-bottom:696px!important}.tab-port-mb-697{margin-bottom:697px!important}.tab-port-mb-698{margin-bottom:698px!important}.tab-port-mb-699{margin-bottom:699px!important}.tab-port-mb-700{margin-bottom:700px!important}.tab-port-mb-701{margin-bottom:701px!important}.tab-port-mb-702{margin-bottom:702px!important}.tab-port-mb-703{margin-bottom:703px!important}.tab-port-mb-704{margin-bottom:704px!important}.tab-port-mb-705{margin-bottom:705px!important}.tab-port-mb-706{margin-bottom:706px!important}.tab-port-mb-707{margin-bottom:707px!important}.tab-port-mb-708{margin-bottom:708px!important}.tab-port-mb-709{margin-bottom:709px!important}.tab-port-mb-710{margin-bottom:710px!important}.tab-port-mb-711{margin-bottom:711px!important}.tab-port-mb-712{margin-bottom:712px!important}.tab-port-mb-713{margin-bottom:713px!important}.tab-port-mb-714{margin-bottom:714px!important}.tab-port-mb-715{margin-bottom:715px!important}.tab-port-mb-716{margin-bottom:716px!important}.tab-port-mb-717{margin-bottom:717px!important}.tab-port-mb-718{margin-bottom:718px!important}.tab-port-mb-719{margin-bottom:719px!important}.tab-port-mb-720{margin-bottom:720px!important}.tab-port-mb-721{margin-bottom:721px!important}.tab-port-mb-722{margin-bottom:722px!important}.tab-port-mb-723{margin-bottom:723px!important}.tab-port-mb-724{margin-bottom:724px!important}.tab-port-mb-725{margin-bottom:725px!important}.tab-port-mb-726{margin-bottom:726px!important}.tab-port-mb-727{margin-bottom:727px!important}.tab-port-mb-728{margin-bottom:728px!important}.tab-port-mb-729{margin-bottom:729px!important}.tab-port-mb-730{margin-bottom:730px!important}.tab-port-mb-731{margin-bottom:731px!important}.tab-port-mb-732{margin-bottom:732px!important}.tab-port-mb-733{margin-bottom:733px!important}.tab-port-mb-734{margin-bottom:734px!important}.tab-port-mb-735{margin-bottom:735px!important}.tab-port-mb-736{margin-bottom:736px!important}.tab-port-mb-737{margin-bottom:737px!important}.tab-port-mb-738{margin-bottom:738px!important}.tab-port-mb-739{margin-bottom:739px!important}.tab-port-mb-740{margin-bottom:740px!important}.tab-port-mb-741{margin-bottom:741px!important}.tab-port-mb-742{margin-bottom:742px!important}.tab-port-mb-743{margin-bottom:743px!important}.tab-port-mb-744{margin-bottom:744px!important}.tab-port-mb-745{margin-bottom:745px!important}.tab-port-mb-746{margin-bottom:746px!important}.tab-port-mb-747{margin-bottom:747px!important}.tab-port-mb-748{margin-bottom:748px!important}.tab-port-mb-749{margin-bottom:749px!important}.tab-port-mb-750{margin-bottom:750px!important}.tab-port-mb-751{margin-bottom:751px!important}.tab-port-mb-752{margin-bottom:752px!important}.tab-port-mb-753{margin-bottom:753px!important}.tab-port-mb-754{margin-bottom:754px!important}.tab-port-mb-755{margin-bottom:755px!important}.tab-port-mb-756{margin-bottom:756px!important}.tab-port-mb-757{margin-bottom:757px!important}.tab-port-mb-758{margin-bottom:758px!important}.tab-port-mb-759{margin-bottom:759px!important}.tab-port-mb-760{margin-bottom:760px!important}.tab-port-mb-761{margin-bottom:761px!important}.tab-port-mb-762{margin-bottom:762px!important}.tab-port-mb-763{margin-bottom:763px!important}.tab-port-mb-764{margin-bottom:764px!important}.tab-port-mb-765{margin-bottom:765px!important}.tab-port-mb-766{margin-bottom:766px!important}.tab-port-mb-767{margin-bottom:767px!important}.tab-port-mb-768{margin-bottom:768px!important}.tab-port-mb-769{margin-bottom:769px!important}.tab-port-mb-770{margin-bottom:770px!important}.tab-port-mb-771{margin-bottom:771px!important}.tab-port-mb-772{margin-bottom:772px!important}.tab-port-mb-773{margin-bottom:773px!important}.tab-port-mb-774{margin-bottom:774px!important}.tab-port-mb-775{margin-bottom:775px!important}.tab-port-mb-776{margin-bottom:776px!important}.tab-port-mb-777{margin-bottom:777px!important}.tab-port-mb-778{margin-bottom:778px!important}.tab-port-mb-779{margin-bottom:779px!important}.tab-port-mb-780{margin-bottom:780px!important}.tab-port-mb-781{margin-bottom:781px!important}.tab-port-mb-782{margin-bottom:782px!important}.tab-port-mb-783{margin-bottom:783px!important}.tab-port-mb-784{margin-bottom:784px!important}.tab-port-mb-785{margin-bottom:785px!important}.tab-port-mb-786{margin-bottom:786px!important}.tab-port-mb-787{margin-bottom:787px!important}.tab-port-mb-788{margin-bottom:788px!important}.tab-port-mb-789{margin-bottom:789px!important}.tab-port-mb-790{margin-bottom:790px!important}.tab-port-mb-791{margin-bottom:791px!important}.tab-port-mb-792{margin-bottom:792px!important}.tab-port-mb-793{margin-bottom:793px!important}.tab-port-mb-794{margin-bottom:794px!important}.tab-port-mb-795{margin-bottom:795px!important}.tab-port-mb-796{margin-bottom:796px!important}.tab-port-mb-797{margin-bottom:797px!important}.tab-port-mb-798{margin-bottom:798px!important}.tab-port-mb-799{margin-bottom:799px!important}.tab-port-mb-800{margin-bottom:800px!important}.tab-port-mb-801{margin-bottom:801px!important}.tab-port-mb-802{margin-bottom:802px!important}.tab-port-mb-803{margin-bottom:803px!important}.tab-port-mb-804{margin-bottom:804px!important}.tab-port-mb-805{margin-bottom:805px!important}.tab-port-mb-806{margin-bottom:806px!important}.tab-port-mb-807{margin-bottom:807px!important}.tab-port-mb-808{margin-bottom:808px!important}.tab-port-mb-809{margin-bottom:809px!important}.tab-port-mb-810{margin-bottom:810px!important}.tab-port-mb-811{margin-bottom:811px!important}.tab-port-mb-812{margin-bottom:812px!important}.tab-port-mb-813{margin-bottom:813px!important}.tab-port-mb-814{margin-bottom:814px!important}.tab-port-mb-815{margin-bottom:815px!important}.tab-port-mb-816{margin-bottom:816px!important}.tab-port-mb-817{margin-bottom:817px!important}.tab-port-mb-818{margin-bottom:818px!important}.tab-port-mb-819{margin-bottom:819px!important}.tab-port-mb-820{margin-bottom:820px!important}.tab-port-mb-821{margin-bottom:821px!important}.tab-port-mb-822{margin-bottom:822px!important}.tab-port-mb-823{margin-bottom:823px!important}.tab-port-mb-824{margin-bottom:824px!important}.tab-port-mb-825{margin-bottom:825px!important}.tab-port-mb-826{margin-bottom:826px!important}.tab-port-mb-827{margin-bottom:827px!important}.tab-port-mb-828{margin-bottom:828px!important}.tab-port-mb-829{margin-bottom:829px!important}.tab-port-mb-830{margin-bottom:830px!important}.tab-port-mb-831{margin-bottom:831px!important}.tab-port-mb-832{margin-bottom:832px!important}.tab-port-mb-833{margin-bottom:833px!important}.tab-port-mb-834{margin-bottom:834px!important}.tab-port-mb-835{margin-bottom:835px!important}.tab-port-mb-836{margin-bottom:836px!important}.tab-port-mb-837{margin-bottom:837px!important}.tab-port-mb-838{margin-bottom:838px!important}.tab-port-mb-839{margin-bottom:839px!important}.tab-port-mb-840{margin-bottom:840px!important}.tab-port-mb-841{margin-bottom:841px!important}.tab-port-mb-842{margin-bottom:842px!important}.tab-port-mb-843{margin-bottom:843px!important}.tab-port-mb-844{margin-bottom:844px!important}.tab-port-mb-845{margin-bottom:845px!important}.tab-port-mb-846{margin-bottom:846px!important}.tab-port-mb-847{margin-bottom:847px!important}.tab-port-mb-848{margin-bottom:848px!important}.tab-port-mb-849{margin-bottom:849px!important}.tab-port-mb-850{margin-bottom:850px!important}.tab-port-mb-851{margin-bottom:851px!important}.tab-port-mb-852{margin-bottom:852px!important}.tab-port-mb-853{margin-bottom:853px!important}.tab-port-mb-854{margin-bottom:854px!important}.tab-port-mb-855{margin-bottom:855px!important}.tab-port-mb-856{margin-bottom:856px!important}.tab-port-mb-857{margin-bottom:857px!important}.tab-port-mb-858{margin-bottom:858px!important}.tab-port-mb-859{margin-bottom:859px!important}.tab-port-mb-860{margin-bottom:860px!important}.tab-port-mb-861{margin-bottom:861px!important}.tab-port-mb-862{margin-bottom:862px!important}.tab-port-mb-863{margin-bottom:863px!important}.tab-port-mb-864{margin-bottom:864px!important}.tab-port-mb-865{margin-bottom:865px!important}.tab-port-mb-866{margin-bottom:866px!important}.tab-port-mb-867{margin-bottom:867px!important}.tab-port-mb-868{margin-bottom:868px!important}.tab-port-mb-869{margin-bottom:869px!important}.tab-port-mb-870{margin-bottom:870px!important}.tab-port-mb-871{margin-bottom:871px!important}.tab-port-mb-872{margin-bottom:872px!important}.tab-port-mb-873{margin-bottom:873px!important}.tab-port-mb-874{margin-bottom:874px!important}.tab-port-mb-875{margin-bottom:875px!important}.tab-port-mb-876{margin-bottom:876px!important}.tab-port-mb-877{margin-bottom:877px!important}.tab-port-mb-878{margin-bottom:878px!important}.tab-port-mb-879{margin-bottom:879px!important}.tab-port-mb-880{margin-bottom:880px!important}.tab-port-mb-881{margin-bottom:881px!important}.tab-port-mb-882{margin-bottom:882px!important}.tab-port-mb-883{margin-bottom:883px!important}.tab-port-mb-884{margin-bottom:884px!important}.tab-port-mb-885{margin-bottom:885px!important}.tab-port-mb-886{margin-bottom:886px!important}.tab-port-mb-887{margin-bottom:887px!important}.tab-port-mb-888{margin-bottom:888px!important}.tab-port-mb-889{margin-bottom:889px!important}.tab-port-mb-890{margin-bottom:890px!important}.tab-port-mb-891{margin-bottom:891px!important}.tab-port-mb-892{margin-bottom:892px!important}.tab-port-mb-893{margin-bottom:893px!important}.tab-port-mb-894{margin-bottom:894px!important}.tab-port-mb-895{margin-bottom:895px!important}.tab-port-mb-896{margin-bottom:896px!important}.tab-port-mb-897{margin-bottom:897px!important}.tab-port-mb-898{margin-bottom:898px!important}.tab-port-mb-899{margin-bottom:899px!important}.tab-port-mb-900{margin-bottom:900px!important}.tab-port-mb-901{margin-bottom:901px!important}.tab-port-mb-902{margin-bottom:902px!important}.tab-port-mb-903{margin-bottom:903px!important}.tab-port-mb-904{margin-bottom:904px!important}.tab-port-mb-905{margin-bottom:905px!important}.tab-port-mb-906{margin-bottom:906px!important}.tab-port-mb-907{margin-bottom:907px!important}.tab-port-mb-908{margin-bottom:908px!important}.tab-port-mb-909{margin-bottom:909px!important}.tab-port-mb-910{margin-bottom:910px!important}.tab-port-mb-911{margin-bottom:911px!important}.tab-port-mb-912{margin-bottom:912px!important}.tab-port-mb-913{margin-bottom:913px!important}.tab-port-mb-914{margin-bottom:914px!important}.tab-port-mb-915{margin-bottom:915px!important}.tab-port-mb-916{margin-bottom:916px!important}.tab-port-mb-917{margin-bottom:917px!important}.tab-port-mb-918{margin-bottom:918px!important}.tab-port-mb-919{margin-bottom:919px!important}.tab-port-mb-920{margin-bottom:920px!important}.tab-port-mb-921{margin-bottom:921px!important}.tab-port-mb-922{margin-bottom:922px!important}.tab-port-mb-923{margin-bottom:923px!important}.tab-port-mb-924{margin-bottom:924px!important}.tab-port-mb-925{margin-bottom:925px!important}.tab-port-mb-926{margin-bottom:926px!important}.tab-port-mb-927{margin-bottom:927px!important}.tab-port-mb-928{margin-bottom:928px!important}.tab-port-mb-929{margin-bottom:929px!important}.tab-port-mb-930{margin-bottom:930px!important}.tab-port-mb-931{margin-bottom:931px!important}.tab-port-mb-932{margin-bottom:932px!important}.tab-port-mb-933{margin-bottom:933px!important}.tab-port-mb-934{margin-bottom:934px!important}.tab-port-mb-935{margin-bottom:935px!important}.tab-port-mb-936{margin-bottom:936px!important}.tab-port-mb-937{margin-bottom:937px!important}.tab-port-mb-938{margin-bottom:938px!important}.tab-port-mb-939{margin-bottom:939px!important}.tab-port-mb-940{margin-bottom:940px!important}.tab-port-mb-941{margin-bottom:941px!important}.tab-port-mb-942{margin-bottom:942px!important}.tab-port-mb-943{margin-bottom:943px!important}.tab-port-mb-944{margin-bottom:944px!important}.tab-port-mb-945{margin-bottom:945px!important}.tab-port-mb-946{margin-bottom:946px!important}.tab-port-mb-947{margin-bottom:947px!important}.tab-port-mb-948{margin-bottom:948px!important}.tab-port-mb-949{margin-bottom:949px!important}.tab-port-mb-950{margin-bottom:950px!important}.tab-port-mb-951{margin-bottom:951px!important}.tab-port-mb-952{margin-bottom:952px!important}.tab-port-mb-953{margin-bottom:953px!important}.tab-port-mb-954{margin-bottom:954px!important}.tab-port-mb-955{margin-bottom:955px!important}.tab-port-mb-956{margin-bottom:956px!important}.tab-port-mb-957{margin-bottom:957px!important}.tab-port-mb-958{margin-bottom:958px!important}.tab-port-mb-959{margin-bottom:959px!important}.tab-port-mb-960{margin-bottom:960px!important}.tab-port-mb-961{margin-bottom:961px!important}.tab-port-mb-962{margin-bottom:962px!important}.tab-port-mb-963{margin-bottom:963px!important}.tab-port-mb-964{margin-bottom:964px!important}.tab-port-mb-965{margin-bottom:965px!important}.tab-port-mb-966{margin-bottom:966px!important}.tab-port-mb-967{margin-bottom:967px!important}.tab-port-mb-968{margin-bottom:968px!important}.tab-port-mb-969{margin-bottom:969px!important}.tab-port-mb-970{margin-bottom:970px!important}.tab-port-mb-971{margin-bottom:971px!important}.tab-port-mb-972{margin-bottom:972px!important}.tab-port-mb-973{margin-bottom:973px!important}.tab-port-mb-974{margin-bottom:974px!important}.tab-port-mb-975{margin-bottom:975px!important}.tab-port-mb-976{margin-bottom:976px!important}.tab-port-mb-977{margin-bottom:977px!important}.tab-port-mb-978{margin-bottom:978px!important}.tab-port-mb-979{margin-bottom:979px!important}.tab-port-mb-980{margin-bottom:980px!important}.tab-port-mb-981{margin-bottom:981px!important}.tab-port-mb-982{margin-bottom:982px!important}.tab-port-mb-983{margin-bottom:983px!important}.tab-port-mb-984{margin-bottom:984px!important}.tab-port-mb-985{margin-bottom:985px!important}.tab-port-mb-986{margin-bottom:986px!important}.tab-port-mb-987{margin-bottom:987px!important}.tab-port-mb-988{margin-bottom:988px!important}.tab-port-mb-989{margin-bottom:989px!important}.tab-port-mb-990{margin-bottom:990px!important}.tab-port-mb-991{margin-bottom:991px!important}.tab-port-mb-992{margin-bottom:992px!important}.tab-port-mb-993{margin-bottom:993px!important}.tab-port-mb-994{margin-bottom:994px!important}.tab-port-mb-995{margin-bottom:995px!important}.tab-port-mb-996{margin-bottom:996px!important}.tab-port-mb-997{margin-bottom:997px!important}.tab-port-mb-998{margin-bottom:998px!important}.tab-port-mb-999{margin-bottom:999px!important}.tab-port-mb-1000{margin-bottom:1000px!important}.tab-port-ml-0{margin-left:0!important}.tab-port-ml-1{margin-left:1px!important}.tab-port-ml-2{margin-left:2px!important}.tab-port-ml-3{margin-left:3px!important}.tab-port-ml-4{margin-left:4px!important}.tab-port-ml-5{margin-left:5px!important}.tab-port-ml-6{margin-left:6px!important}.tab-port-ml-7{margin-left:7px!important}.tab-port-ml-8{margin-left:8px!important}.tab-port-ml-9{margin-left:9px!important}.tab-port-ml-10{margin-left:10px!important}.tab-port-ml-11{margin-left:11px!important}.tab-port-ml-12{margin-left:12px!important}.tab-port-ml-13{margin-left:13px!important}.tab-port-ml-14{margin-left:14px!important}.tab-port-ml-15{margin-left:15px!important}.tab-port-ml-16{margin-left:16px!important}.tab-port-ml-17{margin-left:17px!important}.tab-port-ml-18{margin-left:18px!important}.tab-port-ml-19{margin-left:19px!important}.tab-port-ml-20{margin-left:20px!important}.tab-port-ml-21{margin-left:21px!important}.tab-port-ml-22{margin-left:22px!important}.tab-port-ml-23{margin-left:23px!important}.tab-port-ml-24{margin-left:24px!important}.tab-port-ml-25{margin-left:25px!important}.tab-port-ml-26{margin-left:26px!important}.tab-port-ml-27{margin-left:27px!important}.tab-port-ml-28{margin-left:28px!important}.tab-port-ml-29{margin-left:29px!important}.tab-port-ml-30{margin-left:30px!important}.tab-port-ml-31{margin-left:31px!important}.tab-port-ml-32{margin-left:32px!important}.tab-port-ml-33{margin-left:33px!important}.tab-port-ml-34{margin-left:34px!important}.tab-port-ml-35{margin-left:35px!important}.tab-port-ml-36{margin-left:36px!important}.tab-port-ml-37{margin-left:37px!important}.tab-port-ml-38{margin-left:38px!important}.tab-port-ml-39{margin-left:39px!important}.tab-port-ml-40{margin-left:40px!important}.tab-port-ml-41{margin-left:41px!important}.tab-port-ml-42{margin-left:42px!important}.tab-port-ml-43{margin-left:43px!important}.tab-port-ml-44{margin-left:44px!important}.tab-port-ml-45{margin-left:45px!important}.tab-port-ml-46{margin-left:46px!important}.tab-port-ml-47{margin-left:47px!important}.tab-port-ml-48{margin-left:48px!important}.tab-port-ml-49{margin-left:49px!important}.tab-port-ml-50{margin-left:50px!important}.tab-port-ml-51{margin-left:51px!important}.tab-port-ml-52{margin-left:52px!important}.tab-port-ml-53{margin-left:53px!important}.tab-port-ml-54{margin-left:54px!important}.tab-port-ml-55{margin-left:55px!important}.tab-port-ml-56{margin-left:56px!important}.tab-port-ml-57{margin-left:57px!important}.tab-port-ml-58{margin-left:58px!important}.tab-port-ml-59{margin-left:59px!important}.tab-port-ml-60{margin-left:60px!important}.tab-port-ml-61{margin-left:61px!important}.tab-port-ml-62{margin-left:62px!important}.tab-port-ml-63{margin-left:63px!important}.tab-port-ml-64{margin-left:64px!important}.tab-port-ml-65{margin-left:65px!important}.tab-port-ml-66{margin-left:66px!important}.tab-port-ml-67{margin-left:67px!important}.tab-port-ml-68{margin-left:68px!important}.tab-port-ml-69{margin-left:69px!important}.tab-port-ml-70{margin-left:70px!important}.tab-port-ml-71{margin-left:71px!important}.tab-port-ml-72{margin-left:72px!important}.tab-port-ml-73{margin-left:73px!important}.tab-port-ml-74{margin-left:74px!important}.tab-port-ml-75{margin-left:75px!important}.tab-port-ml-76{margin-left:76px!important}.tab-port-ml-77{margin-left:77px!important}.tab-port-ml-78{margin-left:78px!important}.tab-port-ml-79{margin-left:79px!important}.tab-port-ml-80{margin-left:80px!important}.tab-port-ml-81{margin-left:81px!important}.tab-port-ml-82{margin-left:82px!important}.tab-port-ml-83{margin-left:83px!important}.tab-port-ml-84{margin-left:84px!important}.tab-port-ml-85{margin-left:85px!important}.tab-port-ml-86{margin-left:86px!important}.tab-port-ml-87{margin-left:87px!important}.tab-port-ml-88{margin-left:88px!important}.tab-port-ml-89{margin-left:89px!important}.tab-port-ml-90{margin-left:90px!important}.tab-port-ml-91{margin-left:91px!important}.tab-port-ml-92{margin-left:92px!important}.tab-port-ml-93{margin-left:93px!important}.tab-port-ml-94{margin-left:94px!important}.tab-port-ml-95{margin-left:95px!important}.tab-port-ml-96{margin-left:96px!important}.tab-port-ml-97{margin-left:97px!important}.tab-port-ml-98{margin-left:98px!important}.tab-port-ml-99{margin-left:99px!important}.tab-port-ml-100{margin-left:100px!important}.tab-port-ml-101{margin-left:101px!important}.tab-port-ml-102{margin-left:102px!important}.tab-port-ml-103{margin-left:103px!important}.tab-port-ml-104{margin-left:104px!important}.tab-port-ml-105{margin-left:105px!important}.tab-port-ml-106{margin-left:106px!important}.tab-port-ml-107{margin-left:107px!important}.tab-port-ml-108{margin-left:108px!important}.tab-port-ml-109{margin-left:109px!important}.tab-port-ml-110{margin-left:110px!important}.tab-port-ml-111{margin-left:111px!important}.tab-port-ml-112{margin-left:112px!important}.tab-port-ml-113{margin-left:113px!important}.tab-port-ml-114{margin-left:114px!important}.tab-port-ml-115{margin-left:115px!important}.tab-port-ml-116{margin-left:116px!important}.tab-port-ml-117{margin-left:117px!important}.tab-port-ml-118{margin-left:118px!important}.tab-port-ml-119{margin-left:119px!important}.tab-port-ml-120{margin-left:120px!important}.tab-port-ml-121{margin-left:121px!important}.tab-port-ml-122{margin-left:122px!important}.tab-port-ml-123{margin-left:123px!important}.tab-port-ml-124{margin-left:124px!important}.tab-port-ml-125{margin-left:125px!important}.tab-port-ml-126{margin-left:126px!important}.tab-port-ml-127{margin-left:127px!important}.tab-port-ml-128{margin-left:128px!important}.tab-port-ml-129{margin-left:129px!important}.tab-port-ml-130{margin-left:130px!important}.tab-port-ml-131{margin-left:131px!important}.tab-port-ml-132{margin-left:132px!important}.tab-port-ml-133{margin-left:133px!important}.tab-port-ml-134{margin-left:134px!important}.tab-port-ml-135{margin-left:135px!important}.tab-port-ml-136{margin-left:136px!important}.tab-port-ml-137{margin-left:137px!important}.tab-port-ml-138{margin-left:138px!important}.tab-port-ml-139{margin-left:139px!important}.tab-port-ml-140{margin-left:140px!important}.tab-port-ml-141{margin-left:141px!important}.tab-port-ml-142{margin-left:142px!important}.tab-port-ml-143{margin-left:143px!important}.tab-port-ml-144{margin-left:144px!important}.tab-port-ml-145{margin-left:145px!important}.tab-port-ml-146{margin-left:146px!important}.tab-port-ml-147{margin-left:147px!important}.tab-port-ml-148{margin-left:148px!important}.tab-port-ml-149{margin-left:149px!important}.tab-port-ml-150{margin-left:150px!important}.tab-port-ml-151{margin-left:151px!important}.tab-port-ml-152{margin-left:152px!important}.tab-port-ml-153{margin-left:153px!important}.tab-port-ml-154{margin-left:154px!important}.tab-port-ml-155{margin-left:155px!important}.tab-port-ml-156{margin-left:156px!important}.tab-port-ml-157{margin-left:157px!important}.tab-port-ml-158{margin-left:158px!important}.tab-port-ml-159{margin-left:159px!important}.tab-port-ml-160{margin-left:160px!important}.tab-port-ml-161{margin-left:161px!important}.tab-port-ml-162{margin-left:162px!important}.tab-port-ml-163{margin-left:163px!important}.tab-port-ml-164{margin-left:164px!important}.tab-port-ml-165{margin-left:165px!important}.tab-port-ml-166{margin-left:166px!important}.tab-port-ml-167{margin-left:167px!important}.tab-port-ml-168{margin-left:168px!important}.tab-port-ml-169{margin-left:169px!important}.tab-port-ml-170{margin-left:170px!important}.tab-port-ml-171{margin-left:171px!important}.tab-port-ml-172{margin-left:172px!important}.tab-port-ml-173{margin-left:173px!important}.tab-port-ml-174{margin-left:174px!important}.tab-port-ml-175{margin-left:175px!important}.tab-port-ml-176{margin-left:176px!important}.tab-port-ml-177{margin-left:177px!important}.tab-port-ml-178{margin-left:178px!important}.tab-port-ml-179{margin-left:179px!important}.tab-port-ml-180{margin-left:180px!important}.tab-port-ml-181{margin-left:181px!important}.tab-port-ml-182{margin-left:182px!important}.tab-port-ml-183{margin-left:183px!important}.tab-port-ml-184{margin-left:184px!important}.tab-port-ml-185{margin-left:185px!important}.tab-port-ml-186{margin-left:186px!important}.tab-port-ml-187{margin-left:187px!important}.tab-port-ml-188{margin-left:188px!important}.tab-port-ml-189{margin-left:189px!important}.tab-port-ml-190{margin-left:190px!important}.tab-port-ml-191{margin-left:191px!important}.tab-port-ml-192{margin-left:192px!important}.tab-port-ml-193{margin-left:193px!important}.tab-port-ml-194{margin-left:194px!important}.tab-port-ml-195{margin-left:195px!important}.tab-port-ml-196{margin-left:196px!important}.tab-port-ml-197{margin-left:197px!important}.tab-port-ml-198{margin-left:198px!important}.tab-port-ml-199{margin-left:199px!important}.tab-port-ml-200{margin-left:200px!important}.tab-port-ml-201{margin-left:201px!important}.tab-port-ml-202{margin-left:202px!important}.tab-port-ml-203{margin-left:203px!important}.tab-port-ml-204{margin-left:204px!important}.tab-port-ml-205{margin-left:205px!important}.tab-port-ml-206{margin-left:206px!important}.tab-port-ml-207{margin-left:207px!important}.tab-port-ml-208{margin-left:208px!important}.tab-port-ml-209{margin-left:209px!important}.tab-port-ml-210{margin-left:210px!important}.tab-port-ml-211{margin-left:211px!important}.tab-port-ml-212{margin-left:212px!important}.tab-port-ml-213{margin-left:213px!important}.tab-port-ml-214{margin-left:214px!important}.tab-port-ml-215{margin-left:215px!important}.tab-port-ml-216{margin-left:216px!important}.tab-port-ml-217{margin-left:217px!important}.tab-port-ml-218{margin-left:218px!important}.tab-port-ml-219{margin-left:219px!important}.tab-port-ml-220{margin-left:220px!important}.tab-port-ml-221{margin-left:221px!important}.tab-port-ml-222{margin-left:222px!important}.tab-port-ml-223{margin-left:223px!important}.tab-port-ml-224{margin-left:224px!important}.tab-port-ml-225{margin-left:225px!important}.tab-port-ml-226{margin-left:226px!important}.tab-port-ml-227{margin-left:227px!important}.tab-port-ml-228{margin-left:228px!important}.tab-port-ml-229{margin-left:229px!important}.tab-port-ml-230{margin-left:230px!important}.tab-port-ml-231{margin-left:231px!important}.tab-port-ml-232{margin-left:232px!important}.tab-port-ml-233{margin-left:233px!important}.tab-port-ml-234{margin-left:234px!important}.tab-port-ml-235{margin-left:235px!important}.tab-port-ml-236{margin-left:236px!important}.tab-port-ml-237{margin-left:237px!important}.tab-port-ml-238{margin-left:238px!important}.tab-port-ml-239{margin-left:239px!important}.tab-port-ml-240{margin-left:240px!important}.tab-port-ml-241{margin-left:241px!important}.tab-port-ml-242{margin-left:242px!important}.tab-port-ml-243{margin-left:243px!important}.tab-port-ml-244{margin-left:244px!important}.tab-port-ml-245{margin-left:245px!important}.tab-port-ml-246{margin-left:246px!important}.tab-port-ml-247{margin-left:247px!important}.tab-port-ml-248{margin-left:248px!important}.tab-port-ml-249{margin-left:249px!important}.tab-port-ml-250{margin-left:250px!important}.tab-port-ml-251{margin-left:251px!important}.tab-port-ml-252{margin-left:252px!important}.tab-port-ml-253{margin-left:253px!important}.tab-port-ml-254{margin-left:254px!important}.tab-port-ml-255{margin-left:255px!important}.tab-port-ml-256{margin-left:256px!important}.tab-port-ml-257{margin-left:257px!important}.tab-port-ml-258{margin-left:258px!important}.tab-port-ml-259{margin-left:259px!important}.tab-port-ml-260{margin-left:260px!important}.tab-port-ml-261{margin-left:261px!important}.tab-port-ml-262{margin-left:262px!important}.tab-port-ml-263{margin-left:263px!important}.tab-port-ml-264{margin-left:264px!important}.tab-port-ml-265{margin-left:265px!important}.tab-port-ml-266{margin-left:266px!important}.tab-port-ml-267{margin-left:267px!important}.tab-port-ml-268{margin-left:268px!important}.tab-port-ml-269{margin-left:269px!important}.tab-port-ml-270{margin-left:270px!important}.tab-port-ml-271{margin-left:271px!important}.tab-port-ml-272{margin-left:272px!important}.tab-port-ml-273{margin-left:273px!important}.tab-port-ml-274{margin-left:274px!important}.tab-port-ml-275{margin-left:275px!important}.tab-port-ml-276{margin-left:276px!important}.tab-port-ml-277{margin-left:277px!important}.tab-port-ml-278{margin-left:278px!important}.tab-port-ml-279{margin-left:279px!important}.tab-port-ml-280{margin-left:280px!important}.tab-port-ml-281{margin-left:281px!important}.tab-port-ml-282{margin-left:282px!important}.tab-port-ml-283{margin-left:283px!important}.tab-port-ml-284{margin-left:284px!important}.tab-port-ml-285{margin-left:285px!important}.tab-port-ml-286{margin-left:286px!important}.tab-port-ml-287{margin-left:287px!important}.tab-port-ml-288{margin-left:288px!important}.tab-port-ml-289{margin-left:289px!important}.tab-port-ml-290{margin-left:290px!important}.tab-port-ml-291{margin-left:291px!important}.tab-port-ml-292{margin-left:292px!important}.tab-port-ml-293{margin-left:293px!important}.tab-port-ml-294{margin-left:294px!important}.tab-port-ml-295{margin-left:295px!important}.tab-port-ml-296{margin-left:296px!important}.tab-port-ml-297{margin-left:297px!important}.tab-port-ml-298{margin-left:298px!important}.tab-port-ml-299{margin-left:299px!important}.tab-port-ml-300{margin-left:300px!important}.tab-port-ml-301{margin-left:301px!important}.tab-port-ml-302{margin-left:302px!important}.tab-port-ml-303{margin-left:303px!important}.tab-port-ml-304{margin-left:304px!important}.tab-port-ml-305{margin-left:305px!important}.tab-port-ml-306{margin-left:306px!important}.tab-port-ml-307{margin-left:307px!important}.tab-port-ml-308{margin-left:308px!important}.tab-port-ml-309{margin-left:309px!important}.tab-port-ml-310{margin-left:310px!important}.tab-port-ml-311{margin-left:311px!important}.tab-port-ml-312{margin-left:312px!important}.tab-port-ml-313{margin-left:313px!important}.tab-port-ml-314{margin-left:314px!important}.tab-port-ml-315{margin-left:315px!important}.tab-port-ml-316{margin-left:316px!important}.tab-port-ml-317{margin-left:317px!important}.tab-port-ml-318{margin-left:318px!important}.tab-port-ml-319{margin-left:319px!important}.tab-port-ml-320{margin-left:320px!important}.tab-port-ml-321{margin-left:321px!important}.tab-port-ml-322{margin-left:322px!important}.tab-port-ml-323{margin-left:323px!important}.tab-port-ml-324{margin-left:324px!important}.tab-port-ml-325{margin-left:325px!important}.tab-port-ml-326{margin-left:326px!important}.tab-port-ml-327{margin-left:327px!important}.tab-port-ml-328{margin-left:328px!important}.tab-port-ml-329{margin-left:329px!important}.tab-port-ml-330{margin-left:330px!important}.tab-port-ml-331{margin-left:331px!important}.tab-port-ml-332{margin-left:332px!important}.tab-port-ml-333{margin-left:333px!important}.tab-port-ml-334{margin-left:334px!important}.tab-port-ml-335{margin-left:335px!important}.tab-port-ml-336{margin-left:336px!important}.tab-port-ml-337{margin-left:337px!important}.tab-port-ml-338{margin-left:338px!important}.tab-port-ml-339{margin-left:339px!important}.tab-port-ml-340{margin-left:340px!important}.tab-port-ml-341{margin-left:341px!important}.tab-port-ml-342{margin-left:342px!important}.tab-port-ml-343{margin-left:343px!important}.tab-port-ml-344{margin-left:344px!important}.tab-port-ml-345{margin-left:345px!important}.tab-port-ml-346{margin-left:346px!important}.tab-port-ml-347{margin-left:347px!important}.tab-port-ml-348{margin-left:348px!important}.tab-port-ml-349{margin-left:349px!important}.tab-port-ml-350{margin-left:350px!important}.tab-port-ml-351{margin-left:351px!important}.tab-port-ml-352{margin-left:352px!important}.tab-port-ml-353{margin-left:353px!important}.tab-port-ml-354{margin-left:354px!important}.tab-port-ml-355{margin-left:355px!important}.tab-port-ml-356{margin-left:356px!important}.tab-port-ml-357{margin-left:357px!important}.tab-port-ml-358{margin-left:358px!important}.tab-port-ml-359{margin-left:359px!important}.tab-port-ml-360{margin-left:360px!important}.tab-port-ml-361{margin-left:361px!important}.tab-port-ml-362{margin-left:362px!important}.tab-port-ml-363{margin-left:363px!important}.tab-port-ml-364{margin-left:364px!important}.tab-port-ml-365{margin-left:365px!important}.tab-port-ml-366{margin-left:366px!important}.tab-port-ml-367{margin-left:367px!important}.tab-port-ml-368{margin-left:368px!important}.tab-port-ml-369{margin-left:369px!important}.tab-port-ml-370{margin-left:370px!important}.tab-port-ml-371{margin-left:371px!important}.tab-port-ml-372{margin-left:372px!important}.tab-port-ml-373{margin-left:373px!important}.tab-port-ml-374{margin-left:374px!important}.tab-port-ml-375{margin-left:375px!important}.tab-port-ml-376{margin-left:376px!important}.tab-port-ml-377{margin-left:377px!important}.tab-port-ml-378{margin-left:378px!important}.tab-port-ml-379{margin-left:379px!important}.tab-port-ml-380{margin-left:380px!important}.tab-port-ml-381{margin-left:381px!important}.tab-port-ml-382{margin-left:382px!important}.tab-port-ml-383{margin-left:383px!important}.tab-port-ml-384{margin-left:384px!important}.tab-port-ml-385{margin-left:385px!important}.tab-port-ml-386{margin-left:386px!important}.tab-port-ml-387{margin-left:387px!important}.tab-port-ml-388{margin-left:388px!important}.tab-port-ml-389{margin-left:389px!important}.tab-port-ml-390{margin-left:390px!important}.tab-port-ml-391{margin-left:391px!important}.tab-port-ml-392{margin-left:392px!important}.tab-port-ml-393{margin-left:393px!important}.tab-port-ml-394{margin-left:394px!important}.tab-port-ml-395{margin-left:395px!important}.tab-port-ml-396{margin-left:396px!important}.tab-port-ml-397{margin-left:397px!important}.tab-port-ml-398{margin-left:398px!important}.tab-port-ml-399{margin-left:399px!important}.tab-port-ml-400{margin-left:400px!important}.tab-port-ml-401{margin-left:401px!important}.tab-port-ml-402{margin-left:402px!important}.tab-port-ml-403{margin-left:403px!important}.tab-port-ml-404{margin-left:404px!important}.tab-port-ml-405{margin-left:405px!important}.tab-port-ml-406{margin-left:406px!important}.tab-port-ml-407{margin-left:407px!important}.tab-port-ml-408{margin-left:408px!important}.tab-port-ml-409{margin-left:409px!important}.tab-port-ml-410{margin-left:410px!important}.tab-port-ml-411{margin-left:411px!important}.tab-port-ml-412{margin-left:412px!important}.tab-port-ml-413{margin-left:413px!important}.tab-port-ml-414{margin-left:414px!important}.tab-port-ml-415{margin-left:415px!important}.tab-port-ml-416{margin-left:416px!important}.tab-port-ml-417{margin-left:417px!important}.tab-port-ml-418{margin-left:418px!important}.tab-port-ml-419{margin-left:419px!important}.tab-port-ml-420{margin-left:420px!important}.tab-port-ml-421{margin-left:421px!important}.tab-port-ml-422{margin-left:422px!important}.tab-port-ml-423{margin-left:423px!important}.tab-port-ml-424{margin-left:424px!important}.tab-port-ml-425{margin-left:425px!important}.tab-port-ml-426{margin-left:426px!important}.tab-port-ml-427{margin-left:427px!important}.tab-port-ml-428{margin-left:428px!important}.tab-port-ml-429{margin-left:429px!important}.tab-port-ml-430{margin-left:430px!important}.tab-port-ml-431{margin-left:431px!important}.tab-port-ml-432{margin-left:432px!important}.tab-port-ml-433{margin-left:433px!important}.tab-port-ml-434{margin-left:434px!important}.tab-port-ml-435{margin-left:435px!important}.tab-port-ml-436{margin-left:436px!important}.tab-port-ml-437{margin-left:437px!important}.tab-port-ml-438{margin-left:438px!important}.tab-port-ml-439{margin-left:439px!important}.tab-port-ml-440{margin-left:440px!important}.tab-port-ml-441{margin-left:441px!important}.tab-port-ml-442{margin-left:442px!important}.tab-port-ml-443{margin-left:443px!important}.tab-port-ml-444{margin-left:444px!important}.tab-port-ml-445{margin-left:445px!important}.tab-port-ml-446{margin-left:446px!important}.tab-port-ml-447{margin-left:447px!important}.tab-port-ml-448{margin-left:448px!important}.tab-port-ml-449{margin-left:449px!important}.tab-port-ml-450{margin-left:450px!important}.tab-port-ml-451{margin-left:451px!important}.tab-port-ml-452{margin-left:452px!important}.tab-port-ml-453{margin-left:453px!important}.tab-port-ml-454{margin-left:454px!important}.tab-port-ml-455{margin-left:455px!important}.tab-port-ml-456{margin-left:456px!important}.tab-port-ml-457{margin-left:457px!important}.tab-port-ml-458{margin-left:458px!important}.tab-port-ml-459{margin-left:459px!important}.tab-port-ml-460{margin-left:460px!important}.tab-port-ml-461{margin-left:461px!important}.tab-port-ml-462{margin-left:462px!important}.tab-port-ml-463{margin-left:463px!important}.tab-port-ml-464{margin-left:464px!important}.tab-port-ml-465{margin-left:465px!important}.tab-port-ml-466{margin-left:466px!important}.tab-port-ml-467{margin-left:467px!important}.tab-port-ml-468{margin-left:468px!important}.tab-port-ml-469{margin-left:469px!important}.tab-port-ml-470{margin-left:470px!important}.tab-port-ml-471{margin-left:471px!important}.tab-port-ml-472{margin-left:472px!important}.tab-port-ml-473{margin-left:473px!important}.tab-port-ml-474{margin-left:474px!important}.tab-port-ml-475{margin-left:475px!important}.tab-port-ml-476{margin-left:476px!important}.tab-port-ml-477{margin-left:477px!important}.tab-port-ml-478{margin-left:478px!important}.tab-port-ml-479{margin-left:479px!important}.tab-port-ml-480{margin-left:480px!important}.tab-port-ml-481{margin-left:481px!important}.tab-port-ml-482{margin-left:482px!important}.tab-port-ml-483{margin-left:483px!important}.tab-port-ml-484{margin-left:484px!important}.tab-port-ml-485{margin-left:485px!important}.tab-port-ml-486{margin-left:486px!important}.tab-port-ml-487{margin-left:487px!important}.tab-port-ml-488{margin-left:488px!important}.tab-port-ml-489{margin-left:489px!important}.tab-port-ml-490{margin-left:490px!important}.tab-port-ml-491{margin-left:491px!important}.tab-port-ml-492{margin-left:492px!important}.tab-port-ml-493{margin-left:493px!important}.tab-port-ml-494{margin-left:494px!important}.tab-port-ml-495{margin-left:495px!important}.tab-port-ml-496{margin-left:496px!important}.tab-port-ml-497{margin-left:497px!important}.tab-port-ml-498{margin-left:498px!important}.tab-port-ml-499{margin-left:499px!important}.tab-port-ml-500{margin-left:500px!important}.tab-port-ml-501{margin-left:501px!important}.tab-port-ml-502{margin-left:502px!important}.tab-port-ml-503{margin-left:503px!important}.tab-port-ml-504{margin-left:504px!important}.tab-port-ml-505{margin-left:505px!important}.tab-port-ml-506{margin-left:506px!important}.tab-port-ml-507{margin-left:507px!important}.tab-port-ml-508{margin-left:508px!important}.tab-port-ml-509{margin-left:509px!important}.tab-port-ml-510{margin-left:510px!important}.tab-port-ml-511{margin-left:511px!important}.tab-port-ml-512{margin-left:512px!important}.tab-port-ml-513{margin-left:513px!important}.tab-port-ml-514{margin-left:514px!important}.tab-port-ml-515{margin-left:515px!important}.tab-port-ml-516{margin-left:516px!important}.tab-port-ml-517{margin-left:517px!important}.tab-port-ml-518{margin-left:518px!important}.tab-port-ml-519{margin-left:519px!important}.tab-port-ml-520{margin-left:520px!important}.tab-port-ml-521{margin-left:521px!important}.tab-port-ml-522{margin-left:522px!important}.tab-port-ml-523{margin-left:523px!important}.tab-port-ml-524{margin-left:524px!important}.tab-port-ml-525{margin-left:525px!important}.tab-port-ml-526{margin-left:526px!important}.tab-port-ml-527{margin-left:527px!important}.tab-port-ml-528{margin-left:528px!important}.tab-port-ml-529{margin-left:529px!important}.tab-port-ml-530{margin-left:530px!important}.tab-port-ml-531{margin-left:531px!important}.tab-port-ml-532{margin-left:532px!important}.tab-port-ml-533{margin-left:533px!important}.tab-port-ml-534{margin-left:534px!important}.tab-port-ml-535{margin-left:535px!important}.tab-port-ml-536{margin-left:536px!important}.tab-port-ml-537{margin-left:537px!important}.tab-port-ml-538{margin-left:538px!important}.tab-port-ml-539{margin-left:539px!important}.tab-port-ml-540{margin-left:540px!important}.tab-port-ml-541{margin-left:541px!important}.tab-port-ml-542{margin-left:542px!important}.tab-port-ml-543{margin-left:543px!important}.tab-port-ml-544{margin-left:544px!important}.tab-port-ml-545{margin-left:545px!important}.tab-port-ml-546{margin-left:546px!important}.tab-port-ml-547{margin-left:547px!important}.tab-port-ml-548{margin-left:548px!important}.tab-port-ml-549{margin-left:549px!important}.tab-port-ml-550{margin-left:550px!important}.tab-port-ml-551{margin-left:551px!important}.tab-port-ml-552{margin-left:552px!important}.tab-port-ml-553{margin-left:553px!important}.tab-port-ml-554{margin-left:554px!important}.tab-port-ml-555{margin-left:555px!important}.tab-port-ml-556{margin-left:556px!important}.tab-port-ml-557{margin-left:557px!important}.tab-port-ml-558{margin-left:558px!important}.tab-port-ml-559{margin-left:559px!important}.tab-port-ml-560{margin-left:560px!important}.tab-port-ml-561{margin-left:561px!important}.tab-port-ml-562{margin-left:562px!important}.tab-port-ml-563{margin-left:563px!important}.tab-port-ml-564{margin-left:564px!important}.tab-port-ml-565{margin-left:565px!important}.tab-port-ml-566{margin-left:566px!important}.tab-port-ml-567{margin-left:567px!important}.tab-port-ml-568{margin-left:568px!important}.tab-port-ml-569{margin-left:569px!important}.tab-port-ml-570{margin-left:570px!important}.tab-port-ml-571{margin-left:571px!important}.tab-port-ml-572{margin-left:572px!important}.tab-port-ml-573{margin-left:573px!important}.tab-port-ml-574{margin-left:574px!important}.tab-port-ml-575{margin-left:575px!important}.tab-port-ml-576{margin-left:576px!important}.tab-port-ml-577{margin-left:577px!important}.tab-port-ml-578{margin-left:578px!important}.tab-port-ml-579{margin-left:579px!important}.tab-port-ml-580{margin-left:580px!important}.tab-port-ml-581{margin-left:581px!important}.tab-port-ml-582{margin-left:582px!important}.tab-port-ml-583{margin-left:583px!important}.tab-port-ml-584{margin-left:584px!important}.tab-port-ml-585{margin-left:585px!important}.tab-port-ml-586{margin-left:586px!important}.tab-port-ml-587{margin-left:587px!important}.tab-port-ml-588{margin-left:588px!important}.tab-port-ml-589{margin-left:589px!important}.tab-port-ml-590{margin-left:590px!important}.tab-port-ml-591{margin-left:591px!important}.tab-port-ml-592{margin-left:592px!important}.tab-port-ml-593{margin-left:593px!important}.tab-port-ml-594{margin-left:594px!important}.tab-port-ml-595{margin-left:595px!important}.tab-port-ml-596{margin-left:596px!important}.tab-port-ml-597{margin-left:597px!important}.tab-port-ml-598{margin-left:598px!important}.tab-port-ml-599{margin-left:599px!important}.tab-port-ml-600{margin-left:600px!important}.tab-port-ml-601{margin-left:601px!important}.tab-port-ml-602{margin-left:602px!important}.tab-port-ml-603{margin-left:603px!important}.tab-port-ml-604{margin-left:604px!important}.tab-port-ml-605{margin-left:605px!important}.tab-port-ml-606{margin-left:606px!important}.tab-port-ml-607{margin-left:607px!important}.tab-port-ml-608{margin-left:608px!important}.tab-port-ml-609{margin-left:609px!important}.tab-port-ml-610{margin-left:610px!important}.tab-port-ml-611{margin-left:611px!important}.tab-port-ml-612{margin-left:612px!important}.tab-port-ml-613{margin-left:613px!important}.tab-port-ml-614{margin-left:614px!important}.tab-port-ml-615{margin-left:615px!important}.tab-port-ml-616{margin-left:616px!important}.tab-port-ml-617{margin-left:617px!important}.tab-port-ml-618{margin-left:618px!important}.tab-port-ml-619{margin-left:619px!important}.tab-port-ml-620{margin-left:620px!important}.tab-port-ml-621{margin-left:621px!important}.tab-port-ml-622{margin-left:622px!important}.tab-port-ml-623{margin-left:623px!important}.tab-port-ml-624{margin-left:624px!important}.tab-port-ml-625{margin-left:625px!important}.tab-port-ml-626{margin-left:626px!important}.tab-port-ml-627{margin-left:627px!important}.tab-port-ml-628{margin-left:628px!important}.tab-port-ml-629{margin-left:629px!important}.tab-port-ml-630{margin-left:630px!important}.tab-port-ml-631{margin-left:631px!important}.tab-port-ml-632{margin-left:632px!important}.tab-port-ml-633{margin-left:633px!important}.tab-port-ml-634{margin-left:634px!important}.tab-port-ml-635{margin-left:635px!important}.tab-port-ml-636{margin-left:636px!important}.tab-port-ml-637{margin-left:637px!important}.tab-port-ml-638{margin-left:638px!important}.tab-port-ml-639{margin-left:639px!important}.tab-port-ml-640{margin-left:640px!important}.tab-port-ml-641{margin-left:641px!important}.tab-port-ml-642{margin-left:642px!important}.tab-port-ml-643{margin-left:643px!important}.tab-port-ml-644{margin-left:644px!important}.tab-port-ml-645{margin-left:645px!important}.tab-port-ml-646{margin-left:646px!important}.tab-port-ml-647{margin-left:647px!important}.tab-port-ml-648{margin-left:648px!important}.tab-port-ml-649{margin-left:649px!important}.tab-port-ml-650{margin-left:650px!important}.tab-port-ml-651{margin-left:651px!important}.tab-port-ml-652{margin-left:652px!important}.tab-port-ml-653{margin-left:653px!important}.tab-port-ml-654{margin-left:654px!important}.tab-port-ml-655{margin-left:655px!important}.tab-port-ml-656{margin-left:656px!important}.tab-port-ml-657{margin-left:657px!important}.tab-port-ml-658{margin-left:658px!important}.tab-port-ml-659{margin-left:659px!important}.tab-port-ml-660{margin-left:660px!important}.tab-port-ml-661{margin-left:661px!important}.tab-port-ml-662{margin-left:662px!important}.tab-port-ml-663{margin-left:663px!important}.tab-port-ml-664{margin-left:664px!important}.tab-port-ml-665{margin-left:665px!important}.tab-port-ml-666{margin-left:666px!important}.tab-port-ml-667{margin-left:667px!important}.tab-port-ml-668{margin-left:668px!important}.tab-port-ml-669{margin-left:669px!important}.tab-port-ml-670{margin-left:670px!important}.tab-port-ml-671{margin-left:671px!important}.tab-port-ml-672{margin-left:672px!important}.tab-port-ml-673{margin-left:673px!important}.tab-port-ml-674{margin-left:674px!important}.tab-port-ml-675{margin-left:675px!important}.tab-port-ml-676{margin-left:676px!important}.tab-port-ml-677{margin-left:677px!important}.tab-port-ml-678{margin-left:678px!important}.tab-port-ml-679{margin-left:679px!important}.tab-port-ml-680{margin-left:680px!important}.tab-port-ml-681{margin-left:681px!important}.tab-port-ml-682{margin-left:682px!important}.tab-port-ml-683{margin-left:683px!important}.tab-port-ml-684{margin-left:684px!important}.tab-port-ml-685{margin-left:685px!important}.tab-port-ml-686{margin-left:686px!important}.tab-port-ml-687{margin-left:687px!important}.tab-port-ml-688{margin-left:688px!important}.tab-port-ml-689{margin-left:689px!important}.tab-port-ml-690{margin-left:690px!important}.tab-port-ml-691{margin-left:691px!important}.tab-port-ml-692{margin-left:692px!important}.tab-port-ml-693{margin-left:693px!important}.tab-port-ml-694{margin-left:694px!important}.tab-port-ml-695{margin-left:695px!important}.tab-port-ml-696{margin-left:696px!important}.tab-port-ml-697{margin-left:697px!important}.tab-port-ml-698{margin-left:698px!important}.tab-port-ml-699{margin-left:699px!important}.tab-port-ml-700{margin-left:700px!important}.tab-port-ml-701{margin-left:701px!important}.tab-port-ml-702{margin-left:702px!important}.tab-port-ml-703{margin-left:703px!important}.tab-port-ml-704{margin-left:704px!important}.tab-port-ml-705{margin-left:705px!important}.tab-port-ml-706{margin-left:706px!important}.tab-port-ml-707{margin-left:707px!important}.tab-port-ml-708{margin-left:708px!important}.tab-port-ml-709{margin-left:709px!important}.tab-port-ml-710{margin-left:710px!important}.tab-port-ml-711{margin-left:711px!important}.tab-port-ml-712{margin-left:712px!important}.tab-port-ml-713{margin-left:713px!important}.tab-port-ml-714{margin-left:714px!important}.tab-port-ml-715{margin-left:715px!important}.tab-port-ml-716{margin-left:716px!important}.tab-port-ml-717{margin-left:717px!important}.tab-port-ml-718{margin-left:718px!important}.tab-port-ml-719{margin-left:719px!important}.tab-port-ml-720{margin-left:720px!important}.tab-port-ml-721{margin-left:721px!important}.tab-port-ml-722{margin-left:722px!important}.tab-port-ml-723{margin-left:723px!important}.tab-port-ml-724{margin-left:724px!important}.tab-port-ml-725{margin-left:725px!important}.tab-port-ml-726{margin-left:726px!important}.tab-port-ml-727{margin-left:727px!important}.tab-port-ml-728{margin-left:728px!important}.tab-port-ml-729{margin-left:729px!important}.tab-port-ml-730{margin-left:730px!important}.tab-port-ml-731{margin-left:731px!important}.tab-port-ml-732{margin-left:732px!important}.tab-port-ml-733{margin-left:733px!important}.tab-port-ml-734{margin-left:734px!important}.tab-port-ml-735{margin-left:735px!important}.tab-port-ml-736{margin-left:736px!important}.tab-port-ml-737{margin-left:737px!important}.tab-port-ml-738{margin-left:738px!important}.tab-port-ml-739{margin-left:739px!important}.tab-port-ml-740{margin-left:740px!important}.tab-port-ml-741{margin-left:741px!important}.tab-port-ml-742{margin-left:742px!important}.tab-port-ml-743{margin-left:743px!important}.tab-port-ml-744{margin-left:744px!important}.tab-port-ml-745{margin-left:745px!important}.tab-port-ml-746{margin-left:746px!important}.tab-port-ml-747{margin-left:747px!important}.tab-port-ml-748{margin-left:748px!important}.tab-port-ml-749{margin-left:749px!important}.tab-port-ml-750{margin-left:750px!important}.tab-port-ml-751{margin-left:751px!important}.tab-port-ml-752{margin-left:752px!important}.tab-port-ml-753{margin-left:753px!important}.tab-port-ml-754{margin-left:754px!important}.tab-port-ml-755{margin-left:755px!important}.tab-port-ml-756{margin-left:756px!important}.tab-port-ml-757{margin-left:757px!important}.tab-port-ml-758{margin-left:758px!important}.tab-port-ml-759{margin-left:759px!important}.tab-port-ml-760{margin-left:760px!important}.tab-port-ml-761{margin-left:761px!important}.tab-port-ml-762{margin-left:762px!important}.tab-port-ml-763{margin-left:763px!important}.tab-port-ml-764{margin-left:764px!important}.tab-port-ml-765{margin-left:765px!important}.tab-port-ml-766{margin-left:766px!important}.tab-port-ml-767{margin-left:767px!important}.tab-port-ml-768{margin-left:768px!important}.tab-port-ml-769{margin-left:769px!important}.tab-port-ml-770{margin-left:770px!important}.tab-port-ml-771{margin-left:771px!important}.tab-port-ml-772{margin-left:772px!important}.tab-port-ml-773{margin-left:773px!important}.tab-port-ml-774{margin-left:774px!important}.tab-port-ml-775{margin-left:775px!important}.tab-port-ml-776{margin-left:776px!important}.tab-port-ml-777{margin-left:777px!important}.tab-port-ml-778{margin-left:778px!important}.tab-port-ml-779{margin-left:779px!important}.tab-port-ml-780{margin-left:780px!important}.tab-port-ml-781{margin-left:781px!important}.tab-port-ml-782{margin-left:782px!important}.tab-port-ml-783{margin-left:783px!important}.tab-port-ml-784{margin-left:784px!important}.tab-port-ml-785{margin-left:785px!important}.tab-port-ml-786{margin-left:786px!important}.tab-port-ml-787{margin-left:787px!important}.tab-port-ml-788{margin-left:788px!important}.tab-port-ml-789{margin-left:789px!important}.tab-port-ml-790{margin-left:790px!important}.tab-port-ml-791{margin-left:791px!important}.tab-port-ml-792{margin-left:792px!important}.tab-port-ml-793{margin-left:793px!important}.tab-port-ml-794{margin-left:794px!important}.tab-port-ml-795{margin-left:795px!important}.tab-port-ml-796{margin-left:796px!important}.tab-port-ml-797{margin-left:797px!important}.tab-port-ml-798{margin-left:798px!important}.tab-port-ml-799{margin-left:799px!important}.tab-port-ml-800{margin-left:800px!important}.tab-port-ml-801{margin-left:801px!important}.tab-port-ml-802{margin-left:802px!important}.tab-port-ml-803{margin-left:803px!important}.tab-port-ml-804{margin-left:804px!important}.tab-port-ml-805{margin-left:805px!important}.tab-port-ml-806{margin-left:806px!important}.tab-port-ml-807{margin-left:807px!important}.tab-port-ml-808{margin-left:808px!important}.tab-port-ml-809{margin-left:809px!important}.tab-port-ml-810{margin-left:810px!important}.tab-port-ml-811{margin-left:811px!important}.tab-port-ml-812{margin-left:812px!important}.tab-port-ml-813{margin-left:813px!important}.tab-port-ml-814{margin-left:814px!important}.tab-port-ml-815{margin-left:815px!important}.tab-port-ml-816{margin-left:816px!important}.tab-port-ml-817{margin-left:817px!important}.tab-port-ml-818{margin-left:818px!important}.tab-port-ml-819{margin-left:819px!important}.tab-port-ml-820{margin-left:820px!important}.tab-port-ml-821{margin-left:821px!important}.tab-port-ml-822{margin-left:822px!important}.tab-port-ml-823{margin-left:823px!important}.tab-port-ml-824{margin-left:824px!important}.tab-port-ml-825{margin-left:825px!important}.tab-port-ml-826{margin-left:826px!important}.tab-port-ml-827{margin-left:827px!important}.tab-port-ml-828{margin-left:828px!important}.tab-port-ml-829{margin-left:829px!important}.tab-port-ml-830{margin-left:830px!important}.tab-port-ml-831{margin-left:831px!important}.tab-port-ml-832{margin-left:832px!important}.tab-port-ml-833{margin-left:833px!important}.tab-port-ml-834{margin-left:834px!important}.tab-port-ml-835{margin-left:835px!important}.tab-port-ml-836{margin-left:836px!important}.tab-port-ml-837{margin-left:837px!important}.tab-port-ml-838{margin-left:838px!important}.tab-port-ml-839{margin-left:839px!important}.tab-port-ml-840{margin-left:840px!important}.tab-port-ml-841{margin-left:841px!important}.tab-port-ml-842{margin-left:842px!important}.tab-port-ml-843{margin-left:843px!important}.tab-port-ml-844{margin-left:844px!important}.tab-port-ml-845{margin-left:845px!important}.tab-port-ml-846{margin-left:846px!important}.tab-port-ml-847{margin-left:847px!important}.tab-port-ml-848{margin-left:848px!important}.tab-port-ml-849{margin-left:849px!important}.tab-port-ml-850{margin-left:850px!important}.tab-port-ml-851{margin-left:851px!important}.tab-port-ml-852{margin-left:852px!important}.tab-port-ml-853{margin-left:853px!important}.tab-port-ml-854{margin-left:854px!important}.tab-port-ml-855{margin-left:855px!important}.tab-port-ml-856{margin-left:856px!important}.tab-port-ml-857{margin-left:857px!important}.tab-port-ml-858{margin-left:858px!important}.tab-port-ml-859{margin-left:859px!important}.tab-port-ml-860{margin-left:860px!important}.tab-port-ml-861{margin-left:861px!important}.tab-port-ml-862{margin-left:862px!important}.tab-port-ml-863{margin-left:863px!important}.tab-port-ml-864{margin-left:864px!important}.tab-port-ml-865{margin-left:865px!important}.tab-port-ml-866{margin-left:866px!important}.tab-port-ml-867{margin-left:867px!important}.tab-port-ml-868{margin-left:868px!important}.tab-port-ml-869{margin-left:869px!important}.tab-port-ml-870{margin-left:870px!important}.tab-port-ml-871{margin-left:871px!important}.tab-port-ml-872{margin-left:872px!important}.tab-port-ml-873{margin-left:873px!important}.tab-port-ml-874{margin-left:874px!important}.tab-port-ml-875{margin-left:875px!important}.tab-port-ml-876{margin-left:876px!important}.tab-port-ml-877{margin-left:877px!important}.tab-port-ml-878{margin-left:878px!important}.tab-port-ml-879{margin-left:879px!important}.tab-port-ml-880{margin-left:880px!important}.tab-port-ml-881{margin-left:881px!important}.tab-port-ml-882{margin-left:882px!important}.tab-port-ml-883{margin-left:883px!important}.tab-port-ml-884{margin-left:884px!important}.tab-port-ml-885{margin-left:885px!important}.tab-port-ml-886{margin-left:886px!important}.tab-port-ml-887{margin-left:887px!important}.tab-port-ml-888{margin-left:888px!important}.tab-port-ml-889{margin-left:889px!important}.tab-port-ml-890{margin-left:890px!important}.tab-port-ml-891{margin-left:891px!important}.tab-port-ml-892{margin-left:892px!important}.tab-port-ml-893{margin-left:893px!important}.tab-port-ml-894{margin-left:894px!important}.tab-port-ml-895{margin-left:895px!important}.tab-port-ml-896{margin-left:896px!important}.tab-port-ml-897{margin-left:897px!important}.tab-port-ml-898{margin-left:898px!important}.tab-port-ml-899{margin-left:899px!important}.tab-port-ml-900{margin-left:900px!important}.tab-port-ml-901{margin-left:901px!important}.tab-port-ml-902{margin-left:902px!important}.tab-port-ml-903{margin-left:903px!important}.tab-port-ml-904{margin-left:904px!important}.tab-port-ml-905{margin-left:905px!important}.tab-port-ml-906{margin-left:906px!important}.tab-port-ml-907{margin-left:907px!important}.tab-port-ml-908{margin-left:908px!important}.tab-port-ml-909{margin-left:909px!important}.tab-port-ml-910{margin-left:910px!important}.tab-port-ml-911{margin-left:911px!important}.tab-port-ml-912{margin-left:912px!important}.tab-port-ml-913{margin-left:913px!important}.tab-port-ml-914{margin-left:914px!important}.tab-port-ml-915{margin-left:915px!important}.tab-port-ml-916{margin-left:916px!important}.tab-port-ml-917{margin-left:917px!important}.tab-port-ml-918{margin-left:918px!important}.tab-port-ml-919{margin-left:919px!important}.tab-port-ml-920{margin-left:920px!important}.tab-port-ml-921{margin-left:921px!important}.tab-port-ml-922{margin-left:922px!important}.tab-port-ml-923{margin-left:923px!important}.tab-port-ml-924{margin-left:924px!important}.tab-port-ml-925{margin-left:925px!important}.tab-port-ml-926{margin-left:926px!important}.tab-port-ml-927{margin-left:927px!important}.tab-port-ml-928{margin-left:928px!important}.tab-port-ml-929{margin-left:929px!important}.tab-port-ml-930{margin-left:930px!important}.tab-port-ml-931{margin-left:931px!important}.tab-port-ml-932{margin-left:932px!important}.tab-port-ml-933{margin-left:933px!important}.tab-port-ml-934{margin-left:934px!important}.tab-port-ml-935{margin-left:935px!important}.tab-port-ml-936{margin-left:936px!important}.tab-port-ml-937{margin-left:937px!important}.tab-port-ml-938{margin-left:938px!important}.tab-port-ml-939{margin-left:939px!important}.tab-port-ml-940{margin-left:940px!important}.tab-port-ml-941{margin-left:941px!important}.tab-port-ml-942{margin-left:942px!important}.tab-port-ml-943{margin-left:943px!important}.tab-port-ml-944{margin-left:944px!important}.tab-port-ml-945{margin-left:945px!important}.tab-port-ml-946{margin-left:946px!important}.tab-port-ml-947{margin-left:947px!important}.tab-port-ml-948{margin-left:948px!important}.tab-port-ml-949{margin-left:949px!important}.tab-port-ml-950{margin-left:950px!important}.tab-port-ml-951{margin-left:951px!important}.tab-port-ml-952{margin-left:952px!important}.tab-port-ml-953{margin-left:953px!important}.tab-port-ml-954{margin-left:954px!important}.tab-port-ml-955{margin-left:955px!important}.tab-port-ml-956{margin-left:956px!important}.tab-port-ml-957{margin-left:957px!important}.tab-port-ml-958{margin-left:958px!important}.tab-port-ml-959{margin-left:959px!important}.tab-port-ml-960{margin-left:960px!important}.tab-port-ml-961{margin-left:961px!important}.tab-port-ml-962{margin-left:962px!important}.tab-port-ml-963{margin-left:963px!important}.tab-port-ml-964{margin-left:964px!important}.tab-port-ml-965{margin-left:965px!important}.tab-port-ml-966{margin-left:966px!important}.tab-port-ml-967{margin-left:967px!important}.tab-port-ml-968{margin-left:968px!important}.tab-port-ml-969{margin-left:969px!important}.tab-port-ml-970{margin-left:970px!important}.tab-port-ml-971{margin-left:971px!important}.tab-port-ml-972{margin-left:972px!important}.tab-port-ml-973{margin-left:973px!important}.tab-port-ml-974{margin-left:974px!important}.tab-port-ml-975{margin-left:975px!important}.tab-port-ml-976{margin-left:976px!important}.tab-port-ml-977{margin-left:977px!important}.tab-port-ml-978{margin-left:978px!important}.tab-port-ml-979{margin-left:979px!important}.tab-port-ml-980{margin-left:980px!important}.tab-port-ml-981{margin-left:981px!important}.tab-port-ml-982{margin-left:982px!important}.tab-port-ml-983{margin-left:983px!important}.tab-port-ml-984{margin-left:984px!important}.tab-port-ml-985{margin-left:985px!important}.tab-port-ml-986{margin-left:986px!important}.tab-port-ml-987{margin-left:987px!important}.tab-port-ml-988{margin-left:988px!important}.tab-port-ml-989{margin-left:989px!important}.tab-port-ml-990{margin-left:990px!important}.tab-port-ml-991{margin-left:991px!important}.tab-port-ml-992{margin-left:992px!important}.tab-port-ml-993{margin-left:993px!important}.tab-port-ml-994{margin-left:994px!important}.tab-port-ml-995{margin-left:995px!important}.tab-port-ml-996{margin-left:996px!important}.tab-port-ml-997{margin-left:997px!important}.tab-port-ml-998{margin-left:998px!important}.tab-port-ml-999{margin-left:999px!important}.tab-port-ml-1000{margin-left:1000px!important}.tab-port-mx-0{margin-left:0!important;margin-right:0!important}.tab-port-mx-1{margin-left:1px!important;margin-right:1px!important}.tab-port-mx-2{margin-left:2px!important;margin-right:2px!important}.tab-port-mx-3{margin-left:3px!important;margin-right:3px!important}.tab-port-mx-4{margin-left:4px!important;margin-right:4px!important}.tab-port-mx-5{margin-left:5px!important;margin-right:5px!important}.tab-port-mx-6{margin-left:6px!important;margin-right:6px!important}.tab-port-mx-7{margin-left:7px!important;margin-right:7px!important}.tab-port-mx-8{margin-left:8px!important;margin-right:8px!important}.tab-port-mx-9{margin-left:9px!important;margin-right:9px!important}.tab-port-mx-10{margin-left:10px!important;margin-right:10px!important}.tab-port-mx-11{margin-left:11px!important;margin-right:11px!important}.tab-port-mx-12{margin-left:12px!important;margin-right:12px!important}.tab-port-mx-13{margin-left:13px!important;margin-right:13px!important}.tab-port-mx-14{margin-left:14px!important;margin-right:14px!important}.tab-port-mx-15{margin-left:15px!important;margin-right:15px!important}.tab-port-mx-16{margin-left:16px!important;margin-right:16px!important}.tab-port-mx-17{margin-left:17px!important;margin-right:17px!important}.tab-port-mx-18{margin-left:18px!important;margin-right:18px!important}.tab-port-mx-19{margin-left:19px!important;margin-right:19px!important}.tab-port-mx-20{margin-left:20px!important;margin-right:20px!important}.tab-port-mx-21{margin-left:21px!important;margin-right:21px!important}.tab-port-mx-22{margin-left:22px!important;margin-right:22px!important}.tab-port-mx-23{margin-left:23px!important;margin-right:23px!important}.tab-port-mx-24{margin-left:24px!important;margin-right:24px!important}.tab-port-mx-25{margin-left:25px!important;margin-right:25px!important}.tab-port-mx-26{margin-left:26px!important;margin-right:26px!important}.tab-port-mx-27{margin-left:27px!important;margin-right:27px!important}.tab-port-mx-28{margin-left:28px!important;margin-right:28px!important}.tab-port-mx-29{margin-left:29px!important;margin-right:29px!important}.tab-port-mx-30{margin-left:30px!important;margin-right:30px!important}.tab-port-mx-31{margin-left:31px!important;margin-right:31px!important}.tab-port-mx-32{margin-left:32px!important;margin-right:32px!important}.tab-port-mx-33{margin-left:33px!important;margin-right:33px!important}.tab-port-mx-34{margin-left:34px!important;margin-right:34px!important}.tab-port-mx-35{margin-left:35px!important;margin-right:35px!important}.tab-port-mx-36{margin-left:36px!important;margin-right:36px!important}.tab-port-mx-37{margin-left:37px!important;margin-right:37px!important}.tab-port-mx-38{margin-left:38px!important;margin-right:38px!important}.tab-port-mx-39{margin-left:39px!important;margin-right:39px!important}.tab-port-mx-40{margin-left:40px!important;margin-right:40px!important}.tab-port-mx-41{margin-left:41px!important;margin-right:41px!important}.tab-port-mx-42{margin-left:42px!important;margin-right:42px!important}.tab-port-mx-43{margin-left:43px!important;margin-right:43px!important}.tab-port-mx-44{margin-left:44px!important;margin-right:44px!important}.tab-port-mx-45{margin-left:45px!important;margin-right:45px!important}.tab-port-mx-46{margin-left:46px!important;margin-right:46px!important}.tab-port-mx-47{margin-left:47px!important;margin-right:47px!important}.tab-port-mx-48{margin-left:48px!important;margin-right:48px!important}.tab-port-mx-49{margin-left:49px!important;margin-right:49px!important}.tab-port-mx-50{margin-left:50px!important;margin-right:50px!important}.tab-port-mx-51{margin-left:51px!important;margin-right:51px!important}.tab-port-mx-52{margin-left:52px!important;margin-right:52px!important}.tab-port-mx-53{margin-left:53px!important;margin-right:53px!important}.tab-port-mx-54{margin-left:54px!important;margin-right:54px!important}.tab-port-mx-55{margin-left:55px!important;margin-right:55px!important}.tab-port-mx-56{margin-left:56px!important;margin-right:56px!important}.tab-port-mx-57{margin-left:57px!important;margin-right:57px!important}.tab-port-mx-58{margin-left:58px!important;margin-right:58px!important}.tab-port-mx-59{margin-left:59px!important;margin-right:59px!important}.tab-port-mx-60{margin-left:60px!important;margin-right:60px!important}.tab-port-mx-61{margin-left:61px!important;margin-right:61px!important}.tab-port-mx-62{margin-left:62px!important;margin-right:62px!important}.tab-port-mx-63{margin-left:63px!important;margin-right:63px!important}.tab-port-mx-64{margin-left:64px!important;margin-right:64px!important}.tab-port-mx-65{margin-left:65px!important;margin-right:65px!important}.tab-port-mx-66{margin-left:66px!important;margin-right:66px!important}.tab-port-mx-67{margin-left:67px!important;margin-right:67px!important}.tab-port-mx-68{margin-left:68px!important;margin-right:68px!important}.tab-port-mx-69{margin-left:69px!important;margin-right:69px!important}.tab-port-mx-70{margin-left:70px!important;margin-right:70px!important}.tab-port-mx-71{margin-left:71px!important;margin-right:71px!important}.tab-port-mx-72{margin-left:72px!important;margin-right:72px!important}.tab-port-mx-73{margin-left:73px!important;margin-right:73px!important}.tab-port-mx-74{margin-left:74px!important;margin-right:74px!important}.tab-port-mx-75{margin-left:75px!important;margin-right:75px!important}.tab-port-mx-76{margin-left:76px!important;margin-right:76px!important}.tab-port-mx-77{margin-left:77px!important;margin-right:77px!important}.tab-port-mx-78{margin-left:78px!important;margin-right:78px!important}.tab-port-mx-79{margin-left:79px!important;margin-right:79px!important}.tab-port-mx-80{margin-left:80px!important;margin-right:80px!important}.tab-port-mx-81{margin-left:81px!important;margin-right:81px!important}.tab-port-mx-82{margin-left:82px!important;margin-right:82px!important}.tab-port-mx-83{margin-left:83px!important;margin-right:83px!important}.tab-port-mx-84{margin-left:84px!important;margin-right:84px!important}.tab-port-mx-85{margin-left:85px!important;margin-right:85px!important}.tab-port-mx-86{margin-left:86px!important;margin-right:86px!important}.tab-port-mx-87{margin-left:87px!important;margin-right:87px!important}.tab-port-mx-88{margin-left:88px!important;margin-right:88px!important}.tab-port-mx-89{margin-left:89px!important;margin-right:89px!important}.tab-port-mx-90{margin-left:90px!important;margin-right:90px!important}.tab-port-mx-91{margin-left:91px!important;margin-right:91px!important}.tab-port-mx-92{margin-left:92px!important;margin-right:92px!important}.tab-port-mx-93{margin-left:93px!important;margin-right:93px!important}.tab-port-mx-94{margin-left:94px!important;margin-right:94px!important}.tab-port-mx-95{margin-left:95px!important;margin-right:95px!important}.tab-port-mx-96{margin-left:96px!important;margin-right:96px!important}.tab-port-mx-97{margin-left:97px!important;margin-right:97px!important}.tab-port-mx-98{margin-left:98px!important;margin-right:98px!important}.tab-port-mx-99{margin-left:99px!important;margin-right:99px!important}.tab-port-mx-100{margin-left:100px!important;margin-right:100px!important}.tab-port-mx-101{margin-left:101px!important;margin-right:101px!important}.tab-port-mx-102{margin-left:102px!important;margin-right:102px!important}.tab-port-mx-103{margin-left:103px!important;margin-right:103px!important}.tab-port-mx-104{margin-left:104px!important;margin-right:104px!important}.tab-port-mx-105{margin-left:105px!important;margin-right:105px!important}.tab-port-mx-106{margin-left:106px!important;margin-right:106px!important}.tab-port-mx-107{margin-left:107px!important;margin-right:107px!important}.tab-port-mx-108{margin-left:108px!important;margin-right:108px!important}.tab-port-mx-109{margin-left:109px!important;margin-right:109px!important}.tab-port-mx-110{margin-left:110px!important;margin-right:110px!important}.tab-port-mx-111{margin-left:111px!important;margin-right:111px!important}.tab-port-mx-112{margin-left:112px!important;margin-right:112px!important}.tab-port-mx-113{margin-left:113px!important;margin-right:113px!important}.tab-port-mx-114{margin-left:114px!important;margin-right:114px!important}.tab-port-mx-115{margin-left:115px!important;margin-right:115px!important}.tab-port-mx-116{margin-left:116px!important;margin-right:116px!important}.tab-port-mx-117{margin-left:117px!important;margin-right:117px!important}.tab-port-mx-118{margin-left:118px!important;margin-right:118px!important}.tab-port-mx-119{margin-left:119px!important;margin-right:119px!important}.tab-port-mx-120{margin-left:120px!important;margin-right:120px!important}.tab-port-mx-121{margin-left:121px!important;margin-right:121px!important}.tab-port-mx-122{margin-left:122px!important;margin-right:122px!important}.tab-port-mx-123{margin-left:123px!important;margin-right:123px!important}.tab-port-mx-124{margin-left:124px!important;margin-right:124px!important}.tab-port-mx-125{margin-left:125px!important;margin-right:125px!important}.tab-port-mx-126{margin-left:126px!important;margin-right:126px!important}.tab-port-mx-127{margin-left:127px!important;margin-right:127px!important}.tab-port-mx-128{margin-left:128px!important;margin-right:128px!important}.tab-port-mx-129{margin-left:129px!important;margin-right:129px!important}.tab-port-mx-130{margin-left:130px!important;margin-right:130px!important}.tab-port-mx-131{margin-left:131px!important;margin-right:131px!important}.tab-port-mx-132{margin-left:132px!important;margin-right:132px!important}.tab-port-mx-133{margin-left:133px!important;margin-right:133px!important}.tab-port-mx-134{margin-left:134px!important;margin-right:134px!important}.tab-port-mx-135{margin-left:135px!important;margin-right:135px!important}.tab-port-mx-136{margin-left:136px!important;margin-right:136px!important}.tab-port-mx-137{margin-left:137px!important;margin-right:137px!important}.tab-port-mx-138{margin-left:138px!important;margin-right:138px!important}.tab-port-mx-139{margin-left:139px!important;margin-right:139px!important}.tab-port-mx-140{margin-left:140px!important;margin-right:140px!important}.tab-port-mx-141{margin-left:141px!important;margin-right:141px!important}.tab-port-mx-142{margin-left:142px!important;margin-right:142px!important}.tab-port-mx-143{margin-left:143px!important;margin-right:143px!important}.tab-port-mx-144{margin-left:144px!important;margin-right:144px!important}.tab-port-mx-145{margin-left:145px!important;margin-right:145px!important}.tab-port-mx-146{margin-left:146px!important;margin-right:146px!important}.tab-port-mx-147{margin-left:147px!important;margin-right:147px!important}.tab-port-mx-148{margin-left:148px!important;margin-right:148px!important}.tab-port-mx-149{margin-left:149px!important;margin-right:149px!important}.tab-port-mx-150{margin-left:150px!important;margin-right:150px!important}.tab-port-mx-151{margin-left:151px!important;margin-right:151px!important}.tab-port-mx-152{margin-left:152px!important;margin-right:152px!important}.tab-port-mx-153{margin-left:153px!important;margin-right:153px!important}.tab-port-mx-154{margin-left:154px!important;margin-right:154px!important}.tab-port-mx-155{margin-left:155px!important;margin-right:155px!important}.tab-port-mx-156{margin-left:156px!important;margin-right:156px!important}.tab-port-mx-157{margin-left:157px!important;margin-right:157px!important}.tab-port-mx-158{margin-left:158px!important;margin-right:158px!important}.tab-port-mx-159{margin-left:159px!important;margin-right:159px!important}.tab-port-mx-160{margin-left:160px!important;margin-right:160px!important}.tab-port-mx-161{margin-left:161px!important;margin-right:161px!important}.tab-port-mx-162{margin-left:162px!important;margin-right:162px!important}.tab-port-mx-163{margin-left:163px!important;margin-right:163px!important}.tab-port-mx-164{margin-left:164px!important;margin-right:164px!important}.tab-port-mx-165{margin-left:165px!important;margin-right:165px!important}.tab-port-mx-166{margin-left:166px!important;margin-right:166px!important}.tab-port-mx-167{margin-left:167px!important;margin-right:167px!important}.tab-port-mx-168{margin-left:168px!important;margin-right:168px!important}.tab-port-mx-169{margin-left:169px!important;margin-right:169px!important}.tab-port-mx-170{margin-left:170px!important;margin-right:170px!important}.tab-port-mx-171{margin-left:171px!important;margin-right:171px!important}.tab-port-mx-172{margin-left:172px!important;margin-right:172px!important}.tab-port-mx-173{margin-left:173px!important;margin-right:173px!important}.tab-port-mx-174{margin-left:174px!important;margin-right:174px!important}.tab-port-mx-175{margin-left:175px!important;margin-right:175px!important}.tab-port-mx-176{margin-left:176px!important;margin-right:176px!important}.tab-port-mx-177{margin-left:177px!important;margin-right:177px!important}.tab-port-mx-178{margin-left:178px!important;margin-right:178px!important}.tab-port-mx-179{margin-left:179px!important;margin-right:179px!important}.tab-port-mx-180{margin-left:180px!important;margin-right:180px!important}.tab-port-mx-181{margin-left:181px!important;margin-right:181px!important}.tab-port-mx-182{margin-left:182px!important;margin-right:182px!important}.tab-port-mx-183{margin-left:183px!important;margin-right:183px!important}.tab-port-mx-184{margin-left:184px!important;margin-right:184px!important}.tab-port-mx-185{margin-left:185px!important;margin-right:185px!important}.tab-port-mx-186{margin-left:186px!important;margin-right:186px!important}.tab-port-mx-187{margin-left:187px!important;margin-right:187px!important}.tab-port-mx-188{margin-left:188px!important;margin-right:188px!important}.tab-port-mx-189{margin-left:189px!important;margin-right:189px!important}.tab-port-mx-190{margin-left:190px!important;margin-right:190px!important}.tab-port-mx-191{margin-left:191px!important;margin-right:191px!important}.tab-port-mx-192{margin-left:192px!important;margin-right:192px!important}.tab-port-mx-193{margin-left:193px!important;margin-right:193px!important}.tab-port-mx-194{margin-left:194px!important;margin-right:194px!important}.tab-port-mx-195{margin-left:195px!important;margin-right:195px!important}.tab-port-mx-196{margin-left:196px!important;margin-right:196px!important}.tab-port-mx-197{margin-left:197px!important;margin-right:197px!important}.tab-port-mx-198{margin-left:198px!important;margin-right:198px!important}.tab-port-mx-199{margin-left:199px!important;margin-right:199px!important}.tab-port-mx-200{margin-left:200px!important;margin-right:200px!important}.tab-port-mx-201{margin-left:201px!important;margin-right:201px!important}.tab-port-mx-202{margin-left:202px!important;margin-right:202px!important}.tab-port-mx-203{margin-left:203px!important;margin-right:203px!important}.tab-port-mx-204{margin-left:204px!important;margin-right:204px!important}.tab-port-mx-205{margin-left:205px!important;margin-right:205px!important}.tab-port-mx-206{margin-left:206px!important;margin-right:206px!important}.tab-port-mx-207{margin-left:207px!important;margin-right:207px!important}.tab-port-mx-208{margin-left:208px!important;margin-right:208px!important}.tab-port-mx-209{margin-left:209px!important;margin-right:209px!important}.tab-port-mx-210{margin-left:210px!important;margin-right:210px!important}.tab-port-mx-211{margin-left:211px!important;margin-right:211px!important}.tab-port-mx-212{margin-left:212px!important;margin-right:212px!important}.tab-port-mx-213{margin-left:213px!important;margin-right:213px!important}.tab-port-mx-214{margin-left:214px!important;margin-right:214px!important}.tab-port-mx-215{margin-left:215px!important;margin-right:215px!important}.tab-port-mx-216{margin-left:216px!important;margin-right:216px!important}.tab-port-mx-217{margin-left:217px!important;margin-right:217px!important}.tab-port-mx-218{margin-left:218px!important;margin-right:218px!important}.tab-port-mx-219{margin-left:219px!important;margin-right:219px!important}.tab-port-mx-220{margin-left:220px!important;margin-right:220px!important}.tab-port-mx-221{margin-left:221px!important;margin-right:221px!important}.tab-port-mx-222{margin-left:222px!important;margin-right:222px!important}.tab-port-mx-223{margin-left:223px!important;margin-right:223px!important}.tab-port-mx-224{margin-left:224px!important;margin-right:224px!important}.tab-port-mx-225{margin-left:225px!important;margin-right:225px!important}.tab-port-mx-226{margin-left:226px!important;margin-right:226px!important}.tab-port-mx-227{margin-left:227px!important;margin-right:227px!important}.tab-port-mx-228{margin-left:228px!important;margin-right:228px!important}.tab-port-mx-229{margin-left:229px!important;margin-right:229px!important}.tab-port-mx-230{margin-left:230px!important;margin-right:230px!important}.tab-port-mx-231{margin-left:231px!important;margin-right:231px!important}.tab-port-mx-232{margin-left:232px!important;margin-right:232px!important}.tab-port-mx-233{margin-left:233px!important;margin-right:233px!important}.tab-port-mx-234{margin-left:234px!important;margin-right:234px!important}.tab-port-mx-235{margin-left:235px!important;margin-right:235px!important}.tab-port-mx-236{margin-left:236px!important;margin-right:236px!important}.tab-port-mx-237{margin-left:237px!important;margin-right:237px!important}.tab-port-mx-238{margin-left:238px!important;margin-right:238px!important}.tab-port-mx-239{margin-left:239px!important;margin-right:239px!important}.tab-port-mx-240{margin-left:240px!important;margin-right:240px!important}.tab-port-mx-241{margin-left:241px!important;margin-right:241px!important}.tab-port-mx-242{margin-left:242px!important;margin-right:242px!important}.tab-port-mx-243{margin-left:243px!important;margin-right:243px!important}.tab-port-mx-244{margin-left:244px!important;margin-right:244px!important}.tab-port-mx-245{margin-left:245px!important;margin-right:245px!important}.tab-port-mx-246{margin-left:246px!important;margin-right:246px!important}.tab-port-mx-247{margin-left:247px!important;margin-right:247px!important}.tab-port-mx-248{margin-left:248px!important;margin-right:248px!important}.tab-port-mx-249{margin-left:249px!important;margin-right:249px!important}.tab-port-mx-250{margin-left:250px!important;margin-right:250px!important}.tab-port-mx-251{margin-left:251px!important;margin-right:251px!important}.tab-port-mx-252{margin-left:252px!important;margin-right:252px!important}.tab-port-mx-253{margin-left:253px!important;margin-right:253px!important}.tab-port-mx-254{margin-left:254px!important;margin-right:254px!important}.tab-port-mx-255{margin-left:255px!important;margin-right:255px!important}.tab-port-mx-256{margin-left:256px!important;margin-right:256px!important}.tab-port-mx-257{margin-left:257px!important;margin-right:257px!important}.tab-port-mx-258{margin-left:258px!important;margin-right:258px!important}.tab-port-mx-259{margin-left:259px!important;margin-right:259px!important}.tab-port-mx-260{margin-left:260px!important;margin-right:260px!important}.tab-port-mx-261{margin-left:261px!important;margin-right:261px!important}.tab-port-mx-262{margin-left:262px!important;margin-right:262px!important}.tab-port-mx-263{margin-left:263px!important;margin-right:263px!important}.tab-port-mx-264{margin-left:264px!important;margin-right:264px!important}.tab-port-mx-265{margin-left:265px!important;margin-right:265px!important}.tab-port-mx-266{margin-left:266px!important;margin-right:266px!important}.tab-port-mx-267{margin-left:267px!important;margin-right:267px!important}.tab-port-mx-268{margin-left:268px!important;margin-right:268px!important}.tab-port-mx-269{margin-left:269px!important;margin-right:269px!important}.tab-port-mx-270{margin-left:270px!important;margin-right:270px!important}.tab-port-mx-271{margin-left:271px!important;margin-right:271px!important}.tab-port-mx-272{margin-left:272px!important;margin-right:272px!important}.tab-port-mx-273{margin-left:273px!important;margin-right:273px!important}.tab-port-mx-274{margin-left:274px!important;margin-right:274px!important}.tab-port-mx-275{margin-left:275px!important;margin-right:275px!important}.tab-port-mx-276{margin-left:276px!important;margin-right:276px!important}.tab-port-mx-277{margin-left:277px!important;margin-right:277px!important}.tab-port-mx-278{margin-left:278px!important;margin-right:278px!important}.tab-port-mx-279{margin-left:279px!important;margin-right:279px!important}.tab-port-mx-280{margin-left:280px!important;margin-right:280px!important}.tab-port-mx-281{margin-left:281px!important;margin-right:281px!important}.tab-port-mx-282{margin-left:282px!important;margin-right:282px!important}.tab-port-mx-283{margin-left:283px!important;margin-right:283px!important}.tab-port-mx-284{margin-left:284px!important;margin-right:284px!important}.tab-port-mx-285{margin-left:285px!important;margin-right:285px!important}.tab-port-mx-286{margin-left:286px!important;margin-right:286px!important}.tab-port-mx-287{margin-left:287px!important;margin-right:287px!important}.tab-port-mx-288{margin-left:288px!important;margin-right:288px!important}.tab-port-mx-289{margin-left:289px!important;margin-right:289px!important}.tab-port-mx-290{margin-left:290px!important;margin-right:290px!important}.tab-port-mx-291{margin-left:291px!important;margin-right:291px!important}.tab-port-mx-292{margin-left:292px!important;margin-right:292px!important}.tab-port-mx-293{margin-left:293px!important;margin-right:293px!important}.tab-port-mx-294{margin-left:294px!important;margin-right:294px!important}.tab-port-mx-295{margin-left:295px!important;margin-right:295px!important}.tab-port-mx-296{margin-left:296px!important;margin-right:296px!important}.tab-port-mx-297{margin-left:297px!important;margin-right:297px!important}.tab-port-mx-298{margin-left:298px!important;margin-right:298px!important}.tab-port-mx-299{margin-left:299px!important;margin-right:299px!important}.tab-port-mx-300{margin-left:300px!important;margin-right:300px!important}.tab-port-mx-301{margin-left:301px!important;margin-right:301px!important}.tab-port-mx-302{margin-left:302px!important;margin-right:302px!important}.tab-port-mx-303{margin-left:303px!important;margin-right:303px!important}.tab-port-mx-304{margin-left:304px!important;margin-right:304px!important}.tab-port-mx-305{margin-left:305px!important;margin-right:305px!important}.tab-port-mx-306{margin-left:306px!important;margin-right:306px!important}.tab-port-mx-307{margin-left:307px!important;margin-right:307px!important}.tab-port-mx-308{margin-left:308px!important;margin-right:308px!important}.tab-port-mx-309{margin-left:309px!important;margin-right:309px!important}.tab-port-mx-310{margin-left:310px!important;margin-right:310px!important}.tab-port-mx-311{margin-left:311px!important;margin-right:311px!important}.tab-port-mx-312{margin-left:312px!important;margin-right:312px!important}.tab-port-mx-313{margin-left:313px!important;margin-right:313px!important}.tab-port-mx-314{margin-left:314px!important;margin-right:314px!important}.tab-port-mx-315{margin-left:315px!important;margin-right:315px!important}.tab-port-mx-316{margin-left:316px!important;margin-right:316px!important}.tab-port-mx-317{margin-left:317px!important;margin-right:317px!important}.tab-port-mx-318{margin-left:318px!important;margin-right:318px!important}.tab-port-mx-319{margin-left:319px!important;margin-right:319px!important}.tab-port-mx-320{margin-left:320px!important;margin-right:320px!important}.tab-port-mx-321{margin-left:321px!important;margin-right:321px!important}.tab-port-mx-322{margin-left:322px!important;margin-right:322px!important}.tab-port-mx-323{margin-left:323px!important;margin-right:323px!important}.tab-port-mx-324{margin-left:324px!important;margin-right:324px!important}.tab-port-mx-325{margin-left:325px!important;margin-right:325px!important}.tab-port-mx-326{margin-left:326px!important;margin-right:326px!important}.tab-port-mx-327{margin-left:327px!important;margin-right:327px!important}.tab-port-mx-328{margin-left:328px!important;margin-right:328px!important}.tab-port-mx-329{margin-left:329px!important;margin-right:329px!important}.tab-port-mx-330{margin-left:330px!important;margin-right:330px!important}.tab-port-mx-331{margin-left:331px!important;margin-right:331px!important}.tab-port-mx-332{margin-left:332px!important;margin-right:332px!important}.tab-port-mx-333{margin-left:333px!important;margin-right:333px!important}.tab-port-mx-334{margin-left:334px!important;margin-right:334px!important}.tab-port-mx-335{margin-left:335px!important;margin-right:335px!important}.tab-port-mx-336{margin-left:336px!important;margin-right:336px!important}.tab-port-mx-337{margin-left:337px!important;margin-right:337px!important}.tab-port-mx-338{margin-left:338px!important;margin-right:338px!important}.tab-port-mx-339{margin-left:339px!important;margin-right:339px!important}.tab-port-mx-340{margin-left:340px!important;margin-right:340px!important}.tab-port-mx-341{margin-left:341px!important;margin-right:341px!important}.tab-port-mx-342{margin-left:342px!important;margin-right:342px!important}.tab-port-mx-343{margin-left:343px!important;margin-right:343px!important}.tab-port-mx-344{margin-left:344px!important;margin-right:344px!important}.tab-port-mx-345{margin-left:345px!important;margin-right:345px!important}.tab-port-mx-346{margin-left:346px!important;margin-right:346px!important}.tab-port-mx-347{margin-left:347px!important;margin-right:347px!important}.tab-port-mx-348{margin-left:348px!important;margin-right:348px!important}.tab-port-mx-349{margin-left:349px!important;margin-right:349px!important}.tab-port-mx-350{margin-left:350px!important;margin-right:350px!important}.tab-port-mx-351{margin-left:351px!important;margin-right:351px!important}.tab-port-mx-352{margin-left:352px!important;margin-right:352px!important}.tab-port-mx-353{margin-left:353px!important;margin-right:353px!important}.tab-port-mx-354{margin-left:354px!important;margin-right:354px!important}.tab-port-mx-355{margin-left:355px!important;margin-right:355px!important}.tab-port-mx-356{margin-left:356px!important;margin-right:356px!important}.tab-port-mx-357{margin-left:357px!important;margin-right:357px!important}.tab-port-mx-358{margin-left:358px!important;margin-right:358px!important}.tab-port-mx-359{margin-left:359px!important;margin-right:359px!important}.tab-port-mx-360{margin-left:360px!important;margin-right:360px!important}.tab-port-mx-361{margin-left:361px!important;margin-right:361px!important}.tab-port-mx-362{margin-left:362px!important;margin-right:362px!important}.tab-port-mx-363{margin-left:363px!important;margin-right:363px!important}.tab-port-mx-364{margin-left:364px!important;margin-right:364px!important}.tab-port-mx-365{margin-left:365px!important;margin-right:365px!important}.tab-port-mx-366{margin-left:366px!important;margin-right:366px!important}.tab-port-mx-367{margin-left:367px!important;margin-right:367px!important}.tab-port-mx-368{margin-left:368px!important;margin-right:368px!important}.tab-port-mx-369{margin-left:369px!important;margin-right:369px!important}.tab-port-mx-370{margin-left:370px!important;margin-right:370px!important}.tab-port-mx-371{margin-left:371px!important;margin-right:371px!important}.tab-port-mx-372{margin-left:372px!important;margin-right:372px!important}.tab-port-mx-373{margin-left:373px!important;margin-right:373px!important}.tab-port-mx-374{margin-left:374px!important;margin-right:374px!important}.tab-port-mx-375{margin-left:375px!important;margin-right:375px!important}.tab-port-mx-376{margin-left:376px!important;margin-right:376px!important}.tab-port-mx-377{margin-left:377px!important;margin-right:377px!important}.tab-port-mx-378{margin-left:378px!important;margin-right:378px!important}.tab-port-mx-379{margin-left:379px!important;margin-right:379px!important}.tab-port-mx-380{margin-left:380px!important;margin-right:380px!important}.tab-port-mx-381{margin-left:381px!important;margin-right:381px!important}.tab-port-mx-382{margin-left:382px!important;margin-right:382px!important}.tab-port-mx-383{margin-left:383px!important;margin-right:383px!important}.tab-port-mx-384{margin-left:384px!important;margin-right:384px!important}.tab-port-mx-385{margin-left:385px!important;margin-right:385px!important}.tab-port-mx-386{margin-left:386px!important;margin-right:386px!important}.tab-port-mx-387{margin-left:387px!important;margin-right:387px!important}.tab-port-mx-388{margin-left:388px!important;margin-right:388px!important}.tab-port-mx-389{margin-left:389px!important;margin-right:389px!important}.tab-port-mx-390{margin-left:390px!important;margin-right:390px!important}.tab-port-mx-391{margin-left:391px!important;margin-right:391px!important}.tab-port-mx-392{margin-left:392px!important;margin-right:392px!important}.tab-port-mx-393{margin-left:393px!important;margin-right:393px!important}.tab-port-mx-394{margin-left:394px!important;margin-right:394px!important}.tab-port-mx-395{margin-left:395px!important;margin-right:395px!important}.tab-port-mx-396{margin-left:396px!important;margin-right:396px!important}.tab-port-mx-397{margin-left:397px!important;margin-right:397px!important}.tab-port-mx-398{margin-left:398px!important;margin-right:398px!important}.tab-port-mx-399{margin-left:399px!important;margin-right:399px!important}.tab-port-mx-400{margin-left:400px!important;margin-right:400px!important}.tab-port-mx-401{margin-left:401px!important;margin-right:401px!important}.tab-port-mx-402{margin-left:402px!important;margin-right:402px!important}.tab-port-mx-403{margin-left:403px!important;margin-right:403px!important}.tab-port-mx-404{margin-left:404px!important;margin-right:404px!important}.tab-port-mx-405{margin-left:405px!important;margin-right:405px!important}.tab-port-mx-406{margin-left:406px!important;margin-right:406px!important}.tab-port-mx-407{margin-left:407px!important;margin-right:407px!important}.tab-port-mx-408{margin-left:408px!important;margin-right:408px!important}.tab-port-mx-409{margin-left:409px!important;margin-right:409px!important}.tab-port-mx-410{margin-left:410px!important;margin-right:410px!important}.tab-port-mx-411{margin-left:411px!important;margin-right:411px!important}.tab-port-mx-412{margin-left:412px!important;margin-right:412px!important}.tab-port-mx-413{margin-left:413px!important;margin-right:413px!important}.tab-port-mx-414{margin-left:414px!important;margin-right:414px!important}.tab-port-mx-415{margin-left:415px!important;margin-right:415px!important}.tab-port-mx-416{margin-left:416px!important;margin-right:416px!important}.tab-port-mx-417{margin-left:417px!important;margin-right:417px!important}.tab-port-mx-418{margin-left:418px!important;margin-right:418px!important}.tab-port-mx-419{margin-left:419px!important;margin-right:419px!important}.tab-port-mx-420{margin-left:420px!important;margin-right:420px!important}.tab-port-mx-421{margin-left:421px!important;margin-right:421px!important}.tab-port-mx-422{margin-left:422px!important;margin-right:422px!important}.tab-port-mx-423{margin-left:423px!important;margin-right:423px!important}.tab-port-mx-424{margin-left:424px!important;margin-right:424px!important}.tab-port-mx-425{margin-left:425px!important;margin-right:425px!important}.tab-port-mx-426{margin-left:426px!important;margin-right:426px!important}.tab-port-mx-427{margin-left:427px!important;margin-right:427px!important}.tab-port-mx-428{margin-left:428px!important;margin-right:428px!important}.tab-port-mx-429{margin-left:429px!important;margin-right:429px!important}.tab-port-mx-430{margin-left:430px!important;margin-right:430px!important}.tab-port-mx-431{margin-left:431px!important;margin-right:431px!important}.tab-port-mx-432{margin-left:432px!important;margin-right:432px!important}.tab-port-mx-433{margin-left:433px!important;margin-right:433px!important}.tab-port-mx-434{margin-left:434px!important;margin-right:434px!important}.tab-port-mx-435{margin-left:435px!important;margin-right:435px!important}.tab-port-mx-436{margin-left:436px!important;margin-right:436px!important}.tab-port-mx-437{margin-left:437px!important;margin-right:437px!important}.tab-port-mx-438{margin-left:438px!important;margin-right:438px!important}.tab-port-mx-439{margin-left:439px!important;margin-right:439px!important}.tab-port-mx-440{margin-left:440px!important;margin-right:440px!important}.tab-port-mx-441{margin-left:441px!important;margin-right:441px!important}.tab-port-mx-442{margin-left:442px!important;margin-right:442px!important}.tab-port-mx-443{margin-left:443px!important;margin-right:443px!important}.tab-port-mx-444{margin-left:444px!important;margin-right:444px!important}.tab-port-mx-445{margin-left:445px!important;margin-right:445px!important}.tab-port-mx-446{margin-left:446px!important;margin-right:446px!important}.tab-port-mx-447{margin-left:447px!important;margin-right:447px!important}.tab-port-mx-448{margin-left:448px!important;margin-right:448px!important}.tab-port-mx-449{margin-left:449px!important;margin-right:449px!important}.tab-port-mx-450{margin-left:450px!important;margin-right:450px!important}.tab-port-mx-451{margin-left:451px!important;margin-right:451px!important}.tab-port-mx-452{margin-left:452px!important;margin-right:452px!important}.tab-port-mx-453{margin-left:453px!important;margin-right:453px!important}.tab-port-mx-454{margin-left:454px!important;margin-right:454px!important}.tab-port-mx-455{margin-left:455px!important;margin-right:455px!important}.tab-port-mx-456{margin-left:456px!important;margin-right:456px!important}.tab-port-mx-457{margin-left:457px!important;margin-right:457px!important}.tab-port-mx-458{margin-left:458px!important;margin-right:458px!important}.tab-port-mx-459{margin-left:459px!important;margin-right:459px!important}.tab-port-mx-460{margin-left:460px!important;margin-right:460px!important}.tab-port-mx-461{margin-left:461px!important;margin-right:461px!important}.tab-port-mx-462{margin-left:462px!important;margin-right:462px!important}.tab-port-mx-463{margin-left:463px!important;margin-right:463px!important}.tab-port-mx-464{margin-left:464px!important;margin-right:464px!important}.tab-port-mx-465{margin-left:465px!important;margin-right:465px!important}.tab-port-mx-466{margin-left:466px!important;margin-right:466px!important}.tab-port-mx-467{margin-left:467px!important;margin-right:467px!important}.tab-port-mx-468{margin-left:468px!important;margin-right:468px!important}.tab-port-mx-469{margin-left:469px!important;margin-right:469px!important}.tab-port-mx-470{margin-left:470px!important;margin-right:470px!important}.tab-port-mx-471{margin-left:471px!important;margin-right:471px!important}.tab-port-mx-472{margin-left:472px!important;margin-right:472px!important}.tab-port-mx-473{margin-left:473px!important;margin-right:473px!important}.tab-port-mx-474{margin-left:474px!important;margin-right:474px!important}.tab-port-mx-475{margin-left:475px!important;margin-right:475px!important}.tab-port-mx-476{margin-left:476px!important;margin-right:476px!important}.tab-port-mx-477{margin-left:477px!important;margin-right:477px!important}.tab-port-mx-478{margin-left:478px!important;margin-right:478px!important}.tab-port-mx-479{margin-left:479px!important;margin-right:479px!important}.tab-port-mx-480{margin-left:480px!important;margin-right:480px!important}.tab-port-mx-481{margin-left:481px!important;margin-right:481px!important}.tab-port-mx-482{margin-left:482px!important;margin-right:482px!important}.tab-port-mx-483{margin-left:483px!important;margin-right:483px!important}.tab-port-mx-484{margin-left:484px!important;margin-right:484px!important}.tab-port-mx-485{margin-left:485px!important;margin-right:485px!important}.tab-port-mx-486{margin-left:486px!important;margin-right:486px!important}.tab-port-mx-487{margin-left:487px!important;margin-right:487px!important}.tab-port-mx-488{margin-left:488px!important;margin-right:488px!important}.tab-port-mx-489{margin-left:489px!important;margin-right:489px!important}.tab-port-mx-490{margin-left:490px!important;margin-right:490px!important}.tab-port-mx-491{margin-left:491px!important;margin-right:491px!important}.tab-port-mx-492{margin-left:492px!important;margin-right:492px!important}.tab-port-mx-493{margin-left:493px!important;margin-right:493px!important}.tab-port-mx-494{margin-left:494px!important;margin-right:494px!important}.tab-port-mx-495{margin-left:495px!important;margin-right:495px!important}.tab-port-mx-496{margin-left:496px!important;margin-right:496px!important}.tab-port-mx-497{margin-left:497px!important;margin-right:497px!important}.tab-port-mx-498{margin-left:498px!important;margin-right:498px!important}.tab-port-mx-499{margin-left:499px!important;margin-right:499px!important}.tab-port-mx-500{margin-left:500px!important;margin-right:500px!important}.tab-port-mx-501{margin-left:501px!important;margin-right:501px!important}.tab-port-mx-502{margin-left:502px!important;margin-right:502px!important}.tab-port-mx-503{margin-left:503px!important;margin-right:503px!important}.tab-port-mx-504{margin-left:504px!important;margin-right:504px!important}.tab-port-mx-505{margin-left:505px!important;margin-right:505px!important}.tab-port-mx-506{margin-left:506px!important;margin-right:506px!important}.tab-port-mx-507{margin-left:507px!important;margin-right:507px!important}.tab-port-mx-508{margin-left:508px!important;margin-right:508px!important}.tab-port-mx-509{margin-left:509px!important;margin-right:509px!important}.tab-port-mx-510{margin-left:510px!important;margin-right:510px!important}.tab-port-mx-511{margin-left:511px!important;margin-right:511px!important}.tab-port-mx-512{margin-left:512px!important;margin-right:512px!important}.tab-port-mx-513{margin-left:513px!important;margin-right:513px!important}.tab-port-mx-514{margin-left:514px!important;margin-right:514px!important}.tab-port-mx-515{margin-left:515px!important;margin-right:515px!important}.tab-port-mx-516{margin-left:516px!important;margin-right:516px!important}.tab-port-mx-517{margin-left:517px!important;margin-right:517px!important}.tab-port-mx-518{margin-left:518px!important;margin-right:518px!important}.tab-port-mx-519{margin-left:519px!important;margin-right:519px!important}.tab-port-mx-520{margin-left:520px!important;margin-right:520px!important}.tab-port-mx-521{margin-left:521px!important;margin-right:521px!important}.tab-port-mx-522{margin-left:522px!important;margin-right:522px!important}.tab-port-mx-523{margin-left:523px!important;margin-right:523px!important}.tab-port-mx-524{margin-left:524px!important;margin-right:524px!important}.tab-port-mx-525{margin-left:525px!important;margin-right:525px!important}.tab-port-mx-526{margin-left:526px!important;margin-right:526px!important}.tab-port-mx-527{margin-left:527px!important;margin-right:527px!important}.tab-port-mx-528{margin-left:528px!important;margin-right:528px!important}.tab-port-mx-529{margin-left:529px!important;margin-right:529px!important}.tab-port-mx-530{margin-left:530px!important;margin-right:530px!important}.tab-port-mx-531{margin-left:531px!important;margin-right:531px!important}.tab-port-mx-532{margin-left:532px!important;margin-right:532px!important}.tab-port-mx-533{margin-left:533px!important;margin-right:533px!important}.tab-port-mx-534{margin-left:534px!important;margin-right:534px!important}.tab-port-mx-535{margin-left:535px!important;margin-right:535px!important}.tab-port-mx-536{margin-left:536px!important;margin-right:536px!important}.tab-port-mx-537{margin-left:537px!important;margin-right:537px!important}.tab-port-mx-538{margin-left:538px!important;margin-right:538px!important}.tab-port-mx-539{margin-left:539px!important;margin-right:539px!important}.tab-port-mx-540{margin-left:540px!important;margin-right:540px!important}.tab-port-mx-541{margin-left:541px!important;margin-right:541px!important}.tab-port-mx-542{margin-left:542px!important;margin-right:542px!important}.tab-port-mx-543{margin-left:543px!important;margin-right:543px!important}.tab-port-mx-544{margin-left:544px!important;margin-right:544px!important}.tab-port-mx-545{margin-left:545px!important;margin-right:545px!important}.tab-port-mx-546{margin-left:546px!important;margin-right:546px!important}.tab-port-mx-547{margin-left:547px!important;margin-right:547px!important}.tab-port-mx-548{margin-left:548px!important;margin-right:548px!important}.tab-port-mx-549{margin-left:549px!important;margin-right:549px!important}.tab-port-mx-550{margin-left:550px!important;margin-right:550px!important}.tab-port-mx-551{margin-left:551px!important;margin-right:551px!important}.tab-port-mx-552{margin-left:552px!important;margin-right:552px!important}.tab-port-mx-553{margin-left:553px!important;margin-right:553px!important}.tab-port-mx-554{margin-left:554px!important;margin-right:554px!important}.tab-port-mx-555{margin-left:555px!important;margin-right:555px!important}.tab-port-mx-556{margin-left:556px!important;margin-right:556px!important}.tab-port-mx-557{margin-left:557px!important;margin-right:557px!important}.tab-port-mx-558{margin-left:558px!important;margin-right:558px!important}.tab-port-mx-559{margin-left:559px!important;margin-right:559px!important}.tab-port-mx-560{margin-left:560px!important;margin-right:560px!important}.tab-port-mx-561{margin-left:561px!important;margin-right:561px!important}.tab-port-mx-562{margin-left:562px!important;margin-right:562px!important}.tab-port-mx-563{margin-left:563px!important;margin-right:563px!important}.tab-port-mx-564{margin-left:564px!important;margin-right:564px!important}.tab-port-mx-565{margin-left:565px!important;margin-right:565px!important}.tab-port-mx-566{margin-left:566px!important;margin-right:566px!important}.tab-port-mx-567{margin-left:567px!important;margin-right:567px!important}.tab-port-mx-568{margin-left:568px!important;margin-right:568px!important}.tab-port-mx-569{margin-left:569px!important;margin-right:569px!important}.tab-port-mx-570{margin-left:570px!important;margin-right:570px!important}.tab-port-mx-571{margin-left:571px!important;margin-right:571px!important}.tab-port-mx-572{margin-left:572px!important;margin-right:572px!important}.tab-port-mx-573{margin-left:573px!important;margin-right:573px!important}.tab-port-mx-574{margin-left:574px!important;margin-right:574px!important}.tab-port-mx-575{margin-left:575px!important;margin-right:575px!important}.tab-port-mx-576{margin-left:576px!important;margin-right:576px!important}.tab-port-mx-577{margin-left:577px!important;margin-right:577px!important}.tab-port-mx-578{margin-left:578px!important;margin-right:578px!important}.tab-port-mx-579{margin-left:579px!important;margin-right:579px!important}.tab-port-mx-580{margin-left:580px!important;margin-right:580px!important}.tab-port-mx-581{margin-left:581px!important;margin-right:581px!important}.tab-port-mx-582{margin-left:582px!important;margin-right:582px!important}.tab-port-mx-583{margin-left:583px!important;margin-right:583px!important}.tab-port-mx-584{margin-left:584px!important;margin-right:584px!important}.tab-port-mx-585{margin-left:585px!important;margin-right:585px!important}.tab-port-mx-586{margin-left:586px!important;margin-right:586px!important}.tab-port-mx-587{margin-left:587px!important;margin-right:587px!important}.tab-port-mx-588{margin-left:588px!important;margin-right:588px!important}.tab-port-mx-589{margin-left:589px!important;margin-right:589px!important}.tab-port-mx-590{margin-left:590px!important;margin-right:590px!important}.tab-port-mx-591{margin-left:591px!important;margin-right:591px!important}.tab-port-mx-592{margin-left:592px!important;margin-right:592px!important}.tab-port-mx-593{margin-left:593px!important;margin-right:593px!important}.tab-port-mx-594{margin-left:594px!important;margin-right:594px!important}.tab-port-mx-595{margin-left:595px!important;margin-right:595px!important}.tab-port-mx-596{margin-left:596px!important;margin-right:596px!important}.tab-port-mx-597{margin-left:597px!important;margin-right:597px!important}.tab-port-mx-598{margin-left:598px!important;margin-right:598px!important}.tab-port-mx-599{margin-left:599px!important;margin-right:599px!important}.tab-port-mx-600{margin-left:600px!important;margin-right:600px!important}.tab-port-mx-601{margin-left:601px!important;margin-right:601px!important}.tab-port-mx-602{margin-left:602px!important;margin-right:602px!important}.tab-port-mx-603{margin-left:603px!important;margin-right:603px!important}.tab-port-mx-604{margin-left:604px!important;margin-right:604px!important}.tab-port-mx-605{margin-left:605px!important;margin-right:605px!important}.tab-port-mx-606{margin-left:606px!important;margin-right:606px!important}.tab-port-mx-607{margin-left:607px!important;margin-right:607px!important}.tab-port-mx-608{margin-left:608px!important;margin-right:608px!important}.tab-port-mx-609{margin-left:609px!important;margin-right:609px!important}.tab-port-mx-610{margin-left:610px!important;margin-right:610px!important}.tab-port-mx-611{margin-left:611px!important;margin-right:611px!important}.tab-port-mx-612{margin-left:612px!important;margin-right:612px!important}.tab-port-mx-613{margin-left:613px!important;margin-right:613px!important}.tab-port-mx-614{margin-left:614px!important;margin-right:614px!important}.tab-port-mx-615{margin-left:615px!important;margin-right:615px!important}.tab-port-mx-616{margin-left:616px!important;margin-right:616px!important}.tab-port-mx-617{margin-left:617px!important;margin-right:617px!important}.tab-port-mx-618{margin-left:618px!important;margin-right:618px!important}.tab-port-mx-619{margin-left:619px!important;margin-right:619px!important}.tab-port-mx-620{margin-left:620px!important;margin-right:620px!important}.tab-port-mx-621{margin-left:621px!important;margin-right:621px!important}.tab-port-mx-622{margin-left:622px!important;margin-right:622px!important}.tab-port-mx-623{margin-left:623px!important;margin-right:623px!important}.tab-port-mx-624{margin-left:624px!important;margin-right:624px!important}.tab-port-mx-625{margin-left:625px!important;margin-right:625px!important}.tab-port-mx-626{margin-left:626px!important;margin-right:626px!important}.tab-port-mx-627{margin-left:627px!important;margin-right:627px!important}.tab-port-mx-628{margin-left:628px!important;margin-right:628px!important}.tab-port-mx-629{margin-left:629px!important;margin-right:629px!important}.tab-port-mx-630{margin-left:630px!important;margin-right:630px!important}.tab-port-mx-631{margin-left:631px!important;margin-right:631px!important}.tab-port-mx-632{margin-left:632px!important;margin-right:632px!important}.tab-port-mx-633{margin-left:633px!important;margin-right:633px!important}.tab-port-mx-634{margin-left:634px!important;margin-right:634px!important}.tab-port-mx-635{margin-left:635px!important;margin-right:635px!important}.tab-port-mx-636{margin-left:636px!important;margin-right:636px!important}.tab-port-mx-637{margin-left:637px!important;margin-right:637px!important}.tab-port-mx-638{margin-left:638px!important;margin-right:638px!important}.tab-port-mx-639{margin-left:639px!important;margin-right:639px!important}.tab-port-mx-640{margin-left:640px!important;margin-right:640px!important}.tab-port-mx-641{margin-left:641px!important;margin-right:641px!important}.tab-port-mx-642{margin-left:642px!important;margin-right:642px!important}.tab-port-mx-643{margin-left:643px!important;margin-right:643px!important}.tab-port-mx-644{margin-left:644px!important;margin-right:644px!important}.tab-port-mx-645{margin-left:645px!important;margin-right:645px!important}.tab-port-mx-646{margin-left:646px!important;margin-right:646px!important}.tab-port-mx-647{margin-left:647px!important;margin-right:647px!important}.tab-port-mx-648{margin-left:648px!important;margin-right:648px!important}.tab-port-mx-649{margin-left:649px!important;margin-right:649px!important}.tab-port-mx-650{margin-left:650px!important;margin-right:650px!important}.tab-port-mx-651{margin-left:651px!important;margin-right:651px!important}.tab-port-mx-652{margin-left:652px!important;margin-right:652px!important}.tab-port-mx-653{margin-left:653px!important;margin-right:653px!important}.tab-port-mx-654{margin-left:654px!important;margin-right:654px!important}.tab-port-mx-655{margin-left:655px!important;margin-right:655px!important}.tab-port-mx-656{margin-left:656px!important;margin-right:656px!important}.tab-port-mx-657{margin-left:657px!important;margin-right:657px!important}.tab-port-mx-658{margin-left:658px!important;margin-right:658px!important}.tab-port-mx-659{margin-left:659px!important;margin-right:659px!important}.tab-port-mx-660{margin-left:660px!important;margin-right:660px!important}.tab-port-mx-661{margin-left:661px!important;margin-right:661px!important}.tab-port-mx-662{margin-left:662px!important;margin-right:662px!important}.tab-port-mx-663{margin-left:663px!important;margin-right:663px!important}.tab-port-mx-664{margin-left:664px!important;margin-right:664px!important}.tab-port-mx-665{margin-left:665px!important;margin-right:665px!important}.tab-port-mx-666{margin-left:666px!important;margin-right:666px!important}.tab-port-mx-667{margin-left:667px!important;margin-right:667px!important}.tab-port-mx-668{margin-left:668px!important;margin-right:668px!important}.tab-port-mx-669{margin-left:669px!important;margin-right:669px!important}.tab-port-mx-670{margin-left:670px!important;margin-right:670px!important}.tab-port-mx-671{margin-left:671px!important;margin-right:671px!important}.tab-port-mx-672{margin-left:672px!important;margin-right:672px!important}.tab-port-mx-673{margin-left:673px!important;margin-right:673px!important}.tab-port-mx-674{margin-left:674px!important;margin-right:674px!important}.tab-port-mx-675{margin-left:675px!important;margin-right:675px!important}.tab-port-mx-676{margin-left:676px!important;margin-right:676px!important}.tab-port-mx-677{margin-left:677px!important;margin-right:677px!important}.tab-port-mx-678{margin-left:678px!important;margin-right:678px!important}.tab-port-mx-679{margin-left:679px!important;margin-right:679px!important}.tab-port-mx-680{margin-left:680px!important;margin-right:680px!important}.tab-port-mx-681{margin-left:681px!important;margin-right:681px!important}.tab-port-mx-682{margin-left:682px!important;margin-right:682px!important}.tab-port-mx-683{margin-left:683px!important;margin-right:683px!important}.tab-port-mx-684{margin-left:684px!important;margin-right:684px!important}.tab-port-mx-685{margin-left:685px!important;margin-right:685px!important}.tab-port-mx-686{margin-left:686px!important;margin-right:686px!important}.tab-port-mx-687{margin-left:687px!important;margin-right:687px!important}.tab-port-mx-688{margin-left:688px!important;margin-right:688px!important}.tab-port-mx-689{margin-left:689px!important;margin-right:689px!important}.tab-port-mx-690{margin-left:690px!important;margin-right:690px!important}.tab-port-mx-691{margin-left:691px!important;margin-right:691px!important}.tab-port-mx-692{margin-left:692px!important;margin-right:692px!important}.tab-port-mx-693{margin-left:693px!important;margin-right:693px!important}.tab-port-mx-694{margin-left:694px!important;margin-right:694px!important}.tab-port-mx-695{margin-left:695px!important;margin-right:695px!important}.tab-port-mx-696{margin-left:696px!important;margin-right:696px!important}.tab-port-mx-697{margin-left:697px!important;margin-right:697px!important}.tab-port-mx-698{margin-left:698px!important;margin-right:698px!important}.tab-port-mx-699{margin-left:699px!important;margin-right:699px!important}.tab-port-mx-700{margin-left:700px!important;margin-right:700px!important}.tab-port-mx-701{margin-left:701px!important;margin-right:701px!important}.tab-port-mx-702{margin-left:702px!important;margin-right:702px!important}.tab-port-mx-703{margin-left:703px!important;margin-right:703px!important}.tab-port-mx-704{margin-left:704px!important;margin-right:704px!important}.tab-port-mx-705{margin-left:705px!important;margin-right:705px!important}.tab-port-mx-706{margin-left:706px!important;margin-right:706px!important}.tab-port-mx-707{margin-left:707px!important;margin-right:707px!important}.tab-port-mx-708{margin-left:708px!important;margin-right:708px!important}.tab-port-mx-709{margin-left:709px!important;margin-right:709px!important}.tab-port-mx-710{margin-left:710px!important;margin-right:710px!important}.tab-port-mx-711{margin-left:711px!important;margin-right:711px!important}.tab-port-mx-712{margin-left:712px!important;margin-right:712px!important}.tab-port-mx-713{margin-left:713px!important;margin-right:713px!important}.tab-port-mx-714{margin-left:714px!important;margin-right:714px!important}.tab-port-mx-715{margin-left:715px!important;margin-right:715px!important}.tab-port-mx-716{margin-left:716px!important;margin-right:716px!important}.tab-port-mx-717{margin-left:717px!important;margin-right:717px!important}.tab-port-mx-718{margin-left:718px!important;margin-right:718px!important}.tab-port-mx-719{margin-left:719px!important;margin-right:719px!important}.tab-port-mx-720{margin-left:720px!important;margin-right:720px!important}.tab-port-mx-721{margin-left:721px!important;margin-right:721px!important}.tab-port-mx-722{margin-left:722px!important;margin-right:722px!important}.tab-port-mx-723{margin-left:723px!important;margin-right:723px!important}.tab-port-mx-724{margin-left:724px!important;margin-right:724px!important}.tab-port-mx-725{margin-left:725px!important;margin-right:725px!important}.tab-port-mx-726{margin-left:726px!important;margin-right:726px!important}.tab-port-mx-727{margin-left:727px!important;margin-right:727px!important}.tab-port-mx-728{margin-left:728px!important;margin-right:728px!important}.tab-port-mx-729{margin-left:729px!important;margin-right:729px!important}.tab-port-mx-730{margin-left:730px!important;margin-right:730px!important}.tab-port-mx-731{margin-left:731px!important;margin-right:731px!important}.tab-port-mx-732{margin-left:732px!important;margin-right:732px!important}.tab-port-mx-733{margin-left:733px!important;margin-right:733px!important}.tab-port-mx-734{margin-left:734px!important;margin-right:734px!important}.tab-port-mx-735{margin-left:735px!important;margin-right:735px!important}.tab-port-mx-736{margin-left:736px!important;margin-right:736px!important}.tab-port-mx-737{margin-left:737px!important;margin-right:737px!important}.tab-port-mx-738{margin-left:738px!important;margin-right:738px!important}.tab-port-mx-739{margin-left:739px!important;margin-right:739px!important}.tab-port-mx-740{margin-left:740px!important;margin-right:740px!important}.tab-port-mx-741{margin-left:741px!important;margin-right:741px!important}.tab-port-mx-742{margin-left:742px!important;margin-right:742px!important}.tab-port-mx-743{margin-left:743px!important;margin-right:743px!important}.tab-port-mx-744{margin-left:744px!important;margin-right:744px!important}.tab-port-mx-745{margin-left:745px!important;margin-right:745px!important}.tab-port-mx-746{margin-left:746px!important;margin-right:746px!important}.tab-port-mx-747{margin-left:747px!important;margin-right:747px!important}.tab-port-mx-748{margin-left:748px!important;margin-right:748px!important}.tab-port-mx-749{margin-left:749px!important;margin-right:749px!important}.tab-port-mx-750{margin-left:750px!important;margin-right:750px!important}.tab-port-mx-751{margin-left:751px!important;margin-right:751px!important}.tab-port-mx-752{margin-left:752px!important;margin-right:752px!important}.tab-port-mx-753{margin-left:753px!important;margin-right:753px!important}.tab-port-mx-754{margin-left:754px!important;margin-right:754px!important}.tab-port-mx-755{margin-left:755px!important;margin-right:755px!important}.tab-port-mx-756{margin-left:756px!important;margin-right:756px!important}.tab-port-mx-757{margin-left:757px!important;margin-right:757px!important}.tab-port-mx-758{margin-left:758px!important;margin-right:758px!important}.tab-port-mx-759{margin-left:759px!important;margin-right:759px!important}.tab-port-mx-760{margin-left:760px!important;margin-right:760px!important}.tab-port-mx-761{margin-left:761px!important;margin-right:761px!important}.tab-port-mx-762{margin-left:762px!important;margin-right:762px!important}.tab-port-mx-763{margin-left:763px!important;margin-right:763px!important}.tab-port-mx-764{margin-left:764px!important;margin-right:764px!important}.tab-port-mx-765{margin-left:765px!important;margin-right:765px!important}.tab-port-mx-766{margin-left:766px!important;margin-right:766px!important}.tab-port-mx-767{margin-left:767px!important;margin-right:767px!important}.tab-port-mx-768{margin-left:768px!important;margin-right:768px!important}.tab-port-mx-769{margin-left:769px!important;margin-right:769px!important}.tab-port-mx-770{margin-left:770px!important;margin-right:770px!important}.tab-port-mx-771{margin-left:771px!important;margin-right:771px!important}.tab-port-mx-772{margin-left:772px!important;margin-right:772px!important}.tab-port-mx-773{margin-left:773px!important;margin-right:773px!important}.tab-port-mx-774{margin-left:774px!important;margin-right:774px!important}.tab-port-mx-775{margin-left:775px!important;margin-right:775px!important}.tab-port-mx-776{margin-left:776px!important;margin-right:776px!important}.tab-port-mx-777{margin-left:777px!important;margin-right:777px!important}.tab-port-mx-778{margin-left:778px!important;margin-right:778px!important}.tab-port-mx-779{margin-left:779px!important;margin-right:779px!important}.tab-port-mx-780{margin-left:780px!important;margin-right:780px!important}.tab-port-mx-781{margin-left:781px!important;margin-right:781px!important}.tab-port-mx-782{margin-left:782px!important;margin-right:782px!important}.tab-port-mx-783{margin-left:783px!important;margin-right:783px!important}.tab-port-mx-784{margin-left:784px!important;margin-right:784px!important}.tab-port-mx-785{margin-left:785px!important;margin-right:785px!important}.tab-port-mx-786{margin-left:786px!important;margin-right:786px!important}.tab-port-mx-787{margin-left:787px!important;margin-right:787px!important}.tab-port-mx-788{margin-left:788px!important;margin-right:788px!important}.tab-port-mx-789{margin-left:789px!important;margin-right:789px!important}.tab-port-mx-790{margin-left:790px!important;margin-right:790px!important}.tab-port-mx-791{margin-left:791px!important;margin-right:791px!important}.tab-port-mx-792{margin-left:792px!important;margin-right:792px!important}.tab-port-mx-793{margin-left:793px!important;margin-right:793px!important}.tab-port-mx-794{margin-left:794px!important;margin-right:794px!important}.tab-port-mx-795{margin-left:795px!important;margin-right:795px!important}.tab-port-mx-796{margin-left:796px!important;margin-right:796px!important}.tab-port-mx-797{margin-left:797px!important;margin-right:797px!important}.tab-port-mx-798{margin-left:798px!important;margin-right:798px!important}.tab-port-mx-799{margin-left:799px!important;margin-right:799px!important}.tab-port-mx-800{margin-left:800px!important;margin-right:800px!important}.tab-port-mx-801{margin-left:801px!important;margin-right:801px!important}.tab-port-mx-802{margin-left:802px!important;margin-right:802px!important}.tab-port-mx-803{margin-left:803px!important;margin-right:803px!important}.tab-port-mx-804{margin-left:804px!important;margin-right:804px!important}.tab-port-mx-805{margin-left:805px!important;margin-right:805px!important}.tab-port-mx-806{margin-left:806px!important;margin-right:806px!important}.tab-port-mx-807{margin-left:807px!important;margin-right:807px!important}.tab-port-mx-808{margin-left:808px!important;margin-right:808px!important}.tab-port-mx-809{margin-left:809px!important;margin-right:809px!important}.tab-port-mx-810{margin-left:810px!important;margin-right:810px!important}.tab-port-mx-811{margin-left:811px!important;margin-right:811px!important}.tab-port-mx-812{margin-left:812px!important;margin-right:812px!important}.tab-port-mx-813{margin-left:813px!important;margin-right:813px!important}.tab-port-mx-814{margin-left:814px!important;margin-right:814px!important}.tab-port-mx-815{margin-left:815px!important;margin-right:815px!important}.tab-port-mx-816{margin-left:816px!important;margin-right:816px!important}.tab-port-mx-817{margin-left:817px!important;margin-right:817px!important}.tab-port-mx-818{margin-left:818px!important;margin-right:818px!important}.tab-port-mx-819{margin-left:819px!important;margin-right:819px!important}.tab-port-mx-820{margin-left:820px!important;margin-right:820px!important}.tab-port-mx-821{margin-left:821px!important;margin-right:821px!important}.tab-port-mx-822{margin-left:822px!important;margin-right:822px!important}.tab-port-mx-823{margin-left:823px!important;margin-right:823px!important}.tab-port-mx-824{margin-left:824px!important;margin-right:824px!important}.tab-port-mx-825{margin-left:825px!important;margin-right:825px!important}.tab-port-mx-826{margin-left:826px!important;margin-right:826px!important}.tab-port-mx-827{margin-left:827px!important;margin-right:827px!important}.tab-port-mx-828{margin-left:828px!important;margin-right:828px!important}.tab-port-mx-829{margin-left:829px!important;margin-right:829px!important}.tab-port-mx-830{margin-left:830px!important;margin-right:830px!important}.tab-port-mx-831{margin-left:831px!important;margin-right:831px!important}.tab-port-mx-832{margin-left:832px!important;margin-right:832px!important}.tab-port-mx-833{margin-left:833px!important;margin-right:833px!important}.tab-port-mx-834{margin-left:834px!important;margin-right:834px!important}.tab-port-mx-835{margin-left:835px!important;margin-right:835px!important}.tab-port-mx-836{margin-left:836px!important;margin-right:836px!important}.tab-port-mx-837{margin-left:837px!important;margin-right:837px!important}.tab-port-mx-838{margin-left:838px!important;margin-right:838px!important}.tab-port-mx-839{margin-left:839px!important;margin-right:839px!important}.tab-port-mx-840{margin-left:840px!important;margin-right:840px!important}.tab-port-mx-841{margin-left:841px!important;margin-right:841px!important}.tab-port-mx-842{margin-left:842px!important;margin-right:842px!important}.tab-port-mx-843{margin-left:843px!important;margin-right:843px!important}.tab-port-mx-844{margin-left:844px!important;margin-right:844px!important}.tab-port-mx-845{margin-left:845px!important;margin-right:845px!important}.tab-port-mx-846{margin-left:846px!important;margin-right:846px!important}.tab-port-mx-847{margin-left:847px!important;margin-right:847px!important}.tab-port-mx-848{margin-left:848px!important;margin-right:848px!important}.tab-port-mx-849{margin-left:849px!important;margin-right:849px!important}.tab-port-mx-850{margin-left:850px!important;margin-right:850px!important}.tab-port-mx-851{margin-left:851px!important;margin-right:851px!important}.tab-port-mx-852{margin-left:852px!important;margin-right:852px!important}.tab-port-mx-853{margin-left:853px!important;margin-right:853px!important}.tab-port-mx-854{margin-left:854px!important;margin-right:854px!important}.tab-port-mx-855{margin-left:855px!important;margin-right:855px!important}.tab-port-mx-856{margin-left:856px!important;margin-right:856px!important}.tab-port-mx-857{margin-left:857px!important;margin-right:857px!important}.tab-port-mx-858{margin-left:858px!important;margin-right:858px!important}.tab-port-mx-859{margin-left:859px!important;margin-right:859px!important}.tab-port-mx-860{margin-left:860px!important;margin-right:860px!important}.tab-port-mx-861{margin-left:861px!important;margin-right:861px!important}.tab-port-mx-862{margin-left:862px!important;margin-right:862px!important}.tab-port-mx-863{margin-left:863px!important;margin-right:863px!important}.tab-port-mx-864{margin-left:864px!important;margin-right:864px!important}.tab-port-mx-865{margin-left:865px!important;margin-right:865px!important}.tab-port-mx-866{margin-left:866px!important;margin-right:866px!important}.tab-port-mx-867{margin-left:867px!important;margin-right:867px!important}.tab-port-mx-868{margin-left:868px!important;margin-right:868px!important}.tab-port-mx-869{margin-left:869px!important;margin-right:869px!important}.tab-port-mx-870{margin-left:870px!important;margin-right:870px!important}.tab-port-mx-871{margin-left:871px!important;margin-right:871px!important}.tab-port-mx-872{margin-left:872px!important;margin-right:872px!important}.tab-port-mx-873{margin-left:873px!important;margin-right:873px!important}.tab-port-mx-874{margin-left:874px!important;margin-right:874px!important}.tab-port-mx-875{margin-left:875px!important;margin-right:875px!important}.tab-port-mx-876{margin-left:876px!important;margin-right:876px!important}.tab-port-mx-877{margin-left:877px!important;margin-right:877px!important}.tab-port-mx-878{margin-left:878px!important;margin-right:878px!important}.tab-port-mx-879{margin-left:879px!important;margin-right:879px!important}.tab-port-mx-880{margin-left:880px!important;margin-right:880px!important}.tab-port-mx-881{margin-left:881px!important;margin-right:881px!important}.tab-port-mx-882{margin-left:882px!important;margin-right:882px!important}.tab-port-mx-883{margin-left:883px!important;margin-right:883px!important}.tab-port-mx-884{margin-left:884px!important;margin-right:884px!important}.tab-port-mx-885{margin-left:885px!important;margin-right:885px!important}.tab-port-mx-886{margin-left:886px!important;margin-right:886px!important}.tab-port-mx-887{margin-left:887px!important;margin-right:887px!important}.tab-port-mx-888{margin-left:888px!important;margin-right:888px!important}.tab-port-mx-889{margin-left:889px!important;margin-right:889px!important}.tab-port-mx-890{margin-left:890px!important;margin-right:890px!important}.tab-port-mx-891{margin-left:891px!important;margin-right:891px!important}.tab-port-mx-892{margin-left:892px!important;margin-right:892px!important}.tab-port-mx-893{margin-left:893px!important;margin-right:893px!important}.tab-port-mx-894{margin-left:894px!important;margin-right:894px!important}.tab-port-mx-895{margin-left:895px!important;margin-right:895px!important}.tab-port-mx-896{margin-left:896px!important;margin-right:896px!important}.tab-port-mx-897{margin-left:897px!important;margin-right:897px!important}.tab-port-mx-898{margin-left:898px!important;margin-right:898px!important}.tab-port-mx-899{margin-left:899px!important;margin-right:899px!important}.tab-port-mx-900{margin-left:900px!important;margin-right:900px!important}.tab-port-mx-901{margin-left:901px!important;margin-right:901px!important}.tab-port-mx-902{margin-left:902px!important;margin-right:902px!important}.tab-port-mx-903{margin-left:903px!important;margin-right:903px!important}.tab-port-mx-904{margin-left:904px!important;margin-right:904px!important}.tab-port-mx-905{margin-left:905px!important;margin-right:905px!important}.tab-port-mx-906{margin-left:906px!important;margin-right:906px!important}.tab-port-mx-907{margin-left:907px!important;margin-right:907px!important}.tab-port-mx-908{margin-left:908px!important;margin-right:908px!important}.tab-port-mx-909{margin-left:909px!important;margin-right:909px!important}.tab-port-mx-910{margin-left:910px!important;margin-right:910px!important}.tab-port-mx-911{margin-left:911px!important;margin-right:911px!important}.tab-port-mx-912{margin-left:912px!important;margin-right:912px!important}.tab-port-mx-913{margin-left:913px!important;margin-right:913px!important}.tab-port-mx-914{margin-left:914px!important;margin-right:914px!important}.tab-port-mx-915{margin-left:915px!important;margin-right:915px!important}.tab-port-mx-916{margin-left:916px!important;margin-right:916px!important}.tab-port-mx-917{margin-left:917px!important;margin-right:917px!important}.tab-port-mx-918{margin-left:918px!important;margin-right:918px!important}.tab-port-mx-919{margin-left:919px!important;margin-right:919px!important}.tab-port-mx-920{margin-left:920px!important;margin-right:920px!important}.tab-port-mx-921{margin-left:921px!important;margin-right:921px!important}.tab-port-mx-922{margin-left:922px!important;margin-right:922px!important}.tab-port-mx-923{margin-left:923px!important;margin-right:923px!important}.tab-port-mx-924{margin-left:924px!important;margin-right:924px!important}.tab-port-mx-925{margin-left:925px!important;margin-right:925px!important}.tab-port-mx-926{margin-left:926px!important;margin-right:926px!important}.tab-port-mx-927{margin-left:927px!important;margin-right:927px!important}.tab-port-mx-928{margin-left:928px!important;margin-right:928px!important}.tab-port-mx-929{margin-left:929px!important;margin-right:929px!important}.tab-port-mx-930{margin-left:930px!important;margin-right:930px!important}.tab-port-mx-931{margin-left:931px!important;margin-right:931px!important}.tab-port-mx-932{margin-left:932px!important;margin-right:932px!important}.tab-port-mx-933{margin-left:933px!important;margin-right:933px!important}.tab-port-mx-934{margin-left:934px!important;margin-right:934px!important}.tab-port-mx-935{margin-left:935px!important;margin-right:935px!important}.tab-port-mx-936{margin-left:936px!important;margin-right:936px!important}.tab-port-mx-937{margin-left:937px!important;margin-right:937px!important}.tab-port-mx-938{margin-left:938px!important;margin-right:938px!important}.tab-port-mx-939{margin-left:939px!important;margin-right:939px!important}.tab-port-mx-940{margin-left:940px!important;margin-right:940px!important}.tab-port-mx-941{margin-left:941px!important;margin-right:941px!important}.tab-port-mx-942{margin-left:942px!important;margin-right:942px!important}.tab-port-mx-943{margin-left:943px!important;margin-right:943px!important}.tab-port-mx-944{margin-left:944px!important;margin-right:944px!important}.tab-port-mx-945{margin-left:945px!important;margin-right:945px!important}.tab-port-mx-946{margin-left:946px!important;margin-right:946px!important}.tab-port-mx-947{margin-left:947px!important;margin-right:947px!important}.tab-port-mx-948{margin-left:948px!important;margin-right:948px!important}.tab-port-mx-949{margin-left:949px!important;margin-right:949px!important}.tab-port-mx-950{margin-left:950px!important;margin-right:950px!important}.tab-port-mx-951{margin-left:951px!important;margin-right:951px!important}.tab-port-mx-952{margin-left:952px!important;margin-right:952px!important}.tab-port-mx-953{margin-left:953px!important;margin-right:953px!important}.tab-port-mx-954{margin-left:954px!important;margin-right:954px!important}.tab-port-mx-955{margin-left:955px!important;margin-right:955px!important}.tab-port-mx-956{margin-left:956px!important;margin-right:956px!important}.tab-port-mx-957{margin-left:957px!important;margin-right:957px!important}.tab-port-mx-958{margin-left:958px!important;margin-right:958px!important}.tab-port-mx-959{margin-left:959px!important;margin-right:959px!important}.tab-port-mx-960{margin-left:960px!important;margin-right:960px!important}.tab-port-mx-961{margin-left:961px!important;margin-right:961px!important}.tab-port-mx-962{margin-left:962px!important;margin-right:962px!important}.tab-port-mx-963{margin-left:963px!important;margin-right:963px!important}.tab-port-mx-964{margin-left:964px!important;margin-right:964px!important}.tab-port-mx-965{margin-left:965px!important;margin-right:965px!important}.tab-port-mx-966{margin-left:966px!important;margin-right:966px!important}.tab-port-mx-967{margin-left:967px!important;margin-right:967px!important}.tab-port-mx-968{margin-left:968px!important;margin-right:968px!important}.tab-port-mx-969{margin-left:969px!important;margin-right:969px!important}.tab-port-mx-970{margin-left:970px!important;margin-right:970px!important}.tab-port-mx-971{margin-left:971px!important;margin-right:971px!important}.tab-port-mx-972{margin-left:972px!important;margin-right:972px!important}.tab-port-mx-973{margin-left:973px!important;margin-right:973px!important}.tab-port-mx-974{margin-left:974px!important;margin-right:974px!important}.tab-port-mx-975{margin-left:975px!important;margin-right:975px!important}.tab-port-mx-976{margin-left:976px!important;margin-right:976px!important}.tab-port-mx-977{margin-left:977px!important;margin-right:977px!important}.tab-port-mx-978{margin-left:978px!important;margin-right:978px!important}.tab-port-mx-979{margin-left:979px!important;margin-right:979px!important}.tab-port-mx-980{margin-left:980px!important;margin-right:980px!important}.tab-port-mx-981{margin-left:981px!important;margin-right:981px!important}.tab-port-mx-982{margin-left:982px!important;margin-right:982px!important}.tab-port-mx-983{margin-left:983px!important;margin-right:983px!important}.tab-port-mx-984{margin-left:984px!important;margin-right:984px!important}.tab-port-mx-985{margin-left:985px!important;margin-right:985px!important}.tab-port-mx-986{margin-left:986px!important;margin-right:986px!important}.tab-port-mx-987{margin-left:987px!important;margin-right:987px!important}.tab-port-mx-988{margin-left:988px!important;margin-right:988px!important}.tab-port-mx-989{margin-left:989px!important;margin-right:989px!important}.tab-port-mx-990{margin-left:990px!important;margin-right:990px!important}.tab-port-mx-991{margin-left:991px!important;margin-right:991px!important}.tab-port-mx-992{margin-left:992px!important;margin-right:992px!important}.tab-port-mx-993{margin-left:993px!important;margin-right:993px!important}.tab-port-mx-994{margin-left:994px!important;margin-right:994px!important}.tab-port-mx-995{margin-left:995px!important;margin-right:995px!important}.tab-port-mx-996{margin-left:996px!important;margin-right:996px!important}.tab-port-mx-997{margin-left:997px!important;margin-right:997px!important}.tab-port-mx-998{margin-left:998px!important;margin-right:998px!important}.tab-port-mx-999{margin-left:999px!important;margin-right:999px!important}.tab-port-mx-1000{margin-left:1000px!important;margin-right:1000px!important}.tab-port-my-0{margin-top:0!important;margin-bottom:0!important}.tab-port-my-1{margin-top:1px!important;margin-bottom:1px!important}.tab-port-my-2{margin-top:2px!important;margin-bottom:2px!important}.tab-port-my-3{margin-top:3px!important;margin-bottom:3px!important}.tab-port-my-4{margin-top:4px!important;margin-bottom:4px!important}.tab-port-my-5{margin-top:5px!important;margin-bottom:5px!important}.tab-port-my-6{margin-top:6px!important;margin-bottom:6px!important}.tab-port-my-7{margin-top:7px!important;margin-bottom:7px!important}.tab-port-my-8{margin-top:8px!important;margin-bottom:8px!important}.tab-port-my-9{margin-top:9px!important;margin-bottom:9px!important}.tab-port-my-10{margin-top:10px!important;margin-bottom:10px!important}.tab-port-my-11{margin-top:11px!important;margin-bottom:11px!important}.tab-port-my-12{margin-top:12px!important;margin-bottom:12px!important}.tab-port-my-13{margin-top:13px!important;margin-bottom:13px!important}.tab-port-my-14{margin-top:14px!important;margin-bottom:14px!important}.tab-port-my-15{margin-top:15px!important;margin-bottom:15px!important}.tab-port-my-16{margin-top:16px!important;margin-bottom:16px!important}.tab-port-my-17{margin-top:17px!important;margin-bottom:17px!important}.tab-port-my-18{margin-top:18px!important;margin-bottom:18px!important}.tab-port-my-19{margin-top:19px!important;margin-bottom:19px!important}.tab-port-my-20{margin-top:20px!important;margin-bottom:20px!important}.tab-port-my-21{margin-top:21px!important;margin-bottom:21px!important}.tab-port-my-22{margin-top:22px!important;margin-bottom:22px!important}.tab-port-my-23{margin-top:23px!important;margin-bottom:23px!important}.tab-port-my-24{margin-top:24px!important;margin-bottom:24px!important}.tab-port-my-25{margin-top:25px!important;margin-bottom:25px!important}.tab-port-my-26{margin-top:26px!important;margin-bottom:26px!important}.tab-port-my-27{margin-top:27px!important;margin-bottom:27px!important}.tab-port-my-28{margin-top:28px!important;margin-bottom:28px!important}.tab-port-my-29{margin-top:29px!important;margin-bottom:29px!important}.tab-port-my-30{margin-top:30px!important;margin-bottom:30px!important}.tab-port-my-31{margin-top:31px!important;margin-bottom:31px!important}.tab-port-my-32{margin-top:32px!important;margin-bottom:32px!important}.tab-port-my-33{margin-top:33px!important;margin-bottom:33px!important}.tab-port-my-34{margin-top:34px!important;margin-bottom:34px!important}.tab-port-my-35{margin-top:35px!important;margin-bottom:35px!important}.tab-port-my-36{margin-top:36px!important;margin-bottom:36px!important}.tab-port-my-37{margin-top:37px!important;margin-bottom:37px!important}.tab-port-my-38{margin-top:38px!important;margin-bottom:38px!important}.tab-port-my-39{margin-top:39px!important;margin-bottom:39px!important}.tab-port-my-40{margin-top:40px!important;margin-bottom:40px!important}.tab-port-my-41{margin-top:41px!important;margin-bottom:41px!important}.tab-port-my-42{margin-top:42px!important;margin-bottom:42px!important}.tab-port-my-43{margin-top:43px!important;margin-bottom:43px!important}.tab-port-my-44{margin-top:44px!important;margin-bottom:44px!important}.tab-port-my-45{margin-top:45px!important;margin-bottom:45px!important}.tab-port-my-46{margin-top:46px!important;margin-bottom:46px!important}.tab-port-my-47{margin-top:47px!important;margin-bottom:47px!important}.tab-port-my-48{margin-top:48px!important;margin-bottom:48px!important}.tab-port-my-49{margin-top:49px!important;margin-bottom:49px!important}.tab-port-my-50{margin-top:50px!important;margin-bottom:50px!important}.tab-port-my-51{margin-top:51px!important;margin-bottom:51px!important}.tab-port-my-52{margin-top:52px!important;margin-bottom:52px!important}.tab-port-my-53{margin-top:53px!important;margin-bottom:53px!important}.tab-port-my-54{margin-top:54px!important;margin-bottom:54px!important}.tab-port-my-55{margin-top:55px!important;margin-bottom:55px!important}.tab-port-my-56{margin-top:56px!important;margin-bottom:56px!important}.tab-port-my-57{margin-top:57px!important;margin-bottom:57px!important}.tab-port-my-58{margin-top:58px!important;margin-bottom:58px!important}.tab-port-my-59{margin-top:59px!important;margin-bottom:59px!important}.tab-port-my-60{margin-top:60px!important;margin-bottom:60px!important}.tab-port-my-61{margin-top:61px!important;margin-bottom:61px!important}.tab-port-my-62{margin-top:62px!important;margin-bottom:62px!important}.tab-port-my-63{margin-top:63px!important;margin-bottom:63px!important}.tab-port-my-64{margin-top:64px!important;margin-bottom:64px!important}.tab-port-my-65{margin-top:65px!important;margin-bottom:65px!important}.tab-port-my-66{margin-top:66px!important;margin-bottom:66px!important}.tab-port-my-67{margin-top:67px!important;margin-bottom:67px!important}.tab-port-my-68{margin-top:68px!important;margin-bottom:68px!important}.tab-port-my-69{margin-top:69px!important;margin-bottom:69px!important}.tab-port-my-70{margin-top:70px!important;margin-bottom:70px!important}.tab-port-my-71{margin-top:71px!important;margin-bottom:71px!important}.tab-port-my-72{margin-top:72px!important;margin-bottom:72px!important}.tab-port-my-73{margin-top:73px!important;margin-bottom:73px!important}.tab-port-my-74{margin-top:74px!important;margin-bottom:74px!important}.tab-port-my-75{margin-top:75px!important;margin-bottom:75px!important}.tab-port-my-76{margin-top:76px!important;margin-bottom:76px!important}.tab-port-my-77{margin-top:77px!important;margin-bottom:77px!important}.tab-port-my-78{margin-top:78px!important;margin-bottom:78px!important}.tab-port-my-79{margin-top:79px!important;margin-bottom:79px!important}.tab-port-my-80{margin-top:80px!important;margin-bottom:80px!important}.tab-port-my-81{margin-top:81px!important;margin-bottom:81px!important}.tab-port-my-82{margin-top:82px!important;margin-bottom:82px!important}.tab-port-my-83{margin-top:83px!important;margin-bottom:83px!important}.tab-port-my-84{margin-top:84px!important;margin-bottom:84px!important}.tab-port-my-85{margin-top:85px!important;margin-bottom:85px!important}.tab-port-my-86{margin-top:86px!important;margin-bottom:86px!important}.tab-port-my-87{margin-top:87px!important;margin-bottom:87px!important}.tab-port-my-88{margin-top:88px!important;margin-bottom:88px!important}.tab-port-my-89{margin-top:89px!important;margin-bottom:89px!important}.tab-port-my-90{margin-top:90px!important;margin-bottom:90px!important}.tab-port-my-91{margin-top:91px!important;margin-bottom:91px!important}.tab-port-my-92{margin-top:92px!important;margin-bottom:92px!important}.tab-port-my-93{margin-top:93px!important;margin-bottom:93px!important}.tab-port-my-94{margin-top:94px!important;margin-bottom:94px!important}.tab-port-my-95{margin-top:95px!important;margin-bottom:95px!important}.tab-port-my-96{margin-top:96px!important;margin-bottom:96px!important}.tab-port-my-97{margin-top:97px!important;margin-bottom:97px!important}.tab-port-my-98{margin-top:98px!important;margin-bottom:98px!important}.tab-port-my-99{margin-top:99px!important;margin-bottom:99px!important}.tab-port-my-100{margin-top:100px!important;margin-bottom:100px!important}.tab-port-my-101{margin-top:101px!important;margin-bottom:101px!important}.tab-port-my-102{margin-top:102px!important;margin-bottom:102px!important}.tab-port-my-103{margin-top:103px!important;margin-bottom:103px!important}.tab-port-my-104{margin-top:104px!important;margin-bottom:104px!important}.tab-port-my-105{margin-top:105px!important;margin-bottom:105px!important}.tab-port-my-106{margin-top:106px!important;margin-bottom:106px!important}.tab-port-my-107{margin-top:107px!important;margin-bottom:107px!important}.tab-port-my-108{margin-top:108px!important;margin-bottom:108px!important}.tab-port-my-109{margin-top:109px!important;margin-bottom:109px!important}.tab-port-my-110{margin-top:110px!important;margin-bottom:110px!important}.tab-port-my-111{margin-top:111px!important;margin-bottom:111px!important}.tab-port-my-112{margin-top:112px!important;margin-bottom:112px!important}.tab-port-my-113{margin-top:113px!important;margin-bottom:113px!important}.tab-port-my-114{margin-top:114px!important;margin-bottom:114px!important}.tab-port-my-115{margin-top:115px!important;margin-bottom:115px!important}.tab-port-my-116{margin-top:116px!important;margin-bottom:116px!important}.tab-port-my-117{margin-top:117px!important;margin-bottom:117px!important}.tab-port-my-118{margin-top:118px!important;margin-bottom:118px!important}.tab-port-my-119{margin-top:119px!important;margin-bottom:119px!important}.tab-port-my-120{margin-top:120px!important;margin-bottom:120px!important}.tab-port-my-121{margin-top:121px!important;margin-bottom:121px!important}.tab-port-my-122{margin-top:122px!important;margin-bottom:122px!important}.tab-port-my-123{margin-top:123px!important;margin-bottom:123px!important}.tab-port-my-124{margin-top:124px!important;margin-bottom:124px!important}.tab-port-my-125{margin-top:125px!important;margin-bottom:125px!important}.tab-port-my-126{margin-top:126px!important;margin-bottom:126px!important}.tab-port-my-127{margin-top:127px!important;margin-bottom:127px!important}.tab-port-my-128{margin-top:128px!important;margin-bottom:128px!important}.tab-port-my-129{margin-top:129px!important;margin-bottom:129px!important}.tab-port-my-130{margin-top:130px!important;margin-bottom:130px!important}.tab-port-my-131{margin-top:131px!important;margin-bottom:131px!important}.tab-port-my-132{margin-top:132px!important;margin-bottom:132px!important}.tab-port-my-133{margin-top:133px!important;margin-bottom:133px!important}.tab-port-my-134{margin-top:134px!important;margin-bottom:134px!important}.tab-port-my-135{margin-top:135px!important;margin-bottom:135px!important}.tab-port-my-136{margin-top:136px!important;margin-bottom:136px!important}.tab-port-my-137{margin-top:137px!important;margin-bottom:137px!important}.tab-port-my-138{margin-top:138px!important;margin-bottom:138px!important}.tab-port-my-139{margin-top:139px!important;margin-bottom:139px!important}.tab-port-my-140{margin-top:140px!important;margin-bottom:140px!important}.tab-port-my-141{margin-top:141px!important;margin-bottom:141px!important}.tab-port-my-142{margin-top:142px!important;margin-bottom:142px!important}.tab-port-my-143{margin-top:143px!important;margin-bottom:143px!important}.tab-port-my-144{margin-top:144px!important;margin-bottom:144px!important}.tab-port-my-145{margin-top:145px!important;margin-bottom:145px!important}.tab-port-my-146{margin-top:146px!important;margin-bottom:146px!important}.tab-port-my-147{margin-top:147px!important;margin-bottom:147px!important}.tab-port-my-148{margin-top:148px!important;margin-bottom:148px!important}.tab-port-my-149{margin-top:149px!important;margin-bottom:149px!important}.tab-port-my-150{margin-top:150px!important;margin-bottom:150px!important}.tab-port-my-151{margin-top:151px!important;margin-bottom:151px!important}.tab-port-my-152{margin-top:152px!important;margin-bottom:152px!important}.tab-port-my-153{margin-top:153px!important;margin-bottom:153px!important}.tab-port-my-154{margin-top:154px!important;margin-bottom:154px!important}.tab-port-my-155{margin-top:155px!important;margin-bottom:155px!important}.tab-port-my-156{margin-top:156px!important;margin-bottom:156px!important}.tab-port-my-157{margin-top:157px!important;margin-bottom:157px!important}.tab-port-my-158{margin-top:158px!important;margin-bottom:158px!important}.tab-port-my-159{margin-top:159px!important;margin-bottom:159px!important}.tab-port-my-160{margin-top:160px!important;margin-bottom:160px!important}.tab-port-my-161{margin-top:161px!important;margin-bottom:161px!important}.tab-port-my-162{margin-top:162px!important;margin-bottom:162px!important}.tab-port-my-163{margin-top:163px!important;margin-bottom:163px!important}.tab-port-my-164{margin-top:164px!important;margin-bottom:164px!important}.tab-port-my-165{margin-top:165px!important;margin-bottom:165px!important}.tab-port-my-166{margin-top:166px!important;margin-bottom:166px!important}.tab-port-my-167{margin-top:167px!important;margin-bottom:167px!important}.tab-port-my-168{margin-top:168px!important;margin-bottom:168px!important}.tab-port-my-169{margin-top:169px!important;margin-bottom:169px!important}.tab-port-my-170{margin-top:170px!important;margin-bottom:170px!important}.tab-port-my-171{margin-top:171px!important;margin-bottom:171px!important}.tab-port-my-172{margin-top:172px!important;margin-bottom:172px!important}.tab-port-my-173{margin-top:173px!important;margin-bottom:173px!important}.tab-port-my-174{margin-top:174px!important;margin-bottom:174px!important}.tab-port-my-175{margin-top:175px!important;margin-bottom:175px!important}.tab-port-my-176{margin-top:176px!important;margin-bottom:176px!important}.tab-port-my-177{margin-top:177px!important;margin-bottom:177px!important}.tab-port-my-178{margin-top:178px!important;margin-bottom:178px!important}.tab-port-my-179{margin-top:179px!important;margin-bottom:179px!important}.tab-port-my-180{margin-top:180px!important;margin-bottom:180px!important}.tab-port-my-181{margin-top:181px!important;margin-bottom:181px!important}.tab-port-my-182{margin-top:182px!important;margin-bottom:182px!important}.tab-port-my-183{margin-top:183px!important;margin-bottom:183px!important}.tab-port-my-184{margin-top:184px!important;margin-bottom:184px!important}.tab-port-my-185{margin-top:185px!important;margin-bottom:185px!important}.tab-port-my-186{margin-top:186px!important;margin-bottom:186px!important}.tab-port-my-187{margin-top:187px!important;margin-bottom:187px!important}.tab-port-my-188{margin-top:188px!important;margin-bottom:188px!important}.tab-port-my-189{margin-top:189px!important;margin-bottom:189px!important}.tab-port-my-190{margin-top:190px!important;margin-bottom:190px!important}.tab-port-my-191{margin-top:191px!important;margin-bottom:191px!important}.tab-port-my-192{margin-top:192px!important;margin-bottom:192px!important}.tab-port-my-193{margin-top:193px!important;margin-bottom:193px!important}.tab-port-my-194{margin-top:194px!important;margin-bottom:194px!important}.tab-port-my-195{margin-top:195px!important;margin-bottom:195px!important}.tab-port-my-196{margin-top:196px!important;margin-bottom:196px!important}.tab-port-my-197{margin-top:197px!important;margin-bottom:197px!important}.tab-port-my-198{margin-top:198px!important;margin-bottom:198px!important}.tab-port-my-199{margin-top:199px!important;margin-bottom:199px!important}.tab-port-my-200{margin-top:200px!important;margin-bottom:200px!important}.tab-port-my-201{margin-top:201px!important;margin-bottom:201px!important}.tab-port-my-202{margin-top:202px!important;margin-bottom:202px!important}.tab-port-my-203{margin-top:203px!important;margin-bottom:203px!important}.tab-port-my-204{margin-top:204px!important;margin-bottom:204px!important}.tab-port-my-205{margin-top:205px!important;margin-bottom:205px!important}.tab-port-my-206{margin-top:206px!important;margin-bottom:206px!important}.tab-port-my-207{margin-top:207px!important;margin-bottom:207px!important}.tab-port-my-208{margin-top:208px!important;margin-bottom:208px!important}.tab-port-my-209{margin-top:209px!important;margin-bottom:209px!important}.tab-port-my-210{margin-top:210px!important;margin-bottom:210px!important}.tab-port-my-211{margin-top:211px!important;margin-bottom:211px!important}.tab-port-my-212{margin-top:212px!important;margin-bottom:212px!important}.tab-port-my-213{margin-top:213px!important;margin-bottom:213px!important}.tab-port-my-214{margin-top:214px!important;margin-bottom:214px!important}.tab-port-my-215{margin-top:215px!important;margin-bottom:215px!important}.tab-port-my-216{margin-top:216px!important;margin-bottom:216px!important}.tab-port-my-217{margin-top:217px!important;margin-bottom:217px!important}.tab-port-my-218{margin-top:218px!important;margin-bottom:218px!important}.tab-port-my-219{margin-top:219px!important;margin-bottom:219px!important}.tab-port-my-220{margin-top:220px!important;margin-bottom:220px!important}.tab-port-my-221{margin-top:221px!important;margin-bottom:221px!important}.tab-port-my-222{margin-top:222px!important;margin-bottom:222px!important}.tab-port-my-223{margin-top:223px!important;margin-bottom:223px!important}.tab-port-my-224{margin-top:224px!important;margin-bottom:224px!important}.tab-port-my-225{margin-top:225px!important;margin-bottom:225px!important}.tab-port-my-226{margin-top:226px!important;margin-bottom:226px!important}.tab-port-my-227{margin-top:227px!important;margin-bottom:227px!important}.tab-port-my-228{margin-top:228px!important;margin-bottom:228px!important}.tab-port-my-229{margin-top:229px!important;margin-bottom:229px!important}.tab-port-my-230{margin-top:230px!important;margin-bottom:230px!important}.tab-port-my-231{margin-top:231px!important;margin-bottom:231px!important}.tab-port-my-232{margin-top:232px!important;margin-bottom:232px!important}.tab-port-my-233{margin-top:233px!important;margin-bottom:233px!important}.tab-port-my-234{margin-top:234px!important;margin-bottom:234px!important}.tab-port-my-235{margin-top:235px!important;margin-bottom:235px!important}.tab-port-my-236{margin-top:236px!important;margin-bottom:236px!important}.tab-port-my-237{margin-top:237px!important;margin-bottom:237px!important}.tab-port-my-238{margin-top:238px!important;margin-bottom:238px!important}.tab-port-my-239{margin-top:239px!important;margin-bottom:239px!important}.tab-port-my-240{margin-top:240px!important;margin-bottom:240px!important}.tab-port-my-241{margin-top:241px!important;margin-bottom:241px!important}.tab-port-my-242{margin-top:242px!important;margin-bottom:242px!important}.tab-port-my-243{margin-top:243px!important;margin-bottom:243px!important}.tab-port-my-244{margin-top:244px!important;margin-bottom:244px!important}.tab-port-my-245{margin-top:245px!important;margin-bottom:245px!important}.tab-port-my-246{margin-top:246px!important;margin-bottom:246px!important}.tab-port-my-247{margin-top:247px!important;margin-bottom:247px!important}.tab-port-my-248{margin-top:248px!important;margin-bottom:248px!important}.tab-port-my-249{margin-top:249px!important;margin-bottom:249px!important}.tab-port-my-250{margin-top:250px!important;margin-bottom:250px!important}.tab-port-my-251{margin-top:251px!important;margin-bottom:251px!important}.tab-port-my-252{margin-top:252px!important;margin-bottom:252px!important}.tab-port-my-253{margin-top:253px!important;margin-bottom:253px!important}.tab-port-my-254{margin-top:254px!important;margin-bottom:254px!important}.tab-port-my-255{margin-top:255px!important;margin-bottom:255px!important}.tab-port-my-256{margin-top:256px!important;margin-bottom:256px!important}.tab-port-my-257{margin-top:257px!important;margin-bottom:257px!important}.tab-port-my-258{margin-top:258px!important;margin-bottom:258px!important}.tab-port-my-259{margin-top:259px!important;margin-bottom:259px!important}.tab-port-my-260{margin-top:260px!important;margin-bottom:260px!important}.tab-port-my-261{margin-top:261px!important;margin-bottom:261px!important}.tab-port-my-262{margin-top:262px!important;margin-bottom:262px!important}.tab-port-my-263{margin-top:263px!important;margin-bottom:263px!important}.tab-port-my-264{margin-top:264px!important;margin-bottom:264px!important}.tab-port-my-265{margin-top:265px!important;margin-bottom:265px!important}.tab-port-my-266{margin-top:266px!important;margin-bottom:266px!important}.tab-port-my-267{margin-top:267px!important;margin-bottom:267px!important}.tab-port-my-268{margin-top:268px!important;margin-bottom:268px!important}.tab-port-my-269{margin-top:269px!important;margin-bottom:269px!important}.tab-port-my-270{margin-top:270px!important;margin-bottom:270px!important}.tab-port-my-271{margin-top:271px!important;margin-bottom:271px!important}.tab-port-my-272{margin-top:272px!important;margin-bottom:272px!important}.tab-port-my-273{margin-top:273px!important;margin-bottom:273px!important}.tab-port-my-274{margin-top:274px!important;margin-bottom:274px!important}.tab-port-my-275{margin-top:275px!important;margin-bottom:275px!important}.tab-port-my-276{margin-top:276px!important;margin-bottom:276px!important}.tab-port-my-277{margin-top:277px!important;margin-bottom:277px!important}.tab-port-my-278{margin-top:278px!important;margin-bottom:278px!important}.tab-port-my-279{margin-top:279px!important;margin-bottom:279px!important}.tab-port-my-280{margin-top:280px!important;margin-bottom:280px!important}.tab-port-my-281{margin-top:281px!important;margin-bottom:281px!important}.tab-port-my-282{margin-top:282px!important;margin-bottom:282px!important}.tab-port-my-283{margin-top:283px!important;margin-bottom:283px!important}.tab-port-my-284{margin-top:284px!important;margin-bottom:284px!important}.tab-port-my-285{margin-top:285px!important;margin-bottom:285px!important}.tab-port-my-286{margin-top:286px!important;margin-bottom:286px!important}.tab-port-my-287{margin-top:287px!important;margin-bottom:287px!important}.tab-port-my-288{margin-top:288px!important;margin-bottom:288px!important}.tab-port-my-289{margin-top:289px!important;margin-bottom:289px!important}.tab-port-my-290{margin-top:290px!important;margin-bottom:290px!important}.tab-port-my-291{margin-top:291px!important;margin-bottom:291px!important}.tab-port-my-292{margin-top:292px!important;margin-bottom:292px!important}.tab-port-my-293{margin-top:293px!important;margin-bottom:293px!important}.tab-port-my-294{margin-top:294px!important;margin-bottom:294px!important}.tab-port-my-295{margin-top:295px!important;margin-bottom:295px!important}.tab-port-my-296{margin-top:296px!important;margin-bottom:296px!important}.tab-port-my-297{margin-top:297px!important;margin-bottom:297px!important}.tab-port-my-298{margin-top:298px!important;margin-bottom:298px!important}.tab-port-my-299{margin-top:299px!important;margin-bottom:299px!important}.tab-port-my-300{margin-top:300px!important;margin-bottom:300px!important}.tab-port-my-301{margin-top:301px!important;margin-bottom:301px!important}.tab-port-my-302{margin-top:302px!important;margin-bottom:302px!important}.tab-port-my-303{margin-top:303px!important;margin-bottom:303px!important}.tab-port-my-304{margin-top:304px!important;margin-bottom:304px!important}.tab-port-my-305{margin-top:305px!important;margin-bottom:305px!important}.tab-port-my-306{margin-top:306px!important;margin-bottom:306px!important}.tab-port-my-307{margin-top:307px!important;margin-bottom:307px!important}.tab-port-my-308{margin-top:308px!important;margin-bottom:308px!important}.tab-port-my-309{margin-top:309px!important;margin-bottom:309px!important}.tab-port-my-310{margin-top:310px!important;margin-bottom:310px!important}.tab-port-my-311{margin-top:311px!important;margin-bottom:311px!important}.tab-port-my-312{margin-top:312px!important;margin-bottom:312px!important}.tab-port-my-313{margin-top:313px!important;margin-bottom:313px!important}.tab-port-my-314{margin-top:314px!important;margin-bottom:314px!important}.tab-port-my-315{margin-top:315px!important;margin-bottom:315px!important}.tab-port-my-316{margin-top:316px!important;margin-bottom:316px!important}.tab-port-my-317{margin-top:317px!important;margin-bottom:317px!important}.tab-port-my-318{margin-top:318px!important;margin-bottom:318px!important}.tab-port-my-319{margin-top:319px!important;margin-bottom:319px!important}.tab-port-my-320{margin-top:320px!important;margin-bottom:320px!important}.tab-port-my-321{margin-top:321px!important;margin-bottom:321px!important}.tab-port-my-322{margin-top:322px!important;margin-bottom:322px!important}.tab-port-my-323{margin-top:323px!important;margin-bottom:323px!important}.tab-port-my-324{margin-top:324px!important;margin-bottom:324px!important}.tab-port-my-325{margin-top:325px!important;margin-bottom:325px!important}.tab-port-my-326{margin-top:326px!important;margin-bottom:326px!important}.tab-port-my-327{margin-top:327px!important;margin-bottom:327px!important}.tab-port-my-328{margin-top:328px!important;margin-bottom:328px!important}.tab-port-my-329{margin-top:329px!important;margin-bottom:329px!important}.tab-port-my-330{margin-top:330px!important;margin-bottom:330px!important}.tab-port-my-331{margin-top:331px!important;margin-bottom:331px!important}.tab-port-my-332{margin-top:332px!important;margin-bottom:332px!important}.tab-port-my-333{margin-top:333px!important;margin-bottom:333px!important}.tab-port-my-334{margin-top:334px!important;margin-bottom:334px!important}.tab-port-my-335{margin-top:335px!important;margin-bottom:335px!important}.tab-port-my-336{margin-top:336px!important;margin-bottom:336px!important}.tab-port-my-337{margin-top:337px!important;margin-bottom:337px!important}.tab-port-my-338{margin-top:338px!important;margin-bottom:338px!important}.tab-port-my-339{margin-top:339px!important;margin-bottom:339px!important}.tab-port-my-340{margin-top:340px!important;margin-bottom:340px!important}.tab-port-my-341{margin-top:341px!important;margin-bottom:341px!important}.tab-port-my-342{margin-top:342px!important;margin-bottom:342px!important}.tab-port-my-343{margin-top:343px!important;margin-bottom:343px!important}.tab-port-my-344{margin-top:344px!important;margin-bottom:344px!important}.tab-port-my-345{margin-top:345px!important;margin-bottom:345px!important}.tab-port-my-346{margin-top:346px!important;margin-bottom:346px!important}.tab-port-my-347{margin-top:347px!important;margin-bottom:347px!important}.tab-port-my-348{margin-top:348px!important;margin-bottom:348px!important}.tab-port-my-349{margin-top:349px!important;margin-bottom:349px!important}.tab-port-my-350{margin-top:350px!important;margin-bottom:350px!important}.tab-port-my-351{margin-top:351px!important;margin-bottom:351px!important}.tab-port-my-352{margin-top:352px!important;margin-bottom:352px!important}.tab-port-my-353{margin-top:353px!important;margin-bottom:353px!important}.tab-port-my-354{margin-top:354px!important;margin-bottom:354px!important}.tab-port-my-355{margin-top:355px!important;margin-bottom:355px!important}.tab-port-my-356{margin-top:356px!important;margin-bottom:356px!important}.tab-port-my-357{margin-top:357px!important;margin-bottom:357px!important}.tab-port-my-358{margin-top:358px!important;margin-bottom:358px!important}.tab-port-my-359{margin-top:359px!important;margin-bottom:359px!important}.tab-port-my-360{margin-top:360px!important;margin-bottom:360px!important}.tab-port-my-361{margin-top:361px!important;margin-bottom:361px!important}.tab-port-my-362{margin-top:362px!important;margin-bottom:362px!important}.tab-port-my-363{margin-top:363px!important;margin-bottom:363px!important}.tab-port-my-364{margin-top:364px!important;margin-bottom:364px!important}.tab-port-my-365{margin-top:365px!important;margin-bottom:365px!important}.tab-port-my-366{margin-top:366px!important;margin-bottom:366px!important}.tab-port-my-367{margin-top:367px!important;margin-bottom:367px!important}.tab-port-my-368{margin-top:368px!important;margin-bottom:368px!important}.tab-port-my-369{margin-top:369px!important;margin-bottom:369px!important}.tab-port-my-370{margin-top:370px!important;margin-bottom:370px!important}.tab-port-my-371{margin-top:371px!important;margin-bottom:371px!important}.tab-port-my-372{margin-top:372px!important;margin-bottom:372px!important}.tab-port-my-373{margin-top:373px!important;margin-bottom:373px!important}.tab-port-my-374{margin-top:374px!important;margin-bottom:374px!important}.tab-port-my-375{margin-top:375px!important;margin-bottom:375px!important}.tab-port-my-376{margin-top:376px!important;margin-bottom:376px!important}.tab-port-my-377{margin-top:377px!important;margin-bottom:377px!important}.tab-port-my-378{margin-top:378px!important;margin-bottom:378px!important}.tab-port-my-379{margin-top:379px!important;margin-bottom:379px!important}.tab-port-my-380{margin-top:380px!important;margin-bottom:380px!important}.tab-port-my-381{margin-top:381px!important;margin-bottom:381px!important}.tab-port-my-382{margin-top:382px!important;margin-bottom:382px!important}.tab-port-my-383{margin-top:383px!important;margin-bottom:383px!important}.tab-port-my-384{margin-top:384px!important;margin-bottom:384px!important}.tab-port-my-385{margin-top:385px!important;margin-bottom:385px!important}.tab-port-my-386{margin-top:386px!important;margin-bottom:386px!important}.tab-port-my-387{margin-top:387px!important;margin-bottom:387px!important}.tab-port-my-388{margin-top:388px!important;margin-bottom:388px!important}.tab-port-my-389{margin-top:389px!important;margin-bottom:389px!important}.tab-port-my-390{margin-top:390px!important;margin-bottom:390px!important}.tab-port-my-391{margin-top:391px!important;margin-bottom:391px!important}.tab-port-my-392{margin-top:392px!important;margin-bottom:392px!important}.tab-port-my-393{margin-top:393px!important;margin-bottom:393px!important}.tab-port-my-394{margin-top:394px!important;margin-bottom:394px!important}.tab-port-my-395{margin-top:395px!important;margin-bottom:395px!important}.tab-port-my-396{margin-top:396px!important;margin-bottom:396px!important}.tab-port-my-397{margin-top:397px!important;margin-bottom:397px!important}.tab-port-my-398{margin-top:398px!important;margin-bottom:398px!important}.tab-port-my-399{margin-top:399px!important;margin-bottom:399px!important}.tab-port-my-400{margin-top:400px!important;margin-bottom:400px!important}.tab-port-my-401{margin-top:401px!important;margin-bottom:401px!important}.tab-port-my-402{margin-top:402px!important;margin-bottom:402px!important}.tab-port-my-403{margin-top:403px!important;margin-bottom:403px!important}.tab-port-my-404{margin-top:404px!important;margin-bottom:404px!important}.tab-port-my-405{margin-top:405px!important;margin-bottom:405px!important}.tab-port-my-406{margin-top:406px!important;margin-bottom:406px!important}.tab-port-my-407{margin-top:407px!important;margin-bottom:407px!important}.tab-port-my-408{margin-top:408px!important;margin-bottom:408px!important}.tab-port-my-409{margin-top:409px!important;margin-bottom:409px!important}.tab-port-my-410{margin-top:410px!important;margin-bottom:410px!important}.tab-port-my-411{margin-top:411px!important;margin-bottom:411px!important}.tab-port-my-412{margin-top:412px!important;margin-bottom:412px!important}.tab-port-my-413{margin-top:413px!important;margin-bottom:413px!important}.tab-port-my-414{margin-top:414px!important;margin-bottom:414px!important}.tab-port-my-415{margin-top:415px!important;margin-bottom:415px!important}.tab-port-my-416{margin-top:416px!important;margin-bottom:416px!important}.tab-port-my-417{margin-top:417px!important;margin-bottom:417px!important}.tab-port-my-418{margin-top:418px!important;margin-bottom:418px!important}.tab-port-my-419{margin-top:419px!important;margin-bottom:419px!important}.tab-port-my-420{margin-top:420px!important;margin-bottom:420px!important}.tab-port-my-421{margin-top:421px!important;margin-bottom:421px!important}.tab-port-my-422{margin-top:422px!important;margin-bottom:422px!important}.tab-port-my-423{margin-top:423px!important;margin-bottom:423px!important}.tab-port-my-424{margin-top:424px!important;margin-bottom:424px!important}.tab-port-my-425{margin-top:425px!important;margin-bottom:425px!important}.tab-port-my-426{margin-top:426px!important;margin-bottom:426px!important}.tab-port-my-427{margin-top:427px!important;margin-bottom:427px!important}.tab-port-my-428{margin-top:428px!important;margin-bottom:428px!important}.tab-port-my-429{margin-top:429px!important;margin-bottom:429px!important}.tab-port-my-430{margin-top:430px!important;margin-bottom:430px!important}.tab-port-my-431{margin-top:431px!important;margin-bottom:431px!important}.tab-port-my-432{margin-top:432px!important;margin-bottom:432px!important}.tab-port-my-433{margin-top:433px!important;margin-bottom:433px!important}.tab-port-my-434{margin-top:434px!important;margin-bottom:434px!important}.tab-port-my-435{margin-top:435px!important;margin-bottom:435px!important}.tab-port-my-436{margin-top:436px!important;margin-bottom:436px!important}.tab-port-my-437{margin-top:437px!important;margin-bottom:437px!important}.tab-port-my-438{margin-top:438px!important;margin-bottom:438px!important}.tab-port-my-439{margin-top:439px!important;margin-bottom:439px!important}.tab-port-my-440{margin-top:440px!important;margin-bottom:440px!important}.tab-port-my-441{margin-top:441px!important;margin-bottom:441px!important}.tab-port-my-442{margin-top:442px!important;margin-bottom:442px!important}.tab-port-my-443{margin-top:443px!important;margin-bottom:443px!important}.tab-port-my-444{margin-top:444px!important;margin-bottom:444px!important}.tab-port-my-445{margin-top:445px!important;margin-bottom:445px!important}.tab-port-my-446{margin-top:446px!important;margin-bottom:446px!important}.tab-port-my-447{margin-top:447px!important;margin-bottom:447px!important}.tab-port-my-448{margin-top:448px!important;margin-bottom:448px!important}.tab-port-my-449{margin-top:449px!important;margin-bottom:449px!important}.tab-port-my-450{margin-top:450px!important;margin-bottom:450px!important}.tab-port-my-451{margin-top:451px!important;margin-bottom:451px!important}.tab-port-my-452{margin-top:452px!important;margin-bottom:452px!important}.tab-port-my-453{margin-top:453px!important;margin-bottom:453px!important}.tab-port-my-454{margin-top:454px!important;margin-bottom:454px!important}.tab-port-my-455{margin-top:455px!important;margin-bottom:455px!important}.tab-port-my-456{margin-top:456px!important;margin-bottom:456px!important}.tab-port-my-457{margin-top:457px!important;margin-bottom:457px!important}.tab-port-my-458{margin-top:458px!important;margin-bottom:458px!important}.tab-port-my-459{margin-top:459px!important;margin-bottom:459px!important}.tab-port-my-460{margin-top:460px!important;margin-bottom:460px!important}.tab-port-my-461{margin-top:461px!important;margin-bottom:461px!important}.tab-port-my-462{margin-top:462px!important;margin-bottom:462px!important}.tab-port-my-463{margin-top:463px!important;margin-bottom:463px!important}.tab-port-my-464{margin-top:464px!important;margin-bottom:464px!important}.tab-port-my-465{margin-top:465px!important;margin-bottom:465px!important}.tab-port-my-466{margin-top:466px!important;margin-bottom:466px!important}.tab-port-my-467{margin-top:467px!important;margin-bottom:467px!important}.tab-port-my-468{margin-top:468px!important;margin-bottom:468px!important}.tab-port-my-469{margin-top:469px!important;margin-bottom:469px!important}.tab-port-my-470{margin-top:470px!important;margin-bottom:470px!important}.tab-port-my-471{margin-top:471px!important;margin-bottom:471px!important}.tab-port-my-472{margin-top:472px!important;margin-bottom:472px!important}.tab-port-my-473{margin-top:473px!important;margin-bottom:473px!important}.tab-port-my-474{margin-top:474px!important;margin-bottom:474px!important}.tab-port-my-475{margin-top:475px!important;margin-bottom:475px!important}.tab-port-my-476{margin-top:476px!important;margin-bottom:476px!important}.tab-port-my-477{margin-top:477px!important;margin-bottom:477px!important}.tab-port-my-478{margin-top:478px!important;margin-bottom:478px!important}.tab-port-my-479{margin-top:479px!important;margin-bottom:479px!important}.tab-port-my-480{margin-top:480px!important;margin-bottom:480px!important}.tab-port-my-481{margin-top:481px!important;margin-bottom:481px!important}.tab-port-my-482{margin-top:482px!important;margin-bottom:482px!important}.tab-port-my-483{margin-top:483px!important;margin-bottom:483px!important}.tab-port-my-484{margin-top:484px!important;margin-bottom:484px!important}.tab-port-my-485{margin-top:485px!important;margin-bottom:485px!important}.tab-port-my-486{margin-top:486px!important;margin-bottom:486px!important}.tab-port-my-487{margin-top:487px!important;margin-bottom:487px!important}.tab-port-my-488{margin-top:488px!important;margin-bottom:488px!important}.tab-port-my-489{margin-top:489px!important;margin-bottom:489px!important}.tab-port-my-490{margin-top:490px!important;margin-bottom:490px!important}.tab-port-my-491{margin-top:491px!important;margin-bottom:491px!important}.tab-port-my-492{margin-top:492px!important;margin-bottom:492px!important}.tab-port-my-493{margin-top:493px!important;margin-bottom:493px!important}.tab-port-my-494{margin-top:494px!important;margin-bottom:494px!important}.tab-port-my-495{margin-top:495px!important;margin-bottom:495px!important}.tab-port-my-496{margin-top:496px!important;margin-bottom:496px!important}.tab-port-my-497{margin-top:497px!important;margin-bottom:497px!important}.tab-port-my-498{margin-top:498px!important;margin-bottom:498px!important}.tab-port-my-499{margin-top:499px!important;margin-bottom:499px!important}.tab-port-my-500{margin-top:500px!important;margin-bottom:500px!important}.tab-port-my-501{margin-top:501px!important;margin-bottom:501px!important}.tab-port-my-502{margin-top:502px!important;margin-bottom:502px!important}.tab-port-my-503{margin-top:503px!important;margin-bottom:503px!important}.tab-port-my-504{margin-top:504px!important;margin-bottom:504px!important}.tab-port-my-505{margin-top:505px!important;margin-bottom:505px!important}.tab-port-my-506{margin-top:506px!important;margin-bottom:506px!important}.tab-port-my-507{margin-top:507px!important;margin-bottom:507px!important}.tab-port-my-508{margin-top:508px!important;margin-bottom:508px!important}.tab-port-my-509{margin-top:509px!important;margin-bottom:509px!important}.tab-port-my-510{margin-top:510px!important;margin-bottom:510px!important}.tab-port-my-511{margin-top:511px!important;margin-bottom:511px!important}.tab-port-my-512{margin-top:512px!important;margin-bottom:512px!important}.tab-port-my-513{margin-top:513px!important;margin-bottom:513px!important}.tab-port-my-514{margin-top:514px!important;margin-bottom:514px!important}.tab-port-my-515{margin-top:515px!important;margin-bottom:515px!important}.tab-port-my-516{margin-top:516px!important;margin-bottom:516px!important}.tab-port-my-517{margin-top:517px!important;margin-bottom:517px!important}.tab-port-my-518{margin-top:518px!important;margin-bottom:518px!important}.tab-port-my-519{margin-top:519px!important;margin-bottom:519px!important}.tab-port-my-520{margin-top:520px!important;margin-bottom:520px!important}.tab-port-my-521{margin-top:521px!important;margin-bottom:521px!important}.tab-port-my-522{margin-top:522px!important;margin-bottom:522px!important}.tab-port-my-523{margin-top:523px!important;margin-bottom:523px!important}.tab-port-my-524{margin-top:524px!important;margin-bottom:524px!important}.tab-port-my-525{margin-top:525px!important;margin-bottom:525px!important}.tab-port-my-526{margin-top:526px!important;margin-bottom:526px!important}.tab-port-my-527{margin-top:527px!important;margin-bottom:527px!important}.tab-port-my-528{margin-top:528px!important;margin-bottom:528px!important}.tab-port-my-529{margin-top:529px!important;margin-bottom:529px!important}.tab-port-my-530{margin-top:530px!important;margin-bottom:530px!important}.tab-port-my-531{margin-top:531px!important;margin-bottom:531px!important}.tab-port-my-532{margin-top:532px!important;margin-bottom:532px!important}.tab-port-my-533{margin-top:533px!important;margin-bottom:533px!important}.tab-port-my-534{margin-top:534px!important;margin-bottom:534px!important}.tab-port-my-535{margin-top:535px!important;margin-bottom:535px!important}.tab-port-my-536{margin-top:536px!important;margin-bottom:536px!important}.tab-port-my-537{margin-top:537px!important;margin-bottom:537px!important}.tab-port-my-538{margin-top:538px!important;margin-bottom:538px!important}.tab-port-my-539{margin-top:539px!important;margin-bottom:539px!important}.tab-port-my-540{margin-top:540px!important;margin-bottom:540px!important}.tab-port-my-541{margin-top:541px!important;margin-bottom:541px!important}.tab-port-my-542{margin-top:542px!important;margin-bottom:542px!important}.tab-port-my-543{margin-top:543px!important;margin-bottom:543px!important}.tab-port-my-544{margin-top:544px!important;margin-bottom:544px!important}.tab-port-my-545{margin-top:545px!important;margin-bottom:545px!important}.tab-port-my-546{margin-top:546px!important;margin-bottom:546px!important}.tab-port-my-547{margin-top:547px!important;margin-bottom:547px!important}.tab-port-my-548{margin-top:548px!important;margin-bottom:548px!important}.tab-port-my-549{margin-top:549px!important;margin-bottom:549px!important}.tab-port-my-550{margin-top:550px!important;margin-bottom:550px!important}.tab-port-my-551{margin-top:551px!important;margin-bottom:551px!important}.tab-port-my-552{margin-top:552px!important;margin-bottom:552px!important}.tab-port-my-553{margin-top:553px!important;margin-bottom:553px!important}.tab-port-my-554{margin-top:554px!important;margin-bottom:554px!important}.tab-port-my-555{margin-top:555px!important;margin-bottom:555px!important}.tab-port-my-556{margin-top:556px!important;margin-bottom:556px!important}.tab-port-my-557{margin-top:557px!important;margin-bottom:557px!important}.tab-port-my-558{margin-top:558px!important;margin-bottom:558px!important}.tab-port-my-559{margin-top:559px!important;margin-bottom:559px!important}.tab-port-my-560{margin-top:560px!important;margin-bottom:560px!important}.tab-port-my-561{margin-top:561px!important;margin-bottom:561px!important}.tab-port-my-562{margin-top:562px!important;margin-bottom:562px!important}.tab-port-my-563{margin-top:563px!important;margin-bottom:563px!important}.tab-port-my-564{margin-top:564px!important;margin-bottom:564px!important}.tab-port-my-565{margin-top:565px!important;margin-bottom:565px!important}.tab-port-my-566{margin-top:566px!important;margin-bottom:566px!important}.tab-port-my-567{margin-top:567px!important;margin-bottom:567px!important}.tab-port-my-568{margin-top:568px!important;margin-bottom:568px!important}.tab-port-my-569{margin-top:569px!important;margin-bottom:569px!important}.tab-port-my-570{margin-top:570px!important;margin-bottom:570px!important}.tab-port-my-571{margin-top:571px!important;margin-bottom:571px!important}.tab-port-my-572{margin-top:572px!important;margin-bottom:572px!important}.tab-port-my-573{margin-top:573px!important;margin-bottom:573px!important}.tab-port-my-574{margin-top:574px!important;margin-bottom:574px!important}.tab-port-my-575{margin-top:575px!important;margin-bottom:575px!important}.tab-port-my-576{margin-top:576px!important;margin-bottom:576px!important}.tab-port-my-577{margin-top:577px!important;margin-bottom:577px!important}.tab-port-my-578{margin-top:578px!important;margin-bottom:578px!important}.tab-port-my-579{margin-top:579px!important;margin-bottom:579px!important}.tab-port-my-580{margin-top:580px!important;margin-bottom:580px!important}.tab-port-my-581{margin-top:581px!important;margin-bottom:581px!important}.tab-port-my-582{margin-top:582px!important;margin-bottom:582px!important}.tab-port-my-583{margin-top:583px!important;margin-bottom:583px!important}.tab-port-my-584{margin-top:584px!important;margin-bottom:584px!important}.tab-port-my-585{margin-top:585px!important;margin-bottom:585px!important}.tab-port-my-586{margin-top:586px!important;margin-bottom:586px!important}.tab-port-my-587{margin-top:587px!important;margin-bottom:587px!important}.tab-port-my-588{margin-top:588px!important;margin-bottom:588px!important}.tab-port-my-589{margin-top:589px!important;margin-bottom:589px!important}.tab-port-my-590{margin-top:590px!important;margin-bottom:590px!important}.tab-port-my-591{margin-top:591px!important;margin-bottom:591px!important}.tab-port-my-592{margin-top:592px!important;margin-bottom:592px!important}.tab-port-my-593{margin-top:593px!important;margin-bottom:593px!important}.tab-port-my-594{margin-top:594px!important;margin-bottom:594px!important}.tab-port-my-595{margin-top:595px!important;margin-bottom:595px!important}.tab-port-my-596{margin-top:596px!important;margin-bottom:596px!important}.tab-port-my-597{margin-top:597px!important;margin-bottom:597px!important}.tab-port-my-598{margin-top:598px!important;margin-bottom:598px!important}.tab-port-my-599{margin-top:599px!important;margin-bottom:599px!important}.tab-port-my-600{margin-top:600px!important;margin-bottom:600px!important}.tab-port-my-601{margin-top:601px!important;margin-bottom:601px!important}.tab-port-my-602{margin-top:602px!important;margin-bottom:602px!important}.tab-port-my-603{margin-top:603px!important;margin-bottom:603px!important}.tab-port-my-604{margin-top:604px!important;margin-bottom:604px!important}.tab-port-my-605{margin-top:605px!important;margin-bottom:605px!important}.tab-port-my-606{margin-top:606px!important;margin-bottom:606px!important}.tab-port-my-607{margin-top:607px!important;margin-bottom:607px!important}.tab-port-my-608{margin-top:608px!important;margin-bottom:608px!important}.tab-port-my-609{margin-top:609px!important;margin-bottom:609px!important}.tab-port-my-610{margin-top:610px!important;margin-bottom:610px!important}.tab-port-my-611{margin-top:611px!important;margin-bottom:611px!important}.tab-port-my-612{margin-top:612px!important;margin-bottom:612px!important}.tab-port-my-613{margin-top:613px!important;margin-bottom:613px!important}.tab-port-my-614{margin-top:614px!important;margin-bottom:614px!important}.tab-port-my-615{margin-top:615px!important;margin-bottom:615px!important}.tab-port-my-616{margin-top:616px!important;margin-bottom:616px!important}.tab-port-my-617{margin-top:617px!important;margin-bottom:617px!important}.tab-port-my-618{margin-top:618px!important;margin-bottom:618px!important}.tab-port-my-619{margin-top:619px!important;margin-bottom:619px!important}.tab-port-my-620{margin-top:620px!important;margin-bottom:620px!important}.tab-port-my-621{margin-top:621px!important;margin-bottom:621px!important}.tab-port-my-622{margin-top:622px!important;margin-bottom:622px!important}.tab-port-my-623{margin-top:623px!important;margin-bottom:623px!important}.tab-port-my-624{margin-top:624px!important;margin-bottom:624px!important}.tab-port-my-625{margin-top:625px!important;margin-bottom:625px!important}.tab-port-my-626{margin-top:626px!important;margin-bottom:626px!important}.tab-port-my-627{margin-top:627px!important;margin-bottom:627px!important}.tab-port-my-628{margin-top:628px!important;margin-bottom:628px!important}.tab-port-my-629{margin-top:629px!important;margin-bottom:629px!important}.tab-port-my-630{margin-top:630px!important;margin-bottom:630px!important}.tab-port-my-631{margin-top:631px!important;margin-bottom:631px!important}.tab-port-my-632{margin-top:632px!important;margin-bottom:632px!important}.tab-port-my-633{margin-top:633px!important;margin-bottom:633px!important}.tab-port-my-634{margin-top:634px!important;margin-bottom:634px!important}.tab-port-my-635{margin-top:635px!important;margin-bottom:635px!important}.tab-port-my-636{margin-top:636px!important;margin-bottom:636px!important}.tab-port-my-637{margin-top:637px!important;margin-bottom:637px!important}.tab-port-my-638{margin-top:638px!important;margin-bottom:638px!important}.tab-port-my-639{margin-top:639px!important;margin-bottom:639px!important}.tab-port-my-640{margin-top:640px!important;margin-bottom:640px!important}.tab-port-my-641{margin-top:641px!important;margin-bottom:641px!important}.tab-port-my-642{margin-top:642px!important;margin-bottom:642px!important}.tab-port-my-643{margin-top:643px!important;margin-bottom:643px!important}.tab-port-my-644{margin-top:644px!important;margin-bottom:644px!important}.tab-port-my-645{margin-top:645px!important;margin-bottom:645px!important}.tab-port-my-646{margin-top:646px!important;margin-bottom:646px!important}.tab-port-my-647{margin-top:647px!important;margin-bottom:647px!important}.tab-port-my-648{margin-top:648px!important;margin-bottom:648px!important}.tab-port-my-649{margin-top:649px!important;margin-bottom:649px!important}.tab-port-my-650{margin-top:650px!important;margin-bottom:650px!important}.tab-port-my-651{margin-top:651px!important;margin-bottom:651px!important}.tab-port-my-652{margin-top:652px!important;margin-bottom:652px!important}.tab-port-my-653{margin-top:653px!important;margin-bottom:653px!important}.tab-port-my-654{margin-top:654px!important;margin-bottom:654px!important}.tab-port-my-655{margin-top:655px!important;margin-bottom:655px!important}.tab-port-my-656{margin-top:656px!important;margin-bottom:656px!important}.tab-port-my-657{margin-top:657px!important;margin-bottom:657px!important}.tab-port-my-658{margin-top:658px!important;margin-bottom:658px!important}.tab-port-my-659{margin-top:659px!important;margin-bottom:659px!important}.tab-port-my-660{margin-top:660px!important;margin-bottom:660px!important}.tab-port-my-661{margin-top:661px!important;margin-bottom:661px!important}.tab-port-my-662{margin-top:662px!important;margin-bottom:662px!important}.tab-port-my-663{margin-top:663px!important;margin-bottom:663px!important}.tab-port-my-664{margin-top:664px!important;margin-bottom:664px!important}.tab-port-my-665{margin-top:665px!important;margin-bottom:665px!important}.tab-port-my-666{margin-top:666px!important;margin-bottom:666px!important}.tab-port-my-667{margin-top:667px!important;margin-bottom:667px!important}.tab-port-my-668{margin-top:668px!important;margin-bottom:668px!important}.tab-port-my-669{margin-top:669px!important;margin-bottom:669px!important}.tab-port-my-670{margin-top:670px!important;margin-bottom:670px!important}.tab-port-my-671{margin-top:671px!important;margin-bottom:671px!important}.tab-port-my-672{margin-top:672px!important;margin-bottom:672px!important}.tab-port-my-673{margin-top:673px!important;margin-bottom:673px!important}.tab-port-my-674{margin-top:674px!important;margin-bottom:674px!important}.tab-port-my-675{margin-top:675px!important;margin-bottom:675px!important}.tab-port-my-676{margin-top:676px!important;margin-bottom:676px!important}.tab-port-my-677{margin-top:677px!important;margin-bottom:677px!important}.tab-port-my-678{margin-top:678px!important;margin-bottom:678px!important}.tab-port-my-679{margin-top:679px!important;margin-bottom:679px!important}.tab-port-my-680{margin-top:680px!important;margin-bottom:680px!important}.tab-port-my-681{margin-top:681px!important;margin-bottom:681px!important}.tab-port-my-682{margin-top:682px!important;margin-bottom:682px!important}.tab-port-my-683{margin-top:683px!important;margin-bottom:683px!important}.tab-port-my-684{margin-top:684px!important;margin-bottom:684px!important}.tab-port-my-685{margin-top:685px!important;margin-bottom:685px!important}.tab-port-my-686{margin-top:686px!important;margin-bottom:686px!important}.tab-port-my-687{margin-top:687px!important;margin-bottom:687px!important}.tab-port-my-688{margin-top:688px!important;margin-bottom:688px!important}.tab-port-my-689{margin-top:689px!important;margin-bottom:689px!important}.tab-port-my-690{margin-top:690px!important;margin-bottom:690px!important}.tab-port-my-691{margin-top:691px!important;margin-bottom:691px!important}.tab-port-my-692{margin-top:692px!important;margin-bottom:692px!important}.tab-port-my-693{margin-top:693px!important;margin-bottom:693px!important}.tab-port-my-694{margin-top:694px!important;margin-bottom:694px!important}.tab-port-my-695{margin-top:695px!important;margin-bottom:695px!important}.tab-port-my-696{margin-top:696px!important;margin-bottom:696px!important}.tab-port-my-697{margin-top:697px!important;margin-bottom:697px!important}.tab-port-my-698{margin-top:698px!important;margin-bottom:698px!important}.tab-port-my-699{margin-top:699px!important;margin-bottom:699px!important}.tab-port-my-700{margin-top:700px!important;margin-bottom:700px!important}.tab-port-my-701{margin-top:701px!important;margin-bottom:701px!important}.tab-port-my-702{margin-top:702px!important;margin-bottom:702px!important}.tab-port-my-703{margin-top:703px!important;margin-bottom:703px!important}.tab-port-my-704{margin-top:704px!important;margin-bottom:704px!important}.tab-port-my-705{margin-top:705px!important;margin-bottom:705px!important}.tab-port-my-706{margin-top:706px!important;margin-bottom:706px!important}.tab-port-my-707{margin-top:707px!important;margin-bottom:707px!important}.tab-port-my-708{margin-top:708px!important;margin-bottom:708px!important}.tab-port-my-709{margin-top:709px!important;margin-bottom:709px!important}.tab-port-my-710{margin-top:710px!important;margin-bottom:710px!important}.tab-port-my-711{margin-top:711px!important;margin-bottom:711px!important}.tab-port-my-712{margin-top:712px!important;margin-bottom:712px!important}.tab-port-my-713{margin-top:713px!important;margin-bottom:713px!important}.tab-port-my-714{margin-top:714px!important;margin-bottom:714px!important}.tab-port-my-715{margin-top:715px!important;margin-bottom:715px!important}.tab-port-my-716{margin-top:716px!important;margin-bottom:716px!important}.tab-port-my-717{margin-top:717px!important;margin-bottom:717px!important}.tab-port-my-718{margin-top:718px!important;margin-bottom:718px!important}.tab-port-my-719{margin-top:719px!important;margin-bottom:719px!important}.tab-port-my-720{margin-top:720px!important;margin-bottom:720px!important}.tab-port-my-721{margin-top:721px!important;margin-bottom:721px!important}.tab-port-my-722{margin-top:722px!important;margin-bottom:722px!important}.tab-port-my-723{margin-top:723px!important;margin-bottom:723px!important}.tab-port-my-724{margin-top:724px!important;margin-bottom:724px!important}.tab-port-my-725{margin-top:725px!important;margin-bottom:725px!important}.tab-port-my-726{margin-top:726px!important;margin-bottom:726px!important}.tab-port-my-727{margin-top:727px!important;margin-bottom:727px!important}.tab-port-my-728{margin-top:728px!important;margin-bottom:728px!important}.tab-port-my-729{margin-top:729px!important;margin-bottom:729px!important}.tab-port-my-730{margin-top:730px!important;margin-bottom:730px!important}.tab-port-my-731{margin-top:731px!important;margin-bottom:731px!important}.tab-port-my-732{margin-top:732px!important;margin-bottom:732px!important}.tab-port-my-733{margin-top:733px!important;margin-bottom:733px!important}.tab-port-my-734{margin-top:734px!important;margin-bottom:734px!important}.tab-port-my-735{margin-top:735px!important;margin-bottom:735px!important}.tab-port-my-736{margin-top:736px!important;margin-bottom:736px!important}.tab-port-my-737{margin-top:737px!important;margin-bottom:737px!important}.tab-port-my-738{margin-top:738px!important;margin-bottom:738px!important}.tab-port-my-739{margin-top:739px!important;margin-bottom:739px!important}.tab-port-my-740{margin-top:740px!important;margin-bottom:740px!important}.tab-port-my-741{margin-top:741px!important;margin-bottom:741px!important}.tab-port-my-742{margin-top:742px!important;margin-bottom:742px!important}.tab-port-my-743{margin-top:743px!important;margin-bottom:743px!important}.tab-port-my-744{margin-top:744px!important;margin-bottom:744px!important}.tab-port-my-745{margin-top:745px!important;margin-bottom:745px!important}.tab-port-my-746{margin-top:746px!important;margin-bottom:746px!important}.tab-port-my-747{margin-top:747px!important;margin-bottom:747px!important}.tab-port-my-748{margin-top:748px!important;margin-bottom:748px!important}.tab-port-my-749{margin-top:749px!important;margin-bottom:749px!important}.tab-port-my-750{margin-top:750px!important;margin-bottom:750px!important}.tab-port-my-751{margin-top:751px!important;margin-bottom:751px!important}.tab-port-my-752{margin-top:752px!important;margin-bottom:752px!important}.tab-port-my-753{margin-top:753px!important;margin-bottom:753px!important}.tab-port-my-754{margin-top:754px!important;margin-bottom:754px!important}.tab-port-my-755{margin-top:755px!important;margin-bottom:755px!important}.tab-port-my-756{margin-top:756px!important;margin-bottom:756px!important}.tab-port-my-757{margin-top:757px!important;margin-bottom:757px!important}.tab-port-my-758{margin-top:758px!important;margin-bottom:758px!important}.tab-port-my-759{margin-top:759px!important;margin-bottom:759px!important}.tab-port-my-760{margin-top:760px!important;margin-bottom:760px!important}.tab-port-my-761{margin-top:761px!important;margin-bottom:761px!important}.tab-port-my-762{margin-top:762px!important;margin-bottom:762px!important}.tab-port-my-763{margin-top:763px!important;margin-bottom:763px!important}.tab-port-my-764{margin-top:764px!important;margin-bottom:764px!important}.tab-port-my-765{margin-top:765px!important;margin-bottom:765px!important}.tab-port-my-766{margin-top:766px!important;margin-bottom:766px!important}.tab-port-my-767{margin-top:767px!important;margin-bottom:767px!important}.tab-port-my-768{margin-top:768px!important;margin-bottom:768px!important}.tab-port-my-769{margin-top:769px!important;margin-bottom:769px!important}.tab-port-my-770{margin-top:770px!important;margin-bottom:770px!important}.tab-port-my-771{margin-top:771px!important;margin-bottom:771px!important}.tab-port-my-772{margin-top:772px!important;margin-bottom:772px!important}.tab-port-my-773{margin-top:773px!important;margin-bottom:773px!important}.tab-port-my-774{margin-top:774px!important;margin-bottom:774px!important}.tab-port-my-775{margin-top:775px!important;margin-bottom:775px!important}.tab-port-my-776{margin-top:776px!important;margin-bottom:776px!important}.tab-port-my-777{margin-top:777px!important;margin-bottom:777px!important}.tab-port-my-778{margin-top:778px!important;margin-bottom:778px!important}.tab-port-my-779{margin-top:779px!important;margin-bottom:779px!important}.tab-port-my-780{margin-top:780px!important;margin-bottom:780px!important}.tab-port-my-781{margin-top:781px!important;margin-bottom:781px!important}.tab-port-my-782{margin-top:782px!important;margin-bottom:782px!important}.tab-port-my-783{margin-top:783px!important;margin-bottom:783px!important}.tab-port-my-784{margin-top:784px!important;margin-bottom:784px!important}.tab-port-my-785{margin-top:785px!important;margin-bottom:785px!important}.tab-port-my-786{margin-top:786px!important;margin-bottom:786px!important}.tab-port-my-787{margin-top:787px!important;margin-bottom:787px!important}.tab-port-my-788{margin-top:788px!important;margin-bottom:788px!important}.tab-port-my-789{margin-top:789px!important;margin-bottom:789px!important}.tab-port-my-790{margin-top:790px!important;margin-bottom:790px!important}.tab-port-my-791{margin-top:791px!important;margin-bottom:791px!important}.tab-port-my-792{margin-top:792px!important;margin-bottom:792px!important}.tab-port-my-793{margin-top:793px!important;margin-bottom:793px!important}.tab-port-my-794{margin-top:794px!important;margin-bottom:794px!important}.tab-port-my-795{margin-top:795px!important;margin-bottom:795px!important}.tab-port-my-796{margin-top:796px!important;margin-bottom:796px!important}.tab-port-my-797{margin-top:797px!important;margin-bottom:797px!important}.tab-port-my-798{margin-top:798px!important;margin-bottom:798px!important}.tab-port-my-799{margin-top:799px!important;margin-bottom:799px!important}.tab-port-my-800{margin-top:800px!important;margin-bottom:800px!important}.tab-port-my-801{margin-top:801px!important;margin-bottom:801px!important}.tab-port-my-802{margin-top:802px!important;margin-bottom:802px!important}.tab-port-my-803{margin-top:803px!important;margin-bottom:803px!important}.tab-port-my-804{margin-top:804px!important;margin-bottom:804px!important}.tab-port-my-805{margin-top:805px!important;margin-bottom:805px!important}.tab-port-my-806{margin-top:806px!important;margin-bottom:806px!important}.tab-port-my-807{margin-top:807px!important;margin-bottom:807px!important}.tab-port-my-808{margin-top:808px!important;margin-bottom:808px!important}.tab-port-my-809{margin-top:809px!important;margin-bottom:809px!important}.tab-port-my-810{margin-top:810px!important;margin-bottom:810px!important}.tab-port-my-811{margin-top:811px!important;margin-bottom:811px!important}.tab-port-my-812{margin-top:812px!important;margin-bottom:812px!important}.tab-port-my-813{margin-top:813px!important;margin-bottom:813px!important}.tab-port-my-814{margin-top:814px!important;margin-bottom:814px!important}.tab-port-my-815{margin-top:815px!important;margin-bottom:815px!important}.tab-port-my-816{margin-top:816px!important;margin-bottom:816px!important}.tab-port-my-817{margin-top:817px!important;margin-bottom:817px!important}.tab-port-my-818{margin-top:818px!important;margin-bottom:818px!important}.tab-port-my-819{margin-top:819px!important;margin-bottom:819px!important}.tab-port-my-820{margin-top:820px!important;margin-bottom:820px!important}.tab-port-my-821{margin-top:821px!important;margin-bottom:821px!important}.tab-port-my-822{margin-top:822px!important;margin-bottom:822px!important}.tab-port-my-823{margin-top:823px!important;margin-bottom:823px!important}.tab-port-my-824{margin-top:824px!important;margin-bottom:824px!important}.tab-port-my-825{margin-top:825px!important;margin-bottom:825px!important}.tab-port-my-826{margin-top:826px!important;margin-bottom:826px!important}.tab-port-my-827{margin-top:827px!important;margin-bottom:827px!important}.tab-port-my-828{margin-top:828px!important;margin-bottom:828px!important}.tab-port-my-829{margin-top:829px!important;margin-bottom:829px!important}.tab-port-my-830{margin-top:830px!important;margin-bottom:830px!important}.tab-port-my-831{margin-top:831px!important;margin-bottom:831px!important}.tab-port-my-832{margin-top:832px!important;margin-bottom:832px!important}.tab-port-my-833{margin-top:833px!important;margin-bottom:833px!important}.tab-port-my-834{margin-top:834px!important;margin-bottom:834px!important}.tab-port-my-835{margin-top:835px!important;margin-bottom:835px!important}.tab-port-my-836{margin-top:836px!important;margin-bottom:836px!important}.tab-port-my-837{margin-top:837px!important;margin-bottom:837px!important}.tab-port-my-838{margin-top:838px!important;margin-bottom:838px!important}.tab-port-my-839{margin-top:839px!important;margin-bottom:839px!important}.tab-port-my-840{margin-top:840px!important;margin-bottom:840px!important}.tab-port-my-841{margin-top:841px!important;margin-bottom:841px!important}.tab-port-my-842{margin-top:842px!important;margin-bottom:842px!important}.tab-port-my-843{margin-top:843px!important;margin-bottom:843px!important}.tab-port-my-844{margin-top:844px!important;margin-bottom:844px!important}.tab-port-my-845{margin-top:845px!important;margin-bottom:845px!important}.tab-port-my-846{margin-top:846px!important;margin-bottom:846px!important}.tab-port-my-847{margin-top:847px!important;margin-bottom:847px!important}.tab-port-my-848{margin-top:848px!important;margin-bottom:848px!important}.tab-port-my-849{margin-top:849px!important;margin-bottom:849px!important}.tab-port-my-850{margin-top:850px!important;margin-bottom:850px!important}.tab-port-my-851{margin-top:851px!important;margin-bottom:851px!important}.tab-port-my-852{margin-top:852px!important;margin-bottom:852px!important}.tab-port-my-853{margin-top:853px!important;margin-bottom:853px!important}.tab-port-my-854{margin-top:854px!important;margin-bottom:854px!important}.tab-port-my-855{margin-top:855px!important;margin-bottom:855px!important}.tab-port-my-856{margin-top:856px!important;margin-bottom:856px!important}.tab-port-my-857{margin-top:857px!important;margin-bottom:857px!important}.tab-port-my-858{margin-top:858px!important;margin-bottom:858px!important}.tab-port-my-859{margin-top:859px!important;margin-bottom:859px!important}.tab-port-my-860{margin-top:860px!important;margin-bottom:860px!important}.tab-port-my-861{margin-top:861px!important;margin-bottom:861px!important}.tab-port-my-862{margin-top:862px!important;margin-bottom:862px!important}.tab-port-my-863{margin-top:863px!important;margin-bottom:863px!important}.tab-port-my-864{margin-top:864px!important;margin-bottom:864px!important}.tab-port-my-865{margin-top:865px!important;margin-bottom:865px!important}.tab-port-my-866{margin-top:866px!important;margin-bottom:866px!important}.tab-port-my-867{margin-top:867px!important;margin-bottom:867px!important}.tab-port-my-868{margin-top:868px!important;margin-bottom:868px!important}.tab-port-my-869{margin-top:869px!important;margin-bottom:869px!important}.tab-port-my-870{margin-top:870px!important;margin-bottom:870px!important}.tab-port-my-871{margin-top:871px!important;margin-bottom:871px!important}.tab-port-my-872{margin-top:872px!important;margin-bottom:872px!important}.tab-port-my-873{margin-top:873px!important;margin-bottom:873px!important}.tab-port-my-874{margin-top:874px!important;margin-bottom:874px!important}.tab-port-my-875{margin-top:875px!important;margin-bottom:875px!important}.tab-port-my-876{margin-top:876px!important;margin-bottom:876px!important}.tab-port-my-877{margin-top:877px!important;margin-bottom:877px!important}.tab-port-my-878{margin-top:878px!important;margin-bottom:878px!important}.tab-port-my-879{margin-top:879px!important;margin-bottom:879px!important}.tab-port-my-880{margin-top:880px!important;margin-bottom:880px!important}.tab-port-my-881{margin-top:881px!important;margin-bottom:881px!important}.tab-port-my-882{margin-top:882px!important;margin-bottom:882px!important}.tab-port-my-883{margin-top:883px!important;margin-bottom:883px!important}.tab-port-my-884{margin-top:884px!important;margin-bottom:884px!important}.tab-port-my-885{margin-top:885px!important;margin-bottom:885px!important}.tab-port-my-886{margin-top:886px!important;margin-bottom:886px!important}.tab-port-my-887{margin-top:887px!important;margin-bottom:887px!important}.tab-port-my-888{margin-top:888px!important;margin-bottom:888px!important}.tab-port-my-889{margin-top:889px!important;margin-bottom:889px!important}.tab-port-my-890{margin-top:890px!important;margin-bottom:890px!important}.tab-port-my-891{margin-top:891px!important;margin-bottom:891px!important}.tab-port-my-892{margin-top:892px!important;margin-bottom:892px!important}.tab-port-my-893{margin-top:893px!important;margin-bottom:893px!important}.tab-port-my-894{margin-top:894px!important;margin-bottom:894px!important}.tab-port-my-895{margin-top:895px!important;margin-bottom:895px!important}.tab-port-my-896{margin-top:896px!important;margin-bottom:896px!important}.tab-port-my-897{margin-top:897px!important;margin-bottom:897px!important}.tab-port-my-898{margin-top:898px!important;margin-bottom:898px!important}.tab-port-my-899{margin-top:899px!important;margin-bottom:899px!important}.tab-port-my-900{margin-top:900px!important;margin-bottom:900px!important}.tab-port-my-901{margin-top:901px!important;margin-bottom:901px!important}.tab-port-my-902{margin-top:902px!important;margin-bottom:902px!important}.tab-port-my-903{margin-top:903px!important;margin-bottom:903px!important}.tab-port-my-904{margin-top:904px!important;margin-bottom:904px!important}.tab-port-my-905{margin-top:905px!important;margin-bottom:905px!important}.tab-port-my-906{margin-top:906px!important;margin-bottom:906px!important}.tab-port-my-907{margin-top:907px!important;margin-bottom:907px!important}.tab-port-my-908{margin-top:908px!important;margin-bottom:908px!important}.tab-port-my-909{margin-top:909px!important;margin-bottom:909px!important}.tab-port-my-910{margin-top:910px!important;margin-bottom:910px!important}.tab-port-my-911{margin-top:911px!important;margin-bottom:911px!important}.tab-port-my-912{margin-top:912px!important;margin-bottom:912px!important}.tab-port-my-913{margin-top:913px!important;margin-bottom:913px!important}.tab-port-my-914{margin-top:914px!important;margin-bottom:914px!important}.tab-port-my-915{margin-top:915px!important;margin-bottom:915px!important}.tab-port-my-916{margin-top:916px!important;margin-bottom:916px!important}.tab-port-my-917{margin-top:917px!important;margin-bottom:917px!important}.tab-port-my-918{margin-top:918px!important;margin-bottom:918px!important}.tab-port-my-919{margin-top:919px!important;margin-bottom:919px!important}.tab-port-my-920{margin-top:920px!important;margin-bottom:920px!important}.tab-port-my-921{margin-top:921px!important;margin-bottom:921px!important}.tab-port-my-922{margin-top:922px!important;margin-bottom:922px!important}.tab-port-my-923{margin-top:923px!important;margin-bottom:923px!important}.tab-port-my-924{margin-top:924px!important;margin-bottom:924px!important}.tab-port-my-925{margin-top:925px!important;margin-bottom:925px!important}.tab-port-my-926{margin-top:926px!important;margin-bottom:926px!important}.tab-port-my-927{margin-top:927px!important;margin-bottom:927px!important}.tab-port-my-928{margin-top:928px!important;margin-bottom:928px!important}.tab-port-my-929{margin-top:929px!important;margin-bottom:929px!important}.tab-port-my-930{margin-top:930px!important;margin-bottom:930px!important}.tab-port-my-931{margin-top:931px!important;margin-bottom:931px!important}.tab-port-my-932{margin-top:932px!important;margin-bottom:932px!important}.tab-port-my-933{margin-top:933px!important;margin-bottom:933px!important}.tab-port-my-934{margin-top:934px!important;margin-bottom:934px!important}.tab-port-my-935{margin-top:935px!important;margin-bottom:935px!important}.tab-port-my-936{margin-top:936px!important;margin-bottom:936px!important}.tab-port-my-937{margin-top:937px!important;margin-bottom:937px!important}.tab-port-my-938{margin-top:938px!important;margin-bottom:938px!important}.tab-port-my-939{margin-top:939px!important;margin-bottom:939px!important}.tab-port-my-940{margin-top:940px!important;margin-bottom:940px!important}.tab-port-my-941{margin-top:941px!important;margin-bottom:941px!important}.tab-port-my-942{margin-top:942px!important;margin-bottom:942px!important}.tab-port-my-943{margin-top:943px!important;margin-bottom:943px!important}.tab-port-my-944{margin-top:944px!important;margin-bottom:944px!important}.tab-port-my-945{margin-top:945px!important;margin-bottom:945px!important}.tab-port-my-946{margin-top:946px!important;margin-bottom:946px!important}.tab-port-my-947{margin-top:947px!important;margin-bottom:947px!important}.tab-port-my-948{margin-top:948px!important;margin-bottom:948px!important}.tab-port-my-949{margin-top:949px!important;margin-bottom:949px!important}.tab-port-my-950{margin-top:950px!important;margin-bottom:950px!important}.tab-port-my-951{margin-top:951px!important;margin-bottom:951px!important}.tab-port-my-952{margin-top:952px!important;margin-bottom:952px!important}.tab-port-my-953{margin-top:953px!important;margin-bottom:953px!important}.tab-port-my-954{margin-top:954px!important;margin-bottom:954px!important}.tab-port-my-955{margin-top:955px!important;margin-bottom:955px!important}.tab-port-my-956{margin-top:956px!important;margin-bottom:956px!important}.tab-port-my-957{margin-top:957px!important;margin-bottom:957px!important}.tab-port-my-958{margin-top:958px!important;margin-bottom:958px!important}.tab-port-my-959{margin-top:959px!important;margin-bottom:959px!important}.tab-port-my-960{margin-top:960px!important;margin-bottom:960px!important}.tab-port-my-961{margin-top:961px!important;margin-bottom:961px!important}.tab-port-my-962{margin-top:962px!important;margin-bottom:962px!important}.tab-port-my-963{margin-top:963px!important;margin-bottom:963px!important}.tab-port-my-964{margin-top:964px!important;margin-bottom:964px!important}.tab-port-my-965{margin-top:965px!important;margin-bottom:965px!important}.tab-port-my-966{margin-top:966px!important;margin-bottom:966px!important}.tab-port-my-967{margin-top:967px!important;margin-bottom:967px!important}.tab-port-my-968{margin-top:968px!important;margin-bottom:968px!important}.tab-port-my-969{margin-top:969px!important;margin-bottom:969px!important}.tab-port-my-970{margin-top:970px!important;margin-bottom:970px!important}.tab-port-my-971{margin-top:971px!important;margin-bottom:971px!important}.tab-port-my-972{margin-top:972px!important;margin-bottom:972px!important}.tab-port-my-973{margin-top:973px!important;margin-bottom:973px!important}.tab-port-my-974{margin-top:974px!important;margin-bottom:974px!important}.tab-port-my-975{margin-top:975px!important;margin-bottom:975px!important}.tab-port-my-976{margin-top:976px!important;margin-bottom:976px!important}.tab-port-my-977{margin-top:977px!important;margin-bottom:977px!important}.tab-port-my-978{margin-top:978px!important;margin-bottom:978px!important}.tab-port-my-979{margin-top:979px!important;margin-bottom:979px!important}.tab-port-my-980{margin-top:980px!important;margin-bottom:980px!important}.tab-port-my-981{margin-top:981px!important;margin-bottom:981px!important}.tab-port-my-982{margin-top:982px!important;margin-bottom:982px!important}.tab-port-my-983{margin-top:983px!important;margin-bottom:983px!important}.tab-port-my-984{margin-top:984px!important;margin-bottom:984px!important}.tab-port-my-985{margin-top:985px!important;margin-bottom:985px!important}.tab-port-my-986{margin-top:986px!important;margin-bottom:986px!important}.tab-port-my-987{margin-top:987px!important;margin-bottom:987px!important}.tab-port-my-988{margin-top:988px!important;margin-bottom:988px!important}.tab-port-my-989{margin-top:989px!important;margin-bottom:989px!important}.tab-port-my-990{margin-top:990px!important;margin-bottom:990px!important}.tab-port-my-991{margin-top:991px!important;margin-bottom:991px!important}.tab-port-my-992{margin-top:992px!important;margin-bottom:992px!important}.tab-port-my-993{margin-top:993px!important;margin-bottom:993px!important}.tab-port-my-994{margin-top:994px!important;margin-bottom:994px!important}.tab-port-my-995{margin-top:995px!important;margin-bottom:995px!important}.tab-port-my-996{margin-top:996px!important;margin-bottom:996px!important}.tab-port-my-997{margin-top:997px!important;margin-bottom:997px!important}.tab-port-my-998{margin-top:998px!important;margin-bottom:998px!important}.tab-port-my-999{margin-top:999px!important;margin-bottom:999px!important}.tab-port-my-1000{margin-top:1000px!important;margin-bottom:1000px!important}.tab-port-pt-0{padding-top:0!important}.tab-port-pt-1{padding-top:1px!important}.tab-port-pt-2{padding-top:2px!important}.tab-port-pt-3{padding-top:3px!important}.tab-port-pt-4{padding-top:4px!important}.tab-port-pt-5{padding-top:5px!important}.tab-port-pt-6{padding-top:6px!important}.tab-port-pt-7{padding-top:7px!important}.tab-port-pt-8{padding-top:8px!important}.tab-port-pt-9{padding-top:9px!important}.tab-port-pt-10{padding-top:10px!important}.tab-port-pt-11{padding-top:11px!important}.tab-port-pt-12{padding-top:12px!important}.tab-port-pt-13{padding-top:13px!important}.tab-port-pt-14{padding-top:14px!important}.tab-port-pt-15{padding-top:15px!important}.tab-port-pt-16{padding-top:16px!important}.tab-port-pt-17{padding-top:17px!important}.tab-port-pt-18{padding-top:18px!important}.tab-port-pt-19{padding-top:19px!important}.tab-port-pt-20{padding-top:20px!important}.tab-port-pt-21{padding-top:21px!important}.tab-port-pt-22{padding-top:22px!important}.tab-port-pt-23{padding-top:23px!important}.tab-port-pt-24{padding-top:24px!important}.tab-port-pt-25{padding-top:25px!important}.tab-port-pt-26{padding-top:26px!important}.tab-port-pt-27{padding-top:27px!important}.tab-port-pt-28{padding-top:28px!important}.tab-port-pt-29{padding-top:29px!important}.tab-port-pt-30{padding-top:30px!important}.tab-port-pt-31{padding-top:31px!important}.tab-port-pt-32{padding-top:32px!important}.tab-port-pt-33{padding-top:33px!important}.tab-port-pt-34{padding-top:34px!important}.tab-port-pt-35{padding-top:35px!important}.tab-port-pt-36{padding-top:36px!important}.tab-port-pt-37{padding-top:37px!important}.tab-port-pt-38{padding-top:38px!important}.tab-port-pt-39{padding-top:39px!important}.tab-port-pt-40{padding-top:40px!important}.tab-port-pt-41{padding-top:41px!important}.tab-port-pt-42{padding-top:42px!important}.tab-port-pt-43{padding-top:43px!important}.tab-port-pt-44{padding-top:44px!important}.tab-port-pt-45{padding-top:45px!important}.tab-port-pt-46{padding-top:46px!important}.tab-port-pt-47{padding-top:47px!important}.tab-port-pt-48{padding-top:48px!important}.tab-port-pt-49{padding-top:49px!important}.tab-port-pt-50{padding-top:50px!important}.tab-port-pt-51{padding-top:51px!important}.tab-port-pt-52{padding-top:52px!important}.tab-port-pt-53{padding-top:53px!important}.tab-port-pt-54{padding-top:54px!important}.tab-port-pt-55{padding-top:55px!important}.tab-port-pt-56{padding-top:56px!important}.tab-port-pt-57{padding-top:57px!important}.tab-port-pt-58{padding-top:58px!important}.tab-port-pt-59{padding-top:59px!important}.tab-port-pt-60{padding-top:60px!important}.tab-port-pt-61{padding-top:61px!important}.tab-port-pt-62{padding-top:62px!important}.tab-port-pt-63{padding-top:63px!important}.tab-port-pt-64{padding-top:64px!important}.tab-port-pt-65{padding-top:65px!important}.tab-port-pt-66{padding-top:66px!important}.tab-port-pt-67{padding-top:67px!important}.tab-port-pt-68{padding-top:68px!important}.tab-port-pt-69{padding-top:69px!important}.tab-port-pt-70{padding-top:70px!important}.tab-port-pt-71{padding-top:71px!important}.tab-port-pt-72{padding-top:72px!important}.tab-port-pt-73{padding-top:73px!important}.tab-port-pt-74{padding-top:74px!important}.tab-port-pt-75{padding-top:75px!important}.tab-port-pt-76{padding-top:76px!important}.tab-port-pt-77{padding-top:77px!important}.tab-port-pt-78{padding-top:78px!important}.tab-port-pt-79{padding-top:79px!important}.tab-port-pt-80{padding-top:80px!important}.tab-port-pt-81{padding-top:81px!important}.tab-port-pt-82{padding-top:82px!important}.tab-port-pt-83{padding-top:83px!important}.tab-port-pt-84{padding-top:84px!important}.tab-port-pt-85{padding-top:85px!important}.tab-port-pt-86{padding-top:86px!important}.tab-port-pt-87{padding-top:87px!important}.tab-port-pt-88{padding-top:88px!important}.tab-port-pt-89{padding-top:89px!important}.tab-port-pt-90{padding-top:90px!important}.tab-port-pt-91{padding-top:91px!important}.tab-port-pt-92{padding-top:92px!important}.tab-port-pt-93{padding-top:93px!important}.tab-port-pt-94{padding-top:94px!important}.tab-port-pt-95{padding-top:95px!important}.tab-port-pt-96{padding-top:96px!important}.tab-port-pt-97{padding-top:97px!important}.tab-port-pt-98{padding-top:98px!important}.tab-port-pt-99{padding-top:99px!important}.tab-port-pt-100{padding-top:100px!important}.tab-port-pt-101{padding-top:101px!important}.tab-port-pt-102{padding-top:102px!important}.tab-port-pt-103{padding-top:103px!important}.tab-port-pt-104{padding-top:104px!important}.tab-port-pt-105{padding-top:105px!important}.tab-port-pt-106{padding-top:106px!important}.tab-port-pt-107{padding-top:107px!important}.tab-port-pt-108{padding-top:108px!important}.tab-port-pt-109{padding-top:109px!important}.tab-port-pt-110{padding-top:110px!important}.tab-port-pt-111{padding-top:111px!important}.tab-port-pt-112{padding-top:112px!important}.tab-port-pt-113{padding-top:113px!important}.tab-port-pt-114{padding-top:114px!important}.tab-port-pt-115{padding-top:115px!important}.tab-port-pt-116{padding-top:116px!important}.tab-port-pt-117{padding-top:117px!important}.tab-port-pt-118{padding-top:118px!important}.tab-port-pt-119{padding-top:119px!important}.tab-port-pt-120{padding-top:120px!important}.tab-port-pt-121{padding-top:121px!important}.tab-port-pt-122{padding-top:122px!important}.tab-port-pt-123{padding-top:123px!important}.tab-port-pt-124{padding-top:124px!important}.tab-port-pt-125{padding-top:125px!important}.tab-port-pt-126{padding-top:126px!important}.tab-port-pt-127{padding-top:127px!important}.tab-port-pt-128{padding-top:128px!important}.tab-port-pt-129{padding-top:129px!important}.tab-port-pt-130{padding-top:130px!important}.tab-port-pt-131{padding-top:131px!important}.tab-port-pt-132{padding-top:132px!important}.tab-port-pt-133{padding-top:133px!important}.tab-port-pt-134{padding-top:134px!important}.tab-port-pt-135{padding-top:135px!important}.tab-port-pt-136{padding-top:136px!important}.tab-port-pt-137{padding-top:137px!important}.tab-port-pt-138{padding-top:138px!important}.tab-port-pt-139{padding-top:139px!important}.tab-port-pt-140{padding-top:140px!important}.tab-port-pt-141{padding-top:141px!important}.tab-port-pt-142{padding-top:142px!important}.tab-port-pt-143{padding-top:143px!important}.tab-port-pt-144{padding-top:144px!important}.tab-port-pt-145{padding-top:145px!important}.tab-port-pt-146{padding-top:146px!important}.tab-port-pt-147{padding-top:147px!important}.tab-port-pt-148{padding-top:148px!important}.tab-port-pt-149{padding-top:149px!important}.tab-port-pt-150{padding-top:150px!important}.tab-port-pt-151{padding-top:151px!important}.tab-port-pt-152{padding-top:152px!important}.tab-port-pt-153{padding-top:153px!important}.tab-port-pt-154{padding-top:154px!important}.tab-port-pt-155{padding-top:155px!important}.tab-port-pt-156{padding-top:156px!important}.tab-port-pt-157{padding-top:157px!important}.tab-port-pt-158{padding-top:158px!important}.tab-port-pt-159{padding-top:159px!important}.tab-port-pt-160{padding-top:160px!important}.tab-port-pt-161{padding-top:161px!important}.tab-port-pt-162{padding-top:162px!important}.tab-port-pt-163{padding-top:163px!important}.tab-port-pt-164{padding-top:164px!important}.tab-port-pt-165{padding-top:165px!important}.tab-port-pt-166{padding-top:166px!important}.tab-port-pt-167{padding-top:167px!important}.tab-port-pt-168{padding-top:168px!important}.tab-port-pt-169{padding-top:169px!important}.tab-port-pt-170{padding-top:170px!important}.tab-port-pt-171{padding-top:171px!important}.tab-port-pt-172{padding-top:172px!important}.tab-port-pt-173{padding-top:173px!important}.tab-port-pt-174{padding-top:174px!important}.tab-port-pt-175{padding-top:175px!important}.tab-port-pt-176{padding-top:176px!important}.tab-port-pt-177{padding-top:177px!important}.tab-port-pt-178{padding-top:178px!important}.tab-port-pt-179{padding-top:179px!important}.tab-port-pt-180{padding-top:180px!important}.tab-port-pt-181{padding-top:181px!important}.tab-port-pt-182{padding-top:182px!important}.tab-port-pt-183{padding-top:183px!important}.tab-port-pt-184{padding-top:184px!important}.tab-port-pt-185{padding-top:185px!important}.tab-port-pt-186{padding-top:186px!important}.tab-port-pt-187{padding-top:187px!important}.tab-port-pt-188{padding-top:188px!important}.tab-port-pt-189{padding-top:189px!important}.tab-port-pt-190{padding-top:190px!important}.tab-port-pt-191{padding-top:191px!important}.tab-port-pt-192{padding-top:192px!important}.tab-port-pt-193{padding-top:193px!important}.tab-port-pt-194{padding-top:194px!important}.tab-port-pt-195{padding-top:195px!important}.tab-port-pt-196{padding-top:196px!important}.tab-port-pt-197{padding-top:197px!important}.tab-port-pt-198{padding-top:198px!important}.tab-port-pt-199{padding-top:199px!important}.tab-port-pt-200{padding-top:200px!important}.tab-port-pt-201{padding-top:201px!important}.tab-port-pt-202{padding-top:202px!important}.tab-port-pt-203{padding-top:203px!important}.tab-port-pt-204{padding-top:204px!important}.tab-port-pt-205{padding-top:205px!important}.tab-port-pt-206{padding-top:206px!important}.tab-port-pt-207{padding-top:207px!important}.tab-port-pt-208{padding-top:208px!important}.tab-port-pt-209{padding-top:209px!important}.tab-port-pt-210{padding-top:210px!important}.tab-port-pt-211{padding-top:211px!important}.tab-port-pt-212{padding-top:212px!important}.tab-port-pt-213{padding-top:213px!important}.tab-port-pt-214{padding-top:214px!important}.tab-port-pt-215{padding-top:215px!important}.tab-port-pt-216{padding-top:216px!important}.tab-port-pt-217{padding-top:217px!important}.tab-port-pt-218{padding-top:218px!important}.tab-port-pt-219{padding-top:219px!important}.tab-port-pt-220{padding-top:220px!important}.tab-port-pt-221{padding-top:221px!important}.tab-port-pt-222{padding-top:222px!important}.tab-port-pt-223{padding-top:223px!important}.tab-port-pt-224{padding-top:224px!important}.tab-port-pt-225{padding-top:225px!important}.tab-port-pt-226{padding-top:226px!important}.tab-port-pt-227{padding-top:227px!important}.tab-port-pt-228{padding-top:228px!important}.tab-port-pt-229{padding-top:229px!important}.tab-port-pt-230{padding-top:230px!important}.tab-port-pt-231{padding-top:231px!important}.tab-port-pt-232{padding-top:232px!important}.tab-port-pt-233{padding-top:233px!important}.tab-port-pt-234{padding-top:234px!important}.tab-port-pt-235{padding-top:235px!important}.tab-port-pt-236{padding-top:236px!important}.tab-port-pt-237{padding-top:237px!important}.tab-port-pt-238{padding-top:238px!important}.tab-port-pt-239{padding-top:239px!important}.tab-port-pt-240{padding-top:240px!important}.tab-port-pt-241{padding-top:241px!important}.tab-port-pt-242{padding-top:242px!important}.tab-port-pt-243{padding-top:243px!important}.tab-port-pt-244{padding-top:244px!important}.tab-port-pt-245{padding-top:245px!important}.tab-port-pt-246{padding-top:246px!important}.tab-port-pt-247{padding-top:247px!important}.tab-port-pt-248{padding-top:248px!important}.tab-port-pt-249{padding-top:249px!important}.tab-port-pt-250{padding-top:250px!important}.tab-port-pt-251{padding-top:251px!important}.tab-port-pt-252{padding-top:252px!important}.tab-port-pt-253{padding-top:253px!important}.tab-port-pt-254{padding-top:254px!important}.tab-port-pt-255{padding-top:255px!important}.tab-port-pt-256{padding-top:256px!important}.tab-port-pt-257{padding-top:257px!important}.tab-port-pt-258{padding-top:258px!important}.tab-port-pt-259{padding-top:259px!important}.tab-port-pt-260{padding-top:260px!important}.tab-port-pt-261{padding-top:261px!important}.tab-port-pt-262{padding-top:262px!important}.tab-port-pt-263{padding-top:263px!important}.tab-port-pt-264{padding-top:264px!important}.tab-port-pt-265{padding-top:265px!important}.tab-port-pt-266{padding-top:266px!important}.tab-port-pt-267{padding-top:267px!important}.tab-port-pt-268{padding-top:268px!important}.tab-port-pt-269{padding-top:269px!important}.tab-port-pt-270{padding-top:270px!important}.tab-port-pt-271{padding-top:271px!important}.tab-port-pt-272{padding-top:272px!important}.tab-port-pt-273{padding-top:273px!important}.tab-port-pt-274{padding-top:274px!important}.tab-port-pt-275{padding-top:275px!important}.tab-port-pt-276{padding-top:276px!important}.tab-port-pt-277{padding-top:277px!important}.tab-port-pt-278{padding-top:278px!important}.tab-port-pt-279{padding-top:279px!important}.tab-port-pt-280{padding-top:280px!important}.tab-port-pt-281{padding-top:281px!important}.tab-port-pt-282{padding-top:282px!important}.tab-port-pt-283{padding-top:283px!important}.tab-port-pt-284{padding-top:284px!important}.tab-port-pt-285{padding-top:285px!important}.tab-port-pt-286{padding-top:286px!important}.tab-port-pt-287{padding-top:287px!important}.tab-port-pt-288{padding-top:288px!important}.tab-port-pt-289{padding-top:289px!important}.tab-port-pt-290{padding-top:290px!important}.tab-port-pt-291{padding-top:291px!important}.tab-port-pt-292{padding-top:292px!important}.tab-port-pt-293{padding-top:293px!important}.tab-port-pt-294{padding-top:294px!important}.tab-port-pt-295{padding-top:295px!important}.tab-port-pt-296{padding-top:296px!important}.tab-port-pt-297{padding-top:297px!important}.tab-port-pt-298{padding-top:298px!important}.tab-port-pt-299{padding-top:299px!important}.tab-port-pt-300{padding-top:300px!important}.tab-port-pt-301{padding-top:301px!important}.tab-port-pt-302{padding-top:302px!important}.tab-port-pt-303{padding-top:303px!important}.tab-port-pt-304{padding-top:304px!important}.tab-port-pt-305{padding-top:305px!important}.tab-port-pt-306{padding-top:306px!important}.tab-port-pt-307{padding-top:307px!important}.tab-port-pt-308{padding-top:308px!important}.tab-port-pt-309{padding-top:309px!important}.tab-port-pt-310{padding-top:310px!important}.tab-port-pt-311{padding-top:311px!important}.tab-port-pt-312{padding-top:312px!important}.tab-port-pt-313{padding-top:313px!important}.tab-port-pt-314{padding-top:314px!important}.tab-port-pt-315{padding-top:315px!important}.tab-port-pt-316{padding-top:316px!important}.tab-port-pt-317{padding-top:317px!important}.tab-port-pt-318{padding-top:318px!important}.tab-port-pt-319{padding-top:319px!important}.tab-port-pt-320{padding-top:320px!important}.tab-port-pt-321{padding-top:321px!important}.tab-port-pt-322{padding-top:322px!important}.tab-port-pt-323{padding-top:323px!important}.tab-port-pt-324{padding-top:324px!important}.tab-port-pt-325{padding-top:325px!important}.tab-port-pt-326{padding-top:326px!important}.tab-port-pt-327{padding-top:327px!important}.tab-port-pt-328{padding-top:328px!important}.tab-port-pt-329{padding-top:329px!important}.tab-port-pt-330{padding-top:330px!important}.tab-port-pt-331{padding-top:331px!important}.tab-port-pt-332{padding-top:332px!important}.tab-port-pt-333{padding-top:333px!important}.tab-port-pt-334{padding-top:334px!important}.tab-port-pt-335{padding-top:335px!important}.tab-port-pt-336{padding-top:336px!important}.tab-port-pt-337{padding-top:337px!important}.tab-port-pt-338{padding-top:338px!important}.tab-port-pt-339{padding-top:339px!important}.tab-port-pt-340{padding-top:340px!important}.tab-port-pt-341{padding-top:341px!important}.tab-port-pt-342{padding-top:342px!important}.tab-port-pt-343{padding-top:343px!important}.tab-port-pt-344{padding-top:344px!important}.tab-port-pt-345{padding-top:345px!important}.tab-port-pt-346{padding-top:346px!important}.tab-port-pt-347{padding-top:347px!important}.tab-port-pt-348{padding-top:348px!important}.tab-port-pt-349{padding-top:349px!important}.tab-port-pt-350{padding-top:350px!important}.tab-port-pt-351{padding-top:351px!important}.tab-port-pt-352{padding-top:352px!important}.tab-port-pt-353{padding-top:353px!important}.tab-port-pt-354{padding-top:354px!important}.tab-port-pt-355{padding-top:355px!important}.tab-port-pt-356{padding-top:356px!important}.tab-port-pt-357{padding-top:357px!important}.tab-port-pt-358{padding-top:358px!important}.tab-port-pt-359{padding-top:359px!important}.tab-port-pt-360{padding-top:360px!important}.tab-port-pt-361{padding-top:361px!important}.tab-port-pt-362{padding-top:362px!important}.tab-port-pt-363{padding-top:363px!important}.tab-port-pt-364{padding-top:364px!important}.tab-port-pt-365{padding-top:365px!important}.tab-port-pt-366{padding-top:366px!important}.tab-port-pt-367{padding-top:367px!important}.tab-port-pt-368{padding-top:368px!important}.tab-port-pt-369{padding-top:369px!important}.tab-port-pt-370{padding-top:370px!important}.tab-port-pt-371{padding-top:371px!important}.tab-port-pt-372{padding-top:372px!important}.tab-port-pt-373{padding-top:373px!important}.tab-port-pt-374{padding-top:374px!important}.tab-port-pt-375{padding-top:375px!important}.tab-port-pt-376{padding-top:376px!important}.tab-port-pt-377{padding-top:377px!important}.tab-port-pt-378{padding-top:378px!important}.tab-port-pt-379{padding-top:379px!important}.tab-port-pt-380{padding-top:380px!important}.tab-port-pt-381{padding-top:381px!important}.tab-port-pt-382{padding-top:382px!important}.tab-port-pt-383{padding-top:383px!important}.tab-port-pt-384{padding-top:384px!important}.tab-port-pt-385{padding-top:385px!important}.tab-port-pt-386{padding-top:386px!important}.tab-port-pt-387{padding-top:387px!important}.tab-port-pt-388{padding-top:388px!important}.tab-port-pt-389{padding-top:389px!important}.tab-port-pt-390{padding-top:390px!important}.tab-port-pt-391{padding-top:391px!important}.tab-port-pt-392{padding-top:392px!important}.tab-port-pt-393{padding-top:393px!important}.tab-port-pt-394{padding-top:394px!important}.tab-port-pt-395{padding-top:395px!important}.tab-port-pt-396{padding-top:396px!important}.tab-port-pt-397{padding-top:397px!important}.tab-port-pt-398{padding-top:398px!important}.tab-port-pt-399{padding-top:399px!important}.tab-port-pt-400{padding-top:400px!important}.tab-port-pt-401{padding-top:401px!important}.tab-port-pt-402{padding-top:402px!important}.tab-port-pt-403{padding-top:403px!important}.tab-port-pt-404{padding-top:404px!important}.tab-port-pt-405{padding-top:405px!important}.tab-port-pt-406{padding-top:406px!important}.tab-port-pt-407{padding-top:407px!important}.tab-port-pt-408{padding-top:408px!important}.tab-port-pt-409{padding-top:409px!important}.tab-port-pt-410{padding-top:410px!important}.tab-port-pt-411{padding-top:411px!important}.tab-port-pt-412{padding-top:412px!important}.tab-port-pt-413{padding-top:413px!important}.tab-port-pt-414{padding-top:414px!important}.tab-port-pt-415{padding-top:415px!important}.tab-port-pt-416{padding-top:416px!important}.tab-port-pt-417{padding-top:417px!important}.tab-port-pt-418{padding-top:418px!important}.tab-port-pt-419{padding-top:419px!important}.tab-port-pt-420{padding-top:420px!important}.tab-port-pt-421{padding-top:421px!important}.tab-port-pt-422{padding-top:422px!important}.tab-port-pt-423{padding-top:423px!important}.tab-port-pt-424{padding-top:424px!important}.tab-port-pt-425{padding-top:425px!important}.tab-port-pt-426{padding-top:426px!important}.tab-port-pt-427{padding-top:427px!important}.tab-port-pt-428{padding-top:428px!important}.tab-port-pt-429{padding-top:429px!important}.tab-port-pt-430{padding-top:430px!important}.tab-port-pt-431{padding-top:431px!important}.tab-port-pt-432{padding-top:432px!important}.tab-port-pt-433{padding-top:433px!important}.tab-port-pt-434{padding-top:434px!important}.tab-port-pt-435{padding-top:435px!important}.tab-port-pt-436{padding-top:436px!important}.tab-port-pt-437{padding-top:437px!important}.tab-port-pt-438{padding-top:438px!important}.tab-port-pt-439{padding-top:439px!important}.tab-port-pt-440{padding-top:440px!important}.tab-port-pt-441{padding-top:441px!important}.tab-port-pt-442{padding-top:442px!important}.tab-port-pt-443{padding-top:443px!important}.tab-port-pt-444{padding-top:444px!important}.tab-port-pt-445{padding-top:445px!important}.tab-port-pt-446{padding-top:446px!important}.tab-port-pt-447{padding-top:447px!important}.tab-port-pt-448{padding-top:448px!important}.tab-port-pt-449{padding-top:449px!important}.tab-port-pt-450{padding-top:450px!important}.tab-port-pt-451{padding-top:451px!important}.tab-port-pt-452{padding-top:452px!important}.tab-port-pt-453{padding-top:453px!important}.tab-port-pt-454{padding-top:454px!important}.tab-port-pt-455{padding-top:455px!important}.tab-port-pt-456{padding-top:456px!important}.tab-port-pt-457{padding-top:457px!important}.tab-port-pt-458{padding-top:458px!important}.tab-port-pt-459{padding-top:459px!important}.tab-port-pt-460{padding-top:460px!important}.tab-port-pt-461{padding-top:461px!important}.tab-port-pt-462{padding-top:462px!important}.tab-port-pt-463{padding-top:463px!important}.tab-port-pt-464{padding-top:464px!important}.tab-port-pt-465{padding-top:465px!important}.tab-port-pt-466{padding-top:466px!important}.tab-port-pt-467{padding-top:467px!important}.tab-port-pt-468{padding-top:468px!important}.tab-port-pt-469{padding-top:469px!important}.tab-port-pt-470{padding-top:470px!important}.tab-port-pt-471{padding-top:471px!important}.tab-port-pt-472{padding-top:472px!important}.tab-port-pt-473{padding-top:473px!important}.tab-port-pt-474{padding-top:474px!important}.tab-port-pt-475{padding-top:475px!important}.tab-port-pt-476{padding-top:476px!important}.tab-port-pt-477{padding-top:477px!important}.tab-port-pt-478{padding-top:478px!important}.tab-port-pt-479{padding-top:479px!important}.tab-port-pt-480{padding-top:480px!important}.tab-port-pt-481{padding-top:481px!important}.tab-port-pt-482{padding-top:482px!important}.tab-port-pt-483{padding-top:483px!important}.tab-port-pt-484{padding-top:484px!important}.tab-port-pt-485{padding-top:485px!important}.tab-port-pt-486{padding-top:486px!important}.tab-port-pt-487{padding-top:487px!important}.tab-port-pt-488{padding-top:488px!important}.tab-port-pt-489{padding-top:489px!important}.tab-port-pt-490{padding-top:490px!important}.tab-port-pt-491{padding-top:491px!important}.tab-port-pt-492{padding-top:492px!important}.tab-port-pt-493{padding-top:493px!important}.tab-port-pt-494{padding-top:494px!important}.tab-port-pt-495{padding-top:495px!important}.tab-port-pt-496{padding-top:496px!important}.tab-port-pt-497{padding-top:497px!important}.tab-port-pt-498{padding-top:498px!important}.tab-port-pt-499{padding-top:499px!important}.tab-port-pt-500{padding-top:500px!important}.tab-port-pt-501{padding-top:501px!important}.tab-port-pt-502{padding-top:502px!important}.tab-port-pt-503{padding-top:503px!important}.tab-port-pt-504{padding-top:504px!important}.tab-port-pt-505{padding-top:505px!important}.tab-port-pt-506{padding-top:506px!important}.tab-port-pt-507{padding-top:507px!important}.tab-port-pt-508{padding-top:508px!important}.tab-port-pt-509{padding-top:509px!important}.tab-port-pt-510{padding-top:510px!important}.tab-port-pt-511{padding-top:511px!important}.tab-port-pt-512{padding-top:512px!important}.tab-port-pt-513{padding-top:513px!important}.tab-port-pt-514{padding-top:514px!important}.tab-port-pt-515{padding-top:515px!important}.tab-port-pt-516{padding-top:516px!important}.tab-port-pt-517{padding-top:517px!important}.tab-port-pt-518{padding-top:518px!important}.tab-port-pt-519{padding-top:519px!important}.tab-port-pt-520{padding-top:520px!important}.tab-port-pt-521{padding-top:521px!important}.tab-port-pt-522{padding-top:522px!important}.tab-port-pt-523{padding-top:523px!important}.tab-port-pt-524{padding-top:524px!important}.tab-port-pt-525{padding-top:525px!important}.tab-port-pt-526{padding-top:526px!important}.tab-port-pt-527{padding-top:527px!important}.tab-port-pt-528{padding-top:528px!important}.tab-port-pt-529{padding-top:529px!important}.tab-port-pt-530{padding-top:530px!important}.tab-port-pt-531{padding-top:531px!important}.tab-port-pt-532{padding-top:532px!important}.tab-port-pt-533{padding-top:533px!important}.tab-port-pt-534{padding-top:534px!important}.tab-port-pt-535{padding-top:535px!important}.tab-port-pt-536{padding-top:536px!important}.tab-port-pt-537{padding-top:537px!important}.tab-port-pt-538{padding-top:538px!important}.tab-port-pt-539{padding-top:539px!important}.tab-port-pt-540{padding-top:540px!important}.tab-port-pt-541{padding-top:541px!important}.tab-port-pt-542{padding-top:542px!important}.tab-port-pt-543{padding-top:543px!important}.tab-port-pt-544{padding-top:544px!important}.tab-port-pt-545{padding-top:545px!important}.tab-port-pt-546{padding-top:546px!important}.tab-port-pt-547{padding-top:547px!important}.tab-port-pt-548{padding-top:548px!important}.tab-port-pt-549{padding-top:549px!important}.tab-port-pt-550{padding-top:550px!important}.tab-port-pt-551{padding-top:551px!important}.tab-port-pt-552{padding-top:552px!important}.tab-port-pt-553{padding-top:553px!important}.tab-port-pt-554{padding-top:554px!important}.tab-port-pt-555{padding-top:555px!important}.tab-port-pt-556{padding-top:556px!important}.tab-port-pt-557{padding-top:557px!important}.tab-port-pt-558{padding-top:558px!important}.tab-port-pt-559{padding-top:559px!important}.tab-port-pt-560{padding-top:560px!important}.tab-port-pt-561{padding-top:561px!important}.tab-port-pt-562{padding-top:562px!important}.tab-port-pt-563{padding-top:563px!important}.tab-port-pt-564{padding-top:564px!important}.tab-port-pt-565{padding-top:565px!important}.tab-port-pt-566{padding-top:566px!important}.tab-port-pt-567{padding-top:567px!important}.tab-port-pt-568{padding-top:568px!important}.tab-port-pt-569{padding-top:569px!important}.tab-port-pt-570{padding-top:570px!important}.tab-port-pt-571{padding-top:571px!important}.tab-port-pt-572{padding-top:572px!important}.tab-port-pt-573{padding-top:573px!important}.tab-port-pt-574{padding-top:574px!important}.tab-port-pt-575{padding-top:575px!important}.tab-port-pt-576{padding-top:576px!important}.tab-port-pt-577{padding-top:577px!important}.tab-port-pt-578{padding-top:578px!important}.tab-port-pt-579{padding-top:579px!important}.tab-port-pt-580{padding-top:580px!important}.tab-port-pt-581{padding-top:581px!important}.tab-port-pt-582{padding-top:582px!important}.tab-port-pt-583{padding-top:583px!important}.tab-port-pt-584{padding-top:584px!important}.tab-port-pt-585{padding-top:585px!important}.tab-port-pt-586{padding-top:586px!important}.tab-port-pt-587{padding-top:587px!important}.tab-port-pt-588{padding-top:588px!important}.tab-port-pt-589{padding-top:589px!important}.tab-port-pt-590{padding-top:590px!important}.tab-port-pt-591{padding-top:591px!important}.tab-port-pt-592{padding-top:592px!important}.tab-port-pt-593{padding-top:593px!important}.tab-port-pt-594{padding-top:594px!important}.tab-port-pt-595{padding-top:595px!important}.tab-port-pt-596{padding-top:596px!important}.tab-port-pt-597{padding-top:597px!important}.tab-port-pt-598{padding-top:598px!important}.tab-port-pt-599{padding-top:599px!important}.tab-port-pt-600{padding-top:600px!important}.tab-port-pt-601{padding-top:601px!important}.tab-port-pt-602{padding-top:602px!important}.tab-port-pt-603{padding-top:603px!important}.tab-port-pt-604{padding-top:604px!important}.tab-port-pt-605{padding-top:605px!important}.tab-port-pt-606{padding-top:606px!important}.tab-port-pt-607{padding-top:607px!important}.tab-port-pt-608{padding-top:608px!important}.tab-port-pt-609{padding-top:609px!important}.tab-port-pt-610{padding-top:610px!important}.tab-port-pt-611{padding-top:611px!important}.tab-port-pt-612{padding-top:612px!important}.tab-port-pt-613{padding-top:613px!important}.tab-port-pt-614{padding-top:614px!important}.tab-port-pt-615{padding-top:615px!important}.tab-port-pt-616{padding-top:616px!important}.tab-port-pt-617{padding-top:617px!important}.tab-port-pt-618{padding-top:618px!important}.tab-port-pt-619{padding-top:619px!important}.tab-port-pt-620{padding-top:620px!important}.tab-port-pt-621{padding-top:621px!important}.tab-port-pt-622{padding-top:622px!important}.tab-port-pt-623{padding-top:623px!important}.tab-port-pt-624{padding-top:624px!important}.tab-port-pt-625{padding-top:625px!important}.tab-port-pt-626{padding-top:626px!important}.tab-port-pt-627{padding-top:627px!important}.tab-port-pt-628{padding-top:628px!important}.tab-port-pt-629{padding-top:629px!important}.tab-port-pt-630{padding-top:630px!important}.tab-port-pt-631{padding-top:631px!important}.tab-port-pt-632{padding-top:632px!important}.tab-port-pt-633{padding-top:633px!important}.tab-port-pt-634{padding-top:634px!important}.tab-port-pt-635{padding-top:635px!important}.tab-port-pt-636{padding-top:636px!important}.tab-port-pt-637{padding-top:637px!important}.tab-port-pt-638{padding-top:638px!important}.tab-port-pt-639{padding-top:639px!important}.tab-port-pt-640{padding-top:640px!important}.tab-port-pt-641{padding-top:641px!important}.tab-port-pt-642{padding-top:642px!important}.tab-port-pt-643{padding-top:643px!important}.tab-port-pt-644{padding-top:644px!important}.tab-port-pt-645{padding-top:645px!important}.tab-port-pt-646{padding-top:646px!important}.tab-port-pt-647{padding-top:647px!important}.tab-port-pt-648{padding-top:648px!important}.tab-port-pt-649{padding-top:649px!important}.tab-port-pt-650{padding-top:650px!important}.tab-port-pt-651{padding-top:651px!important}.tab-port-pt-652{padding-top:652px!important}.tab-port-pt-653{padding-top:653px!important}.tab-port-pt-654{padding-top:654px!important}.tab-port-pt-655{padding-top:655px!important}.tab-port-pt-656{padding-top:656px!important}.tab-port-pt-657{padding-top:657px!important}.tab-port-pt-658{padding-top:658px!important}.tab-port-pt-659{padding-top:659px!important}.tab-port-pt-660{padding-top:660px!important}.tab-port-pt-661{padding-top:661px!important}.tab-port-pt-662{padding-top:662px!important}.tab-port-pt-663{padding-top:663px!important}.tab-port-pt-664{padding-top:664px!important}.tab-port-pt-665{padding-top:665px!important}.tab-port-pt-666{padding-top:666px!important}.tab-port-pt-667{padding-top:667px!important}.tab-port-pt-668{padding-top:668px!important}.tab-port-pt-669{padding-top:669px!important}.tab-port-pt-670{padding-top:670px!important}.tab-port-pt-671{padding-top:671px!important}.tab-port-pt-672{padding-top:672px!important}.tab-port-pt-673{padding-top:673px!important}.tab-port-pt-674{padding-top:674px!important}.tab-port-pt-675{padding-top:675px!important}.tab-port-pt-676{padding-top:676px!important}.tab-port-pt-677{padding-top:677px!important}.tab-port-pt-678{padding-top:678px!important}.tab-port-pt-679{padding-top:679px!important}.tab-port-pt-680{padding-top:680px!important}.tab-port-pt-681{padding-top:681px!important}.tab-port-pt-682{padding-top:682px!important}.tab-port-pt-683{padding-top:683px!important}.tab-port-pt-684{padding-top:684px!important}.tab-port-pt-685{padding-top:685px!important}.tab-port-pt-686{padding-top:686px!important}.tab-port-pt-687{padding-top:687px!important}.tab-port-pt-688{padding-top:688px!important}.tab-port-pt-689{padding-top:689px!important}.tab-port-pt-690{padding-top:690px!important}.tab-port-pt-691{padding-top:691px!important}.tab-port-pt-692{padding-top:692px!important}.tab-port-pt-693{padding-top:693px!important}.tab-port-pt-694{padding-top:694px!important}.tab-port-pt-695{padding-top:695px!important}.tab-port-pt-696{padding-top:696px!important}.tab-port-pt-697{padding-top:697px!important}.tab-port-pt-698{padding-top:698px!important}.tab-port-pt-699{padding-top:699px!important}.tab-port-pt-700{padding-top:700px!important}.tab-port-pt-701{padding-top:701px!important}.tab-port-pt-702{padding-top:702px!important}.tab-port-pt-703{padding-top:703px!important}.tab-port-pt-704{padding-top:704px!important}.tab-port-pt-705{padding-top:705px!important}.tab-port-pt-706{padding-top:706px!important}.tab-port-pt-707{padding-top:707px!important}.tab-port-pt-708{padding-top:708px!important}.tab-port-pt-709{padding-top:709px!important}.tab-port-pt-710{padding-top:710px!important}.tab-port-pt-711{padding-top:711px!important}.tab-port-pt-712{padding-top:712px!important}.tab-port-pt-713{padding-top:713px!important}.tab-port-pt-714{padding-top:714px!important}.tab-port-pt-715{padding-top:715px!important}.tab-port-pt-716{padding-top:716px!important}.tab-port-pt-717{padding-top:717px!important}.tab-port-pt-718{padding-top:718px!important}.tab-port-pt-719{padding-top:719px!important}.tab-port-pt-720{padding-top:720px!important}.tab-port-pt-721{padding-top:721px!important}.tab-port-pt-722{padding-top:722px!important}.tab-port-pt-723{padding-top:723px!important}.tab-port-pt-724{padding-top:724px!important}.tab-port-pt-725{padding-top:725px!important}.tab-port-pt-726{padding-top:726px!important}.tab-port-pt-727{padding-top:727px!important}.tab-port-pt-728{padding-top:728px!important}.tab-port-pt-729{padding-top:729px!important}.tab-port-pt-730{padding-top:730px!important}.tab-port-pt-731{padding-top:731px!important}.tab-port-pt-732{padding-top:732px!important}.tab-port-pt-733{padding-top:733px!important}.tab-port-pt-734{padding-top:734px!important}.tab-port-pt-735{padding-top:735px!important}.tab-port-pt-736{padding-top:736px!important}.tab-port-pt-737{padding-top:737px!important}.tab-port-pt-738{padding-top:738px!important}.tab-port-pt-739{padding-top:739px!important}.tab-port-pt-740{padding-top:740px!important}.tab-port-pt-741{padding-top:741px!important}.tab-port-pt-742{padding-top:742px!important}.tab-port-pt-743{padding-top:743px!important}.tab-port-pt-744{padding-top:744px!important}.tab-port-pt-745{padding-top:745px!important}.tab-port-pt-746{padding-top:746px!important}.tab-port-pt-747{padding-top:747px!important}.tab-port-pt-748{padding-top:748px!important}.tab-port-pt-749{padding-top:749px!important}.tab-port-pt-750{padding-top:750px!important}.tab-port-pt-751{padding-top:751px!important}.tab-port-pt-752{padding-top:752px!important}.tab-port-pt-753{padding-top:753px!important}.tab-port-pt-754{padding-top:754px!important}.tab-port-pt-755{padding-top:755px!important}.tab-port-pt-756{padding-top:756px!important}.tab-port-pt-757{padding-top:757px!important}.tab-port-pt-758{padding-top:758px!important}.tab-port-pt-759{padding-top:759px!important}.tab-port-pt-760{padding-top:760px!important}.tab-port-pt-761{padding-top:761px!important}.tab-port-pt-762{padding-top:762px!important}.tab-port-pt-763{padding-top:763px!important}.tab-port-pt-764{padding-top:764px!important}.tab-port-pt-765{padding-top:765px!important}.tab-port-pt-766{padding-top:766px!important}.tab-port-pt-767{padding-top:767px!important}.tab-port-pt-768{padding-top:768px!important}.tab-port-pt-769{padding-top:769px!important}.tab-port-pt-770{padding-top:770px!important}.tab-port-pt-771{padding-top:771px!important}.tab-port-pt-772{padding-top:772px!important}.tab-port-pt-773{padding-top:773px!important}.tab-port-pt-774{padding-top:774px!important}.tab-port-pt-775{padding-top:775px!important}.tab-port-pt-776{padding-top:776px!important}.tab-port-pt-777{padding-top:777px!important}.tab-port-pt-778{padding-top:778px!important}.tab-port-pt-779{padding-top:779px!important}.tab-port-pt-780{padding-top:780px!important}.tab-port-pt-781{padding-top:781px!important}.tab-port-pt-782{padding-top:782px!important}.tab-port-pt-783{padding-top:783px!important}.tab-port-pt-784{padding-top:784px!important}.tab-port-pt-785{padding-top:785px!important}.tab-port-pt-786{padding-top:786px!important}.tab-port-pt-787{padding-top:787px!important}.tab-port-pt-788{padding-top:788px!important}.tab-port-pt-789{padding-top:789px!important}.tab-port-pt-790{padding-top:790px!important}.tab-port-pt-791{padding-top:791px!important}.tab-port-pt-792{padding-top:792px!important}.tab-port-pt-793{padding-top:793px!important}.tab-port-pt-794{padding-top:794px!important}.tab-port-pt-795{padding-top:795px!important}.tab-port-pt-796{padding-top:796px!important}.tab-port-pt-797{padding-top:797px!important}.tab-port-pt-798{padding-top:798px!important}.tab-port-pt-799{padding-top:799px!important}.tab-port-pt-800{padding-top:800px!important}.tab-port-pt-801{padding-top:801px!important}.tab-port-pt-802{padding-top:802px!important}.tab-port-pt-803{padding-top:803px!important}.tab-port-pt-804{padding-top:804px!important}.tab-port-pt-805{padding-top:805px!important}.tab-port-pt-806{padding-top:806px!important}.tab-port-pt-807{padding-top:807px!important}.tab-port-pt-808{padding-top:808px!important}.tab-port-pt-809{padding-top:809px!important}.tab-port-pt-810{padding-top:810px!important}.tab-port-pt-811{padding-top:811px!important}.tab-port-pt-812{padding-top:812px!important}.tab-port-pt-813{padding-top:813px!important}.tab-port-pt-814{padding-top:814px!important}.tab-port-pt-815{padding-top:815px!important}.tab-port-pt-816{padding-top:816px!important}.tab-port-pt-817{padding-top:817px!important}.tab-port-pt-818{padding-top:818px!important}.tab-port-pt-819{padding-top:819px!important}.tab-port-pt-820{padding-top:820px!important}.tab-port-pt-821{padding-top:821px!important}.tab-port-pt-822{padding-top:822px!important}.tab-port-pt-823{padding-top:823px!important}.tab-port-pt-824{padding-top:824px!important}.tab-port-pt-825{padding-top:825px!important}.tab-port-pt-826{padding-top:826px!important}.tab-port-pt-827{padding-top:827px!important}.tab-port-pt-828{padding-top:828px!important}.tab-port-pt-829{padding-top:829px!important}.tab-port-pt-830{padding-top:830px!important}.tab-port-pt-831{padding-top:831px!important}.tab-port-pt-832{padding-top:832px!important}.tab-port-pt-833{padding-top:833px!important}.tab-port-pt-834{padding-top:834px!important}.tab-port-pt-835{padding-top:835px!important}.tab-port-pt-836{padding-top:836px!important}.tab-port-pt-837{padding-top:837px!important}.tab-port-pt-838{padding-top:838px!important}.tab-port-pt-839{padding-top:839px!important}.tab-port-pt-840{padding-top:840px!important}.tab-port-pt-841{padding-top:841px!important}.tab-port-pt-842{padding-top:842px!important}.tab-port-pt-843{padding-top:843px!important}.tab-port-pt-844{padding-top:844px!important}.tab-port-pt-845{padding-top:845px!important}.tab-port-pt-846{padding-top:846px!important}.tab-port-pt-847{padding-top:847px!important}.tab-port-pt-848{padding-top:848px!important}.tab-port-pt-849{padding-top:849px!important}.tab-port-pt-850{padding-top:850px!important}.tab-port-pt-851{padding-top:851px!important}.tab-port-pt-852{padding-top:852px!important}.tab-port-pt-853{padding-top:853px!important}.tab-port-pt-854{padding-top:854px!important}.tab-port-pt-855{padding-top:855px!important}.tab-port-pt-856{padding-top:856px!important}.tab-port-pt-857{padding-top:857px!important}.tab-port-pt-858{padding-top:858px!important}.tab-port-pt-859{padding-top:859px!important}.tab-port-pt-860{padding-top:860px!important}.tab-port-pt-861{padding-top:861px!important}.tab-port-pt-862{padding-top:862px!important}.tab-port-pt-863{padding-top:863px!important}.tab-port-pt-864{padding-top:864px!important}.tab-port-pt-865{padding-top:865px!important}.tab-port-pt-866{padding-top:866px!important}.tab-port-pt-867{padding-top:867px!important}.tab-port-pt-868{padding-top:868px!important}.tab-port-pt-869{padding-top:869px!important}.tab-port-pt-870{padding-top:870px!important}.tab-port-pt-871{padding-top:871px!important}.tab-port-pt-872{padding-top:872px!important}.tab-port-pt-873{padding-top:873px!important}.tab-port-pt-874{padding-top:874px!important}.tab-port-pt-875{padding-top:875px!important}.tab-port-pt-876{padding-top:876px!important}.tab-port-pt-877{padding-top:877px!important}.tab-port-pt-878{padding-top:878px!important}.tab-port-pt-879{padding-top:879px!important}.tab-port-pt-880{padding-top:880px!important}.tab-port-pt-881{padding-top:881px!important}.tab-port-pt-882{padding-top:882px!important}.tab-port-pt-883{padding-top:883px!important}.tab-port-pt-884{padding-top:884px!important}.tab-port-pt-885{padding-top:885px!important}.tab-port-pt-886{padding-top:886px!important}.tab-port-pt-887{padding-top:887px!important}.tab-port-pt-888{padding-top:888px!important}.tab-port-pt-889{padding-top:889px!important}.tab-port-pt-890{padding-top:890px!important}.tab-port-pt-891{padding-top:891px!important}.tab-port-pt-892{padding-top:892px!important}.tab-port-pt-893{padding-top:893px!important}.tab-port-pt-894{padding-top:894px!important}.tab-port-pt-895{padding-top:895px!important}.tab-port-pt-896{padding-top:896px!important}.tab-port-pt-897{padding-top:897px!important}.tab-port-pt-898{padding-top:898px!important}.tab-port-pt-899{padding-top:899px!important}.tab-port-pt-900{padding-top:900px!important}.tab-port-pt-901{padding-top:901px!important}.tab-port-pt-902{padding-top:902px!important}.tab-port-pt-903{padding-top:903px!important}.tab-port-pt-904{padding-top:904px!important}.tab-port-pt-905{padding-top:905px!important}.tab-port-pt-906{padding-top:906px!important}.tab-port-pt-907{padding-top:907px!important}.tab-port-pt-908{padding-top:908px!important}.tab-port-pt-909{padding-top:909px!important}.tab-port-pt-910{padding-top:910px!important}.tab-port-pt-911{padding-top:911px!important}.tab-port-pt-912{padding-top:912px!important}.tab-port-pt-913{padding-top:913px!important}.tab-port-pt-914{padding-top:914px!important}.tab-port-pt-915{padding-top:915px!important}.tab-port-pt-916{padding-top:916px!important}.tab-port-pt-917{padding-top:917px!important}.tab-port-pt-918{padding-top:918px!important}.tab-port-pt-919{padding-top:919px!important}.tab-port-pt-920{padding-top:920px!important}.tab-port-pt-921{padding-top:921px!important}.tab-port-pt-922{padding-top:922px!important}.tab-port-pt-923{padding-top:923px!important}.tab-port-pt-924{padding-top:924px!important}.tab-port-pt-925{padding-top:925px!important}.tab-port-pt-926{padding-top:926px!important}.tab-port-pt-927{padding-top:927px!important}.tab-port-pt-928{padding-top:928px!important}.tab-port-pt-929{padding-top:929px!important}.tab-port-pt-930{padding-top:930px!important}.tab-port-pt-931{padding-top:931px!important}.tab-port-pt-932{padding-top:932px!important}.tab-port-pt-933{padding-top:933px!important}.tab-port-pt-934{padding-top:934px!important}.tab-port-pt-935{padding-top:935px!important}.tab-port-pt-936{padding-top:936px!important}.tab-port-pt-937{padding-top:937px!important}.tab-port-pt-938{padding-top:938px!important}.tab-port-pt-939{padding-top:939px!important}.tab-port-pt-940{padding-top:940px!important}.tab-port-pt-941{padding-top:941px!important}.tab-port-pt-942{padding-top:942px!important}.tab-port-pt-943{padding-top:943px!important}.tab-port-pt-944{padding-top:944px!important}.tab-port-pt-945{padding-top:945px!important}.tab-port-pt-946{padding-top:946px!important}.tab-port-pt-947{padding-top:947px!important}.tab-port-pt-948{padding-top:948px!important}.tab-port-pt-949{padding-top:949px!important}.tab-port-pt-950{padding-top:950px!important}.tab-port-pt-951{padding-top:951px!important}.tab-port-pt-952{padding-top:952px!important}.tab-port-pt-953{padding-top:953px!important}.tab-port-pt-954{padding-top:954px!important}.tab-port-pt-955{padding-top:955px!important}.tab-port-pt-956{padding-top:956px!important}.tab-port-pt-957{padding-top:957px!important}.tab-port-pt-958{padding-top:958px!important}.tab-port-pt-959{padding-top:959px!important}.tab-port-pt-960{padding-top:960px!important}.tab-port-pt-961{padding-top:961px!important}.tab-port-pt-962{padding-top:962px!important}.tab-port-pt-963{padding-top:963px!important}.tab-port-pt-964{padding-top:964px!important}.tab-port-pt-965{padding-top:965px!important}.tab-port-pt-966{padding-top:966px!important}.tab-port-pt-967{padding-top:967px!important}.tab-port-pt-968{padding-top:968px!important}.tab-port-pt-969{padding-top:969px!important}.tab-port-pt-970{padding-top:970px!important}.tab-port-pt-971{padding-top:971px!important}.tab-port-pt-972{padding-top:972px!important}.tab-port-pt-973{padding-top:973px!important}.tab-port-pt-974{padding-top:974px!important}.tab-port-pt-975{padding-top:975px!important}.tab-port-pt-976{padding-top:976px!important}.tab-port-pt-977{padding-top:977px!important}.tab-port-pt-978{padding-top:978px!important}.tab-port-pt-979{padding-top:979px!important}.tab-port-pt-980{padding-top:980px!important}.tab-port-pt-981{padding-top:981px!important}.tab-port-pt-982{padding-top:982px!important}.tab-port-pt-983{padding-top:983px!important}.tab-port-pt-984{padding-top:984px!important}.tab-port-pt-985{padding-top:985px!important}.tab-port-pt-986{padding-top:986px!important}.tab-port-pt-987{padding-top:987px!important}.tab-port-pt-988{padding-top:988px!important}.tab-port-pt-989{padding-top:989px!important}.tab-port-pt-990{padding-top:990px!important}.tab-port-pt-991{padding-top:991px!important}.tab-port-pt-992{padding-top:992px!important}.tab-port-pt-993{padding-top:993px!important}.tab-port-pt-994{padding-top:994px!important}.tab-port-pt-995{padding-top:995px!important}.tab-port-pt-996{padding-top:996px!important}.tab-port-pt-997{padding-top:997px!important}.tab-port-pt-998{padding-top:998px!important}.tab-port-pt-999{padding-top:999px!important}.tab-port-pt-1000{padding-top:1000px!important}.tab-port-pr-1{padding-right:1px!important}.tab-port-pr-2{padding-right:2px!important}.tab-port-pr-3{padding-right:3px!important}.tab-port-pr-4{padding-right:4px!important}.tab-port-pr-5{padding-right:5px!important}.tab-port-pr-6{padding-right:6px!important}.tab-port-pr-7{padding-right:7px!important}.tab-port-pr-8{padding-right:8px!important}.tab-port-pr-9{padding-right:9px!important}.tab-port-pr-10{padding-right:10px!important}.tab-port-pr-11{padding-right:11px!important}.tab-port-pr-12{padding-right:12px!important}.tab-port-pr-13{padding-right:13px!important}.tab-port-pr-14{padding-right:14px!important}.tab-port-pr-15{padding-right:15px!important}.tab-port-pr-16{padding-right:16px!important}.tab-port-pr-17{padding-right:17px!important}.tab-port-pr-18{padding-right:18px!important}.tab-port-pr-19{padding-right:19px!important}.tab-port-pr-20{padding-right:20px!important}.tab-port-pr-21{padding-right:21px!important}.tab-port-pr-22{padding-right:22px!important}.tab-port-pr-23{padding-right:23px!important}.tab-port-pr-24{padding-right:24px!important}.tab-port-pr-25{padding-right:25px!important}.tab-port-pr-26{padding-right:26px!important}.tab-port-pr-27{padding-right:27px!important}.tab-port-pr-28{padding-right:28px!important}.tab-port-pr-29{padding-right:29px!important}.tab-port-pr-30{padding-right:30px!important}.tab-port-pr-31{padding-right:31px!important}.tab-port-pr-32{padding-right:32px!important}.tab-port-pr-33{padding-right:33px!important}.tab-port-pr-34{padding-right:34px!important}.tab-port-pr-35{padding-right:35px!important}.tab-port-pr-36{padding-right:36px!important}.tab-port-pr-37{padding-right:37px!important}.tab-port-pr-38{padding-right:38px!important}.tab-port-pr-39{padding-right:39px!important}.tab-port-pr-40{padding-right:40px!important}.tab-port-pr-41{padding-right:41px!important}.tab-port-pr-42{padding-right:42px!important}.tab-port-pr-43{padding-right:43px!important}.tab-port-pr-44{padding-right:44px!important}.tab-port-pr-45{padding-right:45px!important}.tab-port-pr-46{padding-right:46px!important}.tab-port-pr-47{padding-right:47px!important}.tab-port-pr-48{padding-right:48px!important}.tab-port-pr-49{padding-right:49px!important}.tab-port-pr-50{padding-right:50px!important}.tab-port-pr-51{padding-right:51px!important}.tab-port-pr-52{padding-right:52px!important}.tab-port-pr-53{padding-right:53px!important}.tab-port-pr-54{padding-right:54px!important}.tab-port-pr-55{padding-right:55px!important}.tab-port-pr-56{padding-right:56px!important}.tab-port-pr-57{padding-right:57px!important}.tab-port-pr-58{padding-right:58px!important}.tab-port-pr-59{padding-right:59px!important}.tab-port-pr-60{padding-right:60px!important}.tab-port-pr-61{padding-right:61px!important}.tab-port-pr-62{padding-right:62px!important}.tab-port-pr-63{padding-right:63px!important}.tab-port-pr-64{padding-right:64px!important}.tab-port-pr-65{padding-right:65px!important}.tab-port-pr-66{padding-right:66px!important}.tab-port-pr-67{padding-right:67px!important}.tab-port-pr-68{padding-right:68px!important}.tab-port-pr-69{padding-right:69px!important}.tab-port-pr-70{padding-right:70px!important}.tab-port-pr-71{padding-right:71px!important}.tab-port-pr-72{padding-right:72px!important}.tab-port-pr-73{padding-right:73px!important}.tab-port-pr-74{padding-right:74px!important}.tab-port-pr-75{padding-right:75px!important}.tab-port-pr-76{padding-right:76px!important}.tab-port-pr-77{padding-right:77px!important}.tab-port-pr-78{padding-right:78px!important}.tab-port-pr-79{padding-right:79px!important}.tab-port-pr-80{padding-right:80px!important}.tab-port-pr-81{padding-right:81px!important}.tab-port-pr-82{padding-right:82px!important}.tab-port-pr-83{padding-right:83px!important}.tab-port-pr-84{padding-right:84px!important}.tab-port-pr-85{padding-right:85px!important}.tab-port-pr-86{padding-right:86px!important}.tab-port-pr-87{padding-right:87px!important}.tab-port-pr-88{padding-right:88px!important}.tab-port-pr-89{padding-right:89px!important}.tab-port-pr-90{padding-right:90px!important}.tab-port-pr-91{padding-right:91px!important}.tab-port-pr-92{padding-right:92px!important}.tab-port-pr-93{padding-right:93px!important}.tab-port-pr-94{padding-right:94px!important}.tab-port-pr-95{padding-right:95px!important}.tab-port-pr-96{padding-right:96px!important}.tab-port-pr-97{padding-right:97px!important}.tab-port-pr-98{padding-right:98px!important}.tab-port-pr-99{padding-right:99px!important}.tab-port-pr-100{padding-right:100px!important}.tab-port-pr-101{padding-right:101px!important}.tab-port-pr-102{padding-right:102px!important}.tab-port-pr-103{padding-right:103px!important}.tab-port-pr-104{padding-right:104px!important}.tab-port-pr-105{padding-right:105px!important}.tab-port-pr-106{padding-right:106px!important}.tab-port-pr-107{padding-right:107px!important}.tab-port-pr-108{padding-right:108px!important}.tab-port-pr-109{padding-right:109px!important}.tab-port-pr-110{padding-right:110px!important}.tab-port-pr-111{padding-right:111px!important}.tab-port-pr-112{padding-right:112px!important}.tab-port-pr-113{padding-right:113px!important}.tab-port-pr-114{padding-right:114px!important}.tab-port-pr-115{padding-right:115px!important}.tab-port-pr-116{padding-right:116px!important}.tab-port-pr-117{padding-right:117px!important}.tab-port-pr-118{padding-right:118px!important}.tab-port-pr-119{padding-right:119px!important}.tab-port-pr-120{padding-right:120px!important}.tab-port-pr-121{padding-right:121px!important}.tab-port-pr-122{padding-right:122px!important}.tab-port-pr-123{padding-right:123px!important}.tab-port-pr-124{padding-right:124px!important}.tab-port-pr-125{padding-right:125px!important}.tab-port-pr-126{padding-right:126px!important}.tab-port-pr-127{padding-right:127px!important}.tab-port-pr-128{padding-right:128px!important}.tab-port-pr-129{padding-right:129px!important}.tab-port-pr-130{padding-right:130px!important}.tab-port-pr-131{padding-right:131px!important}.tab-port-pr-132{padding-right:132px!important}.tab-port-pr-133{padding-right:133px!important}.tab-port-pr-134{padding-right:134px!important}.tab-port-pr-135{padding-right:135px!important}.tab-port-pr-136{padding-right:136px!important}.tab-port-pr-137{padding-right:137px!important}.tab-port-pr-138{padding-right:138px!important}.tab-port-pr-139{padding-right:139px!important}.tab-port-pr-140{padding-right:140px!important}.tab-port-pr-141{padding-right:141px!important}.tab-port-pr-142{padding-right:142px!important}.tab-port-pr-143{padding-right:143px!important}.tab-port-pr-144{padding-right:144px!important}.tab-port-pr-145{padding-right:145px!important}.tab-port-pr-146{padding-right:146px!important}.tab-port-pr-147{padding-right:147px!important}.tab-port-pr-148{padding-right:148px!important}.tab-port-pr-149{padding-right:149px!important}.tab-port-pr-150{padding-right:150px!important}.tab-port-pr-151{padding-right:151px!important}.tab-port-pr-152{padding-right:152px!important}.tab-port-pr-153{padding-right:153px!important}.tab-port-pr-154{padding-right:154px!important}.tab-port-pr-155{padding-right:155px!important}.tab-port-pr-156{padding-right:156px!important}.tab-port-pr-157{padding-right:157px!important}.tab-port-pr-158{padding-right:158px!important}.tab-port-pr-159{padding-right:159px!important}.tab-port-pr-160{padding-right:160px!important}.tab-port-pr-161{padding-right:161px!important}.tab-port-pr-162{padding-right:162px!important}.tab-port-pr-163{padding-right:163px!important}.tab-port-pr-164{padding-right:164px!important}.tab-port-pr-165{padding-right:165px!important}.tab-port-pr-166{padding-right:166px!important}.tab-port-pr-167{padding-right:167px!important}.tab-port-pr-168{padding-right:168px!important}.tab-port-pr-169{padding-right:169px!important}.tab-port-pr-170{padding-right:170px!important}.tab-port-pr-171{padding-right:171px!important}.tab-port-pr-172{padding-right:172px!important}.tab-port-pr-173{padding-right:173px!important}.tab-port-pr-174{padding-right:174px!important}.tab-port-pr-175{padding-right:175px!important}.tab-port-pr-176{padding-right:176px!important}.tab-port-pr-177{padding-right:177px!important}.tab-port-pr-178{padding-right:178px!important}.tab-port-pr-179{padding-right:179px!important}.tab-port-pr-180{padding-right:180px!important}.tab-port-pr-181{padding-right:181px!important}.tab-port-pr-182{padding-right:182px!important}.tab-port-pr-183{padding-right:183px!important}.tab-port-pr-184{padding-right:184px!important}.tab-port-pr-185{padding-right:185px!important}.tab-port-pr-186{padding-right:186px!important}.tab-port-pr-187{padding-right:187px!important}.tab-port-pr-188{padding-right:188px!important}.tab-port-pr-189{padding-right:189px!important}.tab-port-pr-190{padding-right:190px!important}.tab-port-pr-191{padding-right:191px!important}.tab-port-pr-192{padding-right:192px!important}.tab-port-pr-193{padding-right:193px!important}.tab-port-pr-194{padding-right:194px!important}.tab-port-pr-195{padding-right:195px!important}.tab-port-pr-196{padding-right:196px!important}.tab-port-pr-197{padding-right:197px!important}.tab-port-pr-198{padding-right:198px!important}.tab-port-pr-199{padding-right:199px!important}.tab-port-pr-200{padding-right:200px!important}.tab-port-pr-201{padding-right:201px!important}.tab-port-pr-202{padding-right:202px!important}.tab-port-pr-203{padding-right:203px!important}.tab-port-pr-204{padding-right:204px!important}.tab-port-pr-205{padding-right:205px!important}.tab-port-pr-206{padding-right:206px!important}.tab-port-pr-207{padding-right:207px!important}.tab-port-pr-208{padding-right:208px!important}.tab-port-pr-209{padding-right:209px!important}.tab-port-pr-210{padding-right:210px!important}.tab-port-pr-211{padding-right:211px!important}.tab-port-pr-212{padding-right:212px!important}.tab-port-pr-213{padding-right:213px!important}.tab-port-pr-214{padding-right:214px!important}.tab-port-pr-215{padding-right:215px!important}.tab-port-pr-216{padding-right:216px!important}.tab-port-pr-217{padding-right:217px!important}.tab-port-pr-218{padding-right:218px!important}.tab-port-pr-219{padding-right:219px!important}.tab-port-pr-220{padding-right:220px!important}.tab-port-pr-221{padding-right:221px!important}.tab-port-pr-222{padding-right:222px!important}.tab-port-pr-223{padding-right:223px!important}.tab-port-pr-224{padding-right:224px!important}.tab-port-pr-225{padding-right:225px!important}.tab-port-pr-226{padding-right:226px!important}.tab-port-pr-227{padding-right:227px!important}.tab-port-pr-228{padding-right:228px!important}.tab-port-pr-229{padding-right:229px!important}.tab-port-pr-230{padding-right:230px!important}.tab-port-pr-231{padding-right:231px!important}.tab-port-pr-232{padding-right:232px!important}.tab-port-pr-233{padding-right:233px!important}.tab-port-pr-234{padding-right:234px!important}.tab-port-pr-235{padding-right:235px!important}.tab-port-pr-236{padding-right:236px!important}.tab-port-pr-237{padding-right:237px!important}.tab-port-pr-238{padding-right:238px!important}.tab-port-pr-239{padding-right:239px!important}.tab-port-pr-240{padding-right:240px!important}.tab-port-pr-241{padding-right:241px!important}.tab-port-pr-242{padding-right:242px!important}.tab-port-pr-243{padding-right:243px!important}.tab-port-pr-244{padding-right:244px!important}.tab-port-pr-245{padding-right:245px!important}.tab-port-pr-246{padding-right:246px!important}.tab-port-pr-247{padding-right:247px!important}.tab-port-pr-248{padding-right:248px!important}.tab-port-pr-249{padding-right:249px!important}.tab-port-pr-250{padding-right:250px!important}.tab-port-pr-251{padding-right:251px!important}.tab-port-pr-252{padding-right:252px!important}.tab-port-pr-253{padding-right:253px!important}.tab-port-pr-254{padding-right:254px!important}.tab-port-pr-255{padding-right:255px!important}.tab-port-pr-256{padding-right:256px!important}.tab-port-pr-257{padding-right:257px!important}.tab-port-pr-258{padding-right:258px!important}.tab-port-pr-259{padding-right:259px!important}.tab-port-pr-260{padding-right:260px!important}.tab-port-pr-261{padding-right:261px!important}.tab-port-pr-262{padding-right:262px!important}.tab-port-pr-263{padding-right:263px!important}.tab-port-pr-264{padding-right:264px!important}.tab-port-pr-265{padding-right:265px!important}.tab-port-pr-266{padding-right:266px!important}.tab-port-pr-267{padding-right:267px!important}.tab-port-pr-268{padding-right:268px!important}.tab-port-pr-269{padding-right:269px!important}.tab-port-pr-270{padding-right:270px!important}.tab-port-pr-271{padding-right:271px!important}.tab-port-pr-272{padding-right:272px!important}.tab-port-pr-273{padding-right:273px!important}.tab-port-pr-274{padding-right:274px!important}.tab-port-pr-275{padding-right:275px!important}.tab-port-pr-276{padding-right:276px!important}.tab-port-pr-277{padding-right:277px!important}.tab-port-pr-278{padding-right:278px!important}.tab-port-pr-279{padding-right:279px!important}.tab-port-pr-280{padding-right:280px!important}.tab-port-pr-281{padding-right:281px!important}.tab-port-pr-282{padding-right:282px!important}.tab-port-pr-283{padding-right:283px!important}.tab-port-pr-284{padding-right:284px!important}.tab-port-pr-285{padding-right:285px!important}.tab-port-pr-286{padding-right:286px!important}.tab-port-pr-287{padding-right:287px!important}.tab-port-pr-288{padding-right:288px!important}.tab-port-pr-289{padding-right:289px!important}.tab-port-pr-290{padding-right:290px!important}.tab-port-pr-291{padding-right:291px!important}.tab-port-pr-292{padding-right:292px!important}.tab-port-pr-293{padding-right:293px!important}.tab-port-pr-294{padding-right:294px!important}.tab-port-pr-295{padding-right:295px!important}.tab-port-pr-296{padding-right:296px!important}.tab-port-pr-297{padding-right:297px!important}.tab-port-pr-298{padding-right:298px!important}.tab-port-pr-299{padding-right:299px!important}.tab-port-pr-300{padding-right:300px!important}.tab-port-pr-301{padding-right:301px!important}.tab-port-pr-302{padding-right:302px!important}.tab-port-pr-303{padding-right:303px!important}.tab-port-pr-304{padding-right:304px!important}.tab-port-pr-305{padding-right:305px!important}.tab-port-pr-306{padding-right:306px!important}.tab-port-pr-307{padding-right:307px!important}.tab-port-pr-308{padding-right:308px!important}.tab-port-pr-309{padding-right:309px!important}.tab-port-pr-310{padding-right:310px!important}.tab-port-pr-311{padding-right:311px!important}.tab-port-pr-312{padding-right:312px!important}.tab-port-pr-313{padding-right:313px!important}.tab-port-pr-314{padding-right:314px!important}.tab-port-pr-315{padding-right:315px!important}.tab-port-pr-316{padding-right:316px!important}.tab-port-pr-317{padding-right:317px!important}.tab-port-pr-318{padding-right:318px!important}.tab-port-pr-319{padding-right:319px!important}.tab-port-pr-320{padding-right:320px!important}.tab-port-pr-321{padding-right:321px!important}.tab-port-pr-322{padding-right:322px!important}.tab-port-pr-323{padding-right:323px!important}.tab-port-pr-324{padding-right:324px!important}.tab-port-pr-325{padding-right:325px!important}.tab-port-pr-326{padding-right:326px!important}.tab-port-pr-327{padding-right:327px!important}.tab-port-pr-328{padding-right:328px!important}.tab-port-pr-329{padding-right:329px!important}.tab-port-pr-330{padding-right:330px!important}.tab-port-pr-331{padding-right:331px!important}.tab-port-pr-332{padding-right:332px!important}.tab-port-pr-333{padding-right:333px!important}.tab-port-pr-334{padding-right:334px!important}.tab-port-pr-335{padding-right:335px!important}.tab-port-pr-336{padding-right:336px!important}.tab-port-pr-337{padding-right:337px!important}.tab-port-pr-338{padding-right:338px!important}.tab-port-pr-339{padding-right:339px!important}.tab-port-pr-340{padding-right:340px!important}.tab-port-pr-341{padding-right:341px!important}.tab-port-pr-342{padding-right:342px!important}.tab-port-pr-343{padding-right:343px!important}.tab-port-pr-344{padding-right:344px!important}.tab-port-pr-345{padding-right:345px!important}.tab-port-pr-346{padding-right:346px!important}.tab-port-pr-347{padding-right:347px!important}.tab-port-pr-348{padding-right:348px!important}.tab-port-pr-349{padding-right:349px!important}.tab-port-pr-350{padding-right:350px!important}.tab-port-pr-351{padding-right:351px!important}.tab-port-pr-352{padding-right:352px!important}.tab-port-pr-353{padding-right:353px!important}.tab-port-pr-354{padding-right:354px!important}.tab-port-pr-355{padding-right:355px!important}.tab-port-pr-356{padding-right:356px!important}.tab-port-pr-357{padding-right:357px!important}.tab-port-pr-358{padding-right:358px!important}.tab-port-pr-359{padding-right:359px!important}.tab-port-pr-360{padding-right:360px!important}.tab-port-pr-361{padding-right:361px!important}.tab-port-pr-362{padding-right:362px!important}.tab-port-pr-363{padding-right:363px!important}.tab-port-pr-364{padding-right:364px!important}.tab-port-pr-365{padding-right:365px!important}.tab-port-pr-366{padding-right:366px!important}.tab-port-pr-367{padding-right:367px!important}.tab-port-pr-368{padding-right:368px!important}.tab-port-pr-369{padding-right:369px!important}.tab-port-pr-370{padding-right:370px!important}.tab-port-pr-371{padding-right:371px!important}.tab-port-pr-372{padding-right:372px!important}.tab-port-pr-373{padding-right:373px!important}.tab-port-pr-374{padding-right:374px!important}.tab-port-pr-375{padding-right:375px!important}.tab-port-pr-376{padding-right:376px!important}.tab-port-pr-377{padding-right:377px!important}.tab-port-pr-378{padding-right:378px!important}.tab-port-pr-379{padding-right:379px!important}.tab-port-pr-380{padding-right:380px!important}.tab-port-pr-381{padding-right:381px!important}.tab-port-pr-382{padding-right:382px!important}.tab-port-pr-383{padding-right:383px!important}.tab-port-pr-384{padding-right:384px!important}.tab-port-pr-385{padding-right:385px!important}.tab-port-pr-386{padding-right:386px!important}.tab-port-pr-387{padding-right:387px!important}.tab-port-pr-388{padding-right:388px!important}.tab-port-pr-389{padding-right:389px!important}.tab-port-pr-390{padding-right:390px!important}.tab-port-pr-391{padding-right:391px!important}.tab-port-pr-392{padding-right:392px!important}.tab-port-pr-393{padding-right:393px!important}.tab-port-pr-394{padding-right:394px!important}.tab-port-pr-395{padding-right:395px!important}.tab-port-pr-396{padding-right:396px!important}.tab-port-pr-397{padding-right:397px!important}.tab-port-pr-398{padding-right:398px!important}.tab-port-pr-399{padding-right:399px!important}.tab-port-pr-400{padding-right:400px!important}.tab-port-pr-401{padding-right:401px!important}.tab-port-pr-402{padding-right:402px!important}.tab-port-pr-403{padding-right:403px!important}.tab-port-pr-404{padding-right:404px!important}.tab-port-pr-405{padding-right:405px!important}.tab-port-pr-406{padding-right:406px!important}.tab-port-pr-407{padding-right:407px!important}.tab-port-pr-408{padding-right:408px!important}.tab-port-pr-409{padding-right:409px!important}.tab-port-pr-410{padding-right:410px!important}.tab-port-pr-411{padding-right:411px!important}.tab-port-pr-412{padding-right:412px!important}.tab-port-pr-413{padding-right:413px!important}.tab-port-pr-414{padding-right:414px!important}.tab-port-pr-415{padding-right:415px!important}.tab-port-pr-416{padding-right:416px!important}.tab-port-pr-417{padding-right:417px!important}.tab-port-pr-418{padding-right:418px!important}.tab-port-pr-419{padding-right:419px!important}.tab-port-pr-420{padding-right:420px!important}.tab-port-pr-421{padding-right:421px!important}.tab-port-pr-422{padding-right:422px!important}.tab-port-pr-423{padding-right:423px!important}.tab-port-pr-424{padding-right:424px!important}.tab-port-pr-425{padding-right:425px!important}.tab-port-pr-426{padding-right:426px!important}.tab-port-pr-427{padding-right:427px!important}.tab-port-pr-428{padding-right:428px!important}.tab-port-pr-429{padding-right:429px!important}.tab-port-pr-430{padding-right:430px!important}.tab-port-pr-431{padding-right:431px!important}.tab-port-pr-432{padding-right:432px!important}.tab-port-pr-433{padding-right:433px!important}.tab-port-pr-434{padding-right:434px!important}.tab-port-pr-435{padding-right:435px!important}.tab-port-pr-436{padding-right:436px!important}.tab-port-pr-437{padding-right:437px!important}.tab-port-pr-438{padding-right:438px!important}.tab-port-pr-439{padding-right:439px!important}.tab-port-pr-440{padding-right:440px!important}.tab-port-pr-441{padding-right:441px!important}.tab-port-pr-442{padding-right:442px!important}.tab-port-pr-443{padding-right:443px!important}.tab-port-pr-444{padding-right:444px!important}.tab-port-pr-445{padding-right:445px!important}.tab-port-pr-446{padding-right:446px!important}.tab-port-pr-447{padding-right:447px!important}.tab-port-pr-448{padding-right:448px!important}.tab-port-pr-449{padding-right:449px!important}.tab-port-pr-450{padding-right:450px!important}.tab-port-pr-451{padding-right:451px!important}.tab-port-pr-452{padding-right:452px!important}.tab-port-pr-453{padding-right:453px!important}.tab-port-pr-454{padding-right:454px!important}.tab-port-pr-455{padding-right:455px!important}.tab-port-pr-456{padding-right:456px!important}.tab-port-pr-457{padding-right:457px!important}.tab-port-pr-458{padding-right:458px!important}.tab-port-pr-459{padding-right:459px!important}.tab-port-pr-460{padding-right:460px!important}.tab-port-pr-461{padding-right:461px!important}.tab-port-pr-462{padding-right:462px!important}.tab-port-pr-463{padding-right:463px!important}.tab-port-pr-464{padding-right:464px!important}.tab-port-pr-465{padding-right:465px!important}.tab-port-pr-466{padding-right:466px!important}.tab-port-pr-467{padding-right:467px!important}.tab-port-pr-468{padding-right:468px!important}.tab-port-pr-469{padding-right:469px!important}.tab-port-pr-470{padding-right:470px!important}.tab-port-pr-471{padding-right:471px!important}.tab-port-pr-472{padding-right:472px!important}.tab-port-pr-473{padding-right:473px!important}.tab-port-pr-474{padding-right:474px!important}.tab-port-pr-475{padding-right:475px!important}.tab-port-pr-476{padding-right:476px!important}.tab-port-pr-477{padding-right:477px!important}.tab-port-pr-478{padding-right:478px!important}.tab-port-pr-479{padding-right:479px!important}.tab-port-pr-480{padding-right:480px!important}.tab-port-pr-481{padding-right:481px!important}.tab-port-pr-482{padding-right:482px!important}.tab-port-pr-483{padding-right:483px!important}.tab-port-pr-484{padding-right:484px!important}.tab-port-pr-485{padding-right:485px!important}.tab-port-pr-486{padding-right:486px!important}.tab-port-pr-487{padding-right:487px!important}.tab-port-pr-488{padding-right:488px!important}.tab-port-pr-489{padding-right:489px!important}.tab-port-pr-490{padding-right:490px!important}.tab-port-pr-491{padding-right:491px!important}.tab-port-pr-492{padding-right:492px!important}.tab-port-pr-493{padding-right:493px!important}.tab-port-pr-494{padding-right:494px!important}.tab-port-pr-495{padding-right:495px!important}.tab-port-pr-496{padding-right:496px!important}.tab-port-pr-497{padding-right:497px!important}.tab-port-pr-498{padding-right:498px!important}.tab-port-pr-499{padding-right:499px!important}.tab-port-pr-500{padding-right:500px!important}.tab-port-pr-501{padding-right:501px!important}.tab-port-pr-502{padding-right:502px!important}.tab-port-pr-503{padding-right:503px!important}.tab-port-pr-504{padding-right:504px!important}.tab-port-pr-505{padding-right:505px!important}.tab-port-pr-506{padding-right:506px!important}.tab-port-pr-507{padding-right:507px!important}.tab-port-pr-508{padding-right:508px!important}.tab-port-pr-509{padding-right:509px!important}.tab-port-pr-510{padding-right:510px!important}.tab-port-pr-511{padding-right:511px!important}.tab-port-pr-512{padding-right:512px!important}.tab-port-pr-513{padding-right:513px!important}.tab-port-pr-514{padding-right:514px!important}.tab-port-pr-515{padding-right:515px!important}.tab-port-pr-516{padding-right:516px!important}.tab-port-pr-517{padding-right:517px!important}.tab-port-pr-518{padding-right:518px!important}.tab-port-pr-519{padding-right:519px!important}.tab-port-pr-520{padding-right:520px!important}.tab-port-pr-521{padding-right:521px!important}.tab-port-pr-522{padding-right:522px!important}.tab-port-pr-523{padding-right:523px!important}.tab-port-pr-524{padding-right:524px!important}.tab-port-pr-525{padding-right:525px!important}.tab-port-pr-526{padding-right:526px!important}.tab-port-pr-527{padding-right:527px!important}.tab-port-pr-528{padding-right:528px!important}.tab-port-pr-529{padding-right:529px!important}.tab-port-pr-530{padding-right:530px!important}.tab-port-pr-531{padding-right:531px!important}.tab-port-pr-532{padding-right:532px!important}.tab-port-pr-533{padding-right:533px!important}.tab-port-pr-534{padding-right:534px!important}.tab-port-pr-535{padding-right:535px!important}.tab-port-pr-536{padding-right:536px!important}.tab-port-pr-537{padding-right:537px!important}.tab-port-pr-538{padding-right:538px!important}.tab-port-pr-539{padding-right:539px!important}.tab-port-pr-540{padding-right:540px!important}.tab-port-pr-541{padding-right:541px!important}.tab-port-pr-542{padding-right:542px!important}.tab-port-pr-543{padding-right:543px!important}.tab-port-pr-544{padding-right:544px!important}.tab-port-pr-545{padding-right:545px!important}.tab-port-pr-546{padding-right:546px!important}.tab-port-pr-547{padding-right:547px!important}.tab-port-pr-548{padding-right:548px!important}.tab-port-pr-549{padding-right:549px!important}.tab-port-pr-550{padding-right:550px!important}.tab-port-pr-551{padding-right:551px!important}.tab-port-pr-552{padding-right:552px!important}.tab-port-pr-553{padding-right:553px!important}.tab-port-pr-554{padding-right:554px!important}.tab-port-pr-555{padding-right:555px!important}.tab-port-pr-556{padding-right:556px!important}.tab-port-pr-557{padding-right:557px!important}.tab-port-pr-558{padding-right:558px!important}.tab-port-pr-559{padding-right:559px!important}.tab-port-pr-560{padding-right:560px!important}.tab-port-pr-561{padding-right:561px!important}.tab-port-pr-562{padding-right:562px!important}.tab-port-pr-563{padding-right:563px!important}.tab-port-pr-564{padding-right:564px!important}.tab-port-pr-565{padding-right:565px!important}.tab-port-pr-566{padding-right:566px!important}.tab-port-pr-567{padding-right:567px!important}.tab-port-pr-568{padding-right:568px!important}.tab-port-pr-569{padding-right:569px!important}.tab-port-pr-570{padding-right:570px!important}.tab-port-pr-571{padding-right:571px!important}.tab-port-pr-572{padding-right:572px!important}.tab-port-pr-573{padding-right:573px!important}.tab-port-pr-574{padding-right:574px!important}.tab-port-pr-575{padding-right:575px!important}.tab-port-pr-576{padding-right:576px!important}.tab-port-pr-577{padding-right:577px!important}.tab-port-pr-578{padding-right:578px!important}.tab-port-pr-579{padding-right:579px!important}.tab-port-pr-580{padding-right:580px!important}.tab-port-pr-581{padding-right:581px!important}.tab-port-pr-582{padding-right:582px!important}.tab-port-pr-583{padding-right:583px!important}.tab-port-pr-584{padding-right:584px!important}.tab-port-pr-585{padding-right:585px!important}.tab-port-pr-586{padding-right:586px!important}.tab-port-pr-587{padding-right:587px!important}.tab-port-pr-588{padding-right:588px!important}.tab-port-pr-589{padding-right:589px!important}.tab-port-pr-590{padding-right:590px!important}.tab-port-pr-591{padding-right:591px!important}.tab-port-pr-592{padding-right:592px!important}.tab-port-pr-593{padding-right:593px!important}.tab-port-pr-594{padding-right:594px!important}.tab-port-pr-595{padding-right:595px!important}.tab-port-pr-596{padding-right:596px!important}.tab-port-pr-597{padding-right:597px!important}.tab-port-pr-598{padding-right:598px!important}.tab-port-pr-599{padding-right:599px!important}.tab-port-pr-600{padding-right:600px!important}.tab-port-pr-601{padding-right:601px!important}.tab-port-pr-602{padding-right:602px!important}.tab-port-pr-603{padding-right:603px!important}.tab-port-pr-604{padding-right:604px!important}.tab-port-pr-605{padding-right:605px!important}.tab-port-pr-606{padding-right:606px!important}.tab-port-pr-607{padding-right:607px!important}.tab-port-pr-608{padding-right:608px!important}.tab-port-pr-609{padding-right:609px!important}.tab-port-pr-610{padding-right:610px!important}.tab-port-pr-611{padding-right:611px!important}.tab-port-pr-612{padding-right:612px!important}.tab-port-pr-613{padding-right:613px!important}.tab-port-pr-614{padding-right:614px!important}.tab-port-pr-615{padding-right:615px!important}.tab-port-pr-616{padding-right:616px!important}.tab-port-pr-617{padding-right:617px!important}.tab-port-pr-618{padding-right:618px!important}.tab-port-pr-619{padding-right:619px!important}.tab-port-pr-620{padding-right:620px!important}.tab-port-pr-621{padding-right:621px!important}.tab-port-pr-622{padding-right:622px!important}.tab-port-pr-623{padding-right:623px!important}.tab-port-pr-624{padding-right:624px!important}.tab-port-pr-625{padding-right:625px!important}.tab-port-pr-626{padding-right:626px!important}.tab-port-pr-627{padding-right:627px!important}.tab-port-pr-628{padding-right:628px!important}.tab-port-pr-629{padding-right:629px!important}.tab-port-pr-630{padding-right:630px!important}.tab-port-pr-631{padding-right:631px!important}.tab-port-pr-632{padding-right:632px!important}.tab-port-pr-633{padding-right:633px!important}.tab-port-pr-634{padding-right:634px!important}.tab-port-pr-635{padding-right:635px!important}.tab-port-pr-636{padding-right:636px!important}.tab-port-pr-637{padding-right:637px!important}.tab-port-pr-638{padding-right:638px!important}.tab-port-pr-639{padding-right:639px!important}.tab-port-pr-640{padding-right:640px!important}.tab-port-pr-641{padding-right:641px!important}.tab-port-pr-642{padding-right:642px!important}.tab-port-pr-643{padding-right:643px!important}.tab-port-pr-644{padding-right:644px!important}.tab-port-pr-645{padding-right:645px!important}.tab-port-pr-646{padding-right:646px!important}.tab-port-pr-647{padding-right:647px!important}.tab-port-pr-648{padding-right:648px!important}.tab-port-pr-649{padding-right:649px!important}.tab-port-pr-650{padding-right:650px!important}.tab-port-pr-651{padding-right:651px!important}.tab-port-pr-652{padding-right:652px!important}.tab-port-pr-653{padding-right:653px!important}.tab-port-pr-654{padding-right:654px!important}.tab-port-pr-655{padding-right:655px!important}.tab-port-pr-656{padding-right:656px!important}.tab-port-pr-657{padding-right:657px!important}.tab-port-pr-658{padding-right:658px!important}.tab-port-pr-659{padding-right:659px!important}.tab-port-pr-660{padding-right:660px!important}.tab-port-pr-661{padding-right:661px!important}.tab-port-pr-662{padding-right:662px!important}.tab-port-pr-663{padding-right:663px!important}.tab-port-pr-664{padding-right:664px!important}.tab-port-pr-665{padding-right:665px!important}.tab-port-pr-666{padding-right:666px!important}.tab-port-pr-667{padding-right:667px!important}.tab-port-pr-668{padding-right:668px!important}.tab-port-pr-669{padding-right:669px!important}.tab-port-pr-670{padding-right:670px!important}.tab-port-pr-671{padding-right:671px!important}.tab-port-pr-672{padding-right:672px!important}.tab-port-pr-673{padding-right:673px!important}.tab-port-pr-674{padding-right:674px!important}.tab-port-pr-675{padding-right:675px!important}.tab-port-pr-676{padding-right:676px!important}.tab-port-pr-677{padding-right:677px!important}.tab-port-pr-678{padding-right:678px!important}.tab-port-pr-679{padding-right:679px!important}.tab-port-pr-680{padding-right:680px!important}.tab-port-pr-681{padding-right:681px!important}.tab-port-pr-682{padding-right:682px!important}.tab-port-pr-683{padding-right:683px!important}.tab-port-pr-684{padding-right:684px!important}.tab-port-pr-685{padding-right:685px!important}.tab-port-pr-686{padding-right:686px!important}.tab-port-pr-687{padding-right:687px!important}.tab-port-pr-688{padding-right:688px!important}.tab-port-pr-689{padding-right:689px!important}.tab-port-pr-690{padding-right:690px!important}.tab-port-pr-691{padding-right:691px!important}.tab-port-pr-692{padding-right:692px!important}.tab-port-pr-693{padding-right:693px!important}.tab-port-pr-694{padding-right:694px!important}.tab-port-pr-695{padding-right:695px!important}.tab-port-pr-696{padding-right:696px!important}.tab-port-pr-697{padding-right:697px!important}.tab-port-pr-698{padding-right:698px!important}.tab-port-pr-699{padding-right:699px!important}.tab-port-pr-700{padding-right:700px!important}.tab-port-pr-701{padding-right:701px!important}.tab-port-pr-702{padding-right:702px!important}.tab-port-pr-703{padding-right:703px!important}.tab-port-pr-704{padding-right:704px!important}.tab-port-pr-705{padding-right:705px!important}.tab-port-pr-706{padding-right:706px!important}.tab-port-pr-707{padding-right:707px!important}.tab-port-pr-708{padding-right:708px!important}.tab-port-pr-709{padding-right:709px!important}.tab-port-pr-710{padding-right:710px!important}.tab-port-pr-711{padding-right:711px!important}.tab-port-pr-712{padding-right:712px!important}.tab-port-pr-713{padding-right:713px!important}.tab-port-pr-714{padding-right:714px!important}.tab-port-pr-715{padding-right:715px!important}.tab-port-pr-716{padding-right:716px!important}.tab-port-pr-717{padding-right:717px!important}.tab-port-pr-718{padding-right:718px!important}.tab-port-pr-719{padding-right:719px!important}.tab-port-pr-720{padding-right:720px!important}.tab-port-pr-721{padding-right:721px!important}.tab-port-pr-722{padding-right:722px!important}.tab-port-pr-723{padding-right:723px!important}.tab-port-pr-724{padding-right:724px!important}.tab-port-pr-725{padding-right:725px!important}.tab-port-pr-726{padding-right:726px!important}.tab-port-pr-727{padding-right:727px!important}.tab-port-pr-728{padding-right:728px!important}.tab-port-pr-729{padding-right:729px!important}.tab-port-pr-730{padding-right:730px!important}.tab-port-pr-731{padding-right:731px!important}.tab-port-pr-732{padding-right:732px!important}.tab-port-pr-733{padding-right:733px!important}.tab-port-pr-734{padding-right:734px!important}.tab-port-pr-735{padding-right:735px!important}.tab-port-pr-736{padding-right:736px!important}.tab-port-pr-737{padding-right:737px!important}.tab-port-pr-738{padding-right:738px!important}.tab-port-pr-739{padding-right:739px!important}.tab-port-pr-740{padding-right:740px!important}.tab-port-pr-741{padding-right:741px!important}.tab-port-pr-742{padding-right:742px!important}.tab-port-pr-743{padding-right:743px!important}.tab-port-pr-744{padding-right:744px!important}.tab-port-pr-745{padding-right:745px!important}.tab-port-pr-746{padding-right:746px!important}.tab-port-pr-747{padding-right:747px!important}.tab-port-pr-748{padding-right:748px!important}.tab-port-pr-749{padding-right:749px!important}.tab-port-pr-750{padding-right:750px!important}.tab-port-pr-751{padding-right:751px!important}.tab-port-pr-752{padding-right:752px!important}.tab-port-pr-753{padding-right:753px!important}.tab-port-pr-754{padding-right:754px!important}.tab-port-pr-755{padding-right:755px!important}.tab-port-pr-756{padding-right:756px!important}.tab-port-pr-757{padding-right:757px!important}.tab-port-pr-758{padding-right:758px!important}.tab-port-pr-759{padding-right:759px!important}.tab-port-pr-760{padding-right:760px!important}.tab-port-pr-761{padding-right:761px!important}.tab-port-pr-762{padding-right:762px!important}.tab-port-pr-763{padding-right:763px!important}.tab-port-pr-764{padding-right:764px!important}.tab-port-pr-765{padding-right:765px!important}.tab-port-pr-766{padding-right:766px!important}.tab-port-pr-767{padding-right:767px!important}.tab-port-pr-768{padding-right:768px!important}.tab-port-pr-769{padding-right:769px!important}.tab-port-pr-770{padding-right:770px!important}.tab-port-pr-771{padding-right:771px!important}.tab-port-pr-772{padding-right:772px!important}.tab-port-pr-773{padding-right:773px!important}.tab-port-pr-774{padding-right:774px!important}.tab-port-pr-775{padding-right:775px!important}.tab-port-pr-776{padding-right:776px!important}.tab-port-pr-777{padding-right:777px!important}.tab-port-pr-778{padding-right:778px!important}.tab-port-pr-779{padding-right:779px!important}.tab-port-pr-780{padding-right:780px!important}.tab-port-pr-781{padding-right:781px!important}.tab-port-pr-782{padding-right:782px!important}.tab-port-pr-783{padding-right:783px!important}.tab-port-pr-784{padding-right:784px!important}.tab-port-pr-785{padding-right:785px!important}.tab-port-pr-786{padding-right:786px!important}.tab-port-pr-787{padding-right:787px!important}.tab-port-pr-788{padding-right:788px!important}.tab-port-pr-789{padding-right:789px!important}.tab-port-pr-790{padding-right:790px!important}.tab-port-pr-791{padding-right:791px!important}.tab-port-pr-792{padding-right:792px!important}.tab-port-pr-793{padding-right:793px!important}.tab-port-pr-794{padding-right:794px!important}.tab-port-pr-795{padding-right:795px!important}.tab-port-pr-796{padding-right:796px!important}.tab-port-pr-797{padding-right:797px!important}.tab-port-pr-798{padding-right:798px!important}.tab-port-pr-799{padding-right:799px!important}.tab-port-pr-800{padding-right:800px!important}.tab-port-pr-801{padding-right:801px!important}.tab-port-pr-802{padding-right:802px!important}.tab-port-pr-803{padding-right:803px!important}.tab-port-pr-804{padding-right:804px!important}.tab-port-pr-805{padding-right:805px!important}.tab-port-pr-806{padding-right:806px!important}.tab-port-pr-807{padding-right:807px!important}.tab-port-pr-808{padding-right:808px!important}.tab-port-pr-809{padding-right:809px!important}.tab-port-pr-810{padding-right:810px!important}.tab-port-pr-811{padding-right:811px!important}.tab-port-pr-812{padding-right:812px!important}.tab-port-pr-813{padding-right:813px!important}.tab-port-pr-814{padding-right:814px!important}.tab-port-pr-815{padding-right:815px!important}.tab-port-pr-816{padding-right:816px!important}.tab-port-pr-817{padding-right:817px!important}.tab-port-pr-818{padding-right:818px!important}.tab-port-pr-819{padding-right:819px!important}.tab-port-pr-820{padding-right:820px!important}.tab-port-pr-821{padding-right:821px!important}.tab-port-pr-822{padding-right:822px!important}.tab-port-pr-823{padding-right:823px!important}.tab-port-pr-824{padding-right:824px!important}.tab-port-pr-825{padding-right:825px!important}.tab-port-pr-826{padding-right:826px!important}.tab-port-pr-827{padding-right:827px!important}.tab-port-pr-828{padding-right:828px!important}.tab-port-pr-829{padding-right:829px!important}.tab-port-pr-830{padding-right:830px!important}.tab-port-pr-831{padding-right:831px!important}.tab-port-pr-832{padding-right:832px!important}.tab-port-pr-833{padding-right:833px!important}.tab-port-pr-834{padding-right:834px!important}.tab-port-pr-835{padding-right:835px!important}.tab-port-pr-836{padding-right:836px!important}.tab-port-pr-837{padding-right:837px!important}.tab-port-pr-838{padding-right:838px!important}.tab-port-pr-839{padding-right:839px!important}.tab-port-pr-840{padding-right:840px!important}.tab-port-pr-841{padding-right:841px!important}.tab-port-pr-842{padding-right:842px!important}.tab-port-pr-843{padding-right:843px!important}.tab-port-pr-844{padding-right:844px!important}.tab-port-pr-845{padding-right:845px!important}.tab-port-pr-846{padding-right:846px!important}.tab-port-pr-847{padding-right:847px!important}.tab-port-pr-848{padding-right:848px!important}.tab-port-pr-849{padding-right:849px!important}.tab-port-pr-850{padding-right:850px!important}.tab-port-pr-851{padding-right:851px!important}.tab-port-pr-852{padding-right:852px!important}.tab-port-pr-853{padding-right:853px!important}.tab-port-pr-854{padding-right:854px!important}.tab-port-pr-855{padding-right:855px!important}.tab-port-pr-856{padding-right:856px!important}.tab-port-pr-857{padding-right:857px!important}.tab-port-pr-858{padding-right:858px!important}.tab-port-pr-859{padding-right:859px!important}.tab-port-pr-860{padding-right:860px!important}.tab-port-pr-861{padding-right:861px!important}.tab-port-pr-862{padding-right:862px!important}.tab-port-pr-863{padding-right:863px!important}.tab-port-pr-864{padding-right:864px!important}.tab-port-pr-865{padding-right:865px!important}.tab-port-pr-866{padding-right:866px!important}.tab-port-pr-867{padding-right:867px!important}.tab-port-pr-868{padding-right:868px!important}.tab-port-pr-869{padding-right:869px!important}.tab-port-pr-870{padding-right:870px!important}.tab-port-pr-871{padding-right:871px!important}.tab-port-pr-872{padding-right:872px!important}.tab-port-pr-873{padding-right:873px!important}.tab-port-pr-874{padding-right:874px!important}.tab-port-pr-875{padding-right:875px!important}.tab-port-pr-876{padding-right:876px!important}.tab-port-pr-877{padding-right:877px!important}.tab-port-pr-878{padding-right:878px!important}.tab-port-pr-879{padding-right:879px!important}.tab-port-pr-880{padding-right:880px!important}.tab-port-pr-881{padding-right:881px!important}.tab-port-pr-882{padding-right:882px!important}.tab-port-pr-883{padding-right:883px!important}.tab-port-pr-884{padding-right:884px!important}.tab-port-pr-885{padding-right:885px!important}.tab-port-pr-886{padding-right:886px!important}.tab-port-pr-887{padding-right:887px!important}.tab-port-pr-888{padding-right:888px!important}.tab-port-pr-889{padding-right:889px!important}.tab-port-pr-890{padding-right:890px!important}.tab-port-pr-891{padding-right:891px!important}.tab-port-pr-892{padding-right:892px!important}.tab-port-pr-893{padding-right:893px!important}.tab-port-pr-894{padding-right:894px!important}.tab-port-pr-895{padding-right:895px!important}.tab-port-pr-896{padding-right:896px!important}.tab-port-pr-897{padding-right:897px!important}.tab-port-pr-898{padding-right:898px!important}.tab-port-pr-899{padding-right:899px!important}.tab-port-pr-900{padding-right:900px!important}.tab-port-pr-901{padding-right:901px!important}.tab-port-pr-902{padding-right:902px!important}.tab-port-pr-903{padding-right:903px!important}.tab-port-pr-904{padding-right:904px!important}.tab-port-pr-905{padding-right:905px!important}.tab-port-pr-906{padding-right:906px!important}.tab-port-pr-907{padding-right:907px!important}.tab-port-pr-908{padding-right:908px!important}.tab-port-pr-909{padding-right:909px!important}.tab-port-pr-910{padding-right:910px!important}.tab-port-pr-911{padding-right:911px!important}.tab-port-pr-912{padding-right:912px!important}.tab-port-pr-913{padding-right:913px!important}.tab-port-pr-914{padding-right:914px!important}.tab-port-pr-915{padding-right:915px!important}.tab-port-pr-916{padding-right:916px!important}.tab-port-pr-917{padding-right:917px!important}.tab-port-pr-918{padding-right:918px!important}.tab-port-pr-919{padding-right:919px!important}.tab-port-pr-920{padding-right:920px!important}.tab-port-pr-921{padding-right:921px!important}.tab-port-pr-922{padding-right:922px!important}.tab-port-pr-923{padding-right:923px!important}.tab-port-pr-924{padding-right:924px!important}.tab-port-pr-925{padding-right:925px!important}.tab-port-pr-926{padding-right:926px!important}.tab-port-pr-927{padding-right:927px!important}.tab-port-pr-928{padding-right:928px!important}.tab-port-pr-929{padding-right:929px!important}.tab-port-pr-930{padding-right:930px!important}.tab-port-pr-931{padding-right:931px!important}.tab-port-pr-932{padding-right:932px!important}.tab-port-pr-933{padding-right:933px!important}.tab-port-pr-934{padding-right:934px!important}.tab-port-pr-935{padding-right:935px!important}.tab-port-pr-936{padding-right:936px!important}.tab-port-pr-937{padding-right:937px!important}.tab-port-pr-938{padding-right:938px!important}.tab-port-pr-939{padding-right:939px!important}.tab-port-pr-940{padding-right:940px!important}.tab-port-pr-941{padding-right:941px!important}.tab-port-pr-942{padding-right:942px!important}.tab-port-pr-943{padding-right:943px!important}.tab-port-pr-944{padding-right:944px!important}.tab-port-pr-945{padding-right:945px!important}.tab-port-pr-946{padding-right:946px!important}.tab-port-pr-947{padding-right:947px!important}.tab-port-pr-948{padding-right:948px!important}.tab-port-pr-949{padding-right:949px!important}.tab-port-pr-950{padding-right:950px!important}.tab-port-pr-951{padding-right:951px!important}.tab-port-pr-952{padding-right:952px!important}.tab-port-pr-953{padding-right:953px!important}.tab-port-pr-954{padding-right:954px!important}.tab-port-pr-955{padding-right:955px!important}.tab-port-pr-956{padding-right:956px!important}.tab-port-pr-957{padding-right:957px!important}.tab-port-pr-958{padding-right:958px!important}.tab-port-pr-959{padding-right:959px!important}.tab-port-pr-960{padding-right:960px!important}.tab-port-pr-961{padding-right:961px!important}.tab-port-pr-962{padding-right:962px!important}.tab-port-pr-963{padding-right:963px!important}.tab-port-pr-964{padding-right:964px!important}.tab-port-pr-965{padding-right:965px!important}.tab-port-pr-966{padding-right:966px!important}.tab-port-pr-967{padding-right:967px!important}.tab-port-pr-968{padding-right:968px!important}.tab-port-pr-969{padding-right:969px!important}.tab-port-pr-970{padding-right:970px!important}.tab-port-pr-971{padding-right:971px!important}.tab-port-pr-972{padding-right:972px!important}.tab-port-pr-973{padding-right:973px!important}.tab-port-pr-974{padding-right:974px!important}.tab-port-pr-975{padding-right:975px!important}.tab-port-pr-976{padding-right:976px!important}.tab-port-pr-977{padding-right:977px!important}.tab-port-pr-978{padding-right:978px!important}.tab-port-pr-979{padding-right:979px!important}.tab-port-pr-980{padding-right:980px!important}.tab-port-pr-981{padding-right:981px!important}.tab-port-pr-982{padding-right:982px!important}.tab-port-pr-983{padding-right:983px!important}.tab-port-pr-984{padding-right:984px!important}.tab-port-pr-985{padding-right:985px!important}.tab-port-pr-986{padding-right:986px!important}.tab-port-pr-987{padding-right:987px!important}.tab-port-pr-988{padding-right:988px!important}.tab-port-pr-989{padding-right:989px!important}.tab-port-pr-990{padding-right:990px!important}.tab-port-pr-991{padding-right:991px!important}.tab-port-pr-992{padding-right:992px!important}.tab-port-pr-993{padding-right:993px!important}.tab-port-pr-994{padding-right:994px!important}.tab-port-pr-995{padding-right:995px!important}.tab-port-pr-996{padding-right:996px!important}.tab-port-pr-997{padding-right:997px!important}.tab-port-pr-998{padding-right:998px!important}.tab-port-pr-999{padding-right:999px!important}.tab-port-pr-1000{padding-right:1000px!important}.tab-port-pb-0{padding-bottom:0!important}.tab-port-pb-1{padding-bottom:1px!important}.tab-port-pb-2{padding-bottom:2px!important}.tab-port-pb-3{padding-bottom:3px!important}.tab-port-pb-4{padding-bottom:4px!important}.tab-port-pb-5{padding-bottom:5px!important}.tab-port-pb-6{padding-bottom:6px!important}.tab-port-pb-7{padding-bottom:7px!important}.tab-port-pb-8{padding-bottom:8px!important}.tab-port-pb-9{padding-bottom:9px!important}.tab-port-pb-10{padding-bottom:10px!important}.tab-port-pb-11{padding-bottom:11px!important}.tab-port-pb-12{padding-bottom:12px!important}.tab-port-pb-13{padding-bottom:13px!important}.tab-port-pb-14{padding-bottom:14px!important}.tab-port-pb-15{padding-bottom:15px!important}.tab-port-pb-16{padding-bottom:16px!important}.tab-port-pb-17{padding-bottom:17px!important}.tab-port-pb-18{padding-bottom:18px!important}.tab-port-pb-19{padding-bottom:19px!important}.tab-port-pb-20{padding-bottom:20px!important}.tab-port-pb-21{padding-bottom:21px!important}.tab-port-pb-22{padding-bottom:22px!important}.tab-port-pb-23{padding-bottom:23px!important}.tab-port-pb-24{padding-bottom:24px!important}.tab-port-pb-25{padding-bottom:25px!important}.tab-port-pb-26{padding-bottom:26px!important}.tab-port-pb-27{padding-bottom:27px!important}.tab-port-pb-28{padding-bottom:28px!important}.tab-port-pb-29{padding-bottom:29px!important}.tab-port-pb-30{padding-bottom:30px!important}.tab-port-pb-31{padding-bottom:31px!important}.tab-port-pb-32{padding-bottom:32px!important}.tab-port-pb-33{padding-bottom:33px!important}.tab-port-pb-34{padding-bottom:34px!important}.tab-port-pb-35{padding-bottom:35px!important}.tab-port-pb-36{padding-bottom:36px!important}.tab-port-pb-37{padding-bottom:37px!important}.tab-port-pb-38{padding-bottom:38px!important}.tab-port-pb-39{padding-bottom:39px!important}.tab-port-pb-40{padding-bottom:40px!important}.tab-port-pb-41{padding-bottom:41px!important}.tab-port-pb-42{padding-bottom:42px!important}.tab-port-pb-43{padding-bottom:43px!important}.tab-port-pb-44{padding-bottom:44px!important}.tab-port-pb-45{padding-bottom:45px!important}.tab-port-pb-46{padding-bottom:46px!important}.tab-port-pb-47{padding-bottom:47px!important}.tab-port-pb-48{padding-bottom:48px!important}.tab-port-pb-49{padding-bottom:49px!important}.tab-port-pb-50{padding-bottom:50px!important}.tab-port-pb-51{padding-bottom:51px!important}.tab-port-pb-52{padding-bottom:52px!important}.tab-port-pb-53{padding-bottom:53px!important}.tab-port-pb-54{padding-bottom:54px!important}.tab-port-pb-55{padding-bottom:55px!important}.tab-port-pb-56{padding-bottom:56px!important}.tab-port-pb-57{padding-bottom:57px!important}.tab-port-pb-58{padding-bottom:58px!important}.tab-port-pb-59{padding-bottom:59px!important}.tab-port-pb-60{padding-bottom:60px!important}.tab-port-pb-61{padding-bottom:61px!important}.tab-port-pb-62{padding-bottom:62px!important}.tab-port-pb-63{padding-bottom:63px!important}.tab-port-pb-64{padding-bottom:64px!important}.tab-port-pb-65{padding-bottom:65px!important}.tab-port-pb-66{padding-bottom:66px!important}.tab-port-pb-67{padding-bottom:67px!important}.tab-port-pb-68{padding-bottom:68px!important}.tab-port-pb-69{padding-bottom:69px!important}.tab-port-pb-70{padding-bottom:70px!important}.tab-port-pb-71{padding-bottom:71px!important}.tab-port-pb-72{padding-bottom:72px!important}.tab-port-pb-73{padding-bottom:73px!important}.tab-port-pb-74{padding-bottom:74px!important}.tab-port-pb-75{padding-bottom:75px!important}.tab-port-pb-76{padding-bottom:76px!important}.tab-port-pb-77{padding-bottom:77px!important}.tab-port-pb-78{padding-bottom:78px!important}.tab-port-pb-79{padding-bottom:79px!important}.tab-port-pb-80{padding-bottom:80px!important}.tab-port-pb-81{padding-bottom:81px!important}.tab-port-pb-82{padding-bottom:82px!important}.tab-port-pb-83{padding-bottom:83px!important}.tab-port-pb-84{padding-bottom:84px!important}.tab-port-pb-85{padding-bottom:85px!important}.tab-port-pb-86{padding-bottom:86px!important}.tab-port-pb-87{padding-bottom:87px!important}.tab-port-pb-88{padding-bottom:88px!important}.tab-port-pb-89{padding-bottom:89px!important}.tab-port-pb-90{padding-bottom:90px!important}.tab-port-pb-91{padding-bottom:91px!important}.tab-port-pb-92{padding-bottom:92px!important}.tab-port-pb-93{padding-bottom:93px!important}.tab-port-pb-94{padding-bottom:94px!important}.tab-port-pb-95{padding-bottom:95px!important}.tab-port-pb-96{padding-bottom:96px!important}.tab-port-pb-97{padding-bottom:97px!important}.tab-port-pb-98{padding-bottom:98px!important}.tab-port-pb-99{padding-bottom:99px!important}.tab-port-pb-100{padding-bottom:100px!important}.tab-port-pb-101{padding-bottom:101px!important}.tab-port-pb-102{padding-bottom:102px!important}.tab-port-pb-103{padding-bottom:103px!important}.tab-port-pb-104{padding-bottom:104px!important}.tab-port-pb-105{padding-bottom:105px!important}.tab-port-pb-106{padding-bottom:106px!important}.tab-port-pb-107{padding-bottom:107px!important}.tab-port-pb-108{padding-bottom:108px!important}.tab-port-pb-109{padding-bottom:109px!important}.tab-port-pb-110{padding-bottom:110px!important}.tab-port-pb-111{padding-bottom:111px!important}.tab-port-pb-112{padding-bottom:112px!important}.tab-port-pb-113{padding-bottom:113px!important}.tab-port-pb-114{padding-bottom:114px!important}.tab-port-pb-115{padding-bottom:115px!important}.tab-port-pb-116{padding-bottom:116px!important}.tab-port-pb-117{padding-bottom:117px!important}.tab-port-pb-118{padding-bottom:118px!important}.tab-port-pb-119{padding-bottom:119px!important}.tab-port-pb-120{padding-bottom:120px!important}.tab-port-pb-121{padding-bottom:121px!important}.tab-port-pb-122{padding-bottom:122px!important}.tab-port-pb-123{padding-bottom:123px!important}.tab-port-pb-124{padding-bottom:124px!important}.tab-port-pb-125{padding-bottom:125px!important}.tab-port-pb-126{padding-bottom:126px!important}.tab-port-pb-127{padding-bottom:127px!important}.tab-port-pb-128{padding-bottom:128px!important}.tab-port-pb-129{padding-bottom:129px!important}.tab-port-pb-130{padding-bottom:130px!important}.tab-port-pb-131{padding-bottom:131px!important}.tab-port-pb-132{padding-bottom:132px!important}.tab-port-pb-133{padding-bottom:133px!important}.tab-port-pb-134{padding-bottom:134px!important}.tab-port-pb-135{padding-bottom:135px!important}.tab-port-pb-136{padding-bottom:136px!important}.tab-port-pb-137{padding-bottom:137px!important}.tab-port-pb-138{padding-bottom:138px!important}.tab-port-pb-139{padding-bottom:139px!important}.tab-port-pb-140{padding-bottom:140px!important}.tab-port-pb-141{padding-bottom:141px!important}.tab-port-pb-142{padding-bottom:142px!important}.tab-port-pb-143{padding-bottom:143px!important}.tab-port-pb-144{padding-bottom:144px!important}.tab-port-pb-145{padding-bottom:145px!important}.tab-port-pb-146{padding-bottom:146px!important}.tab-port-pb-147{padding-bottom:147px!important}.tab-port-pb-148{padding-bottom:148px!important}.tab-port-pb-149{padding-bottom:149px!important}.tab-port-pb-150{padding-bottom:150px!important}.tab-port-pb-151{padding-bottom:151px!important}.tab-port-pb-152{padding-bottom:152px!important}.tab-port-pb-153{padding-bottom:153px!important}.tab-port-pb-154{padding-bottom:154px!important}.tab-port-pb-155{padding-bottom:155px!important}.tab-port-pb-156{padding-bottom:156px!important}.tab-port-pb-157{padding-bottom:157px!important}.tab-port-pb-158{padding-bottom:158px!important}.tab-port-pb-159{padding-bottom:159px!important}.tab-port-pb-160{padding-bottom:160px!important}.tab-port-pb-161{padding-bottom:161px!important}.tab-port-pb-162{padding-bottom:162px!important}.tab-port-pb-163{padding-bottom:163px!important}.tab-port-pb-164{padding-bottom:164px!important}.tab-port-pb-165{padding-bottom:165px!important}.tab-port-pb-166{padding-bottom:166px!important}.tab-port-pb-167{padding-bottom:167px!important}.tab-port-pb-168{padding-bottom:168px!important}.tab-port-pb-169{padding-bottom:169px!important}.tab-port-pb-170{padding-bottom:170px!important}.tab-port-pb-171{padding-bottom:171px!important}.tab-port-pb-172{padding-bottom:172px!important}.tab-port-pb-173{padding-bottom:173px!important}.tab-port-pb-174{padding-bottom:174px!important}.tab-port-pb-175{padding-bottom:175px!important}.tab-port-pb-176{padding-bottom:176px!important}.tab-port-pb-177{padding-bottom:177px!important}.tab-port-pb-178{padding-bottom:178px!important}.tab-port-pb-179{padding-bottom:179px!important}.tab-port-pb-180{padding-bottom:180px!important}.tab-port-pb-181{padding-bottom:181px!important}.tab-port-pb-182{padding-bottom:182px!important}.tab-port-pb-183{padding-bottom:183px!important}.tab-port-pb-184{padding-bottom:184px!important}.tab-port-pb-185{padding-bottom:185px!important}.tab-port-pb-186{padding-bottom:186px!important}.tab-port-pb-187{padding-bottom:187px!important}.tab-port-pb-188{padding-bottom:188px!important}.tab-port-pb-189{padding-bottom:189px!important}.tab-port-pb-190{padding-bottom:190px!important}.tab-port-pb-191{padding-bottom:191px!important}.tab-port-pb-192{padding-bottom:192px!important}.tab-port-pb-193{padding-bottom:193px!important}.tab-port-pb-194{padding-bottom:194px!important}.tab-port-pb-195{padding-bottom:195px!important}.tab-port-pb-196{padding-bottom:196px!important}.tab-port-pb-197{padding-bottom:197px!important}.tab-port-pb-198{padding-bottom:198px!important}.tab-port-pb-199{padding-bottom:199px!important}.tab-port-pb-200{padding-bottom:200px!important}.tab-port-pb-201{padding-bottom:201px!important}.tab-port-pb-202{padding-bottom:202px!important}.tab-port-pb-203{padding-bottom:203px!important}.tab-port-pb-204{padding-bottom:204px!important}.tab-port-pb-205{padding-bottom:205px!important}.tab-port-pb-206{padding-bottom:206px!important}.tab-port-pb-207{padding-bottom:207px!important}.tab-port-pb-208{padding-bottom:208px!important}.tab-port-pb-209{padding-bottom:209px!important}.tab-port-pb-210{padding-bottom:210px!important}.tab-port-pb-211{padding-bottom:211px!important}.tab-port-pb-212{padding-bottom:212px!important}.tab-port-pb-213{padding-bottom:213px!important}.tab-port-pb-214{padding-bottom:214px!important}.tab-port-pb-215{padding-bottom:215px!important}.tab-port-pb-216{padding-bottom:216px!important}.tab-port-pb-217{padding-bottom:217px!important}.tab-port-pb-218{padding-bottom:218px!important}.tab-port-pb-219{padding-bottom:219px!important}.tab-port-pb-220{padding-bottom:220px!important}.tab-port-pb-221{padding-bottom:221px!important}.tab-port-pb-222{padding-bottom:222px!important}.tab-port-pb-223{padding-bottom:223px!important}.tab-port-pb-224{padding-bottom:224px!important}.tab-port-pb-225{padding-bottom:225px!important}.tab-port-pb-226{padding-bottom:226px!important}.tab-port-pb-227{padding-bottom:227px!important}.tab-port-pb-228{padding-bottom:228px!important}.tab-port-pb-229{padding-bottom:229px!important}.tab-port-pb-230{padding-bottom:230px!important}.tab-port-pb-231{padding-bottom:231px!important}.tab-port-pb-232{padding-bottom:232px!important}.tab-port-pb-233{padding-bottom:233px!important}.tab-port-pb-234{padding-bottom:234px!important}.tab-port-pb-235{padding-bottom:235px!important}.tab-port-pb-236{padding-bottom:236px!important}.tab-port-pb-237{padding-bottom:237px!important}.tab-port-pb-238{padding-bottom:238px!important}.tab-port-pb-239{padding-bottom:239px!important}.tab-port-pb-240{padding-bottom:240px!important}.tab-port-pb-241{padding-bottom:241px!important}.tab-port-pb-242{padding-bottom:242px!important}.tab-port-pb-243{padding-bottom:243px!important}.tab-port-pb-244{padding-bottom:244px!important}.tab-port-pb-245{padding-bottom:245px!important}.tab-port-pb-246{padding-bottom:246px!important}.tab-port-pb-247{padding-bottom:247px!important}.tab-port-pb-248{padding-bottom:248px!important}.tab-port-pb-249{padding-bottom:249px!important}.tab-port-pb-250{padding-bottom:250px!important}.tab-port-pb-251{padding-bottom:251px!important}.tab-port-pb-252{padding-bottom:252px!important}.tab-port-pb-253{padding-bottom:253px!important}.tab-port-pb-254{padding-bottom:254px!important}.tab-port-pb-255{padding-bottom:255px!important}.tab-port-pb-256{padding-bottom:256px!important}.tab-port-pb-257{padding-bottom:257px!important}.tab-port-pb-258{padding-bottom:258px!important}.tab-port-pb-259{padding-bottom:259px!important}.tab-port-pb-260{padding-bottom:260px!important}.tab-port-pb-261{padding-bottom:261px!important}.tab-port-pb-262{padding-bottom:262px!important}.tab-port-pb-263{padding-bottom:263px!important}.tab-port-pb-264{padding-bottom:264px!important}.tab-port-pb-265{padding-bottom:265px!important}.tab-port-pb-266{padding-bottom:266px!important}.tab-port-pb-267{padding-bottom:267px!important}.tab-port-pb-268{padding-bottom:268px!important}.tab-port-pb-269{padding-bottom:269px!important}.tab-port-pb-270{padding-bottom:270px!important}.tab-port-pb-271{padding-bottom:271px!important}.tab-port-pb-272{padding-bottom:272px!important}.tab-port-pb-273{padding-bottom:273px!important}.tab-port-pb-274{padding-bottom:274px!important}.tab-port-pb-275{padding-bottom:275px!important}.tab-port-pb-276{padding-bottom:276px!important}.tab-port-pb-277{padding-bottom:277px!important}.tab-port-pb-278{padding-bottom:278px!important}.tab-port-pb-279{padding-bottom:279px!important}.tab-port-pb-280{padding-bottom:280px!important}.tab-port-pb-281{padding-bottom:281px!important}.tab-port-pb-282{padding-bottom:282px!important}.tab-port-pb-283{padding-bottom:283px!important}.tab-port-pb-284{padding-bottom:284px!important}.tab-port-pb-285{padding-bottom:285px!important}.tab-port-pb-286{padding-bottom:286px!important}.tab-port-pb-287{padding-bottom:287px!important}.tab-port-pb-288{padding-bottom:288px!important}.tab-port-pb-289{padding-bottom:289px!important}.tab-port-pb-290{padding-bottom:290px!important}.tab-port-pb-291{padding-bottom:291px!important}.tab-port-pb-292{padding-bottom:292px!important}.tab-port-pb-293{padding-bottom:293px!important}.tab-port-pb-294{padding-bottom:294px!important}.tab-port-pb-295{padding-bottom:295px!important}.tab-port-pb-296{padding-bottom:296px!important}.tab-port-pb-297{padding-bottom:297px!important}.tab-port-pb-298{padding-bottom:298px!important}.tab-port-pb-299{padding-bottom:299px!important}.tab-port-pb-300{padding-bottom:300px!important}.tab-port-pb-301{padding-bottom:301px!important}.tab-port-pb-302{padding-bottom:302px!important}.tab-port-pb-303{padding-bottom:303px!important}.tab-port-pb-304{padding-bottom:304px!important}.tab-port-pb-305{padding-bottom:305px!important}.tab-port-pb-306{padding-bottom:306px!important}.tab-port-pb-307{padding-bottom:307px!important}.tab-port-pb-308{padding-bottom:308px!important}.tab-port-pb-309{padding-bottom:309px!important}.tab-port-pb-310{padding-bottom:310px!important}.tab-port-pb-311{padding-bottom:311px!important}.tab-port-pb-312{padding-bottom:312px!important}.tab-port-pb-313{padding-bottom:313px!important}.tab-port-pb-314{padding-bottom:314px!important}.tab-port-pb-315{padding-bottom:315px!important}.tab-port-pb-316{padding-bottom:316px!important}.tab-port-pb-317{padding-bottom:317px!important}.tab-port-pb-318{padding-bottom:318px!important}.tab-port-pb-319{padding-bottom:319px!important}.tab-port-pb-320{padding-bottom:320px!important}.tab-port-pb-321{padding-bottom:321px!important}.tab-port-pb-322{padding-bottom:322px!important}.tab-port-pb-323{padding-bottom:323px!important}.tab-port-pb-324{padding-bottom:324px!important}.tab-port-pb-325{padding-bottom:325px!important}.tab-port-pb-326{padding-bottom:326px!important}.tab-port-pb-327{padding-bottom:327px!important}.tab-port-pb-328{padding-bottom:328px!important}.tab-port-pb-329{padding-bottom:329px!important}.tab-port-pb-330{padding-bottom:330px!important}.tab-port-pb-331{padding-bottom:331px!important}.tab-port-pb-332{padding-bottom:332px!important}.tab-port-pb-333{padding-bottom:333px!important}.tab-port-pb-334{padding-bottom:334px!important}.tab-port-pb-335{padding-bottom:335px!important}.tab-port-pb-336{padding-bottom:336px!important}.tab-port-pb-337{padding-bottom:337px!important}.tab-port-pb-338{padding-bottom:338px!important}.tab-port-pb-339{padding-bottom:339px!important}.tab-port-pb-340{padding-bottom:340px!important}.tab-port-pb-341{padding-bottom:341px!important}.tab-port-pb-342{padding-bottom:342px!important}.tab-port-pb-343{padding-bottom:343px!important}.tab-port-pb-344{padding-bottom:344px!important}.tab-port-pb-345{padding-bottom:345px!important}.tab-port-pb-346{padding-bottom:346px!important}.tab-port-pb-347{padding-bottom:347px!important}.tab-port-pb-348{padding-bottom:348px!important}.tab-port-pb-349{padding-bottom:349px!important}.tab-port-pb-350{padding-bottom:350px!important}.tab-port-pb-351{padding-bottom:351px!important}.tab-port-pb-352{padding-bottom:352px!important}.tab-port-pb-353{padding-bottom:353px!important}.tab-port-pb-354{padding-bottom:354px!important}.tab-port-pb-355{padding-bottom:355px!important}.tab-port-pb-356{padding-bottom:356px!important}.tab-port-pb-357{padding-bottom:357px!important}.tab-port-pb-358{padding-bottom:358px!important}.tab-port-pb-359{padding-bottom:359px!important}.tab-port-pb-360{padding-bottom:360px!important}.tab-port-pb-361{padding-bottom:361px!important}.tab-port-pb-362{padding-bottom:362px!important}.tab-port-pb-363{padding-bottom:363px!important}.tab-port-pb-364{padding-bottom:364px!important}.tab-port-pb-365{padding-bottom:365px!important}.tab-port-pb-366{padding-bottom:366px!important}.tab-port-pb-367{padding-bottom:367px!important}.tab-port-pb-368{padding-bottom:368px!important}.tab-port-pb-369{padding-bottom:369px!important}.tab-port-pb-370{padding-bottom:370px!important}.tab-port-pb-371{padding-bottom:371px!important}.tab-port-pb-372{padding-bottom:372px!important}.tab-port-pb-373{padding-bottom:373px!important}.tab-port-pb-374{padding-bottom:374px!important}.tab-port-pb-375{padding-bottom:375px!important}.tab-port-pb-376{padding-bottom:376px!important}.tab-port-pb-377{padding-bottom:377px!important}.tab-port-pb-378{padding-bottom:378px!important}.tab-port-pb-379{padding-bottom:379px!important}.tab-port-pb-380{padding-bottom:380px!important}.tab-port-pb-381{padding-bottom:381px!important}.tab-port-pb-382{padding-bottom:382px!important}.tab-port-pb-383{padding-bottom:383px!important}.tab-port-pb-384{padding-bottom:384px!important}.tab-port-pb-385{padding-bottom:385px!important}.tab-port-pb-386{padding-bottom:386px!important}.tab-port-pb-387{padding-bottom:387px!important}.tab-port-pb-388{padding-bottom:388px!important}.tab-port-pb-389{padding-bottom:389px!important}.tab-port-pb-390{padding-bottom:390px!important}.tab-port-pb-391{padding-bottom:391px!important}.tab-port-pb-392{padding-bottom:392px!important}.tab-port-pb-393{padding-bottom:393px!important}.tab-port-pb-394{padding-bottom:394px!important}.tab-port-pb-395{padding-bottom:395px!important}.tab-port-pb-396{padding-bottom:396px!important}.tab-port-pb-397{padding-bottom:397px!important}.tab-port-pb-398{padding-bottom:398px!important}.tab-port-pb-399{padding-bottom:399px!important}.tab-port-pb-400{padding-bottom:400px!important}.tab-port-pb-401{padding-bottom:401px!important}.tab-port-pb-402{padding-bottom:402px!important}.tab-port-pb-403{padding-bottom:403px!important}.tab-port-pb-404{padding-bottom:404px!important}.tab-port-pb-405{padding-bottom:405px!important}.tab-port-pb-406{padding-bottom:406px!important}.tab-port-pb-407{padding-bottom:407px!important}.tab-port-pb-408{padding-bottom:408px!important}.tab-port-pb-409{padding-bottom:409px!important}.tab-port-pb-410{padding-bottom:410px!important}.tab-port-pb-411{padding-bottom:411px!important}.tab-port-pb-412{padding-bottom:412px!important}.tab-port-pb-413{padding-bottom:413px!important}.tab-port-pb-414{padding-bottom:414px!important}.tab-port-pb-415{padding-bottom:415px!important}.tab-port-pb-416{padding-bottom:416px!important}.tab-port-pb-417{padding-bottom:417px!important}.tab-port-pb-418{padding-bottom:418px!important}.tab-port-pb-419{padding-bottom:419px!important}.tab-port-pb-420{padding-bottom:420px!important}.tab-port-pb-421{padding-bottom:421px!important}.tab-port-pb-422{padding-bottom:422px!important}.tab-port-pb-423{padding-bottom:423px!important}.tab-port-pb-424{padding-bottom:424px!important}.tab-port-pb-425{padding-bottom:425px!important}.tab-port-pb-426{padding-bottom:426px!important}.tab-port-pb-427{padding-bottom:427px!important}.tab-port-pb-428{padding-bottom:428px!important}.tab-port-pb-429{padding-bottom:429px!important}.tab-port-pb-430{padding-bottom:430px!important}.tab-port-pb-431{padding-bottom:431px!important}.tab-port-pb-432{padding-bottom:432px!important}.tab-port-pb-433{padding-bottom:433px!important}.tab-port-pb-434{padding-bottom:434px!important}.tab-port-pb-435{padding-bottom:435px!important}.tab-port-pb-436{padding-bottom:436px!important}.tab-port-pb-437{padding-bottom:437px!important}.tab-port-pb-438{padding-bottom:438px!important}.tab-port-pb-439{padding-bottom:439px!important}.tab-port-pb-440{padding-bottom:440px!important}.tab-port-pb-441{padding-bottom:441px!important}.tab-port-pb-442{padding-bottom:442px!important}.tab-port-pb-443{padding-bottom:443px!important}.tab-port-pb-444{padding-bottom:444px!important}.tab-port-pb-445{padding-bottom:445px!important}.tab-port-pb-446{padding-bottom:446px!important}.tab-port-pb-447{padding-bottom:447px!important}.tab-port-pb-448{padding-bottom:448px!important}.tab-port-pb-449{padding-bottom:449px!important}.tab-port-pb-450{padding-bottom:450px!important}.tab-port-pb-451{padding-bottom:451px!important}.tab-port-pb-452{padding-bottom:452px!important}.tab-port-pb-453{padding-bottom:453px!important}.tab-port-pb-454{padding-bottom:454px!important}.tab-port-pb-455{padding-bottom:455px!important}.tab-port-pb-456{padding-bottom:456px!important}.tab-port-pb-457{padding-bottom:457px!important}.tab-port-pb-458{padding-bottom:458px!important}.tab-port-pb-459{padding-bottom:459px!important}.tab-port-pb-460{padding-bottom:460px!important}.tab-port-pb-461{padding-bottom:461px!important}.tab-port-pb-462{padding-bottom:462px!important}.tab-port-pb-463{padding-bottom:463px!important}.tab-port-pb-464{padding-bottom:464px!important}.tab-port-pb-465{padding-bottom:465px!important}.tab-port-pb-466{padding-bottom:466px!important}.tab-port-pb-467{padding-bottom:467px!important}.tab-port-pb-468{padding-bottom:468px!important}.tab-port-pb-469{padding-bottom:469px!important}.tab-port-pb-470{padding-bottom:470px!important}.tab-port-pb-471{padding-bottom:471px!important}.tab-port-pb-472{padding-bottom:472px!important}.tab-port-pb-473{padding-bottom:473px!important}.tab-port-pb-474{padding-bottom:474px!important}.tab-port-pb-475{padding-bottom:475px!important}.tab-port-pb-476{padding-bottom:476px!important}.tab-port-pb-477{padding-bottom:477px!important}.tab-port-pb-478{padding-bottom:478px!important}.tab-port-pb-479{padding-bottom:479px!important}.tab-port-pb-480{padding-bottom:480px!important}.tab-port-pb-481{padding-bottom:481px!important}.tab-port-pb-482{padding-bottom:482px!important}.tab-port-pb-483{padding-bottom:483px!important}.tab-port-pb-484{padding-bottom:484px!important}.tab-port-pb-485{padding-bottom:485px!important}.tab-port-pb-486{padding-bottom:486px!important}.tab-port-pb-487{padding-bottom:487px!important}.tab-port-pb-488{padding-bottom:488px!important}.tab-port-pb-489{padding-bottom:489px!important}.tab-port-pb-490{padding-bottom:490px!important}.tab-port-pb-491{padding-bottom:491px!important}.tab-port-pb-492{padding-bottom:492px!important}.tab-port-pb-493{padding-bottom:493px!important}.tab-port-pb-494{padding-bottom:494px!important}.tab-port-pb-495{padding-bottom:495px!important}.tab-port-pb-496{padding-bottom:496px!important}.tab-port-pb-497{padding-bottom:497px!important}.tab-port-pb-498{padding-bottom:498px!important}.tab-port-pb-499{padding-bottom:499px!important}.tab-port-pb-500{padding-bottom:500px!important}.tab-port-pb-501{padding-bottom:501px!important}.tab-port-pb-502{padding-bottom:502px!important}.tab-port-pb-503{padding-bottom:503px!important}.tab-port-pb-504{padding-bottom:504px!important}.tab-port-pb-505{padding-bottom:505px!important}.tab-port-pb-506{padding-bottom:506px!important}.tab-port-pb-507{padding-bottom:507px!important}.tab-port-pb-508{padding-bottom:508px!important}.tab-port-pb-509{padding-bottom:509px!important}.tab-port-pb-510{padding-bottom:510px!important}.tab-port-pb-511{padding-bottom:511px!important}.tab-port-pb-512{padding-bottom:512px!important}.tab-port-pb-513{padding-bottom:513px!important}.tab-port-pb-514{padding-bottom:514px!important}.tab-port-pb-515{padding-bottom:515px!important}.tab-port-pb-516{padding-bottom:516px!important}.tab-port-pb-517{padding-bottom:517px!important}.tab-port-pb-518{padding-bottom:518px!important}.tab-port-pb-519{padding-bottom:519px!important}.tab-port-pb-520{padding-bottom:520px!important}.tab-port-pb-521{padding-bottom:521px!important}.tab-port-pb-522{padding-bottom:522px!important}.tab-port-pb-523{padding-bottom:523px!important}.tab-port-pb-524{padding-bottom:524px!important}.tab-port-pb-525{padding-bottom:525px!important}.tab-port-pb-526{padding-bottom:526px!important}.tab-port-pb-527{padding-bottom:527px!important}.tab-port-pb-528{padding-bottom:528px!important}.tab-port-pb-529{padding-bottom:529px!important}.tab-port-pb-530{padding-bottom:530px!important}.tab-port-pb-531{padding-bottom:531px!important}.tab-port-pb-532{padding-bottom:532px!important}.tab-port-pb-533{padding-bottom:533px!important}.tab-port-pb-534{padding-bottom:534px!important}.tab-port-pb-535{padding-bottom:535px!important}.tab-port-pb-536{padding-bottom:536px!important}.tab-port-pb-537{padding-bottom:537px!important}.tab-port-pb-538{padding-bottom:538px!important}.tab-port-pb-539{padding-bottom:539px!important}.tab-port-pb-540{padding-bottom:540px!important}.tab-port-pb-541{padding-bottom:541px!important}.tab-port-pb-542{padding-bottom:542px!important}.tab-port-pb-543{padding-bottom:543px!important}.tab-port-pb-544{padding-bottom:544px!important}.tab-port-pb-545{padding-bottom:545px!important}.tab-port-pb-546{padding-bottom:546px!important}.tab-port-pb-547{padding-bottom:547px!important}.tab-port-pb-548{padding-bottom:548px!important}.tab-port-pb-549{padding-bottom:549px!important}.tab-port-pb-550{padding-bottom:550px!important}.tab-port-pb-551{padding-bottom:551px!important}.tab-port-pb-552{padding-bottom:552px!important}.tab-port-pb-553{padding-bottom:553px!important}.tab-port-pb-554{padding-bottom:554px!important}.tab-port-pb-555{padding-bottom:555px!important}.tab-port-pb-556{padding-bottom:556px!important}.tab-port-pb-557{padding-bottom:557px!important}.tab-port-pb-558{padding-bottom:558px!important}.tab-port-pb-559{padding-bottom:559px!important}.tab-port-pb-560{padding-bottom:560px!important}.tab-port-pb-561{padding-bottom:561px!important}.tab-port-pb-562{padding-bottom:562px!important}.tab-port-pb-563{padding-bottom:563px!important}.tab-port-pb-564{padding-bottom:564px!important}.tab-port-pb-565{padding-bottom:565px!important}.tab-port-pb-566{padding-bottom:566px!important}.tab-port-pb-567{padding-bottom:567px!important}.tab-port-pb-568{padding-bottom:568px!important}.tab-port-pb-569{padding-bottom:569px!important}.tab-port-pb-570{padding-bottom:570px!important}.tab-port-pb-571{padding-bottom:571px!important}.tab-port-pb-572{padding-bottom:572px!important}.tab-port-pb-573{padding-bottom:573px!important}.tab-port-pb-574{padding-bottom:574px!important}.tab-port-pb-575{padding-bottom:575px!important}.tab-port-pb-576{padding-bottom:576px!important}.tab-port-pb-577{padding-bottom:577px!important}.tab-port-pb-578{padding-bottom:578px!important}.tab-port-pb-579{padding-bottom:579px!important}.tab-port-pb-580{padding-bottom:580px!important}.tab-port-pb-581{padding-bottom:581px!important}.tab-port-pb-582{padding-bottom:582px!important}.tab-port-pb-583{padding-bottom:583px!important}.tab-port-pb-584{padding-bottom:584px!important}.tab-port-pb-585{padding-bottom:585px!important}.tab-port-pb-586{padding-bottom:586px!important}.tab-port-pb-587{padding-bottom:587px!important}.tab-port-pb-588{padding-bottom:588px!important}.tab-port-pb-589{padding-bottom:589px!important}.tab-port-pb-590{padding-bottom:590px!important}.tab-port-pb-591{padding-bottom:591px!important}.tab-port-pb-592{padding-bottom:592px!important}.tab-port-pb-593{padding-bottom:593px!important}.tab-port-pb-594{padding-bottom:594px!important}.tab-port-pb-595{padding-bottom:595px!important}.tab-port-pb-596{padding-bottom:596px!important}.tab-port-pb-597{padding-bottom:597px!important}.tab-port-pb-598{padding-bottom:598px!important}.tab-port-pb-599{padding-bottom:599px!important}.tab-port-pb-600{padding-bottom:600px!important}.tab-port-pb-601{padding-bottom:601px!important}.tab-port-pb-602{padding-bottom:602px!important}.tab-port-pb-603{padding-bottom:603px!important}.tab-port-pb-604{padding-bottom:604px!important}.tab-port-pb-605{padding-bottom:605px!important}.tab-port-pb-606{padding-bottom:606px!important}.tab-port-pb-607{padding-bottom:607px!important}.tab-port-pb-608{padding-bottom:608px!important}.tab-port-pb-609{padding-bottom:609px!important}.tab-port-pb-610{padding-bottom:610px!important}.tab-port-pb-611{padding-bottom:611px!important}.tab-port-pb-612{padding-bottom:612px!important}.tab-port-pb-613{padding-bottom:613px!important}.tab-port-pb-614{padding-bottom:614px!important}.tab-port-pb-615{padding-bottom:615px!important}.tab-port-pb-616{padding-bottom:616px!important}.tab-port-pb-617{padding-bottom:617px!important}.tab-port-pb-618{padding-bottom:618px!important}.tab-port-pb-619{padding-bottom:619px!important}.tab-port-pb-620{padding-bottom:620px!important}.tab-port-pb-621{padding-bottom:621px!important}.tab-port-pb-622{padding-bottom:622px!important}.tab-port-pb-623{padding-bottom:623px!important}.tab-port-pb-624{padding-bottom:624px!important}.tab-port-pb-625{padding-bottom:625px!important}.tab-port-pb-626{padding-bottom:626px!important}.tab-port-pb-627{padding-bottom:627px!important}.tab-port-pb-628{padding-bottom:628px!important}.tab-port-pb-629{padding-bottom:629px!important}.tab-port-pb-630{padding-bottom:630px!important}.tab-port-pb-631{padding-bottom:631px!important}.tab-port-pb-632{padding-bottom:632px!important}.tab-port-pb-633{padding-bottom:633px!important}.tab-port-pb-634{padding-bottom:634px!important}.tab-port-pb-635{padding-bottom:635px!important}.tab-port-pb-636{padding-bottom:636px!important}.tab-port-pb-637{padding-bottom:637px!important}.tab-port-pb-638{padding-bottom:638px!important}.tab-port-pb-639{padding-bottom:639px!important}.tab-port-pb-640{padding-bottom:640px!important}.tab-port-pb-641{padding-bottom:641px!important}.tab-port-pb-642{padding-bottom:642px!important}.tab-port-pb-643{padding-bottom:643px!important}.tab-port-pb-644{padding-bottom:644px!important}.tab-port-pb-645{padding-bottom:645px!important}.tab-port-pb-646{padding-bottom:646px!important}.tab-port-pb-647{padding-bottom:647px!important}.tab-port-pb-648{padding-bottom:648px!important}.tab-port-pb-649{padding-bottom:649px!important}.tab-port-pb-650{padding-bottom:650px!important}.tab-port-pb-651{padding-bottom:651px!important}.tab-port-pb-652{padding-bottom:652px!important}.tab-port-pb-653{padding-bottom:653px!important}.tab-port-pb-654{padding-bottom:654px!important}.tab-port-pb-655{padding-bottom:655px!important}.tab-port-pb-656{padding-bottom:656px!important}.tab-port-pb-657{padding-bottom:657px!important}.tab-port-pb-658{padding-bottom:658px!important}.tab-port-pb-659{padding-bottom:659px!important}.tab-port-pb-660{padding-bottom:660px!important}.tab-port-pb-661{padding-bottom:661px!important}.tab-port-pb-662{padding-bottom:662px!important}.tab-port-pb-663{padding-bottom:663px!important}.tab-port-pb-664{padding-bottom:664px!important}.tab-port-pb-665{padding-bottom:665px!important}.tab-port-pb-666{padding-bottom:666px!important}.tab-port-pb-667{padding-bottom:667px!important}.tab-port-pb-668{padding-bottom:668px!important}.tab-port-pb-669{padding-bottom:669px!important}.tab-port-pb-670{padding-bottom:670px!important}.tab-port-pb-671{padding-bottom:671px!important}.tab-port-pb-672{padding-bottom:672px!important}.tab-port-pb-673{padding-bottom:673px!important}.tab-port-pb-674{padding-bottom:674px!important}.tab-port-pb-675{padding-bottom:675px!important}.tab-port-pb-676{padding-bottom:676px!important}.tab-port-pb-677{padding-bottom:677px!important}.tab-port-pb-678{padding-bottom:678px!important}.tab-port-pb-679{padding-bottom:679px!important}.tab-port-pb-680{padding-bottom:680px!important}.tab-port-pb-681{padding-bottom:681px!important}.tab-port-pb-682{padding-bottom:682px!important}.tab-port-pb-683{padding-bottom:683px!important}.tab-port-pb-684{padding-bottom:684px!important}.tab-port-pb-685{padding-bottom:685px!important}.tab-port-pb-686{padding-bottom:686px!important}.tab-port-pb-687{padding-bottom:687px!important}.tab-port-pb-688{padding-bottom:688px!important}.tab-port-pb-689{padding-bottom:689px!important}.tab-port-pb-690{padding-bottom:690px!important}.tab-port-pb-691{padding-bottom:691px!important}.tab-port-pb-692{padding-bottom:692px!important}.tab-port-pb-693{padding-bottom:693px!important}.tab-port-pb-694{padding-bottom:694px!important}.tab-port-pb-695{padding-bottom:695px!important}.tab-port-pb-696{padding-bottom:696px!important}.tab-port-pb-697{padding-bottom:697px!important}.tab-port-pb-698{padding-bottom:698px!important}.tab-port-pb-699{padding-bottom:699px!important}.tab-port-pb-700{padding-bottom:700px!important}.tab-port-pb-701{padding-bottom:701px!important}.tab-port-pb-702{padding-bottom:702px!important}.tab-port-pb-703{padding-bottom:703px!important}.tab-port-pb-704{padding-bottom:704px!important}.tab-port-pb-705{padding-bottom:705px!important}.tab-port-pb-706{padding-bottom:706px!important}.tab-port-pb-707{padding-bottom:707px!important}.tab-port-pb-708{padding-bottom:708px!important}.tab-port-pb-709{padding-bottom:709px!important}.tab-port-pb-710{padding-bottom:710px!important}.tab-port-pb-711{padding-bottom:711px!important}.tab-port-pb-712{padding-bottom:712px!important}.tab-port-pb-713{padding-bottom:713px!important}.tab-port-pb-714{padding-bottom:714px!important}.tab-port-pb-715{padding-bottom:715px!important}.tab-port-pb-716{padding-bottom:716px!important}.tab-port-pb-717{padding-bottom:717px!important}.tab-port-pb-718{padding-bottom:718px!important}.tab-port-pb-719{padding-bottom:719px!important}.tab-port-pb-720{padding-bottom:720px!important}.tab-port-pb-721{padding-bottom:721px!important}.tab-port-pb-722{padding-bottom:722px!important}.tab-port-pb-723{padding-bottom:723px!important}.tab-port-pb-724{padding-bottom:724px!important}.tab-port-pb-725{padding-bottom:725px!important}.tab-port-pb-726{padding-bottom:726px!important}.tab-port-pb-727{padding-bottom:727px!important}.tab-port-pb-728{padding-bottom:728px!important}.tab-port-pb-729{padding-bottom:729px!important}.tab-port-pb-730{padding-bottom:730px!important}.tab-port-pb-731{padding-bottom:731px!important}.tab-port-pb-732{padding-bottom:732px!important}.tab-port-pb-733{padding-bottom:733px!important}.tab-port-pb-734{padding-bottom:734px!important}.tab-port-pb-735{padding-bottom:735px!important}.tab-port-pb-736{padding-bottom:736px!important}.tab-port-pb-737{padding-bottom:737px!important}.tab-port-pb-738{padding-bottom:738px!important}.tab-port-pb-739{padding-bottom:739px!important}.tab-port-pb-740{padding-bottom:740px!important}.tab-port-pb-741{padding-bottom:741px!important}.tab-port-pb-742{padding-bottom:742px!important}.tab-port-pb-743{padding-bottom:743px!important}.tab-port-pb-744{padding-bottom:744px!important}.tab-port-pb-745{padding-bottom:745px!important}.tab-port-pb-746{padding-bottom:746px!important}.tab-port-pb-747{padding-bottom:747px!important}.tab-port-pb-748{padding-bottom:748px!important}.tab-port-pb-749{padding-bottom:749px!important}.tab-port-pb-750{padding-bottom:750px!important}.tab-port-pb-751{padding-bottom:751px!important}.tab-port-pb-752{padding-bottom:752px!important}.tab-port-pb-753{padding-bottom:753px!important}.tab-port-pb-754{padding-bottom:754px!important}.tab-port-pb-755{padding-bottom:755px!important}.tab-port-pb-756{padding-bottom:756px!important}.tab-port-pb-757{padding-bottom:757px!important}.tab-port-pb-758{padding-bottom:758px!important}.tab-port-pb-759{padding-bottom:759px!important}.tab-port-pb-760{padding-bottom:760px!important}.tab-port-pb-761{padding-bottom:761px!important}.tab-port-pb-762{padding-bottom:762px!important}.tab-port-pb-763{padding-bottom:763px!important}.tab-port-pb-764{padding-bottom:764px!important}.tab-port-pb-765{padding-bottom:765px!important}.tab-port-pb-766{padding-bottom:766px!important}.tab-port-pb-767{padding-bottom:767px!important}.tab-port-pb-768{padding-bottom:768px!important}.tab-port-pb-769{padding-bottom:769px!important}.tab-port-pb-770{padding-bottom:770px!important}.tab-port-pb-771{padding-bottom:771px!important}.tab-port-pb-772{padding-bottom:772px!important}.tab-port-pb-773{padding-bottom:773px!important}.tab-port-pb-774{padding-bottom:774px!important}.tab-port-pb-775{padding-bottom:775px!important}.tab-port-pb-776{padding-bottom:776px!important}.tab-port-pb-777{padding-bottom:777px!important}.tab-port-pb-778{padding-bottom:778px!important}.tab-port-pb-779{padding-bottom:779px!important}.tab-port-pb-780{padding-bottom:780px!important}.tab-port-pb-781{padding-bottom:781px!important}.tab-port-pb-782{padding-bottom:782px!important}.tab-port-pb-783{padding-bottom:783px!important}.tab-port-pb-784{padding-bottom:784px!important}.tab-port-pb-785{padding-bottom:785px!important}.tab-port-pb-786{padding-bottom:786px!important}.tab-port-pb-787{padding-bottom:787px!important}.tab-port-pb-788{padding-bottom:788px!important}.tab-port-pb-789{padding-bottom:789px!important}.tab-port-pb-790{padding-bottom:790px!important}.tab-port-pb-791{padding-bottom:791px!important}.tab-port-pb-792{padding-bottom:792px!important}.tab-port-pb-793{padding-bottom:793px!important}.tab-port-pb-794{padding-bottom:794px!important}.tab-port-pb-795{padding-bottom:795px!important}.tab-port-pb-796{padding-bottom:796px!important}.tab-port-pb-797{padding-bottom:797px!important}.tab-port-pb-798{padding-bottom:798px!important}.tab-port-pb-799{padding-bottom:799px!important}.tab-port-pb-800{padding-bottom:800px!important}.tab-port-pb-801{padding-bottom:801px!important}.tab-port-pb-802{padding-bottom:802px!important}.tab-port-pb-803{padding-bottom:803px!important}.tab-port-pb-804{padding-bottom:804px!important}.tab-port-pb-805{padding-bottom:805px!important}.tab-port-pb-806{padding-bottom:806px!important}.tab-port-pb-807{padding-bottom:807px!important}.tab-port-pb-808{padding-bottom:808px!important}.tab-port-pb-809{padding-bottom:809px!important}.tab-port-pb-810{padding-bottom:810px!important}.tab-port-pb-811{padding-bottom:811px!important}.tab-port-pb-812{padding-bottom:812px!important}.tab-port-pb-813{padding-bottom:813px!important}.tab-port-pb-814{padding-bottom:814px!important}.tab-port-pb-815{padding-bottom:815px!important}.tab-port-pb-816{padding-bottom:816px!important}.tab-port-pb-817{padding-bottom:817px!important}.tab-port-pb-818{padding-bottom:818px!important}.tab-port-pb-819{padding-bottom:819px!important}.tab-port-pb-820{padding-bottom:820px!important}.tab-port-pb-821{padding-bottom:821px!important}.tab-port-pb-822{padding-bottom:822px!important}.tab-port-pb-823{padding-bottom:823px!important}.tab-port-pb-824{padding-bottom:824px!important}.tab-port-pb-825{padding-bottom:825px!important}.tab-port-pb-826{padding-bottom:826px!important}.tab-port-pb-827{padding-bottom:827px!important}.tab-port-pb-828{padding-bottom:828px!important}.tab-port-pb-829{padding-bottom:829px!important}.tab-port-pb-830{padding-bottom:830px!important}.tab-port-pb-831{padding-bottom:831px!important}.tab-port-pb-832{padding-bottom:832px!important}.tab-port-pb-833{padding-bottom:833px!important}.tab-port-pb-834{padding-bottom:834px!important}.tab-port-pb-835{padding-bottom:835px!important}.tab-port-pb-836{padding-bottom:836px!important}.tab-port-pb-837{padding-bottom:837px!important}.tab-port-pb-838{padding-bottom:838px!important}.tab-port-pb-839{padding-bottom:839px!important}.tab-port-pb-840{padding-bottom:840px!important}.tab-port-pb-841{padding-bottom:841px!important}.tab-port-pb-842{padding-bottom:842px!important}.tab-port-pb-843{padding-bottom:843px!important}.tab-port-pb-844{padding-bottom:844px!important}.tab-port-pb-845{padding-bottom:845px!important}.tab-port-pb-846{padding-bottom:846px!important}.tab-port-pb-847{padding-bottom:847px!important}.tab-port-pb-848{padding-bottom:848px!important}.tab-port-pb-849{padding-bottom:849px!important}.tab-port-pb-850{padding-bottom:850px!important}.tab-port-pb-851{padding-bottom:851px!important}.tab-port-pb-852{padding-bottom:852px!important}.tab-port-pb-853{padding-bottom:853px!important}.tab-port-pb-854{padding-bottom:854px!important}.tab-port-pb-855{padding-bottom:855px!important}.tab-port-pb-856{padding-bottom:856px!important}.tab-port-pb-857{padding-bottom:857px!important}.tab-port-pb-858{padding-bottom:858px!important}.tab-port-pb-859{padding-bottom:859px!important}.tab-port-pb-860{padding-bottom:860px!important}.tab-port-pb-861{padding-bottom:861px!important}.tab-port-pb-862{padding-bottom:862px!important}.tab-port-pb-863{padding-bottom:863px!important}.tab-port-pb-864{padding-bottom:864px!important}.tab-port-pb-865{padding-bottom:865px!important}.tab-port-pb-866{padding-bottom:866px!important}.tab-port-pb-867{padding-bottom:867px!important}.tab-port-pb-868{padding-bottom:868px!important}.tab-port-pb-869{padding-bottom:869px!important}.tab-port-pb-870{padding-bottom:870px!important}.tab-port-pb-871{padding-bottom:871px!important}.tab-port-pb-872{padding-bottom:872px!important}.tab-port-pb-873{padding-bottom:873px!important}.tab-port-pb-874{padding-bottom:874px!important}.tab-port-pb-875{padding-bottom:875px!important}.tab-port-pb-876{padding-bottom:876px!important}.tab-port-pb-877{padding-bottom:877px!important}.tab-port-pb-878{padding-bottom:878px!important}.tab-port-pb-879{padding-bottom:879px!important}.tab-port-pb-880{padding-bottom:880px!important}.tab-port-pb-881{padding-bottom:881px!important}.tab-port-pb-882{padding-bottom:882px!important}.tab-port-pb-883{padding-bottom:883px!important}.tab-port-pb-884{padding-bottom:884px!important}.tab-port-pb-885{padding-bottom:885px!important}.tab-port-pb-886{padding-bottom:886px!important}.tab-port-pb-887{padding-bottom:887px!important}.tab-port-pb-888{padding-bottom:888px!important}.tab-port-pb-889{padding-bottom:889px!important}.tab-port-pb-890{padding-bottom:890px!important}.tab-port-pb-891{padding-bottom:891px!important}.tab-port-pb-892{padding-bottom:892px!important}.tab-port-pb-893{padding-bottom:893px!important}.tab-port-pb-894{padding-bottom:894px!important}.tab-port-pb-895{padding-bottom:895px!important}.tab-port-pb-896{padding-bottom:896px!important}.tab-port-pb-897{padding-bottom:897px!important}.tab-port-pb-898{padding-bottom:898px!important}.tab-port-pb-899{padding-bottom:899px!important}.tab-port-pb-900{padding-bottom:900px!important}.tab-port-pb-901{padding-bottom:901px!important}.tab-port-pb-902{padding-bottom:902px!important}.tab-port-pb-903{padding-bottom:903px!important}.tab-port-pb-904{padding-bottom:904px!important}.tab-port-pb-905{padding-bottom:905px!important}.tab-port-pb-906{padding-bottom:906px!important}.tab-port-pb-907{padding-bottom:907px!important}.tab-port-pb-908{padding-bottom:908px!important}.tab-port-pb-909{padding-bottom:909px!important}.tab-port-pb-910{padding-bottom:910px!important}.tab-port-pb-911{padding-bottom:911px!important}.tab-port-pb-912{padding-bottom:912px!important}.tab-port-pb-913{padding-bottom:913px!important}.tab-port-pb-914{padding-bottom:914px!important}.tab-port-pb-915{padding-bottom:915px!important}.tab-port-pb-916{padding-bottom:916px!important}.tab-port-pb-917{padding-bottom:917px!important}.tab-port-pb-918{padding-bottom:918px!important}.tab-port-pb-919{padding-bottom:919px!important}.tab-port-pb-920{padding-bottom:920px!important}.tab-port-pb-921{padding-bottom:921px!important}.tab-port-pb-922{padding-bottom:922px!important}.tab-port-pb-923{padding-bottom:923px!important}.tab-port-pb-924{padding-bottom:924px!important}.tab-port-pb-925{padding-bottom:925px!important}.tab-port-pb-926{padding-bottom:926px!important}.tab-port-pb-927{padding-bottom:927px!important}.tab-port-pb-928{padding-bottom:928px!important}.tab-port-pb-929{padding-bottom:929px!important}.tab-port-pb-930{padding-bottom:930px!important}.tab-port-pb-931{padding-bottom:931px!important}.tab-port-pb-932{padding-bottom:932px!important}.tab-port-pb-933{padding-bottom:933px!important}.tab-port-pb-934{padding-bottom:934px!important}.tab-port-pb-935{padding-bottom:935px!important}.tab-port-pb-936{padding-bottom:936px!important}.tab-port-pb-937{padding-bottom:937px!important}.tab-port-pb-938{padding-bottom:938px!important}.tab-port-pb-939{padding-bottom:939px!important}.tab-port-pb-940{padding-bottom:940px!important}.tab-port-pb-941{padding-bottom:941px!important}.tab-port-pb-942{padding-bottom:942px!important}.tab-port-pb-943{padding-bottom:943px!important}.tab-port-pb-944{padding-bottom:944px!important}.tab-port-pb-945{padding-bottom:945px!important}.tab-port-pb-946{padding-bottom:946px!important}.tab-port-pb-947{padding-bottom:947px!important}.tab-port-pb-948{padding-bottom:948px!important}.tab-port-pb-949{padding-bottom:949px!important}.tab-port-pb-950{padding-bottom:950px!important}.tab-port-pb-951{padding-bottom:951px!important}.tab-port-pb-952{padding-bottom:952px!important}.tab-port-pb-953{padding-bottom:953px!important}.tab-port-pb-954{padding-bottom:954px!important}.tab-port-pb-955{padding-bottom:955px!important}.tab-port-pb-956{padding-bottom:956px!important}.tab-port-pb-957{padding-bottom:957px!important}.tab-port-pb-958{padding-bottom:958px!important}.tab-port-pb-959{padding-bottom:959px!important}.tab-port-pb-960{padding-bottom:960px!important}.tab-port-pb-961{padding-bottom:961px!important}.tab-port-pb-962{padding-bottom:962px!important}.tab-port-pb-963{padding-bottom:963px!important}.tab-port-pb-964{padding-bottom:964px!important}.tab-port-pb-965{padding-bottom:965px!important}.tab-port-pb-966{padding-bottom:966px!important}.tab-port-pb-967{padding-bottom:967px!important}.tab-port-pb-968{padding-bottom:968px!important}.tab-port-pb-969{padding-bottom:969px!important}.tab-port-pb-970{padding-bottom:970px!important}.tab-port-pb-971{padding-bottom:971px!important}.tab-port-pb-972{padding-bottom:972px!important}.tab-port-pb-973{padding-bottom:973px!important}.tab-port-pb-974{padding-bottom:974px!important}.tab-port-pb-975{padding-bottom:975px!important}.tab-port-pb-976{padding-bottom:976px!important}.tab-port-pb-977{padding-bottom:977px!important}.tab-port-pb-978{padding-bottom:978px!important}.tab-port-pb-979{padding-bottom:979px!important}.tab-port-pb-980{padding-bottom:980px!important}.tab-port-pb-981{padding-bottom:981px!important}.tab-port-pb-982{padding-bottom:982px!important}.tab-port-pb-983{padding-bottom:983px!important}.tab-port-pb-984{padding-bottom:984px!important}.tab-port-pb-985{padding-bottom:985px!important}.tab-port-pb-986{padding-bottom:986px!important}.tab-port-pb-987{padding-bottom:987px!important}.tab-port-pb-988{padding-bottom:988px!important}.tab-port-pb-989{padding-bottom:989px!important}.tab-port-pb-990{padding-bottom:990px!important}.tab-port-pb-991{padding-bottom:991px!important}.tab-port-pb-992{padding-bottom:992px!important}.tab-port-pb-993{padding-bottom:993px!important}.tab-port-pb-994{padding-bottom:994px!important}.tab-port-pb-995{padding-bottom:995px!important}.tab-port-pb-996{padding-bottom:996px!important}.tab-port-pb-997{padding-bottom:997px!important}.tab-port-pb-998{padding-bottom:998px!important}.tab-port-pb-999{padding-bottom:999px!important}.tab-port-pb-1000{padding-bottom:1000px!important}.tab-port-pl-1{padding-left:1px!important}.tab-port-pl-2{padding-left:2px!important}.tab-port-pl-3{padding-left:3px!important}.tab-port-pl-4{padding-left:4px!important}.tab-port-pl-5{padding-left:5px!important}.tab-port-pl-6{padding-left:6px!important}.tab-port-pl-7{padding-left:7px!important}.tab-port-pl-8{padding-left:8px!important}.tab-port-pl-9{padding-left:9px!important}.tab-port-pl-10{padding-left:10px!important}.tab-port-pl-11{padding-left:11px!important}.tab-port-pl-12{padding-left:12px!important}.tab-port-pl-13{padding-left:13px!important}.tab-port-pl-14{padding-left:14px!important}.tab-port-pl-15{padding-left:15px!important}.tab-port-pl-16{padding-left:16px!important}.tab-port-pl-17{padding-left:17px!important}.tab-port-pl-18{padding-left:18px!important}.tab-port-pl-19{padding-left:19px!important}.tab-port-pl-20{padding-left:20px!important}.tab-port-pl-21{padding-left:21px!important}.tab-port-pl-22{padding-left:22px!important}.tab-port-pl-23{padding-left:23px!important}.tab-port-pl-24{padding-left:24px!important}.tab-port-pl-25{padding-left:25px!important}.tab-port-pl-26{padding-left:26px!important}.tab-port-pl-27{padding-left:27px!important}.tab-port-pl-28{padding-left:28px!important}.tab-port-pl-29{padding-left:29px!important}.tab-port-pl-30{padding-left:30px!important}.tab-port-pl-31{padding-left:31px!important}.tab-port-pl-32{padding-left:32px!important}.tab-port-pl-33{padding-left:33px!important}.tab-port-pl-34{padding-left:34px!important}.tab-port-pl-35{padding-left:35px!important}.tab-port-pl-36{padding-left:36px!important}.tab-port-pl-37{padding-left:37px!important}.tab-port-pl-38{padding-left:38px!important}.tab-port-pl-39{padding-left:39px!important}.tab-port-pl-40{padding-left:40px!important}.tab-port-pl-41{padding-left:41px!important}.tab-port-pl-42{padding-left:42px!important}.tab-port-pl-43{padding-left:43px!important}.tab-port-pl-44{padding-left:44px!important}.tab-port-pl-45{padding-left:45px!important}.tab-port-pl-46{padding-left:46px!important}.tab-port-pl-47{padding-left:47px!important}.tab-port-pl-48{padding-left:48px!important}.tab-port-pl-49{padding-left:49px!important}.tab-port-pl-50{padding-left:50px!important}.tab-port-pl-51{padding-left:51px!important}.tab-port-pl-52{padding-left:52px!important}.tab-port-pl-53{padding-left:53px!important}.tab-port-pl-54{padding-left:54px!important}.tab-port-pl-55{padding-left:55px!important}.tab-port-pl-56{padding-left:56px!important}.tab-port-pl-57{padding-left:57px!important}.tab-port-pl-58{padding-left:58px!important}.tab-port-pl-59{padding-left:59px!important}.tab-port-pl-60{padding-left:60px!important}.tab-port-pl-61{padding-left:61px!important}.tab-port-pl-62{padding-left:62px!important}.tab-port-pl-63{padding-left:63px!important}.tab-port-pl-64{padding-left:64px!important}.tab-port-pl-65{padding-left:65px!important}.tab-port-pl-66{padding-left:66px!important}.tab-port-pl-67{padding-left:67px!important}.tab-port-pl-68{padding-left:68px!important}.tab-port-pl-69{padding-left:69px!important}.tab-port-pl-70{padding-left:70px!important}.tab-port-pl-71{padding-left:71px!important}.tab-port-pl-72{padding-left:72px!important}.tab-port-pl-73{padding-left:73px!important}.tab-port-pl-74{padding-left:74px!important}.tab-port-pl-75{padding-left:75px!important}.tab-port-pl-76{padding-left:76px!important}.tab-port-pl-77{padding-left:77px!important}.tab-port-pl-78{padding-left:78px!important}.tab-port-pl-79{padding-left:79px!important}.tab-port-pl-80{padding-left:80px!important}.tab-port-pl-81{padding-left:81px!important}.tab-port-pl-82{padding-left:82px!important}.tab-port-pl-83{padding-left:83px!important}.tab-port-pl-84{padding-left:84px!important}.tab-port-pl-85{padding-left:85px!important}.tab-port-pl-86{padding-left:86px!important}.tab-port-pl-87{padding-left:87px!important}.tab-port-pl-88{padding-left:88px!important}.tab-port-pl-89{padding-left:89px!important}.tab-port-pl-90{padding-left:90px!important}.tab-port-pl-91{padding-left:91px!important}.tab-port-pl-92{padding-left:92px!important}.tab-port-pl-93{padding-left:93px!important}.tab-port-pl-94{padding-left:94px!important}.tab-port-pl-95{padding-left:95px!important}.tab-port-pl-96{padding-left:96px!important}.tab-port-pl-97{padding-left:97px!important}.tab-port-pl-98{padding-left:98px!important}.tab-port-pl-99{padding-left:99px!important}.tab-port-pl-100{padding-left:100px!important}.tab-port-pl-101{padding-left:101px!important}.tab-port-pl-102{padding-left:102px!important}.tab-port-pl-103{padding-left:103px!important}.tab-port-pl-104{padding-left:104px!important}.tab-port-pl-105{padding-left:105px!important}.tab-port-pl-106{padding-left:106px!important}.tab-port-pl-107{padding-left:107px!important}.tab-port-pl-108{padding-left:108px!important}.tab-port-pl-109{padding-left:109px!important}.tab-port-pl-110{padding-left:110px!important}.tab-port-pl-111{padding-left:111px!important}.tab-port-pl-112{padding-left:112px!important}.tab-port-pl-113{padding-left:113px!important}.tab-port-pl-114{padding-left:114px!important}.tab-port-pl-115{padding-left:115px!important}.tab-port-pl-116{padding-left:116px!important}.tab-port-pl-117{padding-left:117px!important}.tab-port-pl-118{padding-left:118px!important}.tab-port-pl-119{padding-left:119px!important}.tab-port-pl-120{padding-left:120px!important}.tab-port-pl-121{padding-left:121px!important}.tab-port-pl-122{padding-left:122px!important}.tab-port-pl-123{padding-left:123px!important}.tab-port-pl-124{padding-left:124px!important}.tab-port-pl-125{padding-left:125px!important}.tab-port-pl-126{padding-left:126px!important}.tab-port-pl-127{padding-left:127px!important}.tab-port-pl-128{padding-left:128px!important}.tab-port-pl-129{padding-left:129px!important}.tab-port-pl-130{padding-left:130px!important}.tab-port-pl-131{padding-left:131px!important}.tab-port-pl-132{padding-left:132px!important}.tab-port-pl-133{padding-left:133px!important}.tab-port-pl-134{padding-left:134px!important}.tab-port-pl-135{padding-left:135px!important}.tab-port-pl-136{padding-left:136px!important}.tab-port-pl-137{padding-left:137px!important}.tab-port-pl-138{padding-left:138px!important}.tab-port-pl-139{padding-left:139px!important}.tab-port-pl-140{padding-left:140px!important}.tab-port-pl-141{padding-left:141px!important}.tab-port-pl-142{padding-left:142px!important}.tab-port-pl-143{padding-left:143px!important}.tab-port-pl-144{padding-left:144px!important}.tab-port-pl-145{padding-left:145px!important}.tab-port-pl-146{padding-left:146px!important}.tab-port-pl-147{padding-left:147px!important}.tab-port-pl-148{padding-left:148px!important}.tab-port-pl-149{padding-left:149px!important}.tab-port-pl-150{padding-left:150px!important}.tab-port-pl-151{padding-left:151px!important}.tab-port-pl-152{padding-left:152px!important}.tab-port-pl-153{padding-left:153px!important}.tab-port-pl-154{padding-left:154px!important}.tab-port-pl-155{padding-left:155px!important}.tab-port-pl-156{padding-left:156px!important}.tab-port-pl-157{padding-left:157px!important}.tab-port-pl-158{padding-left:158px!important}.tab-port-pl-159{padding-left:159px!important}.tab-port-pl-160{padding-left:160px!important}.tab-port-pl-161{padding-left:161px!important}.tab-port-pl-162{padding-left:162px!important}.tab-port-pl-163{padding-left:163px!important}.tab-port-pl-164{padding-left:164px!important}.tab-port-pl-165{padding-left:165px!important}.tab-port-pl-166{padding-left:166px!important}.tab-port-pl-167{padding-left:167px!important}.tab-port-pl-168{padding-left:168px!important}.tab-port-pl-169{padding-left:169px!important}.tab-port-pl-170{padding-left:170px!important}.tab-port-pl-171{padding-left:171px!important}.tab-port-pl-172{padding-left:172px!important}.tab-port-pl-173{padding-left:173px!important}.tab-port-pl-174{padding-left:174px!important}.tab-port-pl-175{padding-left:175px!important}.tab-port-pl-176{padding-left:176px!important}.tab-port-pl-177{padding-left:177px!important}.tab-port-pl-178{padding-left:178px!important}.tab-port-pl-179{padding-left:179px!important}.tab-port-pl-180{padding-left:180px!important}.tab-port-pl-181{padding-left:181px!important}.tab-port-pl-182{padding-left:182px!important}.tab-port-pl-183{padding-left:183px!important}.tab-port-pl-184{padding-left:184px!important}.tab-port-pl-185{padding-left:185px!important}.tab-port-pl-186{padding-left:186px!important}.tab-port-pl-187{padding-left:187px!important}.tab-port-pl-188{padding-left:188px!important}.tab-port-pl-189{padding-left:189px!important}.tab-port-pl-190{padding-left:190px!important}.tab-port-pl-191{padding-left:191px!important}.tab-port-pl-192{padding-left:192px!important}.tab-port-pl-193{padding-left:193px!important}.tab-port-pl-194{padding-left:194px!important}.tab-port-pl-195{padding-left:195px!important}.tab-port-pl-196{padding-left:196px!important}.tab-port-pl-197{padding-left:197px!important}.tab-port-pl-198{padding-left:198px!important}.tab-port-pl-199{padding-left:199px!important}.tab-port-pl-200{padding-left:200px!important}.tab-port-pl-201{padding-left:201px!important}.tab-port-pl-202{padding-left:202px!important}.tab-port-pl-203{padding-left:203px!important}.tab-port-pl-204{padding-left:204px!important}.tab-port-pl-205{padding-left:205px!important}.tab-port-pl-206{padding-left:206px!important}.tab-port-pl-207{padding-left:207px!important}.tab-port-pl-208{padding-left:208px!important}.tab-port-pl-209{padding-left:209px!important}.tab-port-pl-210{padding-left:210px!important}.tab-port-pl-211{padding-left:211px!important}.tab-port-pl-212{padding-left:212px!important}.tab-port-pl-213{padding-left:213px!important}.tab-port-pl-214{padding-left:214px!important}.tab-port-pl-215{padding-left:215px!important}.tab-port-pl-216{padding-left:216px!important}.tab-port-pl-217{padding-left:217px!important}.tab-port-pl-218{padding-left:218px!important}.tab-port-pl-219{padding-left:219px!important}.tab-port-pl-220{padding-left:220px!important}.tab-port-pl-221{padding-left:221px!important}.tab-port-pl-222{padding-left:222px!important}.tab-port-pl-223{padding-left:223px!important}.tab-port-pl-224{padding-left:224px!important}.tab-port-pl-225{padding-left:225px!important}.tab-port-pl-226{padding-left:226px!important}.tab-port-pl-227{padding-left:227px!important}.tab-port-pl-228{padding-left:228px!important}.tab-port-pl-229{padding-left:229px!important}.tab-port-pl-230{padding-left:230px!important}.tab-port-pl-231{padding-left:231px!important}.tab-port-pl-232{padding-left:232px!important}.tab-port-pl-233{padding-left:233px!important}.tab-port-pl-234{padding-left:234px!important}.tab-port-pl-235{padding-left:235px!important}.tab-port-pl-236{padding-left:236px!important}.tab-port-pl-237{padding-left:237px!important}.tab-port-pl-238{padding-left:238px!important}.tab-port-pl-239{padding-left:239px!important}.tab-port-pl-240{padding-left:240px!important}.tab-port-pl-241{padding-left:241px!important}.tab-port-pl-242{padding-left:242px!important}.tab-port-pl-243{padding-left:243px!important}.tab-port-pl-244{padding-left:244px!important}.tab-port-pl-245{padding-left:245px!important}.tab-port-pl-246{padding-left:246px!important}.tab-port-pl-247{padding-left:247px!important}.tab-port-pl-248{padding-left:248px!important}.tab-port-pl-249{padding-left:249px!important}.tab-port-pl-250{padding-left:250px!important}.tab-port-pl-251{padding-left:251px!important}.tab-port-pl-252{padding-left:252px!important}.tab-port-pl-253{padding-left:253px!important}.tab-port-pl-254{padding-left:254px!important}.tab-port-pl-255{padding-left:255px!important}.tab-port-pl-256{padding-left:256px!important}.tab-port-pl-257{padding-left:257px!important}.tab-port-pl-258{padding-left:258px!important}.tab-port-pl-259{padding-left:259px!important}.tab-port-pl-260{padding-left:260px!important}.tab-port-pl-261{padding-left:261px!important}.tab-port-pl-262{padding-left:262px!important}.tab-port-pl-263{padding-left:263px!important}.tab-port-pl-264{padding-left:264px!important}.tab-port-pl-265{padding-left:265px!important}.tab-port-pl-266{padding-left:266px!important}.tab-port-pl-267{padding-left:267px!important}.tab-port-pl-268{padding-left:268px!important}.tab-port-pl-269{padding-left:269px!important}.tab-port-pl-270{padding-left:270px!important}.tab-port-pl-271{padding-left:271px!important}.tab-port-pl-272{padding-left:272px!important}.tab-port-pl-273{padding-left:273px!important}.tab-port-pl-274{padding-left:274px!important}.tab-port-pl-275{padding-left:275px!important}.tab-port-pl-276{padding-left:276px!important}.tab-port-pl-277{padding-left:277px!important}.tab-port-pl-278{padding-left:278px!important}.tab-port-pl-279{padding-left:279px!important}.tab-port-pl-280{padding-left:280px!important}.tab-port-pl-281{padding-left:281px!important}.tab-port-pl-282{padding-left:282px!important}.tab-port-pl-283{padding-left:283px!important}.tab-port-pl-284{padding-left:284px!important}.tab-port-pl-285{padding-left:285px!important}.tab-port-pl-286{padding-left:286px!important}.tab-port-pl-287{padding-left:287px!important}.tab-port-pl-288{padding-left:288px!important}.tab-port-pl-289{padding-left:289px!important}.tab-port-pl-290{padding-left:290px!important}.tab-port-pl-291{padding-left:291px!important}.tab-port-pl-292{padding-left:292px!important}.tab-port-pl-293{padding-left:293px!important}.tab-port-pl-294{padding-left:294px!important}.tab-port-pl-295{padding-left:295px!important}.tab-port-pl-296{padding-left:296px!important}.tab-port-pl-297{padding-left:297px!important}.tab-port-pl-298{padding-left:298px!important}.tab-port-pl-299{padding-left:299px!important}.tab-port-pl-300{padding-left:300px!important}.tab-port-pl-301{padding-left:301px!important}.tab-port-pl-302{padding-left:302px!important}.tab-port-pl-303{padding-left:303px!important}.tab-port-pl-304{padding-left:304px!important}.tab-port-pl-305{padding-left:305px!important}.tab-port-pl-306{padding-left:306px!important}.tab-port-pl-307{padding-left:307px!important}.tab-port-pl-308{padding-left:308px!important}.tab-port-pl-309{padding-left:309px!important}.tab-port-pl-310{padding-left:310px!important}.tab-port-pl-311{padding-left:311px!important}.tab-port-pl-312{padding-left:312px!important}.tab-port-pl-313{padding-left:313px!important}.tab-port-pl-314{padding-left:314px!important}.tab-port-pl-315{padding-left:315px!important}.tab-port-pl-316{padding-left:316px!important}.tab-port-pl-317{padding-left:317px!important}.tab-port-pl-318{padding-left:318px!important}.tab-port-pl-319{padding-left:319px!important}.tab-port-pl-320{padding-left:320px!important}.tab-port-pl-321{padding-left:321px!important}.tab-port-pl-322{padding-left:322px!important}.tab-port-pl-323{padding-left:323px!important}.tab-port-pl-324{padding-left:324px!important}.tab-port-pl-325{padding-left:325px!important}.tab-port-pl-326{padding-left:326px!important}.tab-port-pl-327{padding-left:327px!important}.tab-port-pl-328{padding-left:328px!important}.tab-port-pl-329{padding-left:329px!important}.tab-port-pl-330{padding-left:330px!important}.tab-port-pl-331{padding-left:331px!important}.tab-port-pl-332{padding-left:332px!important}.tab-port-pl-333{padding-left:333px!important}.tab-port-pl-334{padding-left:334px!important}.tab-port-pl-335{padding-left:335px!important}.tab-port-pl-336{padding-left:336px!important}.tab-port-pl-337{padding-left:337px!important}.tab-port-pl-338{padding-left:338px!important}.tab-port-pl-339{padding-left:339px!important}.tab-port-pl-340{padding-left:340px!important}.tab-port-pl-341{padding-left:341px!important}.tab-port-pl-342{padding-left:342px!important}.tab-port-pl-343{padding-left:343px!important}.tab-port-pl-344{padding-left:344px!important}.tab-port-pl-345{padding-left:345px!important}.tab-port-pl-346{padding-left:346px!important}.tab-port-pl-347{padding-left:347px!important}.tab-port-pl-348{padding-left:348px!important}.tab-port-pl-349{padding-left:349px!important}.tab-port-pl-350{padding-left:350px!important}.tab-port-pl-351{padding-left:351px!important}.tab-port-pl-352{padding-left:352px!important}.tab-port-pl-353{padding-left:353px!important}.tab-port-pl-354{padding-left:354px!important}.tab-port-pl-355{padding-left:355px!important}.tab-port-pl-356{padding-left:356px!important}.tab-port-pl-357{padding-left:357px!important}.tab-port-pl-358{padding-left:358px!important}.tab-port-pl-359{padding-left:359px!important}.tab-port-pl-360{padding-left:360px!important}.tab-port-pl-361{padding-left:361px!important}.tab-port-pl-362{padding-left:362px!important}.tab-port-pl-363{padding-left:363px!important}.tab-port-pl-364{padding-left:364px!important}.tab-port-pl-365{padding-left:365px!important}.tab-port-pl-366{padding-left:366px!important}.tab-port-pl-367{padding-left:367px!important}.tab-port-pl-368{padding-left:368px!important}.tab-port-pl-369{padding-left:369px!important}.tab-port-pl-370{padding-left:370px!important}.tab-port-pl-371{padding-left:371px!important}.tab-port-pl-372{padding-left:372px!important}.tab-port-pl-373{padding-left:373px!important}.tab-port-pl-374{padding-left:374px!important}.tab-port-pl-375{padding-left:375px!important}.tab-port-pl-376{padding-left:376px!important}.tab-port-pl-377{padding-left:377px!important}.tab-port-pl-378{padding-left:378px!important}.tab-port-pl-379{padding-left:379px!important}.tab-port-pl-380{padding-left:380px!important}.tab-port-pl-381{padding-left:381px!important}.tab-port-pl-382{padding-left:382px!important}.tab-port-pl-383{padding-left:383px!important}.tab-port-pl-384{padding-left:384px!important}.tab-port-pl-385{padding-left:385px!important}.tab-port-pl-386{padding-left:386px!important}.tab-port-pl-387{padding-left:387px!important}.tab-port-pl-388{padding-left:388px!important}.tab-port-pl-389{padding-left:389px!important}.tab-port-pl-390{padding-left:390px!important}.tab-port-pl-391{padding-left:391px!important}.tab-port-pl-392{padding-left:392px!important}.tab-port-pl-393{padding-left:393px!important}.tab-port-pl-394{padding-left:394px!important}.tab-port-pl-395{padding-left:395px!important}.tab-port-pl-396{padding-left:396px!important}.tab-port-pl-397{padding-left:397px!important}.tab-port-pl-398{padding-left:398px!important}.tab-port-pl-399{padding-left:399px!important}.tab-port-pl-400{padding-left:400px!important}.tab-port-pl-401{padding-left:401px!important}.tab-port-pl-402{padding-left:402px!important}.tab-port-pl-403{padding-left:403px!important}.tab-port-pl-404{padding-left:404px!important}.tab-port-pl-405{padding-left:405px!important}.tab-port-pl-406{padding-left:406px!important}.tab-port-pl-407{padding-left:407px!important}.tab-port-pl-408{padding-left:408px!important}.tab-port-pl-409{padding-left:409px!important}.tab-port-pl-410{padding-left:410px!important}.tab-port-pl-411{padding-left:411px!important}.tab-port-pl-412{padding-left:412px!important}.tab-port-pl-413{padding-left:413px!important}.tab-port-pl-414{padding-left:414px!important}.tab-port-pl-415{padding-left:415px!important}.tab-port-pl-416{padding-left:416px!important}.tab-port-pl-417{padding-left:417px!important}.tab-port-pl-418{padding-left:418px!important}.tab-port-pl-419{padding-left:419px!important}.tab-port-pl-420{padding-left:420px!important}.tab-port-pl-421{padding-left:421px!important}.tab-port-pl-422{padding-left:422px!important}.tab-port-pl-423{padding-left:423px!important}.tab-port-pl-424{padding-left:424px!important}.tab-port-pl-425{padding-left:425px!important}.tab-port-pl-426{padding-left:426px!important}.tab-port-pl-427{padding-left:427px!important}.tab-port-pl-428{padding-left:428px!important}.tab-port-pl-429{padding-left:429px!important}.tab-port-pl-430{padding-left:430px!important}.tab-port-pl-431{padding-left:431px!important}.tab-port-pl-432{padding-left:432px!important}.tab-port-pl-433{padding-left:433px!important}.tab-port-pl-434{padding-left:434px!important}.tab-port-pl-435{padding-left:435px!important}.tab-port-pl-436{padding-left:436px!important}.tab-port-pl-437{padding-left:437px!important}.tab-port-pl-438{padding-left:438px!important}.tab-port-pl-439{padding-left:439px!important}.tab-port-pl-440{padding-left:440px!important}.tab-port-pl-441{padding-left:441px!important}.tab-port-pl-442{padding-left:442px!important}.tab-port-pl-443{padding-left:443px!important}.tab-port-pl-444{padding-left:444px!important}.tab-port-pl-445{padding-left:445px!important}.tab-port-pl-446{padding-left:446px!important}.tab-port-pl-447{padding-left:447px!important}.tab-port-pl-448{padding-left:448px!important}.tab-port-pl-449{padding-left:449px!important}.tab-port-pl-450{padding-left:450px!important}.tab-port-pl-451{padding-left:451px!important}.tab-port-pl-452{padding-left:452px!important}.tab-port-pl-453{padding-left:453px!important}.tab-port-pl-454{padding-left:454px!important}.tab-port-pl-455{padding-left:455px!important}.tab-port-pl-456{padding-left:456px!important}.tab-port-pl-457{padding-left:457px!important}.tab-port-pl-458{padding-left:458px!important}.tab-port-pl-459{padding-left:459px!important}.tab-port-pl-460{padding-left:460px!important}.tab-port-pl-461{padding-left:461px!important}.tab-port-pl-462{padding-left:462px!important}.tab-port-pl-463{padding-left:463px!important}.tab-port-pl-464{padding-left:464px!important}.tab-port-pl-465{padding-left:465px!important}.tab-port-pl-466{padding-left:466px!important}.tab-port-pl-467{padding-left:467px!important}.tab-port-pl-468{padding-left:468px!important}.tab-port-pl-469{padding-left:469px!important}.tab-port-pl-470{padding-left:470px!important}.tab-port-pl-471{padding-left:471px!important}.tab-port-pl-472{padding-left:472px!important}.tab-port-pl-473{padding-left:473px!important}.tab-port-pl-474{padding-left:474px!important}.tab-port-pl-475{padding-left:475px!important}.tab-port-pl-476{padding-left:476px!important}.tab-port-pl-477{padding-left:477px!important}.tab-port-pl-478{padding-left:478px!important}.tab-port-pl-479{padding-left:479px!important}.tab-port-pl-480{padding-left:480px!important}.tab-port-pl-481{padding-left:481px!important}.tab-port-pl-482{padding-left:482px!important}.tab-port-pl-483{padding-left:483px!important}.tab-port-pl-484{padding-left:484px!important}.tab-port-pl-485{padding-left:485px!important}.tab-port-pl-486{padding-left:486px!important}.tab-port-pl-487{padding-left:487px!important}.tab-port-pl-488{padding-left:488px!important}.tab-port-pl-489{padding-left:489px!important}.tab-port-pl-490{padding-left:490px!important}.tab-port-pl-491{padding-left:491px!important}.tab-port-pl-492{padding-left:492px!important}.tab-port-pl-493{padding-left:493px!important}.tab-port-pl-494{padding-left:494px!important}.tab-port-pl-495{padding-left:495px!important}.tab-port-pl-496{padding-left:496px!important}.tab-port-pl-497{padding-left:497px!important}.tab-port-pl-498{padding-left:498px!important}.tab-port-pl-499{padding-left:499px!important}.tab-port-pl-500{padding-left:500px!important}.tab-port-pl-501{padding-left:501px!important}.tab-port-pl-502{padding-left:502px!important}.tab-port-pl-503{padding-left:503px!important}.tab-port-pl-504{padding-left:504px!important}.tab-port-pl-505{padding-left:505px!important}.tab-port-pl-506{padding-left:506px!important}.tab-port-pl-507{padding-left:507px!important}.tab-port-pl-508{padding-left:508px!important}.tab-port-pl-509{padding-left:509px!important}.tab-port-pl-510{padding-left:510px!important}.tab-port-pl-511{padding-left:511px!important}.tab-port-pl-512{padding-left:512px!important}.tab-port-pl-513{padding-left:513px!important}.tab-port-pl-514{padding-left:514px!important}.tab-port-pl-515{padding-left:515px!important}.tab-port-pl-516{padding-left:516px!important}.tab-port-pl-517{padding-left:517px!important}.tab-port-pl-518{padding-left:518px!important}.tab-port-pl-519{padding-left:519px!important}.tab-port-pl-520{padding-left:520px!important}.tab-port-pl-521{padding-left:521px!important}.tab-port-pl-522{padding-left:522px!important}.tab-port-pl-523{padding-left:523px!important}.tab-port-pl-524{padding-left:524px!important}.tab-port-pl-525{padding-left:525px!important}.tab-port-pl-526{padding-left:526px!important}.tab-port-pl-527{padding-left:527px!important}.tab-port-pl-528{padding-left:528px!important}.tab-port-pl-529{padding-left:529px!important}.tab-port-pl-530{padding-left:530px!important}.tab-port-pl-531{padding-left:531px!important}.tab-port-pl-532{padding-left:532px!important}.tab-port-pl-533{padding-left:533px!important}.tab-port-pl-534{padding-left:534px!important}.tab-port-pl-535{padding-left:535px!important}.tab-port-pl-536{padding-left:536px!important}.tab-port-pl-537{padding-left:537px!important}.tab-port-pl-538{padding-left:538px!important}.tab-port-pl-539{padding-left:539px!important}.tab-port-pl-540{padding-left:540px!important}.tab-port-pl-541{padding-left:541px!important}.tab-port-pl-542{padding-left:542px!important}.tab-port-pl-543{padding-left:543px!important}.tab-port-pl-544{padding-left:544px!important}.tab-port-pl-545{padding-left:545px!important}.tab-port-pl-546{padding-left:546px!important}.tab-port-pl-547{padding-left:547px!important}.tab-port-pl-548{padding-left:548px!important}.tab-port-pl-549{padding-left:549px!important}.tab-port-pl-550{padding-left:550px!important}.tab-port-pl-551{padding-left:551px!important}.tab-port-pl-552{padding-left:552px!important}.tab-port-pl-553{padding-left:553px!important}.tab-port-pl-554{padding-left:554px!important}.tab-port-pl-555{padding-left:555px!important}.tab-port-pl-556{padding-left:556px!important}.tab-port-pl-557{padding-left:557px!important}.tab-port-pl-558{padding-left:558px!important}.tab-port-pl-559{padding-left:559px!important}.tab-port-pl-560{padding-left:560px!important}.tab-port-pl-561{padding-left:561px!important}.tab-port-pl-562{padding-left:562px!important}.tab-port-pl-563{padding-left:563px!important}.tab-port-pl-564{padding-left:564px!important}.tab-port-pl-565{padding-left:565px!important}.tab-port-pl-566{padding-left:566px!important}.tab-port-pl-567{padding-left:567px!important}.tab-port-pl-568{padding-left:568px!important}.tab-port-pl-569{padding-left:569px!important}.tab-port-pl-570{padding-left:570px!important}.tab-port-pl-571{padding-left:571px!important}.tab-port-pl-572{padding-left:572px!important}.tab-port-pl-573{padding-left:573px!important}.tab-port-pl-574{padding-left:574px!important}.tab-port-pl-575{padding-left:575px!important}.tab-port-pl-576{padding-left:576px!important}.tab-port-pl-577{padding-left:577px!important}.tab-port-pl-578{padding-left:578px!important}.tab-port-pl-579{padding-left:579px!important}.tab-port-pl-580{padding-left:580px!important}.tab-port-pl-581{padding-left:581px!important}.tab-port-pl-582{padding-left:582px!important}.tab-port-pl-583{padding-left:583px!important}.tab-port-pl-584{padding-left:584px!important}.tab-port-pl-585{padding-left:585px!important}.tab-port-pl-586{padding-left:586px!important}.tab-port-pl-587{padding-left:587px!important}.tab-port-pl-588{padding-left:588px!important}.tab-port-pl-589{padding-left:589px!important}.tab-port-pl-590{padding-left:590px!important}.tab-port-pl-591{padding-left:591px!important}.tab-port-pl-592{padding-left:592px!important}.tab-port-pl-593{padding-left:593px!important}.tab-port-pl-594{padding-left:594px!important}.tab-port-pl-595{padding-left:595px!important}.tab-port-pl-596{padding-left:596px!important}.tab-port-pl-597{padding-left:597px!important}.tab-port-pl-598{padding-left:598px!important}.tab-port-pl-599{padding-left:599px!important}.tab-port-pl-600{padding-left:600px!important}.tab-port-pl-601{padding-left:601px!important}.tab-port-pl-602{padding-left:602px!important}.tab-port-pl-603{padding-left:603px!important}.tab-port-pl-604{padding-left:604px!important}.tab-port-pl-605{padding-left:605px!important}.tab-port-pl-606{padding-left:606px!important}.tab-port-pl-607{padding-left:607px!important}.tab-port-pl-608{padding-left:608px!important}.tab-port-pl-609{padding-left:609px!important}.tab-port-pl-610{padding-left:610px!important}.tab-port-pl-611{padding-left:611px!important}.tab-port-pl-612{padding-left:612px!important}.tab-port-pl-613{padding-left:613px!important}.tab-port-pl-614{padding-left:614px!important}.tab-port-pl-615{padding-left:615px!important}.tab-port-pl-616{padding-left:616px!important}.tab-port-pl-617{padding-left:617px!important}.tab-port-pl-618{padding-left:618px!important}.tab-port-pl-619{padding-left:619px!important}.tab-port-pl-620{padding-left:620px!important}.tab-port-pl-621{padding-left:621px!important}.tab-port-pl-622{padding-left:622px!important}.tab-port-pl-623{padding-left:623px!important}.tab-port-pl-624{padding-left:624px!important}.tab-port-pl-625{padding-left:625px!important}.tab-port-pl-626{padding-left:626px!important}.tab-port-pl-627{padding-left:627px!important}.tab-port-pl-628{padding-left:628px!important}.tab-port-pl-629{padding-left:629px!important}.tab-port-pl-630{padding-left:630px!important}.tab-port-pl-631{padding-left:631px!important}.tab-port-pl-632{padding-left:632px!important}.tab-port-pl-633{padding-left:633px!important}.tab-port-pl-634{padding-left:634px!important}.tab-port-pl-635{padding-left:635px!important}.tab-port-pl-636{padding-left:636px!important}.tab-port-pl-637{padding-left:637px!important}.tab-port-pl-638{padding-left:638px!important}.tab-port-pl-639{padding-left:639px!important}.tab-port-pl-640{padding-left:640px!important}.tab-port-pl-641{padding-left:641px!important}.tab-port-pl-642{padding-left:642px!important}.tab-port-pl-643{padding-left:643px!important}.tab-port-pl-644{padding-left:644px!important}.tab-port-pl-645{padding-left:645px!important}.tab-port-pl-646{padding-left:646px!important}.tab-port-pl-647{padding-left:647px!important}.tab-port-pl-648{padding-left:648px!important}.tab-port-pl-649{padding-left:649px!important}.tab-port-pl-650{padding-left:650px!important}.tab-port-pl-651{padding-left:651px!important}.tab-port-pl-652{padding-left:652px!important}.tab-port-pl-653{padding-left:653px!important}.tab-port-pl-654{padding-left:654px!important}.tab-port-pl-655{padding-left:655px!important}.tab-port-pl-656{padding-left:656px!important}.tab-port-pl-657{padding-left:657px!important}.tab-port-pl-658{padding-left:658px!important}.tab-port-pl-659{padding-left:659px!important}.tab-port-pl-660{padding-left:660px!important}.tab-port-pl-661{padding-left:661px!important}.tab-port-pl-662{padding-left:662px!important}.tab-port-pl-663{padding-left:663px!important}.tab-port-pl-664{padding-left:664px!important}.tab-port-pl-665{padding-left:665px!important}.tab-port-pl-666{padding-left:666px!important}.tab-port-pl-667{padding-left:667px!important}.tab-port-pl-668{padding-left:668px!important}.tab-port-pl-669{padding-left:669px!important}.tab-port-pl-670{padding-left:670px!important}.tab-port-pl-671{padding-left:671px!important}.tab-port-pl-672{padding-left:672px!important}.tab-port-pl-673{padding-left:673px!important}.tab-port-pl-674{padding-left:674px!important}.tab-port-pl-675{padding-left:675px!important}.tab-port-pl-676{padding-left:676px!important}.tab-port-pl-677{padding-left:677px!important}.tab-port-pl-678{padding-left:678px!important}.tab-port-pl-679{padding-left:679px!important}.tab-port-pl-680{padding-left:680px!important}.tab-port-pl-681{padding-left:681px!important}.tab-port-pl-682{padding-left:682px!important}.tab-port-pl-683{padding-left:683px!important}.tab-port-pl-684{padding-left:684px!important}.tab-port-pl-685{padding-left:685px!important}.tab-port-pl-686{padding-left:686px!important}.tab-port-pl-687{padding-left:687px!important}.tab-port-pl-688{padding-left:688px!important}.tab-port-pl-689{padding-left:689px!important}.tab-port-pl-690{padding-left:690px!important}.tab-port-pl-691{padding-left:691px!important}.tab-port-pl-692{padding-left:692px!important}.tab-port-pl-693{padding-left:693px!important}.tab-port-pl-694{padding-left:694px!important}.tab-port-pl-695{padding-left:695px!important}.tab-port-pl-696{padding-left:696px!important}.tab-port-pl-697{padding-left:697px!important}.tab-port-pl-698{padding-left:698px!important}.tab-port-pl-699{padding-left:699px!important}.tab-port-pl-700{padding-left:700px!important}.tab-port-pl-701{padding-left:701px!important}.tab-port-pl-702{padding-left:702px!important}.tab-port-pl-703{padding-left:703px!important}.tab-port-pl-704{padding-left:704px!important}.tab-port-pl-705{padding-left:705px!important}.tab-port-pl-706{padding-left:706px!important}.tab-port-pl-707{padding-left:707px!important}.tab-port-pl-708{padding-left:708px!important}.tab-port-pl-709{padding-left:709px!important}.tab-port-pl-710{padding-left:710px!important}.tab-port-pl-711{padding-left:711px!important}.tab-port-pl-712{padding-left:712px!important}.tab-port-pl-713{padding-left:713px!important}.tab-port-pl-714{padding-left:714px!important}.tab-port-pl-715{padding-left:715px!important}.tab-port-pl-716{padding-left:716px!important}.tab-port-pl-717{padding-left:717px!important}.tab-port-pl-718{padding-left:718px!important}.tab-port-pl-719{padding-left:719px!important}.tab-port-pl-720{padding-left:720px!important}.tab-port-pl-721{padding-left:721px!important}.tab-port-pl-722{padding-left:722px!important}.tab-port-pl-723{padding-left:723px!important}.tab-port-pl-724{padding-left:724px!important}.tab-port-pl-725{padding-left:725px!important}.tab-port-pl-726{padding-left:726px!important}.tab-port-pl-727{padding-left:727px!important}.tab-port-pl-728{padding-left:728px!important}.tab-port-pl-729{padding-left:729px!important}.tab-port-pl-730{padding-left:730px!important}.tab-port-pl-731{padding-left:731px!important}.tab-port-pl-732{padding-left:732px!important}.tab-port-pl-733{padding-left:733px!important}.tab-port-pl-734{padding-left:734px!important}.tab-port-pl-735{padding-left:735px!important}.tab-port-pl-736{padding-left:736px!important}.tab-port-pl-737{padding-left:737px!important}.tab-port-pl-738{padding-left:738px!important}.tab-port-pl-739{padding-left:739px!important}.tab-port-pl-740{padding-left:740px!important}.tab-port-pl-741{padding-left:741px!important}.tab-port-pl-742{padding-left:742px!important}.tab-port-pl-743{padding-left:743px!important}.tab-port-pl-744{padding-left:744px!important}.tab-port-pl-745{padding-left:745px!important}.tab-port-pl-746{padding-left:746px!important}.tab-port-pl-747{padding-left:747px!important}.tab-port-pl-748{padding-left:748px!important}.tab-port-pl-749{padding-left:749px!important}.tab-port-pl-750{padding-left:750px!important}.tab-port-pl-751{padding-left:751px!important}.tab-port-pl-752{padding-left:752px!important}.tab-port-pl-753{padding-left:753px!important}.tab-port-pl-754{padding-left:754px!important}.tab-port-pl-755{padding-left:755px!important}.tab-port-pl-756{padding-left:756px!important}.tab-port-pl-757{padding-left:757px!important}.tab-port-pl-758{padding-left:758px!important}.tab-port-pl-759{padding-left:759px!important}.tab-port-pl-760{padding-left:760px!important}.tab-port-pl-761{padding-left:761px!important}.tab-port-pl-762{padding-left:762px!important}.tab-port-pl-763{padding-left:763px!important}.tab-port-pl-764{padding-left:764px!important}.tab-port-pl-765{padding-left:765px!important}.tab-port-pl-766{padding-left:766px!important}.tab-port-pl-767{padding-left:767px!important}.tab-port-pl-768{padding-left:768px!important}.tab-port-pl-769{padding-left:769px!important}.tab-port-pl-770{padding-left:770px!important}.tab-port-pl-771{padding-left:771px!important}.tab-port-pl-772{padding-left:772px!important}.tab-port-pl-773{padding-left:773px!important}.tab-port-pl-774{padding-left:774px!important}.tab-port-pl-775{padding-left:775px!important}.tab-port-pl-776{padding-left:776px!important}.tab-port-pl-777{padding-left:777px!important}.tab-port-pl-778{padding-left:778px!important}.tab-port-pl-779{padding-left:779px!important}.tab-port-pl-780{padding-left:780px!important}.tab-port-pl-781{padding-left:781px!important}.tab-port-pl-782{padding-left:782px!important}.tab-port-pl-783{padding-left:783px!important}.tab-port-pl-784{padding-left:784px!important}.tab-port-pl-785{padding-left:785px!important}.tab-port-pl-786{padding-left:786px!important}.tab-port-pl-787{padding-left:787px!important}.tab-port-pl-788{padding-left:788px!important}.tab-port-pl-789{padding-left:789px!important}.tab-port-pl-790{padding-left:790px!important}.tab-port-pl-791{padding-left:791px!important}.tab-port-pl-792{padding-left:792px!important}.tab-port-pl-793{padding-left:793px!important}.tab-port-pl-794{padding-left:794px!important}.tab-port-pl-795{padding-left:795px!important}.tab-port-pl-796{padding-left:796px!important}.tab-port-pl-797{padding-left:797px!important}.tab-port-pl-798{padding-left:798px!important}.tab-port-pl-799{padding-left:799px!important}.tab-port-pl-800{padding-left:800px!important}.tab-port-pl-801{padding-left:801px!important}.tab-port-pl-802{padding-left:802px!important}.tab-port-pl-803{padding-left:803px!important}.tab-port-pl-804{padding-left:804px!important}.tab-port-pl-805{padding-left:805px!important}.tab-port-pl-806{padding-left:806px!important}.tab-port-pl-807{padding-left:807px!important}.tab-port-pl-808{padding-left:808px!important}.tab-port-pl-809{padding-left:809px!important}.tab-port-pl-810{padding-left:810px!important}.tab-port-pl-811{padding-left:811px!important}.tab-port-pl-812{padding-left:812px!important}.tab-port-pl-813{padding-left:813px!important}.tab-port-pl-814{padding-left:814px!important}.tab-port-pl-815{padding-left:815px!important}.tab-port-pl-816{padding-left:816px!important}.tab-port-pl-817{padding-left:817px!important}.tab-port-pl-818{padding-left:818px!important}.tab-port-pl-819{padding-left:819px!important}.tab-port-pl-820{padding-left:820px!important}.tab-port-pl-821{padding-left:821px!important}.tab-port-pl-822{padding-left:822px!important}.tab-port-pl-823{padding-left:823px!important}.tab-port-pl-824{padding-left:824px!important}.tab-port-pl-825{padding-left:825px!important}.tab-port-pl-826{padding-left:826px!important}.tab-port-pl-827{padding-left:827px!important}.tab-port-pl-828{padding-left:828px!important}.tab-port-pl-829{padding-left:829px!important}.tab-port-pl-830{padding-left:830px!important}.tab-port-pl-831{padding-left:831px!important}.tab-port-pl-832{padding-left:832px!important}.tab-port-pl-833{padding-left:833px!important}.tab-port-pl-834{padding-left:834px!important}.tab-port-pl-835{padding-left:835px!important}.tab-port-pl-836{padding-left:836px!important}.tab-port-pl-837{padding-left:837px!important}.tab-port-pl-838{padding-left:838px!important}.tab-port-pl-839{padding-left:839px!important}.tab-port-pl-840{padding-left:840px!important}.tab-port-pl-841{padding-left:841px!important}.tab-port-pl-842{padding-left:842px!important}.tab-port-pl-843{padding-left:843px!important}.tab-port-pl-844{padding-left:844px!important}.tab-port-pl-845{padding-left:845px!important}.tab-port-pl-846{padding-left:846px!important}.tab-port-pl-847{padding-left:847px!important}.tab-port-pl-848{padding-left:848px!important}.tab-port-pl-849{padding-left:849px!important}.tab-port-pl-850{padding-left:850px!important}.tab-port-pl-851{padding-left:851px!important}.tab-port-pl-852{padding-left:852px!important}.tab-port-pl-853{padding-left:853px!important}.tab-port-pl-854{padding-left:854px!important}.tab-port-pl-855{padding-left:855px!important}.tab-port-pl-856{padding-left:856px!important}.tab-port-pl-857{padding-left:857px!important}.tab-port-pl-858{padding-left:858px!important}.tab-port-pl-859{padding-left:859px!important}.tab-port-pl-860{padding-left:860px!important}.tab-port-pl-861{padding-left:861px!important}.tab-port-pl-862{padding-left:862px!important}.tab-port-pl-863{padding-left:863px!important}.tab-port-pl-864{padding-left:864px!important}.tab-port-pl-865{padding-left:865px!important}.tab-port-pl-866{padding-left:866px!important}.tab-port-pl-867{padding-left:867px!important}.tab-port-pl-868{padding-left:868px!important}.tab-port-pl-869{padding-left:869px!important}.tab-port-pl-870{padding-left:870px!important}.tab-port-pl-871{padding-left:871px!important}.tab-port-pl-872{padding-left:872px!important}.tab-port-pl-873{padding-left:873px!important}.tab-port-pl-874{padding-left:874px!important}.tab-port-pl-875{padding-left:875px!important}.tab-port-pl-876{padding-left:876px!important}.tab-port-pl-877{padding-left:877px!important}.tab-port-pl-878{padding-left:878px!important}.tab-port-pl-879{padding-left:879px!important}.tab-port-pl-880{padding-left:880px!important}.tab-port-pl-881{padding-left:881px!important}.tab-port-pl-882{padding-left:882px!important}.tab-port-pl-883{padding-left:883px!important}.tab-port-pl-884{padding-left:884px!important}.tab-port-pl-885{padding-left:885px!important}.tab-port-pl-886{padding-left:886px!important}.tab-port-pl-887{padding-left:887px!important}.tab-port-pl-888{padding-left:888px!important}.tab-port-pl-889{padding-left:889px!important}.tab-port-pl-890{padding-left:890px!important}.tab-port-pl-891{padding-left:891px!important}.tab-port-pl-892{padding-left:892px!important}.tab-port-pl-893{padding-left:893px!important}.tab-port-pl-894{padding-left:894px!important}.tab-port-pl-895{padding-left:895px!important}.tab-port-pl-896{padding-left:896px!important}.tab-port-pl-897{padding-left:897px!important}.tab-port-pl-898{padding-left:898px!important}.tab-port-pl-899{padding-left:899px!important}.tab-port-pl-900{padding-left:900px!important}.tab-port-pl-901{padding-left:901px!important}.tab-port-pl-902{padding-left:902px!important}.tab-port-pl-903{padding-left:903px!important}.tab-port-pl-904{padding-left:904px!important}.tab-port-pl-905{padding-left:905px!important}.tab-port-pl-906{padding-left:906px!important}.tab-port-pl-907{padding-left:907px!important}.tab-port-pl-908{padding-left:908px!important}.tab-port-pl-909{padding-left:909px!important}.tab-port-pl-910{padding-left:910px!important}.tab-port-pl-911{padding-left:911px!important}.tab-port-pl-912{padding-left:912px!important}.tab-port-pl-913{padding-left:913px!important}.tab-port-pl-914{padding-left:914px!important}.tab-port-pl-915{padding-left:915px!important}.tab-port-pl-916{padding-left:916px!important}.tab-port-pl-917{padding-left:917px!important}.tab-port-pl-918{padding-left:918px!important}.tab-port-pl-919{padding-left:919px!important}.tab-port-pl-920{padding-left:920px!important}.tab-port-pl-921{padding-left:921px!important}.tab-port-pl-922{padding-left:922px!important}.tab-port-pl-923{padding-left:923px!important}.tab-port-pl-924{padding-left:924px!important}.tab-port-pl-925{padding-left:925px!important}.tab-port-pl-926{padding-left:926px!important}.tab-port-pl-927{padding-left:927px!important}.tab-port-pl-928{padding-left:928px!important}.tab-port-pl-929{padding-left:929px!important}.tab-port-pl-930{padding-left:930px!important}.tab-port-pl-931{padding-left:931px!important}.tab-port-pl-932{padding-left:932px!important}.tab-port-pl-933{padding-left:933px!important}.tab-port-pl-934{padding-left:934px!important}.tab-port-pl-935{padding-left:935px!important}.tab-port-pl-936{padding-left:936px!important}.tab-port-pl-937{padding-left:937px!important}.tab-port-pl-938{padding-left:938px!important}.tab-port-pl-939{padding-left:939px!important}.tab-port-pl-940{padding-left:940px!important}.tab-port-pl-941{padding-left:941px!important}.tab-port-pl-942{padding-left:942px!important}.tab-port-pl-943{padding-left:943px!important}.tab-port-pl-944{padding-left:944px!important}.tab-port-pl-945{padding-left:945px!important}.tab-port-pl-946{padding-left:946px!important}.tab-port-pl-947{padding-left:947px!important}.tab-port-pl-948{padding-left:948px!important}.tab-port-pl-949{padding-left:949px!important}.tab-port-pl-950{padding-left:950px!important}.tab-port-pl-951{padding-left:951px!important}.tab-port-pl-952{padding-left:952px!important}.tab-port-pl-953{padding-left:953px!important}.tab-port-pl-954{padding-left:954px!important}.tab-port-pl-955{padding-left:955px!important}.tab-port-pl-956{padding-left:956px!important}.tab-port-pl-957{padding-left:957px!important}.tab-port-pl-958{padding-left:958px!important}.tab-port-pl-959{padding-left:959px!important}.tab-port-pl-960{padding-left:960px!important}.tab-port-pl-961{padding-left:961px!important}.tab-port-pl-962{padding-left:962px!important}.tab-port-pl-963{padding-left:963px!important}.tab-port-pl-964{padding-left:964px!important}.tab-port-pl-965{padding-left:965px!important}.tab-port-pl-966{padding-left:966px!important}.tab-port-pl-967{padding-left:967px!important}.tab-port-pl-968{padding-left:968px!important}.tab-port-pl-969{padding-left:969px!important}.tab-port-pl-970{padding-left:970px!important}.tab-port-pl-971{padding-left:971px!important}.tab-port-pl-972{padding-left:972px!important}.tab-port-pl-973{padding-left:973px!important}.tab-port-pl-974{padding-left:974px!important}.tab-port-pl-975{padding-left:975px!important}.tab-port-pl-976{padding-left:976px!important}.tab-port-pl-977{padding-left:977px!important}.tab-port-pl-978{padding-left:978px!important}.tab-port-pl-979{padding-left:979px!important}.tab-port-pl-980{padding-left:980px!important}.tab-port-pl-981{padding-left:981px!important}.tab-port-pl-982{padding-left:982px!important}.tab-port-pl-983{padding-left:983px!important}.tab-port-pl-984{padding-left:984px!important}.tab-port-pl-985{padding-left:985px!important}.tab-port-pl-986{padding-left:986px!important}.tab-port-pl-987{padding-left:987px!important}.tab-port-pl-988{padding-left:988px!important}.tab-port-pl-989{padding-left:989px!important}.tab-port-pl-990{padding-left:990px!important}.tab-port-pl-991{padding-left:991px!important}.tab-port-pl-992{padding-left:992px!important}.tab-port-pl-993{padding-left:993px!important}.tab-port-pl-994{padding-left:994px!important}.tab-port-pl-995{padding-left:995px!important}.tab-port-pl-996{padding-left:996px!important}.tab-port-pl-997{padding-left:997px!important}.tab-port-pl-998{padding-left:998px!important}.tab-port-pl-999{padding-left:999px!important}.tab-port-pl-1000{padding-left:1000px!important}.tab-port-px-1{padding-left:1px!important;padding-right:1px!important}.tab-port-px-2{padding-left:2px!important;padding-right:2px!important}.tab-port-px-3{padding-left:3px!important;padding-right:3px!important}.tab-port-px-4{padding-left:4px!important;padding-right:4px!important}.tab-port-px-5{padding-left:5px!important;padding-right:5px!important}.tab-port-px-6{padding-left:6px!important;padding-right:6px!important}.tab-port-px-7{padding-left:7px!important;padding-right:7px!important}.tab-port-px-8{padding-left:8px!important;padding-right:8px!important}.tab-port-px-9{padding-left:9px!important;padding-right:9px!important}.tab-port-px-10{padding-left:10px!important;padding-right:10px!important}.tab-port-px-11{padding-left:11px!important;padding-right:11px!important}.tab-port-px-12{padding-left:12px!important;padding-right:12px!important}.tab-port-px-13{padding-left:13px!important;padding-right:13px!important}.tab-port-px-14{padding-left:14px!important;padding-right:14px!important}.tab-port-px-15{padding-left:15px!important;padding-right:15px!important}.tab-port-px-16{padding-left:16px!important;padding-right:16px!important}.tab-port-px-17{padding-left:17px!important;padding-right:17px!important}.tab-port-px-18{padding-left:18px!important;padding-right:18px!important}.tab-port-px-19{padding-left:19px!important;padding-right:19px!important}.tab-port-px-20{padding-left:20px!important;padding-right:20px!important}.tab-port-px-21{padding-left:21px!important;padding-right:21px!important}.tab-port-px-22{padding-left:22px!important;padding-right:22px!important}.tab-port-px-23{padding-left:23px!important;padding-right:23px!important}.tab-port-px-24{padding-left:24px!important;padding-right:24px!important}.tab-port-px-25{padding-left:25px!important;padding-right:25px!important}.tab-port-px-26{padding-left:26px!important;padding-right:26px!important}.tab-port-px-27{padding-left:27px!important;padding-right:27px!important}.tab-port-px-28{padding-left:28px!important;padding-right:28px!important}.tab-port-px-29{padding-left:29px!important;padding-right:29px!important}.tab-port-px-30{padding-left:30px!important;padding-right:30px!important}.tab-port-px-31{padding-left:31px!important;padding-right:31px!important}.tab-port-px-32{padding-left:32px!important;padding-right:32px!important}.tab-port-px-33{padding-left:33px!important;padding-right:33px!important}.tab-port-px-34{padding-left:34px!important;padding-right:34px!important}.tab-port-px-35{padding-left:35px!important;padding-right:35px!important}.tab-port-px-36{padding-left:36px!important;padding-right:36px!important}.tab-port-px-37{padding-left:37px!important;padding-right:37px!important}.tab-port-px-38{padding-left:38px!important;padding-right:38px!important}.tab-port-px-39{padding-left:39px!important;padding-right:39px!important}.tab-port-px-40{padding-left:40px!important;padding-right:40px!important}.tab-port-px-41{padding-left:41px!important;padding-right:41px!important}.tab-port-px-42{padding-left:42px!important;padding-right:42px!important}.tab-port-px-43{padding-left:43px!important;padding-right:43px!important}.tab-port-px-44{padding-left:44px!important;padding-right:44px!important}.tab-port-px-45{padding-left:45px!important;padding-right:45px!important}.tab-port-px-46{padding-left:46px!important;padding-right:46px!important}.tab-port-px-47{padding-left:47px!important;padding-right:47px!important}.tab-port-px-48{padding-left:48px!important;padding-right:48px!important}.tab-port-px-49{padding-left:49px!important;padding-right:49px!important}.tab-port-px-50{padding-left:50px!important;padding-right:50px!important}.tab-port-px-51{padding-left:51px!important;padding-right:51px!important}.tab-port-px-52{padding-left:52px!important;padding-right:52px!important}.tab-port-px-53{padding-left:53px!important;padding-right:53px!important}.tab-port-px-54{padding-left:54px!important;padding-right:54px!important}.tab-port-px-55{padding-left:55px!important;padding-right:55px!important}.tab-port-px-56{padding-left:56px!important;padding-right:56px!important}.tab-port-px-57{padding-left:57px!important;padding-right:57px!important}.tab-port-px-58{padding-left:58px!important;padding-right:58px!important}.tab-port-px-59{padding-left:59px!important;padding-right:59px!important}.tab-port-px-60{padding-left:60px!important;padding-right:60px!important}.tab-port-px-61{padding-left:61px!important;padding-right:61px!important}.tab-port-px-62{padding-left:62px!important;padding-right:62px!important}.tab-port-px-63{padding-left:63px!important;padding-right:63px!important}.tab-port-px-64{padding-left:64px!important;padding-right:64px!important}.tab-port-px-65{padding-left:65px!important;padding-right:65px!important}.tab-port-px-66{padding-left:66px!important;padding-right:66px!important}.tab-port-px-67{padding-left:67px!important;padding-right:67px!important}.tab-port-px-68{padding-left:68px!important;padding-right:68px!important}.tab-port-px-69{padding-left:69px!important;padding-right:69px!important}.tab-port-px-70{padding-left:70px!important;padding-right:70px!important}.tab-port-px-71{padding-left:71px!important;padding-right:71px!important}.tab-port-px-72{padding-left:72px!important;padding-right:72px!important}.tab-port-px-73{padding-left:73px!important;padding-right:73px!important}.tab-port-px-74{padding-left:74px!important;padding-right:74px!important}.tab-port-px-75{padding-left:75px!important;padding-right:75px!important}.tab-port-px-76{padding-left:76px!important;padding-right:76px!important}.tab-port-px-77{padding-left:77px!important;padding-right:77px!important}.tab-port-px-78{padding-left:78px!important;padding-right:78px!important}.tab-port-px-79{padding-left:79px!important;padding-right:79px!important}.tab-port-px-80{padding-left:80px!important;padding-right:80px!important}.tab-port-px-81{padding-left:81px!important;padding-right:81px!important}.tab-port-px-82{padding-left:82px!important;padding-right:82px!important}.tab-port-px-83{padding-left:83px!important;padding-right:83px!important}.tab-port-px-84{padding-left:84px!important;padding-right:84px!important}.tab-port-px-85{padding-left:85px!important;padding-right:85px!important}.tab-port-px-86{padding-left:86px!important;padding-right:86px!important}.tab-port-px-87{padding-left:87px!important;padding-right:87px!important}.tab-port-px-88{padding-left:88px!important;padding-right:88px!important}.tab-port-px-89{padding-left:89px!important;padding-right:89px!important}.tab-port-px-90{padding-left:90px!important;padding-right:90px!important}.tab-port-px-91{padding-left:91px!important;padding-right:91px!important}.tab-port-px-92{padding-left:92px!important;padding-right:92px!important}.tab-port-px-93{padding-left:93px!important;padding-right:93px!important}.tab-port-px-94{padding-left:94px!important;padding-right:94px!important}.tab-port-px-95{padding-left:95px!important;padding-right:95px!important}.tab-port-px-96{padding-left:96px!important;padding-right:96px!important}.tab-port-px-97{padding-left:97px!important;padding-right:97px!important}.tab-port-px-98{padding-left:98px!important;padding-right:98px!important}.tab-port-px-99{padding-left:99px!important;padding-right:99px!important}.tab-port-px-100{padding-left:100px!important;padding-right:100px!important}.tab-port-px-101{padding-left:101px!important;padding-right:101px!important}.tab-port-px-102{padding-left:102px!important;padding-right:102px!important}.tab-port-px-103{padding-left:103px!important;padding-right:103px!important}.tab-port-px-104{padding-left:104px!important;padding-right:104px!important}.tab-port-px-105{padding-left:105px!important;padding-right:105px!important}.tab-port-px-106{padding-left:106px!important;padding-right:106px!important}.tab-port-px-107{padding-left:107px!important;padding-right:107px!important}.tab-port-px-108{padding-left:108px!important;padding-right:108px!important}.tab-port-px-109{padding-left:109px!important;padding-right:109px!important}.tab-port-px-110{padding-left:110px!important;padding-right:110px!important}.tab-port-px-111{padding-left:111px!important;padding-right:111px!important}.tab-port-px-112{padding-left:112px!important;padding-right:112px!important}.tab-port-px-113{padding-left:113px!important;padding-right:113px!important}.tab-port-px-114{padding-left:114px!important;padding-right:114px!important}.tab-port-px-115{padding-left:115px!important;padding-right:115px!important}.tab-port-px-116{padding-left:116px!important;padding-right:116px!important}.tab-port-px-117{padding-left:117px!important;padding-right:117px!important}.tab-port-px-118{padding-left:118px!important;padding-right:118px!important}.tab-port-px-119{padding-left:119px!important;padding-right:119px!important}.tab-port-px-120{padding-left:120px!important;padding-right:120px!important}.tab-port-px-121{padding-left:121px!important;padding-right:121px!important}.tab-port-px-122{padding-left:122px!important;padding-right:122px!important}.tab-port-px-123{padding-left:123px!important;padding-right:123px!important}.tab-port-px-124{padding-left:124px!important;padding-right:124px!important}.tab-port-px-125{padding-left:125px!important;padding-right:125px!important}.tab-port-px-126{padding-left:126px!important;padding-right:126px!important}.tab-port-px-127{padding-left:127px!important;padding-right:127px!important}.tab-port-px-128{padding-left:128px!important;padding-right:128px!important}.tab-port-px-129{padding-left:129px!important;padding-right:129px!important}.tab-port-px-130{padding-left:130px!important;padding-right:130px!important}.tab-port-px-131{padding-left:131px!important;padding-right:131px!important}.tab-port-px-132{padding-left:132px!important;padding-right:132px!important}.tab-port-px-133{padding-left:133px!important;padding-right:133px!important}.tab-port-px-134{padding-left:134px!important;padding-right:134px!important}.tab-port-px-135{padding-left:135px!important;padding-right:135px!important}.tab-port-px-136{padding-left:136px!important;padding-right:136px!important}.tab-port-px-137{padding-left:137px!important;padding-right:137px!important}.tab-port-px-138{padding-left:138px!important;padding-right:138px!important}.tab-port-px-139{padding-left:139px!important;padding-right:139px!important}.tab-port-px-140{padding-left:140px!important;padding-right:140px!important}.tab-port-px-141{padding-left:141px!important;padding-right:141px!important}.tab-port-px-142{padding-left:142px!important;padding-right:142px!important}.tab-port-px-143{padding-left:143px!important;padding-right:143px!important}.tab-port-px-144{padding-left:144px!important;padding-right:144px!important}.tab-port-px-145{padding-left:145px!important;padding-right:145px!important}.tab-port-px-146{padding-left:146px!important;padding-right:146px!important}.tab-port-px-147{padding-left:147px!important;padding-right:147px!important}.tab-port-px-148{padding-left:148px!important;padding-right:148px!important}.tab-port-px-149{padding-left:149px!important;padding-right:149px!important}.tab-port-px-150{padding-left:150px!important;padding-right:150px!important}.tab-port-px-151{padding-left:151px!important;padding-right:151px!important}.tab-port-px-152{padding-left:152px!important;padding-right:152px!important}.tab-port-px-153{padding-left:153px!important;padding-right:153px!important}.tab-port-px-154{padding-left:154px!important;padding-right:154px!important}.tab-port-px-155{padding-left:155px!important;padding-right:155px!important}.tab-port-px-156{padding-left:156px!important;padding-right:156px!important}.tab-port-px-157{padding-left:157px!important;padding-right:157px!important}.tab-port-px-158{padding-left:158px!important;padding-right:158px!important}.tab-port-px-159{padding-left:159px!important;padding-right:159px!important}.tab-port-px-160{padding-left:160px!important;padding-right:160px!important}.tab-port-px-161{padding-left:161px!important;padding-right:161px!important}.tab-port-px-162{padding-left:162px!important;padding-right:162px!important}.tab-port-px-163{padding-left:163px!important;padding-right:163px!important}.tab-port-px-164{padding-left:164px!important;padding-right:164px!important}.tab-port-px-165{padding-left:165px!important;padding-right:165px!important}.tab-port-px-166{padding-left:166px!important;padding-right:166px!important}.tab-port-px-167{padding-left:167px!important;padding-right:167px!important}.tab-port-px-168{padding-left:168px!important;padding-right:168px!important}.tab-port-px-169{padding-left:169px!important;padding-right:169px!important}.tab-port-px-170{padding-left:170px!important;padding-right:170px!important}.tab-port-px-171{padding-left:171px!important;padding-right:171px!important}.tab-port-px-172{padding-left:172px!important;padding-right:172px!important}.tab-port-px-173{padding-left:173px!important;padding-right:173px!important}.tab-port-px-174{padding-left:174px!important;padding-right:174px!important}.tab-port-px-175{padding-left:175px!important;padding-right:175px!important}.tab-port-px-176{padding-left:176px!important;padding-right:176px!important}.tab-port-px-177{padding-left:177px!important;padding-right:177px!important}.tab-port-px-178{padding-left:178px!important;padding-right:178px!important}.tab-port-px-179{padding-left:179px!important;padding-right:179px!important}.tab-port-px-180{padding-left:180px!important;padding-right:180px!important}.tab-port-px-181{padding-left:181px!important;padding-right:181px!important}.tab-port-px-182{padding-left:182px!important;padding-right:182px!important}.tab-port-px-183{padding-left:183px!important;padding-right:183px!important}.tab-port-px-184{padding-left:184px!important;padding-right:184px!important}.tab-port-px-185{padding-left:185px!important;padding-right:185px!important}.tab-port-px-186{padding-left:186px!important;padding-right:186px!important}.tab-port-px-187{padding-left:187px!important;padding-right:187px!important}.tab-port-px-188{padding-left:188px!important;padding-right:188px!important}.tab-port-px-189{padding-left:189px!important;padding-right:189px!important}.tab-port-px-190{padding-left:190px!important;padding-right:190px!important}.tab-port-px-191{padding-left:191px!important;padding-right:191px!important}.tab-port-px-192{padding-left:192px!important;padding-right:192px!important}.tab-port-px-193{padding-left:193px!important;padding-right:193px!important}.tab-port-px-194{padding-left:194px!important;padding-right:194px!important}.tab-port-px-195{padding-left:195px!important;padding-right:195px!important}.tab-port-px-196{padding-left:196px!important;padding-right:196px!important}.tab-port-px-197{padding-left:197px!important;padding-right:197px!important}.tab-port-px-198{padding-left:198px!important;padding-right:198px!important}.tab-port-px-199{padding-left:199px!important;padding-right:199px!important}.tab-port-px-200{padding-left:200px!important;padding-right:200px!important}.tab-port-px-201{padding-left:201px!important;padding-right:201px!important}.tab-port-px-202{padding-left:202px!important;padding-right:202px!important}.tab-port-px-203{padding-left:203px!important;padding-right:203px!important}.tab-port-px-204{padding-left:204px!important;padding-right:204px!important}.tab-port-px-205{padding-left:205px!important;padding-right:205px!important}.tab-port-px-206{padding-left:206px!important;padding-right:206px!important}.tab-port-px-207{padding-left:207px!important;padding-right:207px!important}.tab-port-px-208{padding-left:208px!important;padding-right:208px!important}.tab-port-px-209{padding-left:209px!important;padding-right:209px!important}.tab-port-px-210{padding-left:210px!important;padding-right:210px!important}.tab-port-px-211{padding-left:211px!important;padding-right:211px!important}.tab-port-px-212{padding-left:212px!important;padding-right:212px!important}.tab-port-px-213{padding-left:213px!important;padding-right:213px!important}.tab-port-px-214{padding-left:214px!important;padding-right:214px!important}.tab-port-px-215{padding-left:215px!important;padding-right:215px!important}.tab-port-px-216{padding-left:216px!important;padding-right:216px!important}.tab-port-px-217{padding-left:217px!important;padding-right:217px!important}.tab-port-px-218{padding-left:218px!important;padding-right:218px!important}.tab-port-px-219{padding-left:219px!important;padding-right:219px!important}.tab-port-px-220{padding-left:220px!important;padding-right:220px!important}.tab-port-px-221{padding-left:221px!important;padding-right:221px!important}.tab-port-px-222{padding-left:222px!important;padding-right:222px!important}.tab-port-px-223{padding-left:223px!important;padding-right:223px!important}.tab-port-px-224{padding-left:224px!important;padding-right:224px!important}.tab-port-px-225{padding-left:225px!important;padding-right:225px!important}.tab-port-px-226{padding-left:226px!important;padding-right:226px!important}.tab-port-px-227{padding-left:227px!important;padding-right:227px!important}.tab-port-px-228{padding-left:228px!important;padding-right:228px!important}.tab-port-px-229{padding-left:229px!important;padding-right:229px!important}.tab-port-px-230{padding-left:230px!important;padding-right:230px!important}.tab-port-px-231{padding-left:231px!important;padding-right:231px!important}.tab-port-px-232{padding-left:232px!important;padding-right:232px!important}.tab-port-px-233{padding-left:233px!important;padding-right:233px!important}.tab-port-px-234{padding-left:234px!important;padding-right:234px!important}.tab-port-px-235{padding-left:235px!important;padding-right:235px!important}.tab-port-px-236{padding-left:236px!important;padding-right:236px!important}.tab-port-px-237{padding-left:237px!important;padding-right:237px!important}.tab-port-px-238{padding-left:238px!important;padding-right:238px!important}.tab-port-px-239{padding-left:239px!important;padding-right:239px!important}.tab-port-px-240{padding-left:240px!important;padding-right:240px!important}.tab-port-px-241{padding-left:241px!important;padding-right:241px!important}.tab-port-px-242{padding-left:242px!important;padding-right:242px!important}.tab-port-px-243{padding-left:243px!important;padding-right:243px!important}.tab-port-px-244{padding-left:244px!important;padding-right:244px!important}.tab-port-px-245{padding-left:245px!important;padding-right:245px!important}.tab-port-px-246{padding-left:246px!important;padding-right:246px!important}.tab-port-px-247{padding-left:247px!important;padding-right:247px!important}.tab-port-px-248{padding-left:248px!important;padding-right:248px!important}.tab-port-px-249{padding-left:249px!important;padding-right:249px!important}.tab-port-px-250{padding-left:250px!important;padding-right:250px!important}.tab-port-px-251{padding-left:251px!important;padding-right:251px!important}.tab-port-px-252{padding-left:252px!important;padding-right:252px!important}.tab-port-px-253{padding-left:253px!important;padding-right:253px!important}.tab-port-px-254{padding-left:254px!important;padding-right:254px!important}.tab-port-px-255{padding-left:255px!important;padding-right:255px!important}.tab-port-px-256{padding-left:256px!important;padding-right:256px!important}.tab-port-px-257{padding-left:257px!important;padding-right:257px!important}.tab-port-px-258{padding-left:258px!important;padding-right:258px!important}.tab-port-px-259{padding-left:259px!important;padding-right:259px!important}.tab-port-px-260{padding-left:260px!important;padding-right:260px!important}.tab-port-px-261{padding-left:261px!important;padding-right:261px!important}.tab-port-px-262{padding-left:262px!important;padding-right:262px!important}.tab-port-px-263{padding-left:263px!important;padding-right:263px!important}.tab-port-px-264{padding-left:264px!important;padding-right:264px!important}.tab-port-px-265{padding-left:265px!important;padding-right:265px!important}.tab-port-px-266{padding-left:266px!important;padding-right:266px!important}.tab-port-px-267{padding-left:267px!important;padding-right:267px!important}.tab-port-px-268{padding-left:268px!important;padding-right:268px!important}.tab-port-px-269{padding-left:269px!important;padding-right:269px!important}.tab-port-px-270{padding-left:270px!important;padding-right:270px!important}.tab-port-px-271{padding-left:271px!important;padding-right:271px!important}.tab-port-px-272{padding-left:272px!important;padding-right:272px!important}.tab-port-px-273{padding-left:273px!important;padding-right:273px!important}.tab-port-px-274{padding-left:274px!important;padding-right:274px!important}.tab-port-px-275{padding-left:275px!important;padding-right:275px!important}.tab-port-px-276{padding-left:276px!important;padding-right:276px!important}.tab-port-px-277{padding-left:277px!important;padding-right:277px!important}.tab-port-px-278{padding-left:278px!important;padding-right:278px!important}.tab-port-px-279{padding-left:279px!important;padding-right:279px!important}.tab-port-px-280{padding-left:280px!important;padding-right:280px!important}.tab-port-px-281{padding-left:281px!important;padding-right:281px!important}.tab-port-px-282{padding-left:282px!important;padding-right:282px!important}.tab-port-px-283{padding-left:283px!important;padding-right:283px!important}.tab-port-px-284{padding-left:284px!important;padding-right:284px!important}.tab-port-px-285{padding-left:285px!important;padding-right:285px!important}.tab-port-px-286{padding-left:286px!important;padding-right:286px!important}.tab-port-px-287{padding-left:287px!important;padding-right:287px!important}.tab-port-px-288{padding-left:288px!important;padding-right:288px!important}.tab-port-px-289{padding-left:289px!important;padding-right:289px!important}.tab-port-px-290{padding-left:290px!important;padding-right:290px!important}.tab-port-px-291{padding-left:291px!important;padding-right:291px!important}.tab-port-px-292{padding-left:292px!important;padding-right:292px!important}.tab-port-px-293{padding-left:293px!important;padding-right:293px!important}.tab-port-px-294{padding-left:294px!important;padding-right:294px!important}.tab-port-px-295{padding-left:295px!important;padding-right:295px!important}.tab-port-px-296{padding-left:296px!important;padding-right:296px!important}.tab-port-px-297{padding-left:297px!important;padding-right:297px!important}.tab-port-px-298{padding-left:298px!important;padding-right:298px!important}.tab-port-px-299{padding-left:299px!important;padding-right:299px!important}.tab-port-px-300{padding-left:300px!important;padding-right:300px!important}.tab-port-px-301{padding-left:301px!important;padding-right:301px!important}.tab-port-px-302{padding-left:302px!important;padding-right:302px!important}.tab-port-px-303{padding-left:303px!important;padding-right:303px!important}.tab-port-px-304{padding-left:304px!important;padding-right:304px!important}.tab-port-px-305{padding-left:305px!important;padding-right:305px!important}.tab-port-px-306{padding-left:306px!important;padding-right:306px!important}.tab-port-px-307{padding-left:307px!important;padding-right:307px!important}.tab-port-px-308{padding-left:308px!important;padding-right:308px!important}.tab-port-px-309{padding-left:309px!important;padding-right:309px!important}.tab-port-px-310{padding-left:310px!important;padding-right:310px!important}.tab-port-px-311{padding-left:311px!important;padding-right:311px!important}.tab-port-px-312{padding-left:312px!important;padding-right:312px!important}.tab-port-px-313{padding-left:313px!important;padding-right:313px!important}.tab-port-px-314{padding-left:314px!important;padding-right:314px!important}.tab-port-px-315{padding-left:315px!important;padding-right:315px!important}.tab-port-px-316{padding-left:316px!important;padding-right:316px!important}.tab-port-px-317{padding-left:317px!important;padding-right:317px!important}.tab-port-px-318{padding-left:318px!important;padding-right:318px!important}.tab-port-px-319{padding-left:319px!important;padding-right:319px!important}.tab-port-px-320{padding-left:320px!important;padding-right:320px!important}.tab-port-px-321{padding-left:321px!important;padding-right:321px!important}.tab-port-px-322{padding-left:322px!important;padding-right:322px!important}.tab-port-px-323{padding-left:323px!important;padding-right:323px!important}.tab-port-px-324{padding-left:324px!important;padding-right:324px!important}.tab-port-px-325{padding-left:325px!important;padding-right:325px!important}.tab-port-px-326{padding-left:326px!important;padding-right:326px!important}.tab-port-px-327{padding-left:327px!important;padding-right:327px!important}.tab-port-px-328{padding-left:328px!important;padding-right:328px!important}.tab-port-px-329{padding-left:329px!important;padding-right:329px!important}.tab-port-px-330{padding-left:330px!important;padding-right:330px!important}.tab-port-px-331{padding-left:331px!important;padding-right:331px!important}.tab-port-px-332{padding-left:332px!important;padding-right:332px!important}.tab-port-px-333{padding-left:333px!important;padding-right:333px!important}.tab-port-px-334{padding-left:334px!important;padding-right:334px!important}.tab-port-px-335{padding-left:335px!important;padding-right:335px!important}.tab-port-px-336{padding-left:336px!important;padding-right:336px!important}.tab-port-px-337{padding-left:337px!important;padding-right:337px!important}.tab-port-px-338{padding-left:338px!important;padding-right:338px!important}.tab-port-px-339{padding-left:339px!important;padding-right:339px!important}.tab-port-px-340{padding-left:340px!important;padding-right:340px!important}.tab-port-px-341{padding-left:341px!important;padding-right:341px!important}.tab-port-px-342{padding-left:342px!important;padding-right:342px!important}.tab-port-px-343{padding-left:343px!important;padding-right:343px!important}.tab-port-px-344{padding-left:344px!important;padding-right:344px!important}.tab-port-px-345{padding-left:345px!important;padding-right:345px!important}.tab-port-px-346{padding-left:346px!important;padding-right:346px!important}.tab-port-px-347{padding-left:347px!important;padding-right:347px!important}.tab-port-px-348{padding-left:348px!important;padding-right:348px!important}.tab-port-px-349{padding-left:349px!important;padding-right:349px!important}.tab-port-px-350{padding-left:350px!important;padding-right:350px!important}.tab-port-px-351{padding-left:351px!important;padding-right:351px!important}.tab-port-px-352{padding-left:352px!important;padding-right:352px!important}.tab-port-px-353{padding-left:353px!important;padding-right:353px!important}.tab-port-px-354{padding-left:354px!important;padding-right:354px!important}.tab-port-px-355{padding-left:355px!important;padding-right:355px!important}.tab-port-px-356{padding-left:356px!important;padding-right:356px!important}.tab-port-px-357{padding-left:357px!important;padding-right:357px!important}.tab-port-px-358{padding-left:358px!important;padding-right:358px!important}.tab-port-px-359{padding-left:359px!important;padding-right:359px!important}.tab-port-px-360{padding-left:360px!important;padding-right:360px!important}.tab-port-px-361{padding-left:361px!important;padding-right:361px!important}.tab-port-px-362{padding-left:362px!important;padding-right:362px!important}.tab-port-px-363{padding-left:363px!important;padding-right:363px!important}.tab-port-px-364{padding-left:364px!important;padding-right:364px!important}.tab-port-px-365{padding-left:365px!important;padding-right:365px!important}.tab-port-px-366{padding-left:366px!important;padding-right:366px!important}.tab-port-px-367{padding-left:367px!important;padding-right:367px!important}.tab-port-px-368{padding-left:368px!important;padding-right:368px!important}.tab-port-px-369{padding-left:369px!important;padding-right:369px!important}.tab-port-px-370{padding-left:370px!important;padding-right:370px!important}.tab-port-px-371{padding-left:371px!important;padding-right:371px!important}.tab-port-px-372{padding-left:372px!important;padding-right:372px!important}.tab-port-px-373{padding-left:373px!important;padding-right:373px!important}.tab-port-px-374{padding-left:374px!important;padding-right:374px!important}.tab-port-px-375{padding-left:375px!important;padding-right:375px!important}.tab-port-px-376{padding-left:376px!important;padding-right:376px!important}.tab-port-px-377{padding-left:377px!important;padding-right:377px!important}.tab-port-px-378{padding-left:378px!important;padding-right:378px!important}.tab-port-px-379{padding-left:379px!important;padding-right:379px!important}.tab-port-px-380{padding-left:380px!important;padding-right:380px!important}.tab-port-px-381{padding-left:381px!important;padding-right:381px!important}.tab-port-px-382{padding-left:382px!important;padding-right:382px!important}.tab-port-px-383{padding-left:383px!important;padding-right:383px!important}.tab-port-px-384{padding-left:384px!important;padding-right:384px!important}.tab-port-px-385{padding-left:385px!important;padding-right:385px!important}.tab-port-px-386{padding-left:386px!important;padding-right:386px!important}.tab-port-px-387{padding-left:387px!important;padding-right:387px!important}.tab-port-px-388{padding-left:388px!important;padding-right:388px!important}.tab-port-px-389{padding-left:389px!important;padding-right:389px!important}.tab-port-px-390{padding-left:390px!important;padding-right:390px!important}.tab-port-px-391{padding-left:391px!important;padding-right:391px!important}.tab-port-px-392{padding-left:392px!important;padding-right:392px!important}.tab-port-px-393{padding-left:393px!important;padding-right:393px!important}.tab-port-px-394{padding-left:394px!important;padding-right:394px!important}.tab-port-px-395{padding-left:395px!important;padding-right:395px!important}.tab-port-px-396{padding-left:396px!important;padding-right:396px!important}.tab-port-px-397{padding-left:397px!important;padding-right:397px!important}.tab-port-px-398{padding-left:398px!important;padding-right:398px!important}.tab-port-px-399{padding-left:399px!important;padding-right:399px!important}.tab-port-px-400{padding-left:400px!important;padding-right:400px!important}.tab-port-px-401{padding-left:401px!important;padding-right:401px!important}.tab-port-px-402{padding-left:402px!important;padding-right:402px!important}.tab-port-px-403{padding-left:403px!important;padding-right:403px!important}.tab-port-px-404{padding-left:404px!important;padding-right:404px!important}.tab-port-px-405{padding-left:405px!important;padding-right:405px!important}.tab-port-px-406{padding-left:406px!important;padding-right:406px!important}.tab-port-px-407{padding-left:407px!important;padding-right:407px!important}.tab-port-px-408{padding-left:408px!important;padding-right:408px!important}.tab-port-px-409{padding-left:409px!important;padding-right:409px!important}.tab-port-px-410{padding-left:410px!important;padding-right:410px!important}.tab-port-px-411{padding-left:411px!important;padding-right:411px!important}.tab-port-px-412{padding-left:412px!important;padding-right:412px!important}.tab-port-px-413{padding-left:413px!important;padding-right:413px!important}.tab-port-px-414{padding-left:414px!important;padding-right:414px!important}.tab-port-px-415{padding-left:415px!important;padding-right:415px!important}.tab-port-px-416{padding-left:416px!important;padding-right:416px!important}.tab-port-px-417{padding-left:417px!important;padding-right:417px!important}.tab-port-px-418{padding-left:418px!important;padding-right:418px!important}.tab-port-px-419{padding-left:419px!important;padding-right:419px!important}.tab-port-px-420{padding-left:420px!important;padding-right:420px!important}.tab-port-px-421{padding-left:421px!important;padding-right:421px!important}.tab-port-px-422{padding-left:422px!important;padding-right:422px!important}.tab-port-px-423{padding-left:423px!important;padding-right:423px!important}.tab-port-px-424{padding-left:424px!important;padding-right:424px!important}.tab-port-px-425{padding-left:425px!important;padding-right:425px!important}.tab-port-px-426{padding-left:426px!important;padding-right:426px!important}.tab-port-px-427{padding-left:427px!important;padding-right:427px!important}.tab-port-px-428{padding-left:428px!important;padding-right:428px!important}.tab-port-px-429{padding-left:429px!important;padding-right:429px!important}.tab-port-px-430{padding-left:430px!important;padding-right:430px!important}.tab-port-px-431{padding-left:431px!important;padding-right:431px!important}.tab-port-px-432{padding-left:432px!important;padding-right:432px!important}.tab-port-px-433{padding-left:433px!important;padding-right:433px!important}.tab-port-px-434{padding-left:434px!important;padding-right:434px!important}.tab-port-px-435{padding-left:435px!important;padding-right:435px!important}.tab-port-px-436{padding-left:436px!important;padding-right:436px!important}.tab-port-px-437{padding-left:437px!important;padding-right:437px!important}.tab-port-px-438{padding-left:438px!important;padding-right:438px!important}.tab-port-px-439{padding-left:439px!important;padding-right:439px!important}.tab-port-px-440{padding-left:440px!important;padding-right:440px!important}.tab-port-px-441{padding-left:441px!important;padding-right:441px!important}.tab-port-px-442{padding-left:442px!important;padding-right:442px!important}.tab-port-px-443{padding-left:443px!important;padding-right:443px!important}.tab-port-px-444{padding-left:444px!important;padding-right:444px!important}.tab-port-px-445{padding-left:445px!important;padding-right:445px!important}.tab-port-px-446{padding-left:446px!important;padding-right:446px!important}.tab-port-px-447{padding-left:447px!important;padding-right:447px!important}.tab-port-px-448{padding-left:448px!important;padding-right:448px!important}.tab-port-px-449{padding-left:449px!important;padding-right:449px!important}.tab-port-px-450{padding-left:450px!important;padding-right:450px!important}.tab-port-px-451{padding-left:451px!important;padding-right:451px!important}.tab-port-px-452{padding-left:452px!important;padding-right:452px!important}.tab-port-px-453{padding-left:453px!important;padding-right:453px!important}.tab-port-px-454{padding-left:454px!important;padding-right:454px!important}.tab-port-px-455{padding-left:455px!important;padding-right:455px!important}.tab-port-px-456{padding-left:456px!important;padding-right:456px!important}.tab-port-px-457{padding-left:457px!important;padding-right:457px!important}.tab-port-px-458{padding-left:458px!important;padding-right:458px!important}.tab-port-px-459{padding-left:459px!important;padding-right:459px!important}.tab-port-px-460{padding-left:460px!important;padding-right:460px!important}.tab-port-px-461{padding-left:461px!important;padding-right:461px!important}.tab-port-px-462{padding-left:462px!important;padding-right:462px!important}.tab-port-px-463{padding-left:463px!important;padding-right:463px!important}.tab-port-px-464{padding-left:464px!important;padding-right:464px!important}.tab-port-px-465{padding-left:465px!important;padding-right:465px!important}.tab-port-px-466{padding-left:466px!important;padding-right:466px!important}.tab-port-px-467{padding-left:467px!important;padding-right:467px!important}.tab-port-px-468{padding-left:468px!important;padding-right:468px!important}.tab-port-px-469{padding-left:469px!important;padding-right:469px!important}.tab-port-px-470{padding-left:470px!important;padding-right:470px!important}.tab-port-px-471{padding-left:471px!important;padding-right:471px!important}.tab-port-px-472{padding-left:472px!important;padding-right:472px!important}.tab-port-px-473{padding-left:473px!important;padding-right:473px!important}.tab-port-px-474{padding-left:474px!important;padding-right:474px!important}.tab-port-px-475{padding-left:475px!important;padding-right:475px!important}.tab-port-px-476{padding-left:476px!important;padding-right:476px!important}.tab-port-px-477{padding-left:477px!important;padding-right:477px!important}.tab-port-px-478{padding-left:478px!important;padding-right:478px!important}.tab-port-px-479{padding-left:479px!important;padding-right:479px!important}.tab-port-px-480{padding-left:480px!important;padding-right:480px!important}.tab-port-px-481{padding-left:481px!important;padding-right:481px!important}.tab-port-px-482{padding-left:482px!important;padding-right:482px!important}.tab-port-px-483{padding-left:483px!important;padding-right:483px!important}.tab-port-px-484{padding-left:484px!important;padding-right:484px!important}.tab-port-px-485{padding-left:485px!important;padding-right:485px!important}.tab-port-px-486{padding-left:486px!important;padding-right:486px!important}.tab-port-px-487{padding-left:487px!important;padding-right:487px!important}.tab-port-px-488{padding-left:488px!important;padding-right:488px!important}.tab-port-px-489{padding-left:489px!important;padding-right:489px!important}.tab-port-px-490{padding-left:490px!important;padding-right:490px!important}.tab-port-px-491{padding-left:491px!important;padding-right:491px!important}.tab-port-px-492{padding-left:492px!important;padding-right:492px!important}.tab-port-px-493{padding-left:493px!important;padding-right:493px!important}.tab-port-px-494{padding-left:494px!important;padding-right:494px!important}.tab-port-px-495{padding-left:495px!important;padding-right:495px!important}.tab-port-px-496{padding-left:496px!important;padding-right:496px!important}.tab-port-px-497{padding-left:497px!important;padding-right:497px!important}.tab-port-px-498{padding-left:498px!important;padding-right:498px!important}.tab-port-px-499{padding-left:499px!important;padding-right:499px!important}.tab-port-px-500{padding-left:500px!important;padding-right:500px!important}.tab-port-px-501{padding-left:501px!important;padding-right:501px!important}.tab-port-px-502{padding-left:502px!important;padding-right:502px!important}.tab-port-px-503{padding-left:503px!important;padding-right:503px!important}.tab-port-px-504{padding-left:504px!important;padding-right:504px!important}.tab-port-px-505{padding-left:505px!important;padding-right:505px!important}.tab-port-px-506{padding-left:506px!important;padding-right:506px!important}.tab-port-px-507{padding-left:507px!important;padding-right:507px!important}.tab-port-px-508{padding-left:508px!important;padding-right:508px!important}.tab-port-px-509{padding-left:509px!important;padding-right:509px!important}.tab-port-px-510{padding-left:510px!important;padding-right:510px!important}.tab-port-px-511{padding-left:511px!important;padding-right:511px!important}.tab-port-px-512{padding-left:512px!important;padding-right:512px!important}.tab-port-px-513{padding-left:513px!important;padding-right:513px!important}.tab-port-px-514{padding-left:514px!important;padding-right:514px!important}.tab-port-px-515{padding-left:515px!important;padding-right:515px!important}.tab-port-px-516{padding-left:516px!important;padding-right:516px!important}.tab-port-px-517{padding-left:517px!important;padding-right:517px!important}.tab-port-px-518{padding-left:518px!important;padding-right:518px!important}.tab-port-px-519{padding-left:519px!important;padding-right:519px!important}.tab-port-px-520{padding-left:520px!important;padding-right:520px!important}.tab-port-px-521{padding-left:521px!important;padding-right:521px!important}.tab-port-px-522{padding-left:522px!important;padding-right:522px!important}.tab-port-px-523{padding-left:523px!important;padding-right:523px!important}.tab-port-px-524{padding-left:524px!important;padding-right:524px!important}.tab-port-px-525{padding-left:525px!important;padding-right:525px!important}.tab-port-px-526{padding-left:526px!important;padding-right:526px!important}.tab-port-px-527{padding-left:527px!important;padding-right:527px!important}.tab-port-px-528{padding-left:528px!important;padding-right:528px!important}.tab-port-px-529{padding-left:529px!important;padding-right:529px!important}.tab-port-px-530{padding-left:530px!important;padding-right:530px!important}.tab-port-px-531{padding-left:531px!important;padding-right:531px!important}.tab-port-px-532{padding-left:532px!important;padding-right:532px!important}.tab-port-px-533{padding-left:533px!important;padding-right:533px!important}.tab-port-px-534{padding-left:534px!important;padding-right:534px!important}.tab-port-px-535{padding-left:535px!important;padding-right:535px!important}.tab-port-px-536{padding-left:536px!important;padding-right:536px!important}.tab-port-px-537{padding-left:537px!important;padding-right:537px!important}.tab-port-px-538{padding-left:538px!important;padding-right:538px!important}.tab-port-px-539{padding-left:539px!important;padding-right:539px!important}.tab-port-px-540{padding-left:540px!important;padding-right:540px!important}.tab-port-px-541{padding-left:541px!important;padding-right:541px!important}.tab-port-px-542{padding-left:542px!important;padding-right:542px!important}.tab-port-px-543{padding-left:543px!important;padding-right:543px!important}.tab-port-px-544{padding-left:544px!important;padding-right:544px!important}.tab-port-px-545{padding-left:545px!important;padding-right:545px!important}.tab-port-px-546{padding-left:546px!important;padding-right:546px!important}.tab-port-px-547{padding-left:547px!important;padding-right:547px!important}.tab-port-px-548{padding-left:548px!important;padding-right:548px!important}.tab-port-px-549{padding-left:549px!important;padding-right:549px!important}.tab-port-px-550{padding-left:550px!important;padding-right:550px!important}.tab-port-px-551{padding-left:551px!important;padding-right:551px!important}.tab-port-px-552{padding-left:552px!important;padding-right:552px!important}.tab-port-px-553{padding-left:553px!important;padding-right:553px!important}.tab-port-px-554{padding-left:554px!important;padding-right:554px!important}.tab-port-px-555{padding-left:555px!important;padding-right:555px!important}.tab-port-px-556{padding-left:556px!important;padding-right:556px!important}.tab-port-px-557{padding-left:557px!important;padding-right:557px!important}.tab-port-px-558{padding-left:558px!important;padding-right:558px!important}.tab-port-px-559{padding-left:559px!important;padding-right:559px!important}.tab-port-px-560{padding-left:560px!important;padding-right:560px!important}.tab-port-px-561{padding-left:561px!important;padding-right:561px!important}.tab-port-px-562{padding-left:562px!important;padding-right:562px!important}.tab-port-px-563{padding-left:563px!important;padding-right:563px!important}.tab-port-px-564{padding-left:564px!important;padding-right:564px!important}.tab-port-px-565{padding-left:565px!important;padding-right:565px!important}.tab-port-px-566{padding-left:566px!important;padding-right:566px!important}.tab-port-px-567{padding-left:567px!important;padding-right:567px!important}.tab-port-px-568{padding-left:568px!important;padding-right:568px!important}.tab-port-px-569{padding-left:569px!important;padding-right:569px!important}.tab-port-px-570{padding-left:570px!important;padding-right:570px!important}.tab-port-px-571{padding-left:571px!important;padding-right:571px!important}.tab-port-px-572{padding-left:572px!important;padding-right:572px!important}.tab-port-px-573{padding-left:573px!important;padding-right:573px!important}.tab-port-px-574{padding-left:574px!important;padding-right:574px!important}.tab-port-px-575{padding-left:575px!important;padding-right:575px!important}.tab-port-px-576{padding-left:576px!important;padding-right:576px!important}.tab-port-px-577{padding-left:577px!important;padding-right:577px!important}.tab-port-px-578{padding-left:578px!important;padding-right:578px!important}.tab-port-px-579{padding-left:579px!important;padding-right:579px!important}.tab-port-px-580{padding-left:580px!important;padding-right:580px!important}.tab-port-px-581{padding-left:581px!important;padding-right:581px!important}.tab-port-px-582{padding-left:582px!important;padding-right:582px!important}.tab-port-px-583{padding-left:583px!important;padding-right:583px!important}.tab-port-px-584{padding-left:584px!important;padding-right:584px!important}.tab-port-px-585{padding-left:585px!important;padding-right:585px!important}.tab-port-px-586{padding-left:586px!important;padding-right:586px!important}.tab-port-px-587{padding-left:587px!important;padding-right:587px!important}.tab-port-px-588{padding-left:588px!important;padding-right:588px!important}.tab-port-px-589{padding-left:589px!important;padding-right:589px!important}.tab-port-px-590{padding-left:590px!important;padding-right:590px!important}.tab-port-px-591{padding-left:591px!important;padding-right:591px!important}.tab-port-px-592{padding-left:592px!important;padding-right:592px!important}.tab-port-px-593{padding-left:593px!important;padding-right:593px!important}.tab-port-px-594{padding-left:594px!important;padding-right:594px!important}.tab-port-px-595{padding-left:595px!important;padding-right:595px!important}.tab-port-px-596{padding-left:596px!important;padding-right:596px!important}.tab-port-px-597{padding-left:597px!important;padding-right:597px!important}.tab-port-px-598{padding-left:598px!important;padding-right:598px!important}.tab-port-px-599{padding-left:599px!important;padding-right:599px!important}.tab-port-px-600{padding-left:600px!important;padding-right:600px!important}.tab-port-px-601{padding-left:601px!important;padding-right:601px!important}.tab-port-px-602{padding-left:602px!important;padding-right:602px!important}.tab-port-px-603{padding-left:603px!important;padding-right:603px!important}.tab-port-px-604{padding-left:604px!important;padding-right:604px!important}.tab-port-px-605{padding-left:605px!important;padding-right:605px!important}.tab-port-px-606{padding-left:606px!important;padding-right:606px!important}.tab-port-px-607{padding-left:607px!important;padding-right:607px!important}.tab-port-px-608{padding-left:608px!important;padding-right:608px!important}.tab-port-px-609{padding-left:609px!important;padding-right:609px!important}.tab-port-px-610{padding-left:610px!important;padding-right:610px!important}.tab-port-px-611{padding-left:611px!important;padding-right:611px!important}.tab-port-px-612{padding-left:612px!important;padding-right:612px!important}.tab-port-px-613{padding-left:613px!important;padding-right:613px!important}.tab-port-px-614{padding-left:614px!important;padding-right:614px!important}.tab-port-px-615{padding-left:615px!important;padding-right:615px!important}.tab-port-px-616{padding-left:616px!important;padding-right:616px!important}.tab-port-px-617{padding-left:617px!important;padding-right:617px!important}.tab-port-px-618{padding-left:618px!important;padding-right:618px!important}.tab-port-px-619{padding-left:619px!important;padding-right:619px!important}.tab-port-px-620{padding-left:620px!important;padding-right:620px!important}.tab-port-px-621{padding-left:621px!important;padding-right:621px!important}.tab-port-px-622{padding-left:622px!important;padding-right:622px!important}.tab-port-px-623{padding-left:623px!important;padding-right:623px!important}.tab-port-px-624{padding-left:624px!important;padding-right:624px!important}.tab-port-px-625{padding-left:625px!important;padding-right:625px!important}.tab-port-px-626{padding-left:626px!important;padding-right:626px!important}.tab-port-px-627{padding-left:627px!important;padding-right:627px!important}.tab-port-px-628{padding-left:628px!important;padding-right:628px!important}.tab-port-px-629{padding-left:629px!important;padding-right:629px!important}.tab-port-px-630{padding-left:630px!important;padding-right:630px!important}.tab-port-px-631{padding-left:631px!important;padding-right:631px!important}.tab-port-px-632{padding-left:632px!important;padding-right:632px!important}.tab-port-px-633{padding-left:633px!important;padding-right:633px!important}.tab-port-px-634{padding-left:634px!important;padding-right:634px!important}.tab-port-px-635{padding-left:635px!important;padding-right:635px!important}.tab-port-px-636{padding-left:636px!important;padding-right:636px!important}.tab-port-px-637{padding-left:637px!important;padding-right:637px!important}.tab-port-px-638{padding-left:638px!important;padding-right:638px!important}.tab-port-px-639{padding-left:639px!important;padding-right:639px!important}.tab-port-px-640{padding-left:640px!important;padding-right:640px!important}.tab-port-px-641{padding-left:641px!important;padding-right:641px!important}.tab-port-px-642{padding-left:642px!important;padding-right:642px!important}.tab-port-px-643{padding-left:643px!important;padding-right:643px!important}.tab-port-px-644{padding-left:644px!important;padding-right:644px!important}.tab-port-px-645{padding-left:645px!important;padding-right:645px!important}.tab-port-px-646{padding-left:646px!important;padding-right:646px!important}.tab-port-px-647{padding-left:647px!important;padding-right:647px!important}.tab-port-px-648{padding-left:648px!important;padding-right:648px!important}.tab-port-px-649{padding-left:649px!important;padding-right:649px!important}.tab-port-px-650{padding-left:650px!important;padding-right:650px!important}.tab-port-px-651{padding-left:651px!important;padding-right:651px!important}.tab-port-px-652{padding-left:652px!important;padding-right:652px!important}.tab-port-px-653{padding-left:653px!important;padding-right:653px!important}.tab-port-px-654{padding-left:654px!important;padding-right:654px!important}.tab-port-px-655{padding-left:655px!important;padding-right:655px!important}.tab-port-px-656{padding-left:656px!important;padding-right:656px!important}.tab-port-px-657{padding-left:657px!important;padding-right:657px!important}.tab-port-px-658{padding-left:658px!important;padding-right:658px!important}.tab-port-px-659{padding-left:659px!important;padding-right:659px!important}.tab-port-px-660{padding-left:660px!important;padding-right:660px!important}.tab-port-px-661{padding-left:661px!important;padding-right:661px!important}.tab-port-px-662{padding-left:662px!important;padding-right:662px!important}.tab-port-px-663{padding-left:663px!important;padding-right:663px!important}.tab-port-px-664{padding-left:664px!important;padding-right:664px!important}.tab-port-px-665{padding-left:665px!important;padding-right:665px!important}.tab-port-px-666{padding-left:666px!important;padding-right:666px!important}.tab-port-px-667{padding-left:667px!important;padding-right:667px!important}.tab-port-px-668{padding-left:668px!important;padding-right:668px!important}.tab-port-px-669{padding-left:669px!important;padding-right:669px!important}.tab-port-px-670{padding-left:670px!important;padding-right:670px!important}.tab-port-px-671{padding-left:671px!important;padding-right:671px!important}.tab-port-px-672{padding-left:672px!important;padding-right:672px!important}.tab-port-px-673{padding-left:673px!important;padding-right:673px!important}.tab-port-px-674{padding-left:674px!important;padding-right:674px!important}.tab-port-px-675{padding-left:675px!important;padding-right:675px!important}.tab-port-px-676{padding-left:676px!important;padding-right:676px!important}.tab-port-px-677{padding-left:677px!important;padding-right:677px!important}.tab-port-px-678{padding-left:678px!important;padding-right:678px!important}.tab-port-px-679{padding-left:679px!important;padding-right:679px!important}.tab-port-px-680{padding-left:680px!important;padding-right:680px!important}.tab-port-px-681{padding-left:681px!important;padding-right:681px!important}.tab-port-px-682{padding-left:682px!important;padding-right:682px!important}.tab-port-px-683{padding-left:683px!important;padding-right:683px!important}.tab-port-px-684{padding-left:684px!important;padding-right:684px!important}.tab-port-px-685{padding-left:685px!important;padding-right:685px!important}.tab-port-px-686{padding-left:686px!important;padding-right:686px!important}.tab-port-px-687{padding-left:687px!important;padding-right:687px!important}.tab-port-px-688{padding-left:688px!important;padding-right:688px!important}.tab-port-px-689{padding-left:689px!important;padding-right:689px!important}.tab-port-px-690{padding-left:690px!important;padding-right:690px!important}.tab-port-px-691{padding-left:691px!important;padding-right:691px!important}.tab-port-px-692{padding-left:692px!important;padding-right:692px!important}.tab-port-px-693{padding-left:693px!important;padding-right:693px!important}.tab-port-px-694{padding-left:694px!important;padding-right:694px!important}.tab-port-px-695{padding-left:695px!important;padding-right:695px!important}.tab-port-px-696{padding-left:696px!important;padding-right:696px!important}.tab-port-px-697{padding-left:697px!important;padding-right:697px!important}.tab-port-px-698{padding-left:698px!important;padding-right:698px!important}.tab-port-px-699{padding-left:699px!important;padding-right:699px!important}.tab-port-px-700{padding-left:700px!important;padding-right:700px!important}.tab-port-px-701{padding-left:701px!important;padding-right:701px!important}.tab-port-px-702{padding-left:702px!important;padding-right:702px!important}.tab-port-px-703{padding-left:703px!important;padding-right:703px!important}.tab-port-px-704{padding-left:704px!important;padding-right:704px!important}.tab-port-px-705{padding-left:705px!important;padding-right:705px!important}.tab-port-px-706{padding-left:706px!important;padding-right:706px!important}.tab-port-px-707{padding-left:707px!important;padding-right:707px!important}.tab-port-px-708{padding-left:708px!important;padding-right:708px!important}.tab-port-px-709{padding-left:709px!important;padding-right:709px!important}.tab-port-px-710{padding-left:710px!important;padding-right:710px!important}.tab-port-px-711{padding-left:711px!important;padding-right:711px!important}.tab-port-px-712{padding-left:712px!important;padding-right:712px!important}.tab-port-px-713{padding-left:713px!important;padding-right:713px!important}.tab-port-px-714{padding-left:714px!important;padding-right:714px!important}.tab-port-px-715{padding-left:715px!important;padding-right:715px!important}.tab-port-px-716{padding-left:716px!important;padding-right:716px!important}.tab-port-px-717{padding-left:717px!important;padding-right:717px!important}.tab-port-px-718{padding-left:718px!important;padding-right:718px!important}.tab-port-px-719{padding-left:719px!important;padding-right:719px!important}.tab-port-px-720{padding-left:720px!important;padding-right:720px!important}.tab-port-px-721{padding-left:721px!important;padding-right:721px!important}.tab-port-px-722{padding-left:722px!important;padding-right:722px!important}.tab-port-px-723{padding-left:723px!important;padding-right:723px!important}.tab-port-px-724{padding-left:724px!important;padding-right:724px!important}.tab-port-px-725{padding-left:725px!important;padding-right:725px!important}.tab-port-px-726{padding-left:726px!important;padding-right:726px!important}.tab-port-px-727{padding-left:727px!important;padding-right:727px!important}.tab-port-px-728{padding-left:728px!important;padding-right:728px!important}.tab-port-px-729{padding-left:729px!important;padding-right:729px!important}.tab-port-px-730{padding-left:730px!important;padding-right:730px!important}.tab-port-px-731{padding-left:731px!important;padding-right:731px!important}.tab-port-px-732{padding-left:732px!important;padding-right:732px!important}.tab-port-px-733{padding-left:733px!important;padding-right:733px!important}.tab-port-px-734{padding-left:734px!important;padding-right:734px!important}.tab-port-px-735{padding-left:735px!important;padding-right:735px!important}.tab-port-px-736{padding-left:736px!important;padding-right:736px!important}.tab-port-px-737{padding-left:737px!important;padding-right:737px!important}.tab-port-px-738{padding-left:738px!important;padding-right:738px!important}.tab-port-px-739{padding-left:739px!important;padding-right:739px!important}.tab-port-px-740{padding-left:740px!important;padding-right:740px!important}.tab-port-px-741{padding-left:741px!important;padding-right:741px!important}.tab-port-px-742{padding-left:742px!important;padding-right:742px!important}.tab-port-px-743{padding-left:743px!important;padding-right:743px!important}.tab-port-px-744{padding-left:744px!important;padding-right:744px!important}.tab-port-px-745{padding-left:745px!important;padding-right:745px!important}.tab-port-px-746{padding-left:746px!important;padding-right:746px!important}.tab-port-px-747{padding-left:747px!important;padding-right:747px!important}.tab-port-px-748{padding-left:748px!important;padding-right:748px!important}.tab-port-px-749{padding-left:749px!important;padding-right:749px!important}.tab-port-px-750{padding-left:750px!important;padding-right:750px!important}.tab-port-px-751{padding-left:751px!important;padding-right:751px!important}.tab-port-px-752{padding-left:752px!important;padding-right:752px!important}.tab-port-px-753{padding-left:753px!important;padding-right:753px!important}.tab-port-px-754{padding-left:754px!important;padding-right:754px!important}.tab-port-px-755{padding-left:755px!important;padding-right:755px!important}.tab-port-px-756{padding-left:756px!important;padding-right:756px!important}.tab-port-px-757{padding-left:757px!important;padding-right:757px!important}.tab-port-px-758{padding-left:758px!important;padding-right:758px!important}.tab-port-px-759{padding-left:759px!important;padding-right:759px!important}.tab-port-px-760{padding-left:760px!important;padding-right:760px!important}.tab-port-px-761{padding-left:761px!important;padding-right:761px!important}.tab-port-px-762{padding-left:762px!important;padding-right:762px!important}.tab-port-px-763{padding-left:763px!important;padding-right:763px!important}.tab-port-px-764{padding-left:764px!important;padding-right:764px!important}.tab-port-px-765{padding-left:765px!important;padding-right:765px!important}.tab-port-px-766{padding-left:766px!important;padding-right:766px!important}.tab-port-px-767{padding-left:767px!important;padding-right:767px!important}.tab-port-px-768{padding-left:768px!important;padding-right:768px!important}.tab-port-px-769{padding-left:769px!important;padding-right:769px!important}.tab-port-px-770{padding-left:770px!important;padding-right:770px!important}.tab-port-px-771{padding-left:771px!important;padding-right:771px!important}.tab-port-px-772{padding-left:772px!important;padding-right:772px!important}.tab-port-px-773{padding-left:773px!important;padding-right:773px!important}.tab-port-px-774{padding-left:774px!important;padding-right:774px!important}.tab-port-px-775{padding-left:775px!important;padding-right:775px!important}.tab-port-px-776{padding-left:776px!important;padding-right:776px!important}.tab-port-px-777{padding-left:777px!important;padding-right:777px!important}.tab-port-px-778{padding-left:778px!important;padding-right:778px!important}.tab-port-px-779{padding-left:779px!important;padding-right:779px!important}.tab-port-px-780{padding-left:780px!important;padding-right:780px!important}.tab-port-px-781{padding-left:781px!important;padding-right:781px!important}.tab-port-px-782{padding-left:782px!important;padding-right:782px!important}.tab-port-px-783{padding-left:783px!important;padding-right:783px!important}.tab-port-px-784{padding-left:784px!important;padding-right:784px!important}.tab-port-px-785{padding-left:785px!important;padding-right:785px!important}.tab-port-px-786{padding-left:786px!important;padding-right:786px!important}.tab-port-px-787{padding-left:787px!important;padding-right:787px!important}.tab-port-px-788{padding-left:788px!important;padding-right:788px!important}.tab-port-px-789{padding-left:789px!important;padding-right:789px!important}.tab-port-px-790{padding-left:790px!important;padding-right:790px!important}.tab-port-px-791{padding-left:791px!important;padding-right:791px!important}.tab-port-px-792{padding-left:792px!important;padding-right:792px!important}.tab-port-px-793{padding-left:793px!important;padding-right:793px!important}.tab-port-px-794{padding-left:794px!important;padding-right:794px!important}.tab-port-px-795{padding-left:795px!important;padding-right:795px!important}.tab-port-px-796{padding-left:796px!important;padding-right:796px!important}.tab-port-px-797{padding-left:797px!important;padding-right:797px!important}.tab-port-px-798{padding-left:798px!important;padding-right:798px!important}.tab-port-px-799{padding-left:799px!important;padding-right:799px!important}.tab-port-px-800{padding-left:800px!important;padding-right:800px!important}.tab-port-px-801{padding-left:801px!important;padding-right:801px!important}.tab-port-px-802{padding-left:802px!important;padding-right:802px!important}.tab-port-px-803{padding-left:803px!important;padding-right:803px!important}.tab-port-px-804{padding-left:804px!important;padding-right:804px!important}.tab-port-px-805{padding-left:805px!important;padding-right:805px!important}.tab-port-px-806{padding-left:806px!important;padding-right:806px!important}.tab-port-px-807{padding-left:807px!important;padding-right:807px!important}.tab-port-px-808{padding-left:808px!important;padding-right:808px!important}.tab-port-px-809{padding-left:809px!important;padding-right:809px!important}.tab-port-px-810{padding-left:810px!important;padding-right:810px!important}.tab-port-px-811{padding-left:811px!important;padding-right:811px!important}.tab-port-px-812{padding-left:812px!important;padding-right:812px!important}.tab-port-px-813{padding-left:813px!important;padding-right:813px!important}.tab-port-px-814{padding-left:814px!important;padding-right:814px!important}.tab-port-px-815{padding-left:815px!important;padding-right:815px!important}.tab-port-px-816{padding-left:816px!important;padding-right:816px!important}.tab-port-px-817{padding-left:817px!important;padding-right:817px!important}.tab-port-px-818{padding-left:818px!important;padding-right:818px!important}.tab-port-px-819{padding-left:819px!important;padding-right:819px!important}.tab-port-px-820{padding-left:820px!important;padding-right:820px!important}.tab-port-px-821{padding-left:821px!important;padding-right:821px!important}.tab-port-px-822{padding-left:822px!important;padding-right:822px!important}.tab-port-px-823{padding-left:823px!important;padding-right:823px!important}.tab-port-px-824{padding-left:824px!important;padding-right:824px!important}.tab-port-px-825{padding-left:825px!important;padding-right:825px!important}.tab-port-px-826{padding-left:826px!important;padding-right:826px!important}.tab-port-px-827{padding-left:827px!important;padding-right:827px!important}.tab-port-px-828{padding-left:828px!important;padding-right:828px!important}.tab-port-px-829{padding-left:829px!important;padding-right:829px!important}.tab-port-px-830{padding-left:830px!important;padding-right:830px!important}.tab-port-px-831{padding-left:831px!important;padding-right:831px!important}.tab-port-px-832{padding-left:832px!important;padding-right:832px!important}.tab-port-px-833{padding-left:833px!important;padding-right:833px!important}.tab-port-px-834{padding-left:834px!important;padding-right:834px!important}.tab-port-px-835{padding-left:835px!important;padding-right:835px!important}.tab-port-px-836{padding-left:836px!important;padding-right:836px!important}.tab-port-px-837{padding-left:837px!important;padding-right:837px!important}.tab-port-px-838{padding-left:838px!important;padding-right:838px!important}.tab-port-px-839{padding-left:839px!important;padding-right:839px!important}.tab-port-px-840{padding-left:840px!important;padding-right:840px!important}.tab-port-px-841{padding-left:841px!important;padding-right:841px!important}.tab-port-px-842{padding-left:842px!important;padding-right:842px!important}.tab-port-px-843{padding-left:843px!important;padding-right:843px!important}.tab-port-px-844{padding-left:844px!important;padding-right:844px!important}.tab-port-px-845{padding-left:845px!important;padding-right:845px!important}.tab-port-px-846{padding-left:846px!important;padding-right:846px!important}.tab-port-px-847{padding-left:847px!important;padding-right:847px!important}.tab-port-px-848{padding-left:848px!important;padding-right:848px!important}.tab-port-px-849{padding-left:849px!important;padding-right:849px!important}.tab-port-px-850{padding-left:850px!important;padding-right:850px!important}.tab-port-px-851{padding-left:851px!important;padding-right:851px!important}.tab-port-px-852{padding-left:852px!important;padding-right:852px!important}.tab-port-px-853{padding-left:853px!important;padding-right:853px!important}.tab-port-px-854{padding-left:854px!important;padding-right:854px!important}.tab-port-px-855{padding-left:855px!important;padding-right:855px!important}.tab-port-px-856{padding-left:856px!important;padding-right:856px!important}.tab-port-px-857{padding-left:857px!important;padding-right:857px!important}.tab-port-px-858{padding-left:858px!important;padding-right:858px!important}.tab-port-px-859{padding-left:859px!important;padding-right:859px!important}.tab-port-px-860{padding-left:860px!important;padding-right:860px!important}.tab-port-px-861{padding-left:861px!important;padding-right:861px!important}.tab-port-px-862{padding-left:862px!important;padding-right:862px!important}.tab-port-px-863{padding-left:863px!important;padding-right:863px!important}.tab-port-px-864{padding-left:864px!important;padding-right:864px!important}.tab-port-px-865{padding-left:865px!important;padding-right:865px!important}.tab-port-px-866{padding-left:866px!important;padding-right:866px!important}.tab-port-px-867{padding-left:867px!important;padding-right:867px!important}.tab-port-px-868{padding-left:868px!important;padding-right:868px!important}.tab-port-px-869{padding-left:869px!important;padding-right:869px!important}.tab-port-px-870{padding-left:870px!important;padding-right:870px!important}.tab-port-px-871{padding-left:871px!important;padding-right:871px!important}.tab-port-px-872{padding-left:872px!important;padding-right:872px!important}.tab-port-px-873{padding-left:873px!important;padding-right:873px!important}.tab-port-px-874{padding-left:874px!important;padding-right:874px!important}.tab-port-px-875{padding-left:875px!important;padding-right:875px!important}.tab-port-px-876{padding-left:876px!important;padding-right:876px!important}.tab-port-px-877{padding-left:877px!important;padding-right:877px!important}.tab-port-px-878{padding-left:878px!important;padding-right:878px!important}.tab-port-px-879{padding-left:879px!important;padding-right:879px!important}.tab-port-px-880{padding-left:880px!important;padding-right:880px!important}.tab-port-px-881{padding-left:881px!important;padding-right:881px!important}.tab-port-px-882{padding-left:882px!important;padding-right:882px!important}.tab-port-px-883{padding-left:883px!important;padding-right:883px!important}.tab-port-px-884{padding-left:884px!important;padding-right:884px!important}.tab-port-px-885{padding-left:885px!important;padding-right:885px!important}.tab-port-px-886{padding-left:886px!important;padding-right:886px!important}.tab-port-px-887{padding-left:887px!important;padding-right:887px!important}.tab-port-px-888{padding-left:888px!important;padding-right:888px!important}.tab-port-px-889{padding-left:889px!important;padding-right:889px!important}.tab-port-px-890{padding-left:890px!important;padding-right:890px!important}.tab-port-px-891{padding-left:891px!important;padding-right:891px!important}.tab-port-px-892{padding-left:892px!important;padding-right:892px!important}.tab-port-px-893{padding-left:893px!important;padding-right:893px!important}.tab-port-px-894{padding-left:894px!important;padding-right:894px!important}.tab-port-px-895{padding-left:895px!important;padding-right:895px!important}.tab-port-px-896{padding-left:896px!important;padding-right:896px!important}.tab-port-px-897{padding-left:897px!important;padding-right:897px!important}.tab-port-px-898{padding-left:898px!important;padding-right:898px!important}.tab-port-px-899{padding-left:899px!important;padding-right:899px!important}.tab-port-px-900{padding-left:900px!important;padding-right:900px!important}.tab-port-px-901{padding-left:901px!important;padding-right:901px!important}.tab-port-px-902{padding-left:902px!important;padding-right:902px!important}.tab-port-px-903{padding-left:903px!important;padding-right:903px!important}.tab-port-px-904{padding-left:904px!important;padding-right:904px!important}.tab-port-px-905{padding-left:905px!important;padding-right:905px!important}.tab-port-px-906{padding-left:906px!important;padding-right:906px!important}.tab-port-px-907{padding-left:907px!important;padding-right:907px!important}.tab-port-px-908{padding-left:908px!important;padding-right:908px!important}.tab-port-px-909{padding-left:909px!important;padding-right:909px!important}.tab-port-px-910{padding-left:910px!important;padding-right:910px!important}.tab-port-px-911{padding-left:911px!important;padding-right:911px!important}.tab-port-px-912{padding-left:912px!important;padding-right:912px!important}.tab-port-px-913{padding-left:913px!important;padding-right:913px!important}.tab-port-px-914{padding-left:914px!important;padding-right:914px!important}.tab-port-px-915{padding-left:915px!important;padding-right:915px!important}.tab-port-px-916{padding-left:916px!important;padding-right:916px!important}.tab-port-px-917{padding-left:917px!important;padding-right:917px!important}.tab-port-px-918{padding-left:918px!important;padding-right:918px!important}.tab-port-px-919{padding-left:919px!important;padding-right:919px!important}.tab-port-px-920{padding-left:920px!important;padding-right:920px!important}.tab-port-px-921{padding-left:921px!important;padding-right:921px!important}.tab-port-px-922{padding-left:922px!important;padding-right:922px!important}.tab-port-px-923{padding-left:923px!important;padding-right:923px!important}.tab-port-px-924{padding-left:924px!important;padding-right:924px!important}.tab-port-px-925{padding-left:925px!important;padding-right:925px!important}.tab-port-px-926{padding-left:926px!important;padding-right:926px!important}.tab-port-px-927{padding-left:927px!important;padding-right:927px!important}.tab-port-px-928{padding-left:928px!important;padding-right:928px!important}.tab-port-px-929{padding-left:929px!important;padding-right:929px!important}.tab-port-px-930{padding-left:930px!important;padding-right:930px!important}.tab-port-px-931{padding-left:931px!important;padding-right:931px!important}.tab-port-px-932{padding-left:932px!important;padding-right:932px!important}.tab-port-px-933{padding-left:933px!important;padding-right:933px!important}.tab-port-px-934{padding-left:934px!important;padding-right:934px!important}.tab-port-px-935{padding-left:935px!important;padding-right:935px!important}.tab-port-px-936{padding-left:936px!important;padding-right:936px!important}.tab-port-px-937{padding-left:937px!important;padding-right:937px!important}.tab-port-px-938{padding-left:938px!important;padding-right:938px!important}.tab-port-px-939{padding-left:939px!important;padding-right:939px!important}.tab-port-px-940{padding-left:940px!important;padding-right:940px!important}.tab-port-px-941{padding-left:941px!important;padding-right:941px!important}.tab-port-px-942{padding-left:942px!important;padding-right:942px!important}.tab-port-px-943{padding-left:943px!important;padding-right:943px!important}.tab-port-px-944{padding-left:944px!important;padding-right:944px!important}.tab-port-px-945{padding-left:945px!important;padding-right:945px!important}.tab-port-px-946{padding-left:946px!important;padding-right:946px!important}.tab-port-px-947{padding-left:947px!important;padding-right:947px!important}.tab-port-px-948{padding-left:948px!important;padding-right:948px!important}.tab-port-px-949{padding-left:949px!important;padding-right:949px!important}.tab-port-px-950{padding-left:950px!important;padding-right:950px!important}.tab-port-px-951{padding-left:951px!important;padding-right:951px!important}.tab-port-px-952{padding-left:952px!important;padding-right:952px!important}.tab-port-px-953{padding-left:953px!important;padding-right:953px!important}.tab-port-px-954{padding-left:954px!important;padding-right:954px!important}.tab-port-px-955{padding-left:955px!important;padding-right:955px!important}.tab-port-px-956{padding-left:956px!important;padding-right:956px!important}.tab-port-px-957{padding-left:957px!important;padding-right:957px!important}.tab-port-px-958{padding-left:958px!important;padding-right:958px!important}.tab-port-px-959{padding-left:959px!important;padding-right:959px!important}.tab-port-px-960{padding-left:960px!important;padding-right:960px!important}.tab-port-px-961{padding-left:961px!important;padding-right:961px!important}.tab-port-px-962{padding-left:962px!important;padding-right:962px!important}.tab-port-px-963{padding-left:963px!important;padding-right:963px!important}.tab-port-px-964{padding-left:964px!important;padding-right:964px!important}.tab-port-px-965{padding-left:965px!important;padding-right:965px!important}.tab-port-px-966{padding-left:966px!important;padding-right:966px!important}.tab-port-px-967{padding-left:967px!important;padding-right:967px!important}.tab-port-px-968{padding-left:968px!important;padding-right:968px!important}.tab-port-px-969{padding-left:969px!important;padding-right:969px!important}.tab-port-px-970{padding-left:970px!important;padding-right:970px!important}.tab-port-px-971{padding-left:971px!important;padding-right:971px!important}.tab-port-px-972{padding-left:972px!important;padding-right:972px!important}.tab-port-px-973{padding-left:973px!important;padding-right:973px!important}.tab-port-px-974{padding-left:974px!important;padding-right:974px!important}.tab-port-px-975{padding-left:975px!important;padding-right:975px!important}.tab-port-px-976{padding-left:976px!important;padding-right:976px!important}.tab-port-px-977{padding-left:977px!important;padding-right:977px!important}.tab-port-px-978{padding-left:978px!important;padding-right:978px!important}.tab-port-px-979{padding-left:979px!important;padding-right:979px!important}.tab-port-px-980{padding-left:980px!important;padding-right:980px!important}.tab-port-px-981{padding-left:981px!important;padding-right:981px!important}.tab-port-px-982{padding-left:982px!important;padding-right:982px!important}.tab-port-px-983{padding-left:983px!important;padding-right:983px!important}.tab-port-px-984{padding-left:984px!important;padding-right:984px!important}.tab-port-px-985{padding-left:985px!important;padding-right:985px!important}.tab-port-px-986{padding-left:986px!important;padding-right:986px!important}.tab-port-px-987{padding-left:987px!important;padding-right:987px!important}.tab-port-px-988{padding-left:988px!important;padding-right:988px!important}.tab-port-px-989{padding-left:989px!important;padding-right:989px!important}.tab-port-px-990{padding-left:990px!important;padding-right:990px!important}.tab-port-px-991{padding-left:991px!important;padding-right:991px!important}.tab-port-px-992{padding-left:992px!important;padding-right:992px!important}.tab-port-px-993{padding-left:993px!important;padding-right:993px!important}.tab-port-px-994{padding-left:994px!important;padding-right:994px!important}.tab-port-px-995{padding-left:995px!important;padding-right:995px!important}.tab-port-px-996{padding-left:996px!important;padding-right:996px!important}.tab-port-px-997{padding-left:997px!important;padding-right:997px!important}.tab-port-px-998{padding-left:998px!important;padding-right:998px!important}.tab-port-px-999{padding-left:999px!important;padding-right:999px!important}.tab-port-px-1000{padding-left:1000px!important;padding-right:1000px!important}.tab-port-py-1{padding-top:1px!important;padding-bottom:1px!important}.tab-port-py-2{padding-top:2px!important;padding-bottom:2px!important}.tab-port-py-3{padding-top:3px!important;padding-bottom:3px!important}.tab-port-py-4{padding-top:4px!important;padding-bottom:4px!important}.tab-port-py-5{padding-top:5px!important;padding-bottom:5px!important}.tab-port-py-6{padding-top:6px!important;padding-bottom:6px!important}.tab-port-py-7{padding-top:7px!important;padding-bottom:7px!important}.tab-port-py-8{padding-top:8px!important;padding-bottom:8px!important}.tab-port-py-9{padding-top:9px!important;padding-bottom:9px!important}.tab-port-py-10{padding-top:10px!important;padding-bottom:10px!important}.tab-port-py-11{padding-top:11px!important;padding-bottom:11px!important}.tab-port-py-12{padding-top:12px!important;padding-bottom:12px!important}.tab-port-py-13{padding-top:13px!important;padding-bottom:13px!important}.tab-port-py-14{padding-top:14px!important;padding-bottom:14px!important}.tab-port-py-15{padding-top:15px!important;padding-bottom:15px!important}.tab-port-py-16{padding-top:16px!important;padding-bottom:16px!important}.tab-port-py-17{padding-top:17px!important;padding-bottom:17px!important}.tab-port-py-18{padding-top:18px!important;padding-bottom:18px!important}.tab-port-py-19{padding-top:19px!important;padding-bottom:19px!important}.tab-port-py-20{padding-top:20px!important;padding-bottom:20px!important}.tab-port-py-21{padding-top:21px!important;padding-bottom:21px!important}.tab-port-py-22{padding-top:22px!important;padding-bottom:22px!important}.tab-port-py-23{padding-top:23px!important;padding-bottom:23px!important}.tab-port-py-24{padding-top:24px!important;padding-bottom:24px!important}.tab-port-py-25{padding-top:25px!important;padding-bottom:25px!important}.tab-port-py-26{padding-top:26px!important;padding-bottom:26px!important}.tab-port-py-27{padding-top:27px!important;padding-bottom:27px!important}.tab-port-py-28{padding-top:28px!important;padding-bottom:28px!important}.tab-port-py-29{padding-top:29px!important;padding-bottom:29px!important}.tab-port-py-30{padding-top:30px!important;padding-bottom:30px!important}.tab-port-py-31{padding-top:31px!important;padding-bottom:31px!important}.tab-port-py-32{padding-top:32px!important;padding-bottom:32px!important}.tab-port-py-33{padding-top:33px!important;padding-bottom:33px!important}.tab-port-py-34{padding-top:34px!important;padding-bottom:34px!important}.tab-port-py-35{padding-top:35px!important;padding-bottom:35px!important}.tab-port-py-36{padding-top:36px!important;padding-bottom:36px!important}.tab-port-py-37{padding-top:37px!important;padding-bottom:37px!important}.tab-port-py-38{padding-top:38px!important;padding-bottom:38px!important}.tab-port-py-39{padding-top:39px!important;padding-bottom:39px!important}.tab-port-py-40{padding-top:40px!important;padding-bottom:40px!important}.tab-port-py-41{padding-top:41px!important;padding-bottom:41px!important}.tab-port-py-42{padding-top:42px!important;padding-bottom:42px!important}.tab-port-py-43{padding-top:43px!important;padding-bottom:43px!important}.tab-port-py-44{padding-top:44px!important;padding-bottom:44px!important}.tab-port-py-45{padding-top:45px!important;padding-bottom:45px!important}.tab-port-py-46{padding-top:46px!important;padding-bottom:46px!important}.tab-port-py-47{padding-top:47px!important;padding-bottom:47px!important}.tab-port-py-48{padding-top:48px!important;padding-bottom:48px!important}.tab-port-py-49{padding-top:49px!important;padding-bottom:49px!important}.tab-port-py-50{padding-top:50px!important;padding-bottom:50px!important}.tab-port-py-51{padding-top:51px!important;padding-bottom:51px!important}.tab-port-py-52{padding-top:52px!important;padding-bottom:52px!important}.tab-port-py-53{padding-top:53px!important;padding-bottom:53px!important}.tab-port-py-54{padding-top:54px!important;padding-bottom:54px!important}.tab-port-py-55{padding-top:55px!important;padding-bottom:55px!important}.tab-port-py-56{padding-top:56px!important;padding-bottom:56px!important}.tab-port-py-57{padding-top:57px!important;padding-bottom:57px!important}.tab-port-py-58{padding-top:58px!important;padding-bottom:58px!important}.tab-port-py-59{padding-top:59px!important;padding-bottom:59px!important}.tab-port-py-60{padding-top:60px!important;padding-bottom:60px!important}.tab-port-py-61{padding-top:61px!important;padding-bottom:61px!important}.tab-port-py-62{padding-top:62px!important;padding-bottom:62px!important}.tab-port-py-63{padding-top:63px!important;padding-bottom:63px!important}.tab-port-py-64{padding-top:64px!important;padding-bottom:64px!important}.tab-port-py-65{padding-top:65px!important;padding-bottom:65px!important}.tab-port-py-66{padding-top:66px!important;padding-bottom:66px!important}.tab-port-py-67{padding-top:67px!important;padding-bottom:67px!important}.tab-port-py-68{padding-top:68px!important;padding-bottom:68px!important}.tab-port-py-69{padding-top:69px!important;padding-bottom:69px!important}.tab-port-py-70{padding-top:70px!important;padding-bottom:70px!important}.tab-port-py-71{padding-top:71px!important;padding-bottom:71px!important}.tab-port-py-72{padding-top:72px!important;padding-bottom:72px!important}.tab-port-py-73{padding-top:73px!important;padding-bottom:73px!important}.tab-port-py-74{padding-top:74px!important;padding-bottom:74px!important}.tab-port-py-75{padding-top:75px!important;padding-bottom:75px!important}.tab-port-py-76{padding-top:76px!important;padding-bottom:76px!important}.tab-port-py-77{padding-top:77px!important;padding-bottom:77px!important}.tab-port-py-78{padding-top:78px!important;padding-bottom:78px!important}.tab-port-py-79{padding-top:79px!important;padding-bottom:79px!important}.tab-port-py-80{padding-top:80px!important;padding-bottom:80px!important}.tab-port-py-81{padding-top:81px!important;padding-bottom:81px!important}.tab-port-py-82{padding-top:82px!important;padding-bottom:82px!important}.tab-port-py-83{padding-top:83px!important;padding-bottom:83px!important}.tab-port-py-84{padding-top:84px!important;padding-bottom:84px!important}.tab-port-py-85{padding-top:85px!important;padding-bottom:85px!important}.tab-port-py-86{padding-top:86px!important;padding-bottom:86px!important}.tab-port-py-87{padding-top:87px!important;padding-bottom:87px!important}.tab-port-py-88{padding-top:88px!important;padding-bottom:88px!important}.tab-port-py-89{padding-top:89px!important;padding-bottom:89px!important}.tab-port-py-90{padding-top:90px!important;padding-bottom:90px!important}.tab-port-py-91{padding-top:91px!important;padding-bottom:91px!important}.tab-port-py-92{padding-top:92px!important;padding-bottom:92px!important}.tab-port-py-93{padding-top:93px!important;padding-bottom:93px!important}.tab-port-py-94{padding-top:94px!important;padding-bottom:94px!important}.tab-port-py-95{padding-top:95px!important;padding-bottom:95px!important}.tab-port-py-96{padding-top:96px!important;padding-bottom:96px!important}.tab-port-py-97{padding-top:97px!important;padding-bottom:97px!important}.tab-port-py-98{padding-top:98px!important;padding-bottom:98px!important}.tab-port-py-99{padding-top:99px!important;padding-bottom:99px!important}.tab-port-py-100{padding-top:100px!important;padding-bottom:100px!important}.tab-port-py-101{padding-top:101px!important;padding-bottom:101px!important}.tab-port-py-102{padding-top:102px!important;padding-bottom:102px!important}.tab-port-py-103{padding-top:103px!important;padding-bottom:103px!important}.tab-port-py-104{padding-top:104px!important;padding-bottom:104px!important}.tab-port-py-105{padding-top:105px!important;padding-bottom:105px!important}.tab-port-py-106{padding-top:106px!important;padding-bottom:106px!important}.tab-port-py-107{padding-top:107px!important;padding-bottom:107px!important}.tab-port-py-108{padding-top:108px!important;padding-bottom:108px!important}.tab-port-py-109{padding-top:109px!important;padding-bottom:109px!important}.tab-port-py-110{padding-top:110px!important;padding-bottom:110px!important}.tab-port-py-111{padding-top:111px!important;padding-bottom:111px!important}.tab-port-py-112{padding-top:112px!important;padding-bottom:112px!important}.tab-port-py-113{padding-top:113px!important;padding-bottom:113px!important}.tab-port-py-114{padding-top:114px!important;padding-bottom:114px!important}.tab-port-py-115{padding-top:115px!important;padding-bottom:115px!important}.tab-port-py-116{padding-top:116px!important;padding-bottom:116px!important}.tab-port-py-117{padding-top:117px!important;padding-bottom:117px!important}.tab-port-py-118{padding-top:118px!important;padding-bottom:118px!important}.tab-port-py-119{padding-top:119px!important;padding-bottom:119px!important}.tab-port-py-120{padding-top:120px!important;padding-bottom:120px!important}.tab-port-py-121{padding-top:121px!important;padding-bottom:121px!important}.tab-port-py-122{padding-top:122px!important;padding-bottom:122px!important}.tab-port-py-123{padding-top:123px!important;padding-bottom:123px!important}.tab-port-py-124{padding-top:124px!important;padding-bottom:124px!important}.tab-port-py-125{padding-top:125px!important;padding-bottom:125px!important}.tab-port-py-126{padding-top:126px!important;padding-bottom:126px!important}.tab-port-py-127{padding-top:127px!important;padding-bottom:127px!important}.tab-port-py-128{padding-top:128px!important;padding-bottom:128px!important}.tab-port-py-129{padding-top:129px!important;padding-bottom:129px!important}.tab-port-py-130{padding-top:130px!important;padding-bottom:130px!important}.tab-port-py-131{padding-top:131px!important;padding-bottom:131px!important}.tab-port-py-132{padding-top:132px!important;padding-bottom:132px!important}.tab-port-py-133{padding-top:133px!important;padding-bottom:133px!important}.tab-port-py-134{padding-top:134px!important;padding-bottom:134px!important}.tab-port-py-135{padding-top:135px!important;padding-bottom:135px!important}.tab-port-py-136{padding-top:136px!important;padding-bottom:136px!important}.tab-port-py-137{padding-top:137px!important;padding-bottom:137px!important}.tab-port-py-138{padding-top:138px!important;padding-bottom:138px!important}.tab-port-py-139{padding-top:139px!important;padding-bottom:139px!important}.tab-port-py-140{padding-top:140px!important;padding-bottom:140px!important}.tab-port-py-141{padding-top:141px!important;padding-bottom:141px!important}.tab-port-py-142{padding-top:142px!important;padding-bottom:142px!important}.tab-port-py-143{padding-top:143px!important;padding-bottom:143px!important}.tab-port-py-144{padding-top:144px!important;padding-bottom:144px!important}.tab-port-py-145{padding-top:145px!important;padding-bottom:145px!important}.tab-port-py-146{padding-top:146px!important;padding-bottom:146px!important}.tab-port-py-147{padding-top:147px!important;padding-bottom:147px!important}.tab-port-py-148{padding-top:148px!important;padding-bottom:148px!important}.tab-port-py-149{padding-top:149px!important;padding-bottom:149px!important}.tab-port-py-150{padding-top:150px!important;padding-bottom:150px!important}.tab-port-py-151{padding-top:151px!important;padding-bottom:151px!important}.tab-port-py-152{padding-top:152px!important;padding-bottom:152px!important}.tab-port-py-153{padding-top:153px!important;padding-bottom:153px!important}.tab-port-py-154{padding-top:154px!important;padding-bottom:154px!important}.tab-port-py-155{padding-top:155px!important;padding-bottom:155px!important}.tab-port-py-156{padding-top:156px!important;padding-bottom:156px!important}.tab-port-py-157{padding-top:157px!important;padding-bottom:157px!important}.tab-port-py-158{padding-top:158px!important;padding-bottom:158px!important}.tab-port-py-159{padding-top:159px!important;padding-bottom:159px!important}.tab-port-py-160{padding-top:160px!important;padding-bottom:160px!important}.tab-port-py-161{padding-top:161px!important;padding-bottom:161px!important}.tab-port-py-162{padding-top:162px!important;padding-bottom:162px!important}.tab-port-py-163{padding-top:163px!important;padding-bottom:163px!important}.tab-port-py-164{padding-top:164px!important;padding-bottom:164px!important}.tab-port-py-165{padding-top:165px!important;padding-bottom:165px!important}.tab-port-py-166{padding-top:166px!important;padding-bottom:166px!important}.tab-port-py-167{padding-top:167px!important;padding-bottom:167px!important}.tab-port-py-168{padding-top:168px!important;padding-bottom:168px!important}.tab-port-py-169{padding-top:169px!important;padding-bottom:169px!important}.tab-port-py-170{padding-top:170px!important;padding-bottom:170px!important}.tab-port-py-171{padding-top:171px!important;padding-bottom:171px!important}.tab-port-py-172{padding-top:172px!important;padding-bottom:172px!important}.tab-port-py-173{padding-top:173px!important;padding-bottom:173px!important}.tab-port-py-174{padding-top:174px!important;padding-bottom:174px!important}.tab-port-py-175{padding-top:175px!important;padding-bottom:175px!important}.tab-port-py-176{padding-top:176px!important;padding-bottom:176px!important}.tab-port-py-177{padding-top:177px!important;padding-bottom:177px!important}.tab-port-py-178{padding-top:178px!important;padding-bottom:178px!important}.tab-port-py-179{padding-top:179px!important;padding-bottom:179px!important}.tab-port-py-180{padding-top:180px!important;padding-bottom:180px!important}.tab-port-py-181{padding-top:181px!important;padding-bottom:181px!important}.tab-port-py-182{padding-top:182px!important;padding-bottom:182px!important}.tab-port-py-183{padding-top:183px!important;padding-bottom:183px!important}.tab-port-py-184{padding-top:184px!important;padding-bottom:184px!important}.tab-port-py-185{padding-top:185px!important;padding-bottom:185px!important}.tab-port-py-186{padding-top:186px!important;padding-bottom:186px!important}.tab-port-py-187{padding-top:187px!important;padding-bottom:187px!important}.tab-port-py-188{padding-top:188px!important;padding-bottom:188px!important}.tab-port-py-189{padding-top:189px!important;padding-bottom:189px!important}.tab-port-py-190{padding-top:190px!important;padding-bottom:190px!important}.tab-port-py-191{padding-top:191px!important;padding-bottom:191px!important}.tab-port-py-192{padding-top:192px!important;padding-bottom:192px!important}.tab-port-py-193{padding-top:193px!important;padding-bottom:193px!important}.tab-port-py-194{padding-top:194px!important;padding-bottom:194px!important}.tab-port-py-195{padding-top:195px!important;padding-bottom:195px!important}.tab-port-py-196{padding-top:196px!important;padding-bottom:196px!important}.tab-port-py-197{padding-top:197px!important;padding-bottom:197px!important}.tab-port-py-198{padding-top:198px!important;padding-bottom:198px!important}.tab-port-py-199{padding-top:199px!important;padding-bottom:199px!important}.tab-port-py-200{padding-top:200px!important;padding-bottom:200px!important}.tab-port-py-201{padding-top:201px!important;padding-bottom:201px!important}.tab-port-py-202{padding-top:202px!important;padding-bottom:202px!important}.tab-port-py-203{padding-top:203px!important;padding-bottom:203px!important}.tab-port-py-204{padding-top:204px!important;padding-bottom:204px!important}.tab-port-py-205{padding-top:205px!important;padding-bottom:205px!important}.tab-port-py-206{padding-top:206px!important;padding-bottom:206px!important}.tab-port-py-207{padding-top:207px!important;padding-bottom:207px!important}.tab-port-py-208{padding-top:208px!important;padding-bottom:208px!important}.tab-port-py-209{padding-top:209px!important;padding-bottom:209px!important}.tab-port-py-210{padding-top:210px!important;padding-bottom:210px!important}.tab-port-py-211{padding-top:211px!important;padding-bottom:211px!important}.tab-port-py-212{padding-top:212px!important;padding-bottom:212px!important}.tab-port-py-213{padding-top:213px!important;padding-bottom:213px!important}.tab-port-py-214{padding-top:214px!important;padding-bottom:214px!important}.tab-port-py-215{padding-top:215px!important;padding-bottom:215px!important}.tab-port-py-216{padding-top:216px!important;padding-bottom:216px!important}.tab-port-py-217{padding-top:217px!important;padding-bottom:217px!important}.tab-port-py-218{padding-top:218px!important;padding-bottom:218px!important}.tab-port-py-219{padding-top:219px!important;padding-bottom:219px!important}.tab-port-py-220{padding-top:220px!important;padding-bottom:220px!important}.tab-port-py-221{padding-top:221px!important;padding-bottom:221px!important}.tab-port-py-222{padding-top:222px!important;padding-bottom:222px!important}.tab-port-py-223{padding-top:223px!important;padding-bottom:223px!important}.tab-port-py-224{padding-top:224px!important;padding-bottom:224px!important}.tab-port-py-225{padding-top:225px!important;padding-bottom:225px!important}.tab-port-py-226{padding-top:226px!important;padding-bottom:226px!important}.tab-port-py-227{padding-top:227px!important;padding-bottom:227px!important}.tab-port-py-228{padding-top:228px!important;padding-bottom:228px!important}.tab-port-py-229{padding-top:229px!important;padding-bottom:229px!important}.tab-port-py-230{padding-top:230px!important;padding-bottom:230px!important}.tab-port-py-231{padding-top:231px!important;padding-bottom:231px!important}.tab-port-py-232{padding-top:232px!important;padding-bottom:232px!important}.tab-port-py-233{padding-top:233px!important;padding-bottom:233px!important}.tab-port-py-234{padding-top:234px!important;padding-bottom:234px!important}.tab-port-py-235{padding-top:235px!important;padding-bottom:235px!important}.tab-port-py-236{padding-top:236px!important;padding-bottom:236px!important}.tab-port-py-237{padding-top:237px!important;padding-bottom:237px!important}.tab-port-py-238{padding-top:238px!important;padding-bottom:238px!important}.tab-port-py-239{padding-top:239px!important;padding-bottom:239px!important}.tab-port-py-240{padding-top:240px!important;padding-bottom:240px!important}.tab-port-py-241{padding-top:241px!important;padding-bottom:241px!important}.tab-port-py-242{padding-top:242px!important;padding-bottom:242px!important}.tab-port-py-243{padding-top:243px!important;padding-bottom:243px!important}.tab-port-py-244{padding-top:244px!important;padding-bottom:244px!important}.tab-port-py-245{padding-top:245px!important;padding-bottom:245px!important}.tab-port-py-246{padding-top:246px!important;padding-bottom:246px!important}.tab-port-py-247{padding-top:247px!important;padding-bottom:247px!important}.tab-port-py-248{padding-top:248px!important;padding-bottom:248px!important}.tab-port-py-249{padding-top:249px!important;padding-bottom:249px!important}.tab-port-py-250{padding-top:250px!important;padding-bottom:250px!important}.tab-port-py-251{padding-top:251px!important;padding-bottom:251px!important}.tab-port-py-252{padding-top:252px!important;padding-bottom:252px!important}.tab-port-py-253{padding-top:253px!important;padding-bottom:253px!important}.tab-port-py-254{padding-top:254px!important;padding-bottom:254px!important}.tab-port-py-255{padding-top:255px!important;padding-bottom:255px!important}.tab-port-py-256{padding-top:256px!important;padding-bottom:256px!important}.tab-port-py-257{padding-top:257px!important;padding-bottom:257px!important}.tab-port-py-258{padding-top:258px!important;padding-bottom:258px!important}.tab-port-py-259{padding-top:259px!important;padding-bottom:259px!important}.tab-port-py-260{padding-top:260px!important;padding-bottom:260px!important}.tab-port-py-261{padding-top:261px!important;padding-bottom:261px!important}.tab-port-py-262{padding-top:262px!important;padding-bottom:262px!important}.tab-port-py-263{padding-top:263px!important;padding-bottom:263px!important}.tab-port-py-264{padding-top:264px!important;padding-bottom:264px!important}.tab-port-py-265{padding-top:265px!important;padding-bottom:265px!important}.tab-port-py-266{padding-top:266px!important;padding-bottom:266px!important}.tab-port-py-267{padding-top:267px!important;padding-bottom:267px!important}.tab-port-py-268{padding-top:268px!important;padding-bottom:268px!important}.tab-port-py-269{padding-top:269px!important;padding-bottom:269px!important}.tab-port-py-270{padding-top:270px!important;padding-bottom:270px!important}.tab-port-py-271{padding-top:271px!important;padding-bottom:271px!important}.tab-port-py-272{padding-top:272px!important;padding-bottom:272px!important}.tab-port-py-273{padding-top:273px!important;padding-bottom:273px!important}.tab-port-py-274{padding-top:274px!important;padding-bottom:274px!important}.tab-port-py-275{padding-top:275px!important;padding-bottom:275px!important}.tab-port-py-276{padding-top:276px!important;padding-bottom:276px!important}.tab-port-py-277{padding-top:277px!important;padding-bottom:277px!important}.tab-port-py-278{padding-top:278px!important;padding-bottom:278px!important}.tab-port-py-279{padding-top:279px!important;padding-bottom:279px!important}.tab-port-py-280{padding-top:280px!important;padding-bottom:280px!important}.tab-port-py-281{padding-top:281px!important;padding-bottom:281px!important}.tab-port-py-282{padding-top:282px!important;padding-bottom:282px!important}.tab-port-py-283{padding-top:283px!important;padding-bottom:283px!important}.tab-port-py-284{padding-top:284px!important;padding-bottom:284px!important}.tab-port-py-285{padding-top:285px!important;padding-bottom:285px!important}.tab-port-py-286{padding-top:286px!important;padding-bottom:286px!important}.tab-port-py-287{padding-top:287px!important;padding-bottom:287px!important}.tab-port-py-288{padding-top:288px!important;padding-bottom:288px!important}.tab-port-py-289{padding-top:289px!important;padding-bottom:289px!important}.tab-port-py-290{padding-top:290px!important;padding-bottom:290px!important}.tab-port-py-291{padding-top:291px!important;padding-bottom:291px!important}.tab-port-py-292{padding-top:292px!important;padding-bottom:292px!important}.tab-port-py-293{padding-top:293px!important;padding-bottom:293px!important}.tab-port-py-294{padding-top:294px!important;padding-bottom:294px!important}.tab-port-py-295{padding-top:295px!important;padding-bottom:295px!important}.tab-port-py-296{padding-top:296px!important;padding-bottom:296px!important}.tab-port-py-297{padding-top:297px!important;padding-bottom:297px!important}.tab-port-py-298{padding-top:298px!important;padding-bottom:298px!important}.tab-port-py-299{padding-top:299px!important;padding-bottom:299px!important}.tab-port-py-300{padding-top:300px!important;padding-bottom:300px!important}.tab-port-py-301{padding-top:301px!important;padding-bottom:301px!important}.tab-port-py-302{padding-top:302px!important;padding-bottom:302px!important}.tab-port-py-303{padding-top:303px!important;padding-bottom:303px!important}.tab-port-py-304{padding-top:304px!important;padding-bottom:304px!important}.tab-port-py-305{padding-top:305px!important;padding-bottom:305px!important}.tab-port-py-306{padding-top:306px!important;padding-bottom:306px!important}.tab-port-py-307{padding-top:307px!important;padding-bottom:307px!important}.tab-port-py-308{padding-top:308px!important;padding-bottom:308px!important}.tab-port-py-309{padding-top:309px!important;padding-bottom:309px!important}.tab-port-py-310{padding-top:310px!important;padding-bottom:310px!important}.tab-port-py-311{padding-top:311px!important;padding-bottom:311px!important}.tab-port-py-312{padding-top:312px!important;padding-bottom:312px!important}.tab-port-py-313{padding-top:313px!important;padding-bottom:313px!important}.tab-port-py-314{padding-top:314px!important;padding-bottom:314px!important}.tab-port-py-315{padding-top:315px!important;padding-bottom:315px!important}.tab-port-py-316{padding-top:316px!important;padding-bottom:316px!important}.tab-port-py-317{padding-top:317px!important;padding-bottom:317px!important}.tab-port-py-318{padding-top:318px!important;padding-bottom:318px!important}.tab-port-py-319{padding-top:319px!important;padding-bottom:319px!important}.tab-port-py-320{padding-top:320px!important;padding-bottom:320px!important}.tab-port-py-321{padding-top:321px!important;padding-bottom:321px!important}.tab-port-py-322{padding-top:322px!important;padding-bottom:322px!important}.tab-port-py-323{padding-top:323px!important;padding-bottom:323px!important}.tab-port-py-324{padding-top:324px!important;padding-bottom:324px!important}.tab-port-py-325{padding-top:325px!important;padding-bottom:325px!important}.tab-port-py-326{padding-top:326px!important;padding-bottom:326px!important}.tab-port-py-327{padding-top:327px!important;padding-bottom:327px!important}.tab-port-py-328{padding-top:328px!important;padding-bottom:328px!important}.tab-port-py-329{padding-top:329px!important;padding-bottom:329px!important}.tab-port-py-330{padding-top:330px!important;padding-bottom:330px!important}.tab-port-py-331{padding-top:331px!important;padding-bottom:331px!important}.tab-port-py-332{padding-top:332px!important;padding-bottom:332px!important}.tab-port-py-333{padding-top:333px!important;padding-bottom:333px!important}.tab-port-py-334{padding-top:334px!important;padding-bottom:334px!important}.tab-port-py-335{padding-top:335px!important;padding-bottom:335px!important}.tab-port-py-336{padding-top:336px!important;padding-bottom:336px!important}.tab-port-py-337{padding-top:337px!important;padding-bottom:337px!important}.tab-port-py-338{padding-top:338px!important;padding-bottom:338px!important}.tab-port-py-339{padding-top:339px!important;padding-bottom:339px!important}.tab-port-py-340{padding-top:340px!important;padding-bottom:340px!important}.tab-port-py-341{padding-top:341px!important;padding-bottom:341px!important}.tab-port-py-342{padding-top:342px!important;padding-bottom:342px!important}.tab-port-py-343{padding-top:343px!important;padding-bottom:343px!important}.tab-port-py-344{padding-top:344px!important;padding-bottom:344px!important}.tab-port-py-345{padding-top:345px!important;padding-bottom:345px!important}.tab-port-py-346{padding-top:346px!important;padding-bottom:346px!important}.tab-port-py-347{padding-top:347px!important;padding-bottom:347px!important}.tab-port-py-348{padding-top:348px!important;padding-bottom:348px!important}.tab-port-py-349{padding-top:349px!important;padding-bottom:349px!important}.tab-port-py-350{padding-top:350px!important;padding-bottom:350px!important}.tab-port-py-351{padding-top:351px!important;padding-bottom:351px!important}.tab-port-py-352{padding-top:352px!important;padding-bottom:352px!important}.tab-port-py-353{padding-top:353px!important;padding-bottom:353px!important}.tab-port-py-354{padding-top:354px!important;padding-bottom:354px!important}.tab-port-py-355{padding-top:355px!important;padding-bottom:355px!important}.tab-port-py-356{padding-top:356px!important;padding-bottom:356px!important}.tab-port-py-357{padding-top:357px!important;padding-bottom:357px!important}.tab-port-py-358{padding-top:358px!important;padding-bottom:358px!important}.tab-port-py-359{padding-top:359px!important;padding-bottom:359px!important}.tab-port-py-360{padding-top:360px!important;padding-bottom:360px!important}.tab-port-py-361{padding-top:361px!important;padding-bottom:361px!important}.tab-port-py-362{padding-top:362px!important;padding-bottom:362px!important}.tab-port-py-363{padding-top:363px!important;padding-bottom:363px!important}.tab-port-py-364{padding-top:364px!important;padding-bottom:364px!important}.tab-port-py-365{padding-top:365px!important;padding-bottom:365px!important}.tab-port-py-366{padding-top:366px!important;padding-bottom:366px!important}.tab-port-py-367{padding-top:367px!important;padding-bottom:367px!important}.tab-port-py-368{padding-top:368px!important;padding-bottom:368px!important}.tab-port-py-369{padding-top:369px!important;padding-bottom:369px!important}.tab-port-py-370{padding-top:370px!important;padding-bottom:370px!important}.tab-port-py-371{padding-top:371px!important;padding-bottom:371px!important}.tab-port-py-372{padding-top:372px!important;padding-bottom:372px!important}.tab-port-py-373{padding-top:373px!important;padding-bottom:373px!important}.tab-port-py-374{padding-top:374px!important;padding-bottom:374px!important}.tab-port-py-375{padding-top:375px!important;padding-bottom:375px!important}.tab-port-py-376{padding-top:376px!important;padding-bottom:376px!important}.tab-port-py-377{padding-top:377px!important;padding-bottom:377px!important}.tab-port-py-378{padding-top:378px!important;padding-bottom:378px!important}.tab-port-py-379{padding-top:379px!important;padding-bottom:379px!important}.tab-port-py-380{padding-top:380px!important;padding-bottom:380px!important}.tab-port-py-381{padding-top:381px!important;padding-bottom:381px!important}.tab-port-py-382{padding-top:382px!important;padding-bottom:382px!important}.tab-port-py-383{padding-top:383px!important;padding-bottom:383px!important}.tab-port-py-384{padding-top:384px!important;padding-bottom:384px!important}.tab-port-py-385{padding-top:385px!important;padding-bottom:385px!important}.tab-port-py-386{padding-top:386px!important;padding-bottom:386px!important}.tab-port-py-387{padding-top:387px!important;padding-bottom:387px!important}.tab-port-py-388{padding-top:388px!important;padding-bottom:388px!important}.tab-port-py-389{padding-top:389px!important;padding-bottom:389px!important}.tab-port-py-390{padding-top:390px!important;padding-bottom:390px!important}.tab-port-py-391{padding-top:391px!important;padding-bottom:391px!important}.tab-port-py-392{padding-top:392px!important;padding-bottom:392px!important}.tab-port-py-393{padding-top:393px!important;padding-bottom:393px!important}.tab-port-py-394{padding-top:394px!important;padding-bottom:394px!important}.tab-port-py-395{padding-top:395px!important;padding-bottom:395px!important}.tab-port-py-396{padding-top:396px!important;padding-bottom:396px!important}.tab-port-py-397{padding-top:397px!important;padding-bottom:397px!important}.tab-port-py-398{padding-top:398px!important;padding-bottom:398px!important}.tab-port-py-399{padding-top:399px!important;padding-bottom:399px!important}.tab-port-py-400{padding-top:400px!important;padding-bottom:400px!important}.tab-port-py-401{padding-top:401px!important;padding-bottom:401px!important}.tab-port-py-402{padding-top:402px!important;padding-bottom:402px!important}.tab-port-py-403{padding-top:403px!important;padding-bottom:403px!important}.tab-port-py-404{padding-top:404px!important;padding-bottom:404px!important}.tab-port-py-405{padding-top:405px!important;padding-bottom:405px!important}.tab-port-py-406{padding-top:406px!important;padding-bottom:406px!important}.tab-port-py-407{padding-top:407px!important;padding-bottom:407px!important}.tab-port-py-408{padding-top:408px!important;padding-bottom:408px!important}.tab-port-py-409{padding-top:409px!important;padding-bottom:409px!important}.tab-port-py-410{padding-top:410px!important;padding-bottom:410px!important}.tab-port-py-411{padding-top:411px!important;padding-bottom:411px!important}.tab-port-py-412{padding-top:412px!important;padding-bottom:412px!important}.tab-port-py-413{padding-top:413px!important;padding-bottom:413px!important}.tab-port-py-414{padding-top:414px!important;padding-bottom:414px!important}.tab-port-py-415{padding-top:415px!important;padding-bottom:415px!important}.tab-port-py-416{padding-top:416px!important;padding-bottom:416px!important}.tab-port-py-417{padding-top:417px!important;padding-bottom:417px!important}.tab-port-py-418{padding-top:418px!important;padding-bottom:418px!important}.tab-port-py-419{padding-top:419px!important;padding-bottom:419px!important}.tab-port-py-420{padding-top:420px!important;padding-bottom:420px!important}.tab-port-py-421{padding-top:421px!important;padding-bottom:421px!important}.tab-port-py-422{padding-top:422px!important;padding-bottom:422px!important}.tab-port-py-423{padding-top:423px!important;padding-bottom:423px!important}.tab-port-py-424{padding-top:424px!important;padding-bottom:424px!important}.tab-port-py-425{padding-top:425px!important;padding-bottom:425px!important}.tab-port-py-426{padding-top:426px!important;padding-bottom:426px!important}.tab-port-py-427{padding-top:427px!important;padding-bottom:427px!important}.tab-port-py-428{padding-top:428px!important;padding-bottom:428px!important}.tab-port-py-429{padding-top:429px!important;padding-bottom:429px!important}.tab-port-py-430{padding-top:430px!important;padding-bottom:430px!important}.tab-port-py-431{padding-top:431px!important;padding-bottom:431px!important}.tab-port-py-432{padding-top:432px!important;padding-bottom:432px!important}.tab-port-py-433{padding-top:433px!important;padding-bottom:433px!important}.tab-port-py-434{padding-top:434px!important;padding-bottom:434px!important}.tab-port-py-435{padding-top:435px!important;padding-bottom:435px!important}.tab-port-py-436{padding-top:436px!important;padding-bottom:436px!important}.tab-port-py-437{padding-top:437px!important;padding-bottom:437px!important}.tab-port-py-438{padding-top:438px!important;padding-bottom:438px!important}.tab-port-py-439{padding-top:439px!important;padding-bottom:439px!important}.tab-port-py-440{padding-top:440px!important;padding-bottom:440px!important}.tab-port-py-441{padding-top:441px!important;padding-bottom:441px!important}.tab-port-py-442{padding-top:442px!important;padding-bottom:442px!important}.tab-port-py-443{padding-top:443px!important;padding-bottom:443px!important}.tab-port-py-444{padding-top:444px!important;padding-bottom:444px!important}.tab-port-py-445{padding-top:445px!important;padding-bottom:445px!important}.tab-port-py-446{padding-top:446px!important;padding-bottom:446px!important}.tab-port-py-447{padding-top:447px!important;padding-bottom:447px!important}.tab-port-py-448{padding-top:448px!important;padding-bottom:448px!important}.tab-port-py-449{padding-top:449px!important;padding-bottom:449px!important}.tab-port-py-450{padding-top:450px!important;padding-bottom:450px!important}.tab-port-py-451{padding-top:451px!important;padding-bottom:451px!important}.tab-port-py-452{padding-top:452px!important;padding-bottom:452px!important}.tab-port-py-453{padding-top:453px!important;padding-bottom:453px!important}.tab-port-py-454{padding-top:454px!important;padding-bottom:454px!important}.tab-port-py-455{padding-top:455px!important;padding-bottom:455px!important}.tab-port-py-456{padding-top:456px!important;padding-bottom:456px!important}.tab-port-py-457{padding-top:457px!important;padding-bottom:457px!important}.tab-port-py-458{padding-top:458px!important;padding-bottom:458px!important}.tab-port-py-459{padding-top:459px!important;padding-bottom:459px!important}.tab-port-py-460{padding-top:460px!important;padding-bottom:460px!important}.tab-port-py-461{padding-top:461px!important;padding-bottom:461px!important}.tab-port-py-462{padding-top:462px!important;padding-bottom:462px!important}.tab-port-py-463{padding-top:463px!important;padding-bottom:463px!important}.tab-port-py-464{padding-top:464px!important;padding-bottom:464px!important}.tab-port-py-465{padding-top:465px!important;padding-bottom:465px!important}.tab-port-py-466{padding-top:466px!important;padding-bottom:466px!important}.tab-port-py-467{padding-top:467px!important;padding-bottom:467px!important}.tab-port-py-468{padding-top:468px!important;padding-bottom:468px!important}.tab-port-py-469{padding-top:469px!important;padding-bottom:469px!important}.tab-port-py-470{padding-top:470px!important;padding-bottom:470px!important}.tab-port-py-471{padding-top:471px!important;padding-bottom:471px!important}.tab-port-py-472{padding-top:472px!important;padding-bottom:472px!important}.tab-port-py-473{padding-top:473px!important;padding-bottom:473px!important}.tab-port-py-474{padding-top:474px!important;padding-bottom:474px!important}.tab-port-py-475{padding-top:475px!important;padding-bottom:475px!important}.tab-port-py-476{padding-top:476px!important;padding-bottom:476px!important}.tab-port-py-477{padding-top:477px!important;padding-bottom:477px!important}.tab-port-py-478{padding-top:478px!important;padding-bottom:478px!important}.tab-port-py-479{padding-top:479px!important;padding-bottom:479px!important}.tab-port-py-480{padding-top:480px!important;padding-bottom:480px!important}.tab-port-py-481{padding-top:481px!important;padding-bottom:481px!important}.tab-port-py-482{padding-top:482px!important;padding-bottom:482px!important}.tab-port-py-483{padding-top:483px!important;padding-bottom:483px!important}.tab-port-py-484{padding-top:484px!important;padding-bottom:484px!important}.tab-port-py-485{padding-top:485px!important;padding-bottom:485px!important}.tab-port-py-486{padding-top:486px!important;padding-bottom:486px!important}.tab-port-py-487{padding-top:487px!important;padding-bottom:487px!important}.tab-port-py-488{padding-top:488px!important;padding-bottom:488px!important}.tab-port-py-489{padding-top:489px!important;padding-bottom:489px!important}.tab-port-py-490{padding-top:490px!important;padding-bottom:490px!important}.tab-port-py-491{padding-top:491px!important;padding-bottom:491px!important}.tab-port-py-492{padding-top:492px!important;padding-bottom:492px!important}.tab-port-py-493{padding-top:493px!important;padding-bottom:493px!important}.tab-port-py-494{padding-top:494px!important;padding-bottom:494px!important}.tab-port-py-495{padding-top:495px!important;padding-bottom:495px!important}.tab-port-py-496{padding-top:496px!important;padding-bottom:496px!important}.tab-port-py-497{padding-top:497px!important;padding-bottom:497px!important}.tab-port-py-498{padding-top:498px!important;padding-bottom:498px!important}.tab-port-py-499{padding-top:499px!important;padding-bottom:499px!important}.tab-port-py-500{padding-top:500px!important;padding-bottom:500px!important}.tab-port-py-501{padding-top:501px!important;padding-bottom:501px!important}.tab-port-py-502{padding-top:502px!important;padding-bottom:502px!important}.tab-port-py-503{padding-top:503px!important;padding-bottom:503px!important}.tab-port-py-504{padding-top:504px!important;padding-bottom:504px!important}.tab-port-py-505{padding-top:505px!important;padding-bottom:505px!important}.tab-port-py-506{padding-top:506px!important;padding-bottom:506px!important}.tab-port-py-507{padding-top:507px!important;padding-bottom:507px!important}.tab-port-py-508{padding-top:508px!important;padding-bottom:508px!important}.tab-port-py-509{padding-top:509px!important;padding-bottom:509px!important}.tab-port-py-510{padding-top:510px!important;padding-bottom:510px!important}.tab-port-py-511{padding-top:511px!important;padding-bottom:511px!important}.tab-port-py-512{padding-top:512px!important;padding-bottom:512px!important}.tab-port-py-513{padding-top:513px!important;padding-bottom:513px!important}.tab-port-py-514{padding-top:514px!important;padding-bottom:514px!important}.tab-port-py-515{padding-top:515px!important;padding-bottom:515px!important}.tab-port-py-516{padding-top:516px!important;padding-bottom:516px!important}.tab-port-py-517{padding-top:517px!important;padding-bottom:517px!important}.tab-port-py-518{padding-top:518px!important;padding-bottom:518px!important}.tab-port-py-519{padding-top:519px!important;padding-bottom:519px!important}.tab-port-py-520{padding-top:520px!important;padding-bottom:520px!important}.tab-port-py-521{padding-top:521px!important;padding-bottom:521px!important}.tab-port-py-522{padding-top:522px!important;padding-bottom:522px!important}.tab-port-py-523{padding-top:523px!important;padding-bottom:523px!important}.tab-port-py-524{padding-top:524px!important;padding-bottom:524px!important}.tab-port-py-525{padding-top:525px!important;padding-bottom:525px!important}.tab-port-py-526{padding-top:526px!important;padding-bottom:526px!important}.tab-port-py-527{padding-top:527px!important;padding-bottom:527px!important}.tab-port-py-528{padding-top:528px!important;padding-bottom:528px!important}.tab-port-py-529{padding-top:529px!important;padding-bottom:529px!important}.tab-port-py-530{padding-top:530px!important;padding-bottom:530px!important}.tab-port-py-531{padding-top:531px!important;padding-bottom:531px!important}.tab-port-py-532{padding-top:532px!important;padding-bottom:532px!important}.tab-port-py-533{padding-top:533px!important;padding-bottom:533px!important}.tab-port-py-534{padding-top:534px!important;padding-bottom:534px!important}.tab-port-py-535{padding-top:535px!important;padding-bottom:535px!important}.tab-port-py-536{padding-top:536px!important;padding-bottom:536px!important}.tab-port-py-537{padding-top:537px!important;padding-bottom:537px!important}.tab-port-py-538{padding-top:538px!important;padding-bottom:538px!important}.tab-port-py-539{padding-top:539px!important;padding-bottom:539px!important}.tab-port-py-540{padding-top:540px!important;padding-bottom:540px!important}.tab-port-py-541{padding-top:541px!important;padding-bottom:541px!important}.tab-port-py-542{padding-top:542px!important;padding-bottom:542px!important}.tab-port-py-543{padding-top:543px!important;padding-bottom:543px!important}.tab-port-py-544{padding-top:544px!important;padding-bottom:544px!important}.tab-port-py-545{padding-top:545px!important;padding-bottom:545px!important}.tab-port-py-546{padding-top:546px!important;padding-bottom:546px!important}.tab-port-py-547{padding-top:547px!important;padding-bottom:547px!important}.tab-port-py-548{padding-top:548px!important;padding-bottom:548px!important}.tab-port-py-549{padding-top:549px!important;padding-bottom:549px!important}.tab-port-py-550{padding-top:550px!important;padding-bottom:550px!important}.tab-port-py-551{padding-top:551px!important;padding-bottom:551px!important}.tab-port-py-552{padding-top:552px!important;padding-bottom:552px!important}.tab-port-py-553{padding-top:553px!important;padding-bottom:553px!important}.tab-port-py-554{padding-top:554px!important;padding-bottom:554px!important}.tab-port-py-555{padding-top:555px!important;padding-bottom:555px!important}.tab-port-py-556{padding-top:556px!important;padding-bottom:556px!important}.tab-port-py-557{padding-top:557px!important;padding-bottom:557px!important}.tab-port-py-558{padding-top:558px!important;padding-bottom:558px!important}.tab-port-py-559{padding-top:559px!important;padding-bottom:559px!important}.tab-port-py-560{padding-top:560px!important;padding-bottom:560px!important}.tab-port-py-561{padding-top:561px!important;padding-bottom:561px!important}.tab-port-py-562{padding-top:562px!important;padding-bottom:562px!important}.tab-port-py-563{padding-top:563px!important;padding-bottom:563px!important}.tab-port-py-564{padding-top:564px!important;padding-bottom:564px!important}.tab-port-py-565{padding-top:565px!important;padding-bottom:565px!important}.tab-port-py-566{padding-top:566px!important;padding-bottom:566px!important}.tab-port-py-567{padding-top:567px!important;padding-bottom:567px!important}.tab-port-py-568{padding-top:568px!important;padding-bottom:568px!important}.tab-port-py-569{padding-top:569px!important;padding-bottom:569px!important}.tab-port-py-570{padding-top:570px!important;padding-bottom:570px!important}.tab-port-py-571{padding-top:571px!important;padding-bottom:571px!important}.tab-port-py-572{padding-top:572px!important;padding-bottom:572px!important}.tab-port-py-573{padding-top:573px!important;padding-bottom:573px!important}.tab-port-py-574{padding-top:574px!important;padding-bottom:574px!important}.tab-port-py-575{padding-top:575px!important;padding-bottom:575px!important}.tab-port-py-576{padding-top:576px!important;padding-bottom:576px!important}.tab-port-py-577{padding-top:577px!important;padding-bottom:577px!important}.tab-port-py-578{padding-top:578px!important;padding-bottom:578px!important}.tab-port-py-579{padding-top:579px!important;padding-bottom:579px!important}.tab-port-py-580{padding-top:580px!important;padding-bottom:580px!important}.tab-port-py-581{padding-top:581px!important;padding-bottom:581px!important}.tab-port-py-582{padding-top:582px!important;padding-bottom:582px!important}.tab-port-py-583{padding-top:583px!important;padding-bottom:583px!important}.tab-port-py-584{padding-top:584px!important;padding-bottom:584px!important}.tab-port-py-585{padding-top:585px!important;padding-bottom:585px!important}.tab-port-py-586{padding-top:586px!important;padding-bottom:586px!important}.tab-port-py-587{padding-top:587px!important;padding-bottom:587px!important}.tab-port-py-588{padding-top:588px!important;padding-bottom:588px!important}.tab-port-py-589{padding-top:589px!important;padding-bottom:589px!important}.tab-port-py-590{padding-top:590px!important;padding-bottom:590px!important}.tab-port-py-591{padding-top:591px!important;padding-bottom:591px!important}.tab-port-py-592{padding-top:592px!important;padding-bottom:592px!important}.tab-port-py-593{padding-top:593px!important;padding-bottom:593px!important}.tab-port-py-594{padding-top:594px!important;padding-bottom:594px!important}.tab-port-py-595{padding-top:595px!important;padding-bottom:595px!important}.tab-port-py-596{padding-top:596px!important;padding-bottom:596px!important}.tab-port-py-597{padding-top:597px!important;padding-bottom:597px!important}.tab-port-py-598{padding-top:598px!important;padding-bottom:598px!important}.tab-port-py-599{padding-top:599px!important;padding-bottom:599px!important}.tab-port-py-600{padding-top:600px!important;padding-bottom:600px!important}.tab-port-py-601{padding-top:601px!important;padding-bottom:601px!important}.tab-port-py-602{padding-top:602px!important;padding-bottom:602px!important}.tab-port-py-603{padding-top:603px!important;padding-bottom:603px!important}.tab-port-py-604{padding-top:604px!important;padding-bottom:604px!important}.tab-port-py-605{padding-top:605px!important;padding-bottom:605px!important}.tab-port-py-606{padding-top:606px!important;padding-bottom:606px!important}.tab-port-py-607{padding-top:607px!important;padding-bottom:607px!important}.tab-port-py-608{padding-top:608px!important;padding-bottom:608px!important}.tab-port-py-609{padding-top:609px!important;padding-bottom:609px!important}.tab-port-py-610{padding-top:610px!important;padding-bottom:610px!important}.tab-port-py-611{padding-top:611px!important;padding-bottom:611px!important}.tab-port-py-612{padding-top:612px!important;padding-bottom:612px!important}.tab-port-py-613{padding-top:613px!important;padding-bottom:613px!important}.tab-port-py-614{padding-top:614px!important;padding-bottom:614px!important}.tab-port-py-615{padding-top:615px!important;padding-bottom:615px!important}.tab-port-py-616{padding-top:616px!important;padding-bottom:616px!important}.tab-port-py-617{padding-top:617px!important;padding-bottom:617px!important}.tab-port-py-618{padding-top:618px!important;padding-bottom:618px!important}.tab-port-py-619{padding-top:619px!important;padding-bottom:619px!important}.tab-port-py-620{padding-top:620px!important;padding-bottom:620px!important}.tab-port-py-621{padding-top:621px!important;padding-bottom:621px!important}.tab-port-py-622{padding-top:622px!important;padding-bottom:622px!important}.tab-port-py-623{padding-top:623px!important;padding-bottom:623px!important}.tab-port-py-624{padding-top:624px!important;padding-bottom:624px!important}.tab-port-py-625{padding-top:625px!important;padding-bottom:625px!important}.tab-port-py-626{padding-top:626px!important;padding-bottom:626px!important}.tab-port-py-627{padding-top:627px!important;padding-bottom:627px!important}.tab-port-py-628{padding-top:628px!important;padding-bottom:628px!important}.tab-port-py-629{padding-top:629px!important;padding-bottom:629px!important}.tab-port-py-630{padding-top:630px!important;padding-bottom:630px!important}.tab-port-py-631{padding-top:631px!important;padding-bottom:631px!important}.tab-port-py-632{padding-top:632px!important;padding-bottom:632px!important}.tab-port-py-633{padding-top:633px!important;padding-bottom:633px!important}.tab-port-py-634{padding-top:634px!important;padding-bottom:634px!important}.tab-port-py-635{padding-top:635px!important;padding-bottom:635px!important}.tab-port-py-636{padding-top:636px!important;padding-bottom:636px!important}.tab-port-py-637{padding-top:637px!important;padding-bottom:637px!important}.tab-port-py-638{padding-top:638px!important;padding-bottom:638px!important}.tab-port-py-639{padding-top:639px!important;padding-bottom:639px!important}.tab-port-py-640{padding-top:640px!important;padding-bottom:640px!important}.tab-port-py-641{padding-top:641px!important;padding-bottom:641px!important}.tab-port-py-642{padding-top:642px!important;padding-bottom:642px!important}.tab-port-py-643{padding-top:643px!important;padding-bottom:643px!important}.tab-port-py-644{padding-top:644px!important;padding-bottom:644px!important}.tab-port-py-645{padding-top:645px!important;padding-bottom:645px!important}.tab-port-py-646{padding-top:646px!important;padding-bottom:646px!important}.tab-port-py-647{padding-top:647px!important;padding-bottom:647px!important}.tab-port-py-648{padding-top:648px!important;padding-bottom:648px!important}.tab-port-py-649{padding-top:649px!important;padding-bottom:649px!important}.tab-port-py-650{padding-top:650px!important;padding-bottom:650px!important}.tab-port-py-651{padding-top:651px!important;padding-bottom:651px!important}.tab-port-py-652{padding-top:652px!important;padding-bottom:652px!important}.tab-port-py-653{padding-top:653px!important;padding-bottom:653px!important}.tab-port-py-654{padding-top:654px!important;padding-bottom:654px!important}.tab-port-py-655{padding-top:655px!important;padding-bottom:655px!important}.tab-port-py-656{padding-top:656px!important;padding-bottom:656px!important}.tab-port-py-657{padding-top:657px!important;padding-bottom:657px!important}.tab-port-py-658{padding-top:658px!important;padding-bottom:658px!important}.tab-port-py-659{padding-top:659px!important;padding-bottom:659px!important}.tab-port-py-660{padding-top:660px!important;padding-bottom:660px!important}.tab-port-py-661{padding-top:661px!important;padding-bottom:661px!important}.tab-port-py-662{padding-top:662px!important;padding-bottom:662px!important}.tab-port-py-663{padding-top:663px!important;padding-bottom:663px!important}.tab-port-py-664{padding-top:664px!important;padding-bottom:664px!important}.tab-port-py-665{padding-top:665px!important;padding-bottom:665px!important}.tab-port-py-666{padding-top:666px!important;padding-bottom:666px!important}.tab-port-py-667{padding-top:667px!important;padding-bottom:667px!important}.tab-port-py-668{padding-top:668px!important;padding-bottom:668px!important}.tab-port-py-669{padding-top:669px!important;padding-bottom:669px!important}.tab-port-py-670{padding-top:670px!important;padding-bottom:670px!important}.tab-port-py-671{padding-top:671px!important;padding-bottom:671px!important}.tab-port-py-672{padding-top:672px!important;padding-bottom:672px!important}.tab-port-py-673{padding-top:673px!important;padding-bottom:673px!important}.tab-port-py-674{padding-top:674px!important;padding-bottom:674px!important}.tab-port-py-675{padding-top:675px!important;padding-bottom:675px!important}.tab-port-py-676{padding-top:676px!important;padding-bottom:676px!important}.tab-port-py-677{padding-top:677px!important;padding-bottom:677px!important}.tab-port-py-678{padding-top:678px!important;padding-bottom:678px!important}.tab-port-py-679{padding-top:679px!important;padding-bottom:679px!important}.tab-port-py-680{padding-top:680px!important;padding-bottom:680px!important}.tab-port-py-681{padding-top:681px!important;padding-bottom:681px!important}.tab-port-py-682{padding-top:682px!important;padding-bottom:682px!important}.tab-port-py-683{padding-top:683px!important;padding-bottom:683px!important}.tab-port-py-684{padding-top:684px!important;padding-bottom:684px!important}.tab-port-py-685{padding-top:685px!important;padding-bottom:685px!important}.tab-port-py-686{padding-top:686px!important;padding-bottom:686px!important}.tab-port-py-687{padding-top:687px!important;padding-bottom:687px!important}.tab-port-py-688{padding-top:688px!important;padding-bottom:688px!important}.tab-port-py-689{padding-top:689px!important;padding-bottom:689px!important}.tab-port-py-690{padding-top:690px!important;padding-bottom:690px!important}.tab-port-py-691{padding-top:691px!important;padding-bottom:691px!important}.tab-port-py-692{padding-top:692px!important;padding-bottom:692px!important}.tab-port-py-693{padding-top:693px!important;padding-bottom:693px!important}.tab-port-py-694{padding-top:694px!important;padding-bottom:694px!important}.tab-port-py-695{padding-top:695px!important;padding-bottom:695px!important}.tab-port-py-696{padding-top:696px!important;padding-bottom:696px!important}.tab-port-py-697{padding-top:697px!important;padding-bottom:697px!important}.tab-port-py-698{padding-top:698px!important;padding-bottom:698px!important}.tab-port-py-699{padding-top:699px!important;padding-bottom:699px!important}.tab-port-py-700{padding-top:700px!important;padding-bottom:700px!important}.tab-port-py-701{padding-top:701px!important;padding-bottom:701px!important}.tab-port-py-702{padding-top:702px!important;padding-bottom:702px!important}.tab-port-py-703{padding-top:703px!important;padding-bottom:703px!important}.tab-port-py-704{padding-top:704px!important;padding-bottom:704px!important}.tab-port-py-705{padding-top:705px!important;padding-bottom:705px!important}.tab-port-py-706{padding-top:706px!important;padding-bottom:706px!important}.tab-port-py-707{padding-top:707px!important;padding-bottom:707px!important}.tab-port-py-708{padding-top:708px!important;padding-bottom:708px!important}.tab-port-py-709{padding-top:709px!important;padding-bottom:709px!important}.tab-port-py-710{padding-top:710px!important;padding-bottom:710px!important}.tab-port-py-711{padding-top:711px!important;padding-bottom:711px!important}.tab-port-py-712{padding-top:712px!important;padding-bottom:712px!important}.tab-port-py-713{padding-top:713px!important;padding-bottom:713px!important}.tab-port-py-714{padding-top:714px!important;padding-bottom:714px!important}.tab-port-py-715{padding-top:715px!important;padding-bottom:715px!important}.tab-port-py-716{padding-top:716px!important;padding-bottom:716px!important}.tab-port-py-717{padding-top:717px!important;padding-bottom:717px!important}.tab-port-py-718{padding-top:718px!important;padding-bottom:718px!important}.tab-port-py-719{padding-top:719px!important;padding-bottom:719px!important}.tab-port-py-720{padding-top:720px!important;padding-bottom:720px!important}.tab-port-py-721{padding-top:721px!important;padding-bottom:721px!important}.tab-port-py-722{padding-top:722px!important;padding-bottom:722px!important}.tab-port-py-723{padding-top:723px!important;padding-bottom:723px!important}.tab-port-py-724{padding-top:724px!important;padding-bottom:724px!important}.tab-port-py-725{padding-top:725px!important;padding-bottom:725px!important}.tab-port-py-726{padding-top:726px!important;padding-bottom:726px!important}.tab-port-py-727{padding-top:727px!important;padding-bottom:727px!important}.tab-port-py-728{padding-top:728px!important;padding-bottom:728px!important}.tab-port-py-729{padding-top:729px!important;padding-bottom:729px!important}.tab-port-py-730{padding-top:730px!important;padding-bottom:730px!important}.tab-port-py-731{padding-top:731px!important;padding-bottom:731px!important}.tab-port-py-732{padding-top:732px!important;padding-bottom:732px!important}.tab-port-py-733{padding-top:733px!important;padding-bottom:733px!important}.tab-port-py-734{padding-top:734px!important;padding-bottom:734px!important}.tab-port-py-735{padding-top:735px!important;padding-bottom:735px!important}.tab-port-py-736{padding-top:736px!important;padding-bottom:736px!important}.tab-port-py-737{padding-top:737px!important;padding-bottom:737px!important}.tab-port-py-738{padding-top:738px!important;padding-bottom:738px!important}.tab-port-py-739{padding-top:739px!important;padding-bottom:739px!important}.tab-port-py-740{padding-top:740px!important;padding-bottom:740px!important}.tab-port-py-741{padding-top:741px!important;padding-bottom:741px!important}.tab-port-py-742{padding-top:742px!important;padding-bottom:742px!important}.tab-port-py-743{padding-top:743px!important;padding-bottom:743px!important}.tab-port-py-744{padding-top:744px!important;padding-bottom:744px!important}.tab-port-py-745{padding-top:745px!important;padding-bottom:745px!important}.tab-port-py-746{padding-top:746px!important;padding-bottom:746px!important}.tab-port-py-747{padding-top:747px!important;padding-bottom:747px!important}.tab-port-py-748{padding-top:748px!important;padding-bottom:748px!important}.tab-port-py-749{padding-top:749px!important;padding-bottom:749px!important}.tab-port-py-750{padding-top:750px!important;padding-bottom:750px!important}.tab-port-py-751{padding-top:751px!important;padding-bottom:751px!important}.tab-port-py-752{padding-top:752px!important;padding-bottom:752px!important}.tab-port-py-753{padding-top:753px!important;padding-bottom:753px!important}.tab-port-py-754{padding-top:754px!important;padding-bottom:754px!important}.tab-port-py-755{padding-top:755px!important;padding-bottom:755px!important}.tab-port-py-756{padding-top:756px!important;padding-bottom:756px!important}.tab-port-py-757{padding-top:757px!important;padding-bottom:757px!important}.tab-port-py-758{padding-top:758px!important;padding-bottom:758px!important}.tab-port-py-759{padding-top:759px!important;padding-bottom:759px!important}.tab-port-py-760{padding-top:760px!important;padding-bottom:760px!important}.tab-port-py-761{padding-top:761px!important;padding-bottom:761px!important}.tab-port-py-762{padding-top:762px!important;padding-bottom:762px!important}.tab-port-py-763{padding-top:763px!important;padding-bottom:763px!important}.tab-port-py-764{padding-top:764px!important;padding-bottom:764px!important}.tab-port-py-765{padding-top:765px!important;padding-bottom:765px!important}.tab-port-py-766{padding-top:766px!important;padding-bottom:766px!important}.tab-port-py-767{padding-top:767px!important;padding-bottom:767px!important}.tab-port-py-768{padding-top:768px!important;padding-bottom:768px!important}.tab-port-py-769{padding-top:769px!important;padding-bottom:769px!important}.tab-port-py-770{padding-top:770px!important;padding-bottom:770px!important}.tab-port-py-771{padding-top:771px!important;padding-bottom:771px!important}.tab-port-py-772{padding-top:772px!important;padding-bottom:772px!important}.tab-port-py-773{padding-top:773px!important;padding-bottom:773px!important}.tab-port-py-774{padding-top:774px!important;padding-bottom:774px!important}.tab-port-py-775{padding-top:775px!important;padding-bottom:775px!important}.tab-port-py-776{padding-top:776px!important;padding-bottom:776px!important}.tab-port-py-777{padding-top:777px!important;padding-bottom:777px!important}.tab-port-py-778{padding-top:778px!important;padding-bottom:778px!important}.tab-port-py-779{padding-top:779px!important;padding-bottom:779px!important}.tab-port-py-780{padding-top:780px!important;padding-bottom:780px!important}.tab-port-py-781{padding-top:781px!important;padding-bottom:781px!important}.tab-port-py-782{padding-top:782px!important;padding-bottom:782px!important}.tab-port-py-783{padding-top:783px!important;padding-bottom:783px!important}.tab-port-py-784{padding-top:784px!important;padding-bottom:784px!important}.tab-port-py-785{padding-top:785px!important;padding-bottom:785px!important}.tab-port-py-786{padding-top:786px!important;padding-bottom:786px!important}.tab-port-py-787{padding-top:787px!important;padding-bottom:787px!important}.tab-port-py-788{padding-top:788px!important;padding-bottom:788px!important}.tab-port-py-789{padding-top:789px!important;padding-bottom:789px!important}.tab-port-py-790{padding-top:790px!important;padding-bottom:790px!important}.tab-port-py-791{padding-top:791px!important;padding-bottom:791px!important}.tab-port-py-792{padding-top:792px!important;padding-bottom:792px!important}.tab-port-py-793{padding-top:793px!important;padding-bottom:793px!important}.tab-port-py-794{padding-top:794px!important;padding-bottom:794px!important}.tab-port-py-795{padding-top:795px!important;padding-bottom:795px!important}.tab-port-py-796{padding-top:796px!important;padding-bottom:796px!important}.tab-port-py-797{padding-top:797px!important;padding-bottom:797px!important}.tab-port-py-798{padding-top:798px!important;padding-bottom:798px!important}.tab-port-py-799{padding-top:799px!important;padding-bottom:799px!important}.tab-port-py-800{padding-top:800px!important;padding-bottom:800px!important}.tab-port-py-801{padding-top:801px!important;padding-bottom:801px!important}.tab-port-py-802{padding-top:802px!important;padding-bottom:802px!important}.tab-port-py-803{padding-top:803px!important;padding-bottom:803px!important}.tab-port-py-804{padding-top:804px!important;padding-bottom:804px!important}.tab-port-py-805{padding-top:805px!important;padding-bottom:805px!important}.tab-port-py-806{padding-top:806px!important;padding-bottom:806px!important}.tab-port-py-807{padding-top:807px!important;padding-bottom:807px!important}.tab-port-py-808{padding-top:808px!important;padding-bottom:808px!important}.tab-port-py-809{padding-top:809px!important;padding-bottom:809px!important}.tab-port-py-810{padding-top:810px!important;padding-bottom:810px!important}.tab-port-py-811{padding-top:811px!important;padding-bottom:811px!important}.tab-port-py-812{padding-top:812px!important;padding-bottom:812px!important}.tab-port-py-813{padding-top:813px!important;padding-bottom:813px!important}.tab-port-py-814{padding-top:814px!important;padding-bottom:814px!important}.tab-port-py-815{padding-top:815px!important;padding-bottom:815px!important}.tab-port-py-816{padding-top:816px!important;padding-bottom:816px!important}.tab-port-py-817{padding-top:817px!important;padding-bottom:817px!important}.tab-port-py-818{padding-top:818px!important;padding-bottom:818px!important}.tab-port-py-819{padding-top:819px!important;padding-bottom:819px!important}.tab-port-py-820{padding-top:820px!important;padding-bottom:820px!important}.tab-port-py-821{padding-top:821px!important;padding-bottom:821px!important}.tab-port-py-822{padding-top:822px!important;padding-bottom:822px!important}.tab-port-py-823{padding-top:823px!important;padding-bottom:823px!important}.tab-port-py-824{padding-top:824px!important;padding-bottom:824px!important}.tab-port-py-825{padding-top:825px!important;padding-bottom:825px!important}.tab-port-py-826{padding-top:826px!important;padding-bottom:826px!important}.tab-port-py-827{padding-top:827px!important;padding-bottom:827px!important}.tab-port-py-828{padding-top:828px!important;padding-bottom:828px!important}.tab-port-py-829{padding-top:829px!important;padding-bottom:829px!important}.tab-port-py-830{padding-top:830px!important;padding-bottom:830px!important}.tab-port-py-831{padding-top:831px!important;padding-bottom:831px!important}.tab-port-py-832{padding-top:832px!important;padding-bottom:832px!important}.tab-port-py-833{padding-top:833px!important;padding-bottom:833px!important}.tab-port-py-834{padding-top:834px!important;padding-bottom:834px!important}.tab-port-py-835{padding-top:835px!important;padding-bottom:835px!important}.tab-port-py-836{padding-top:836px!important;padding-bottom:836px!important}.tab-port-py-837{padding-top:837px!important;padding-bottom:837px!important}.tab-port-py-838{padding-top:838px!important;padding-bottom:838px!important}.tab-port-py-839{padding-top:839px!important;padding-bottom:839px!important}.tab-port-py-840{padding-top:840px!important;padding-bottom:840px!important}.tab-port-py-841{padding-top:841px!important;padding-bottom:841px!important}.tab-port-py-842{padding-top:842px!important;padding-bottom:842px!important}.tab-port-py-843{padding-top:843px!important;padding-bottom:843px!important}.tab-port-py-844{padding-top:844px!important;padding-bottom:844px!important}.tab-port-py-845{padding-top:845px!important;padding-bottom:845px!important}.tab-port-py-846{padding-top:846px!important;padding-bottom:846px!important}.tab-port-py-847{padding-top:847px!important;padding-bottom:847px!important}.tab-port-py-848{padding-top:848px!important;padding-bottom:848px!important}.tab-port-py-849{padding-top:849px!important;padding-bottom:849px!important}.tab-port-py-850{padding-top:850px!important;padding-bottom:850px!important}.tab-port-py-851{padding-top:851px!important;padding-bottom:851px!important}.tab-port-py-852{padding-top:852px!important;padding-bottom:852px!important}.tab-port-py-853{padding-top:853px!important;padding-bottom:853px!important}.tab-port-py-854{padding-top:854px!important;padding-bottom:854px!important}.tab-port-py-855{padding-top:855px!important;padding-bottom:855px!important}.tab-port-py-856{padding-top:856px!important;padding-bottom:856px!important}.tab-port-py-857{padding-top:857px!important;padding-bottom:857px!important}.tab-port-py-858{padding-top:858px!important;padding-bottom:858px!important}.tab-port-py-859{padding-top:859px!important;padding-bottom:859px!important}.tab-port-py-860{padding-top:860px!important;padding-bottom:860px!important}.tab-port-py-861{padding-top:861px!important;padding-bottom:861px!important}.tab-port-py-862{padding-top:862px!important;padding-bottom:862px!important}.tab-port-py-863{padding-top:863px!important;padding-bottom:863px!important}.tab-port-py-864{padding-top:864px!important;padding-bottom:864px!important}.tab-port-py-865{padding-top:865px!important;padding-bottom:865px!important}.tab-port-py-866{padding-top:866px!important;padding-bottom:866px!important}.tab-port-py-867{padding-top:867px!important;padding-bottom:867px!important}.tab-port-py-868{padding-top:868px!important;padding-bottom:868px!important}.tab-port-py-869{padding-top:869px!important;padding-bottom:869px!important}.tab-port-py-870{padding-top:870px!important;padding-bottom:870px!important}.tab-port-py-871{padding-top:871px!important;padding-bottom:871px!important}.tab-port-py-872{padding-top:872px!important;padding-bottom:872px!important}.tab-port-py-873{padding-top:873px!important;padding-bottom:873px!important}.tab-port-py-874{padding-top:874px!important;padding-bottom:874px!important}.tab-port-py-875{padding-top:875px!important;padding-bottom:875px!important}.tab-port-py-876{padding-top:876px!important;padding-bottom:876px!important}.tab-port-py-877{padding-top:877px!important;padding-bottom:877px!important}.tab-port-py-878{padding-top:878px!important;padding-bottom:878px!important}.tab-port-py-879{padding-top:879px!important;padding-bottom:879px!important}.tab-port-py-880{padding-top:880px!important;padding-bottom:880px!important}.tab-port-py-881{padding-top:881px!important;padding-bottom:881px!important}.tab-port-py-882{padding-top:882px!important;padding-bottom:882px!important}.tab-port-py-883{padding-top:883px!important;padding-bottom:883px!important}.tab-port-py-884{padding-top:884px!important;padding-bottom:884px!important}.tab-port-py-885{padding-top:885px!important;padding-bottom:885px!important}.tab-port-py-886{padding-top:886px!important;padding-bottom:886px!important}.tab-port-py-887{padding-top:887px!important;padding-bottom:887px!important}.tab-port-py-888{padding-top:888px!important;padding-bottom:888px!important}.tab-port-py-889{padding-top:889px!important;padding-bottom:889px!important}.tab-port-py-890{padding-top:890px!important;padding-bottom:890px!important}.tab-port-py-891{padding-top:891px!important;padding-bottom:891px!important}.tab-port-py-892{padding-top:892px!important;padding-bottom:892px!important}.tab-port-py-893{padding-top:893px!important;padding-bottom:893px!important}.tab-port-py-894{padding-top:894px!important;padding-bottom:894px!important}.tab-port-py-895{padding-top:895px!important;padding-bottom:895px!important}.tab-port-py-896{padding-top:896px!important;padding-bottom:896px!important}.tab-port-py-897{padding-top:897px!important;padding-bottom:897px!important}.tab-port-py-898{padding-top:898px!important;padding-bottom:898px!important}.tab-port-py-899{padding-top:899px!important;padding-bottom:899px!important}.tab-port-py-900{padding-top:900px!important;padding-bottom:900px!important}.tab-port-py-901{padding-top:901px!important;padding-bottom:901px!important}.tab-port-py-902{padding-top:902px!important;padding-bottom:902px!important}.tab-port-py-903{padding-top:903px!important;padding-bottom:903px!important}.tab-port-py-904{padding-top:904px!important;padding-bottom:904px!important}.tab-port-py-905{padding-top:905px!important;padding-bottom:905px!important}.tab-port-py-906{padding-top:906px!important;padding-bottom:906px!important}.tab-port-py-907{padding-top:907px!important;padding-bottom:907px!important}.tab-port-py-908{padding-top:908px!important;padding-bottom:908px!important}.tab-port-py-909{padding-top:909px!important;padding-bottom:909px!important}.tab-port-py-910{padding-top:910px!important;padding-bottom:910px!important}.tab-port-py-911{padding-top:911px!important;padding-bottom:911px!important}.tab-port-py-912{padding-top:912px!important;padding-bottom:912px!important}.tab-port-py-913{padding-top:913px!important;padding-bottom:913px!important}.tab-port-py-914{padding-top:914px!important;padding-bottom:914px!important}.tab-port-py-915{padding-top:915px!important;padding-bottom:915px!important}.tab-port-py-916{padding-top:916px!important;padding-bottom:916px!important}.tab-port-py-917{padding-top:917px!important;padding-bottom:917px!important}.tab-port-py-918{padding-top:918px!important;padding-bottom:918px!important}.tab-port-py-919{padding-top:919px!important;padding-bottom:919px!important}.tab-port-py-920{padding-top:920px!important;padding-bottom:920px!important}.tab-port-py-921{padding-top:921px!important;padding-bottom:921px!important}.tab-port-py-922{padding-top:922px!important;padding-bottom:922px!important}.tab-port-py-923{padding-top:923px!important;padding-bottom:923px!important}.tab-port-py-924{padding-top:924px!important;padding-bottom:924px!important}.tab-port-py-925{padding-top:925px!important;padding-bottom:925px!important}.tab-port-py-926{padding-top:926px!important;padding-bottom:926px!important}.tab-port-py-927{padding-top:927px!important;padding-bottom:927px!important}.tab-port-py-928{padding-top:928px!important;padding-bottom:928px!important}.tab-port-py-929{padding-top:929px!important;padding-bottom:929px!important}.tab-port-py-930{padding-top:930px!important;padding-bottom:930px!important}.tab-port-py-931{padding-top:931px!important;padding-bottom:931px!important}.tab-port-py-932{padding-top:932px!important;padding-bottom:932px!important}.tab-port-py-933{padding-top:933px!important;padding-bottom:933px!important}.tab-port-py-934{padding-top:934px!important;padding-bottom:934px!important}.tab-port-py-935{padding-top:935px!important;padding-bottom:935px!important}.tab-port-py-936{padding-top:936px!important;padding-bottom:936px!important}.tab-port-py-937{padding-top:937px!important;padding-bottom:937px!important}.tab-port-py-938{padding-top:938px!important;padding-bottom:938px!important}.tab-port-py-939{padding-top:939px!important;padding-bottom:939px!important}.tab-port-py-940{padding-top:940px!important;padding-bottom:940px!important}.tab-port-py-941{padding-top:941px!important;padding-bottom:941px!important}.tab-port-py-942{padding-top:942px!important;padding-bottom:942px!important}.tab-port-py-943{padding-top:943px!important;padding-bottom:943px!important}.tab-port-py-944{padding-top:944px!important;padding-bottom:944px!important}.tab-port-py-945{padding-top:945px!important;padding-bottom:945px!important}.tab-port-py-946{padding-top:946px!important;padding-bottom:946px!important}.tab-port-py-947{padding-top:947px!important;padding-bottom:947px!important}.tab-port-py-948{padding-top:948px!important;padding-bottom:948px!important}.tab-port-py-949{padding-top:949px!important;padding-bottom:949px!important}.tab-port-py-950{padding-top:950px!important;padding-bottom:950px!important}.tab-port-py-951{padding-top:951px!important;padding-bottom:951px!important}.tab-port-py-952{padding-top:952px!important;padding-bottom:952px!important}.tab-port-py-953{padding-top:953px!important;padding-bottom:953px!important}.tab-port-py-954{padding-top:954px!important;padding-bottom:954px!important}.tab-port-py-955{padding-top:955px!important;padding-bottom:955px!important}.tab-port-py-956{padding-top:956px!important;padding-bottom:956px!important}.tab-port-py-957{padding-top:957px!important;padding-bottom:957px!important}.tab-port-py-958{padding-top:958px!important;padding-bottom:958px!important}.tab-port-py-959{padding-top:959px!important;padding-bottom:959px!important}.tab-port-py-960{padding-top:960px!important;padding-bottom:960px!important}.tab-port-py-961{padding-top:961px!important;padding-bottom:961px!important}.tab-port-py-962{padding-top:962px!important;padding-bottom:962px!important}.tab-port-py-963{padding-top:963px!important;padding-bottom:963px!important}.tab-port-py-964{padding-top:964px!important;padding-bottom:964px!important}.tab-port-py-965{padding-top:965px!important;padding-bottom:965px!important}.tab-port-py-966{padding-top:966px!important;padding-bottom:966px!important}.tab-port-py-967{padding-top:967px!important;padding-bottom:967px!important}.tab-port-py-968{padding-top:968px!important;padding-bottom:968px!important}.tab-port-py-969{padding-top:969px!important;padding-bottom:969px!important}.tab-port-py-970{padding-top:970px!important;padding-bottom:970px!important}.tab-port-py-971{padding-top:971px!important;padding-bottom:971px!important}.tab-port-py-972{padding-top:972px!important;padding-bottom:972px!important}.tab-port-py-973{padding-top:973px!important;padding-bottom:973px!important}.tab-port-py-974{padding-top:974px!important;padding-bottom:974px!important}.tab-port-py-975{padding-top:975px!important;padding-bottom:975px!important}.tab-port-py-976{padding-top:976px!important;padding-bottom:976px!important}.tab-port-py-977{padding-top:977px!important;padding-bottom:977px!important}.tab-port-py-978{padding-top:978px!important;padding-bottom:978px!important}.tab-port-py-979{padding-top:979px!important;padding-bottom:979px!important}.tab-port-py-980{padding-top:980px!important;padding-bottom:980px!important}.tab-port-py-981{padding-top:981px!important;padding-bottom:981px!important}.tab-port-py-982{padding-top:982px!important;padding-bottom:982px!important}.tab-port-py-983{padding-top:983px!important;padding-bottom:983px!important}.tab-port-py-984{padding-top:984px!important;padding-bottom:984px!important}.tab-port-py-985{padding-top:985px!important;padding-bottom:985px!important}.tab-port-py-986{padding-top:986px!important;padding-bottom:986px!important}.tab-port-py-987{padding-top:987px!important;padding-bottom:987px!important}.tab-port-py-988{padding-top:988px!important;padding-bottom:988px!important}.tab-port-py-989{padding-top:989px!important;padding-bottom:989px!important}.tab-port-py-990{padding-top:990px!important;padding-bottom:990px!important}.tab-port-py-991{padding-top:991px!important;padding-bottom:991px!important}.tab-port-py-992{padding-top:992px!important;padding-bottom:992px!important}.tab-port-py-993{padding-top:993px!important;padding-bottom:993px!important}.tab-port-py-994{padding-top:994px!important;padding-bottom:994px!important}.tab-port-py-995{padding-top:995px!important;padding-bottom:995px!important}.tab-port-py-996{padding-top:996px!important;padding-bottom:996px!important}.tab-port-py-997{padding-top:997px!important;padding-bottom:997px!important}.tab-port-py-998{padding-top:998px!important;padding-bottom:998px!important}.tab-port-py-999{padding-top:999px!important;padding-bottom:999px!important}.tab-port-py-1000{padding-top:1000px!important;padding-bottom:1000px!important}.tab-port-pr-0{padding-right:0!important}.tab-port-pl-0{padding-left:0!important}.tab-port-py-0{padding-top:0!important;padding-bottom:0!important}.tab-port-px-0{padding-left:0!important;padding-right:0!important}.tab-port-m-0{margin:0!important}.tab-port-p-0{padding:0!important}.tab-port-ml-inherit{margin-left:inherit!important}.tab-port-mr-inherit{margin-right:inherit!important}.tab-port-mt-inherit{margin-top:inherit!important}.tab-port-mb-inherit{margin-bottom:inherit!important}.tab-port-mx-inherit{margin-left:inherit!important;margin-right:inherit!important}.tab-port-my-inherit{margin-top:inherit!important;margin-bottom:inherit!important}.tab-port-pl-inherit{padding-left:inherit!important}.tab-port-pr-inherit{padding-right:inherit!important}.tab-port-pt-inherit{padding-top:inherit!important}.tab-port-pb-inherit{padding-bottom:inherit!important}.tab-port-px-inherit{padding-left:inherit!important;padding-right:inherit!important}.tab-port-py-inherit{padding-top:inherit!important;padding-bottom:inherit!important}.tab-port-h-0{height:0px!important}.tab-port-h-1{height:1px!important}.tab-port-h-2{height:2px!important}.tab-port-h-3{height:3px!important}.tab-port-h-4{height:4px!important}.tab-port-h-5{height:5px!important}.tab-port-h-6{height:6px!important}.tab-port-h-7{height:7px!important}.tab-port-h-8{height:8px!important}.tab-port-h-9{height:9px!important}.tab-port-h-10{height:10px!important}.tab-port-h-11{height:11px!important}.tab-port-h-12{height:12px!important}.tab-port-h-13{height:13px!important}.tab-port-h-14{height:14px!important}.tab-port-h-15{height:15px!important}.tab-port-h-16{height:16px!important}.tab-port-h-17{height:17px!important}.tab-port-h-18{height:18px!important}.tab-port-h-19{height:19px!important}.tab-port-h-20{height:20px!important}.tab-port-h-21{height:21px!important}.tab-port-h-22{height:22px!important}.tab-port-h-23{height:23px!important}.tab-port-h-24{height:24px!important}.tab-port-h-25{height:25px!important}.tab-port-h-26{height:26px!important}.tab-port-h-27{height:27px!important}.tab-port-h-28{height:28px!important}.tab-port-h-29{height:29px!important}.tab-port-h-30{height:30px!important}.tab-port-h-31{height:31px!important}.tab-port-h-32{height:32px!important}.tab-port-h-33{height:33px!important}.tab-port-h-34{height:34px!important}.tab-port-h-35{height:35px!important}.tab-port-h-36{height:36px!important}.tab-port-h-37{height:37px!important}.tab-port-h-38{height:38px!important}.tab-port-h-39{height:39px!important}.tab-port-h-40{height:40px!important}.tab-port-h-41{height:41px!important}.tab-port-h-42{height:42px!important}.tab-port-h-43{height:43px!important}.tab-port-h-44{height:44px!important}.tab-port-h-45{height:45px!important}.tab-port-h-46{height:46px!important}.tab-port-h-47{height:47px!important}.tab-port-h-48{height:48px!important}.tab-port-h-49{height:49px!important}.tab-port-h-50{height:50px!important}.tab-port-h-51{height:51px!important}.tab-port-h-52{height:52px!important}.tab-port-h-53{height:53px!important}.tab-port-h-54{height:54px!important}.tab-port-h-55{height:55px!important}.tab-port-h-56{height:56px!important}.tab-port-h-57{height:57px!important}.tab-port-h-58{height:58px!important}.tab-port-h-59{height:59px!important}.tab-port-h-60{height:60px!important}.tab-port-h-61{height:61px!important}.tab-port-h-62{height:62px!important}.tab-port-h-63{height:63px!important}.tab-port-h-64{height:64px!important}.tab-port-h-65{height:65px!important}.tab-port-h-66{height:66px!important}.tab-port-h-67{height:67px!important}.tab-port-h-68{height:68px!important}.tab-port-h-69{height:69px!important}.tab-port-h-70{height:70px!important}.tab-port-h-71{height:71px!important}.tab-port-h-72{height:72px!important}.tab-port-h-73{height:73px!important}.tab-port-h-74{height:74px!important}.tab-port-h-75{height:75px!important}.tab-port-h-76{height:76px!important}.tab-port-h-77{height:77px!important}.tab-port-h-78{height:78px!important}.tab-port-h-79{height:79px!important}.tab-port-h-80{height:80px!important}.tab-port-h-81{height:81px!important}.tab-port-h-82{height:82px!important}.tab-port-h-83{height:83px!important}.tab-port-h-84{height:84px!important}.tab-port-h-85{height:85px!important}.tab-port-h-86{height:86px!important}.tab-port-h-87{height:87px!important}.tab-port-h-88{height:88px!important}.tab-port-h-89{height:89px!important}.tab-port-h-90{height:90px!important}.tab-port-h-91{height:91px!important}.tab-port-h-92{height:92px!important}.tab-port-h-93{height:93px!important}.tab-port-h-94{height:94px!important}.tab-port-h-95{height:95px!important}.tab-port-h-96{height:96px!important}.tab-port-h-97{height:97px!important}.tab-port-h-98{height:98px!important}.tab-port-h-99{height:99px!important}.tab-port-h-100{height:100px!important}.tab-port-flex-auto{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.tab-port-flex-0{-ms-flex-preferred-size:0!important;flex-basis:0!important}.tab-port-flex-full{-ms-flex-preferred-size:100%!important;flex-basis:100%!important}.tab-port-flex-screen{-ms-flex-preferred-size:100vw!important;flex-basis:100vw!important}.tab-port-gap-0{gap:0px!important}.tab-port-gap-1{gap:1px!important}.tab-port-gap-2{gap:2px!important}.tab-port-gap-3{gap:3px!important}.tab-port-gap-4{gap:4px!important}.tab-port-gap-5{gap:5px!important}.tab-port-gap-6{gap:6px!important}.tab-port-gap-7{gap:7px!important}.tab-port-gap-8{gap:8px!important}.tab-port-gap-9{gap:9px!important}.tab-port-gap-10{gap:10px!important}.tab-port-gap-11{gap:11px!important}.tab-port-gap-12{gap:12px!important}.tab-port-gap-13{gap:13px!important}.tab-port-gap-14{gap:14px!important}.tab-port-gap-15{gap:15px!important}.tab-port-gap-16{gap:16px!important}.tab-port-gap-17{gap:17px!important}.tab-port-gap-18{gap:18px!important}.tab-port-gap-19{gap:19px!important}.tab-port-gap-20{gap:20px!important}.tab-port-gap-21{gap:21px!important}.tab-port-gap-22{gap:22px!important}.tab-port-gap-23{gap:23px!important}.tab-port-gap-24{gap:24px!important}.tab-port-gap-25{gap:25px!important}.tab-port-gap-26{gap:26px!important}.tab-port-gap-27{gap:27px!important}.tab-port-gap-28{gap:28px!important}.tab-port-gap-29{gap:29px!important}.tab-port-gap-30{gap:30px!important}.tab-port-gap-31{gap:31px!important}.tab-port-gap-32{gap:32px!important}.tab-port-gap-33{gap:33px!important}.tab-port-gap-34{gap:34px!important}.tab-port-gap-35{gap:35px!important}.tab-port-gap-36{gap:36px!important}.tab-port-gap-37{gap:37px!important}.tab-port-gap-38{gap:38px!important}.tab-port-gap-39{gap:39px!important}.tab-port-gap-40{gap:40px!important}.tab-port-gap-41{gap:41px!important}.tab-port-gap-42{gap:42px!important}.tab-port-gap-43{gap:43px!important}.tab-port-gap-44{gap:44px!important}.tab-port-gap-45{gap:45px!important}.tab-port-gap-46{gap:46px!important}.tab-port-gap-47{gap:47px!important}.tab-port-gap-48{gap:48px!important}.tab-port-gap-49{gap:49px!important}.tab-port-gap-50{gap:50px!important}.tab-port-gap-51{gap:51px!important}.tab-port-gap-52{gap:52px!important}.tab-port-gap-53{gap:53px!important}.tab-port-gap-54{gap:54px!important}.tab-port-gap-55{gap:55px!important}.tab-port-gap-56{gap:56px!important}.tab-port-gap-57{gap:57px!important}.tab-port-gap-58{gap:58px!important}.tab-port-gap-59{gap:59px!important}.tab-port-gap-60{gap:60px!important}.tab-port-gap-61{gap:61px!important}.tab-port-gap-62{gap:62px!important}.tab-port-gap-63{gap:63px!important}.tab-port-gap-64{gap:64px!important}.tab-port-gap-65{gap:65px!important}.tab-port-gap-66{gap:66px!important}.tab-port-gap-67{gap:67px!important}.tab-port-gap-68{gap:68px!important}.tab-port-gap-69{gap:69px!important}.tab-port-gap-70{gap:70px!important}.tab-port-gap-71{gap:71px!important}.tab-port-gap-72{gap:72px!important}.tab-port-gap-73{gap:73px!important}.tab-port-gap-74{gap:74px!important}.tab-port-gap-75{gap:75px!important}.tab-port-gap-76{gap:76px!important}.tab-port-gap-77{gap:77px!important}.tab-port-gap-78{gap:78px!important}.tab-port-gap-79{gap:79px!important}.tab-port-gap-80{gap:80px!important}.tab-port-gap-81{gap:81px!important}.tab-port-gap-82{gap:82px!important}.tab-port-gap-83{gap:83px!important}.tab-port-gap-84{gap:84px!important}.tab-port-gap-85{gap:85px!important}.tab-port-gap-86{gap:86px!important}.tab-port-gap-87{gap:87px!important}.tab-port-gap-88{gap:88px!important}.tab-port-gap-89{gap:89px!important}.tab-port-gap-90{gap:90px!important}.tab-port-gap-91{gap:91px!important}.tab-port-gap-92{gap:92px!important}.tab-port-gap-93{gap:93px!important}.tab-port-gap-94{gap:94px!important}.tab-port-gap-95{gap:95px!important}.tab-port-gap-96{gap:96px!important}.tab-port-gap-97{gap:97px!important}.tab-port-gap-98{gap:98px!important}.tab-port-gap-99{gap:99px!important}.tab-port-gap-100{gap:100px!important}.tab-port-row-gap-0{row-gap:0px!important}.tab-port-row-gap-1{row-gap:1px!important}.tab-port-row-gap-2{row-gap:2px!important}.tab-port-row-gap-3{row-gap:3px!important}.tab-port-row-gap-4{row-gap:4px!important}.tab-port-row-gap-5{row-gap:5px!important}.tab-port-row-gap-6{row-gap:6px!important}.tab-port-row-gap-7{row-gap:7px!important}.tab-port-row-gap-8{row-gap:8px!important}.tab-port-row-gap-9{row-gap:9px!important}.tab-port-row-gap-10{row-gap:10px!important}.tab-port-row-gap-11{row-gap:11px!important}.tab-port-row-gap-12{row-gap:12px!important}.tab-port-row-gap-13{row-gap:13px!important}.tab-port-row-gap-14{row-gap:14px!important}.tab-port-row-gap-15{row-gap:15px!important}.tab-port-row-gap-16{row-gap:16px!important}.tab-port-row-gap-17{row-gap:17px!important}.tab-port-row-gap-18{row-gap:18px!important}.tab-port-row-gap-19{row-gap:19px!important}.tab-port-row-gap-20{row-gap:20px!important}.tab-port-row-gap-21{row-gap:21px!important}.tab-port-row-gap-22{row-gap:22px!important}.tab-port-row-gap-23{row-gap:23px!important}.tab-port-row-gap-24{row-gap:24px!important}.tab-port-row-gap-25{row-gap:25px!important}.tab-port-row-gap-26{row-gap:26px!important}.tab-port-row-gap-27{row-gap:27px!important}.tab-port-row-gap-28{row-gap:28px!important}.tab-port-row-gap-29{row-gap:29px!important}.tab-port-row-gap-30{row-gap:30px!important}.tab-port-row-gap-31{row-gap:31px!important}.tab-port-row-gap-32{row-gap:32px!important}.tab-port-row-gap-33{row-gap:33px!important}.tab-port-row-gap-34{row-gap:34px!important}.tab-port-row-gap-35{row-gap:35px!important}.tab-port-row-gap-36{row-gap:36px!important}.tab-port-row-gap-37{row-gap:37px!important}.tab-port-row-gap-38{row-gap:38px!important}.tab-port-row-gap-39{row-gap:39px!important}.tab-port-row-gap-40{row-gap:40px!important}.tab-port-row-gap-41{row-gap:41px!important}.tab-port-row-gap-42{row-gap:42px!important}.tab-port-row-gap-43{row-gap:43px!important}.tab-port-row-gap-44{row-gap:44px!important}.tab-port-row-gap-45{row-gap:45px!important}.tab-port-row-gap-46{row-gap:46px!important}.tab-port-row-gap-47{row-gap:47px!important}.tab-port-row-gap-48{row-gap:48px!important}.tab-port-row-gap-49{row-gap:49px!important}.tab-port-row-gap-50{row-gap:50px!important}.tab-port-row-gap-51{row-gap:51px!important}.tab-port-row-gap-52{row-gap:52px!important}.tab-port-row-gap-53{row-gap:53px!important}.tab-port-row-gap-54{row-gap:54px!important}.tab-port-row-gap-55{row-gap:55px!important}.tab-port-row-gap-56{row-gap:56px!important}.tab-port-row-gap-57{row-gap:57px!important}.tab-port-row-gap-58{row-gap:58px!important}.tab-port-row-gap-59{row-gap:59px!important}.tab-port-row-gap-60{row-gap:60px!important}.tab-port-row-gap-61{row-gap:61px!important}.tab-port-row-gap-62{row-gap:62px!important}.tab-port-row-gap-63{row-gap:63px!important}.tab-port-row-gap-64{row-gap:64px!important}.tab-port-row-gap-65{row-gap:65px!important}.tab-port-row-gap-66{row-gap:66px!important}.tab-port-row-gap-67{row-gap:67px!important}.tab-port-row-gap-68{row-gap:68px!important}.tab-port-row-gap-69{row-gap:69px!important}.tab-port-row-gap-70{row-gap:70px!important}.tab-port-row-gap-71{row-gap:71px!important}.tab-port-row-gap-72{row-gap:72px!important}.tab-port-row-gap-73{row-gap:73px!important}.tab-port-row-gap-74{row-gap:74px!important}.tab-port-row-gap-75{row-gap:75px!important}.tab-port-row-gap-76{row-gap:76px!important}.tab-port-row-gap-77{row-gap:77px!important}.tab-port-row-gap-78{row-gap:78px!important}.tab-port-row-gap-79{row-gap:79px!important}.tab-port-row-gap-80{row-gap:80px!important}.tab-port-row-gap-81{row-gap:81px!important}.tab-port-row-gap-82{row-gap:82px!important}.tab-port-row-gap-83{row-gap:83px!important}.tab-port-row-gap-84{row-gap:84px!important}.tab-port-row-gap-85{row-gap:85px!important}.tab-port-row-gap-86{row-gap:86px!important}.tab-port-row-gap-87{row-gap:87px!important}.tab-port-row-gap-88{row-gap:88px!important}.tab-port-row-gap-89{row-gap:89px!important}.tab-port-row-gap-90{row-gap:90px!important}.tab-port-row-gap-91{row-gap:91px!important}.tab-port-row-gap-92{row-gap:92px!important}.tab-port-row-gap-93{row-gap:93px!important}.tab-port-row-gap-94{row-gap:94px!important}.tab-port-row-gap-95{row-gap:95px!important}.tab-port-row-gap-96{row-gap:96px!important}.tab-port-row-gap-97{row-gap:97px!important}.tab-port-row-gap-98{row-gap:98px!important}.tab-port-row-gap-99{row-gap:99px!important}.tab-port-row-gap-100{row-gap:100px!important}.tab-port-col-gap-0{-webkit-column-gap:0px!important;-moz-column-gap:0px!important;column-gap:0px!important}.tab-port-col-gap-1{-webkit-column-gap:1px!important;-moz-column-gap:1px!important;column-gap:1px!important}.tab-port-col-gap-2{-webkit-column-gap:2px!important;-moz-column-gap:2px!important;column-gap:2px!important}.tab-port-col-gap-3{-webkit-column-gap:3px!important;-moz-column-gap:3px!important;column-gap:3px!important}.tab-port-col-gap-4{-webkit-column-gap:4px!important;-moz-column-gap:4px!important;column-gap:4px!important}.tab-port-col-gap-5{-webkit-column-gap:5px!important;-moz-column-gap:5px!important;column-gap:5px!important}.tab-port-col-gap-6{-webkit-column-gap:6px!important;-moz-column-gap:6px!important;column-gap:6px!important}.tab-port-col-gap-7{-webkit-column-gap:7px!important;-moz-column-gap:7px!important;column-gap:7px!important}.tab-port-col-gap-8{-webkit-column-gap:8px!important;-moz-column-gap:8px!important;column-gap:8px!important}.tab-port-col-gap-9{-webkit-column-gap:9px!important;-moz-column-gap:9px!important;column-gap:9px!important}.tab-port-col-gap-10{-webkit-column-gap:10px!important;-moz-column-gap:10px!important;column-gap:10px!important}.tab-port-col-gap-11{-webkit-column-gap:11px!important;-moz-column-gap:11px!important;column-gap:11px!important}.tab-port-col-gap-12{-webkit-column-gap:12px!important;-moz-column-gap:12px!important;column-gap:12px!important}.tab-port-col-gap-13{-webkit-column-gap:13px!important;-moz-column-gap:13px!important;column-gap:13px!important}.tab-port-col-gap-14{-webkit-column-gap:14px!important;-moz-column-gap:14px!important;column-gap:14px!important}.tab-port-col-gap-15{-webkit-column-gap:15px!important;-moz-column-gap:15px!important;column-gap:15px!important}.tab-port-col-gap-16{-webkit-column-gap:16px!important;-moz-column-gap:16px!important;column-gap:16px!important}.tab-port-col-gap-17{-webkit-column-gap:17px!important;-moz-column-gap:17px!important;column-gap:17px!important}.tab-port-col-gap-18{-webkit-column-gap:18px!important;-moz-column-gap:18px!important;column-gap:18px!important}.tab-port-col-gap-19{-webkit-column-gap:19px!important;-moz-column-gap:19px!important;column-gap:19px!important}.tab-port-col-gap-20{-webkit-column-gap:20px!important;-moz-column-gap:20px!important;column-gap:20px!important}.tab-port-col-gap-21{-webkit-column-gap:21px!important;-moz-column-gap:21px!important;column-gap:21px!important}.tab-port-col-gap-22{-webkit-column-gap:22px!important;-moz-column-gap:22px!important;column-gap:22px!important}.tab-port-col-gap-23{-webkit-column-gap:23px!important;-moz-column-gap:23px!important;column-gap:23px!important}.tab-port-col-gap-24{-webkit-column-gap:24px!important;-moz-column-gap:24px!important;column-gap:24px!important}.tab-port-col-gap-25{-webkit-column-gap:25px!important;-moz-column-gap:25px!important;column-gap:25px!important}.tab-port-col-gap-26{-webkit-column-gap:26px!important;-moz-column-gap:26px!important;column-gap:26px!important}.tab-port-col-gap-27{-webkit-column-gap:27px!important;-moz-column-gap:27px!important;column-gap:27px!important}.tab-port-col-gap-28{-webkit-column-gap:28px!important;-moz-column-gap:28px!important;column-gap:28px!important}.tab-port-col-gap-29{-webkit-column-gap:29px!important;-moz-column-gap:29px!important;column-gap:29px!important}.tab-port-col-gap-30{-webkit-column-gap:30px!important;-moz-column-gap:30px!important;column-gap:30px!important}.tab-port-col-gap-31{-webkit-column-gap:31px!important;-moz-column-gap:31px!important;column-gap:31px!important}.tab-port-col-gap-32{-webkit-column-gap:32px!important;-moz-column-gap:32px!important;column-gap:32px!important}.tab-port-col-gap-33{-webkit-column-gap:33px!important;-moz-column-gap:33px!important;column-gap:33px!important}.tab-port-col-gap-34{-webkit-column-gap:34px!important;-moz-column-gap:34px!important;column-gap:34px!important}.tab-port-col-gap-35{-webkit-column-gap:35px!important;-moz-column-gap:35px!important;column-gap:35px!important}.tab-port-col-gap-36{-webkit-column-gap:36px!important;-moz-column-gap:36px!important;column-gap:36px!important}.tab-port-col-gap-37{-webkit-column-gap:37px!important;-moz-column-gap:37px!important;column-gap:37px!important}.tab-port-col-gap-38{-webkit-column-gap:38px!important;-moz-column-gap:38px!important;column-gap:38px!important}.tab-port-col-gap-39{-webkit-column-gap:39px!important;-moz-column-gap:39px!important;column-gap:39px!important}.tab-port-col-gap-40{-webkit-column-gap:40px!important;-moz-column-gap:40px!important;column-gap:40px!important}.tab-port-col-gap-41{-webkit-column-gap:41px!important;-moz-column-gap:41px!important;column-gap:41px!important}.tab-port-col-gap-42{-webkit-column-gap:42px!important;-moz-column-gap:42px!important;column-gap:42px!important}.tab-port-col-gap-43{-webkit-column-gap:43px!important;-moz-column-gap:43px!important;column-gap:43px!important}.tab-port-col-gap-44{-webkit-column-gap:44px!important;-moz-column-gap:44px!important;column-gap:44px!important}.tab-port-col-gap-45{-webkit-column-gap:45px!important;-moz-column-gap:45px!important;column-gap:45px!important}.tab-port-col-gap-46{-webkit-column-gap:46px!important;-moz-column-gap:46px!important;column-gap:46px!important}.tab-port-col-gap-47{-webkit-column-gap:47px!important;-moz-column-gap:47px!important;column-gap:47px!important}.tab-port-col-gap-48{-webkit-column-gap:48px!important;-moz-column-gap:48px!important;column-gap:48px!important}.tab-port-col-gap-49{-webkit-column-gap:49px!important;-moz-column-gap:49px!important;column-gap:49px!important}.tab-port-col-gap-50{-webkit-column-gap:50px!important;-moz-column-gap:50px!important;column-gap:50px!important}.tab-port-col-gap-51{-webkit-column-gap:51px!important;-moz-column-gap:51px!important;column-gap:51px!important}.tab-port-col-gap-52{-webkit-column-gap:52px!important;-moz-column-gap:52px!important;column-gap:52px!important}.tab-port-col-gap-53{-webkit-column-gap:53px!important;-moz-column-gap:53px!important;column-gap:53px!important}.tab-port-col-gap-54{-webkit-column-gap:54px!important;-moz-column-gap:54px!important;column-gap:54px!important}.tab-port-col-gap-55{-webkit-column-gap:55px!important;-moz-column-gap:55px!important;column-gap:55px!important}.tab-port-col-gap-56{-webkit-column-gap:56px!important;-moz-column-gap:56px!important;column-gap:56px!important}.tab-port-col-gap-57{-webkit-column-gap:57px!important;-moz-column-gap:57px!important;column-gap:57px!important}.tab-port-col-gap-58{-webkit-column-gap:58px!important;-moz-column-gap:58px!important;column-gap:58px!important}.tab-port-col-gap-59{-webkit-column-gap:59px!important;-moz-column-gap:59px!important;column-gap:59px!important}.tab-port-col-gap-60{-webkit-column-gap:60px!important;-moz-column-gap:60px!important;column-gap:60px!important}.tab-port-col-gap-61{-webkit-column-gap:61px!important;-moz-column-gap:61px!important;column-gap:61px!important}.tab-port-col-gap-62{-webkit-column-gap:62px!important;-moz-column-gap:62px!important;column-gap:62px!important}.tab-port-col-gap-63{-webkit-column-gap:63px!important;-moz-column-gap:63px!important;column-gap:63px!important}.tab-port-col-gap-64{-webkit-column-gap:64px!important;-moz-column-gap:64px!important;column-gap:64px!important}.tab-port-col-gap-65{-webkit-column-gap:65px!important;-moz-column-gap:65px!important;column-gap:65px!important}.tab-port-col-gap-66{-webkit-column-gap:66px!important;-moz-column-gap:66px!important;column-gap:66px!important}.tab-port-col-gap-67{-webkit-column-gap:67px!important;-moz-column-gap:67px!important;column-gap:67px!important}.tab-port-col-gap-68{-webkit-column-gap:68px!important;-moz-column-gap:68px!important;column-gap:68px!important}.tab-port-col-gap-69{-webkit-column-gap:69px!important;-moz-column-gap:69px!important;column-gap:69px!important}.tab-port-col-gap-70{-webkit-column-gap:70px!important;-moz-column-gap:70px!important;column-gap:70px!important}.tab-port-col-gap-71{-webkit-column-gap:71px!important;-moz-column-gap:71px!important;column-gap:71px!important}.tab-port-col-gap-72{-webkit-column-gap:72px!important;-moz-column-gap:72px!important;column-gap:72px!important}.tab-port-col-gap-73{-webkit-column-gap:73px!important;-moz-column-gap:73px!important;column-gap:73px!important}.tab-port-col-gap-74{-webkit-column-gap:74px!important;-moz-column-gap:74px!important;column-gap:74px!important}.tab-port-col-gap-75{-webkit-column-gap:75px!important;-moz-column-gap:75px!important;column-gap:75px!important}.tab-port-col-gap-76{-webkit-column-gap:76px!important;-moz-column-gap:76px!important;column-gap:76px!important}.tab-port-col-gap-77{-webkit-column-gap:77px!important;-moz-column-gap:77px!important;column-gap:77px!important}.tab-port-col-gap-78{-webkit-column-gap:78px!important;-moz-column-gap:78px!important;column-gap:78px!important}.tab-port-col-gap-79{-webkit-column-gap:79px!important;-moz-column-gap:79px!important;column-gap:79px!important}.tab-port-col-gap-80{-webkit-column-gap:80px!important;-moz-column-gap:80px!important;column-gap:80px!important}.tab-port-col-gap-81{-webkit-column-gap:81px!important;-moz-column-gap:81px!important;column-gap:81px!important}.tab-port-col-gap-82{-webkit-column-gap:82px!important;-moz-column-gap:82px!important;column-gap:82px!important}.tab-port-col-gap-83{-webkit-column-gap:83px!important;-moz-column-gap:83px!important;column-gap:83px!important}.tab-port-col-gap-84{-webkit-column-gap:84px!important;-moz-column-gap:84px!important;column-gap:84px!important}.tab-port-col-gap-85{-webkit-column-gap:85px!important;-moz-column-gap:85px!important;column-gap:85px!important}.tab-port-col-gap-86{-webkit-column-gap:86px!important;-moz-column-gap:86px!important;column-gap:86px!important}.tab-port-col-gap-87{-webkit-column-gap:87px!important;-moz-column-gap:87px!important;column-gap:87px!important}.tab-port-col-gap-88{-webkit-column-gap:88px!important;-moz-column-gap:88px!important;column-gap:88px!important}.tab-port-col-gap-89{-webkit-column-gap:89px!important;-moz-column-gap:89px!important;column-gap:89px!important}.tab-port-col-gap-90{-webkit-column-gap:90px!important;-moz-column-gap:90px!important;column-gap:90px!important}.tab-port-col-gap-91{-webkit-column-gap:91px!important;-moz-column-gap:91px!important;column-gap:91px!important}.tab-port-col-gap-92{-webkit-column-gap:92px!important;-moz-column-gap:92px!important;column-gap:92px!important}.tab-port-col-gap-93{-webkit-column-gap:93px!important;-moz-column-gap:93px!important;column-gap:93px!important}.tab-port-col-gap-94{-webkit-column-gap:94px!important;-moz-column-gap:94px!important;column-gap:94px!important}.tab-port-col-gap-95{-webkit-column-gap:95px!important;-moz-column-gap:95px!important;column-gap:95px!important}.tab-port-col-gap-96{-webkit-column-gap:96px!important;-moz-column-gap:96px!important;column-gap:96px!important}.tab-port-col-gap-97{-webkit-column-gap:97px!important;-moz-column-gap:97px!important;column-gap:97px!important}.tab-port-col-gap-98{-webkit-column-gap:98px!important;-moz-column-gap:98px!important;column-gap:98px!important}.tab-port-col-gap-99{-webkit-column-gap:99px!important;-moz-column-gap:99px!important;column-gap:99px!important}.tab-port-col-gap-100{-webkit-column-gap:100px!important;-moz-column-gap:100px!important;column-gap:100px!important}.tab-port-whitespace-normal{white-space:normal!important}.tab-port-whitespace-nowrap{white-space:nowrap!important}.tab-port-whitespace-pre{white-space:pre!important}.tab-port-whitespace-pre-line{white-space:pre-line!important}.tab-port-whitespace-pre-wrap{white-space:pre-wrap!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 .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__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__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 .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%}.new-alert{width:100%;padding:25px;margin-bottom:15px}.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 .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__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}}.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,.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: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}.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}.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__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-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(.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}.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__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__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}@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 .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-more{fill:#797979}.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}.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__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}@media only screen and (max-width: 47.93em){.file-drop-area.wizard .file-drop-area__button-description{display:none}}.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:7.5rem;height:7.5rem}.file-upload th{color:#8e8e8e}.file-upload th,.file-upload td{font-size:1.2rem}.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}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}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}.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__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__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__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__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}.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}.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}.progress-bar-basic.partnerschaft-progress-bar{margin-bottom:2rem!important}.modal-partnerschaft .modal-body{padding:1rem 3.4rem!important}.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 .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__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}.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 .notifications__item-icon-box{width:5rem;height:5rem}.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}.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.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.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.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.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{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.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.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__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__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}.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}}.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.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: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 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__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}.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__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__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: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 .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 .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(.provision-table){min-width:100%;max-width:300px}@media only screen and (max-width: 37.5em){.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 .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}}.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(.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(.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 .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 .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__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(.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: 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: 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}.table-image tbody tr{display:grid;grid-template-columns:repeat(5,1fr) auto}.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.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.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__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}.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}.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}.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}.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__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}.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.default .nav-link.active{background-color:#3a87cb}.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__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}}.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}}@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}@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.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 .multiselect__option--highlight,.new-bt-listing .page__header__search__branch .multiselect__option--highlight:after{background:#406db8}.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 .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 .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__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 .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 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__verification-message{font-size:1.7rem;color:#797979;line-height:1.5;margin-bottom:2rem}.login__verification-message span{font-weight:500}.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}.register-check{display:grid;grid-template-columns:auto 1fr}.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__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-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{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.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}.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__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 .table-offer-new__item-detail__bottom__toggle-wrapper{margin-bottom:1rem}.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%}}.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}@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}}.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}}.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}.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}.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 .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%}}@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}}.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-more .work-dashboard--event-lists__event-list--events__event--content__title__icon{fill:#797979}.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__date-time{width:5rem;font-size:1.25rem;color:#404040;line-height:1.1}.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.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:100vh;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:1.4;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-radius:5px;border:1px solid #EAECF0;background:#fff;font-size:1.8rem;padding:10px 16px;text-align:left}.mdc-main__page .form-group input::-webkit-input-placeholder{text-align:left;font-size:1.6rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input::-moz-placeholder{text-align:left;font-size:1.6rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input:-ms-input-placeholder{text-align:left;font-size:1.6rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input::-ms-input-placeholder{text-align:left;font-size:1.6rem;color:#d0d5dd;font-weight:400}.mdc-main__page .form-group input::placeholder{text-align:left;font-size:1.6rem;color:#d0d5dd;font-weight:400}.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}.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:200px}.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__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 .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:#000;text-align:center;font-weight:400;margin-bottom:2rem;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;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;padding:12px 0}@media only screen and (max-width: 37.5em){.promoting{padding:12px 16px 70px}}.promoting__image__item{width:60px;height:60px}.promoting__text{font-size:1.2rem;color:#475467;text-align:right;width:100%}.promoting__text a{text-decoration:underline!important}.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}
